-- MySQL dump 10.13 Distrib 5.6.12, for osx10.7 (x86_64) -- -- Host: localhost Database: vermontDev -- ------------------------------------------------------ -- Server version 5.6.12 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `DATABASECHANGELOG` -- DROP TABLE IF EXISTS `DATABASECHANGELOG`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `DATABASECHANGELOG` ( `ID` varchar(63) NOT NULL, `AUTHOR` varchar(63) NOT NULL, `FILENAME` varchar(200) NOT NULL, `DATEEXECUTED` datetime NOT NULL, `ORDEREXECUTED` int(11) NOT NULL, `EXECTYPE` varchar(10) NOT NULL, `MD5SUM` varchar(35) DEFAULT NULL, `DESCRIPTION` varchar(255) DEFAULT NULL, `COMMENTS` varchar(255) DEFAULT NULL, `TAG` varchar(255) DEFAULT NULL, `LIQUIBASE` varchar(20) DEFAULT NULL, PRIMARY KEY (`ID`,`AUTHOR`,`FILENAME`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `DATABASECHANGELOG` -- LOCK TABLES `DATABASECHANGELOG` WRITE; /*!40000 ALTER TABLE `DATABASECHANGELOG` DISABLE KEYS */; /*!40000 ALTER TABLE `DATABASECHANGELOG` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `DATABASECHANGELOGLOCK` -- DROP TABLE IF EXISTS `DATABASECHANGELOGLOCK`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `DATABASECHANGELOGLOCK` ( `ID` int(11) NOT NULL, `LOCKED` tinyint(1) NOT NULL, `LOCKGRANTED` datetime DEFAULT NULL, `LOCKEDBY` varchar(255) DEFAULT NULL, PRIMARY KEY (`ID`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `DATABASECHANGELOGLOCK` -- LOCK TABLES `DATABASECHANGELOGLOCK` WRITE; /*!40000 ALTER TABLE `DATABASECHANGELOGLOCK` DISABLE KEYS */; INSERT INTO `DATABASECHANGELOGLOCK` VALUES (1,0,NULL,NULL); /*!40000 ALTER TABLE `DATABASECHANGELOGLOCK` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `branch` -- DROP TABLE IF EXISTS `branch`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `branch` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `version` bigint(20) NOT NULL, `branch` varchar(25) NOT NULL, `branch_code` varchar(5) NOT NULL, `date_created` datetime NOT NULL, `description` varchar(100) DEFAULT NULL, `last_updated` datetime NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `branch` (`branch`), UNIQUE KEY `branch_code` (`branch_code`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `branch` -- LOCK TABLES `branch` WRITE; /*!40000 ALTER TABLE `branch` DISABLE KEYS */; INSERT INTO `branch` VALUES (1,0,'Legislature','LEG','2013-09-15 18:41:26',NULL,'2013-09-15 18:41:26'),(2,0,'Executive','EXEC','2013-09-15 18:41:26',NULL,'2013-09-15 18:41:26'),(3,0,'Judicial','JUD','2013-09-15 18:41:26',NULL,'2013-09-15 18:41:26'),(4,0,'Other','OTHER','2013-09-15 18:41:26','eg. PSB','2013-09-15 18:41:26'); /*!40000 ALTER TABLE `branch` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `committee` -- DROP TABLE IF EXISTS `committee`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `committee` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `version` bigint(20) NOT NULL, `committee` varchar(60) NOT NULL, `committee_code` varchar(10) NOT NULL, `date_created` datetime NOT NULL, `description` varchar(100) DEFAULT NULL, `last_updated` datetime NOT NULL, `room` varchar(20) DEFAULT NULL, `scope` varchar(20) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `committee` (`committee`), UNIQUE KEY `committee_code` (`committee_code`) ) ENGINE=InnoDB AUTO_INCREMENT=23 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `committee` -- LOCK TABLES `committee` WRITE; /*!40000 ALTER TABLE `committee` DISABLE KEYS */; INSERT INTO `committee` VALUES (1,0,'House Committee on Agriculture and Forest Products','AGRI','2013-09-15 18:43:44',NULL,'2013-09-15 18:43:44','31','H'),(2,0,'House Committee on Appropriations','APPR','2013-09-15 18:43:44',NULL,'2013-09-15 18:43:44','42','H'),(3,0,'House Committee on Commerce and Economic Development','COMM','2013-09-15 18:43:44',NULL,'2013-09-15 18:43:44','35','H'),(4,0,'House Committee on Corrections and Institutions','CORR','2013-09-15 18:43:44',NULL,'2013-09-15 18:43:44','33','H'),(5,0,'House Committee on Education','EDUC','2013-09-15 18:43:44',NULL,'2013-09-15 18:43:44','32','H'),(6,0,'House Committee on Fish, Wildlife and Water Resources ','FISH','2013-09-15 18:43:44',NULL,'2013-09-15 18:43:44','47','H'),(7,0,'House Committee on General, Housing and Military Affairs ','GENE','2013-09-15 18:43:44',NULL,'2013-09-15 18:43:44','41','H'),(8,0,'House Committee on Government Operations','GOVE','2013-09-15 18:43:44',NULL,'2013-09-15 18:43:44','49','H'),(9,0,'House Committee on Health Care','HEAL','2013-09-15 18:43:44',NULL,'2013-09-15 18:43:44','45','H'),(10,0,'House Committee on Human Services','HUMA','2013-09-15 18:43:44',NULL,'2013-09-15 18:43:44','46','H'),(11,0,'House Committee on Judiciary','JUDI','2013-09-15 18:43:44',NULL,'2013-09-15 18:43:44','30','H'),(12,0,'House Committee on Natural Resources and Energy','NATU','2013-09-15 18:43:44',NULL,'2013-09-15 18:43:44','44','H'),(13,0,'House Committee on Transportation','TRAN','2013-09-15 18:43:44',NULL,'2013-09-15 18:43:44','43','H'),(14,0,'House Committee on Ways and Means','WAYS','2013-09-15 18:43:44',NULL,'2013-09-15 18:43:44','34','H'),(15,0,'House Rules Committee','RULE','2013-09-15 18:43:44',NULL,'2013-09-15 18:43:44',NULL,'H'),(16,0,'Speaker of the House','SPEA','2013-09-15 18:43:44',NULL,'2013-09-15 18:43:44','P','H'),(17,0,'Office of the Clerk of the house','CLER','2013-09-15 18:43:44',NULL,'2013-09-15 18:43:44','Q','H'),(18,0,'President of the Senate','SPRS','2013-09-15 18:43:44','Placeholder','2013-09-15 18:43:44',NULL,'S'),(19,0,'President Pro Tempore of the Senate','SPPT','2013-09-15 18:43:44','Placeholder','2013-09-15 18:43:44',NULL,'S'),(20,0,'Majority Leader','SML','2013-09-15 18:43:44','Placeholder','2013-09-15 18:43:44',NULL,'S'),(21,0,'Assistant Majority Leader','SAML','2013-09-15 18:43:44','Placeholder','2013-09-15 18:43:44',NULL,'S'),(22,0,'Joint Committee on Committees','JCCC','2013-09-15 18:43:44','Sample','2013-09-15 18:43:44',NULL,'J'); /*!40000 ALTER TABLE `committee` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `committee_assignment` -- DROP TABLE IF EXISTS `committee_assignment`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `committee_assignment` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `version` bigint(20) NOT NULL, `committee_id` bigint(20) NOT NULL, `date_created` datetime NOT NULL, `last_updated` datetime NOT NULL, `person_id` bigint(20) NOT NULL, `role` varchar(20) DEFAULT NULL, PRIMARY KEY (`id`), KEY `FK7844CF56D97658` (`person_id`), KEY `FK7844CF5836031C` (`committee_id`), CONSTRAINT `FK7844CF5836031C` FOREIGN KEY (`committee_id`) REFERENCES `committee` (`id`), CONSTRAINT `FK7844CF56D97658` FOREIGN KEY (`person_id`) REFERENCES `person` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=164 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `committee_assignment` -- LOCK TABLES `committee_assignment` WRITE; /*!40000 ALTER TABLE `committee_assignment` DISABLE KEYS */; INSERT INTO `committee_assignment` VALUES (1,0,1,'2013-09-19 18:56:48','2013-09-19 18:56:48',103,'Chair'),(2,0,1,'2013-09-19 18:56:48','2013-09-19 18:56:48',76,'Vice Chair'),(3,0,1,'2013-09-19 18:56:48','2013-09-19 18:56:48',2,'Clerk'),(4,0,1,'2013-09-19 18:56:48','2013-09-19 18:56:48',125,'Ranking Member'),(5,0,1,'2013-09-19 18:56:48','2013-09-19 18:56:48',22,NULL),(6,0,1,'2013-09-19 18:56:48','2013-09-19 18:56:48',86,NULL),(7,0,1,'2013-09-19 18:56:48','2013-09-19 18:56:48',92,NULL),(8,0,1,'2013-09-19 18:56:48','2013-09-19 18:56:48',129,NULL),(9,0,1,'2013-09-19 18:56:48','2013-09-19 18:56:48',132,NULL),(10,0,1,'2013-09-19 18:56:48','2013-09-19 18:56:48',121,NULL),(11,0,1,'2013-09-19 18:56:48','2013-09-19 18:56:48',150,NULL),(12,0,2,'2013-09-19 18:56:48','2013-09-19 18:56:48',53,'Chair'),(13,0,2,'2013-09-19 18:56:49','2013-09-19 18:56:49',63,'Vice Chair'),(14,0,2,'2013-09-19 18:56:49','2013-09-19 18:56:49',55,'Ranking Member'),(15,0,2,'2013-09-19 18:56:49','2013-09-19 18:56:49',40,NULL),(16,0,2,'2013-09-19 18:56:49','2013-09-19 18:56:49',65,NULL),(17,0,2,'2013-09-19 18:56:49','2013-09-19 18:56:49',82,NULL),(18,0,2,'2013-09-19 18:56:49','2013-09-19 18:56:49',93,NULL),(19,0,2,'2013-09-19 18:56:49','2013-09-19 18:56:49',101,NULL),(20,0,2,'2013-09-19 18:56:49','2013-09-19 18:56:49',104,NULL),(21,0,2,'2013-09-19 18:56:49','2013-09-19 18:56:49',133,'Clerk'),(22,0,2,'2013-09-19 18:56:49','2013-09-19 18:56:49',144,NULL),(23,0,3,'2013-09-19 18:56:49','2013-09-19 18:56:49',6,'Chair'),(24,0,3,'2013-09-19 18:56:49','2013-09-19 18:56:49',83,'Vice Chair'),(25,0,3,'2013-09-19 18:56:49','2013-09-19 18:56:49',67,'Ranking Member'),(26,0,3,'2013-09-19 18:56:49','2013-09-19 18:56:49',7,NULL),(27,0,3,'2013-09-19 18:56:49','2013-09-19 18:56:49',16,NULL),(28,0,3,'2013-09-19 18:56:49','2013-09-19 18:56:49',27,NULL),(29,0,3,'2013-09-19 18:56:49','2013-09-19 18:56:49',33,NULL),(30,0,3,'2013-09-19 18:56:49','2013-09-19 18:56:49',73,'Clerk'),(31,0,3,'2013-09-19 18:56:49','2013-09-19 18:56:49',112,NULL),(32,0,3,'2013-09-19 18:56:49','2013-09-19 18:56:49',116,NULL),(33,0,3,'2013-09-19 18:56:49','2013-09-19 18:56:49',149,NULL),(34,0,4,'2013-09-19 18:56:49','2013-09-19 18:56:49',38,'Chair'),(35,0,4,'2013-09-19 18:56:49','2013-09-19 18:56:49',99,'Vice Chair'),(36,0,4,'2013-09-19 18:56:49','2013-09-19 18:56:49',77,'Clerk'),(37,0,4,'2013-09-19 18:56:49','2013-09-19 18:56:49',10,NULL),(38,0,4,'2013-09-19 18:56:49','2013-09-19 18:56:49',30,NULL),(39,0,4,'2013-09-19 18:56:49','2013-09-19 18:56:49',57,NULL),(40,0,4,'2013-09-19 18:56:49','2013-09-19 18:56:49',75,NULL),(41,0,4,'2013-09-19 18:56:49','2013-09-19 18:56:49',80,NULL),(42,0,4,'2013-09-19 18:56:49','2013-09-19 18:56:49',119,NULL),(43,0,4,'2013-09-19 18:56:49','2013-09-19 18:56:49',119,NULL),(44,0,4,'2013-09-19 18:56:49','2013-09-19 18:56:49',122,NULL),(45,0,5,'2013-09-19 18:56:49','2013-09-19 18:56:49',36,'Chair'),(46,0,5,'2013-09-19 18:56:49','2013-09-19 18:56:49',106,'Vice Chair'),(47,0,5,'2013-09-19 18:56:49','2013-09-19 18:56:49',78,'Ranking Member'),(48,0,5,'2013-09-19 18:56:49','2013-09-19 18:56:49',13,'Clerk'),(49,0,5,'2013-09-19 18:56:49','2013-09-19 18:56:49',14,NULL),(50,0,5,'2013-09-19 18:56:49','2013-09-19 18:56:49',18,NULL),(51,0,5,'2013-09-19 18:56:49','2013-09-19 18:56:49',28,NULL),(52,0,5,'2013-09-19 18:56:49','2013-09-19 18:56:49',64,NULL),(53,0,5,'2013-09-19 18:56:49','2013-09-19 18:56:49',111,NULL),(54,0,5,'2013-09-19 18:56:49','2013-09-19 18:56:49',127,NULL),(55,0,6,'2013-09-19 18:56:50','2013-09-19 18:56:50',137,NULL),(56,0,6,'2013-09-19 18:56:50','2013-09-19 18:56:50',31,'Chair'),(57,0,6,'2013-09-19 18:56:50','2013-09-19 18:56:50',90,'Vice Chair'),(58,0,6,'2013-09-19 18:56:50','2013-09-19 18:56:50',4,'Ranking Member'),(59,0,6,'2013-09-19 18:56:50','2013-09-19 18:56:50',61,NULL),(60,0,6,'2013-09-19 18:56:50','2013-09-19 18:56:50',71,NULL),(61,0,6,'2013-09-19 18:56:50','2013-09-19 18:56:50',59,'Clerk'),(62,0,6,'2013-09-19 18:56:50','2013-09-19 18:56:50',110,NULL),(63,0,6,'2013-09-19 18:56:50','2013-09-19 18:56:50',130,NULL),(64,0,6,'2013-09-19 18:56:50','2013-09-19 18:56:50',141,NULL),(65,0,7,'2013-09-19 18:56:50','2013-09-19 18:56:50',52,'Chair'),(66,0,7,'2013-09-19 18:56:50','2013-09-19 18:56:50',96,'Vice Chair'),(67,0,7,'2013-09-19 18:56:50','2013-09-19 18:56:50',115,'Ranking Member'),(68,0,7,'2013-09-19 18:56:50','2013-09-19 18:56:50',102,NULL),(69,0,7,'2013-09-19 18:56:50','2013-09-19 18:56:50',125,'Clerk'),(70,0,7,'2013-09-19 18:56:50','2013-09-19 18:56:50',138,NULL),(71,0,7,'2013-09-19 18:56:50','2013-09-19 18:56:50',139,NULL),(72,0,7,'2013-09-19 18:56:50','2013-09-19 18:56:50',142,NULL),(73,0,8,'2013-09-19 18:56:50','2013-09-19 18:56:50',128,'Chair'),(74,0,8,'2013-09-19 18:56:50','2013-09-19 18:56:50',39,'Vice Chair'),(75,0,8,'2013-09-19 18:56:50','2013-09-19 18:56:50',32,'Ranking Member'),(76,0,8,'2013-09-19 18:56:50','2013-09-19 18:56:50',20,NULL),(77,0,8,'2013-09-19 18:56:50','2013-09-19 18:56:50',24,NULL),(78,0,8,'2013-09-19 18:56:50','2013-09-19 18:56:50',56,NULL),(79,0,8,'2013-09-19 18:56:50','2013-09-19 18:56:50',58,NULL),(80,0,8,'2013-09-19 18:56:51','2013-09-19 18:56:51',86,'Clerk'),(81,0,8,'2013-09-19 18:56:51','2013-09-19 18:56:51',95,NULL),(82,0,8,'2013-09-19 18:56:51','2013-09-19 18:56:51',135,NULL),(83,0,8,'2013-09-19 18:56:51','2013-09-19 18:56:51',135,NULL),(84,0,9,'2013-09-19 18:56:51','2013-09-19 18:56:51',43,'Chair'),(85,0,9,'2013-09-19 18:56:51','2013-09-19 18:56:51',25,'Vice Chair'),(86,0,9,'2013-09-19 18:56:51','2013-09-19 18:56:51',107,'Ranking Member'),(87,0,9,'2013-09-19 18:56:51','2013-09-19 18:56:51',29,'Clerk'),(88,0,9,'2013-09-19 18:56:51','2013-09-19 18:56:51',46,NULL),(89,0,9,'2013-09-19 18:56:51','2013-09-19 18:56:51',94,NULL),(90,0,9,'2013-09-19 18:56:51','2013-09-19 18:56:51',97,NULL),(91,0,9,'2013-09-19 18:56:51','2013-09-19 18:56:51',105,NULL),(92,0,9,'2013-09-19 18:56:51','2013-09-19 18:56:51',123,NULL),(93,0,9,'2013-09-19 18:56:51','2013-09-19 18:56:51',131,NULL),(94,0,9,'2013-09-19 18:56:51','2013-09-19 18:56:51',146,NULL),(95,0,10,'2013-09-19 18:56:51','2013-09-19 18:56:51',109,'Chair'),(96,0,10,'2013-09-19 18:56:51','2013-09-19 18:56:51',51,'Vice Chair'),(97,0,10,'2013-09-19 18:56:51','2013-09-19 18:56:51',35,'Ranking Member'),(98,0,10,'2013-09-19 18:56:51','2013-09-19 18:56:51',3,NULL),(99,0,10,'2013-09-19 18:56:51','2013-09-19 18:56:51',11,NULL),(100,0,10,'2013-09-19 18:56:52','2013-09-19 18:56:52',44,NULL),(101,0,10,'2013-09-19 18:56:52','2013-09-19 18:56:52',45,NULL),(102,0,10,'2013-09-19 18:56:52','2013-09-19 18:56:52',72,'Clerk'),(103,0,10,'2013-09-19 18:56:52','2013-09-19 18:56:52',91,NULL),(104,0,10,'2013-09-19 18:56:52','2013-09-19 18:56:52',98,NULL),(105,0,10,'2013-09-19 18:56:52','2013-09-19 18:56:52',136,NULL),(106,0,11,'2013-09-19 18:56:52','2013-09-19 18:56:52',79,'Chair'),(107,0,11,'2013-09-19 18:56:52','2013-09-19 18:56:52',49,'Vice Chair'),(108,0,11,'2013-09-19 18:56:52','2013-09-19 18:56:52',69,'Ranking Member'),(109,0,11,'2013-09-19 18:56:52','2013-09-19 18:56:52',23,NULL),(110,0,11,'2013-09-19 18:56:52','2013-09-19 18:56:52',34,NULL),(111,0,11,'2013-09-19 18:56:52','2013-09-19 18:56:52',41,NULL),(112,0,11,'2013-09-19 18:56:52','2013-09-19 18:56:52',48,NULL),(113,0,11,'2013-09-19 18:56:52','2013-09-19 18:56:52',84,NULL),(114,0,11,'2013-09-19 18:56:52','2013-09-19 18:56:52',126,NULL),(115,0,11,'2013-09-19 18:56:52','2013-09-19 18:56:52',140,NULL),(116,0,11,'2013-09-19 18:56:52','2013-09-19 18:56:52',145,'Clerk'),(117,0,12,'2013-09-19 18:56:53','2013-09-19 18:56:53',68,'Chair'),(118,0,12,'2013-09-19 18:56:53','2013-09-19 18:56:53',17,'Vice Chair'),(119,0,12,'2013-09-19 18:56:53','2013-09-19 18:56:53',15,'Ranking Member'),(120,0,12,'2013-09-19 18:56:53','2013-09-19 18:56:53',37,NULL),(121,0,12,'2013-09-19 18:56:53','2013-09-19 18:56:53',42,NULL),(122,0,12,'2013-09-19 18:56:53','2013-09-19 18:56:53',54,NULL),(123,0,12,'2013-09-19 18:56:53','2013-09-19 18:56:53',60,'Clerk'),(124,0,12,'2013-09-19 18:56:53','2013-09-19 18:56:53',81,NULL),(125,0,12,'2013-09-19 18:56:53','2013-09-19 18:56:53',89,NULL),(126,0,12,'2013-09-19 18:56:53','2013-09-19 18:56:53',100,NULL),(127,0,12,'2013-09-19 18:56:53','2013-09-19 18:56:53',148,NULL),(128,0,13,'2013-09-19 18:56:53','2013-09-19 18:56:53',9,'Chair'),(129,0,13,'2013-09-19 18:56:53','2013-09-19 18:56:53',108,'Vice Chair'),(130,0,13,'2013-09-19 18:56:53','2013-09-19 18:56:53',26,'Ranking Member'),(131,0,13,'2013-09-19 18:56:53','2013-09-19 18:56:53',5,NULL),(132,0,13,'2013-09-19 18:56:53','2013-09-19 18:56:53',12,NULL),(133,0,13,'2013-09-19 18:56:54','2013-09-19 18:56:54',47,NULL),(134,0,13,'2013-09-19 18:56:54','2013-09-19 18:56:54',66,NULL),(135,0,13,'2013-09-19 18:56:54','2013-09-19 18:56:54',74,'Clerk'),(136,0,13,'2013-09-19 18:56:54','2013-09-19 18:56:54',88,NULL),(137,0,13,'2013-09-19 18:56:54','2013-09-19 18:56:54',114,NULL),(138,0,13,'2013-09-19 18:56:54','2013-09-19 18:56:54',147,NULL),(139,0,14,'2013-09-19 18:56:54','2013-09-19 18:56:54',1,'Chair'),(140,0,14,'2013-09-19 18:56:54','2013-09-19 18:56:54',8,'Vice Chair'),(141,0,14,'2013-09-19 18:56:54','2013-09-19 18:56:54',117,'Ranking Member'),(142,0,14,'2013-09-19 18:56:54','2013-09-19 18:56:54',19,'Clerk'),(143,0,14,'2013-09-19 18:56:54','2013-09-19 18:56:54',21,NULL),(144,0,14,'2013-09-19 18:56:54','2013-09-19 18:56:54',50,NULL),(145,0,14,'2013-09-19 18:56:54','2013-09-19 18:56:54',63,NULL),(146,0,14,'2013-09-19 18:56:54','2013-09-19 18:56:54',70,NULL),(147,0,14,'2013-09-19 18:56:55','2013-09-19 18:56:55',87,NULL),(148,0,14,'2013-09-19 18:56:55','2013-09-19 18:56:55',113,NULL),(149,0,14,'2013-09-19 18:56:55','2013-09-19 18:56:55',143,NULL),(150,0,15,'2013-09-19 18:56:55','2013-09-19 18:56:55',31,NULL),(151,0,15,'2013-09-19 18:56:55','2013-09-19 18:56:55',69,NULL),(152,0,15,'2013-09-19 18:56:55','2013-09-19 18:56:55',70,NULL),(153,0,15,'2013-09-19 18:56:55','2013-09-19 18:56:55',61,NULL),(154,0,15,'2013-09-19 18:56:55','2013-09-19 18:56:55',137,NULL),(155,0,16,'2013-09-19 18:56:55','2013-09-19 18:56:55',121,NULL),(156,0,19,'2013-09-19 18:56:55','2013-09-19 18:56:55',156,NULL),(157,0,20,'2013-09-19 18:56:55','2013-09-19 18:56:55',153,NULL),(158,0,21,'2013-09-19 18:56:55','2013-09-19 18:56:55',152,NULL),(159,0,20,'2013-09-19 18:56:55','2013-09-19 18:56:55',154,NULL),(160,0,21,'2013-09-19 18:56:56','2013-09-19 18:56:56',159,NULL),(161,0,18,'2013-09-19 18:56:56','2013-09-19 18:56:56',182,NULL),(162,0,21,'2013-09-19 18:56:56','2013-09-19 18:56:56',181,NULL),(163,0,21,'2013-09-19 18:56:56','2013-09-19 18:56:56',182,NULL); /*!40000 ALTER TABLE `committee_assignment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `county` -- DROP TABLE IF EXISTS `county`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `county` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `version` bigint(20) NOT NULL, `county` varchar(25) DEFAULT NULL, `created` int(11) DEFAULT NULL, `date_created` datetime NOT NULL, `etymology` varchar(200) DEFAULT NULL, `formed_from` varchar(200) DEFAULT NULL, `gnis_id` int(11) NOT NULL, `last_updated` datetime NOT NULL, `population` int(11) DEFAULT NULL, `square_miles` int(11) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `gnis_id` (`gnis_id`), UNIQUE KEY `county` (`county`) ) ENGINE=InnoDB AUTO_INCREMENT=15 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `county` -- LOCK TABLES `county` WRITE; /*!40000 ALTER TABLE `county` DISABLE KEYS */; INSERT INTO `county` VALUES (1,0,'Addison',NULL,'2013-09-15 18:44:03',NULL,NULL,1461757,'2013-09-15 18:44:03',NULL,NULL),(2,0,'Bennington',NULL,'2013-09-15 18:44:03',NULL,NULL,1461758,'2013-09-15 18:44:03',NULL,NULL),(3,0,'Caledonia',NULL,'2013-09-15 18:44:03',NULL,NULL,1461759,'2013-09-15 18:44:03',NULL,NULL),(4,0,'Chittenden',NULL,'2013-09-15 18:44:04',NULL,NULL,1461760,'2013-09-15 18:44:04',NULL,NULL),(5,0,'Essex',NULL,'2013-09-15 18:44:04',NULL,NULL,1461761,'2013-09-15 18:44:04',NULL,NULL),(6,0,'Franklin',NULL,'2013-09-15 18:44:04',NULL,NULL,1461762,'2013-09-15 18:44:04',NULL,NULL),(7,0,'Grand Isle',NULL,'2013-09-15 18:44:04',NULL,NULL,1461763,'2013-09-15 18:44:04',NULL,NULL),(8,0,'Lamoille',NULL,'2013-09-15 18:44:04',NULL,NULL,1461764,'2013-09-15 18:44:04',NULL,NULL),(9,0,'Orange',NULL,'2013-09-15 18:44:04',NULL,NULL,1461765,'2013-09-15 18:44:04',NULL,NULL),(10,0,'Orleans',NULL,'2013-09-15 18:44:04',NULL,NULL,1461766,'2013-09-15 18:44:04',NULL,NULL),(11,0,'Rutland',NULL,'2013-09-15 18:44:04',NULL,NULL,1461767,'2013-09-15 18:44:04',NULL,NULL),(12,0,'Washington',NULL,'2013-09-15 18:44:04',NULL,NULL,1461768,'2013-09-15 18:44:04',NULL,NULL),(13,0,'Windham',NULL,'2013-09-15 18:44:04',NULL,NULL,1461769,'2013-09-15 18:44:04',NULL,NULL),(14,0,'Windsor',NULL,'2013-09-15 18:44:04',NULL,NULL,1461770,'2013-09-15 18:44:04',NULL,NULL); /*!40000 ALTER TABLE `county` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `district` -- DROP TABLE IF EXISTS `district`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `district` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `version` bigint(20) NOT NULL, `date_created` datetime NOT NULL, `district` varchar(50) NOT NULL, `district_code` int(11) NOT NULL, `district_image` varchar(100) DEFAULT NULL, `last_updated` datetime NOT NULL, `members` int(11) DEFAULT NULL, `office_id` bigint(20) NOT NULL, `town_list` varchar(250) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `district_code` (`district_code`), KEY `FK1139338E9C4168F8` (`office_id`), CONSTRAINT `FK1139338E9C4168F8` FOREIGN KEY (`office_id`) REFERENCES `office` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=121 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `district` -- LOCK TABLES `district` WRITE; /*!40000 ALTER TABLE `district` DISABLE KEYS */; INSERT INTO `district` VALUES (2,0,'2013-09-15 18:43:29','Addison-1',1,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/ADD-1.pdf','2013-09-15 18:43:29',2,2,'Middlebury'),(3,0,'2013-09-15 18:43:29','Addison-2',2,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/ADD-2.pdf','2013-09-15 18:43:29',1,2,'Cornwall, Goshen, Hancock, Leicester, Ripton, Salisbury'),(4,0,'2013-09-15 18:43:29','Addison-3',3,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/ADD-3.pdf','2013-09-15 18:43:29',2,2,'Addison, Ferrisburgh, Panton, Vergennes, Waltham'),(5,0,'2013-09-15 18:43:29','Addison-4',4,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/ADD-4.pdf','2013-09-15 18:43:29',2,2,'Bristol, Lincoln, Monkton, Starksboro'),(6,0,'2013-09-15 18:43:29','Addison-5',5,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/ADD-5.pdf','2013-09-15 18:43:29',1,2,'Bridport, New Haven, Weybridge'),(7,0,'2013-09-15 18:43:29','Addison-Rutland',6,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/ADD-RUT.pdf','2013-09-15 18:43:29',1,2,'Benson, Orwell, Shoreham, Whiting'),(8,0,'2013-09-15 18:43:29','Bennington-1',7,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/BEN-1.pdf','2013-09-15 18:43:29',1,2,'Pownal, Woodford'),(9,0,'2013-09-15 18:43:29','Bennington-2-1',8,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/BEN-2-1.pdf','2013-09-15 18:43:29',2,2,'Bennington'),(10,0,'2013-09-15 18:43:29','Bennington-2-2',9,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/BEN-2-2.pdf','2013-09-15 18:43:29',2,2,'Bennington'),(11,0,'2013-09-15 18:43:29','Bennington-3',10,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/BEN-3.pdf','2013-09-15 18:43:29',1,2,'Glastenbury, Shaftsbury, Sunderland'),(12,0,'2013-09-15 18:43:29','Bennington-4',11,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/BEN-4.pdf','2013-09-15 18:43:29',2,2,'Arlington, Manchester, Sandgate, Sunderland'),(13,0,'2013-09-15 18:43:29','Bennington-Rutland',12,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/BEN-RUT.pdf','2013-09-15 18:43:29',1,2,'Danby, Dorset, Landgrove, Mount Tabor, Peru'),(14,0,'2013-09-15 18:43:29','Caledonia-1',13,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/CAL-1.pdf','2013-09-15 18:43:29',1,2,'Barnet, Ryegate, Waterford'),(15,0,'2013-09-15 18:43:29','Caledonia-2',14,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/CAL-2.pdf','2013-09-15 18:43:29',1,2,'Hardwick, Stannard, Walden'),(16,0,'2013-09-15 18:43:29','Caledonia-3',15,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/CAL-3.pdf','2013-09-15 18:43:29',2,2,'St. Johnsbury'),(17,0,'2013-09-15 18:43:29','Caledonia-4',16,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/CAL-4.pdf','2013-09-15 18:43:29',2,2,'Burke, Lyndon, Sutton'),(18,0,'2013-09-15 18:43:29','Caledonia-Washington',17,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/CAL-WAS.pdf','2013-09-15 18:43:29',1,2,'Cabot, Danville, Peacham'),(19,0,'2013-09-15 18:43:29','Chittenden-1',18,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/CHI-1.pdf','2013-09-15 18:43:29',1,2,'Richmond'),(20,0,'2013-09-15 18:43:29','Chittenden-10',19,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/CHI-10.pdf','2013-09-15 18:43:29',2,2,'Milton'),(21,0,'2013-09-15 18:43:29','Chittenden-2',20,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/CHI-2.pdf','2013-09-15 18:43:29',2,2,'Williston'),(22,0,'2013-09-15 18:43:29','Chittenden-3',21,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/CHI-3.pdf','2013-09-15 18:43:29',2,2,'Jericho, Underhill'),(23,0,'2013-09-15 18:43:29','Chittenden-4-1',22,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/CHI-4-1.pdf','2013-09-15 18:43:29',1,2,'Charlotte, Hinesburg'),(24,0,'2013-09-15 18:43:29','Chittenden-4-2',23,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/CHI-4-2.pdf','2013-09-15 18:43:29',1,2,'Hinesburg'),(25,0,'2013-09-15 18:43:29','Chittenden-5-1',24,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/CHI-5-1.pdf','2013-09-15 18:43:29',1,2,'Shelburne'),(26,0,'2013-09-15 18:43:29','Chittenden-5-2',25,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/CHI-5-2.pdf','2013-09-15 18:43:29',1,2,'Shelburne, St. George'),(27,0,'2013-09-15 18:43:29','Chittenden-6-1',26,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/CHI-6-1.pdf','2013-09-15 18:43:29',2,2,'Burlington'),(28,0,'2013-09-15 18:43:29','Chittenden-6-2',27,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/CHI-6-2.pdf','2013-09-15 18:43:29',1,2,'Burlington'),(29,0,'2013-09-15 18:43:29','Chittenden-6-3',28,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/CHI-6-3.pdf','2013-09-15 18:43:29',2,2,'Burlington'),(30,0,'2013-09-15 18:43:29','Chittenden-6-4',29,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/CHI-6-4.pdf','2013-09-15 18:43:29',2,2,'Burlington'),(31,0,'2013-09-15 18:43:29','Chittenden-6-5',30,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/CHI-6-5.pdf','2013-09-15 18:43:29',2,2,'Burlington'),(32,0,'2013-09-15 18:43:29','Chittenden-6-6',31,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/CHI-6-6.pdf','2013-09-15 18:43:29',1,2,'Burlington'),(33,0,'2013-09-15 18:43:29','Chittenden-6-7',32,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/CHI-6-7.pdf','2013-09-15 18:43:29',2,2,'Burlington, Winooski'),(34,0,'2013-09-15 18:43:29','Chittenden-7-1',33,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/CHI-7-1.pdf','2013-09-15 18:43:29',1,2,'South Burlington'),(35,0,'2013-09-15 18:43:29','Chittenden-7-2',34,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/CHI-7-2.pdf','2013-09-15 18:43:29',1,2,'South Burlington'),(36,0,'2013-09-15 18:43:29','Chittenden-7-3',35,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/CHI-7-3.pdf','2013-09-15 18:43:29',1,2,'South Burlington'),(37,0,'2013-09-15 18:43:29','Chittenden-7-4',36,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/CHI-7-4.pdf','2013-09-15 18:43:29',1,2,'South Burlington'),(38,0,'2013-09-15 18:43:30','Chittenden-8-1',37,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/CHI-8-1.pdf','2013-09-15 18:43:30',2,2,'Essex'),(39,0,'2013-09-15 18:43:30','Chittenden-8-2',38,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/CHI-8-2.pdf','2013-09-15 18:43:30',2,2,'Essex'),(40,0,'2013-09-15 18:43:30','Chittenden-8-3',39,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/CHI-8-3.pdf','2013-09-15 18:43:30',1,2,'Essex, Westford'),(41,0,'2013-09-15 18:43:30','Chittenden-9-1',40,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/CHI-9-1.pdf','2013-09-15 18:43:30',2,2,'Colchester'),(42,0,'2013-09-15 18:43:30','Chittenden-9-2',41,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/CHI-9-2.pdf','2013-09-15 18:43:30',2,2,'Colchester'),(43,0,'2013-09-15 18:43:30','Essex-Caledonia',42,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/ESX-CAL.pdf','2013-09-15 18:43:30',1,2,'Brunswick, Concord, Granby, Guildhall, Kirby, Lunenburg, Maidstone, Victory'),(44,0,'2013-09-15 18:43:30','Essex-Caledonia-Orleans',43,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/ESX-CAL-ORL.pdf','2013-09-15 18:43:30',1,2,'Averill, Averys Gore, Bloomfield, Brighton, Canaan, East Haven, Ferdinand, Lemington, Lewis, Newark, Norton, Warners Grant, Warren Gore, Westmore'),(45,0,'2013-09-15 18:43:30','Franklin-1',44,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/FRA-1.pdf','2013-09-15 18:43:30',1,2,'Georgia'),(46,0,'2013-09-15 18:43:30','Franklin-2',45,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/FRA-2.pdf','2013-09-15 18:43:30',1,2,'Fairfax'),(47,0,'2013-09-15 18:43:30','Franklin-3-1',46,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/FRA-3-1.pdf','2013-09-15 18:43:30',2,2,'St. Albans City, St. Albans Town'),(48,0,'2013-09-15 18:43:30','Franklin-3-2',47,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/FRA-3-2.pdf','2013-09-15 18:43:30',1,2,'St. Albans Town'),(49,0,'2013-09-15 18:43:30','Franklin-4',48,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/FRA-4.pdf','2013-09-15 18:43:30',2,2,'Sheldon, Swanton'),(50,0,'2013-09-15 18:43:30','Franklin-5',49,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/FRA-5.pdf','2013-09-15 18:43:30',2,2,'Berkshire, Franklin, Highgate, Richford'),(51,0,'2013-09-15 18:43:30','Franklin-6',50,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/FRA-6.pdf','2013-09-15 18:43:30',1,2,'Bakersfield, Fairfield, Fletcher'),(52,0,'2013-09-15 18:43:30','Franklin-7',51,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/FRA-7.pdf','2013-09-15 18:43:30',1,2,'Enosburgh, Montgomery'),(53,0,'2013-09-15 18:43:30','Grand Isle-Chittenden',52,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/GI-CHI.pdf','2013-09-15 18:43:30',2,2,'Alburgh, Grand Isle, Isle La Motte, Milton, North Hero, South Hero'),(54,0,'2013-09-15 18:43:30','Lamoille-1',53,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/LAM-1.pdf','2013-09-15 18:43:30',1,2,'Stowe'),(55,0,'2013-09-15 18:43:30','Lamoille-2',54,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/LAM-2.pdf','2013-09-15 18:43:30',2,2,'Belvidere, Hyde Park, Johnson, Wolcott'),(56,0,'2013-09-15 18:43:30','Lamoille-3',55,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/LAM-3.pdf','2013-09-15 18:43:30',1,2,'Cambridge, Waterville'),(57,0,'2013-09-15 18:43:30','Lamoille-Washington',56,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/LAM-WAS.pdf','2013-09-15 18:43:30',2,2,'Elmore, Morristown, Woodbury, Worcester'),(58,0,'2013-09-15 18:43:30','Orange-1',57,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/ORA-1.pdf','2013-09-15 18:43:30',2,2,'Chelsea, Corinth, Orange, Vershire, Washington, Williamstown'),(59,0,'2013-09-15 18:43:30','Orange-2',58,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/ORA-2.pdf','2013-09-15 18:43:30',1,2,'Bradford, Fairlee, West Fairlee'),(60,0,'2013-09-15 18:43:30','Orange-Caledonia',59,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/ORA-CAL.pdf','2013-09-15 18:43:30',1,2,'Groton, Newbury, Topsham'),(61,0,'2013-09-15 18:43:30','Orange-Washington-Addison',60,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/ORA-WAS-ADD.pdf','2013-09-15 18:43:30',2,2,'Braintree, Brookfield, Granville, Randolph, Roxbury'),(62,0,'2013-09-15 18:43:30','Orleans-1',61,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/ORL-1.pdf','2013-09-15 18:43:30',2,2,'Brownington, Charleston, Derby, Holland, Morgan'),(63,0,'2013-09-15 18:43:30','Orleans-2',62,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/ORL-2.pdf','2013-09-15 18:43:30',2,2,'Coventry, Irasburg, Newport City, Newport Town, Troy'),(64,0,'2013-09-15 18:43:30','Orleans-Caledonia',63,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/ORL-CAL.pdf','2013-09-15 18:43:30',2,2,'Albany, Barton, Craftsbury, Glover, Greensboro, Sheffield, Wheelock'),(65,0,'2013-09-15 18:43:30','Orleans-Lamoille',64,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/ORL-LAM.pdf','2013-09-15 18:43:30',1,2,'Eden, Jay, Lowell, Troy, Westfield'),(66,0,'2013-09-15 18:43:30','Rutland-1',65,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/RUT-1.pdf','2013-09-15 18:43:30',1,2,'Ira, Poultney'),(67,0,'2013-09-15 18:43:30','Rutland-2',66,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/RUT-2.pdf','2013-09-15 18:43:30',2,2,'Clarendon, Proctor, Tinmouth, Wallingford, West Rutland'),(68,0,'2013-09-15 18:43:30','Rutland-3',67,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/RUT-3.pdf','2013-09-15 18:43:30',2,2,'Castleton, Fair Haven, Hubbardton, West Haven'),(69,0,'2013-09-15 18:43:30','Rutland-4',68,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/RUT-4.pdf','2013-09-15 18:43:30',1,2,'Rutland Town'),(70,0,'2013-09-15 18:43:30','Rutland-5-1',69,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/RUT-5-1.pdf','2013-09-15 18:43:30',1,2,'Rutland City'),(71,0,'2013-09-15 18:43:30','Rutland-5-2',70,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/RUT-5-2.pdf','2013-09-15 18:43:30',1,2,'Rutland City'),(72,0,'2013-09-15 18:43:30','Rutland-5-3',71,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/RUT-5-3.pdf','2013-09-15 18:43:30',1,2,'Rutland City'),(73,0,'2013-09-15 18:43:30','Rutland-5-4',72,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/RUT-5-4.pdf','2013-09-15 18:43:30',1,2,'Rutland City'),(74,0,'2013-09-15 18:43:30','Rutland-6',73,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/RUT-6.pdf','2013-09-15 18:43:30',2,2,'Brandon, Pittsford, Sudbury'),(75,0,'2013-09-15 18:43:30','Rutland-Bennington',74,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/RUT-BEN.pdf','2013-09-15 18:43:30',1,2,'Middletown Springs, Pawlet, Rupert, Tinmouth, Wells'),(76,0,'2013-09-15 18:43:30','Rutland-Windsor-1',75,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/RUT-WDR-1.pdf','2013-09-15 18:43:30',1,2,'Bridgewater, Chittenden, Killington, Mendon'),(77,0,'2013-09-15 18:43:30','Rutland-Windsor-2',76,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/RUT-WDR-2.pdf','2013-09-15 18:43:30',1,2,'Ludlow, Mount Holly, Shrewsbury'),(78,0,'2013-09-15 18:43:30','Washington-1',77,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/WAS-1.pdf','2013-09-15 18:43:30',2,2,'Berlin, Northfield'),(79,0,'2013-09-15 18:43:30','Washington-2',78,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/WAS-2.pdf','2013-09-15 18:43:30',2,2,'Barre Town'),(80,0,'2013-09-15 18:43:30','Washington-3',79,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/WAS-3.pdf','2013-09-15 18:43:30',2,2,'Barre City'),(81,0,'2013-09-15 18:43:30','Washington-4',80,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/WAS-4.pdf','2013-09-15 18:43:30',2,2,'Montpelier'),(82,0,'2013-09-15 18:43:30','Washington-5',81,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/WAS-5.pdf','2013-09-15 18:43:30',1,2,'East Montpelier, Middlesex'),(83,0,'2013-09-15 18:43:30','Washington-6',82,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/WAS-6.pdf','2013-09-15 18:43:30',1,2,'Calais, Marshfield, Plainfield'),(84,0,'2013-09-15 18:43:30','Washington-7',83,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/WAS-7.pdf','2013-09-15 18:43:30',2,2,'Duxbury, Fayston, Moretown, Waitsfield, Warren'),(85,0,'2013-09-15 18:43:30','Washington-Chittenden',84,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/WAS-CHI.pdf','2013-09-15 18:43:30',2,2,'Bolton, Buels Gore, Huntington, Waterbury'),(86,0,'2013-09-15 18:43:30','Windham-1',85,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/WDH-1.pdf','2013-09-15 18:43:30',1,2,'Guilford, Vernon'),(87,0,'2013-09-15 18:43:30','Windham-2-1',86,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/WDH-2-1.pdf','2013-09-15 18:43:30',1,2,'Brattleboro'),(88,0,'2013-09-15 18:43:30','Windham-2-2',87,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/WDH-2-2.pdf','2013-09-15 18:43:30',1,2,'Brattleboro'),(89,0,'2013-09-15 18:43:30','Windham-2-3',88,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/WDH-2-3.pdf','2013-09-15 18:43:30',1,2,'Brattleboro'),(90,0,'2013-09-15 18:43:30','Windham-3',89,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/WDH-3.pdf','2013-09-15 18:43:30',2,2,'Athens, Brookline, Grafton, Rockingham, Westminster, Windham'),(91,0,'2013-09-15 18:43:30','Windham-4',90,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/WDH-4.pdf','2013-09-15 18:43:30',2,2,'Dummerston, Putney, Westminster'),(92,0,'2013-09-15 18:43:30','Windham-5',91,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/WDH-5.pdf','2013-09-15 18:43:30',1,2,'Marlboro, Newfane, Townshend'),(93,0,'2013-09-15 18:43:30','Windham-6',92,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/WDH-6.pdf','2013-09-15 18:43:30',1,2,'Halifax, Whitingham, Wilmington'),(94,0,'2013-09-15 18:43:30','Windham-Bennington',93,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/WDH-BEN.pdf','2013-09-15 18:43:30',1,2,'Dover, Readsboro, Searsburg, Somerset, Stamford, Wardsboro, Whitingham'),(95,0,'2013-09-15 18:43:30','Windham-Bennington-Windsor',94,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/WDH-BEN-WDR.pdf','2013-09-15 18:43:30',1,2,'Jamaica, Londonderry, Stratton, Weston, Winhall'),(96,0,'2013-09-15 18:43:30','Windsor-1',95,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/WDR-1.pdf','2013-09-15 18:43:30',2,2,'Hartland, West Windsor, Windsor'),(97,0,'2013-09-15 18:43:30','Windsor-2',96,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/WDR-2.pdf','2013-09-15 18:43:30',1,2,'Cavendish, Weathersfield'),(98,0,'2013-09-15 18:43:30','Windsor-3-1',97,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/WDR-3-1.pdf','2013-09-15 18:43:30',1,2,'Andover, Baltimore, Chester, Springfield'),(99,0,'2013-09-15 18:43:30','Windsor-3-2',98,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/WDR-3-2.pdf','2013-09-15 18:43:30',2,2,'Springfield'),(100,0,'2013-09-15 18:43:30','Windsor-4-1',99,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/WDR-4-1.pdf','2013-09-15 18:43:30',1,2,'Barnard, Hartford, Pomfret'),(101,0,'2013-09-15 18:43:30','Windsor-4-2',100,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/WDR-4-2.pdf','2013-09-15 18:43:30',2,2,'Hartford'),(102,0,'2013-09-15 18:43:30','Windsor-5',101,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/WDR-5.pdf','2013-09-15 18:43:30',1,2,'Plymouth, Reading, Woodstock'),(103,0,'2013-09-15 18:43:30','Windsor-Orange-1',102,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/WDR-ORA-1.pdf','2013-09-15 18:43:30',1,2,'Royalton, Tunbridge'),(104,0,'2013-09-15 18:43:30','Windsor-Orange-2',103,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/WDR-ORA-2.pdf','2013-09-15 18:43:30',2,2,'Norwich, Sharon, Strafford, Thetford'),(105,0,'2013-09-15 18:43:30','Windsor-Rutland',104,'http://www.leg.state.vt.us/Reapportionment/SmallMaps/WDR-RUT.pdf','2013-09-15 18:43:30',1,2,'Bethel, Pittsfield, Rochester, Stockbridge'),(106,0,'2013-09-15 18:43:30','Addison',105,NULL,'2013-09-15 18:43:30',NULL,1,NULL),(107,0,'2013-09-15 18:43:30','Bennington',106,NULL,'2013-09-15 18:43:30',NULL,1,NULL),(108,0,'2013-09-15 18:43:30','Caledonia',107,NULL,'2013-09-15 18:43:30',NULL,1,NULL),(109,0,'2013-09-15 18:43:30','Chittenden',108,NULL,'2013-09-15 18:43:30',NULL,1,NULL),(110,0,'2013-09-15 18:43:30','Chittenden-Grand Isle',109,NULL,'2013-09-15 18:43:30',NULL,1,NULL),(111,0,'2013-09-15 18:43:30','Essex-Orleans',110,NULL,'2013-09-15 18:43:30',NULL,1,NULL),(112,0,'2013-09-15 18:43:30','Franklin',111,NULL,'2013-09-15 18:43:30',NULL,1,NULL),(113,0,'2013-09-15 18:43:30','Lamoille',112,NULL,'2013-09-15 18:43:30',NULL,1,NULL),(114,0,'2013-09-15 18:43:30','Orange',113,NULL,'2013-09-15 18:43:30',NULL,1,NULL),(115,0,'2013-09-15 18:43:30','Rutland',114,NULL,'2013-09-15 18:43:30',NULL,1,NULL),(116,0,'2013-09-15 18:43:30','Washington',115,NULL,'2013-09-15 18:43:30',NULL,1,NULL),(117,0,'2013-09-15 18:43:30','Windham',116,NULL,'2013-09-15 18:43:30',NULL,1,NULL),(118,0,'2013-09-15 18:43:30','Windsor',117,NULL,'2013-09-15 18:43:30',NULL,1,NULL),(119,0,'2013-09-15 18:43:30','Statewide',118,NULL,'2013-09-15 18:43:30',NULL,3,NULL),(120,0,'2013-09-15 18:43:30','Statewide',119,NULL,'2013-09-15 18:43:30',NULL,4,NULL); /*!40000 ALTER TABLE `district` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `executive` -- DROP TABLE IF EXISTS `executive`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `executive` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `version` bigint(20) NOT NULL, `current_party` varchar(1) NOT NULL, `current_seat` int(11) DEFAULT NULL, `first_term` varchar(1) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `current_seat` (`current_seat`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `executive` -- LOCK TABLES `executive` WRITE; /*!40000 ALTER TABLE `executive` DISABLE KEYS */; /*!40000 ALTER TABLE `executive` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `gnis_locale` -- DROP TABLE IF EXISTS `gnis_locale`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `gnis_locale` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `version` bigint(20) NOT NULL, `county` varchar(255) NOT NULL, `date_created` datetime NOT NULL, `elevation` int(11) DEFAULT NULL, `feature_name` varchar(255) NOT NULL, `gnis_class` varchar(255) NOT NULL, `gnis_id` int(11) NOT NULL, `last_updated` datetime NOT NULL, `latitude` varchar(255) NOT NULL, `longitude` varchar(255) NOT NULL, `map` varchar(255) NOT NULL, `state` varchar(255) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `gnis_id` (`gnis_id`) ) ENGINE=InnoDB AUTO_INCREMENT=1927 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `gnis_locale` -- LOCK TABLES `gnis_locale` WRITE; /*!40000 ALTER TABLE `gnis_locale` DISABLE KEYS */; INSERT INTO `gnis_locale` VALUES (1,0,'Washington','2013-09-15 18:43:50',1053,'Adamant','Populated Place',1456106,'2013-09-15 18:43:50','441945N','0723010W','Montpelier','VT'),(2,0,'Windham','2013-09-15 18:43:50',239,'Adams Grist Mill (historical)','Locale',1920824,'2013-09-15 18:43:50','430752N','0722634W','Bellows Falls','VT'),(3,0,'Grand Isle','2013-09-15 18:43:50',125,'Adams Landing','Populated Place',1460478,'2013-09-15 18:43:50','444410N','0731955W','South Hero','VT'),(4,0,'Addison','2013-09-15 18:43:50',285,'Addison','Populated Place',1456113,'2013-09-15 18:43:50','440519N','0731809W','Snake Mountain','VT'),(5,0,'Addison','2013-09-15 18:43:50',364,'Addison County','Civil',1461757,'2013-09-15 18:43:50','440151N','0730827W','Middlebury','VT'),(6,0,'Addison','2013-09-15 18:43:50',276,'Addison Gardens','Locale',2723154,'2013-09-15 18:43:50','440827N','0731618W','Vergennes West','VT'),(7,0,'Chittenden','2013-09-15 18:43:50',NULL,'Agenyateonnia (historical)','Populated Place',1918555,'2013-09-15 18:43:50','Unknown','Unknown','Unknown','VT'),(8,0,'Orleans','2013-09-15 18:43:50',951,'Albany','Populated Place',1456118,'2013-09-15 18:43:50','444351N','0722247W','Albany','VT'),(9,0,'Orleans','2013-09-15 18:43:50',1280,'Albany Center','Populated Place',1460391,'2013-09-15 18:43:50','444412N','0722058W','Craftsbury','VT'),(10,0,'Grand Isle','2013-09-15 18:43:50',125,'Alburg','Populated Place',1456120,'2013-09-15 18:43:50','445830N','0731800W','Rouses Point','VT'),(11,0,'Grand Isle','2013-09-15 18:43:50',121,'Alburg Center','Populated Place',1456121,'2013-09-15 18:43:50','445713N','0731611W','Rouses Point','VT'),(12,0,'Grand Isle','2013-09-15 18:43:50',141,'Alburg Country Club','Locale',1461784,'2013-09-15 18:43:50','445427N','0731818W','Rouses Point','VT'),(13,0,'Grand Isle','2013-09-15 18:43:50',95,'Alburg Rouses Point Ferry (historical)','Locale',1918503,'2013-09-15 18:43:50','445955N','0732039W','Rouses Point','VT'),(14,0,'Grand Isle','2013-09-15 18:43:50',128,'Alburg Springs','Populated Place',1456123,'2013-09-15 18:43:50','445931N','0731322W','East Alburg','VT'),(15,0,'Grand Isle','2013-09-15 18:43:50',108,'Alburg Travel Trailer Park','Populated Place',1918506,'2013-09-15 18:43:50','445744N','0731453W','East Alburg','VT'),(16,0,'Grand Isle','2013-09-15 18:43:50',95,'Alburg-Swanton Ferry (historical)','Locale',1918507,'2013-09-15 18:43:50','445823N','0731312W','East Alburg','VT'),(17,0,'Rutland','2013-09-15 18:43:50',558,'Alfrecha','Populated Place',1456137,'2013-09-15 18:43:50','433351N','0725821W','Rutland','VT'),(18,0,'Windham','2013-09-15 18:43:50',502,'Algiers (historical)','Populated Place',2027188,'2013-09-15 18:43:50','424900N','0723358W','Brattleboro','VT'),(19,0,'Chittenden','2013-09-15 18:43:50',128,'Algonquin Camp','Locale',1456139,'2013-09-15 18:43:50','443907N','0731245W','Georgia Plains','VT'),(20,0,'Addison','2013-09-15 18:43:50',318,'Allandra Farm','Locale',2723107,'2013-09-15 18:43:50','441036N','0731236W','Vergennes East','VT'),(21,0,'Addison','2013-09-15 18:43:50',174,'Allendale Farm','Locale',2723106,'2013-09-15 18:43:50','440934N','0732005W','Vergennes West','VT'),(22,0,'Washington','2013-09-15 18:43:50',1660,'Alpine Village','Populated Place',1460527,'2013-09-15 18:43:50','440407N','0725003W','Warren','VT'),(23,0,'Windham','2013-09-15 18:43:50',1745,'Ames Hill','Populated Place',1456154,'2013-09-15 18:43:50','425117N','0724115W','Governors Mountain','VT'),(24,0,'Windsor','2013-09-15 18:43:50',584,'Amsden','Populated Place',1456159,'2013-09-15 18:43:50','432421N','0723021W','Cavendish','VT'),(25,0,'Grand Isle','2013-09-15 18:43:50',95,'Anchor Island Marina','Locale',1918511,'2013-09-15 18:43:50','445304N','0731620W','Rouses Point','VT'),(26,0,'Windsor','2013-09-15 18:43:50',1155,'Andover','Populated Place',1456162,'2013-09-15 18:43:50','431638N','0724148W','Andover','VT'),(27,0,'Rutland','2013-09-15 18:43:50',502,'Andys Camp','Locale',1921730,'2013-09-15 18:43:50','434535N','0731143W','Sudbury','VT'),(28,0,'Grand Isle','2013-09-15 18:43:50',121,'Apple Island Campground and Marina','Locale',1460482,'2013-09-15 18:43:50','443811N','0731605W','South Hero','VT'),(29,0,'Grand Isle','2013-09-15 18:43:50',131,'Appletree Bay Campground','Locale',1918553,'2013-09-15 18:43:50','443813N','0731621W','South Hero','VT'),(30,0,'Bennington','2013-09-15 18:43:50',646,'Arlington','Populated Place',1460530,'2013-09-15 18:43:50','430429N','0730914W','Arlington','VT'),(31,0,'Essex','2013-09-15 18:43:50',1014,'Arlins','Populated Place',1460369,'2013-09-15 18:43:50','445522N','0713040W','Monadnock Mountain','VT'),(32,0,'Caledonia','2013-09-15 18:43:50',1322,'Arshla Dairy Farm','Locale',2680738,'2013-09-15 18:43:50','442916N','0720715W','Saint Johnsbury','VT'),(33,0,'Windsor','2013-09-15 18:43:50',407,'Ascutney','Populated Place',1456178,'2013-09-15 18:43:50','432425N','0722425W','Windsor','VT'),(34,0,'Windham','2013-09-15 18:43:50',663,'Athens','Populated Place',1456182,'2013-09-15 18:43:50','430801N','0723404W','Saxtons River','VT'),(35,0,'Rutland','2013-09-15 18:43:50',427,'Avalon Beach','Populated Place',1456190,'2013-09-15 18:43:50','433824N','0731330W','Bomoseen','VT'),(36,0,'Essex','2013-09-15 18:43:50',1693,'Averill','Populated Place',1456192,'2013-09-15 18:43:50','445953N','0714237W','Averill','VT'),(37,0,'Essex','2013-09-15 18:43:50',2356,'Avery\'s Gore','Civil',1462030,'2013-09-15 18:43:50','445440N','0714906W','Norton Pond','VT'),(38,0,'Windsor','2013-09-15 18:43:50',1165,'Bailey Mills','Populated Place',1460392,'2013-09-15 18:43:50','433019N','0723411W','Woodstock South','VT'),(39,0,'Windsor','2013-09-15 18:43:50',640,'Baileys Mills','Populated Place',1456209,'2013-09-15 18:43:50','431752N','0723617W','Chester','VT'),(40,0,'Franklin','2013-09-15 18:43:50',722,'Bakersfield','Populated Place',1461775,'2013-09-15 18:43:50','444655N','0724810W','Bakersfield','VT'),(41,0,'Caledonia','2013-09-15 18:43:50',1585,'Bald Hill Hatchery','Locale',1919427,'2013-09-15 18:43:50','444304N','0715711W','West Burke','VT'),(42,0,'Windham','2013-09-15 18:43:50',433,'Bald Mountain Campground','Locale',1920839,'2013-09-15 18:43:50','430221N','0724026W','Townshend','VT'),(43,0,'Windham','2013-09-15 18:43:50',1053,'Ball Mountain Dam Picnic Grounds','Locale',1461679,'2013-09-15 18:43:50','430946N','0724818W','Londonderry','VT'),(44,0,'Windham','2013-09-15 18:43:50',991,'Ball Mountain Dam Recreation Area','Locale',1920841,'2013-09-15 18:43:50','430740N','0724613W','Londonderry','VT'),(45,0,'Windsor','2013-09-15 18:43:50',1079,'Baltimore','Populated Place',1456238,'2013-09-15 18:43:50','432137N','0723423W','Chester','VT'),(46,0,'Essex','2013-09-15 18:43:50',1509,'Baptist Hill','Populated Place',1919291,'2013-09-15 18:43:50','442631N','0714326W','Gilman','VT'),(47,0,'Windsor','2013-09-15 18:43:50',1309,'Barnard','Populated Place',1456258,'2013-09-15 18:43:50','434343N','0723708W','Woodstock North','VT'),(48,0,'Lamoille','2013-09-15 18:43:50',1539,'Barnes Camp','Locale',1456264,'2013-09-15 18:43:50','443158N','0724711W','Mount Mansfield','VT'),(49,0,'Caledonia','2013-09-15 18:43:50',571,'Barnet','Populated Place',1456266,'2013-09-15 18:43:50','441749N','0720257W','Barnet','VT'),(50,0,'Caledonia','2013-09-15 18:43:50',883,'Barnet Center','Locale',1456267,'2013-09-15 18:43:50','441847N','0720519W','Barnet','VT'),(51,0,'Addison','2013-09-15 18:43:50',472,'Barnumtown','Populated Place',1456272,'2013-09-15 18:43:50','441229N','0730948W','Vergennes East','VT'),(52,0,'Bennington','2013-09-15 18:43:50',755,'Barnumville','Populated Place',1460561,'2013-09-15 18:43:50','431123N','0730116W','Manchester','VT'),(53,0,'Washington','2013-09-15 18:43:50',607,'Barre','Populated Place',1456274,'2013-09-15 18:43:50','441149N','0723007W','Barre West','VT'),(54,0,'Washington','2013-09-15 18:43:50',1135,'Barre Country Club','Locale',1461785,'2013-09-15 18:43:50','441458N','0722750W','Barre East','VT'),(55,0,'Lamoille','2013-09-15 18:43:50',1614,'Barrows Camp','Locale',1456277,'2013-09-15 18:43:50','444122N','0724327W','Johnson','VT'),(56,0,'Orleans','2013-09-15 18:43:50',922,'Barton','Populated Place',1456281,'2013-09-15 18:43:50','444453N','0721034W','Crystal Lake','VT'),(57,0,'Windham','2013-09-15 18:43:50',512,'Bartonsville','Populated Place',1456284,'2013-09-15 18:43:50','431332N','0723208W','Saxtons River','VT'),(58,0,'Addison','2013-09-15 18:43:50',95,'Basin Harbor Golf Course','Locale',1918027,'2013-09-15 18:43:50','441028N','0732203W','Vergennes West','VT'),(59,0,'Rutland','2013-09-15 18:43:50',745,'Bassett Development','Populated Place',1921737,'2013-09-15 18:43:50','433713N','0725640W','Rutland','VT'),(60,0,'Addison','2013-09-15 18:43:50',3241,'Battell Shelter','Locale',1460570,'2013-09-15 18:43:50','440638N','0725615W','Lincoln','VT'),(61,0,'Bennington','2013-09-15 18:43:50',748,'Battenkill Plaza Shopping Center','Locale',1920486,'2013-09-15 18:43:50','431039N','0730328W','Manchester','VT'),(62,0,'Rutland','2013-09-15 18:43:50',1335,'Bayonne Camp (historical)','Locale',1921738,'2013-09-15 18:43:50','434649N','0725138W','Rochester','VT'),(63,0,'Windham','2013-09-15 18:43:50',253,'Bazin Farm','Locale',2680834,'2013-09-15 18:43:50','430455N','0722630W','Walpole','VT'),(64,0,'Orange','2013-09-15 18:43:50',938,'Beanville','Populated Place',1460393,'2013-09-15 18:43:50','435452N','0721651W','Vershire','VT'),(65,0,'Orange','2013-09-15 18:43:50',728,'Beanville','Populated Place',1921318,'2013-09-15 18:43:50','435403N','0723921W','Randolph','VT'),(66,0,'Bennington','2013-09-15 18:43:50',1434,'Beartown','Populated Place',1460394,'2013-09-15 18:43:50','431123N','0730746W','West Rupert','VT'),(67,0,'Essex','2013-09-15 18:43:50',NULL,'Beattie Lumber Mill (historical)','Locale',1919292,'2013-09-15 18:43:50','Unknown','Unknown','Unknown','VT'),(68,0,'Franklin','2013-09-15 18:43:50',600,'Beattys Four Corners','Populated Place',1920533,'2013-09-15 18:43:50','445622N','0725144W','Enosburg Falls','VT'),(69,0,'Franklin','2013-09-15 18:43:50',322,'Beaulieus Corner','Populated Place',1460395,'2013-09-15 18:43:50','445648N','0730056W','Highgate Center','VT'),(70,0,'Orleans','2013-09-15 18:43:50',791,'Beebe Plain','Populated Place',1456365,'2013-09-15 18:43:50','450019N','0720826W','Newport OE N','VT'),(71,0,'Essex','2013-09-15 18:43:50',1066,'Beecher Falls','Populated Place',1456368,'2013-09-15 18:43:50','450029N','0713028W','Monadnock Mountain OE N','VT'),(72,0,'Rutland','2013-09-15 18:43:50',541,'Beechwood Camp','Locale',1456371,'2013-09-15 18:43:50','434433N','0731238W','Bomoseen','VT'),(73,0,'Addison','2013-09-15 18:43:50',318,'Beemans Corners (historical)','Locale',1918031,'2013-09-15 18:43:50','434813N','0731820W','Orwell','VT'),(74,0,'Addison','2013-09-15 18:43:50',299,'Beldens','Populated Place',1460396,'2013-09-15 18:43:50','440304N','0731031W','Middlebury','VT'),(75,0,'Windham','2013-09-15 18:43:50',312,'Bellows Falls','Populated Place',1456381,'2013-09-15 18:43:50','430800N','0722638W','Bellows Falls','VT'),(76,0,'Rutland','2013-09-15 18:43:50',1824,'Belmont','Populated Place',1460597,'2013-09-15 18:43:50','432456N','0724920W','Mount Holly','VT'),(77,0,'Lamoille','2013-09-15 18:43:50',860,'Belvidere Center','Populated Place',1456386,'2013-09-15 18:43:50','444500N','0724128W','Cold Hollow Mountains','VT'),(78,0,'Lamoille','2013-09-15 18:43:50',712,'Belvidere Junction','Populated Place',1456385,'2013-09-15 18:43:50','444413N','0724433W','Johnson','VT'),(79,0,'Orleans','2013-09-15 18:43:50',991,'Belview Campground','Locale',1921680,'2013-09-15 18:43:50','444505N','0720943W','Orleans','VT'),(80,0,'Lamoille','2013-09-15 18:43:50',1152,'Belyidere Corners','Locale',1456388,'2013-09-15 18:43:50','444559N','0723726W','Hazens Notch','VT'),(81,0,'Bennington','2013-09-15 18:43:50',679,'Bennington','Populated Place',1460600,'2013-09-15 18:43:50','425241N','0731148W','Bennington','VT'),(82,0,'Bennington','2013-09-15 18:43:50',1867,'Bennington County','Civil',1461758,'2013-09-15 18:43:50','430208N','0730535W','Sunderland','VT'),(83,0,'Bennington','2013-09-15 18:43:50',883,'Bennington Hatchery','Locale',1920184,'2013-09-15 18:43:50','425110N','0731019W','Pownal','VT'),(84,0,'Bennington','2013-09-15 18:43:50',784,'Bennington Plaza Shopping Center','Locale',1920189,'2013-09-15 18:43:50','425458N','0731242W','Bennington','VT'),(85,0,'Bennington','2013-09-15 18:43:50',627,'Bennington Square Shopping Center','Locale',1920191,'2013-09-15 18:43:50','425335N','0731153W','Bennington','VT'),(86,0,'Rutland','2013-09-15 18:43:50',397,'Benson','Populated Place',1456394,'2013-09-15 18:43:50','434225N','0731840W','Benson','VT'),(87,0,'Rutland','2013-09-15 18:43:50',98,'Benson Landing','Populated Place',1456396,'2013-09-15 18:43:50','434342N','0732203W','Benson','VT'),(88,0,'Franklin','2013-09-15 18:43:50',722,'Berkshire','Populated Place',1456397,'2013-09-15 18:43:50','445818N','0724631W','Enosburg Falls','VT'),(89,0,'Washington','2013-09-15 18:43:50',1020,'Berlin Corners','Populated Place',1456399,'2013-09-15 18:43:50','441236N','0723433W','Barre West','VT'),(90,0,'Washington','2013-09-15 18:43:50',981,'Berlin Mall Shopping Center','Locale',1918994,'2013-09-15 18:43:50','441258N','0723353W','Barre West','VT'),(91,0,'Washington','2013-09-15 18:43:50',545,'Berlin Shopping Plaza Shopping Center','Locale',1918998,'2013-09-15 18:43:50','441355N','0723308W','Barre West','VT'),(92,0,'Chittenden','2013-09-15 18:43:50',115,'Bernard J Leddy Park','Populated Place',1460506,'2013-09-15 18:43:50','443014N','0731527W','Colchester Point','VT'),(93,0,'Windsor','2013-09-15 18:43:50',581,'Bethel','Populated Place',1456402,'2013-09-15 18:43:50','435000N','0723802W','Bethel','VT'),(94,0,'Windsor','2013-09-15 18:43:50',912,'Bethel Gilead','Locale',1456403,'2013-09-15 18:43:50','435235N','0724129W','Randolph','VT'),(95,0,'Rutland','2013-09-15 18:43:50',1863,'Big Branch Picnic Grounds','Locale',1461726,'2013-09-15 18:43:50','432151N','0725541W','Danby','VT'),(96,0,'Rutland','2013-09-15 18:43:50',1450,'Big Branch Shelter','Locale',1461730,'2013-09-15 18:43:50','432151N','0725652W','Danby','VT'),(97,0,'Rutland','2013-09-15 18:43:50',420,'Big D Campground','Locale',1921746,'2013-09-15 18:43:50','434129N','0731101W','Bomoseen','VT'),(98,0,'Caledonia','2013-09-15 18:43:50',1142,'Big Deer Campground','Locale',1919439,'2013-09-15 18:43:50','441717N','0721608W','Marshfield','VT'),(99,0,'Windham','2013-09-15 18:43:50',2615,'Bigelow Shelter','Locale',1461666,'2013-09-15 18:43:50','430607N','0725759W','Stratton Mountain','VT'),(100,0,'Rutland','2013-09-15 18:43:50',633,'Billings Mobile Manor','Populated Place',1921747,'2013-09-15 18:43:50','433531N','0725734W','Rutland','VT'),(101,0,'Franklin','2013-09-15 18:43:50',584,'Binghamville','Populated Place',1456427,'2013-09-15 18:43:50','444030N','0725524W','Gilson Mountain','VT'),(102,0,'Addison','2013-09-15 18:43:50',1545,'Bingo Camp (historical)','Locale',1918034,'2013-09-15 18:43:50','435309N','0725629W','Bread Loaf','VT'),(103,0,'Chittenden','2013-09-15 18:43:50',2021,'Birch Glen Camp','Locale',1460616,'2013-09-15 18:43:50','441412N','0725549W','Mount Ellen','VT'),(104,0,'Rutland','2013-09-15 18:43:50',1670,'Black Branch Recreation Site','Locale',1461723,'2013-09-15 18:43:50','432224N','0725801W','Danby','VT'),(105,0,'Rutland','2013-09-15 18:43:50',430,'Blissville','Populated Place',1456473,'2013-09-15 18:43:50','433535N','0731347W','Poultney','VT'),(106,0,'Essex','2013-09-15 18:43:50',902,'Bloomfield','Populated Place',1456483,'2013-09-15 18:43:50','444514N','0713756W','Bloomfield','VT'),(107,0,'Rutland','2013-09-15 18:43:50',433,'Blossoms Corners','Locale',1456487,'2013-09-15 18:43:50','432404N','0731332W','Wells','VT'),(108,0,'Rutland','2013-09-15 18:43:50',682,'Blue Ridge Acres','Populated Place',1921752,'2013-09-15 18:43:50','433802N','0725743W','Chittenden','VT'),(109,0,'Addison','2013-09-15 18:43:50',1900,'Blueberry Hill Winter Sports Area','Locale',1461697,'2013-09-15 18:43:50','435334N','0730022W','East Middlebury','VT'),(110,0,'Washington','2013-09-15 18:43:50',1604,'Blueberry Lake Ski Touring Center','Locale',1919001,'2013-09-15 18:43:50','440507N','0724936W','Warren','VT'),(111,0,'Washington','2013-09-15 18:43:50',1027,'Blush Hill Country Club','Locale',1919003,'2013-09-15 18:43:50','442129N','0724513W','Waterbury','VT'),(112,0,'Addison','2013-09-15 18:43:50',154,'Bodette Farm','Locale',2723109,'2013-09-15 18:43:50','440247N','0732453W','Port Henry','VT'),(113,0,'Chittenden','2013-09-15 18:43:50',351,'Bolton','Populated Place',1456511,'2013-09-15 18:43:50','442222N','0725250W','Huntington','VT'),(114,0,'Chittenden','2013-09-15 18:43:50',1634,'Bolton Lodge','Locale',1456513,'2013-09-15 18:43:50','442457N','0725213W','Bolton Mountain','VT'),(115,0,'Chittenden','2013-09-15 18:43:50',1207,'Bolton Notch','Locale',1456516,'2013-09-15 18:43:50','442558N','0725346W','Richmond','VT'),(116,0,'Chittenden','2013-09-15 18:43:50',1604,'Bolton Valley Ski Area','Locale',1918565,'2013-09-15 18:43:50','442457N','0725211W','Bolton Mountain','VT'),(117,0,'Orange','2013-09-15 18:43:50',659,'Boltonville','Populated Place',1456517,'2013-09-15 18:43:50','441015N','0720559W','Woodsville','VT'),(118,0,'Rutland','2013-09-15 18:43:50',430,'Bomoseen','Populated Place',1456519,'2013-09-15 18:43:50','433837N','0731155W','Bomoseen','VT'),(119,0,'Rutland','2013-09-15 18:43:50',430,'Bomoseen State Park Campground','Locale',1921757,'2013-09-15 18:43:50','433929N','0731350W','Bomoseen','VT'),(120,0,'Bennington','2013-09-15 18:43:50',1280,'Bondville','Populated Place',1461709,'2013-09-15 18:43:50','430841N','0725232W','Peru','VT'),(121,0,'Orange','2013-09-15 18:43:50',427,'Bonnie Oaks Golf Course','Locale',1921328,'2013-09-15 18:43:50','435420N','0720933W','Fairlee','VT'),(122,0,'Grand Isle','2013-09-15 18:43:50',138,'Borderview Farm','Locale',2680838,'2013-09-15 18:43:50','450032N','0731823W','Rouses Point OE N','VT'),(123,0,'Franklin','2013-09-15 18:43:50',741,'Bordoville','Populated Place',1456526,'2013-09-15 18:43:50','445036N','0724907W','Bakersfield','VT'),(124,0,'Bennington','2013-09-15 18:43:50',843,'Bouplon Corner','Populated Place',1460397,'2013-09-15 18:43:50','425941N','0731559W','Hoosick Falls','VT'),(125,0,'Bennington','2013-09-15 18:43:51',2552,'Bourn Shelter','Locale',1460634,'2013-09-15 18:43:51','430629N','0730009W','Sunderland','VT'),(126,0,'Bennington','2013-09-15 18:43:51',709,'Bourne Brook','Populated Place',1920199,'2013-09-15 18:43:51','431025N','0730248W','Manchester','VT'),(127,0,'Rutland','2013-09-15 18:43:51',1299,'Bowlsville','Populated Place',1460636,'2013-09-15 18:43:51','432652N','0725107W','Mount Holly','VT'),(128,0,'Chittenden','2013-09-15 18:43:51',738,'Bowman Corners','Populated Place',1456532,'2013-09-15 18:43:51','443425N','0730325W','Essex Center','VT'),(129,0,'Addison','2013-09-15 18:43:51',3186,'Boyce Shelter','Locale',1460638,'2013-09-15 18:43:51','435816N','0725638W','Bread Loaf','VT'),(130,0,'Orange','2013-09-15 18:43:51',446,'Bradford','Populated Place',1456538,'2013-09-15 18:43:51','435933N','0720744W','Fairlee','VT'),(131,0,'Orange','2013-09-15 18:43:51',525,'Bradford Center','Populated Place',1456539,'2013-09-15 18:43:51','440047N','0721014W','East Corinth','VT'),(132,0,'Orange','2013-09-15 18:43:51',394,'Bradford Golf Course','Locale',1921331,'2013-09-15 18:43:51','435942N','0720734W','Fairlee','VT'),(133,0,'Chittenden','2013-09-15 18:43:51',121,'Brae Loch','Locale',1456544,'2013-09-15 18:43:51','443427N','0731235W','Colchester','VT'),(134,0,'Windsor','2013-09-15 18:43:51',935,'Bragg','Populated Place',1456545,'2013-09-15 18:43:51','434311N','0722020W','Hanover','VT'),(135,0,'Orange','2013-09-15 18:43:51',1562,'Braintree Hill','Populated Place',1460390,'2013-09-15 18:43:51','435810N','0724118W','Randolph','VT'),(136,0,'Addison','2013-09-15 18:43:51',1060,'Branch School (historical)','Populated Place',1918038,'2013-09-15 18:43:51','435541N','0725302W','Bread Loaf','VT'),(137,0,'Rutland','2013-09-15 18:43:51',427,'Brandon','Populated Place',1460649,'2013-09-15 18:43:51','434753N','0730515W','Brandon','VT'),(138,0,'Windsor','2013-09-15 18:43:51',1818,'Brandon Brook Picnic Ground','Locale',1460651,'2013-09-15 18:43:51','435024N','0725631W','Mount Carmel','VT'),(139,0,'Windham','2013-09-15 18:43:51',239,'Brattleboro','Populated Place',1456556,'2013-09-15 18:43:51','425103N','0723328W','Brattleboro','VT'),(140,0,'Windham','2013-09-15 18:43:51',394,'Brattleboro Country Club','Locale',1461786,'2013-09-15 18:43:51','425224N','0723455W','Brattleboro','VT'),(141,0,'Windham','2013-09-15 18:43:51',292,'Brattleboro North Shopping Plaza Shopping Center','Locale',1920871,'2013-09-15 18:43:51','425244N','0723341W','Putney','VT'),(142,0,'Windham','2013-09-15 18:43:51',272,'Brattleboro Transportation Center','Locale',2729659,'2013-09-15 18:43:51','425105N','0723336W','Brattleboro','VT'),(143,0,'Addison','2013-09-15 18:43:51',1437,'Bread Loaf','Populated Place',1460655,'2013-09-15 18:43:51','435712N','0725933W','Bread Loaf','VT'),(144,0,'Rutland','2013-09-15 18:43:51',1785,'Brewers Corner','Populated Place',1460398,'2013-09-15 18:43:51','433709N','0725236W','Rutland','VT'),(145,0,'Windsor','2013-09-15 18:43:51',846,'Bridgewater','Populated Place',1456564,'2013-09-15 18:43:51','433517N','0723730W','Plymouth','VT'),(146,0,'Windsor','2013-09-15 18:43:51',945,'Bridgewater Center','Populated Place',1456565,'2013-09-15 18:43:51','433659N','0723933W','Plymouth','VT'),(147,0,'Windsor','2013-09-15 18:43:51',860,'Bridgewater Corners','Populated Place',1456566,'2013-09-15 18:43:51','433518N','0723921W','Plymouth','VT'),(148,0,'Addison','2013-09-15 18:43:51',302,'Bridport','Populated Place',1456431,'2013-09-15 18:43:51','435906N','0731845W','Bridport','VT'),(149,0,'Addison','2013-09-15 18:43:51',233,'Briggs Dairy Farm','Locale',2723110,'2013-09-15 18:43:51','440550N','0731544W','Snake Mountain','VT'),(150,0,'Essex','2013-09-15 18:43:51',NULL,'Brighton (historical)','Populated Place',1919296,'2013-09-15 18:43:51','Unknown','Unknown','Unknown','VT'),(151,0,'Orange','2013-09-15 18:43:51',778,'Brimstone Corner','Populated Place',1456571,'2013-09-15 18:43:51','435616N','0721556W','Vershire','VT'),(152,0,'Rutland','2013-09-15 18:43:51',1024,'Brimstone Corners','Locale',1456572,'2013-09-15 18:43:51','432319N','0730804W','Wells','VT'),(153,0,'Addison','2013-09-15 18:43:51',568,'Bristol','Populated Place',1460661,'2013-09-15 18:43:51','440800N','0730444W','Bristol','VT'),(154,0,'Windham','2013-09-15 18:43:51',390,'Brockways Mills','Populated Place',1456580,'2013-09-15 18:43:51','431225N','0723058W','Saxtons River','VT'),(155,0,'Franklin','2013-09-15 18:43:51',180,'Brodeur Dairy Farm','Locale',2680736,'2013-09-15 18:43:51','445148N','0730620W','Saint Albans','VT'),(156,0,'Bennington','2013-09-15 18:43:51',2126,'Bromley Camp','Locale',1460666,'2013-09-15 18:43:51','431253N','0725754W','Peru','VT'),(157,0,'Bennington','2013-09-15 18:43:51',2667,'Bromley Mountain Ski Resort','Locale',1460605,'2013-09-15 18:43:51','431315N','0725613W','Peru','VT'),(158,0,'Bennington','2013-09-15 18:43:51',1873,'Bromley Ski Center','Locale',1920202,'2013-09-15 18:43:51','431238N','0725601W','Peru','VT'),(159,0,'Bennington','2013-09-15 18:43:51',2024,'Bromley Trail Hut','Locale',1461688,'2013-09-15 18:43:51','431244N','0725804W','Peru','VT'),(160,0,'Bennington','2013-09-15 18:43:51',2228,'Bromley Village','Populated Place',1920203,'2013-09-15 18:43:51','431243N','0725635W','Peru','VT'),(161,0,'Orange','2013-09-15 18:43:51',1276,'Brookfield','Populated Place',1456581,'2013-09-15 18:43:51','440232N','0723612W','Brookfield','VT'),(162,0,'Orange','2013-09-15 18:43:51',1417,'Brookfield Center','Populated Place',1456582,'2013-09-15 18:43:51','440113N','0723616W','Brookfield','VT'),(163,0,'Windham','2013-09-15 18:43:51',571,'Brookline','Populated Place',1456584,'2013-09-15 18:43:51','430154N','0723605W','Westminster West','VT'),(164,0,'Windham','2013-09-15 18:43:51',259,'Brooks House Mall Shopping Center','Locale',1921303,'2013-09-15 18:43:51','425102N','0723333W','Brattleboro','VT'),(165,0,'Windham','2013-09-15 18:43:51',938,'Brookside','Populated Place',1461755,'2013-09-15 18:43:51','425642N','0724511W','West Dover','VT'),(166,0,'Chittenden','2013-09-15 18:43:51',581,'Brookside','Populated Place',1918568,'2013-09-15 18:43:51','443537N','0730231W','Essex Center','VT'),(167,0,'Rutland','2013-09-15 18:43:51',561,'Brookside Trailer Park','Populated Place',1921771,'2013-09-15 18:43:51','433537N','0725751W','Rutland','VT'),(168,0,'Addison','2013-09-15 18:43:51',266,'Brooksville','Populated Place',1456592,'2013-09-15 18:43:51','440356N','0731022W','Middlebury','VT'),(169,0,'Rutland','2013-09-15 18:43:51',925,'Brookwood Estates','Populated Place',1921772,'2013-09-15 18:43:51','433648N','0725555W','Rutland','VT'),(170,0,'Orleans','2013-09-15 18:43:51',1001,'Brownington Center','Populated Place',1456604,'2013-09-15 18:43:51','444922N','0720853W','Orleans','VT'),(171,0,'Orleans','2013-09-15 18:43:51',1211,'Brownington Village','Populated Place',1456606,'2013-09-15 18:43:51','444951N','0721018W','Orleans','VT'),(172,0,'Franklin','2013-09-15 18:43:51',318,'Browns Corners','Populated Place',1456608,'2013-09-15 18:43:51','445806N','0725807W','Sheldon Springs','VT'),(173,0,'Essex','2013-09-15 18:43:51',1102,'Browns Mill','Populated Place',1460399,'2013-09-15 18:43:51','444108N','0713804W','Maidstone Lake','VT'),(174,0,'Windsor','2013-09-15 18:43:51',682,'Brownsville','Populated Place',1456613,'2013-09-15 18:43:51','432807N','0722815W','Windsor','VT'),(175,0,'Essex','2013-09-15 18:43:51',984,'Brunswick Springs','Populated Place',1456615,'2013-09-15 18:43:51','444411N','0713756W','Maidstone Lake','VT'),(176,0,'Chittenden','2013-09-15 18:43:51',2257,'Buels Gore','Civil',1462058,'2013-09-15 18:43:51','441218N','0725648W','Mount Ellen','VT'),(177,0,'Essex','2013-09-15 18:43:51',1306,'Bullthroat','Populated Place',1456644,'2013-09-15 18:43:51','443950N','0713854W','Maidstone Lake','VT'),(178,0,'Lamoille','2013-09-15 18:43:51',3038,'Bulter Lodge','Locale',1456645,'2013-09-15 18:43:51','443059N','0724915W','Mount Mansfield','VT'),(179,0,'Addison','2013-09-15 18:43:51',98,'Buoy 39 Marina','Locale',1918055,'2013-09-15 18:43:51','434934N','0732309W','Ticonderoga','VT'),(180,0,'Windham','2013-09-15 18:43:51',1634,'Burbees Mill (historical)','Locale',1920873,'2013-09-15 18:43:51','430922N','0724338W','Windham','VT'),(181,0,'Caledonia','2013-09-15 18:43:51',965,'Burke Hollow','Populated Place',1456660,'2013-09-15 18:43:51','443721N','0715658W','Burke Mountain','VT'),(182,0,'Caledonia','2013-09-15 18:43:51',1483,'Burke Mountain Campground','Locale',1919451,'2013-09-15 18:43:51','443528N','0715358W','Burke Mountain','VT'),(183,0,'Caledonia','2013-09-15 18:43:51',NULL,'Burke Mountain Club (historical)','Locale',1919452,'2013-09-15 18:43:51','Unknown','Unknown','Unknown','VT'),(184,0,'Caledonia','2013-09-15 18:43:51',1706,'Burke Mountain Ski Area','Locale',1919453,'2013-09-15 18:43:51','443500N','0715405W','Burke Mountain','VT'),(185,0,'Caledonia','2013-09-15 18:43:51',1319,'Burke Mountain Ski Touring Center','Locale',1919454,'2013-09-15 18:43:51','443555N','0715411W','Burke Mountain','VT'),(186,0,'Franklin','2013-09-15 18:43:51',659,'Burling Farm','Locale',2680836,'2013-09-15 18:43:51','450021N','0724631W','Enosburg Falls OE N','VT'),(187,0,'Chittenden','2013-09-15 18:43:51',197,'Burlington','Populated Place',1456663,'2013-09-15 18:43:51','442833N','0731243W','Burlington','VT'),(188,0,'Chittenden','2013-09-15 18:43:51',371,'Burlington Country Club','Locale',1461787,'2013-09-15 18:43:51','442751N','0731135W','Burlington','VT'),(189,0,'Chittenden','2013-09-15 18:43:51',95,'Burlington Ferr','Locale',1456665,'2013-09-15 18:43:51','442932N','0731633W','Juniper Island','VT'),(190,0,'Chittenden','2013-09-15 18:43:51',210,'Burlington Plaza Shopping Center','Locale',1918576,'2013-09-15 18:43:51','442657N','0731240W','Burlington','VT'),(191,0,'Chittenden','2013-09-15 18:43:51',223,'Burlington Square Shopping Center','Locale',1918578,'2013-09-15 18:43:51','442844N','0731243W','Burlington','VT'),(192,0,'Rutland','2013-09-15 18:43:51',748,'Burnham Hollow','Populated Place',1456667,'2013-09-15 18:43:51','432903N','0730850W','Wells','VT'),(193,0,'Franklin','2013-09-15 18:43:51',262,'Burtland Farms','Locale',2633593,'2013-09-15 18:43:51','444532N','0730836W','Saint Albans Bay','VT'),(194,0,'Franklin','2013-09-15 18:43:51',NULL,'Burtons Farm (historical)','Locale',1920548,'2013-09-15 18:43:51','Unknown','Unknown','Unknown','VT'),(195,0,'Chittenden','2013-09-15 18:43:51',518,'Butlers Corners','Populated Place',1456701,'2013-09-15 18:43:51','443037N','0730502W','Essex Center','VT'),(196,0,'Rutland','2013-09-15 18:43:51',581,'Butternut','Populated Place',1456697,'2013-09-15 18:43:51','432231N','0731208W','Wells','VT'),(197,0,'Washington','2013-09-15 18:43:51',1063,'Cabot','Populated Place',1456711,'2013-09-15 18:43:51','442405N','0721844W','Cabot','VT'),(198,0,'Washington','2013-09-15 18:43:51',1903,'Cabot Plains','Locale',1456712,'2013-09-15 18:43:51','442459N','0721444W','Joes Pond','VT'),(199,0,'Lamoille','2013-09-15 18:43:51',558,'Cadys Falls','Populated Place',1456716,'2013-09-15 18:43:51','443441N','0723642W','Morrisville','VT'),(200,0,'Caledonia','2013-09-15 18:43:51',945,'Caledonia County','Civil',1461759,'2013-09-15 18:43:51','442753N','0720608W','Saint Johnsbury','VT'),(201,0,'Caledonia','2013-09-15 18:43:51',830,'Caledonia County Fairgrounds','Locale',1919460,'2013-09-15 18:43:51','443243N','0715931W','Burke Mountain','VT'),(202,0,'Windsor','2013-09-15 18:43:51',1404,'Calvin Coolidge Birthplace','Locale',1456720,'2013-09-15 18:43:51','433205N','0724316W','Plymouth','VT'),(203,0,'Lamoille','2013-09-15 18:43:51',443,'Cambridge','Populated Place',1456721,'2013-09-15 18:43:51','443841N','0725234W','Gilson Mountain','VT'),(204,0,'Lamoille','2013-09-15 18:43:51',482,'Cambridge Junction','Populated Place',1456722,'2013-09-15 18:43:51','443857N','0724848W','Jeffersonville','VT'),(205,0,'Windham','2013-09-15 18:43:51',614,'Cambridgeport','Populated Place',1456723,'2013-09-15 18:43:51','430905N','0723337W','Saxtons River','VT'),(206,0,'Chittenden','2013-09-15 18:43:51',1539,'Camels Hump Nordic Ski Center','Locale',1918582,'2013-09-15 18:43:51','441956N','0725636W','Huntington','VT'),(207,0,'Grand Isle','2013-09-15 18:43:51',112,'Camp Abnaki','Locale',1456725,'2013-09-15 18:43:51','444557N','0731831W','North Hero','VT'),(208,0,'Bennington','2013-09-15 18:43:51',860,'Camp Avalon','Locale',1920208,'2013-09-15 18:43:51','430118N','0731043W','Arlington','VT'),(209,0,'Rutland','2013-09-15 18:43:51',617,'Camp Awanee','Locale',1456726,'2013-09-15 18:43:51','434413N','0731108W','Bomoseen','VT'),(210,0,'Rutland','2013-09-15 18:43:51',NULL,'Camp Betsey Cox','Locale',1921780,'2013-09-15 18:43:51','Unknown','Unknown','Unknown','VT'),(211,0,'Addison','2013-09-15 18:43:51',604,'Camp Brebeuf for Boys','Locale',1918059,'2013-09-15 18:43:51','435312N','0730458W','East Middlebury','VT'),(212,0,'Windsor','2013-09-15 18:43:51',1079,'Camp Brook','Populated Place',1456727,'2013-09-15 18:43:51','435101N','0724135W','Bethel','VT'),(213,0,'Bennington','2013-09-15 18:43:51',2247,'Camp Casino','Locale',1460695,'2013-09-15 18:43:51','425000N','0730225W','Stamford','VT'),(214,0,'Addison','2013-09-15 18:43:51',1276,'Camp Charidan','Locale',1918060,'2013-09-15 18:43:51','435833N','0730051W','East Middlebury','VT'),(215,0,'Windham','2013-09-15 18:43:51',1558,'Camp Derry','Locale',1460696,'2013-09-15 18:43:51','431403N','0724524W','Londonderry','VT'),(216,0,'Orleans','2013-09-15 18:43:51',1283,'Camp Ethan Allen','Locale',1921691,'2013-09-15 18:43:51','443534N','0722057W','Caspian Lake','VT'),(217,0,'Chittenden','2013-09-15 18:43:51',112,'Camp Everest','Locale',1456729,'2013-09-15 18:43:51','443843N','0731233W','Georgia Plains','VT'),(218,0,'Franklin','2013-09-15 18:43:51',381,'Camp Grounds','Populated Place',1456730,'2013-09-15 18:43:51','445432N','0725300W','Sheldon Springs','VT'),(219,0,'Grand Isle','2013-09-15 18:43:51',161,'Camp Hochelaga','Locale',1460502,'2013-09-15 18:43:51','443620N','0731755W','Colchester Point','VT'),(220,0,'Addison','2013-09-15 18:43:51',584,'Camp Keewaydin','Locale',1918061,'2013-09-15 18:43:51','435530N','0730433W','East Middlebury','VT'),(221,0,'Addison','2013-09-15 18:43:51',955,'Camp Killooleet','Locale',1460697,'2013-09-15 18:43:51','435533N','0725117W','Hancock','VT'),(222,0,'Chittenden','2013-09-15 18:43:51',148,'Camp Kiniya','Locale',1456732,'2013-09-15 18:43:51','443614N','0731337W','Colchester','VT'),(223,0,'Chittenden','2013-09-15 18:43:51',102,'Camp Kinloch','Locale',1918584,'2013-09-15 18:43:51','441832N','0731751W','Charlotte','VT'),(224,0,'Rutland','2013-09-15 18:43:51',495,'Camp Kinni Kinnic','Locale',1456733,'2013-09-15 18:43:51','432839N','0731229W','Wells','VT'),(225,0,'Chittenden','2013-09-15 18:43:51',1109,'Camp Mansfield','Locale',1456734,'2013-09-15 18:43:51','443048N','0725214W','Mount Mansfield','VT'),(226,0,'Franklin','2013-09-15 18:43:51',125,'Camp Maquam','Populated Place',1456735,'2013-09-15 18:43:51','445410N','0730956W','East Alburg','VT'),(227,0,'Grand Isle','2013-09-15 18:43:51',131,'Camp Merrycrest','Locale',1918512,'2013-09-15 18:43:51','444325N','0731628W','South Hero','VT'),(228,0,'Chittenden','2013-09-15 18:43:51',154,'Camp Norfleet','Locale',1456752,'2013-09-15 18:43:51','443521N','0731332W','Colchester','VT'),(229,0,'Essex','2013-09-15 18:43:51',1575,'Camp Number Eighteen','Locale',1456744,'2013-09-15 18:43:51','445433N','0714131W','Averill','VT'),(230,0,'Essex','2013-09-15 18:43:51',1476,'Camp Number Eleven','Locale',1456737,'2013-09-15 18:43:51','445241N','0714130W','Averill','VT'),(231,0,'Essex','2013-09-15 18:43:51',1191,'Camp Number Fifteen','Locale',1456741,'2013-09-15 18:43:51','444753N','0714204W','Bloomfield','VT'),(232,0,'Essex','2013-09-15 18:43:51',1965,'Camp Number Five','Locale',1456750,'2013-09-15 18:43:51','445106N','0713846W','Bloomfield','VT'),(233,0,'Essex','2013-09-15 18:43:51',1549,'Camp Number Five (historical)','Locale',1460377,'2013-09-15 18:43:51','445336N','0713446W','Monadnock Mountain','VT'),(234,0,'Essex','2013-09-15 18:43:51',1237,'Camp Number Four','Locale',1456749,'2013-09-15 18:43:51','445028N','0714031W','Bloomfield','VT'),(235,0,'Essex','2013-09-15 18:43:51',1972,'Camp Number Four (historical)','Locale',1460376,'2013-09-15 18:43:51','445321N','0713547W','Monadnock Mountain','VT'),(236,0,'Essex','2013-09-15 18:43:51',2402,'Camp Number Fourteen','Locale',1456740,'2013-09-15 18:43:51','445328N','0713833W','Averill','VT'),(237,0,'Essex','2013-09-15 18:43:51',1686,'Camp Number Nineteen','Locale',1456745,'2013-09-15 18:43:51','445458N','0714220W','Averill','VT'),(238,0,'Essex','2013-09-15 18:43:51',1302,'Camp Number Seventeen','Locale',1456743,'2013-09-15 18:43:51','444926N','0714151W','Bloomfield','VT'),(239,0,'Essex','2013-09-15 18:43:51',1306,'Camp Number Six','Locale',1456751,'2013-09-15 18:43:51','445141N','0714110W','Bloomfield','VT'),(240,0,'Essex','2013-09-15 18:43:51',1939,'Camp Number Sixteen','Locale',1456742,'2013-09-15 18:43:51','445358N','0714021W','Averill','VT'),(241,0,'Essex','2013-09-15 18:43:51',1381,'Camp Number Ten','Locale',1456736,'2013-09-15 18:43:51','445219N','0714106W','Bloomfield','VT'),(242,0,'Essex','2013-09-15 18:43:51',1460,'Camp Number Thirteen','Locale',1456739,'2013-09-15 18:43:51','445303N','0714056W','Averill','VT'),(243,0,'Essex','2013-09-15 18:43:51',1129,'Camp Number Three','Locale',1456748,'2013-09-15 18:43:51','444914N','0714019W','Bloomfield','VT'),(244,0,'Essex','2013-09-15 18:43:51',2041,'Camp Number Three (historical)','Locale',1460375,'2013-09-15 18:43:51','445237N','0713720W','Monadnock Mountain','VT'),(245,0,'Essex','2013-09-15 18:43:51',1667,'Camp Number Twelve','Locale',1456738,'2013-09-15 18:43:51','445328N','0714203W','Averill','VT'),(246,0,'Essex','2013-09-15 18:43:51',1749,'Camp Number Twenty','Locale',1456746,'2013-09-15 18:43:51','445607N','0714236W','Averill','VT'),(247,0,'Essex','2013-09-15 18:43:51',2155,'Camp Number Twentyone','Locale',1456747,'2013-09-15 18:43:51','445503N','0714001W','Averill','VT'),(248,0,'Windsor','2013-09-15 18:43:51',1115,'Camp Plymouth','Locale',1456753,'2013-09-15 18:43:51','432836N','0724137W','Ludlow','VT'),(249,0,'Chittenden','2013-09-15 18:43:51',108,'Camp Rich','Locale',1456754,'2013-09-15 18:43:51','444153N','0731239W','Georgia Plains','VT'),(250,0,'Chittenden','2013-09-15 18:43:51',121,'Camp Saint Joseph','Locale',1918585,'2013-09-15 18:43:51','443303N','0731628W','Colchester Point','VT'),(251,0,'Rutland','2013-09-15 18:43:51',1037,'Camp Sangamon','Locale',1921782,'2013-09-15 18:43:51','434141N','0725719W','Chittenden','VT'),(252,0,'Orange','2013-09-15 18:43:51',1680,'Camp Sky Acres','Locale',1921352,'2013-09-15 18:43:51','440351N','0722723W','Washington','VT'),(253,0,'Rutland','2013-09-15 18:43:51',581,'Camp Sky Bird','Locale',1921781,'2013-09-15 18:43:51','434540N','0731111W','Sudbury','VT'),(254,0,'Grand Isle','2013-09-15 18:43:51',141,'Camp Skyland','Locale',1460503,'2013-09-15 18:43:51','443553N','0731821W','Colchester Point','VT'),(255,0,'Rutland','2013-09-15 18:43:51',515,'Camp Sunrise','Locale',1456755,'2013-09-15 18:43:51','434529N','0731549W','Orwell','VT'),(256,0,'Rutland','2013-09-15 18:43:51',643,'Camp Twin Lake','Locale',1921783,'2013-09-15 18:43:51','434431N','0731054W','Bomoseen','VT'),(257,0,'Chittenden','2013-09-15 18:43:51',1037,'Camp Underhill','Locale',1456756,'2013-09-15 18:43:51','442939N','0725425W','Richmond','VT'),(258,0,'Lamoille','2013-09-15 18:43:51',1302,'Camp Wapanacki','Locale',1918302,'2013-09-15 18:43:51','443326N','0722346W','Wolcott','VT'),(259,0,'Chittenden','2013-09-15 18:43:51',138,'Camp Watson','Locale',1456757,'2013-09-15 18:43:51','444105N','0731239W','Georgia Plains','VT'),(260,0,'Washington','2013-09-15 18:43:51',928,'Camp Wihakowi','Locale',1456758,'2013-09-15 18:43:51','440625N','0724044W','Roxbury','VT'),(261,0,'Orleans','2013-09-15 18:43:51',1342,'Camp Winape','Locale',1921692,'2013-09-15 18:43:51','445216N','0715853W','Island Pond','VT'),(262,0,'Rutland','2013-09-15 18:43:51',1863,'Camp Windsor','Locale',1921784,'2013-09-15 18:43:51','432536N','0724842W','Mount Holly','VT'),(263,0,'Orange','2013-09-15 18:43:51',722,'Campbell Corner','Populated Place',1460400,'2013-09-15 18:43:51','435001N','0721839W','South Strafford','VT'),(264,0,'Franklin','2013-09-15 18:43:51',95,'Campbells Bay Campground','Locale',1920553,'2013-09-15 18:43:51','445424N','0731024W','East Alburg','VT'),(265,0,'Orleans','2013-09-15 18:43:51',1503,'Campbells Corner','Populated Place',1921693,'2013-09-15 18:43:51','443530N','0721953W','Caspian Lake','VT'),(266,0,'Windham','2013-09-15 18:43:51',440,'Camperama Family Campground','Locale',1920879,'2013-09-15 18:43:51','430224N','0724013W','Townshend','VT'),(267,0,'Bennington','2013-09-15 18:43:51',741,'Campground A','Locale',1920209,'2013-09-15 18:43:51','431645N','0730015W','Dorset','VT'),(268,0,'Bennington','2013-09-15 18:43:51',866,'Campground B','Locale',1920210,'2013-09-15 18:43:51','431617N','0730035W','Dorset','VT'),(269,0,'Bennington','2013-09-15 18:43:51',866,'Campground C','Locale',1920211,'2013-09-15 18:43:51','431602N','0730041W','Dorset','VT'),(270,0,'Essex','2013-09-15 18:43:51',1332,'Camping Area A','Locale',1919305,'2013-09-15 18:43:51','443812N','0713842W','Maidstone Lake','VT'),(271,0,'Essex','2013-09-15 18:43:51',1378,'Camping Area B','Locale',1919306,'2013-09-15 18:43:51','443808N','0713920W','Maidstone Lake','VT'),(272,0,'Bennington','2013-09-15 18:43:51',1115,'Camping on the Batten Kill Campground','Locale',1920212,'2013-09-15 18:43:51','430505N','0730957W','Arlington','VT'),(273,0,'Essex','2013-09-15 18:43:51',1043,'Canaan','Populated Place',1456760,'2013-09-15 18:43:51','445946N','0713218W','Monadnock Mountain','VT'),(274,0,'Windham','2013-09-15 18:43:51',2382,'Carinthia Ski Area','Locale',1461749,'2013-09-15 18:43:51','425726N','0725350W','Mount Snow','VT'),(275,0,'Windham','2013-09-15 18:43:51',1982,'Carinthia Ski Center','Locale',1920880,'2013-09-15 18:43:51','425733N','0725328W','Mount Snow','VT'),(276,0,'Rutland','2013-09-15 18:43:51',2552,'Carmel Camp','Locale',1460703,'2013-09-15 18:43:51','434604N','0725519W','Mount Carmel','VT'),(277,0,'Grand Isle','2013-09-15 18:43:51',98,'Carry Bay Campground','Locale',1918513,'2013-09-15 18:43:51','445015N','0731623W','North Hero','VT'),(278,0,'Grand Isle','2013-09-15 18:43:51',98,'Carrying Place','Locale',1456777,'2013-09-15 18:43:51','444946N','0731627W','North Hero','VT'),(279,0,'Rutland','2013-09-15 18:43:51',446,'Castleton','Populated Place',1456785,'2013-09-15 18:43:51','433638N','0731047W','Poultney','VT'),(280,0,'Rutland','2013-09-15 18:43:51',443,'Castleton Corners','Populated Place',1456786,'2013-09-15 18:43:51','433630N','0731228W','Poultney','VT'),(281,0,'Chittenden','2013-09-15 18:43:51',538,'Catamount Family Ski Area','Locale',1918589,'2013-09-15 18:43:51','442728N','0730310W','Essex Junction','VT'),(282,0,'Lamoille','2013-09-15 18:43:51',955,'Catholic Youth Camp','Locale',1918303,'2013-09-15 18:43:51','443105N','0724038W','Sterling Mountain','VT'),(283,0,'Chittenden','2013-09-15 18:43:51',312,'Catlinsburg (historical)','Populated Place',1918591,'2013-09-15 18:43:51','442851N','0731122W','Burlington','VT'),(284,0,'Windsor','2013-09-15 18:43:51',1197,'Caton Place Campground','Locale',1922293,'2013-09-15 18:43:51','432452N','0723307W','Cavendish','VT'),(285,0,'Bennington','2013-09-15 18:43:51',2779,'Caughnawaga Shelter','Locale',1460713,'2013-09-15 18:43:51','430055N','0730236W','Sunderland','VT'),(286,0,'Windsor','2013-09-15 18:43:51',892,'Cavendish','Populated Place',1456794,'2013-09-15 18:43:51','432255N','0723629W','Cavendish','VT'),(287,0,'Windsor','2013-09-15 18:43:51',1024,'Cavendish Center','Populated Place',1456795,'2013-09-15 18:43:51','432436N','0723620W','Cavendish','VT'),(288,0,'Chittenden','2013-09-15 18:43:51',135,'Cedar Beach','Populated Place',1456798,'2013-09-15 18:43:51','441730N','0731810W','Charlotte','VT'),(289,0,'Rutland','2013-09-15 18:43:51',518,'Center Rutland','Populated Place',1456822,'2013-09-15 18:43:51','433616N','0730041W','West Rutland','VT'),(290,0,'Windsor','2013-09-15 18:43:51',827,'Centertown','Populated Place',1456825,'2013-09-15 18:43:51','433939N','0722252W','Quechee','VT'),(291,0,'Caledonia','2013-09-15 18:43:51',NULL,'Centervale Station (historical)','Locale',1919464,'2013-09-15 18:43:51','Unknown','Unknown','Unknown','VT'),(292,0,'Windsor','2013-09-15 18:43:51',394,'Centerville','Populated Place',1456826,'2013-09-15 18:43:51','434035N','0722311W','Quechee','VT'),(293,0,'Lamoille','2013-09-15 18:43:51',791,'Centerville','Populated Place',1456827,'2013-09-15 18:43:51','443709N','0723510W','Morrisville','VT'),(294,0,'Rutland','2013-09-15 18:43:51',NULL,'Centerville (historical)','Populated Place',1921800,'2013-09-15 18:43:51','Unknown','Unknown','Unknown','VT'),(295,0,'Windham','2013-09-15 18:43:51',279,'Central Park Station','Locale',1456830,'2013-09-15 18:43:51','424548N','0723057W','Brattleboro','VT'),(296,0,'Washington','2013-09-15 18:43:51',554,'Central Plaza Shopping Center','Locale',1919016,'2013-09-15 18:43:51','441328N','0723249W','Barre West','VT'),(297,0,'Addison','2013-09-15 18:43:51',112,'Champlain Bridge Marina','Locale',1918064,'2013-09-15 18:43:51','440225N','0732455W','Port Henry','VT'),(298,0,'Chittenden','2013-09-15 18:43:51',666,'Champlain Council Campfire Girls Camp','Locale',1918598,'2013-09-15 18:43:51','442510N','0725618W','Richmond','VT'),(299,0,'Franklin','2013-09-15 18:43:51',384,'Champlain Country Club','Locale',1461788,'2013-09-15 18:43:51','445116N','0730527W','Saint Albans','VT'),(300,0,'Chittenden','2013-09-15 18:43:51',144,'Champlain Market Place Shopping Center','Locale',1918600,'2013-09-15 18:43:51','442923N','0731116W','Burlington','VT'),(301,0,'Chittenden','2013-09-15 18:43:51',154,'Champlain Mill Shopping Center','Locale',1918601,'2013-09-15 18:43:51','442923N','0731103W','Burlington','VT'),(302,0,'Franklin','2013-09-15 18:43:51',105,'Champlain Valley Campground','Locale',1920552,'2013-09-15 18:43:51','445521N','0730935W','East Alburg','VT'),(303,0,'Addison','2013-09-15 18:43:51',200,'Champlain Valley Creamery','Locale',2723153,'2013-09-15 18:43:51','441036N','0731442W','Vergennes East','VT'),(304,0,'Orleans','2013-09-15 18:43:51',965,'Chargo Campground','Locale',1919959,'2013-09-15 18:43:51','445509N','0720600W','West Charleston','VT'),(305,0,'Washington','2013-09-15 18:43:51',1086,'Charles Fantoni Roundabout','Locale',2557083,'2013-09-15 18:43:51','440939N','0722654W','Barre East','VT'),(306,0,'Chittenden','2013-09-15 18:43:51',167,'Charlotte','Populated Place',1456852,'2013-09-15 18:43:51','441835N','0731539W','Charlotte','VT'),(307,0,'Rutland','2013-09-15 18:43:51',738,'Chasanna Acres','Populated Place',1921803,'2013-09-15 18:43:51','433835N','0725735W','Chittenden','VT'),(308,0,'Windsor','2013-09-15 18:43:51',2064,'Chase Corners','Locale',1456858,'2013-09-15 18:43:51','433219N','0723548W','Woodstock South','VT'),(309,0,'Windsor','2013-09-15 18:43:51',1424,'Chateauguay','Populated Place',1456862,'2013-09-15 18:43:51','433937N','0724141W','Delectable Mountain','VT'),(310,0,'Chittenden','2013-09-15 18:43:51',328,'Checkerberry Village','Populated Place',1456864,'2013-09-15 18:43:51','443745N','0730838W','Georgia Plains','VT'),(311,0,'Orange','2013-09-15 18:43:51',820,'Chelsea','Populated Place',1456865,'2013-09-15 18:43:51','435923N','0722651W','Chelsea','VT'),(312,0,'Windsor','2013-09-15 18:43:51',600,'Chester','Populated Place',1456872,'2013-09-15 18:43:51','431546N','0723542W','Chester','VT'),(313,0,'Windsor','2013-09-15 18:43:51',597,'Chester Depot','Locale',1456873,'2013-09-15 18:43:51','431610N','0723512W','Chester','VT'),(314,0,'Chittenden','2013-09-15 18:43:51',210,'Chimney Corner','Populated Place',1460401,'2013-09-15 18:43:51','443517N','0730958W','Colchester','VT'),(315,0,'Addison','2013-09-15 18:43:51',121,'Chimney Point','Populated Place',1460402,'2013-09-15 18:43:51','440210N','0732505W','Port Henry','VT'),(316,0,'Addison','2013-09-15 18:43:51',154,'Chimney Point Farm','Locale',2723111,'2013-09-15 18:43:51','440255N','0732501W','Port Henry','VT'),(317,0,'Addison','2013-09-15 18:43:51',148,'Chipman Point Marina','Locale',1460484,'2013-09-15 18:43:51','434800N','0732224W','Orwell','VT'),(318,0,'Addison','2013-09-15 18:43:51',95,'Chipmans Point Marina','Locale',1918067,'2013-09-15 18:43:51','434800N','0732232W','Ticonderoga','VT'),(319,0,'Rutland','2013-09-15 18:43:51',850,'Chippenhook','Populated Place',1456884,'2013-09-15 18:43:51','433106N','0730050W','West Rutland','VT'),(320,0,'Bennington','2013-09-15 18:43:51',748,'Chiselville','Populated Place',1460722,'2013-09-15 18:43:51','430416N','0730804W','Arlington','VT'),(321,0,'Rutland','2013-09-15 18:43:51',1135,'Chittenden','Populated Place',1460723,'2013-09-15 18:43:51','434228N','0725653W','Chittenden','VT'),(322,0,'Rutland','2013-09-15 18:43:52',1768,'Chittenden Brook Campground','Locale',1460725,'2013-09-15 18:43:52','434932N','0725435W','Mount Carmel','VT'),(323,0,'Chittenden','2013-09-15 18:43:52',610,'Chittenden County','Civil',1461760,'2013-09-15 18:43:52','442740N','0730451W','Essex Junction','VT'),(324,0,'Chittenden','2013-09-15 18:43:52',223,'Church Street Marketplace Shopping Center','Locale',1918618,'2013-09-15 18:43:52','442842N','0731237W','Burlington','VT'),(325,0,'Rutland','2013-09-15 18:43:52',591,'Churchhill House Ski Area','Locale',1461824,'2013-09-15 18:43:52','434954N','0730307W','Brandon','VT'),(326,0,'Washington','2013-09-15 18:43:52',594,'City of Barre','Civil',1462035,'2013-09-15 18:43:52','441159N','0723030W','Barre West','VT'),(327,0,'Chittenden','2013-09-15 18:43:52',98,'City of Burlington','Civil',1462060,'2013-09-15 18:43:52','442915N','0731353W','Burlington','VT'),(328,0,'Washington','2013-09-15 18:43:52',531,'City of Montpelier','Civil',1462152,'2013-09-15 18:43:52','441557N','0723418W','Montpelier','VT'),(329,0,'Orleans','2013-09-15 18:43:52',679,'City of Newport','Civil',1462161,'2013-09-15 18:43:52','445615N','0721232W','Newport','VT'),(330,0,'Rutland','2013-09-15 18:43:52',571,'City of Rutland','Civil',1462193,'2013-09-15 18:43:52','433633N','0725841W','Rutland','VT'),(331,0,'Franklin','2013-09-15 18:43:52',397,'City of Saint Albans','Civil',1462196,'2013-09-15 18:43:52','444842N','0730505W','Saint Albans','VT'),(332,0,'Chittenden','2013-09-15 18:43:52',95,'City of South Burlington','Civil',1462212,'2013-09-15 18:43:52','442817N','0731629W','Juniper Island','VT'),(333,0,'Addison','2013-09-15 18:43:52',141,'City of Vergennes','Civil',1462233,'2013-09-15 18:43:52','441001N','0731520W','Vergennes West','VT'),(334,0,'Chittenden','2013-09-15 18:43:52',246,'City of Winooski','Civil',1462268,'2013-09-15 18:43:52','442942N','0731103W','Burlington','VT'),(335,0,'Rutland','2013-09-15 18:43:52',591,'Clarendon','Populated Place',1456894,'2013-09-15 18:43:52','433058N','0725811W','Rutland','VT'),(336,0,'Rutland','2013-09-15 18:43:52',682,'Clarendon Springs','Populated Place',1456897,'2013-09-15 18:43:52','433252N','0730120W','West Rutland','VT'),(337,0,'Rutland','2013-09-15 18:43:52',243,'Claycreek Farm','Locale',2680832,'2013-09-15 18:43:52','433951N','0731732W','Benson','VT'),(338,0,'Lamoille','2013-09-15 18:43:52',948,'Cleveland Corners','Populated Place',1456918,'2013-09-15 18:43:52','443537N','0723345W','Morrisville','VT'),(339,0,'Addison','2013-09-15 18:43:52',397,'Clover Set Farm','Locale',2680829,'2013-09-15 18:43:52','440807N','0730704W','Bristol','VT'),(340,0,'Chittenden','2013-09-15 18:43:52',653,'Cloverdale','Populated Place',1456927,'2013-09-15 18:43:52','443623N','0725552W','Underhill','VT'),(341,0,'Chittenden','2013-09-15 18:43:52',361,'Cochran Ski Center','Locale',1918621,'2013-09-15 18:43:52','442345N','0725855W','Richmond','VT'),(342,0,'Bennington','2013-09-15 18:43:52',2129,'Col Seth Warner Camp','Locale',1460741,'2013-09-15 18:43:52','424624N','0730821W','Pownal','VT'),(343,0,'Washington','2013-09-15 18:43:52',594,'Colbyville','Populated Place',1456959,'2013-09-15 18:43:52','442101N','0724432W','Middlesex','VT'),(344,0,'Chittenden','2013-09-15 18:43:52',272,'Colchester','Populated Place',1457561,'2013-09-15 18:43:52','443238N','0730852W','Colchester','VT'),(345,0,'Chittenden','2013-09-15 18:43:52',138,'Colchester Shopping Plaza Shopping Center','Locale',1918625,'2013-09-15 18:43:52','443216N','0731449W','Colchester','VT'),(346,0,'Rutland','2013-09-15 18:43:52',1365,'Cold River','Populated Place',1460403,'2013-09-15 18:43:52','433222N','0725230W','Rutland','VT'),(347,0,'Rutland','2013-09-15 18:43:52',118,'Cold Spring','Populated Place',1460404,'2013-09-15 18:43:52','434017N','0732424W','Putnam','VT'),(348,0,'Essex','2013-09-15 18:43:52',1686,'Cold Spring Camp (historical)','Locale',1919317,'2013-09-15 18:43:52','445905N','0714106W','Averill','VT'),(349,0,'Chittenden','2013-09-15 18:43:52',151,'Cold Springs Camp','Locale',1456976,'2013-09-15 18:43:52','443958N','0731241W','Georgia Plains','VT'),(350,0,'Addison','2013-09-15 18:43:52',210,'Coleman Corner','Populated Place',1456982,'2013-09-15 18:43:52','441531N','0731318W','Mount Philo','VT'),(351,0,'Caledonia','2013-09-15 18:43:52',1066,'Coles Corner','Populated Place',1460405,'2013-09-15 18:43:52','442937N','0720327W','Saint Johnsbury','VT'),(352,0,'Franklin','2013-09-15 18:43:52',499,'Collins-Perley Sports Center','Locale',1920558,'2013-09-15 18:43:52','444738N','0730431W','Saint Albans','VT'),(353,0,'Rutland','2013-09-15 18:43:52',725,'Colonial Estates','Populated Place',1921823,'2013-09-15 18:43:52','433916N','0725801W','Chittenden','VT'),(354,0,'Rutland','2013-09-15 18:43:52',1834,'Colony Club','Locale',1921824,'2013-09-15 18:43:52','433919N','0724733W','Pico Peak','VT'),(355,0,'Essex','2013-09-15 18:43:52',876,'Concord','Populated Place',1456992,'2013-09-15 18:43:52','442544N','0715324W','Concord','VT'),(356,0,'Essex','2013-09-15 18:43:52',1519,'Concord Corner','Populated Place',1456993,'2013-09-15 18:43:52','442405N','0715141W','Miles Pond','VT'),(357,0,'Bennington','2013-09-15 18:43:52',2123,'Congdon Camp','Locale',1461665,'2013-09-15 18:43:52','425051N','0730640W','Stamford','VT'),(358,0,'Orange','2013-09-15 18:43:52',420,'Conicut Station (historical)','Locale',1921367,'2013-09-15 18:43:52','440246N','0720433W','Newbury','VT'),(359,0,'Windsor','2013-09-15 18:43:52',413,'Conrad Antique Mall Shopping Center','Locale',1922316,'2013-09-15 18:43:52','434253N','0721732W','Hanover','VT'),(360,0,'Orange','2013-09-15 18:43:52',1112,'Cookville','Populated Place',1457008,'2013-09-15 18:43:52','440125N','0721723W','West Topsham','VT'),(361,0,'Addison','2013-09-15 18:43:52',3130,'Cooley Glen Shelter','Locale',1460754,'2013-09-15 18:43:52','440300N','0725450W','Lincoln','VT'),(362,0,'Caledonia','2013-09-15 18:43:52',NULL,'Copenhagen (historical)','Populated Place',1919472,'2013-09-15 18:43:52','Unknown','Unknown','Unknown','VT'),(363,0,'Lamoille','2013-09-15 18:43:52',751,'Copley Country Club','Locale',1461789,'2013-09-15 18:43:52','443332N','0723521W','Morrisville','VT'),(364,0,'Orange','2013-09-15 18:43:52',820,'Copper Flat','Populated Place',1460406,'2013-09-15 18:43:52','435006N','0722002W','South Strafford','VT'),(365,0,'Orange','2013-09-15 18:43:52',1135,'Copperfield (historical)','Populated Place',1926761,'2013-09-15 18:43:52','435435N','0721714W','Vershire','VT'),(366,0,'Orange','2013-09-15 18:43:52',1027,'Corinth Corner','Populated Place',1457022,'2013-09-15 18:43:52','440120N','0721621W','West Topsham','VT'),(367,0,'Orange','2013-09-15 18:43:52',1483,'Corinth Corners','Populated Place',1457023,'2013-09-15 18:43:52','440036N','0722056W','West Topsham','VT'),(368,0,'Caledonia','2013-09-15 18:43:52',NULL,'Cornerford Station (historical)','Locale',1919473,'2013-09-15 18:43:52','Unknown','Unknown','Unknown','VT'),(369,0,'Addison','2013-09-15 18:43:52',358,'Cornwall','Populated Place',1457024,'2013-09-15 18:43:52','435739N','0731237W','Cornwall','VT'),(370,0,'Rutland','2013-09-15 18:43:52',732,'Countryside Estates','Populated Place',1921830,'2013-09-15 18:43:52','433834N','0725819W','Chittenden','VT'),(371,0,'Orleans','2013-09-15 18:43:52',728,'Coventry','Populated Place',1457029,'2013-09-15 18:43:52','445156N','0721553W','Irasburg','VT'),(372,0,'Orange','2013-09-15 18:43:52',407,'Cow Meadow Crossing (historical)','Locale',1921376,'2013-09-15 18:43:52','440605N','0720315W','Newbury','VT'),(373,0,'Washington','2013-09-15 18:43:52',2707,'Cowles Cove Shelter','Locale',1919028,'2013-09-15 18:43:52','441539N','0725357W','Huntington','VT'),(374,0,'Chittenden','2013-09-15 18:43:52',338,'Cozy Corner','Populated Place',1457040,'2013-09-15 18:43:52','443725N','0730704W','Essex Center','VT'),(375,0,'Bennington','2013-09-15 18:43:52',958,'Cozy Meadow Mobile Home Park','Populated Place',1920226,'2013-09-15 18:43:52','424800N','0731312W','Pownal','VT'),(376,0,'Orleans','2013-09-15 18:43:52',919,'Craftsbury','Populated Place',1457041,'2013-09-15 18:43:52','443812N','0722221W','Craftsbury','VT'),(377,0,'Orleans','2013-09-15 18:43:52',1240,'Craftsbury Common','Populated Place',1457042,'2013-09-15 18:43:52','443915N','0722255W','Albany','VT'),(378,0,'Orleans','2013-09-15 18:43:52',1158,'Craftsbury Nordic Center','Locale',1919969,'2013-09-15 18:43:52','444044N','0722203W','Craftsbury','VT'),(379,0,'Addison','2013-09-15 18:43:52',171,'Crazy Acres Farm','Locale',2723155,'2013-09-15 18:43:52','441215N','0732050W','Vergennes West','VT'),(380,0,'Addison','2013-09-15 18:43:52',328,'Cream Hill','Populated Place',1457054,'2013-09-15 18:43:52','435553N','0732023W','Bridport','VT'),(381,0,'Addison','2013-09-15 18:43:52',164,'Creek\'s Edge Farm','Locale',2723151,'2013-09-15 18:43:52','440728N','0731552W','Snake Mountain','VT'),(382,0,'Windsor','2013-09-15 18:43:52',512,'Crown Point Camping Area','Locale',1922319,'2013-09-15 18:43:52','432306N','0723005W','Cavendish','VT'),(383,0,'Windsor','2013-09-15 18:43:52',1070,'Crown Point Country Club','Locale',1461790,'2013-09-15 18:43:52','432030N','0722816W','Springfield','VT'),(384,0,'Rutland','2013-09-15 18:43:52',436,'Crystal Beach','Populated Place',1457064,'2013-09-15 18:43:52','433934N','0731124W','Bomoseen','VT'),(385,0,'Rutland','2013-09-15 18:43:52',1014,'Cuttingsville','Populated Place',1460770,'2013-09-15 18:43:52','432918N','0725256W','Wallingford','VT'),(386,0,'Essex','2013-09-15 18:43:52',1135,'Damon Crossing','Populated Place',1460407,'2013-09-15 18:43:52','443140N','0714906W','Gallup Mills','VT'),(387,0,'Rutland','2013-09-15 18:43:52',692,'Danby','Populated Place',1460774,'2013-09-15 18:43:52','432046N','0725943W','Danby','VT'),(388,0,'Rutland','2013-09-15 18:43:52',1450,'Danby Four Corners','Populated Place',1460775,'2013-09-15 18:43:52','432117N','0730248W','Dorset','VT'),(389,0,'Addison','2013-09-15 18:43:52',NULL,'Daniels Corner (historical)','Locale',1918078,'2013-09-15 18:43:52','Unknown','Unknown','Unknown','VT'),(390,0,'Caledonia','2013-09-15 18:43:52',1411,'Danville','Populated Place',1457105,'2013-09-15 18:43:52','442440N','0720821W','Joes Pond','VT'),(391,0,'Caledonia','2013-09-15 18:43:52',1325,'Danville Center','Populated Place',1457104,'2013-09-15 18:43:52','442512N','0720713W','Saint Johnsbury','VT'),(392,0,'Caledonia','2013-09-15 18:43:52',NULL,'Darlings Mill (historical)','Locale',1919480,'2013-09-15 18:43:52','Unknown','Unknown','Unknown','VT'),(393,0,'Franklin','2013-09-15 18:43:52',108,'De La Bruere Dairy','Locale',2680835,'2013-09-15 18:43:52','445937N','0730407W','Highgate Center','VT'),(394,0,'Orleans','2013-09-15 18:43:52',NULL,'Deansboro (historical)','Populated Place',1919978,'2013-09-15 18:43:52','Unknown','Unknown','Unknown','VT'),(395,0,'Windham','2013-09-15 18:43:52',1519,'Deer Park','Locale',1457140,'2013-09-15 18:43:52','424729N','0724241W','Governors Mountain','VT'),(396,0,'Orleans','2013-09-15 18:43:52',1010,'Derby Center','Populated Place',1457153,'2013-09-15 18:43:52','445652N','0720758W','Newport','VT'),(397,0,'Orleans','2013-09-15 18:43:52',1030,'Derby Line','Populated Place',1457154,'2013-09-15 18:43:52','450018N','0720556W','West Charleston OE N','VT'),(398,0,'Windsor','2013-09-15 18:43:52',551,'Deweys Mills','Populated Place',1457165,'2013-09-15 18:43:52','433829N','0722418W','Quechee','VT'),(399,0,'Rutland','2013-09-15 18:43:52',633,'Diamond Run Mall Shopping Center','Locale',1921846,'2013-09-15 18:43:52','433503N','0725743W','Rutland','VT'),(400,0,'Bennington','2013-09-15 18:43:52',958,'Dorset','Populated Place',1460794,'2013-09-15 18:43:52','431517N','0730555W','Dorset','VT'),(401,0,'Chittenden','2013-09-15 18:43:52',315,'Dorset Square Mall Shopping Center','Locale',1918637,'2013-09-15 18:43:52','442804N','0731045W','Burlington','VT'),(402,0,'Windsor','2013-09-15 18:43:52',997,'Dothan','Populated Place',1457183,'2013-09-15 18:43:52','434150N','0722035W','Hanover','VT'),(403,0,'Bennington','2013-09-15 18:43:52',2224,'Douglas Shelter','Locale',1461683,'2013-09-15 18:43:52','430841N','0725926W','Peru','VT'),(404,0,'Windham','2013-09-15 18:43:52',1916,'Dover','Populated Place',1460802,'2013-09-15 18:43:52','425637N','0724814W','West Dover','VT'),(405,0,'Orange','2013-09-15 18:43:52',942,'Dowdey Corner','Populated Place',1460408,'2013-09-15 18:43:52','435329N','0723737W','Randolph','VT'),(406,0,'Windsor','2013-09-15 18:43:52',1342,'Downer 4-H Camp','Locale',1922332,'2013-09-15 18:43:52','434857N','0722449W','Sharon','VT'),(407,0,'Windsor','2013-09-15 18:43:52',610,'Downers','Populated Place',1457190,'2013-09-15 18:43:52','432401N','0723051W','Cavendish','VT'),(408,0,'Addison','2013-09-15 18:43:52',1325,'Downingville','Populated Place',1460807,'2013-09-15 18:43:52','440759N','0725856W','Mount Ellen','VT'),(409,0,'Caledonia','2013-09-15 18:43:52',1417,'Dows Crossing','Populated Place',1460409,'2013-09-15 18:43:52','443003N','0721712W','Caspian Lake','VT'),(410,0,'Washington','2013-09-15 18:43:52',1289,'Dowsville','Populated Place',1460410,'2013-09-15 18:43:52','441621N','0724927W','Waterbury','VT'),(411,0,'Addison','2013-09-15 18:43:52',200,'Dubois Farm','Locale',2723149,'2013-09-15 18:43:52','440511N','0731705W','Snake Mountain','VT'),(412,0,'Windham','2013-09-15 18:43:52',751,'Dummerston Center','Populated Place',1457211,'2013-09-15 18:43:52','425612N','0723420W','Putney','VT'),(413,0,'Washington','2013-09-15 18:43:52',1362,'Dunstable Farm','Locale',2680831,'2013-09-15 18:43:52','442427N','0721954W','Cabot','VT'),(414,0,'Rutland','2013-09-15 18:43:52',643,'Durgy Hill Heights','Populated Place',1921849,'2013-09-15 18:43:52','433639N','0730252W','West Rutland','VT'),(415,0,'Bennington','2013-09-15 18:43:52',1890,'Dutch Hill Winter Sports Area','Locale',1461664,'2013-09-15 18:43:52','424901N','0730021W','Stamford','VT'),(416,0,'Washington','2013-09-15 18:43:52',420,'Duxbury','Populated Place',1457229,'2013-09-15 18:43:52','441937N','0724509W','Waterbury','VT'),(417,0,'Chittenden','2013-09-15 18:43:52',157,'Eagle Mountain Camp','Locale',1457237,'2013-09-15 18:43:52','444038N','0731233W','Georgia Plains','VT'),(418,0,'Rutland','2013-09-15 18:43:52',725,'Eagle Rock Camp','Locale',1457241,'2013-09-15 18:43:52','434338N','0731102W','Bomoseen','VT'),(419,0,'Orleans','2013-09-15 18:43:52',1168,'East Albany','Populated Place',1457244,'2013-09-15 18:43:52','444352N','0721858W','Craftsbury','VT'),(420,0,'Grand Isle','2013-09-15 18:43:52',112,'East Alburg','Populated Place',1457245,'2013-09-15 18:43:52','445823N','0731346W','East Alburg','VT'),(421,0,'Bennington','2013-09-15 18:43:52',741,'East Arlington','Populated Place',1460821,'2013-09-15 18:43:52','430337N','0730826W','Arlington','VT'),(422,0,'Windsor','2013-09-15 18:43:52',1010,'East Barnard','Populated Place',1457246,'2013-09-15 18:43:52','434445N','0723234W','Woodstock North','VT'),(423,0,'Caledonia','2013-09-15 18:43:52',518,'East Barnet Inwood Station','Populated Place',1457247,'2013-09-15 18:43:52','441936N','0720215W','Barnet','VT'),(424,0,'Washington','2013-09-15 18:43:52',1132,'East Barre','Populated Place',1457248,'2013-09-15 18:43:52','440929N','0722701W','Barre East','VT'),(425,0,'Franklin','2013-09-15 18:43:52',420,'East Berkshire','Populated Place',1457251,'2013-09-15 18:43:52','445607N','0724233W','Richford','VT'),(426,0,'Windsor','2013-09-15 18:43:52',581,'East Bethel','Populated Place',1457252,'2013-09-15 18:43:52','435224N','0723503W','South Royalton','VT'),(427,0,'Orange','2013-09-15 18:43:52',718,'East Braintree','Populated Place',1457253,'2013-09-15 18:43:52','435945N','0723905W','Randolph','VT'),(428,0,'Essex','2013-09-15 18:43:52',1158,'East Brighton','Populated Place',1457260,'2013-09-15 18:43:52','444709N','0714825W','Spectacle Pond','VT'),(429,0,'Orange','2013-09-15 18:43:52',702,'East Brookfield','Populated Place',1457262,'2013-09-15 18:43:52','440139N','0723417W','Brookfield','VT'),(430,0,'Orleans','2013-09-15 18:43:52',1384,'East Brownington','Populated Place',1919986,'2013-09-15 18:43:52','444803N','0720508W','Westmore','VT'),(431,0,'Caledonia','2013-09-15 18:43:52',886,'East Burke','Populated Place',1457264,'2013-09-15 18:43:52','443521N','0715625W','Burke Mountain','VT'),(432,0,'Washington','2013-09-15 18:43:52',1591,'East Cabot','Populated Place',1460411,'2013-09-15 18:43:52','442323N','0721504W','Cabot','VT'),(433,0,'Washington','2013-09-15 18:43:52',843,'East Calais','Populated Place',1457265,'2013-09-15 18:43:52','442159N','0722547W','Plainfield','VT'),(434,0,'Orleans','2013-09-15 18:43:52',1171,'East Charleston','Populated Place',1457268,'2013-09-15 18:43:52','445017N','0715922W','Island Pond','VT'),(435,0,'Chittenden','2013-09-15 18:43:52',377,'East Charlotte','Populated Place',1457269,'2013-09-15 18:43:52','441911N','0731119W','Mount Philo','VT'),(436,0,'Rutland','2013-09-15 18:43:52',745,'East Clarendon','Populated Place',1461815,'2013-09-15 18:43:52','433129N','0725620W','Rutland','VT'),(437,0,'Essex','2013-09-15 18:43:52',876,'East Concord','Populated Place',1457270,'2013-09-15 18:43:52','442529N','0714513W','Miles Pond','VT'),(438,0,'Orange','2013-09-15 18:43:52',702,'East Corinth','Populated Place',1457271,'2013-09-15 18:43:52','440350N','0721320W','East Corinth','VT'),(439,0,'Orleans','2013-09-15 18:43:52',1299,'East Craftsbury','Populated Place',1457272,'2013-09-15 18:43:52','443833N','0722035W','Craftsbury','VT'),(440,0,'Bennington','2013-09-15 18:43:52',787,'East Dorset','Populated Place',1460824,'2013-09-15 18:43:52','431423N','0730033W','Manchester','VT'),(441,0,'Windham','2013-09-15 18:43:52',1119,'East Dover','Populated Place',1460825,'2013-09-15 18:43:52','425704N','0724608W','West Dover','VT'),(442,0,'Windham','2013-09-15 18:43:52',427,'East Dummerston','Populated Place',1457274,'2013-09-15 18:43:52','425556N','0723311W','Putney','VT'),(443,0,'Franklin','2013-09-15 18:43:52',781,'East Enosburg','Populated Place',1457275,'2013-09-15 18:43:52','445147N','0724410W','Cold Hollow Mountains','VT'),(444,0,'Franklin','2013-09-15 18:43:52',420,'East Fairfield','Populated Place',1457276,'2013-09-15 18:43:52','444704N','0725130W','Bakersfield','VT'),(445,0,'Franklin','2013-09-15 18:43:52',430,'East Fletcher','Populated Place',1457277,'2013-09-15 18:43:52','444247N','0725016W','Jeffersonville','VT'),(446,0,'Franklin','2013-09-15 18:43:52',453,'East Franklin','Populated Place',1457278,'2013-09-15 18:43:52','445946N','0724955W','Enosburg Falls','VT'),(447,0,'Franklin','2013-09-15 18:43:52',328,'East Georgia','Populated Place',1460412,'2013-09-15 18:43:52','444048N','0730459W','Milton','VT'),(448,0,'Addison','2013-09-15 18:43:52',860,'East Granville','Populated Place',1460826,'2013-09-15 18:43:52','440101N','0724534W','Warren','VT'),(449,0,'Orleans','2013-09-15 18:43:52',1257,'East Greensboro','Populated Place',1460413,'2013-09-15 18:43:52','443417N','0721502W','Caspian Lake','VT'),(450,0,'Caledonia','2013-09-15 18:43:52',1083,'East Hardwick','Populated Place',1457279,'2013-09-15 18:43:52','443118N','0721831W','Caspian Lake','VT'),(451,0,'Essex','2013-09-15 18:43:52',1014,'East Haven','Populated Place',1457280,'2013-09-15 18:43:52','443951N','0715318W','West Burke','VT'),(452,0,'Franklin','2013-09-15 18:43:52',200,'East Highgate','Populated Place',1457283,'2013-09-15 18:43:52','445538N','0725916W','Sheldon Springs','VT'),(453,0,'Rutland','2013-09-15 18:43:52',961,'East Hubbardton','Populated Place',1457293,'2013-09-15 18:43:52','434135N','0730817W','Bomoseen','VT'),(454,0,'Windham','2013-09-15 18:43:52',551,'East Jamaica','Populated Place',1460828,'2013-09-15 18:43:52','430426N','0724405W','Townshend','VT'),(455,0,'Lamoille','2013-09-15 18:43:52',581,'East Johnson','Populated Place',1457295,'2013-09-15 18:43:52','443824N','0723941W','Johnson','VT'),(456,0,'Bennington','2013-09-15 18:43:52',928,'East Kansas','Populated Place',1460829,'2013-09-15 18:43:52','430328N','0730706W','Sunderland','VT'),(457,0,'Caledonia','2013-09-15 18:43:52',951,'East Lyndon','Populated Place',1457297,'2013-09-15 18:43:52','443111N','0715728W','Burke Mountain','VT'),(458,0,'Addison','2013-09-15 18:43:52',407,'East Middlebury','Populated Place',1460830,'2013-09-15 18:43:52','435824N','0730622W','East Middlebury','VT'),(459,0,'Addison','2013-09-15 18:43:52',525,'East Monkton','Populated Place',1460831,'2013-09-15 18:43:52','441232N','0730652W','Bristol','VT'),(460,0,'Washington','2013-09-15 18:43:52',741,'East Montpelier','Populated Place',1457298,'2013-09-15 18:43:52','441616N','0722913W','Plainfield','VT'),(461,0,'Washington','2013-09-15 18:43:52',1148,'East Montpelier Center','Populated Place',1457299,'2013-09-15 18:43:52','441701N','0723131W','Montpelier','VT'),(462,0,'Orange','2013-09-15 18:43:52',1220,'East Orange','Populated Place',1457304,'2013-09-15 18:43:52','440541N','0722029W','West Topsham','VT'),(463,0,'Caledonia','2013-09-15 18:43:52',974,'East Peacham','Populated Place',1457308,'2013-09-15 18:43:52','442017N','0720926W','Peacham','VT'),(464,0,'Rutland','2013-09-15 18:43:52',1001,'East Pittsford','Populated Place',1460835,'2013-09-15 18:43:52','434016N','0725634W','Chittenden','VT'),(465,0,'Rutland','2013-09-15 18:43:52',502,'East Poultney','Populated Place',1457309,'2013-09-15 18:43:52','433135N','0731216W','Poultney','VT'),(466,0,'Windham','2013-09-15 18:43:52',377,'East Putney','Populated Place',1457310,'2013-09-15 18:43:52','425938N','0722900W','Spofford','VT'),(467,0,'Windham','2013-09-15 18:43:52',299,'East Putney Station','Locale',1457312,'2013-09-15 18:43:52','425853N','0722813W','Spofford','VT'),(468,0,'Orange','2013-09-15 18:43:52',614,'East Randolph','Populated Place',1457313,'2013-09-15 18:43:52','435624N','0723318W','Randolph Center','VT'),(469,0,'Franklin','2013-09-15 18:43:52',509,'East Richford','Populated Place',1457315,'2013-09-15 18:43:52','450040N','0723509W','Jay Peak OE N','VT'),(470,0,'Washington','2013-09-15 18:43:52',1181,'East Roxbury','Populated Place',1457317,'2013-09-15 18:43:52','440447N','0723906W','Roxbury','VT'),(471,0,'Bennington','2013-09-15 18:43:52',827,'East Rupert','Populated Place',1460836,'2013-09-15 18:43:52','431623N','0730730W','Pawlet','VT'),(472,0,'Caledonia','2013-09-15 18:43:52',489,'East Ryegate','Populated Place',1457318,'2013-09-15 18:43:52','441218N','0720340W','Woodsville','VT'),(473,0,'Caledonia','2013-09-15 18:43:52',787,'East Saint Johnsbury','Populated Place',1457319,'2013-09-15 18:43:52','442619N','0715644W','Concord','VT'),(474,0,'Addison','2013-09-15 18:43:52',NULL,'East Salisbury (historical)','Populated Place',1918086,'2013-09-15 18:43:52','Unknown','Unknown','Unknown','VT'),(475,0,'Franklin','2013-09-15 18:43:52',574,'East Sheldon','Populated Place',1457320,'2013-09-15 18:43:52','445356N','0725226W','Enosburg Falls','VT'),(476,0,'Addison','2013-09-15 18:43:52',269,'East Shoreham','Populated Place',1457321,'2013-09-15 18:43:52','435137N','0731510W','Orwell','VT'),(477,0,'Caledonia','2013-09-15 18:43:52',1522,'East Sutton Ridge','Locale',1457324,'2013-09-15 18:43:52','444033N','0715909W','West Burke','VT'),(478,0,'Orange','2013-09-15 18:43:52',410,'East Thetford','Populated Place',1457325,'2013-09-15 18:43:52','434842N','0721119W','Lyme','VT'),(479,0,'Orange','2013-09-15 18:43:52',942,'East Topsham','Populated Place',1457326,'2013-09-15 18:43:52','440716N','0721358W','East Corinth','VT'),(480,0,'Rutland','2013-09-15 18:43:52',1194,'East Wallingford','Populated Place',1460837,'2013-09-15 18:43:52','432658N','0725233W','Wallingford','VT'),(481,0,'Washington','2013-09-15 18:43:52',1388,'East Warren','Populated Place',1460838,'2013-09-15 18:43:52','440634N','0724911W','Warren','VT'),(482,0,'Rutland','2013-09-15 18:43:52',1125,'East Wells','Populated Place',1460414,'2013-09-15 18:43:52','432518N','0730828W','Wells','VT'),(483,0,'Rutland','2013-09-15 18:43:52',925,'Eastridge Acres','Populated Place',1921859,'2013-09-15 18:43:52','433639N','0725553W','Rutland','VT'),(484,0,'Addison','2013-09-15 18:43:52',131,'Ecole Champlain','Populated Place',1457333,'2013-09-15 18:43:52','441430N','0731747W','Vergennes West','VT'),(485,0,'Lamoille','2013-09-15 18:43:52',1138,'Eden','Populated Place',1457336,'2013-09-15 18:43:52','444226N','0723244W','Eden','VT'),(486,0,'Lamoille','2013-09-15 18:43:52',1132,'Eden Mills','Populated Place',1457337,'2013-09-15 18:43:52','444248N','0723148W','Eden','VT'),(487,0,'Washington','2013-09-15 18:43:52',1299,'Edgewater','Populated Place',1457341,'2013-09-15 18:43:52','441925N','0722003W','Marshfield','VT'),(488,0,'Lamoille','2013-09-15 18:43:52',1401,'Edson Hill Cross Country Ski Center','Locale',1918323,'2013-09-15 18:43:52','443040N','0724333W','Sterling Mountain','VT'),(489,0,'Caledonia','2013-09-15 18:43:52',807,'Egypt','Populated Place',1460415,'2013-09-15 18:43:52','443427N','0715914W','Burke Mountain','VT'),(490,0,'Bennington','2013-09-15 18:43:52',823,'Ekwanok Country Club','Locale',1461791,'2013-09-15 18:43:52','430924N','0730410W','Manchester','VT'),(491,0,'Addison','2013-09-15 18:43:52',518,'Elephant Mountain Camping Area','Locale',1918091,'2013-09-15 18:43:52','440426N','0730502W','South Mountain','VT'),(492,0,'Orange','2013-09-15 18:43:52',430,'Ely','Populated Place',1457366,'2013-09-15 18:43:52','435235N','0721035W','Fairlee','VT'),(493,0,'Windsor','2013-09-15 18:43:52',807,'Emerson','Populated Place',1460851,'2013-09-15 18:43:52','435027N','0724749W','Rochester','VT'),(494,0,'Addison','2013-09-15 18:43:52',3458,'Emily Proctor Shelter','Locale',1460852,'2013-09-15 18:43:52','440005N','0725556W','Lincoln','VT'),(495,0,'Franklin','2013-09-15 18:43:52',866,'Enosburg Center','Populated Place',1457372,'2013-09-15 18:43:52','445300N','0724517W','Enosburg Falls','VT'),(496,0,'Franklin','2013-09-15 18:43:52',423,'Enosburg Falls','Populated Place',1457373,'2013-09-15 18:43:52','445425N','0724823W','Enosburg Falls','VT'),(497,0,'Franklin','2013-09-15 18:43:52',400,'Enosburg Falls Golf Course','Locale',1920590,'2013-09-15 18:43:52','445440N','0724829W','Enosburg Falls','VT'),(498,0,'Franklin','2013-09-15 18:43:52',384,'Enosburg Falls Shopping Center','Locale',1920594,'2013-09-15 18:43:52','445426N','0724855W','Enosburg Falls','VT'),(499,0,'Bennington','2013-09-15 18:43:52',699,'Equinox Square Shopping Center','Locale',1920254,'2013-09-15 18:43:52','431034N','0730311W','Manchester','VT'),(500,0,'Chittenden','2013-09-15 18:43:52',486,'Essex Center','Populated Place',1457376,'2013-09-15 18:43:52','443043N','0730334W','Essex Center','VT'),(501,0,'Essex','2013-09-15 18:43:52',1699,'Essex County','Civil',1461761,'2013-09-15 18:43:52','444340N','0714410W','Maidstone Lake','VT'),(502,0,'Addison','2013-09-15 18:43:52',118,'Essex Farm','Locale',2723152,'2013-09-15 18:43:52','441125N','0731929W','Vergennes West','VT'),(503,0,'Chittenden','2013-09-15 18:43:52',344,'Essex Junction','Populated Place',1457378,'2013-09-15 18:43:52','442926N','0730639W','Essex Junction','VT'),(504,0,'Chittenden','2013-09-15 18:43:52',167,'Ethan Allen Shopping Center','Locale',1918660,'2013-09-15 18:43:52','443022N','0731443W','Colchester','VT'),(505,0,'Chittenden','2013-09-15 18:43:52',187,'Ethan Allen Tower','Locale',1460501,'2013-09-15 18:43:52','443017N','0731424W','Colchester','VT'),(506,0,'Orleans','2013-09-15 18:43:52',1106,'Evansville','Populated Place',1457381,'2013-09-15 18:43:52','444811N','0720749W','Orleans','VT'),(507,0,'Caledonia','2013-09-15 18:43:52',1289,'Ewells Mills','Populated Place',1457387,'2013-09-15 18:43:52','442136N','0721017W','Peacham','VT'),(508,0,'Rutland','2013-09-15 18:43:52',384,'Fair Haven','Populated Place',1457388,'2013-09-15 18:43:52','433541N','0731556W','Thorn Hill','VT'),(509,0,'Caledonia','2013-09-15 18:43:52',NULL,'Fairbanks (historical)','Populated Place',1919502,'2013-09-15 18:43:52','Unknown','Unknown','Unknown','VT'),(510,0,'Caledonia','2013-09-15 18:43:52',2110,'Fairbanks Mills','Locale',1457390,'2013-09-15 18:43:52','443009N','0721109W','Stannard','VT'),(511,0,'Franklin','2013-09-15 18:43:52',364,'Fairfax','Populated Place',1457391,'2013-09-15 18:43:52','443955N','0730031W','Milton','VT'),(512,0,'Franklin','2013-09-15 18:43:52',443,'Fairfax Falls','Populated Place',1457392,'2013-09-15 18:43:52','443901N','0725916W','Gilson Mountain','VT'),(513,0,'Franklin','2013-09-15 18:43:52',531,'Fairfield','Populated Place',1457393,'2013-09-15 18:43:52','444807N','0725644W','Fairfield','VT'),(514,0,'Windham','2013-09-15 18:43:52',289,'Fairfield Plaza Shopping Center','Locale',1920939,'2013-09-15 18:43:52','425227N','0723341W','Brattleboro','VT'),(515,0,'Franklin','2013-09-15 18:43:52',394,'Fairfield Station','Locale',1457397,'2013-09-15 18:43:52','444902N','0725538W','Fairfield','VT'),(516,0,'Orange','2013-09-15 18:43:52',427,'Fairlee','Populated Place',1457398,'2013-09-15 18:43:52','435427N','0720836W','Fairlee','VT'),(517,0,'Orange','2013-09-15 18:43:52',420,'Fairlee Drive-In','Locale',2633590,'2013-09-15 18:43:52','435521N','0720734W','Fairlee','VT'),(518,0,'Windsor','2013-09-15 18:43:52',NULL,'Fairview Farm (historical)','Locale',1922345,'2013-09-15 18:43:52','Unknown','Unknown','Unknown','VT'),(519,0,'Windham','2013-09-15 18:43:52',427,'Fairview Village','Populated Place',1920940,'2013-09-15 18:43:52','425025N','0723359W','Brattleboro','VT'),(520,0,'Addison','2013-09-15 18:43:52',965,'Falls of Lana Picnic Grounds','Locale',1461695,'2013-09-15 18:43:52','435433N','0730333W','East Middlebury','VT'),(521,0,'Lamoille','2013-09-15 18:43:52',764,'Farm Resort Golf Course','Locale',1918334,'2013-09-15 18:43:52','443132N','0723721W','Morrisville','VT'),(522,0,'Addison','2013-09-15 18:43:52',387,'Farmingdale','Populated Place',1460416,'2013-09-15 18:43:52','435753N','0730806W','Cornwall','VT'),(523,0,'Bennington','2013-09-15 18:43:52',1404,'Fay Fuller Camp','Locale',1460864,'2013-09-15 18:43:52','425445N','0730636W','Woodford','VT'),(524,0,'Chittenden','2013-09-15 18:43:53',568,'Fays Corner','Populated Place',1457415,'2013-09-15 18:43:53','442406N','0730228W','Essex Junction','VT'),(525,0,'Bennington','2013-09-15 18:43:53',1821,'Fayville','Populated Place',1460866,'2013-09-15 18:43:53','430022N','0730641W','Sunderland','VT'),(526,0,'Windsor','2013-09-15 18:43:53',758,'Felchville','Populated Place',1457418,'2013-09-15 18:43:53','432723N','0723216W','Cavendish','VT'),(527,0,'Addison','2013-09-15 18:43:53',600,'Fernville','Populated Place',1460870,'2013-09-15 18:43:53','435139N','0730404W','Brandon','VT'),(528,0,'Addison','2013-09-15 18:43:53',194,'Ferrisburgh','Populated Place',1457424,'2013-09-15 18:43:53','441220N','0731446W','Vergennes East','VT'),(529,0,'Windsor','2013-09-15 18:43:53',689,'Fieldsville','Populated Place',1460417,'2013-09-15 18:43:53','433219N','0722636W','Hartland','VT'),(530,0,'Windsor','2013-09-15 18:43:53',1325,'Five Corners','Locale',1457443,'2013-09-15 18:43:53','433136N','0724037W','Plymouth','VT'),(531,0,'Orange','2013-09-15 18:43:53',965,'Five Corners','Locale',1457444,'2013-09-15 18:43:53','435222N','0721349W','Lyme','VT'),(532,0,'Franklin','2013-09-15 18:43:53',617,'Fletcher','Populated Place',1457453,'2013-09-15 18:43:53','444100N','0725449W','Gilson Mountain','VT'),(533,0,'Rutland','2013-09-15 18:43:53',433,'Florence','Populated Place',1457459,'2013-09-15 18:43:53','434259N','0730341W','Proctor','VT'),(534,0,'Caledonia','2013-09-15 18:43:53',738,'Folsom','Populated Place',1460418,'2013-09-15 18:43:53','443503N','0715849W','Burke Mountain','VT'),(535,0,'Franklin','2013-09-15 18:43:53',239,'Fonda','Populated Place',1457467,'2013-09-15 18:43:53','445217N','0730551W','Saint Albans','VT'),(536,0,'Rutland','2013-09-15 18:43:53',594,'Forest Dale','Populated Place',1460880,'2013-09-15 18:43:53','434940N','0730313W','Brandon','VT'),(537,0,'Bennington','2013-09-15 18:43:53',2083,'Forest Farms','Populated Place',1920263,'2013-09-15 18:43:53','430740N','0725237W','Peru','VT'),(538,0,'Rutland','2013-09-15 18:43:53',371,'Forestdale Iron Furnace','Locale',1921885,'2013-09-15 18:43:53','434755N','0730526W','Brandon','VT'),(539,0,'Clinton','2013-09-15 18:43:53',105,'Fort Montgomery Ruins','Locale',950485,'2013-09-15 18:43:53','450021N','0732055W','Rouses Point OE N','NY'),(540,0,'Caledonia','2013-09-15 18:43:53',NULL,'Fosters Pond Neighborhood','Locale',1919512,'2013-09-15 18:43:53','Unknown','Unknown','Unknown','VT'),(541,0,'Orange','2013-09-15 18:43:53',627,'Four Corners','Locale',1457478,'2013-09-15 18:43:53','440914N','0720513W','Woodsville','VT'),(542,0,'Windham','2013-09-15 18:43:53',1798,'Four Corners','Locale',1920964,'2013-09-15 18:43:53','425127N','0724650W','Jacksonville','VT'),(543,0,'Windsor','2013-09-15 18:43:53',1033,'Fox Run Cross Country Ski Center','Locale',1922363,'2013-09-15 18:43:53','432503N','0724200W','Ludlow','VT'),(544,0,'Windsor','2013-09-15 18:43:53',1033,'Fox Run Golf Course','Locale',1922364,'2013-09-15 18:43:53','432503N','0724200W','Ludlow','VT'),(545,0,'Orange','2013-09-15 18:43:53',1493,'Foxville','Populated Place',1457487,'2013-09-15 18:43:53','440814N','0722856W','Barre East','VT'),(546,0,'Caledonia','2013-09-15 18:43:53',607,'Frank D Comerford Hydro-Electric Plant','Locale',1461792,'2013-09-15 18:43:53','441938N','0720010W','Barnet','VT'),(547,0,'Franklin','2013-09-15 18:43:53',446,'Franklin','Populated Place',1457488,'2013-09-15 18:43:53','445855N','0725458W','Sheldon Springs','VT'),(548,0,'Franklin','2013-09-15 18:43:53',715,'Franklin County','Civil',1461762,'2013-09-15 18:43:53','445127N','0725443W','Fairfield','VT'),(549,0,'Franklin','2013-09-15 18:43:53',377,'Franklin County Rod and Gun Club (historical)','Locale',1920617,'2013-09-15 18:43:53','445116N','0730529W','Saint Albans','VT'),(550,0,'Franklin','2013-09-15 18:43:53',NULL,'Franklin Rod and Gun Club (historical)','Locale',1920619,'2013-09-15 18:43:53','Unknown','Unknown','Unknown','VT'),(551,0,'Bennington','2013-09-15 18:43:53',794,'Freedleyville','Populated Place',1460882,'2013-09-15 18:43:53','431527N','0730028W','Dorset','VT'),(552,0,'Bennington','2013-09-15 18:43:53',1519,'French Hollow','Populated Place',1460886,'2013-09-15 18:43:53','431045N','0725254W','Peru','VT'),(553,0,'Windsor','2013-09-15 18:43:53',676,'Frost Mill','Locale',1922368,'2013-09-15 18:43:53','433739N','0723053W','Woodstock North','VT'),(554,0,'Addison','2013-09-15 18:43:53',154,'Fryslan Farm','Locale',2723150,'2013-09-15 18:43:53','440934N','0731715W','Vergennes West','VT'),(555,0,'Essex','2013-09-15 18:43:53',1302,'Gallup Mills','Populated Place',1457512,'2013-09-15 18:43:53','443430N','0714703W','Gallup Mills','VT'),(556,0,'Lamoille','2013-09-15 18:43:53',1093,'Garfield','Populated Place',1457522,'2013-09-15 18:43:53','443609N','0723210W','Morrisville','VT'),(557,0,'Windsor','2013-09-15 18:43:53',715,'Gassetts','Populated Place',1457524,'2013-09-15 18:43:53','431928N','0723624W','Chester','VT'),(558,0,'Windsor','2013-09-15 18:43:53',630,'Gaysville','Populated Place',1457531,'2013-09-15 18:43:53','434642N','0724156W','Bethel','VT'),(559,0,'Orleans','2013-09-15 18:43:53',1863,'Gebbie Corner','Populated Place',1460419,'2013-09-15 18:43:53','443755N','0721705W','Craftsbury','VT'),(560,0,'Franklin','2013-09-15 18:43:53',384,'Georgia Center','Populated Place',1461772,'2013-09-15 18:43:53','444339N','0730703W','Milton','VT'),(561,0,'Franklin','2013-09-15 18:43:53',262,'Georgia Plains','Populated Place',1457534,'2013-09-15 18:43:53','444316N','0730950W','Georgia Plains','VT'),(562,0,'Franklin','2013-09-15 18:43:53',564,'Gilberts Tannery','Populated Place',1457541,'2013-09-15 18:43:53','445145N','0724536W','Bakersfield','VT'),(563,0,'Essex','2013-09-15 18:43:53',863,'Gilman','Populated Place',1457547,'2013-09-15 18:43:53','442444N','0714320W','Gilman','VT'),(564,0,'Bennington','2013-09-15 18:43:53',3002,'Glastenbury','Populated Place',1460349,'2013-09-15 18:43:53','430001N','0730458W','Sunderland','VT'),(565,0,'Bennington','2013-09-15 18:43:53',3570,'Glastenbury Camp','Locale',1460904,'2013-09-15 18:43:53','425828N','0730422W','Woodford','VT'),(566,0,'Bennington','2013-09-15 18:43:53',3743,'Glastenbury Mountain Lookout','Locale',1461659,'2013-09-15 18:43:53','425841N','0730417W','Woodford','VT'),(567,0,'Caledonia','2013-09-15 18:43:53',NULL,'Gleason (historical)','Populated Place',1919516,'2013-09-15 18:43:53','Unknown','Unknown','Unknown','VT'),(568,0,'Washington','2013-09-15 18:43:53',1886,'Glen Ellen Ski Area','Locale',1461793,'2013-09-15 18:43:53','441025N','0725422W','Mount Ellen','VT'),(569,0,'Orleans','2013-09-15 18:43:53',951,'Glover','Populated Place',1457558,'2013-09-15 18:43:53','444225N','0721113W','Crystal Lake','VT'),(570,0,'Bennington','2013-09-15 18:43:53',NULL,'Godrey Ochee Bed and Mill','Locale',1920268,'2013-09-15 18:43:53','Unknown','Unknown','Unknown','VT'),(571,0,'Lamoille','2013-09-15 18:43:53',784,'Gold Brook Campground','Locale',1918344,'2013-09-15 18:43:53','442630N','0724143W','Stowe','VT'),(572,0,'Addison','2013-09-15 18:43:53',203,'Goodrich Corner','Populated Place',1460420,'2013-09-15 18:43:53','440547N','0732244W','Port Henry','VT'),(573,0,'Windsor','2013-09-15 18:43:53',617,'Goodrich Four Corners','Populated Place',1457567,'2013-09-15 18:43:53','434518N','0721645W','South Strafford','VT'),(574,0,'Windham','2013-09-15 18:43:53',1286,'Goose City','Populated Place',1460912,'2013-09-15 18:43:53','425740N','0724729W','West Dover','VT'),(575,0,'Orange','2013-09-15 18:43:53',817,'Goose Green','Locale',1457573,'2013-09-15 18:43:53','440047N','0721540W','West Topsham','VT'),(576,0,'Grand Isle','2013-09-15 18:43:53',95,'Goose Point Campground','Locale',1918519,'2013-09-15 18:43:53','445524N','0731615W','Rouses Point','VT'),(577,0,'Grand Isle','2013-09-15 18:43:53',121,'Gordon Landing','Populated Place',1460421,'2013-09-15 18:43:53','444119N','0732048W','South Hero','VT'),(578,0,'Rutland','2013-09-15 18:43:53',627,'Gorhamtown','Populated Place',1460422,'2013-09-15 18:43:53','433422N','0731126W','Poultney','VT'),(579,0,'Orange','2013-09-15 18:43:53',1096,'Goshen','Populated Place',1457581,'2013-09-15 18:43:53','440257N','0720853W','East Corinth','VT'),(580,0,'Addison','2013-09-15 18:43:53',1132,'Goshen','Populated Place',1460914,'2013-09-15 18:43:53','435058N','0730119W','Brandon','VT'),(581,0,'Addison','2013-09-15 18:43:53',1453,'Goshen Four Corners','Locale',1460918,'2013-09-15 18:43:53','435032N','0725944W','Mount Carmel','VT'),(582,0,'Washington','2013-09-15 18:43:53',NULL,'Goslant Mill (historical)','Locale',1919069,'2013-09-15 18:43:53','Unknown','Unknown','Unknown','VT'),(583,0,'Caledonia','2013-09-15 18:43:53',1686,'Goslants Mill','Populated Place',1460423,'2013-09-15 18:43:53','442752N','0721309W','Joes Pond','VT'),(584,0,'Windsor','2013-09-15 18:43:53',292,'Goulds Mill','Populated Place',1457586,'2013-09-15 18:43:53','431616N','0722657W','Springfield','VT'),(585,0,'Windham','2013-09-15 18:43:53',843,'Grafton','Populated Place',1457591,'2013-09-15 18:43:53','431018N','0723622W','Saxtons River','VT'),(586,0,'Windham','2013-09-15 18:43:53',906,'Grafton Cross Country Ski Center','Locale',1920974,'2013-09-15 18:43:53','430904N','0723721W','Saxtons River','VT'),(587,0,'Windsor','2013-09-15 18:43:53',1027,'Grahamsville','Populated Place',1457594,'2013-09-15 18:43:53','432511N','0724224W','Ludlow','VT'),(588,0,'Essex','2013-09-15 18:43:53',1411,'Granby','Populated Place',1457595,'2013-09-15 18:43:53','443414N','0714531W','Gallup Mills','VT'),(589,0,'Grand Isle','2013-09-15 18:43:53',174,'Grand Isle','Populated Place',1457600,'2013-09-15 18:43:53','444321N','0731732W','South Hero','VT'),(590,0,'Grand Isle','2013-09-15 18:43:53',138,'Grand Isle County','Civil',1461763,'2013-09-15 18:43:53','444749N','0731741W','North Hero','VT'),(591,0,'Grand Isle','2013-09-15 18:43:53',95,'Grand Isle Ferry','Locale',1457602,'2013-09-15 18:43:53','444134N','0732142W','South Hero','VT'),(592,0,'Grand Isle','2013-09-15 18:43:53',220,'Grand Isle Station','Populated Place',1457604,'2013-09-15 18:43:53','444202N','0731945W','South Hero','VT'),(593,0,'Rutland','2013-09-15 18:43:53',846,'Grandview Acres','Populated Place',1921901,'2013-09-15 18:43:53','433644N','0725635W','Rutland','VT'),(594,0,'Addison','2013-09-15 18:43:53',285,'Grandview Grange','Locale',1918110,'2013-09-15 18:43:53','440521N','0731809W','Snake Mountain','VT'),(595,0,'Rutland','2013-09-15 18:43:53',522,'Grangerville','Populated Place',1921902,'2013-09-15 18:43:53','434324N','0730020W','Proctor','VT'),(596,0,'Washington','2013-09-15 18:43:53',1276,'Graniteville','Populated Place',1457608,'2013-09-15 18:43:53','440904N','0722934W','Barre East','VT'),(597,0,'Addison','2013-09-15 18:43:53',1001,'Granville','Populated Place',1460925,'2013-09-15 18:43:53','435905N','0725046W','Hancock','VT'),(598,0,'Rutland','2013-09-15 18:43:53',NULL,'Greeleys Mill (historical)','Locale',1921904,'2013-09-15 18:43:53','Unknown','Unknown','Unknown','VT'),(599,0,'Rutland','2013-09-15 18:43:53',814,'Green Acres','Populated Place',1921905,'2013-09-15 18:43:53','433728N','0725623W','Rutland','VT'),(600,0,'Caledonia','2013-09-15 18:43:53',1555,'Green Bay','Populated Place',1457627,'2013-09-15 18:43:53','441817N','0721208W','Peacham','VT'),(601,0,'Washington','2013-09-15 18:43:53',423,'Green Mountain Cabins','Locale',1457630,'2013-09-15 18:43:53','442133N','0724752W','Waterbury','VT'),(602,0,'Rutland','2013-09-15 18:43:53',591,'Green Mountain Camp','Locale',1457631,'2013-09-15 18:43:53','434453N','0731157W','Bomoseen','VT'),(603,0,'Franklin','2013-09-15 18:43:53',315,'Green Mountain Dairy Farm','Locale',2680740,'2013-09-15 18:43:53','445423N','0730142W','Highgate Center','VT'),(604,0,'Rutland','2013-09-15 18:43:53',1316,'Green Mountain Golf Course','Locale',1921908,'2013-09-15 18:43:53','434206N','0724927W','Pico Peak','VT'),(605,0,'Caledonia','2013-09-15 18:43:53',597,'Green Mountain Mall Shopping Center','Locale',1919522,'2013-09-15 18:43:53','442739N','0720050W','Saint Johnsbury','VT'),(606,0,'Rutland','2013-09-15 18:43:53',568,'Green Mountain Shopping Plaza Shopping Center','Locale',1921910,'2013-09-15 18:43:53','433510N','0725815W','Rutland','VT'),(607,0,'Orange','2013-09-15 18:43:53',666,'Green Mountain Touring Center','Locale',1921427,'2013-09-15 18:43:53','435514N','0723848W','Randolph','VT'),(608,0,'Windham','2013-09-15 18:43:53',702,'Green River','Populated Place',1457635,'2013-09-15 18:43:53','424633N','0724005W','Governors Mountain','VT'),(609,0,'Washington','2013-09-15 18:43:53',774,'Green Valley Campground','Locale',1919066,'2013-09-15 18:43:53','441609N','0723006W','Montpelier','VT'),(610,0,'Caledonia','2013-09-15 18:43:53',1119,'Greenbank Hollow','Populated Place',1460454,'2013-09-15 18:43:53','442238N','0720716W','Saint Johnsbury','VT'),(611,0,'Windsor','2013-09-15 18:43:53',604,'Greenbush','Populated Place',1457640,'2013-09-15 18:43:53','432501N','0723104W','Cavendish','VT'),(612,0,'Windsor','2013-09-15 18:43:53',1713,'Greendale Camp and Picnic Grounds','Locale',1461698,'2013-09-15 18:43:53','432103N','0724918W','Weston','VT'),(613,0,'Franklin','2013-09-15 18:43:53',400,'Greens Corners','Populated Place',1457643,'2013-09-15 18:43:53','445137N','0730156W','Saint Albans','VT'),(614,0,'Orleans','2013-09-15 18:43:53',1394,'Greensboro','Populated Place',1457644,'2013-09-15 18:43:53','443435N','0721744W','Caspian Lake','VT'),(615,0,'Orleans','2013-09-15 18:43:53',1178,'Greensboro Bend','Populated Place',1457645,'2013-09-15 18:43:53','443256N','0721553W','Caspian Lake','VT'),(616,0,'Orleans','2013-09-15 18:43:53',1165,'Greensboro Depot','Locale',1920010,'2013-09-15 18:43:53','443249N','0721550W','Caspian Lake','VT'),(617,0,'Rutland','2013-09-15 18:43:53',2014,'Greenwall Shelter','Locale',1461740,'2013-09-15 18:43:53','432628N','0725542W','Wallingford','VT'),(618,0,'Bennington','2013-09-15 18:43:53',2169,'Greenwood Lodge and Tent Sites','Locale',1920271,'2013-09-15 18:43:53','425244N','0730438W','Woodford','VT'),(619,0,'Addison','2013-09-15 18:43:53',121,'Griffins Ten Acre Campground','Locale',1918113,'2013-09-15 18:43:53','440152N','0732412W','Port Henry','VT'),(620,0,'Rutland','2013-09-15 18:43:53',2582,'Griffith Shelter','Locale',1461734,'2013-09-15 18:43:53','431809N','0725730W','Danby','VT'),(621,0,'Caledonia','2013-09-15 18:43:53',NULL,'Griswold Station (historical)','Locale',1919523,'2013-09-15 18:43:53','Unknown','Unknown','Unknown','VT'),(622,0,'Caledonia','2013-09-15 18:43:53',791,'Groton','Populated Place',1457657,'2013-09-15 18:43:53','441237N','0721143W','Groton','VT'),(623,0,'Windham','2013-09-15 18:43:53',2320,'Grout Pond Recreation Site','Locale',1461667,'2013-09-15 18:43:53','430244N','0725713W','Stratton Mountain','VT'),(624,0,'Windham','2013-09-15 18:43:53',1453,'Grove','Populated Place',1460424,'2013-09-15 18:43:53','424510N','0724236W','Governors Mountain','VT'),(625,0,'Bennington','2013-09-15 18:43:53',850,'Grove Picnic Shelter','Locale',1920272,'2013-09-15 18:43:53','430108N','0731053W','Arlington','VT'),(626,0,'Essex','2013-09-15 18:43:53',866,'Guildhall','Populated Place',1457666,'2013-09-15 18:43:53','443354N','0713335W','Groveton','VT'),(627,0,'Essex','2013-09-15 18:43:53',879,'Guildhall Station','Locale',1457667,'2013-09-15 18:43:53','443357N','0713528W','Groveton','VT'),(628,0,'Windham','2013-09-15 18:43:53',443,'Guilford','Populated Place',1457668,'2013-09-15 18:43:53','424904N','0723435W','Brattleboro','VT'),(629,0,'Windham','2013-09-15 18:43:53',712,'Guilford Center','Populated Place',1457669,'2013-09-15 18:43:53','424732N','0723729W','Governors Mountain','VT'),(630,0,'Bennington','2013-09-15 18:43:53',758,'Haines Manor','Populated Place',1920274,'2013-09-15 18:43:53','431024N','0730234W','Manchester','VT'),(631,0,'Rutland','2013-09-15 18:43:53',627,'Half Moon State Park Campground','Locale',1921912,'2013-09-15 18:43:53','434131N','0731258W','Bomoseen','VT'),(632,0,'Chittenden','2013-09-15 18:43:53',1841,'Halfway House','Locale',1457688,'2013-09-15 18:43:53','443145N','0725033W','Mount Mansfield','VT'),(633,0,'Windham','2013-09-15 18:43:53',1581,'Halifax','Populated Place',1457691,'2013-09-15 18:43:53','424611N','0724443W','Governors Mountain','VT'),(634,0,'Windham','2013-09-15 18:43:53',1184,'Hamilton Farm','Locale',2680837,'2013-09-15 18:43:53','425240N','0724020W','Newfane','VT'),(635,0,'Windsor','2013-09-15 18:43:53',997,'Hammondsville','Populated Place',1457708,'2013-09-15 18:43:53','432925N','0723311W','Cavendish','VT'),(636,0,'Addison','2013-09-15 18:43:53',906,'Hancock','Populated Place',1460955,'2013-09-15 18:43:53','435534N','0725028W','Hancock','VT'),(637,0,'Chittenden','2013-09-15 18:43:53',886,'Hanksville','Populated Place',1460960,'2013-09-15 18:43:53','441452N','0725743W','Mount Ellen','VT'),(638,0,'Bennington','2013-09-15 18:43:53',1496,'Hapgood Pond Camp and Picnic Grounds','Locale',1461716,'2013-09-15 18:43:53','431518N','0725237W','Danby','VT'),(639,0,'Bennington','2013-09-15 18:43:53',1542,'Hapgood Pond Camping Area','Locale',1920276,'2013-09-15 18:43:53','431511N','0725321W','Danby','VT'),(640,0,'Windsor','2013-09-15 18:43:53',1470,'Happy Hill Cabin','Locale',1457719,'2013-09-15 18:43:53','434338N','0722159W','Hanover','VT'),(641,0,'Chittenden','2013-09-15 18:43:53',131,'Harbor View Plaza Shopping Center','Locale',1918697,'2013-09-15 18:43:53','443303N','0731345W','Colchester','VT'),(642,0,'Windsor','2013-09-15 18:43:53',627,'Hardscrabble Corner','Populated Place',1457723,'2013-09-15 18:43:53','431542N','0722833W','Springfield','VT'),(643,0,'Caledonia','2013-09-15 18:43:53',814,'Hardwick','Populated Place',1457725,'2013-09-15 18:43:53','443017N','0722205W','Caspian Lake','VT'),(644,0,'Caledonia','2013-09-15 18:43:53',1168,'Hardwick Center','Populated Place',1457726,'2013-09-15 18:43:53','443147N','0722013W','Caspian Lake','VT'),(645,0,'Caledonia','2013-09-15 18:43:53',1381,'Hardwick Street','Populated Place',1457727,'2013-09-15 18:43:53','443259N','0721758W','Caspian Lake','VT'),(646,0,'Windham','2013-09-15 18:43:53',463,'Harmonyville','Populated Place',1460964,'2013-09-15 18:43:53','430218N','0723945W','Townshend','VT'),(647,0,'Windham','2013-09-15 18:43:53',1158,'Harriman Power Plant','Locale',1461794,'2013-09-15 18:43:53','424527N','0725540W','Readsboro','VT'),(648,0,'Windham','2013-09-15 18:43:53',515,'Harris Hill Ski Jump','Locale',2729630,'2013-09-15 18:43:53','425136N','0723418W','Brattleboro','VT'),(649,0,'Windham','2013-09-15 18:43:53',1365,'Harrisville','Populated Place',1457742,'2013-09-15 18:43:53','424856N','0724432W','Governors Mountain','VT'),(650,0,'Windsor','2013-09-15 18:43:53',394,'Hartford','Populated Place',1457745,'2013-09-15 18:43:53','433938N','0722018W','Hanover','VT'),(651,0,'Windsor','2013-09-15 18:43:53',597,'Hartland','Populated Place',1457747,'2013-09-15 18:43:53','433226N','0722356W','Hartland','VT'),(652,0,'Windsor','2013-09-15 18:43:53',627,'Hartland Four Corners','Populated Place',1457748,'2013-09-15 18:43:53','433247N','0722528W','Hartland','VT'),(653,0,'Essex','2013-09-15 18:43:53',1001,'Hartwellville','Populated Place',1457752,'2013-09-15 18:43:53','443848N','0715335W','West Burke','VT'),(654,0,'Caledonia','2013-09-15 18:43:53',1240,'Harvey Hollow','Populated Place',1457754,'2013-09-15 18:43:53','442300N','0720836W','Joes Pond','VT'),(655,0,'Addison','2013-09-15 18:43:53',249,'Harwood Farm','Locale',2723157,'2013-09-15 18:43:53','440512N','0731630W','Snake Mountain','VT'),(656,0,'Addison','2013-09-15 18:43:53',148,'Hatch Farm','Locale',2723158,'2013-09-15 18:43:53','441003N','0731954W','Vergennes West','VT'),(657,0,'Windham','2013-09-15 18:43:53',1732,'Haystack Golf and Country Club','Locale',1921006,'2013-09-15 18:43:53','425502N','0725257W','Mount Snow','VT'),(658,0,'Windham','2013-09-15 18:43:53',2684,'Haystack Mountain Ski Area','Locale',1461747,'2013-09-15 18:43:53','425525N','0725421W','Mount Snow','VT'),(659,0,'Windham','2013-09-15 18:43:53',2011,'Haystack Ski Center','Locale',1921007,'2013-09-15 18:43:53','425527N','0725344W','Mount Snow','VT'),(660,0,'Franklin','2013-09-15 18:43:53',850,'Hazens Notch Ski Touring Center','Locale',1920637,'2013-09-15 18:43:53','445237N','0723512W','Jay Peak','VT'),(661,0,'Washington','2013-09-15 18:43:53',95,'Head of Lake Champlain','Locale',952479,'2013-09-15 18:43:53','433434N','0732453W','Whitehall','NY'),(662,0,'Rutland','2013-09-15 18:43:53',1444,'Healdville','Populated Place',1460979,'2013-09-15 18:43:53','432553N','0724556W','Mount Holly','VT'),(663,0,'Windham','2013-09-15 18:43:53',922,'Hearts Bend Boys and Girls Camp','Locale',1921008,'2013-09-15 18:43:53','425950N','0724108W','Newfane','VT'),(664,0,'Bennington','2013-09-15 18:43:53',1781,'Heartwellville','Populated Place',1460980,'2013-09-15 18:43:53','424947N','0725915W','Readsboro','VT'),(665,0,'Franklin','2013-09-15 18:43:53',738,'Hectorville','Populated Place',1457789,'2013-09-15 18:43:53','445018N','0723630W','Hazens Notch','VT'),(666,0,'Rutland','2013-09-15 18:43:53',758,'Heritage Hill Development','Populated Place',1921917,'2013-09-15 18:43:53','433724N','0725639W','Rutland','VT'),(667,0,'Windham','2013-09-15 18:43:53',2205,'Hermitage Touring Center','Locale',1921010,'2013-09-15 18:43:53','425541N','0725355W','Mount Snow','VT'),(668,0,'Windsor','2013-09-15 18:43:53',1070,'Hewitts Corners','Populated Place',1457807,'2013-09-15 18:43:53','434324N','0722955W','Quechee','VT'),(669,0,'Windham','2013-09-15 18:43:53',338,'Hidden Acres Campground','Locale',1921011,'2013-09-15 18:43:53','425550N','0723215W','Putney','VT'),(670,0,'Bennington','2013-09-15 18:43:53',686,'Hidden Pasture Farm','Locale',2723114,'2013-09-15 18:43:53','424751N','0731456W','Pownal','VT'),(671,0,'Bennington','2013-09-15 18:43:53',978,'Hidden Valley','Populated Place',1920283,'2013-09-15 18:43:53','430003N','0731146W','Arlington','VT'),(672,0,'Windsor','2013-09-15 18:43:53',846,'Hidden Valley Campground','Locale',1922401,'2013-09-15 18:43:53','431738N','0723151W','Chester','VT'),(673,0,'Windsor','2013-09-15 18:43:53',1096,'Hideaway Campgrounds','Locale',1922402,'2013-09-15 18:43:53','432334N','0724031W','Ludlow','VT'),(674,0,'Franklin','2013-09-15 18:43:53',302,'Highgate Center','Populated Place',1457820,'2013-09-15 18:43:53','445620N','0730236W','Highgate Center','VT'),(675,0,'Franklin','2013-09-15 18:43:53',236,'Highgate Falls','Populated Place',1457822,'2013-09-15 18:43:53','445539N','0730259W','Highgate Center','VT'),(676,0,'Franklin','2013-09-15 18:43:53',384,'Highgate Shopping Plaza Shopping Center','Locale',1920647,'2013-09-15 18:43:53','445025N','0730443W','Saint Albans','VT'),(677,0,'Franklin','2013-09-15 18:43:53',118,'Highgate Springs','Populated Place',1457823,'2013-09-15 18:43:53','445846N','0730619W','Highgate Center','VT'),(678,0,'Windsor','2013-09-15 18:43:53',682,'Highland Golf Course','Locale',1922403,'2013-09-15 18:43:53','433859N','0722648W','Quechee','VT'),(679,0,'Caledonia','2013-09-15 18:43:53',1558,'Highland Green Camp','Locale',1919545,'2013-09-15 18:43:53','441945N','0721253W','Peacham','VT'),(680,0,'Bennington','2013-09-15 18:43:53',997,'Hildene Ski Touring Center','Locale',1920285,'2013-09-15 18:43:53','430849N','0730517W','Manchester','VT'),(681,0,'Bennington','2013-09-15 18:43:53',791,'Hildene Winter Sports Area','Locale',1461675,'2013-09-15 18:43:53','430942N','0730351W','Manchester','VT'),(682,0,'Franklin','2013-09-15 18:43:53',587,'Hill Farm Estates','Populated Place',1920649,'2013-09-15 18:43:53','444840N','0730400W','Saint Albans','VT'),(683,0,'Bennington','2013-09-15 18:43:53',1063,'Hill Top Farm','Locale',2723115,'2013-09-15 18:43:53','424707N','0731355W','Pownal','VT'),(684,0,'Chittenden','2013-09-15 18:43:53',341,'Hinesburg','Populated Place',1457839,'2013-09-15 18:43:53','441945N','0730638W','Hinesburg','VT'),(685,0,'Windham','2013-09-15 18:43:53',2221,'Hogback Ski Area (historical)','Locale',1457858,'2013-09-15 18:43:53','425106N','0724755W','Jacksonville','VT'),(686,0,'Bennington','2013-09-15 18:43:53',643,'Holden-Leonard Mill Complex','Locale',1920286,'2013-09-15 18:43:53','425320N','0731203W','Bennington','VT'),(687,0,'Orleans','2013-09-15 18:43:53',1191,'Holiday Hill Camp','Locale',1920024,'2013-09-15 18:43:53','444150N','0722117W','Craftsbury','VT'),(688,0,'Orleans','2013-09-15 18:43:53',1417,'Holland','Populated Place',1457867,'2013-09-15 18:43:53','445801N','0720008W','West Charleston','VT'),(689,0,'Chittenden','2013-09-15 18:43:53',125,'Holy Cross Camp','Locale',1457877,'2013-09-15 18:43:53','443302N','0731547W','Colchester Point','VT'),(690,0,'Franklin','2013-09-15 18:43:53',597,'Holyoke Farm','Locale',2633592,'2013-09-15 18:43:53','444639N','0730436W','Saint Albans','VT'),(691,0,'Franklin','2013-09-15 18:43:53',387,'Homestead Campgrounds','Locale',1920655,'2013-09-15 18:43:53','444127N','0730623W','Milton','VT'),(692,0,'Windsor','2013-09-15 18:43:53',1273,'Horseshoe Acres','Locale',1922408,'2013-09-15 18:43:53','431710N','0724246W','Andover','VT'),(693,0,'Rutland','2013-09-15 18:43:53',486,'Hortonia','Populated Place',1457899,'2013-09-15 18:43:53','434443N','0731323W','Bomoseen','VT'),(694,0,'Rutland','2013-09-15 18:43:53',1542,'Hortonville','Populated Place',1461006,'2013-09-15 18:43:53','432811N','0724817W','Mount Holly','VT'),(695,0,'Addison','2013-09-15 18:43:53',239,'Hough Crossing','Populated Place',1460425,'2013-09-15 18:43:53','434935N','0731903W','Orwell','VT'),(696,0,'Windham','2013-09-15 18:43:53',1106,'Houghtonville','Populated Place',1457910,'2013-09-15 18:43:53','431150N','0723845W','Windham','VT'),(697,0,'Windham','2013-09-15 18:43:53',1122,'Houghtonville','Populated Place',1921016,'2013-09-15 18:43:53','431154N','0723850W','Windham','VT'),(698,0,'Windsor','2013-09-15 18:43:53',318,'Hour Glass Country Club and Golf Course','Locale',1922409,'2013-09-15 18:43:53','433010N','0722323W','Hartland','VT'),(699,0,'Bennington','2013-09-15 18:43:53',840,'Howells Camping Area','Locale',1920288,'2013-09-15 18:43:53','430328N','0730820W','Arlington','VT'),(700,0,'Windsor','2013-09-15 18:43:53',285,'Hoyts Landing','Locale',1922413,'2013-09-15 18:43:53','431540N','0722558W','Springfield','VT'),(701,0,'Franklin','2013-09-15 18:43:53',394,'Hubbard Corner','Populated Place',1457923,'2013-09-15 18:43:53','444447N','0730646W','Milton','VT'),(702,0,'Rutland','2013-09-15 18:43:53',420,'Hubbardton','Populated Place',1457926,'2013-09-15 18:43:53','434226N','0731103W','Bomoseen','VT'),(703,0,'Addison','2013-09-15 18:43:53',453,'Huizenga Dairy Farm','Locale',2680739,'2013-09-15 18:43:53','441257N','0730944W','Vergennes East','VT'),(704,0,'Washington','2013-09-15 18:43:53',2762,'Hump Brook Tent Platforms','Locale',1919076,'2013-09-15 18:43:53','441825N','0725244W','Huntington','VT'),(705,0,'Chittenden','2013-09-15 18:43:53',617,'Huntington','Populated Place',1457937,'2013-09-15 18:43:53','441931N','0725914W','Huntington','VT'),(706,0,'Chittenden','2013-09-15 18:43:53',689,'Huntington Center','Populated Place',1457938,'2013-09-15 18:43:53','441749N','0725803W','Huntington','VT'),(707,0,'Franklin','2013-09-15 18:43:53',479,'Huntsville','Populated Place',1457941,'2013-09-15 18:43:53','444159N','0725903W','Gilson Mountain','VT'),(708,0,'Orleans','2013-09-15 18:43:53',650,'Hutchins','Populated Place',1457949,'2013-09-15 18:43:53','445134N','0723635W','Hazens Notch','VT'),(709,0,'Rutland','2013-09-15 18:43:53',404,'Hyde Manor','Populated Place',1457954,'2013-09-15 18:43:53','434700N','0731209W','Sudbury','VT'),(710,0,'Lamoille','2013-09-15 18:43:53',666,'Hyde Park','Populated Place',1457955,'2013-09-15 18:43:53','443538N','0723659W','Morrisville','VT'),(711,0,'Rutland','2013-09-15 18:43:53',436,'Hydeville','Populated Place',1457957,'2013-09-15 18:43:53','433620N','0731341W','Poultney','VT'),(712,0,'Caledonia','2013-09-15 18:43:53',942,'Idle Hours Campground','Locale',1919551,'2013-09-15 18:43:53','442914N','0722158W','Cabot','VT'),(713,0,'Grand Isle','2013-09-15 18:43:53',138,'Ingalls 4-H Camp','Locale',1918524,'2013-09-15 18:43:53','444624N','0731915W','North Hero','VT'),(714,0,'Bennington','2013-09-15 18:43:53',1345,'Intervale','Populated Place',1920290,'2013-09-15 18:43:53','430839N','0725319W','Peru','VT'),(715,0,'Rutland','2013-09-15 18:43:53',856,'Ira','Populated Place',1457969,'2013-09-15 18:43:53','433204N','0730343W','West Rutland','VT'),(716,0,'Orleans','2013-09-15 18:43:53',932,'Irasburg','Populated Place',1457972,'2013-09-15 18:43:53','444812N','0721646W','Irasburg','VT'),(717,0,'Washington','2013-09-15 18:43:53',774,'Irasville','Populated Place',1461016,'2013-09-15 18:43:53','441053N','0725025W','Waitsfield','VT'),(718,0,'Rutland','2013-09-15 18:43:53',906,'Iroquois Land Family Campground','Locale',1921945,'2013-09-15 18:43:53','433333N','0725628W','Rutland','VT'),(719,0,'Essex','2013-09-15 18:43:53',1188,'Island Pond','Populated Place',1457977,'2013-09-15 18:43:53','444853N','0715249W','Island Pond','VT'),(720,0,'Grand Isle','2013-09-15 18:43:53',118,'Isle La Motte Lighthouse','Locale',1918528,'2013-09-15 18:43:53','445424N','0732036W','Rouses Point','VT'),(721,0,'Grand Isle','2013-09-15 18:43:53',184,'Isle la Motte','Populated Place',1457979,'2013-09-15 18:43:53','445237N','0732019W','Rouses Point','VT'),(722,0,'Lamoille','2013-09-15 18:43:53',548,'Ithiel Falls','Populated Place',1460426,'2013-09-15 18:43:53','443857N','0724328W','Johnson','VT'),(723,0,'Orange','2013-09-15 18:43:53',1480,'Jackson Corner','Populated Place',1460427,'2013-09-15 18:43:53','440514N','0723101W','Brookfield','VT'),(724,0,'Windham','2013-09-15 18:43:53',1358,'Jacksonville','Populated Place',1457983,'2013-09-15 18:43:53','424749N','0724918W','Jacksonville','VT'),(725,0,'Chittenden','2013-09-15 18:43:53',128,'Jakes Marina','Locale',1460500,'2013-09-15 18:43:53','443245N','0731306W','Colchester','VT'),(726,0,'Windham','2013-09-15 18:43:53',715,'Jamaica','Populated Place',1461018,'2013-09-15 18:43:53','430601N','0724642W','Jamaica','VT'),(727,0,'Orleans','2013-09-15 18:43:53',922,'Jay','Populated Place',1457991,'2013-09-15 18:43:53','445651N','0722613W','North Troy','VT'),(728,0,'Orleans','2013-09-15 18:43:53',2257,'Jay Camp','Locale',1457994,'2013-09-15 18:43:53','445448N','0723018W','Jay Peak','VT'),(729,0,'Lamoille','2013-09-15 18:43:53',466,'Jeffersonville','Populated Place',1457997,'2013-09-15 18:43:53','443838N','0724945W','Jeffersonville','VT'),(730,0,'Windsor','2013-09-15 18:43:54',994,'Jenneville','Populated Place',1460428,'2013-09-15 18:43:54','433204N','0722921W','Hartland','VT'),(731,0,'Windsor','2013-09-15 18:43:54',1063,'Jericho','Populated Place',1458000,'2013-09-15 18:43:54','434210N','0722223W','Hanover','VT'),(732,0,'Chittenden','2013-09-15 18:43:54',564,'Jericho','Populated Place',1458001,'2013-09-15 18:43:54','443014N','0725951W','Underhill','VT'),(733,0,'Chittenden','2013-09-15 18:43:54',758,'Jericho Center','Populated Place',1458003,'2013-09-15 18:43:54','442808N','0725820W','Richmond','VT'),(734,0,'Windsor','2013-09-15 18:43:54',1647,'Jerusalem','Populated Place',1461021,'2013-09-15 18:43:54','435018N','0724625W','Rochester','VT'),(735,0,'Addison','2013-09-15 18:43:54',1463,'Jerusalem','Populated Place',1461022,'2013-09-15 18:43:54','441011N','0725813W','Mount Ellen','VT'),(736,0,'Addison','2013-09-15 18:43:54',NULL,'Jerusalem (historical)','Populated Place',1918128,'2013-09-15 18:43:54','Unknown','Unknown','Unknown','VT'),(737,0,'Lamoille','2013-09-15 18:43:54',499,'Johnson','Populated Place',1458021,'2013-09-15 18:43:54','443808N','0724049W','Johnson','VT'),(738,0,'Lamoille','2013-09-15 18:43:54',492,'Johnson Shopping Center','Locale',1918376,'2013-09-15 18:43:54','443807N','0724056W','Johnson','VT'),(739,0,'Addison','2013-09-15 18:43:54',125,'Jones Dock','Locale',1458034,'2013-09-15 18:43:54','435831N','0732422W','Crown Point','VT'),(740,0,'Chittenden','2013-09-15 18:43:54',325,'Jonesville','Populated Place',1458039,'2013-09-15 18:43:54','442302N','0725615W','Richmond','VT'),(741,0,'Essex','2013-09-15 18:43:54',856,'Joslin Turn','Locale',1458043,'2013-09-15 18:43:54','442140N','0715041W','Littleton','VT'),(742,0,'Orleans','2013-09-15 18:43:54',1598,'Journeys End Camp','Locale',1458044,'2013-09-15 18:43:54','450017N','0722838W','North Troy OE N','VT'),(743,0,'Franklin','2013-09-15 18:43:54',95,'Kamp Kill Kare (historical)','Locale',1920670,'2013-09-15 18:43:54','444553N','0731053W','Saint Albans Bay','VT'),(744,0,'Bennington','2013-09-15 18:43:54',827,'Kansas','Populated Place',1461036,'2013-09-15 18:43:54','430328N','0730751W','Arlington','VT'),(745,0,'Addison','2013-09-15 18:43:54',148,'Kayhart Dairy','Locale',2723112,'2013-09-15 18:43:54','440239N','0732454W','Port Henry','VT'),(746,0,'Grand Isle','2013-09-15 18:43:54',108,'Keeler Bay','Populated Place',1458056,'2013-09-15 18:43:54','443935N','0731910W','South Hero','VT'),(747,0,'Orleans','2013-09-15 18:43:54',NULL,'Keenes Corner (historical)','Locale',1920044,'2013-09-15 18:43:54','Unknown','Unknown','Unknown','VT'),(748,0,'Bennington','2013-09-15 18:43:54',2149,'Kelley Stand','Locale',1461039,'2013-09-15 18:43:54','430312N','0730317W','Sunderland','VT'),(749,0,'Windsor','2013-09-15 18:43:54',581,'Kendricks Corner','Populated Place',1458067,'2013-09-15 18:43:54','432044N','0723116W','Chester','VT'),(750,0,'Orange','2013-09-15 18:43:54',1145,'Kennedy Corners','Populated Place',1921453,'2013-09-15 18:43:54','440055N','0722548W','Washington','VT'),(751,0,'Addison','2013-09-15 18:43:54',184,'Kennland Farms','Locale',2723159,'2013-09-15 18:43:54','440758N','0731713W','Vergennes West','VT'),(752,0,'Windham','2013-09-15 18:43:54',479,'Kenolie Village Campground','Locale',1921042,'2013-09-15 18:43:54','425900N','0723821W','Newfane','VT'),(753,0,'Washington','2013-09-15 18:43:54',1125,'Kents Corners','Populated Place',1458073,'2013-09-15 18:43:54','442207N','0722906W','Plainfield','VT'),(754,0,'Washington','2013-09-15 18:43:54',751,'Kenyon Sawmill (historical)','Locale',1919093,'2013-09-15 18:43:54','442345N','0724634W','Bolton Mountain','VT'),(755,0,'Caledonia','2013-09-15 18:43:54',1470,'Kettle Pond Group Camping Area','Locale',1919565,'2013-09-15 18:43:54','441740N','0721828W','Marshfield','VT'),(756,0,'Bennington','2013-09-15 18:43:54',2749,'Kid Gore Shelter','Locale',1461674,'2013-09-15 18:43:54','430055N','0730233W','Sunderland','VT'),(757,0,'Rutland','2013-09-15 18:43:54',1286,'Killington','Populated Place',1848619,'2013-09-15 18:43:54','434039N','0724647W','Pico Peak','VT'),(758,0,'Rutland','2013-09-15 18:43:54',2005,'Killington Basin Ski Center','Locale',1921951,'2013-09-15 18:43:54','433813N','0724741W','Pico Peak','VT'),(759,0,'Rutland','2013-09-15 18:43:54',1529,'Killington Gateway','Locale',1921952,'2013-09-15 18:43:54','433915N','0725313W','Chittenden','VT'),(760,0,'Rutland','2013-09-15 18:43:54',2218,'Killington Golf Course','Locale',1921953,'2013-09-15 18:43:54','433742N','0724749W','Pico Peak','VT'),(761,0,'Rutland','2013-09-15 18:43:54',784,'Killington Heights','Populated Place',1921954,'2013-09-15 18:43:54','433617N','0725635W','Rutland','VT'),(762,0,'Rutland','2013-09-15 18:43:54',2585,'Killington Ski Area','Locale',1458087,'2013-09-15 18:43:54','433712N','0724823W','Killington Peak','VT'),(763,0,'Rutland','2013-09-15 18:43:54',2008,'Killington Village','Populated Place',1921955,'2013-09-15 18:43:54','433824N','0724736W','Pico Peak','VT'),(764,0,'Chittenden','2013-09-15 18:43:54',341,'Kirby Corner','Populated Place',1458110,'2013-09-15 18:43:54','442718N','0730723W','Essex Junction','VT'),(765,0,'Windsor','2013-09-15 18:43:54',1991,'Knee Lookout','Locale',1922432,'2013-09-15 18:43:54','432725N','0722704W','Windsor','VT'),(766,0,'Orange','2013-09-15 18:43:54',NULL,'Koes (historical)','Populated Place',1921459,'2013-09-15 18:43:54','Unknown','Unknown','Unknown','VT'),(767,0,'Windham','2013-09-15 18:43:54',492,'Kurn Hattin Home','Locale',1458123,'2013-09-15 18:43:54','430353N','0722832W','Walpole','VT'),(768,0,'Chittenden','2013-09-15 18:43:54',361,'Kwiniaska Golf Course','Locale',1918743,'2013-09-15 18:43:54','442348N','0731151W','Burlington','VT'),(769,0,'Essex','2013-09-15 18:43:54',1348,'Lake','Locale',1458133,'2013-09-15 18:43:54','445705N','0715035W','Norton Pond','VT'),(770,0,'Rutland','2013-09-15 18:43:54',430,'Lake Bomoseen Campground','Locale',1921957,'2013-09-15 18:43:54','434113N','0731112W','Bomoseen','VT'),(771,0,'Orange','2013-09-15 18:43:54',1375,'Lake Champagne Campground','Locale',1921461,'2013-09-15 18:43:54','435652N','0723620W','Randolph Center','VT'),(772,0,'Addison','2013-09-15 18:43:54',597,'Lake Dumore Kampersville','Locale',1918137,'2013-09-15 18:43:54','435524N','0730504W','East Middlebury','VT'),(773,0,'Addison','2013-09-15 18:43:54',571,'Lake Dunmore','Populated Place',1461054,'2013-09-15 18:43:54','435432N','0730513W','East Middlebury','VT'),(774,0,'Lamoille','2013-09-15 18:43:54',1152,'Lake Elmore','Populated Place',1458136,'2013-09-15 18:43:54','443233N','0723131W','Morrisville','VT'),(775,0,'Orleans','2013-09-15 18:43:54',709,'Lake Park','Populated Place',1458139,'2013-09-15 18:43:54','445940N','0721139W','Newport','VT'),(776,0,'Rutland','2013-09-15 18:43:54',509,'Lake Saint Catherine Golf Course','Locale',1921958,'2013-09-15 18:43:54','432920N','0731203W','Wells','VT'),(777,0,'Essex','2013-09-15 18:43:54',NULL,'Lake Station (historical)','Locale',1919355,'2013-09-15 18:43:54','Unknown','Unknown','Unknown','VT'),(778,0,'Windsor','2013-09-15 18:43:54',614,'Lakeland Golf Course','Locale',1922434,'2013-09-15 18:43:54','433848N','0722625W','Quechee','VT'),(779,0,'Caledonia','2013-09-15 18:43:54',1142,'Lakeside','Populated Place',1460429,'2013-09-15 18:43:54','441506N','0721544W','Marshfield','VT'),(780,0,'Lamoille','2013-09-15 18:43:54',1263,'Lakeview Campground','Locale',1918381,'2013-09-15 18:43:54','444310N','0723048W','Eden','VT'),(781,0,'Franklin','2013-09-15 18:43:54',115,'Lakewood Campground','Locale',1920674,'2013-09-15 18:43:54','445734N','0731218W','East Alburg','VT'),(782,0,'Lamoille','2013-09-15 18:43:54',574,'Lamoille County','Civil',1461764,'2013-09-15 18:43:54','443621N','0723829W','Sterling Mountain','VT'),(783,0,'Lamoille','2013-09-15 18:43:54',679,'Lamoille Valley Railroad Depot','Locale',1918388,'2013-09-15 18:43:54','443428N','0723600W','Morrisville','VT'),(784,0,'Caledonia','2013-09-15 18:43:54',830,'Lamothe Dairy Farm','Locale',2680737,'2013-09-15 18:43:54','442153N','0720130W','Barnet','VT'),(785,0,'Bennington','2013-09-15 18:43:54',1453,'Landgrove Town Center','Populated Place',1920300,'2013-09-15 18:43:54','431412N','0725153W','Londonderry','VT'),(786,0,'Washington','2013-09-15 18:43:54',1381,'Lanesboro','Populated Place',1458159,'2013-09-15 18:43:54','441826N','0721840W','Marshfield','VT'),(787,0,'Addison','2013-09-15 18:43:54',105,'Larrabees Point Station','Locale',1458169,'2013-09-15 18:43:54','435056N','0732201W','Orwell','VT'),(788,0,'Orleans','2013-09-15 18:43:54',2615,'Laura Woodward Camp','Locale',1458170,'2013-09-15 18:43:54','445614N','0723159W','Jay Peak','VT'),(789,0,'Windham','2013-09-15 18:43:54',1795,'Lawrence Four Corners','Locale',1458175,'2013-09-15 18:43:54','431149N','0724308W','Windham','VT'),(790,0,'Bennington','2013-09-15 18:43:54',NULL,'Lawrence Mill (historical)','Locale',1920302,'2013-09-15 18:43:54','Unknown','Unknown','Unknown','VT'),(791,0,'Washington','2013-09-15 18:43:54',1230,'Lazy Lions Campground','Locale',1919099,'2013-09-15 18:43:54','440925N','0722943W','Barre East','VT'),(792,0,'Addison','2013-09-15 18:43:54',443,'Leicester','Populated Place',1461063,'2013-09-15 18:43:54','435200N','0730628W','Brandon','VT'),(793,0,'Addison','2013-09-15 18:43:54',361,'Leicester Junction','Populated Place',1458191,'2013-09-15 18:43:54','435121N','0730901W','Sudbury','VT'),(794,0,'Essex','2013-09-15 18:43:54',997,'Lennington','Populated Place',1460430,'2013-09-15 18:43:54','445129N','0713303W','Tinkerville','VT'),(795,0,'Windsor','2013-09-15 18:43:54',397,'Lewiston','Populated Place',1458202,'2013-09-15 18:43:54','434214N','0721800W','Hanover','VT'),(796,0,'Windsor','2013-09-15 18:43:54',1004,'Lilliesville','Populated Place',1458207,'2013-09-15 18:43:54','434910N','0724138W','Bethel','VT'),(797,0,'Orange','2013-09-15 18:43:54',922,'Limehurst Lake Campground','Locale',1921466,'2013-09-15 18:43:54','440601N','0723254W','Brookfield','VT'),(798,0,'Addison','2013-09-15 18:43:54',965,'Lincoln','Populated Place',1461069,'2013-09-15 18:43:54','440621N','0725949W','Lincoln','VT'),(799,0,'Orleans','2013-09-15 18:43:54',689,'Lindsay Beach','Populated Place',1460431,'2013-09-15 18:43:54','445815N','0721119W','Newport','VT'),(800,0,'Rutland','2013-09-15 18:43:54',1909,'Little Rock Pond Shelter','Locale',1461736,'2013-09-15 18:43:54','432405N','0725724W','Wallingford','VT'),(801,0,'Washington','2013-09-15 18:43:54',702,'Little Woolen Company Mill (historical)','Locale',1919101,'2013-09-15 18:43:54','441812N','0722650W','Plainfield','VT'),(802,0,'Windham','2013-09-15 18:43:54',535,'Living Memorial Park Ski Area','Locale',1921056,'2013-09-15 18:43:54','425045N','0723512W','Brattleboro','VT'),(803,0,'Windham','2013-09-15 18:43:54',1145,'Londonderry','Populated Place',1461093,'2013-09-15 18:43:54','431335N','0724823W','Londonderry','VT'),(804,0,'Windsor','2013-09-15 18:43:54',548,'Lone Oak Farm','Locale',2680830,'2013-09-15 18:43:54','435048N','0723518W','South Royalton','VT'),(805,0,'Chittenden','2013-09-15 18:43:54',144,'Lone Pine Campsite','Locale',1918747,'2013-09-15 18:43:54','443334N','0731102W','Colchester','VT'),(806,0,'Essex','2013-09-15 18:43:54',1578,'Lost Nation','Populated Place',1460432,'2013-09-15 18:43:54','444149N','0715037W','Seneca Mountain','VT'),(807,0,'Rutland','2013-09-15 18:43:54',2231,'Lost Pond Shelter','Locale',1461731,'2013-09-15 18:43:54','432044N','0725710W','Danby','VT'),(808,0,'Orleans','2013-09-15 18:43:54',981,'Lowell','Populated Place',1458296,'2013-09-15 18:43:54','444757N','0722653W','Lowell','VT'),(809,0,'Orleans','2013-09-15 18:43:54',997,'Lowell Plain','Locale',1920054,'2013-09-15 18:43:54','444802N','0722650W','Lowell','VT'),(810,0,'Orange','2013-09-15 18:43:54',722,'Lower Branch','Locale',1921469,'2013-09-15 18:43:54','435650N','0724238W','Randolph','VT'),(811,0,'Washington','2013-09-15 18:43:54',932,'Lower Cabot','Populated Place',1458298,'2013-09-15 18:43:54','442325N','0721957W','Cabot','VT'),(812,0,'Addison','2013-09-15 18:43:54',965,'Lower Granville','Populated Place',1461104,'2013-09-15 18:43:54','435806N','0725034W','Hancock','VT'),(813,0,'Orange','2013-09-15 18:43:54',446,'Lower Plain Piermont Station','Locale',1458303,'2013-09-15 18:43:54','435854N','0720712W','Piermont','VT'),(814,0,'Lamoille','2013-09-15 18:43:54',692,'Lower Village','Populated Place',1458306,'2013-09-15 18:43:54','442722N','0724139W','Stowe','VT'),(815,0,'Caledonia','2013-09-15 18:43:54',807,'Lower Waterford','Populated Place',1458307,'2013-09-15 18:43:54','442116N','0715425W','Lower Waterford','VT'),(816,0,'Washington','2013-09-15 18:43:54',1188,'Lower Websterville','Populated Place',1458309,'2013-09-15 18:43:54','441005N','0722841W','Barre East','VT'),(817,0,'Windsor','2013-09-15 18:43:54',1001,'Ludlow','Populated Place',1458312,'2013-09-15 18:43:54','432345N','0724202W','Ludlow','VT'),(818,0,'Windsor','2013-09-15 18:43:54',988,'Ludlow Shopping Plaza Shopping Center','Locale',1922451,'2013-09-15 18:43:54','432347N','0724201W','Ludlow','VT'),(819,0,'Rutland','2013-09-15 18:43:54',1886,'Lula Tye Shelter','Locale',1461738,'2013-09-15 18:43:54','432352N','0725720W','Wallingford','VT'),(820,0,'Essex','2013-09-15 18:43:54',1178,'Lunenburg','Populated Place',1458315,'2013-09-15 18:43:54','442747N','0714055W','Gilman','VT'),(821,0,'Windsor','2013-09-15 18:43:54',1263,'Lympus','Populated Place',1458842,'2013-09-15 18:43:54','434920N','0724308W','Bethel','VT'),(822,0,'Caledonia','2013-09-15 18:43:54',735,'Lyndon','Populated Place',1458321,'2013-09-15 18:43:54','443051N','0720039W','Lyndonville','VT'),(823,0,'Caledonia','2013-09-15 18:43:54',715,'Lyndon Center','Populated Place',1458322,'2013-09-15 18:43:54','443214N','0720046W','Lyndonville','VT'),(824,0,'Caledonia','2013-09-15 18:43:54',725,'Lyndon Center','Populated Place',1919576,'2013-09-15 18:43:54','443222N','0720045W','Lyndonville','VT'),(825,0,'Caledonia','2013-09-15 18:43:54',1102,'Lyndon Outing Club Ski Area','Locale',1919584,'2013-09-15 18:43:54','443101N','0715827W','Burke Mountain','VT'),(826,0,'Caledonia','2013-09-15 18:43:54',709,'Lyndonville','Populated Place',1458324,'2013-09-15 18:43:54','443201N','0720011W','Lyndonville','VT'),(827,0,'Bennington','2013-09-15 18:43:54',2073,'MacIntyre','Populated Place',1461112,'2013-09-15 18:43:54','430126N','0730416W','Sunderland','VT'),(828,0,'Caledonia','2013-09-15 18:43:54',935,'Mackville','Populated Place',1458328,'2013-09-15 18:43:54','442924N','0722205W','Cabot','VT'),(829,0,'Washington','2013-09-15 18:43:54',1650,'Mad River Glen Nordic Ski Center','Locale',1919104,'2013-09-15 18:43:54','441208N','0725505W','Mount Ellen','VT'),(830,0,'Washington','2013-09-15 18:43:54',2073,'Mad River Glen Ski Area','Locale',1461798,'2013-09-15 18:43:54','441203N','0725528W','Mount Ellen','VT'),(831,0,'Bennington','2013-09-15 18:43:54',2861,'Mad Tom Shelter','Locale',1461689,'2013-09-15 18:43:54','431448N','0725615W','Peru','VT'),(832,0,'Windham','2013-09-15 18:43:54',2057,'Magic Mountain Winter Sports Area','Locale',1461680,'2013-09-15 18:43:54','431148N','0724553W','Londonderry','VT'),(833,0,'Essex','2013-09-15 18:43:54',860,'Maidstone','Populated Place',1460433,'2013-09-15 18:43:54','443855N','0713419W','Stratford','VT'),(834,0,'Chittenden','2013-09-15 18:43:54',377,'Maille Dairy Farm','Locale',2680735,'2013-09-15 18:43:54','442402N','0731036W','Burlington','VT'),(835,0,'Windham','2013-09-15 18:43:54',1368,'Majic Mountain Ski Center','Locale',1921060,'2013-09-15 18:43:54','431207N','0724621W','Londonderry','VT'),(836,0,'Chittenden','2013-09-15 18:43:54',105,'Mallets Bay Yacht Club','Locale',1460498,'2013-09-15 18:43:54','443303N','0731335W','Colchester','VT'),(837,0,'Chittenden','2013-09-15 18:43:54',141,'Malletts Bay','Populated Place',1456301,'2013-09-15 18:43:54','443240N','0731255W','Colchester','VT'),(838,0,'Chittenden','2013-09-15 18:43:54',144,'Malletts Bay Campground','Locale',1918753,'2013-09-15 18:43:54','443238N','0731259W','Colchester','VT'),(839,0,'Chittenden','2013-09-15 18:43:54',125,'Malletts Bay Marina','Locale',1460499,'2013-09-15 18:43:54','443247N','0731313W','Colchester','VT'),(840,0,'Bennington','2013-09-15 18:43:54',883,'Manchester','Populated Place',1461117,'2013-09-15 18:43:54','430949N','0730420W','Manchester','VT'),(841,0,'Bennington','2013-09-15 18:43:54',745,'Manchester Center','Populated Place',1461118,'2013-09-15 18:43:54','431037N','0730325W','Manchester','VT'),(842,0,'Bennington','2013-09-15 18:43:54',728,'Manchester Commons Shopping Center','Locale',1920312,'2013-09-15 18:43:54','431035N','0730323W','Manchester','VT'),(843,0,'Bennington','2013-09-15 18:43:54',709,'Manchester Depot','Populated Place',1461119,'2013-09-15 18:43:54','431026N','0730208W','Manchester','VT'),(844,0,'Bennington','2013-09-15 18:43:54',755,'Manchester Golf Course','Locale',1920314,'2013-09-15 18:43:54','431220N','0730121W','Manchester','VT'),(845,0,'Bennington','2013-09-15 18:43:54',699,'Manchester Shopping Center','Locale',1920316,'2013-09-15 18:43:54','431031N','0730312W','Manchester','VT'),(846,0,'Bennington','2013-09-15 18:43:54',686,'Manchester Square Shopping Center','Locale',1920317,'2013-09-15 18:43:54','431023N','0730258W','Manchester','VT'),(847,0,'Washington','2013-09-15 18:43:54',1250,'Maple Corner','Populated Place',1458345,'2013-09-15 18:43:54','442233N','0722941W','Woodbury','VT'),(848,0,'Franklin','2013-09-15 18:43:54',646,'Maple Grove Campground','Locale',1920680,'2013-09-15 18:43:54','444227N','0730213W','Milton','VT'),(849,0,'Windsor','2013-09-15 18:43:54',574,'Maple Leaf Campground','Locale',1922456,'2013-09-15 18:43:54','433825N','0722047W','Hanover','VT'),(850,0,'Windham','2013-09-15 18:43:54',932,'Maple Valley Ski Center','Locale',1921062,'2013-09-15 18:43:54','425633N','0723737W','Newfane','VT'),(851,0,'Franklin','2013-09-15 18:43:54',112,'Maquam','Populated Place',1458351,'2013-09-15 18:43:54','445503N','0730939W','East Alburg','VT'),(852,0,'Chittenden','2013-09-15 18:43:54',112,'Marble Island Golf and Yacht Club','Locale',1460497,'2013-09-15 18:43:54','443409N','0731357W','Colchester','VT'),(853,0,'Grand Isle','2013-09-15 18:43:54',95,'Marina International','Locale',1918534,'2013-09-15 18:43:54','445008N','0731813W','North Hero','VT'),(854,0,'Windham','2013-09-15 18:43:54',1745,'Marlboro','Populated Place',1458357,'2013-09-15 18:43:54','425134N','0724333W','Governors Mountain','VT'),(855,0,'Rutland','2013-09-15 18:43:54',692,'Marolin Acres','Populated Place',1921968,'2013-09-15 18:43:54','433716N','0725802W','Rutland','VT'),(856,0,'Washington','2013-09-15 18:43:54',804,'Marshfield','Populated Place',1458364,'2013-09-15 18:43:54','442103N','0722114W','Marshfield','VT'),(857,0,'Washington','2013-09-15 18:43:54',1181,'Marshfield Station','Locale',1458368,'2013-09-15 18:43:54','442014N','0722119W','Marshfield','VT'),(858,0,'Bennington','2013-09-15 18:43:54',771,'Maryville Campground','Locale',1920326,'2013-09-15 18:43:54','431541N','0730032W','Dorset','VT'),(859,0,'Grand Isle','2013-09-15 18:43:54',131,'Maycrest Camp','Locale',1460481,'2013-09-15 18:43:54','444325N','0731628W','South Hero','VT'),(860,0,'Chittenden','2013-09-15 18:43:54',112,'Mayes Boat Landing Ramp','Locale',1460505,'2013-09-15 18:43:54','443146N','0731621W','Colchester Point','VT'),(861,0,'Bennington','2013-09-15 18:43:54',718,'Maynard Sawmill (historical)','Locale',1920325,'2013-09-15 18:43:54','431701N','0730009W','Dorset','VT'),(862,0,'Addison','2013-09-15 18:43:54',105,'McCuen Slang Waterfowl Area','Locale',1918157,'2013-09-15 18:43:54','440125N','0732351W','Port Henry','VT'),(863,0,'Caledonia','2013-09-15 18:43:54',486,'McIndoe Falls','Populated Place',1458395,'2013-09-15 18:43:54','441541N','0720345W','Barnet','VT'),(864,0,'Windsor','2013-09-15 18:43:54',1306,'Meadow Brook Farms Campground','Locale',1922460,'2013-09-15 18:43:54','432718N','0723903W','Ludlow','VT'),(865,0,'Orleans','2013-09-15 18:43:54',1293,'Meadow Brook Girl Scout Camp','Locale',1920059,'2013-09-15 18:43:54','445944N','0720517W','West Charleston','VT'),(866,0,'Chittenden','2013-09-15 18:43:54',443,'Mechanicsville','Populated Place',1458412,'2013-09-15 18:43:54','442038N','0730619W','Hinesburg','VT'),(867,0,'Windham','2013-09-15 18:43:54',1535,'Medburyville','Populated Place',1461138,'2013-09-15 18:43:54','425213N','0725513W','Readsboro','VT'),(868,0,'Bennington','2013-09-15 18:43:54',2398,'Mellville Nanheim Shelter','Locale',1461662,'2013-09-15 18:43:54','425324N','0730546W','Woodford','VT'),(869,0,'Franklin','2013-09-15 18:43:54',98,'Melville Landing','Populated Place',1458417,'2013-09-15 18:43:54','444541N','0730955W','Saint Albans Bay','VT'),(870,0,'Rutland','2013-09-15 18:43:54',1030,'Mendon','Populated Place',1461139,'2013-09-15 18:43:54','433905N','0725537W','Chittenden','VT'),(871,0,'Rutland','2013-09-15 18:43:54',1027,'Mendon Fish and Game Club','Locale',1921973,'2013-09-15 18:43:54','434027N','0725633W','Chittenden','VT'),(872,0,'Orleans','2013-09-15 18:43:54',1168,'Merrill Corner','Populated Place',1460434,'2013-09-15 18:43:54','444212N','0722019W','Craftsbury','VT'),(873,0,'Franklin','2013-09-15 18:43:54',869,'Merrill Four Corners','Locale',1920688,'2013-09-15 18:43:54','444520N','0730201W','Saint Albans','VT'),(874,0,'Rutland','2013-09-15 18:43:54',1450,'Michigan','Populated Place',1461143,'2013-09-15 18:43:54','434722N','0725305W','Mount Carmel','VT'),(875,0,'Addison','2013-09-15 18:43:54',390,'Middlebury','Populated Place',1458435,'2013-09-15 18:43:54','440055N','0731002W','Middlebury','VT'),(876,0,'Addison','2013-09-15 18:43:54',2231,'Middlebury College Snow Bowl','Area',1461147,'2013-09-15 18:43:54','435550N','0725721W','Bread Loaf','VT'),(877,0,'Addison','2013-09-15 18:43:54',466,'Middlebury Country Club','Locale',1461799,'2013-09-15 18:43:54','435958N','0731056W','Cornwall','VT'),(878,0,'Addison','2013-09-15 18:43:54',436,'Middlebury Waterworks','Locale',1461800,'2013-09-15 18:43:54','440012N','0730558W','South Mountain','VT'),(879,0,'Washington','2013-09-15 18:43:54',535,'Middlesex','Populated Place',1458438,'2013-09-15 18:43:54','441734N','0724045W','Middlesex','VT'),(880,0,'Washington','2013-09-15 18:43:54',1194,'Middlesex Center','Locale',1458439,'2013-09-15 18:43:54','442009N','0723804W','Middlesex','VT'),(881,0,'Windsor','2013-09-15 18:43:54',1558,'Middletown','Populated Place',1458443,'2013-09-15 18:43:54','431702N','0724348W','Andover','VT'),(882,0,'Rutland','2013-09-15 18:43:54',896,'Middletown Springs','Populated Place',1458445,'2013-09-15 18:43:54','432908N','0730705W','Middletown Springs','VT'),(883,0,'Essex','2013-09-15 18:43:54',1040,'Miles Pond','Populated Place',1458451,'2013-09-15 18:43:54','442650N','0714747W','Miles Pond','VT'),(884,0,'Orleans','2013-09-15 18:43:54',837,'Mill Brook Campground','Locale',1920060,'2013-09-15 18:43:54','445312N','0722553W','North Troy','VT'),(885,0,'Franklin','2013-09-15 18:43:54',427,'Mill Pond Campground','Locale',1920690,'2013-09-15 18:43:54','445935N','0725041W','Enosburg Falls','VT'),(886,0,'Orange','2013-09-15 18:43:54',1017,'Mill Village','Populated Place',1458471,'2013-09-15 18:43:54','435738N','0721756W','Vershire','VT'),(887,0,'Washington','2013-09-15 18:43:54',436,'Mill Village','Populated Place',1458472,'2013-09-15 18:43:54','442029N','0724452W','Middlesex','VT'),(888,0,'Essex','2013-09-15 18:43:54',1240,'Mill Village','Populated Place',1458473,'2013-09-15 18:43:54','442951N','0713935W','Gilman','VT'),(889,0,'Orleans','2013-09-15 18:43:54',1063,'Mill Village','Populated Place',1458474,'2013-09-15 18:43:54','443958N','0722231W','Albany','VT'),(890,0,'Windsor','2013-09-15 18:43:54',666,'Millbrook','Populated Place',1460435,'2013-09-15 18:43:54','434328N','0722722W','Quechee','VT'),(891,0,'Franklin','2013-09-15 18:43:54',443,'Miller Camp (historical)','Locale',1920689,'2013-09-15 18:43:54','445913N','0725120W','Enosburg Falls','VT'),(892,0,'Caledonia','2013-09-15 18:43:54',NULL,'Miller and Ayers Mill (historical)','Locale',1919598,'2013-09-15 18:43:54','Unknown','Unknown','Unknown','VT'),(893,0,'Chittenden','2013-09-15 18:43:54',299,'Milton','Populated Place',1458483,'2013-09-15 18:43:54','443823N','0730637W','Milton','VT'),(894,0,'Chittenden','2013-09-15 18:43:54',338,'Milton Square Shopping Center','Locale',1918773,'2013-09-15 18:43:54','443732N','0730708W','Milton','VT'),(895,0,'Chittenden','2013-09-15 18:43:54',154,'Miltonboro','Populated Place',1458485,'2013-09-15 18:43:54','444148N','0731113W','Georgia Plains','VT'),(896,0,'Franklin','2013-09-15 18:43:54',NULL,'Missiasuk (historical)','Populated Place',1920692,'2013-09-15 18:43:54','Unknown','Unknown','Unknown','VT'),(897,0,'Orleans','2013-09-15 18:43:54',522,'Missisquoi Station','Locale',1458503,'2013-09-15 18:43:54','450029N','0723520W','Jay Peak OE N','VT'),(898,0,'Orange','2013-09-15 18:43:54',689,'Mobile Acres Trailer Park','Locale',1921485,'2013-09-15 18:43:54','435552N','0724201W','Randolph','VT'),(899,0,'Essex','2013-09-15 18:43:54',1460,'Moccasin Mill','Populated Place',1460436,'2013-09-15 18:43:54','443601N','0714805W','Gallup Mills','VT'),(900,0,'Addison','2013-09-15 18:43:54',535,'Monkton Boro','Populated Place',1458516,'2013-09-15 18:43:54','441415N','0730838W','Vergennes East','VT'),(901,0,'Addison','2013-09-15 18:43:54',600,'Monkton Ridge','Populated Place',1458517,'2013-09-15 18:43:54','441516N','0730727W','Hinesburg','VT'),(902,0,'Orange','2013-09-15 18:43:54',679,'Montague Golf Course','Locale',1921487,'2013-09-15 18:43:54','435515N','0723920W','Randolph','VT'),(903,0,'Addison','2013-09-15 18:43:54',102,'Montcalm Landing (historical)','Locale',1918173,'2013-09-15 18:43:54','435008N','0732253W','Ticonderoga','VT'),(904,0,'Washington','2013-09-15 18:43:54',2756,'Montclair Glen Camp','Locale',1458520,'2013-09-15 18:43:54','441804N','0725255W','Huntington','VT'),(905,0,'Franklin','2013-09-15 18:43:54',499,'Montgomery','Populated Place',1458521,'2013-09-15 18:43:54','445409N','0723817W','Richford','VT'),(906,0,'Orleans','2013-09-15 18:43:54',591,'Montgomery Center','Populated Place',1458522,'2013-09-15 18:43:54','445241N','0723608W','Jay Peak','VT'),(907,0,'Washington','2013-09-15 18:43:54',525,'Montpelier','Populated Place',1461834,'2013-09-15 18:43:54','441536N','0723431W','Montpelier','VT'),(908,0,'Washington','2013-09-15 18:43:54',692,'Montpelier Elks Country Club','Locale',1919124,'2013-09-15 18:43:54','441505N','0723251W','Montpelier','VT'),(909,0,'Washington','2013-09-15 18:43:54',518,'Montpelier Junction','Populated Place',1458523,'2013-09-15 18:43:54','441525N','0723628W','Montpelier','VT'),(910,0,'Washington','2013-09-15 18:43:54',535,'Montpelier Municipal Swimming Pool','Locale',1919129,'2013-09-15 18:43:54','441637N','0723421W','Montpelier','VT'),(911,0,'Bennington','2013-09-15 18:43:54',577,'Monument Plaza Shopping Center','Locale',1920335,'2013-09-15 18:43:54','425401N','0731303W','Bennington','VT'),(912,0,'Windham','2013-09-15 18:43:54',282,'Moore and Thompson Paper Mill (historical)','Locale',1921069,'2013-09-15 18:43:54','430802N','0722630W','Bellows Falls','VT'),(913,0,'Addison','2013-09-15 18:43:54',1565,'Moosalamoo Campground','Locale',1461694,'2013-09-15 18:43:54','435509N','0730141W','East Middlebury','VT'),(914,0,'Caledonia','2013-09-15 18:43:54',718,'Moose River Campground','Locale',1919600,'2013-09-15 18:43:54','442544N','0715758W','Concord','VT'),(915,0,'Washington','2013-09-15 18:43:54',600,'Moretown','Populated Place',1461170,'2013-09-15 18:43:54','441503N','0724539W','Waterbury','VT'),(916,0,'Washington','2013-09-15 18:43:54',1083,'Moretown Common','Locale',1458530,'2013-09-15 18:43:54','441542N','0724353W','Middlesex','VT'),(917,0,'Orleans','2013-09-15 18:43:54',1398,'Morgan','Populated Place',1458532,'2013-09-15 18:43:54','445449N','0720051W','West Charleston','VT'),(918,0,'Orleans','2013-09-15 18:43:54',1286,'Morgan Center','Populated Place',1458534,'2013-09-15 18:43:54','445433N','0715844W','Morgan Center','VT'),(919,0,'Windsor','2013-09-15 18:43:54',1089,'Morgan Corners','Populated Place',1458535,'2013-09-15 18:43:54','434410N','0723833W','Delectable Mountain','VT'),(920,0,'Lamoille','2013-09-15 18:43:54',755,'Morristown','Populated Place',1458546,'2013-09-15 18:43:54','443326N','0723725W','Morrisville','VT'),(921,0,'Lamoille','2013-09-15 18:43:54',748,'Morristown Bog Natural Area','Locale',1918399,'2013-09-15 18:43:54','443010N','0723733W','Sterling Mountain','VT'),(922,0,'Lamoille','2013-09-15 18:43:54',673,'Morrisville','Populated Place',1458547,'2013-09-15 18:43:54','443342N','0723554W','Morrisville','VT'),(923,0,'Lamoille','2013-09-15 18:43:54',725,'Morrisville Plaza Shopping Center','Locale',1918410,'2013-09-15 18:43:54','443434N','0723532W','Morrisville','VT'),(924,0,'Franklin','2013-09-15 18:43:54',295,'Morses Line','Populated Place',1458553,'2013-09-15 18:43:54','450044N','0725841W','Sheldon Springs OE N','VT'),(925,0,'Lamoille','2013-09-15 18:43:54',1060,'Morses Mill','Populated Place',1458554,'2013-09-15 18:43:54','443518N','0724729W','Mount Mansfield','VT'),(926,0,'Caledonia','2013-09-15 18:43:54',NULL,'Morses Mill (historical)','Locale',1919602,'2013-09-15 18:43:54','Unknown','Unknown','Unknown','VT'),(927,0,'Caledonia','2013-09-15 18:43:54',886,'Morses Mills','Populated Place',1458555,'2013-09-15 18:43:54','442248N','0720531W','Saint Johnsbury','VT'),(928,0,'Lamoille','2013-09-15 18:43:54',663,'Moscow','Populated Place',1458556,'2013-09-15 18:43:54','442629N','0724255W','Stowe','VT'),(929,0,'Caledonia','2013-09-15 18:43:54',1004,'Mosquitoville','Populated Place',1460437,'2013-09-15 18:43:54','441613N','0720838W','Peacham','VT'),(930,0,'Windham','2013-09-15 18:43:54',1371,'Moss Hollow Campground','Locale',1921072,'2013-09-15 18:43:54','424908N','0724428W','Governors Mountain','VT'),(931,0,'Lamoille','2013-09-15 18:43:54',2221,'Moulds Lodge','Locale',1458564,'2013-09-15 18:43:54','443402N','0724430W','Sterling Mountain','VT'),(932,0,'Bennington','2013-09-15 18:43:54',650,'Mount Anthony Country Club','Locale',1461801,'2013-09-15 18:43:54','425330N','0731228W','Bennington','VT'),(933,0,'Windsor','2013-09-15 18:43:54',820,'Mount Ascuteney Ski Area','Locale',1922472,'2013-09-15 18:43:54','432748N','0722758W','Windsor','VT'),(934,0,'Windsor','2013-09-15 18:43:54',607,'Mount Ascutney State Park Campground','Locale',1922473,'2013-09-15 18:43:54','432614N','0722428W','Windsor','VT'),(935,0,'Bennington','2013-09-15 18:43:54',922,'Mount Equinox Skyline Drive Point of Interest','Locale',1461672,'2013-09-15 18:43:54','430717N','0730718W','Sunderland','VT'),(936,0,'Rutland','2013-09-15 18:43:54',1555,'Mount Holly','Populated Place',1461178,'2013-09-15 18:43:54','432708N','0724929W','Mount Holly','VT'),(937,0,'Rutland','2013-09-15 18:43:54',1457,'Mount Holly Heights','Populated Place',1921988,'2013-09-15 18:43:54','432616N','0724602W','Mount Holly','VT'),(938,0,'Lamoille','2013-09-15 18:43:54',2110,'Mount Mansfield Ski Area','Locale',1918417,'2013-09-15 18:43:54','443139N','0724743W','Mount Mansfield','VT'),(939,0,'Lamoille','2013-09-15 18:43:55',1280,'Mount Mansfield Ski Touring Center','Locale',1918418,'2013-09-15 18:43:55','443039N','0724558W','Mount Mansfield','VT'),(940,0,'Lamoille','2013-09-15 18:43:55',1280,'Mount Norris Boy Scout Reservation','Locale',1918419,'2013-09-15 18:43:55','444326N','0722943W','Albany','VT'),(941,0,'Rutland','2013-09-15 18:43:55',659,'Mount Pleasant','Populated Place',1461180,'2013-09-15 18:43:55','434830N','0730520W','Brandon','VT'),(942,0,'Windham','2013-09-15 18:43:55',1939,'Mount Snow Golf Course','Locale',1921077,'2013-09-15 18:43:55','425605N','0725208W','West Dover','VT'),(943,0,'Windham','2013-09-15 18:43:55',2582,'Mount Snow Ski Area','Locale',1461748,'2013-09-15 18:43:55','425750N','0725421W','Mount Snow','VT'),(944,0,'Windham','2013-09-15 18:43:55',1975,'Mount Snow Ski Resort','Locale',1921078,'2013-09-15 18:43:55','425804N','0725340W','Mount Snow','VT'),(945,0,'Rutland','2013-09-15 18:43:55',686,'Mount Tabor','Populated Place',1461722,'2013-09-15 18:43:55','432102N','0725857W','Danby','VT'),(946,0,'Windham','2013-09-15 18:43:55',489,'Mountain Home Trailer Park','Populated Place',1921080,'2013-09-15 18:43:55','425212N','0723644W','Brattleboro','VT'),(947,0,'Rutland','2013-09-15 18:43:55',1585,'Mountain Meadows Ski Touring Center','Locale',1921983,'2013-09-15 18:43:55','434005N','0724758W','Pico Peak','VT'),(948,0,'Rutland','2013-09-15 18:43:55',1798,'Mountain Top Club','Locale',1461187,'2013-09-15 18:43:55','434349N','0725618W','Chittenden','VT'),(949,0,'Windsor','2013-09-15 18:43:55',1424,'Mountain Trails Campground','Locale',1461188,'2013-09-15 18:43:55','435443N','0724841W','Hancock','VT'),(950,0,'Lamoille','2013-09-15 18:43:55',666,'Mountain View Cottages and Campgrounds','Locale',1918415,'2013-09-15 18:43:55','443406N','0723246W','Morrisville','VT'),(951,0,'Bennington','2013-09-15 18:43:55',722,'Mountain View Estates','Populated Place',1920340,'2013-09-15 18:43:55','431010N','0730253W','Manchester','VT'),(952,0,'Rutland','2013-09-15 18:43:55',676,'Mountain View Estates','Populated Place',1921985,'2013-09-15 18:43:55','433949N','0725938W','Chittenden','VT'),(953,0,'Addison','2013-09-15 18:43:55',95,'Mud Dock','Locale',1458601,'2013-09-15 18:43:55','434743N','0732126W','Orwell','VT'),(954,0,'Chittenden','2013-09-15 18:43:55',751,'Nashville','Populated Place',1458649,'2013-09-15 18:43:55','442707N','0725618W','Richmond','VT'),(955,0,'Windham','2013-09-15 18:43:55',650,'Naulahka','Locale',1458654,'2013-09-15 18:43:55','425355N','0723356W','Putney','VT'),(956,0,'Windsor','2013-09-15 18:43:55',689,'Nelsons Corner','Populated Place',1460438,'2013-09-15 18:43:55','432437N','0722922W','Windsor','VT'),(957,0,'Rutland','2013-09-15 18:43:55',446,'Neshobe Beach','Populated Place',1458664,'2013-09-15 18:43:55','433821N','0731230W','Bomoseen','VT'),(958,0,'Rutland','2013-09-15 18:43:55',476,'Neshobe Golf Course','Locale',1921995,'2013-09-15 18:43:55','434855N','0730422W','Brandon','VT'),(959,0,'Caledonia','2013-09-15 18:43:55',1644,'Nevesville','Populated Place',1458666,'2013-09-15 18:43:55','442700N','0721321W','Joes Pond','VT'),(960,0,'Windsor','2013-09-15 18:43:55',1644,'New Boston','Populated Place',1461204,'2013-09-15 18:43:55','434915N','0724551W','Rochester','VT'),(961,0,'Rutland','2013-09-15 18:43:55',NULL,'New Boston (historical)','Populated Place',1921996,'2013-09-15 18:43:55','Unknown','Unknown','Unknown','VT'),(962,0,'Caledonia','2013-09-15 18:43:55',1749,'New Discovery Campground','Locale',1919608,'2013-09-15 18:43:55','441912N','0721723W','Marshfield','VT'),(963,0,'Addison','2013-09-15 18:43:55',453,'New Haven','Populated Place',1458671,'2013-09-15 18:43:55','440728N','0730913W','Middlebury','VT'),(964,0,'Addison','2013-09-15 18:43:55',279,'New Haven Junction','Populated Place',1460439,'2013-09-15 18:43:55','440724N','0731101W','Middlebury','VT'),(965,0,'Addison','2013-09-15 18:43:55',279,'New Haven Junction Depot','Locale',1918181,'2013-09-15 18:43:55','440724N','0731058W','Middlebury','VT'),(966,0,'Addison','2013-09-15 18:43:55',351,'New Haven Mills','Populated Place',1461206,'2013-09-15 18:43:55','440530N','0730631W','South Mountain','VT'),(967,0,'Caledonia','2013-09-15 18:43:55',1276,'Newark Hollow','Populated Place',1458674,'2013-09-15 18:43:55','444159N','0715544W','West Burke','VT'),(968,0,'Caledonia','2013-09-15 18:43:55',1742,'Newark Street','Locale',1458676,'2013-09-15 18:43:55','444113N','0715705W','West Burke','VT'),(969,0,'Orange','2013-09-15 18:43:55',466,'Newbury','Populated Place',1458677,'2013-09-15 18:43:55','440445N','0720330W','Newbury','VT'),(970,0,'Orange','2013-09-15 18:43:55',1017,'Newbury Center','Populated Place',1460440,'2013-09-15 18:43:55','440725N','0720854W','East Corinth','VT'),(971,0,'Windham','2013-09-15 18:43:55',551,'Newfane','Populated Place',1458679,'2013-09-15 18:43:55','425908N','0723921W','Newfane','VT'),(972,0,'Orleans','2013-09-15 18:43:55',682,'Newport','Populated Place',1461773,'2013-09-15 18:43:55','445611N','0721218W','Newport','VT'),(973,0,'Orleans','2013-09-15 18:43:55',778,'Newport Center','Populated Place',1458682,'2013-09-15 18:43:55','445703N','0721823W','Newport Center','VT'),(974,0,'Windsor','2013-09-15 18:43:55',1184,'Newton Cabin','Locale',1458684,'2013-09-15 18:43:55','434234N','0722005W','Hanover','VT'),(975,0,'Addison','2013-09-15 18:43:55',180,'Nor Dic Farm','Locale',2723147,'2013-09-15 18:43:55','440706N','0732114W','Snake Mountain','VT'),(976,0,'Bennington','2013-09-15 18:43:55',1401,'Nordio Cross Country Ski Area','Locale',1461685,'2013-09-15 18:43:55','431356N','0725113W','Londonderry','VT'),(977,0,'Chittenden','2013-09-15 18:43:55',167,'North Avenue Shopping Center','Locale',1918793,'2013-09-15 18:43:55','443028N','0731451W','Colchester','VT'),(978,0,'Bennington','2013-09-15 18:43:55',640,'North Bennington','Populated Place',1461213,'2013-09-15 18:43:55','425549N','0731433W','Bennington','VT'),(979,0,'Chittenden','2013-09-15 18:43:55',98,'North Breakwater Light','Locale',1461819,'2013-09-15 18:43:55','442849N','0731347W','Burlington','VT'),(980,0,'Washington','2013-09-15 18:43:55',1017,'North Calais','Populated Place',1458714,'2013-09-15 18:43:55','442324N','0722647W','Woodbury','VT'),(981,0,'Lamoille','2013-09-15 18:43:55',571,'North Cambridge','Populated Place',1458716,'2013-09-15 18:43:55','444113N','0725125W','Jeffersonville','VT'),(982,0,'Windsor','2013-09-15 18:43:55',600,'North Chester','Populated Place',1458719,'2013-09-15 18:43:55','431622N','0723521W','Chester','VT'),(983,0,'Rutland','2013-09-15 18:43:55',1001,'North Chittenden','Populated Place',1461223,'2013-09-15 18:43:55','434425N','0725833W','Chittenden','VT'),(984,0,'Rutland','2013-09-15 18:43:55',591,'North Clarendon','Populated Place',1458721,'2013-09-15 18:43:55','433400N','0725755W','Rutland','VT'),(985,0,'Essex','2013-09-15 18:43:55',1073,'North Concord','Populated Place',1458722,'2013-09-15 18:43:55','442806N','0715119W','Miles Pond','VT'),(986,0,'Caledonia','2013-09-15 18:43:55',974,'North Danville','Populated Place',1458723,'2013-09-15 18:43:55','442732N','0720538W','Saint Johnsbury','VT'),(987,0,'Orleans','2013-09-15 18:43:55',728,'North Derby','Populated Place',1458724,'2013-09-15 18:43:55','450020N','0721016W','Newport OE N','VT'),(988,0,'Bennington','2013-09-15 18:43:55',718,'North Dorset','Populated Place',1461224,'2013-09-15 18:43:55','431702N','0730008W','Dorset','VT'),(989,0,'Bennington','2013-09-15 18:43:55',732,'North Dorset Farms (historical)','Locale',1920350,'2013-09-15 18:43:55','431705N','0730009W','Dorset','VT'),(990,0,'Washington','2013-09-15 18:43:55',367,'North Duxbury','Populated Place',1458725,'2013-09-15 18:43:55','442130N','0724944W','Waterbury','VT'),(991,0,'Franklin','2013-09-15 18:43:55',400,'North Enosburg','Populated Place',1458728,'2013-09-15 18:43:55','445513N','0724526W','Enosburg Falls','VT'),(992,0,'Franklin','2013-09-15 18:43:55',718,'North Fairfax','Populated Place',1458729,'2013-09-15 18:43:55','444538N','0730344W','Saint Albans','VT'),(993,0,'Washington','2013-09-15 18:43:55',1102,'North Fayston','Populated Place',1461225,'2013-09-15 18:43:55','441431N','0725017W','Waitsfield','VT'),(994,0,'Addison','2013-09-15 18:43:55',197,'North Ferrisburgh','Populated Place',1458730,'2013-09-15 18:43:55','441534N','0731240W','Mount Philo','VT'),(995,0,'Addison','2013-09-15 18:43:55',128,'North Ferrisburgh Station','Locale',1458731,'2013-09-15 18:43:55','441505N','0731520W','Charlotte','VT'),(996,0,'Caledonia','2013-09-15 18:43:55',NULL,'North Hardwick (historical)','Populated Place',1919617,'2013-09-15 18:43:55','Unknown','Unknown','Unknown','VT'),(997,0,'Windsor','2013-09-15 18:43:55',364,'North Hartland','Populated Place',1458736,'2013-09-15 18:43:55','433534N','0722106W','North Hartland','VT'),(998,0,'Grand Isle','2013-09-15 18:43:55',95,'North Hero','Populated Place',1458739,'2013-09-15 18:43:55','444903N','0731721W','North Hero','VT'),(999,0,'Grand Isle','2013-09-15 18:43:55',98,'North Hero Station','Locale',1458743,'2013-09-15 18:43:55','444819N','0731835W','North Hero','VT'),(1000,0,'Lamoille','2013-09-15 18:43:55',873,'North Hyde Park','Populated Place',1458745,'2013-09-15 18:43:55','444014N','0723553W','Eden','VT'),(1001,0,'Caledonia','2013-09-15 18:43:55',1296,'North Kirby','Populated Place',1919619,'2013-09-15 18:43:55','443057N','0715620W','Burke Mountain','VT'),(1002,0,'Bennington','2013-09-15 18:43:55',1404,'North Landgrove','Populated Place',1461230,'2013-09-15 18:43:55','431535N','0725055W','Weston','VT'),(1003,0,'Washington','2013-09-15 18:43:55',709,'North Montpelier','Populated Place',1458748,'2013-09-15 18:43:55','441813N','0722647W','Plainfield','VT'),(1004,0,'Washington','2013-09-15 18:43:55',436,'North Moretown','Populated Place',1919160,'2013-09-15 18:43:55','441927N','0724441W','Middlesex','VT'),(1005,0,'Addison','2013-09-15 18:43:55',266,'North Orwell','Locale',1458750,'2013-09-15 18:43:55','435023N','0731705W','Orwell','VT'),(1006,0,'Rutland','2013-09-15 18:43:55',614,'North Pawlet','Populated Place',1458751,'2013-09-15 18:43:55','432258N','0731214W','Wells','VT'),(1007,0,'Windsor','2013-09-15 18:43:55',883,'North Pomfret','Populated Place',1458752,'2013-09-15 18:43:55','434322N','0722847W','Quechee','VT'),(1008,0,'Bennington','2013-09-15 18:43:55',528,'North Pownal','Populated Place',1458754,'2013-09-15 18:43:55','424751N','0731552W','North Pownal','VT'),(1009,0,'Orange','2013-09-15 18:43:55',689,'North Randolph','Populated Place',1458755,'2013-09-15 18:43:55','435826N','0723321W','Randolph Center','VT'),(1010,0,'Windham','2013-09-15 18:43:55',1332,'North River Winery','Locale',1921094,'2013-09-15 18:43:55','424740N','0724911W','Jacksonville','VT'),(1011,0,'Windsor','2013-09-15 18:43:55',512,'North Royalton','Populated Place',1458757,'2013-09-15 18:43:55','434938N','0723359W','South Royalton','VT'),(1012,0,'Bennington','2013-09-15 18:43:55',755,'North Rupert','Populated Place',1458758,'2013-09-15 18:43:55','431758N','0730844W','Pawlet','VT'),(1013,0,'Franklin','2013-09-15 18:43:55',427,'North Sheldon','Populated Place',1458759,'2013-09-15 18:43:55','445438N','0725425W','Sheldon Springs','VT'),(1014,0,'Rutland','2013-09-15 18:43:55',1220,'North Sherburne','Populated Place',1461233,'2013-09-15 18:43:55','434237N','0724938W','Pico Peak','VT'),(1015,0,'Rutland','2013-09-15 18:43:55',1752,'North Shrewsbury','Populated Place',1458760,'2013-09-15 18:43:55','433144N','0724937W','Killington Peak','VT'),(1016,0,'Windsor','2013-09-15 18:43:55',479,'North Springfield','Populated Place',1458761,'2013-09-15 18:43:55','431958N','0723131W','Chester','VT'),(1017,0,'Windsor','2013-09-15 18:43:55',591,'North Springfield Industrial Park','Locale',1922490,'2013-09-15 18:43:55','431945N','0723214W','Chester','VT'),(1018,0,'Bennington','2013-09-15 18:43:55',679,'North Street Shopping Center','Locale',1920358,'2013-09-15 18:43:55','425241N','0731148W','Bennington','VT'),(1019,0,'Orange','2013-09-15 18:43:55',407,'North Thetford','Populated Place',1458764,'2013-09-15 18:43:55','435035N','0721108W','Lyme','VT'),(1020,0,'Orleans','2013-09-15 18:43:55',548,'North Troy','Populated Place',1458765,'2013-09-15 18:43:55','445940N','0722359W','North Troy','VT'),(1021,0,'Orange','2013-09-15 18:43:55',627,'North Tunbridge','Populated Place',1458766,'2013-09-15 18:43:55','435453N','0722842W','Chelsea','VT'),(1022,0,'Chittenden','2013-09-15 18:43:55',797,'North Underhill','Populated Place',1458767,'2013-09-15 18:43:55','443507N','0725556W','Underhill','VT'),(1023,0,'Windham','2013-09-15 18:43:55',269,'North Vernon','Populated Place',1458769,'2013-09-15 18:43:55','424656N','0723125W','Brattleboro','VT'),(1024,0,'Caledonia','2013-09-15 18:43:55',1676,'North Walden','Populated Place',1919623,'2013-09-15 18:43:55','443018N','0721547W','Caspian Lake','VT'),(1025,0,'Windham','2013-09-15 18:43:55',413,'North Westminster','Populated Place',1458771,'2013-09-15 18:43:55','430708N','0722718W','Walpole','VT'),(1026,0,'Chittenden','2013-09-15 18:43:55',305,'North Williston','Populated Place',1458772,'2013-09-15 18:43:55','442801N','0730246W','Essex Junction','VT'),(1027,0,'Windham','2013-09-15 18:43:55',1499,'North Windham','Populated Place',1458773,'2013-09-15 18:43:55','431303N','0724423W','Windham','VT'),(1028,0,'Lamoille','2013-09-15 18:43:55',846,'North Wolcott','Populated Place',1461859,'2013-09-15 18:43:55','443640N','0722737W','Wolcott','VT'),(1029,0,'Washington','2013-09-15 18:43:55',732,'Northfield','Populated Place',1461817,'2013-09-15 18:43:55','440904N','0723923W','Northfield','VT'),(1030,0,'Washington','2013-09-15 18:43:55',804,'Northfield Center','Populated Place',1458778,'2013-09-15 18:43:55','440805N','0723939W','Northfield','VT'),(1031,0,'Washington','2013-09-15 18:43:55',663,'Northfield Falls','Populated Place',1458779,'2013-09-15 18:43:55','441019N','0723903W','Northfield','VT'),(1032,0,'Washington','2013-09-15 18:43:55',837,'Northfield Golf Course','Locale',1919150,'2013-09-15 18:43:55','440645N','0724058W','Roxbury','VT'),(1033,0,'Washington','2013-09-15 18:43:55',689,'Northfield Shopping Center','Locale',1919155,'2013-09-15 18:43:55','440913N','0723918W','Northfield','VT'),(1034,0,'Lamoille','2013-09-15 18:43:55',702,'Northgate Plaza Shopping Center','Locale',1918422,'2013-09-15 18:43:55','443423N','0723536W','Morrisville','VT'),(1035,0,'Essex','2013-09-15 18:43:55',1240,'Norton','Populated Place',1458782,'2013-09-15 18:43:55','450036N','0714741W','Norton Pond OE N','VT'),(1036,0,'Windsor','2013-09-15 18:43:55',531,'Norwich','Populated Place',1458786,'2013-09-15 18:43:55','434255N','0721828W','Hanover','VT'),(1037,0,'Washington','2013-09-15 18:43:55',1673,'Norwich University Ski Area','Locale',1919163,'2013-09-15 18:43:55','440820N','0723832W','Northfield','VT'),(1038,0,'Windsor','2013-09-15 18:43:55',1286,'Notown','Populated Place',1460441,'2013-09-15 18:43:55','434142N','0724305W','Delectable Mountain','VT'),(1039,0,'Chittenden','2013-09-15 18:43:55',118,'Nourses Corner','Populated Place',1918798,'2013-09-15 18:43:55','443317N','0731127W','Colchester','VT'),(1040,0,'Franklin','2013-09-15 18:43:55',417,'Nutting Corners','Locale',1458800,'2013-09-15 18:43:55','445713N','0724159W','Richford','VT'),(1041,0,'Franklin','2013-09-15 18:43:55',440,'Oakland','Populated Place',1458815,'2013-09-15 18:43:55','444435N','0730506W','Milton','VT'),(1042,0,'Chittenden','2013-09-15 18:43:55',115,'Oakledge Park','Populated Place',1460488,'2013-09-15 18:43:55','442711N','0731346W','Burlington','VT'),(1043,0,'Windsor','2013-09-15 18:43:55',2146,'Okemo Mountain Ski Area','Locale',1461802,'2013-09-15 18:43:55','432416N','0724356W','Ludlow','VT'),(1044,0,'Windsor','2013-09-15 18:43:55',427,'Olcot Falls Mobile Home Park','Populated Place',1922504,'2013-09-15 18:43:55','434053N','0721828W','Hanover','VT'),(1045,0,'Bennington','2013-09-15 18:43:55',807,'Old Bennington','Populated Place',1461243,'2013-09-15 18:43:55','425300N','0731248W','Bennington','VT'),(1046,0,'Orange','2013-09-15 18:43:55',1197,'Old City','Populated Place',1458821,'2013-09-15 18:43:55','435249N','0722204W','Vershire','VT'),(1047,0,'Orleans','2013-09-15 18:43:55',NULL,'Old Heerman Mill (historical)','Locale',1920088,'2013-09-15 18:43:55','Unknown','Unknown','Unknown','VT'),(1048,0,'Rutland','2013-09-15 18:43:55',1686,'Old Job','Locale',1461244,'2013-09-15 18:43:55','432113N','0725543W','Danby','VT'),(1049,0,'Rutland','2013-09-15 18:43:55',1673,'Old Job Shelter','Locale',1461724,'2013-09-15 18:43:55','432114N','0725542W','Danby','VT'),(1050,0,'Rutland','2013-09-15 18:43:55',95,'Old Maid Place Lighthouse (historical)','Locale',1460358,'2013-09-15 18:43:55','433937N','0732443W','Putnam','VT'),(1051,0,'Chittenden','2013-09-15 18:43:55',528,'Old Red Mill and Mill House (historical)','Locale',1918807,'2013-09-15 18:43:55','443017N','0725955W','Underhill','VT'),(1052,0,'Bennington','2013-09-15 18:43:55',NULL,'Old Stone Mill (historical)','Locale',1920365,'2013-09-15 18:43:55','Unknown','Unknown','Unknown','VT'),(1053,0,'Washington','2013-09-15 18:43:55',1358,'Oles Cross Country Ski Center','Locale',1919168,'2013-09-15 18:43:55','440640N','0724921W','Warren','VT'),(1054,0,'Bennington','2013-09-15 18:43:55',663,'Ondawa 4-H Camp','Locale',1920366,'2013-09-15 18:43:55','430645N','0730659W','Sunderland','VT'),(1055,0,'Windsor','2013-09-15 18:43:55',449,'One Hundred River Street Complex Shopping Center','Locale',1922512,'2013-09-15 18:43:55','431804N','0722910W','Springfield','VT'),(1056,0,'Washington','2013-09-15 18:43:55',774,'Onion River Camp Area','Locale',1919169,'2013-09-15 18:43:55','441800N','0722345W','Plainfield','VT'),(1057,0,'Orange','2013-09-15 18:43:55',1499,'Orange','Populated Place',1458846,'2013-09-15 18:43:55','440854N','0722409W','Barre East','VT'),(1058,0,'Orange','2013-09-15 18:43:55',1850,'Orange County','Civil',1461765,'2013-09-15 18:43:55','440020N','0722236W','Washington','VT'),(1059,0,'Orleans','2013-09-15 18:43:55',1138,'Orleans','Populated Place',1458854,'2013-09-15 18:43:55','444900N','0721358W','Orleans','VT'),(1060,0,'Orleans','2013-09-15 18:43:55',984,'Orleans County','Civil',1461766,'2013-09-15 18:43:55','444944N','0721438W','Orleans','VT'),(1061,0,'Orleans','2013-09-15 18:43:55',958,'Orleans Golf Course','Locale',1920097,'2013-09-15 18:43:55','444755N','0721051W','Orleans','VT'),(1062,0,'Addison','2013-09-15 18:43:55',374,'Orwell','Populated Place',1458855,'2013-09-15 18:43:55','434814N','0731752W','Orwell','VT'),(1063,0,'Addison','2013-09-15 18:43:55',95,'Orwell Bluff Light','Locale',1460483,'2013-09-15 18:43:55','434640N','0732058W','Orwell','VT'),(1064,0,'Addison','2013-09-15 18:43:55',95,'Orwell Landing','Locale',1460485,'2013-09-15 18:43:55','434739N','0732223W','Orwell','VT'),(1065,0,'Caledonia','2013-09-15 18:43:55',1489,'Osmore Pond Picnic Shelter','Locale',1919636,'2013-09-15 18:43:55','441835N','0721653W','Marshfield','VT'),(1066,0,'Rutland','2013-09-15 18:43:55',653,'Otter Creek Campground','Locale',1922020,'2013-09-15 18:43:55','432243N','0725956W','Wallingford','VT'),(1067,0,'Windham','2013-09-15 18:43:55',384,'Outing Club','Locale',1921105,'2013-09-15 18:43:55','425126N','0723410W','Brattleboro','VT'),(1068,0,'Bennington','2013-09-15 18:43:55',1634,'P.O.R.C. Winter Sports Area (historical)','Locale',1461721,'2013-09-15 18:43:55','431648N','0725316W','Danby','VT'),(1069,0,'Windham','2013-09-15 18:43:55',1093,'Packer Corner','Populated Place',1458873,'2013-09-15 18:43:55','424420N','0723835W','Colrain','VT'),(1070,0,'Caledonia','2013-09-15 18:43:55',NULL,'Paddock (historical)','Populated Place',1919638,'2013-09-15 18:43:55','Unknown','Unknown','Unknown','VT'),(1071,0,'Caledonia','2013-09-15 18:43:55',NULL,'Paddock Iron Works (historical)','Locale',1919639,'2013-09-15 18:43:55','Unknown','Unknown','Unknown','VT'),(1072,0,'Chittenden','2013-09-15 18:43:55',584,'Pages Corner','Populated Place',1458882,'2013-09-15 18:43:55','443205N','0730429W','Essex Center','VT'),(1073,0,'Addison','2013-09-15 18:43:55',213,'Palmer Corner','Populated Place',1460442,'2013-09-15 18:43:55','440016N','0732223W','Snake Mountain','VT'),(1074,0,'Addison','2013-09-15 18:43:55',171,'Panton','Populated Place',1458888,'2013-09-15 18:43:55','440855N','0732025W','Vergennes West','VT'),(1075,0,'Bennington','2013-09-15 18:43:55',561,'Paper Mill Village','Populated Place',1461252,'2013-09-15 18:43:55','425442N','0731408W','Bennington','VT'),(1076,0,'Addison','2013-09-15 18:43:55',NULL,'Papermill Village (historical)','Locale',1918197,'2013-09-15 18:43:55','Unknown','Unknown','Unknown','VT'),(1077,0,'Rutland','2013-09-15 18:43:55',1762,'Park Meadows Camping Area','Locale',1922023,'2013-09-15 18:43:55','432742N','0724612W','Mount Holly','VT'),(1078,0,'Lamoille','2013-09-15 18:43:55',1768,'Parker Camp','Locale',1458893,'2013-09-15 18:43:55','444237N','0724057W','Johnson','VT'),(1079,0,'Caledonia','2013-09-15 18:43:55',545,'Passumpsic','Populated Place',1458901,'2013-09-15 18:43:55','442236N','0720139W','Saint Johnsbury','VT'),(1080,0,'Addison','2013-09-15 18:43:55',141,'Pastureview Farm','Locale',2723146,'2013-09-15 18:43:55','441145N','0732104W','Vergennes West','VT'),(1081,0,'Franklin','2013-09-15 18:43:55',453,'Patten Camp','Locale',1920716,'2013-09-15 18:43:55','445902N','0725235W','Sheldon Springs','VT'),(1082,0,'Rutland','2013-09-15 18:43:55',705,'Pawlet','Populated Place',1458912,'2013-09-15 18:43:55','432048N','0731034W','Pawlet','VT'),(1083,0,'Caledonia','2013-09-15 18:43:55',NULL,'Peabodys Mill (historical)','Locale',1919642,'2013-09-15 18:43:55','Unknown','Unknown','Unknown','VT'),(1084,0,'Orange','2013-09-15 18:43:55',627,'Peach Four Corners','Populated Place',1458915,'2013-09-15 18:43:55','440359N','0720535W','Newbury','VT'),(1085,0,'Caledonia','2013-09-15 18:43:55',1280,'Peacham','Populated Place',1458916,'2013-09-15 18:43:55','441944N','0721008W','Peacham','VT'),(1086,0,'Caledonia','2013-09-15 18:43:55',1375,'Peacham Corner','Populated Place',1460443,'2013-09-15 18:43:55','442024N','0721606W','Marshfield','VT'),(1087,0,'Caledonia','2013-09-15 18:43:55',NULL,'Peacham Hollow (historical)','Locale',1919650,'2013-09-15 18:43:55','Unknown','Unknown','Unknown','VT'),(1088,0,'Grand Isle','2013-09-15 18:43:55',200,'Pearl','Populated Place',1458923,'2013-09-15 18:43:55','444115N','0731936W','South Hero','VT'),(1089,0,'Chittenden','2013-09-15 18:43:55',105,'Perkins Pier','Locale',1918815,'2013-09-15 18:43:55','442815N','0731315W','Burlington','VT'),(1090,0,'Windsor','2013-09-15 18:43:55',551,'Perkinsville','Populated Place',1458942,'2013-09-15 18:43:55','432225N','0723049W','Chester','VT'),(1091,0,'Washington','2013-09-15 18:43:55',1394,'Perkinsville','Populated Place',1919172,'2013-09-15 18:43:55','441315N','0722353W','Barre East','VT'),(1092,0,'Caledonia','2013-09-15 18:43:55',1201,'Perry','Populated Place',1458943,'2013-09-15 18:43:55','444146N','0720510W','Sutton','VT'),(1093,0,'Bennington','2013-09-15 18:43:55',1686,'Peru','Populated Place',1461264,'2013-09-15 18:43:55','431347N','0725352W','Peru','VT'),(1094,0,'Rutland','2013-09-15 18:43:55',2598,'Peru Peak Shelter','Locale',1461732,'2013-09-15 18:43:55','431803N','0725719W','Danby','VT'),(1095,0,'Bennington','2013-09-15 18:43:55',1696,'Peru Town Center','Locale',1920375,'2013-09-15 18:43:55','431346N','0725403W','Peru','VT'),(1096,0,'Bennington','2013-09-15 18:43:55',833,'Peters Four Corners','Locale',1461267,'2013-09-15 18:43:55','425744N','0731454W','Bennington','VT'),(1097,0,'Orange','2013-09-15 18:43:55',856,'Peth','Populated Place',1458948,'2013-09-15 18:43:55','435812N','0724004W','Randolph','VT'),(1098,0,'Orleans','2013-09-15 18:43:55',NULL,'Phelps Falls (historical)','Populated Place',1920101,'2013-09-15 18:43:55','Unknown','Unknown','Unknown','VT'),(1099,0,'Rutland','2013-09-15 18:43:55',2005,'Pico Peak Ski Area','Locale',1922032,'2013-09-15 18:43:55','433942N','0725033W','Pico Peak','VT'),(1100,0,'Rutland','2013-09-15 18:43:55',2782,'Pico Peak Winter Sprorts Area','Locale',1461705,'2013-09-15 18:43:55','433858N','0725020W','Pico Peak','VT'),(1101,0,'Rutland','2013-09-15 18:43:55',3510,'Pico Trail Shelter','Locale',1461706,'2013-09-15 18:43:55','433821N','0724950W','Pico Peak','VT'),(1102,0,'Rutland','2013-09-15 18:43:55',712,'Pierces Corner','Populated Place',1460444,'2013-09-15 18:43:55','433228N','0725714W','Rutland','VT'),(1103,0,'Windham','2013-09-15 18:43:55',1489,'Pikes Falls','Populated Place',1461274,'2013-09-15 18:43:55','430549N','0725118W','Jamaica','VT'),(1104,0,'Bennington','2013-09-15 18:43:55',1493,'Pine Hollow Campground','Locale',1920378,'2013-09-15 18:43:55','424651N','0731129W','Pownal','VT'),(1105,0,'Windsor','2013-09-15 18:43:55',837,'Pine Valley Resort Campground','Locale',1922530,'2013-09-15 18:43:55','433908N','0722321W','Quechee','VT'),(1106,0,'Rutland','2013-09-15 18:43:55',860,'Pinecrest Acres','Populated Place',1922034,'2013-09-15 18:43:55','433913N','0725721W','Chittenden','VT'),(1107,0,'Chittenden','2013-09-15 18:43:55',404,'Pinecrest Camping Area','Locale',1918817,'2013-09-15 18:43:55','442632N','0730533W','Essex Junction','VT'),(1108,0,'Rutland','2013-09-15 18:43:55',705,'Pinnacle Ridge','Populated Place',1922035,'2013-09-15 18:43:55','433936N','0725954W','Chittenden','VT'),(1109,0,'Addison','2013-09-15 18:43:55',361,'Piper Crossing','Populated Place',1460445,'2013-09-15 18:43:55','435808N','0730953W','Cornwall','VT'),(1110,0,'Bennington','2013-09-15 18:43:55',1460,'Piper Ridge','Populated Place',1920379,'2013-09-15 18:43:55','430856N','0725311W','Peru','VT'),(1111,0,'Rutland','2013-09-15 18:43:55',NULL,'Pitts Ford (historical)','Locale',1922040,'2013-09-15 18:43:55','Unknown','Unknown','Unknown','VT'),(1112,0,'Rutland','2013-09-15 18:43:55',889,'Pittsfield','Populated Place',1461283,'2013-09-15 18:43:55','434620N','0724846W','Rochester','VT'),(1113,0,'Rutland','2013-09-15 18:43:55',531,'Pittsford','Populated Place',1458990,'2013-09-15 18:43:55','434224N','0730141W','Proctor','VT'),(1114,0,'Rutland','2013-09-15 18:43:55',NULL,'Pittsford Mills (historical)','Locale',1922041,'2013-09-15 18:43:55','Unknown','Unknown','Unknown','VT'),(1115,0,'Washington','2013-09-15 18:43:55',758,'Plainfield','Populated Place',1461779,'2013-09-15 18:43:55','441641N','0722535W','Plainfield','VT'),(1116,0,'Lamoille','2013-09-15 18:43:55',617,'Pleasant Valley','Populated Place',1459000,'2013-09-15 18:43:55','443533N','0725145W','Mount Mansfield','VT'),(1117,0,'Caledonia','2013-09-15 18:43:55',922,'Pleasant Valley Campground','Locale',1919657,'2013-09-15 18:43:55','441123N','0720604W','Woodsville','VT'),(1118,0,'Addison','2013-09-15 18:43:55',2159,'Pleiad Shelter','Locale',1461647,'2013-09-15 18:43:55','435604N','0725714W','Bread Loaf','VT'),(1119,0,'Windsor','2013-09-15 18:43:55',1407,'Plymouth','Populated Place',1459015,'2013-09-15 18:43:55','433209N','0724317W','Plymouth','VT'),(1120,0,'Windsor','2013-09-15 18:43:55',1640,'Plymouth Kingdom','Locale',1459016,'2013-09-15 18:43:55','432809N','0724016W','Ludlow','VT'),(1121,0,'Windsor','2013-09-15 18:43:55',1532,'Plymouth Notch Ski Area','Locale',1459265,'2013-09-15 18:43:55','433202N','0724455W','Plymouth','VT'),(1122,0,'Windsor','2013-09-15 18:43:55',1214,'Plymouth Union','Populated Place',1459020,'2013-09-15 18:43:55','433148N','0724419W','Plymouth','VT'),(1123,0,'Windsor','2013-09-15 18:43:55',1270,'Plymouth Village Campground','Locale',1922536,'2013-09-15 18:43:55','433202N','0724426W','Plymouth','VT'),(1124,0,'Windham','2013-09-15 18:43:55',1893,'Podunk','Populated Place',1461289,'2013-09-15 18:43:55','430031N','0725131W','Jamaica','VT'),(1125,0,'Chittenden','2013-09-15 18:43:55',95,'Point Bay Marina','Locale',1918822,'2013-09-15 18:43:55','441625N','0731708W','Charlotte','VT'),(1126,0,'Rutland','2013-09-15 18:43:55',427,'Point of Pines','Populated Place',1459024,'2013-09-15 18:43:55','433722N','0731350W','Poultney','VT'),(1127,0,'Windsor','2013-09-15 18:43:55',1316,'Pomfret','Populated Place',1459027,'2013-09-15 18:43:55','434217N','0723057W','Woodstock North','VT'),(1128,0,'Windsor','2013-09-15 18:43:55',387,'Pompanoosuc','Populated Place',1460446,'2013-09-15 18:43:55','434520N','0721351W','Lyme','VT'),(1129,0,'Chittenden','2013-09-15 18:43:55',161,'Ponnesoon Knolls Camp','Locale',1918823,'2013-09-15 18:43:55','443532N','0731341W','Colchester','VT'),(1130,0,'Addison','2013-09-15 18:43:55',NULL,'Popes Paradise (historical)','Locale',1918204,'2013-09-15 18:43:55','Unknown','Unknown','Unknown','VT'),(1131,0,'Orange','2013-09-15 18:43:55',702,'Post Mills','Populated Place',1459054,'2013-09-15 18:43:55','435308N','0721538W','Vershire','VT'),(1132,0,'Lamoille','2013-09-15 18:43:55',738,'Pottersville','Populated Place',1461862,'2013-09-15 18:43:55','443220N','0722709W','Wolcott','VT'),(1133,0,'Rutland','2013-09-15 18:43:55',427,'Poultney','Populated Place',1459064,'2013-09-15 18:43:55','433101N','0731410W','Poultney','VT'),(1134,0,'Bennington','2013-09-15 18:43:55',587,'Pownal','Populated Place',1461291,'2013-09-15 18:43:55','424556N','0731409W','Pownal','VT'),(1135,0,'Bennington','2013-09-15 18:43:55',971,'Pownal Center','Populated Place',1461292,'2013-09-15 18:43:55','424747N','0731323W','Pownal','VT'),(1136,0,'Chittenden','2013-09-15 18:43:55',433,'Prindle Corners','Populated Place',1459073,'2013-09-15 18:43:55','441805N','0730942W','Mount Philo','VT'),(1137,0,'Rutland','2013-09-15 18:43:55',502,'Proctor','Populated Place',1459076,'2013-09-15 18:43:55','433938N','0730208W','Proctor','VT'),(1138,0,'Addison','2013-09-15 18:43:55',1722,'Proctor Lookout','Locale',1461296,'2013-09-15 18:43:55','435006N','0730106W','Brandon','VT'),(1139,0,'Windsor','2013-09-15 18:43:55',935,'Proctorsville','Populated Place',1459078,'2013-09-15 18:43:55','432256N','0723818W','Ludlow','VT'),(1140,0,'Rutland','2013-09-15 18:43:55',781,'Prospect Hill','Populated Place',1461298,'2013-09-15 18:43:55','433925N','0725825W','Chittenden','VT'),(1141,0,'Bennington','2013-09-15 18:43:55',2234,'Prospect Mountain Ski Center','Locale',1920388,'2013-09-15 18:43:55','425231N','0730431W','Woodford','VT'),(1142,0,'Bennington','2013-09-15 18:43:55',2753,'Prospect Mountain Winter Sports Area','Locale',1461653,'2013-09-15 18:43:55','425227N','0730402W','Stamford','VT'),(1143,0,'Windsor','2013-09-15 18:43:55',863,'Prosper','Populated Place',1459090,'2013-09-15 18:43:55','433857N','0723337W','Woodstock North','VT'),(1144,0,'Chittenden','2013-09-15 18:43:55',230,'Providence Orphan Assylum and Hospital','Locale',1918824,'2013-09-15 18:43:55','442927N','0731341W','Burlington','VT'),(1145,0,'Caledonia','2013-09-15 18:43:55',1010,'Pumpkin Hill (historical)','Populated Place',1919662,'2013-09-15 18:43:55','442522N','0720437W','Saint Johnsbury','VT'),(1146,0,'Washington','2013-09-15 18:43:55',679,'Putnamville','Populated Place',1459110,'2013-09-15 18:43:55','442030N','0723357W','Montpelier','VT'),(1147,0,'Windham','2013-09-15 18:43:55',374,'Putney','Populated Place',1459111,'2013-09-15 18:43:55','425829N','0723118W','Putney','VT'),(1148,0,'Windham','2013-09-15 18:43:55',249,'Putney Station','Locale',1459115,'2013-09-15 18:43:55','425748N','0723111W','Putney','VT'),(1149,0,'Windsor','2013-09-15 18:43:55',574,'Que-Chee Club','Locale',1922548,'2013-09-15 18:43:55','433923N','0722605W','Quechee','VT'),(1150,0,'Windsor','2013-09-15 18:43:55',558,'Quechee','Populated Place',1459125,'2013-09-15 18:43:55','433846N','0722506W','Quechee','VT'),(1151,0,'Chittenden','2013-09-15 18:43:55',164,'Queen City Park','Populated Place',1459127,'2013-09-15 18:43:55','442636N','0731312W','Burlington','VT'),(1152,0,'Addison','2013-09-15 18:43:55',397,'Ralph Myhre Golf Course of Middlebury College','Locale',1918207,'2013-09-15 18:43:55','440018N','0731030W','Middlebury','VT'),(1153,0,'Essex','2013-09-15 18:43:55',1365,'Ralston Corner','Populated Place',1459135,'2013-09-15 18:43:55','442545N','0715001W','Miles Pond','VT'),(1154,0,'Caledonia','2013-09-15 18:43:55',1509,'Ramsey Corner','Populated Place',1460447,'2013-09-15 18:43:55','443414N','0720638W','Lyndonville','VT'),(1155,0,'Lamoille','2013-09-15 18:43:55',1280,'Ranch Camp','Locale',1459137,'2013-09-15 18:43:55','443013N','0724659W','Mount Mansfield','VT'),(1156,0,'Windsor','2013-09-15 18:43:55',666,'Randall Drive-In','Locale',2633589,'2013-09-15 18:43:55','435208N','0723833W','Bethel','VT'),(1157,0,'Orange','2013-09-15 18:43:55',663,'Randolph','Populated Place',1459140,'2013-09-15 18:43:55','435530N','0723957W','Randolph','VT'),(1158,0,'Orange','2013-09-15 18:43:55',1362,'Randolph Center','Populated Place',1459141,'2013-09-15 18:43:55','435627N','0723627W','Randolph Center','VT'),(1159,0,'Rutland','2013-09-15 18:43:55',686,'Ransomvale','Populated Place',1922065,'2013-09-15 18:43:55','433927N','0730753W','Bomoseen','VT'),(1160,0,'Windham','2013-09-15 18:43:55',1808,'Raponda Turn','Locale',1921127,'2013-09-15 18:43:55','425119N','0724923W','Jacksonville','VT'),(1161,0,'Windham','2013-09-15 18:43:55',1142,'Rawsonville','Populated Place',1461313,'2013-09-15 18:43:55','430845N','0725025W','Londonderry','VT'),(1162,0,'Windsor','2013-09-15 18:43:55',1352,'Reading Center','Locale',1459149,'2013-09-15 18:43:55','433007N','0723443W','Woodstock South','VT'),(1163,0,'Bennington','2013-09-15 18:43:55',1250,'Readsboro','Populated Place',1461314,'2013-09-15 18:43:55','424618N','0725650W','Readsboro','VT'),(1164,0,'Bennington','2013-09-15 18:43:55',1709,'Readsboro Falls','Populated Place',1461315,'2013-09-15 18:43:55','424812N','0725829W','Readsboro','VT'),(1165,0,'Bennington','2013-09-15 18:43:55',2195,'Red Mill Brook Campground','Locale',1461660,'2013-09-15 18:43:55','425358N','0730106W','Woodford','VT'),(1166,0,'Bennington','2013-09-15 18:43:55',2362,'Red Mill Brook Camping Area','Locale',1920398,'2013-09-15 18:43:55','425359N','0730237W','Woodford','VT'),(1167,0,'Windsor','2013-09-15 18:43:55',1673,'Red Spruce Seed Production Area','Locale',1461833,'2013-09-15 18:43:55','435052N','0725201W','Rochester','VT'),(1168,0,'Chittenden','2013-09-15 18:43:55',108,'Redstone Park','Populated Place',1460489,'2013-09-15 18:43:55','442657N','0731347W','Burlington','VT'),(1169,0,'Windsor','2013-09-15 18:43:56',856,'Reedville','Populated Place',1459162,'2013-09-15 18:43:56','431543N','0723928W','Andover','VT'),(1170,0,'Windham','2013-09-15 18:43:56',1224,'Reid Hollow','Populated Place',1460448,'2013-09-15 18:43:56','424837N','0724307W','Governors Mountain','VT'),(1171,0,'Orange','2013-09-15 18:43:56',617,'Rest N\'Nest Campground','Locale',1921534,'2013-09-15 18:43:56','434900N','0721241W','Lyme','VT'),(1172,0,'Chittenden','2013-09-15 18:43:56',761,'Rhode Island Corner','Populated Place',1459171,'2013-09-15 18:43:56','442140N','0730426W','Hinesburg','VT'),(1173,0,'Orange','2013-09-15 18:43:56',577,'Rices Mills','Populated Place',1459174,'2013-09-15 18:43:56','434929N','0721709W','South Strafford','VT'),(1174,0,'Franklin','2013-09-15 18:43:56',453,'Richford','Populated Place',1459178,'2013-09-15 18:43:56','445949N','0724016W','Richford','VT'),(1175,0,'Franklin','2013-09-15 18:43:56',771,'Richford Country Club','Locale',1461803,'2013-09-15 18:43:56','450027N','0723825W','Richford OE N','VT'),(1176,0,'Franklin','2013-09-15 18:43:56',686,'Richford Country Club','Locale',1920728,'2013-09-15 18:43:56','450018N','0723853W','Richford OE N','VT'),(1177,0,'Chittenden','2013-09-15 18:43:56',341,'Richmond','Populated Place',1459179,'2013-09-15 18:43:56','442419N','0725934W','Richmond','VT'),(1178,0,'Addison','2013-09-15 18:43:56',295,'Richville','Populated Place',1460449,'2013-09-15 18:43:56','435226N','0731618W','Orwell','VT'),(1179,0,'Bennington','2013-09-15 18:43:56',663,'Richville','Populated Place',1461327,'2013-09-15 18:43:56','430921N','0730306W','Manchester','VT'),(1180,0,'Caledonia','2013-09-15 18:43:56',1063,'Ricker Campground','Locale',1919669,'2013-09-15 18:43:56','441505N','0721451W','Peacham','VT'),(1181,0,'Caledonia','2013-09-15 18:43:56',1129,'Ricker Mills','Populated Place',1459183,'2013-09-15 18:43:56','441419N','0721421W','Groton','VT'),(1182,0,'Caledonia','2013-09-15 18:43:56',NULL,'Ricker Mills (historical)','Locale',1919670,'2013-09-15 18:43:56','Unknown','Unknown','Unknown','VT'),(1183,0,'Caledonia','2013-09-15 18:43:56',NULL,'Rickers Mill Station (historical)','Locale',1919672,'2013-09-15 18:43:56','Unknown','Unknown','Unknown','VT'),(1184,0,'Orange','2013-09-15 18:43:56',1768,'Riders Corners','Locale',1459187,'2013-09-15 18:43:56','440103N','0722240W','Washington','VT'),(1185,0,'Addison','2013-09-15 18:43:56',2014,'Rikert Ski Touring Center Bread Loaf Campus','Locale',1918211,'2013-09-15 18:43:56','435615N','0725714W','Bread Loaf','VT'),(1186,0,'Addison','2013-09-15 18:43:56',1076,'Ripton','Populated Place',1461330,'2013-09-15 18:43:56','435825N','0730202W','East Middlebury','VT'),(1187,0,'Lamoille','2013-09-15 18:43:56',1063,'Ritterbush Camp','Locale',1459191,'2013-09-15 18:43:56','444446N','0723612W','Eden','VT'),(1188,0,'Addison','2013-09-15 18:43:56',289,'Rivers Bend Campground','Locale',1918215,'2013-09-15 18:43:56','440346N','0731101W','Middlebury','VT'),(1189,0,'Windsor','2013-09-15 18:43:56',686,'Riverside','Populated Place',1459198,'2013-09-15 18:43:56','434533N','0724324W','Bethel','VT'),(1190,0,'Chittenden','2013-09-15 18:43:56',689,'Riverside','Populated Place',1459199,'2013-09-15 18:43:56','443113N','0725651W','Underhill','VT'),(1191,0,'Rutland','2013-09-15 18:43:56',564,'Riverside Reformatory','Locale',1461804,'2013-09-15 18:43:56','433632N','0725925W','Rutland','VT'),(1192,0,'Addison','2013-09-15 18:43:56',1345,'Robert Frost Wayside','Locale',1918217,'2013-09-15 18:43:56','435741N','0730104W','East Middlebury','VT'),(1193,0,'Windsor','2013-09-15 18:43:56',1001,'Robinson','Populated Place',1461343,'2013-09-15 18:43:56','435133N','0725220W','Rochester','VT'),(1194,0,'Windsor','2013-09-15 18:43:56',873,'Rochester','Populated Place',1461345,'2013-09-15 18:43:56','435228N','0724828W','Rochester','VT'),(1195,0,'Windsor','2013-09-15 18:43:56',840,'Rochester Ranger Station','Locale',1461830,'2013-09-15 18:43:56','435214N','0724826W','Rochester','VT'),(1196,0,'Addison','2013-09-15 18:43:56',98,'Rock Landing','Populated Place',1460450,'2013-09-15 18:43:56','441156N','0731854W','Vergennes West','VT'),(1197,0,'Windham','2013-09-15 18:43:56',489,'Rockingham','Populated Place',1459235,'2013-09-15 18:43:56','431115N','0722920W','Bellows Falls','VT'),(1198,0,'Addison','2013-09-15 18:43:56',548,'Rockville','Populated Place',1461347,'2013-09-15 18:43:56','441444N','0730351W','Bristol','VT'),(1199,0,'Addison','2013-09-15 18:43:56',666,'Rocky Dale','Populated Place',1461348,'2013-09-15 18:43:56','440745N','0730256W','Bristol','VT'),(1200,0,'Chittenden','2013-09-15 18:43:56',371,'Rocky Ridge Golf Course','Locale',1918839,'2013-09-15 18:43:56','442204N','0730753W','Mount Philo','VT'),(1201,0,'Rutland','2013-09-15 18:43:56',2162,'Rolston Rest Shelter','Locale',1461703,'2013-09-15 18:43:56','434246N','0725140W','Pico Peak','VT'),(1202,0,'Franklin','2013-09-15 18:43:56',118,'Round Barn','Locale',1459249,'2013-09-15 18:43:56','445516N','0730433W','Highgate Center','VT'),(1203,0,'Washington','2013-09-15 18:43:56',1007,'Roxbury','Populated Place',1459273,'2013-09-15 18:43:56','440539N','0724358W','Roxbury','VT'),(1204,0,'Washington','2013-09-15 18:43:56',1033,'Roxbury Flat','Locale',1459274,'2013-09-15 18:43:56','440413N','0724439W','Roxbury','VT'),(1205,0,'Windsor','2013-09-15 18:43:56',502,'Royalton','Populated Place',1459277,'2013-09-15 18:43:56','434857N','0723244W','South Royalton','VT'),(1206,0,'Windsor','2013-09-15 18:43:56',420,'Running Bear Campground','Locale',1922573,'2013-09-15 18:43:56','432508N','0722419W','Windsor','VT'),(1207,0,'Bennington','2013-09-15 18:43:56',833,'Rupert','Populated Place',1459283,'2013-09-15 18:43:56','431535N','0731322W','Pawlet','VT'),(1208,0,'Rutland','2013-09-15 18:43:56',2539,'Russellville','Populated Place',1461727,'2013-09-15 18:43:56','432255N','0725029W','Mount Holly','VT'),(1209,0,'Windsor','2013-09-15 18:43:56',597,'Russtown','Populated Place',1459293,'2013-09-15 18:43:56','433701N','0722118W','North Hartland','VT'),(1210,0,'Essex','2013-09-15 18:43:56',938,'Rustic Haven Campground','Locale',1919398,'2013-09-15 18:43:56','442557N','0715253W','Concord','VT'),(1211,0,'Rutland','2013-09-15 18:43:56',646,'Rutland','Populated Place',1461361,'2013-09-15 18:43:56','433638N','0725821W','Rutland','VT'),(1212,0,'Rutland','2013-09-15 18:43:56',561,'Rutland City Swimming Pool','Locale',1922071,'2013-09-15 18:43:56','433556N','0725808W','Rutland','VT'),(1213,0,'Rutland','2013-09-15 18:43:56',577,'Rutland Country Club','Locale',1922072,'2013-09-15 18:43:56','433723N','0725918W','Rutland','VT'),(1214,0,'Rutland','2013-09-15 18:43:56',509,'Rutland County','Civil',1461767,'2013-09-15 18:43:56','433448N','0730212W','West Rutland','VT'),(1215,0,'Rutland','2013-09-15 18:43:56',597,'Rutland Golf Course','Locale',1922078,'2013-09-15 18:43:56','433737N','0725918W','Chittenden','VT'),(1216,0,'Rutland','2013-09-15 18:43:56',650,'Rutland Mall Shopping Center','Locale',1922084,'2013-09-15 18:43:56','433725N','0725718W','Rutland','VT'),(1217,0,'Rutland','2013-09-15 18:43:56',548,'Rutland Plaza Shopping Center','Locale',1922088,'2013-09-15 18:43:56','433616N','0725847W','Rutland','VT'),(1218,0,'Caledonia','2013-09-15 18:43:56',1050,'Ryegate Corner','Populated Place',1459297,'2013-09-15 18:43:56','441230N','0720613W','Woodsville','VT'),(1219,0,'Grand Isle','2013-09-15 18:43:56',148,'Sacred Heart Camp (historical)','Locale',1918544,'2013-09-15 18:43:56','445354N','0732037W','Rouses Point','VT'),(1220,0,'Franklin','2013-09-15 18:43:56',417,'Saint Albans','Populated Place',1459306,'2013-09-15 18:43:56','444839N','0730459W','Saint Albans','VT'),(1221,0,'Franklin','2013-09-15 18:43:56',112,'Saint Albans Bay','Populated Place',1459308,'2013-09-15 18:43:56','444828N','0730821W','Saint Albans Bay','VT'),(1222,0,'Franklin','2013-09-15 18:43:56',367,'Saint Albans Drive-In','Locale',2633591,'2013-09-15 18:43:56','445036N','0730501W','Saint Albans','VT'),(1223,0,'Franklin','2013-09-15 18:43:56',443,'Saint Albans Shopping Center','Locale',1920749,'2013-09-15 18:43:56','444856N','0730453W','Saint Albans','VT'),(1224,0,'Franklin','2013-09-15 18:43:56',361,'Saint Albans Town Industrial Park','Locale',1920751,'2013-09-15 18:43:56','444803N','0730558W','Saint Albans','VT'),(1225,0,'Caledonia','2013-09-15 18:43:56',594,'Saint Johnsbury','Populated Place',1459328,'2013-09-15 18:43:56','442509N','0720054W','Saint Johnsbury','VT'),(1226,0,'Caledonia','2013-09-15 18:43:56',597,'Saint Johnsbury Center','Populated Place',1459329,'2013-09-15 18:43:56','442724N','0720056W','Saint Johnsbury','VT'),(1227,0,'Caledonia','2013-09-15 18:43:56',666,'Saint Johnsbury Country Club','Locale',1461805,'2013-09-15 18:43:56','442930N','0720022W','Saint Johnsbury','VT'),(1228,0,'Caledonia','2013-09-15 18:43:56',NULL,'Saint Johnsbury Plain (historical)','Populated Place',1919690,'2013-09-15 18:43:56','Unknown','Unknown','Unknown','VT'),(1229,0,'Chittenden','2013-09-15 18:43:56',167,'Saint Marks Youth Center','Locale',1459337,'2013-09-15 18:43:56','443035N','0731500W','Colchester Point','VT'),(1230,0,'Franklin','2013-09-15 18:43:56',371,'Saint Rocks','Populated Place',1459346,'2013-09-15 18:43:56','445103N','0725639W','Fairfield','VT'),(1231,0,'Addison','2013-09-15 18:43:56',423,'Salisbury','Populated Place',1461370,'2013-09-15 18:43:56','435347N','0730559W','East Middlebury','VT'),(1232,0,'Addison','2013-09-15 18:43:56',436,'Salisbury Hatchery','Locale',1918230,'2013-09-15 18:43:56','435525N','0730601W','East Middlebury','VT'),(1233,0,'Addison','2013-09-15 18:43:56',377,'Salisbury Station','Populated Place',1459354,'2013-09-15 18:43:56','435505N','0730939W','Cornwall','VT'),(1234,0,'Franklin','2013-09-15 18:43:56',413,'Samsonville','Populated Place',1459356,'2013-09-15 18:43:56','445525N','0724357W','Richford','VT'),(1235,0,'Franklin','2013-09-15 18:43:56',505,'Sanderson Corner','Populated Place',1459365,'2013-09-15 18:43:56','444016N','0725825W','Gilson Mountain','VT'),(1236,0,'Bennington','2013-09-15 18:43:56',804,'Sandgate','Populated Place',1459366,'2013-09-15 18:43:56','430853N','0731156W','West Rupert','VT'),(1237,0,'Addison','2013-09-15 18:43:56',636,'Satans Kingdom','Populated Place',1461375,'2013-09-15 18:43:56','435235N','0730351W','East Middlebury','VT'),(1238,0,'Washington','2013-09-15 18:43:56',430,'Saw Mill Mall Shopping Center','Locale',1919203,'2013-09-15 18:43:56','442018N','0724522W','Waterbury','VT'),(1239,0,'Windham','2013-09-15 18:43:56',472,'Saxtons River','Populated Place',1459397,'2013-09-15 18:43:56','430816N','0723035W','Saxtons River','VT'),(1240,0,'Rutland','2013-09-15 18:43:56',837,'Scottsville','Populated Place',1459436,'2013-09-15 18:43:56','432333N','0730028W','Middletown Springs','VT'),(1241,0,'Bennington','2013-09-15 18:43:56',1703,'Searsburg','Populated Place',1461382,'2013-09-15 18:43:56','425325N','0725708W','Mount Snow','VT'),(1242,0,'Bennington','2013-09-15 18:43:56',NULL,'Seth Warners Camping Ground (historical)','Locale',1920426,'2013-09-15 18:43:56','Unknown','Unknown','Unknown','VT'),(1243,0,'Caledonia','2013-09-15 18:43:56',1801,'Seyon Ranch','Locale',1919699,'2013-09-15 18:43:56','441337N','0721813W','Knox Mountain','VT'),(1244,0,'Bennington','2013-09-15 18:43:56',833,'Shadowbrook Farm','Locale',1920429,'2013-09-15 18:43:56','425156N','0731240W','Pownal','VT'),(1245,0,'Bennington','2013-09-15 18:43:56',915,'Shady Acres Campground','Locale',1920428,'2013-09-15 18:43:56','424842N','0731235W','Pownal','VT'),(1246,0,'Washington','2013-09-15 18:43:56',791,'Shady Rill','Populated Place',1459454,'2013-09-15 18:43:56','442039N','0723521W','Montpelier','VT'),(1247,0,'Bennington','2013-09-15 18:43:56',922,'Shaftsbury','Populated Place',1461385,'2013-09-15 18:43:56','430031N','0731128W','Arlington','VT'),(1248,0,'Bennington','2013-09-15 18:43:56',1089,'Shaftsbury Center','Populated Place',1461386,'2013-09-15 18:43:56','425857N','0731223W','Bennington','VT'),(1249,0,'Windsor','2013-09-15 18:43:56',486,'Sharon','Populated Place',1459459,'2013-09-15 18:43:56','434704N','0722715W','Sharon','VT'),(1250,0,'Franklin','2013-09-15 18:43:56',394,'Shawville','Populated Place',1459470,'2013-09-15 18:43:56','445511N','0725756W','Sheldon Springs','VT'),(1251,0,'Windsor','2013-09-15 18:43:56',1165,'Sheddsville','Populated Place',1459472,'2013-09-15 18:43:56','432921N','0722948W','Windsor','VT'),(1252,0,'Caledonia','2013-09-15 18:43:56',906,'Sheffield','Populated Place',1459474,'2013-09-15 18:43:56','443607N','0720650W','Lyndonville','VT'),(1253,0,'Caledonia','2013-09-15 18:43:56',1660,'Sheffield Square','Populated Place',1460451,'2013-09-15 18:43:56','443721N','0720924W','Stannard','VT'),(1254,0,'Chittenden','2013-09-15 18:43:56',154,'Shelburne','Populated Place',1459476,'2013-09-15 18:43:56','442250N','0731339W','Burlington','VT'),(1255,0,'Chittenden','2013-09-15 18:43:56',161,'Shelburne Bay Plaza Shopping Center','Locale',1918870,'2013-09-15 18:43:56','442606N','0731248W','Burlington','VT'),(1256,0,'Chittenden','2013-09-15 18:43:56',164,'Shelburne Camping Area','Locale',1918871,'2013-09-15 18:43:56','442404N','0731251W','Burlington','VT'),(1257,0,'Chittenden','2013-09-15 18:43:56',167,'Shelburne Falls','Populated Place',1459478,'2013-09-15 18:43:56','442214N','0731255W','Mount Philo','VT'),(1258,0,'Chittenden','2013-09-15 18:43:56',210,'Shelburne Road Plaza Shopping Center','Locale',1918877,'2013-09-15 18:43:56','442707N','0731228W','Burlington','VT'),(1259,0,'Chittenden','2013-09-15 18:43:56',105,'Shelburne Shipyard','Locale',1460493,'2013-09-15 18:43:56','442604N','0731454W','Burlington','VT'),(1260,0,'Chittenden','2013-09-15 18:43:56',154,'Shelburne Shopping Park Shopping Center','Locale',1918879,'2013-09-15 18:43:56','442252N','0731335W','Burlington','VT'),(1261,0,'Franklin','2013-09-15 18:43:56',341,'Sheldon','Populated Place',1459481,'2013-09-15 18:43:56','445254N','0725634W','Sheldon Springs','VT'),(1262,0,'Franklin','2013-09-15 18:43:56',344,'Sheldon Junction','Populated Place',1459485,'2013-09-15 18:43:56','445406N','0725651W','Sheldon Springs','VT'),(1263,0,'Franklin','2013-09-15 18:43:56',292,'Sheldon Springs','Populated Place',1459486,'2013-09-15 18:43:56','445422N','0725839W','Sheldon Springs','VT'),(1264,0,'Rutland','2013-09-15 18:43:56',1243,'Sherburne Center','Populated Place',1461395,'2013-09-15 18:43:56','433933N','0724626W','Pico Peak','VT'),(1265,0,'Chittenden','2013-09-15 18:43:56',915,'Sherman Hollow Ski Touring Center','Locale',1918882,'2013-09-15 18:43:56','442124N','0730129W','Hinesburg','VT'),(1266,0,'Windham','2013-09-15 18:43:56',1227,'Sherwood Forest','Populated Place',1461684,'2013-09-15 18:43:56','431342N','0725026W','Londonderry','VT'),(1267,0,'Chittenden','2013-09-15 18:43:56',190,'Shipman Hill','Populated Place',1459497,'2013-09-15 18:43:56','443137N','0731223W','Colchester','VT'),(1268,0,'Addison','2013-09-15 18:43:56',338,'Shoreham','Populated Place',1459499,'2013-09-15 18:43:56','435337N','0731857W','Bridport','VT'),(1269,0,'Orleans','2013-09-15 18:43:56',994,'Shortsleve Mink Farm (historical)','Locale',1920116,'2013-09-15 18:43:56','444631N','0722728W','Lowell','VT'),(1270,0,'Rutland','2013-09-15 18:43:56',1650,'Shrewsbury','Populated Place',1459502,'2013-09-15 18:43:56','433032N','0725200W','Killington Peak','VT'),(1271,0,'Addison','2013-09-15 18:43:56',1260,'Silver Lake Camp and Picnic Grounds','Locale',1461700,'2013-09-15 18:43:56','435342N','0730302W','East Middlebury','VT'),(1272,0,'Windsor','2013-09-15 18:43:56',1391,'Silver Lake Camping Area','Locale',1922595,'2013-09-15 18:43:56','434334N','0723703W','Woodstock North','VT'),(1273,0,'Addison','2013-09-15 18:43:56',1266,'Silver Lake Recreation Area','Locale',1918244,'2013-09-15 18:43:56','435354N','0730302W','East Middlebury','VT'),(1274,0,'Addison','2013-09-15 18:43:56',1302,'Silver Towers Camp','Locale',1461690,'2013-09-15 18:43:56','435716N','0730127W','East Middlebury','VT'),(1275,0,'Addison','2013-09-15 18:43:56',1257,'Silver Towers Camp','Locale',1918245,'2013-09-15 18:43:56','435723N','0730133W','East Middlebury','VT'),(1276,0,'Essex','2013-09-15 18:43:56',1729,'Simms Hill','Populated Place',1460452,'2013-09-15 18:43:56','445137N','0713517W','Tinkerville','VT'),(1277,0,'Windsor','2013-09-15 18:43:56',1155,'Simonsville','Populated Place',1459516,'2013-09-15 18:43:56','431528N','0724257W','Andover','VT'),(1278,0,'Windham','2013-09-15 18:43:56',705,'Simpsonville','Populated Place',1461403,'2013-09-15 18:43:56','430421N','0723859W','Townshend','VT'),(1279,0,'Windham','2013-09-15 18:43:56',1594,'Sitzmark Cross Country Ski Center','Locale',1921172,'2013-09-15 18:43:56','425518N','0725014W','West Dover','VT'),(1280,0,'Windham','2013-09-15 18:43:56',1578,'Sitzmark Golf Course','Locale',1921173,'2013-09-15 18:43:56','425515N','0725024W','West Dover','VT'),(1281,0,'Franklin','2013-09-15 18:43:56',322,'Skeels Corner','Populated Place',1459526,'2013-09-15 18:43:56','445356N','0730359W','Highgate Center','VT'),(1282,0,'Addison','2013-09-15 18:43:56',3373,'Skylight Lodge','Locale',1461645,'2013-09-15 18:43:56','435913N','0725611W','Bread Loaf','VT'),(1283,0,'Caledonia','2013-09-15 18:43:56',1453,'Smith Corner','Populated Place',1460453,'2013-09-15 18:43:56','442800N','0721616W','Cabot','VT'),(1284,0,'Windsor','2013-09-15 18:43:56',958,'Smithville','Populated Place',1459547,'2013-09-15 18:43:56','432317N','0724004W','Ludlow','VT'),(1285,0,'Rutland','2013-09-15 18:43:56',479,'Smoke Rise Family Campground','Locale',1922128,'2013-09-15 18:43:56','434911N','0730610W','Brandon','VT'),(1286,0,'Lamoille','2013-09-15 18:43:56',2119,'Smugglers Notch Natural Area','Locale',1918451,'2013-09-15 18:43:56','443314N','0724746W','Mount Mansfield','VT'),(1287,0,'Bennington','2013-09-15 18:43:56',1913,'Snow Valley Ski Area (historical)','Locale',1461416,'2013-09-15 18:43:56','431155N','0725809W','Peru','VT'),(1288,0,'Bennington','2013-09-15 18:43:56',1407,'Snow Valley Ski Center','Locale',1920444,'2013-09-15 18:43:56','431202N','0725928W','Peru','VT'),(1289,0,'Bennington','2013-09-15 18:43:56',525,'Sodom','Populated Place',1459558,'2013-09-15 18:43:56','425610N','0731556W','Hoosick Falls','VT'),(1290,0,'Windham','2013-09-15 18:43:56',1893,'Somerset','Populated Place',1461418,'2013-09-15 18:43:56','425701N','0725911W','Mount Snow','VT'),(1291,0,'Orleans','2013-09-15 18:43:56',1306,'Songadeewin Camp','Locale',1459562,'2013-09-15 18:43:56','444624N','0720425W','Westmore','VT'),(1292,0,'Windsor','2013-09-15 18:43:56',1588,'Sonneberg Ski Area','Locale',1922639,'2013-09-15 18:43:56','434328N','0723518W','Woodstock North','VT'),(1293,0,'Orleans','2013-09-15 18:43:56',1342,'South Albany','Populated Place',1459564,'2013-09-15 18:43:56','444129N','0721843W','Craftsbury','VT'),(1294,0,'Grand Isle','2013-09-15 18:43:56',112,'South Alburg','Populated Place',1459565,'2013-09-15 18:43:56','445315N','0731642W','Rouses Point','VT'),(1295,0,'Washington','2013-09-15 18:43:56',732,'South Barre','Populated Place',1459567,'2013-09-15 18:43:56','441037N','0723020W','Barre West','VT'),(1296,0,'Bennington','2013-09-15 18:43:56',2582,'South Bourn Shelter','Locale',1461422,'2013-09-15 18:43:56','430612N','0730018W','Sunderland','VT'),(1297,0,'Chittenden','2013-09-15 18:43:56',98,'South Breakwater Light','Locale',1461820,'2013-09-15 18:43:56','442810N','0731333W','Burlington','VT'),(1298,0,'Chittenden','2013-09-15 18:43:56',315,'South Burlington','Populated Place',1459577,'2013-09-15 18:43:56','442801N','0731015W','Burlington','VT'),(1299,0,'Chittenden','2013-09-15 18:43:56',213,'South Burlington Factory Outlet Center Shopping Center','Locale',1918888,'2013-09-15 18:43:56','442657N','0731227W','Burlington','VT'),(1300,0,'Washington','2013-09-15 18:43:56',1424,'South Cabot','Populated Place',1459578,'2013-09-15 18:43:56','442203N','0721632W','Marshfield','VT'),(1301,0,'Lamoille','2013-09-15 18:43:56',853,'South Cambridge','Populated Place',1459579,'2013-09-15 18:43:56','443636N','0724837W','Mount Mansfield','VT'),(1302,0,'Orange','2013-09-15 18:43:56',784,'South Corinth','Populated Place',1459581,'2013-09-15 18:43:56','440058N','0721357W','East Corinth','VT'),(1303,0,'Bennington','2013-09-15 18:43:56',896,'South Dorset','Populated Place',1461428,'2013-09-15 18:43:56','431321N','0730424W','Manchester','VT'),(1304,0,'Washington','2013-09-15 18:43:56',725,'South Duxbury','Populated Place',1461429,'2013-09-15 18:43:56','441455N','0724711W','Waitsfield','VT'),(1305,0,'Rutland','2013-09-15 18:43:56',686,'South End','Populated Place',1461430,'2013-09-15 18:43:56','431902N','0725933W','Danby','VT'),(1306,0,'Franklin','2013-09-15 18:43:56',367,'South Franklin','Populated Place',1459586,'2013-09-15 18:43:56','445441N','0725158W','Enosburg Falls','VT'),(1307,0,'Franklin','2013-09-15 18:43:56',666,'South Franklin','Populated Place',1920781,'2013-09-15 18:43:56','445630N','0725048W','Enosburg Falls','VT'),(1308,0,'Grand Isle','2013-09-15 18:43:56',151,'South Hero','Populated Place',1459588,'2013-09-15 18:43:56','443843N','0731808W','South Hero','VT'),(1309,0,'Chittenden','2013-09-15 18:43:56',663,'South Hill Riverside Campground','Locale',1918892,'2013-09-15 18:43:56','443057N','0725651W','Underhill','VT'),(1310,0,'Chittenden','2013-09-15 18:43:56',463,'South Hinesburg','Populated Place',1459593,'2013-09-15 18:43:56','441732N','0730411W','Hinesburg','VT'),(1311,0,'Caledonia','2013-09-15 18:43:56',1217,'South Kirby','Populated Place',1919710,'2013-09-15 18:43:56','442813N','0715408W','Concord','VT'),(1312,0,'Addison','2013-09-15 18:43:56',1306,'South Lincoln','Populated Place',1461438,'2013-09-15 18:43:56','440417N','0725821W','Lincoln','VT'),(1313,0,'Windham','2013-09-15 18:43:56',1056,'South Londonderry','Populated Place',1461439,'2013-09-15 18:43:56','431134N','0724851W','Londonderry','VT'),(1314,0,'Essex','2013-09-15 18:43:56',863,'South Lunenburg','Populated Place',1459595,'2013-09-15 18:43:56','442545N','0714045W','Gilman','VT'),(1315,0,'Orange','2013-09-15 18:43:56',476,'South Newbury','Populated Place',1459599,'2013-09-15 18:43:56','440246N','0720505W','Newbury','VT'),(1316,0,'Windham','2013-09-15 18:43:56',620,'South Newfane','Populated Place',1459600,'2013-09-15 18:43:56','425617N','0724219W','Newfane','VT'),(1317,0,'Orleans','2013-09-15 18:43:56',1401,'South Newport','Populated Place',1460455,'2013-09-15 18:43:56','445249N','0722008W','Newport Center','VT'),(1318,0,'Washington','2013-09-15 18:43:56',837,'South Northfield','Populated Place',1459601,'2013-09-15 18:43:56','440655N','0723915W','Roxbury','VT'),(1319,0,'Caledonia','2013-09-15 18:43:56',1010,'South Peacham','Populated Place',1459602,'2013-09-15 18:43:56','441853N','0720957W','Peacham','VT'),(1320,0,'Windsor','2013-09-15 18:43:56',728,'South Pomfret','Populated Place',1459604,'2013-09-15 18:43:56','433954N','0723222W','Woodstock North','VT'),(1321,0,'Rutland','2013-09-15 18:43:56',571,'South Poultney','Populated Place',1459608,'2013-09-15 18:43:56','432832N','0731409W','Wells','VT'),(1322,0,'Orange','2013-09-15 18:43:56',561,'South Randolph','Populated Place',1459609,'2013-09-15 18:43:56','435341N','0723434W','Randolph Center','VT'),(1323,0,'Windsor','2013-09-15 18:43:56',1263,'South Reading','Populated Place',1459610,'2013-09-15 18:43:56','432827N','0723521W','Cavendish','VT'),(1324,0,'Franklin','2013-09-15 18:43:56',810,'South Richford','Populated Place',1459611,'2013-09-15 18:43:56','445603N','0723906W','Richford','VT'),(1325,0,'Windsor','2013-09-15 18:43:56',492,'South Royalton','Populated Place',1459612,'2013-09-15 18:43:56','434915N','0723116W','South Royalton','VT'),(1326,0,'Caledonia','2013-09-15 18:43:56',748,'South Ryegate','Populated Place',1459613,'2013-09-15 18:43:56','441118N','0720827W','Groton','VT'),(1327,0,'Bennington','2013-09-15 18:43:56',745,'South Shaftsbury','Populated Place',1461445,'2013-09-15 18:43:56','425647N','0731238W','Bennington','VT'),(1328,0,'Rutland','2013-09-15 18:43:56',1122,'South Sherburne','Populated Place',1854091,'2013-09-15 18:43:56','433619N','0724508W','Killington Peak','VT'),(1329,0,'Addison','2013-09-15 18:43:56',1093,'South Starksboro','Populated Place',1461446,'2013-09-15 18:43:56','440945N','0730049W','Bristol','VT'),(1330,0,'Orange','2013-09-15 18:43:56',919,'South Strafford','Populated Place',1459616,'2013-09-15 18:43:56','435007N','0722158W','South Strafford','VT'),(1331,0,'Orange','2013-09-15 18:43:56',541,'South Tunbridge','Populated Place',1459617,'2013-09-15 18:43:56','435119N','0723010W','South Royalton','VT'),(1332,0,'Windham','2013-09-15 18:43:56',262,'South Vernon','Populated Place',1461818,'2013-09-15 18:43:56','424339N','0722752W','Northfield','VT'),(1333,0,'Orange','2013-09-15 18:43:56',1365,'South Vershire','Populated Place',1460456,'2013-09-15 18:43:56','435520N','0721900W','Vershire','VT'),(1334,0,'Caledonia','2013-09-15 18:43:56',1230,'South Walden','Populated Place',1460457,'2013-09-15 18:43:56','442828N','0721723W','Cabot','VT'),(1335,0,'Rutland','2013-09-15 18:43:56',640,'South Wallingford','Populated Place',1461450,'2013-09-15 18:43:56','432446N','0725933W','Wallingford','VT'),(1336,0,'Windham','2013-09-15 18:43:56',1578,'South Wardsboro','Populated Place',1461451,'2013-09-15 18:43:56','430041N','0724700W','Jamaica','VT'),(1337,0,'Orange','2013-09-15 18:43:56',1381,'South Washington','Populated Place',1460458,'2013-09-15 18:43:56','440141N','0722446W','Washington','VT'),(1338,0,'Windham','2013-09-15 18:43:56',1440,'South Windham','Populated Place',1459623,'2013-09-15 18:43:56','430741N','0724240W','Windham','VT'),(1339,0,'Washington','2013-09-15 18:43:56',1027,'South Woodbury','Populated Place',1459624,'2013-09-15 18:43:56','442454N','0722517W','Woodbury','VT'),(1340,0,'Windsor','2013-09-15 18:43:56',1040,'South Woodstock','Populated Place',1459626,'2013-09-15 18:43:56','433356N','0723156W','Woodstock South','VT'),(1341,0,'Washington','2013-09-15 18:43:56',807,'Spooners Trailer Park and Campground','Locale',1919214,'2013-09-15 18:43:56','441941N','0722242W','Plainfield','VT'),(1342,0,'Windsor','2013-09-15 18:43:56',696,'Spoonerville','Populated Place',1460459,'2013-09-15 18:43:56','431843N','0723247W','Chester','VT'),(1343,0,'Addison','2013-09-15 18:43:56',348,'Spring Grove Campgrounds','Locale',1459646,'2013-09-15 18:43:56','440507N','0731103W','Middlebury','VT'),(1344,0,'Windsor','2013-09-15 18:43:56',400,'Springfield','Populated Place',1459648,'2013-09-15 18:43:56','431754N','0722856W','Springfield','VT'),(1345,0,'Windsor','2013-09-15 18:43:56',682,'Springfield Pool','Locale',1922617,'2013-09-15 18:43:56','431823N','0722916W','Springfield','VT'),(1346,0,'Windsor','2013-09-15 18:43:56',446,'Springfield Shopping Plaza Shopping Center','Locale',1922619,'2013-09-15 18:43:56','431813N','0722932W','Springfield','VT'),(1347,0,'Lamoille','2013-09-15 18:43:56',2270,'Spruce Peak Ski Area','Locale',1918453,'2013-09-15 18:43:56','443230N','0724644W','Mount Mansfield','VT'),(1348,0,'Rutland','2013-09-15 18:43:56',325,'Stacy Crossroads','Populated Place',1460460,'2013-09-15 18:43:56','434518N','0731834W','Orwell','VT'),(1349,0,'Bennington','2013-09-15 18:43:56',1129,'Stamford','Populated Place',1461460,'2013-09-15 18:43:56','424522N','0730404W','Stamford','VT'),(1350,0,'Caledonia','2013-09-15 18:43:56',1676,'Stannard','Populated Place',1459669,'2013-09-15 18:43:56','443232N','0721251W','Stannard','VT'),(1351,0,'Addison','2013-09-15 18:43:56',594,'Starksboro','Populated Place',1461467,'2013-09-15 18:43:56','441338N','0730326W','Bristol','VT'),(1352,0,'Chittenden','2013-09-15 18:43:56',135,'Starr Farm Beach','Populated Place',1459682,'2013-09-15 18:43:56','443037N','0731624W','Colchester Point','VT'),(1353,0,'Washington','2013-09-15 18:43:56',1906,'State of Vermont','Civil',1779802,'2013-09-15 18:43:56','440431N','0723945W','Roxbury','VT'),(1354,0,'Rutland','2013-09-15 18:43:56',407,'Stephen A Douglas Birthplace','Locale',1922137,'2013-09-15 18:43:56','434801N','0730541W','Brandon','VT'),(1355,0,'Essex','2013-09-15 18:43:56',883,'Stevens','Populated Place',1460461,'2013-09-15 18:43:56','443553N','0713338W','Groveton','VT'),(1356,0,'Orleans','2013-09-15 18:43:56',489,'Stevens Mills','Populated Place',1459702,'2013-09-15 18:43:56','445943N','0723650W','Jay Peak','VT'),(1357,0,'Chittenden','2013-09-15 18:43:56',1142,'Stevensville','Populated Place',1459707,'2013-09-15 18:43:56','443018N','0725159W','Mount Mansfield','VT'),(1358,0,'Caledonia','2013-09-15 18:43:56',1112,'Stillwater Campground','Locale',1919725,'2013-09-15 18:43:56','441647N','0721622W','Marshfield','VT'),(1359,0,'Windsor','2013-09-15 18:43:56',853,'Stockbridge','Populated Place',1461473,'2013-09-15 18:43:56','434710N','0724513W','Rochester','VT'),(1360,0,'Bennington','2013-09-15 18:43:56',2195,'Stocker Acres','Populated Place',1920465,'2013-09-15 18:43:56','430740N','0725226W','Londonderry','VT'),(1361,0,'Bennington','2013-09-15 18:43:56',2818,'Story Spring Shelter','Locale',1461475,'2013-09-15 18:43:56','430301N','0730043W','Sunderland','VT'),(1362,0,'Lamoille','2013-09-15 18:43:56',722,'Stowe','Populated Place',1459745,'2013-09-15 18:43:56','442755N','0724104W','Stowe','VT'),(1363,0,'Lamoille','2013-09-15 18:43:56',955,'Stowe Fork','Populated Place',1459747,'2013-09-15 18:43:56','443008N','0724522W','Mount Mansfield','VT'),(1364,0,'Lamoille','2013-09-15 18:43:56',758,'Stowe Golf Course','Locale',1918458,'2013-09-15 18:43:56','442844N','0724218W','Stowe','VT'),(1365,0,'Lamoille','2013-09-15 18:43:56',883,'Stowe Hollow Campground','Locale',1918460,'2013-09-15 18:43:56','442625N','0724048W','Stowe','VT'),(1366,0,'Orange','2013-09-15 18:43:56',922,'Strafford','Populated Place',1459751,'2013-09-15 18:43:56','435159N','0722240W','Sharon','VT'),(1367,0,'Windham','2013-09-15 18:43:56',1952,'Stratton','Populated Place',1461476,'2013-09-15 18:43:56','430234N','0725439W','Stratton Mountain','VT'),(1368,0,'Bennington','2013-09-15 18:43:56',1516,'Stratton Acres','Populated Place',1920467,'2013-09-15 18:43:56','430818N','0725252W','Peru','VT'),(1369,0,'Bennington','2013-09-15 18:43:56',2001,'Stratton Mountain','Populated Place',1920468,'2013-09-15 18:43:56','430700N','0725423W','Stratton Mountain','VT'),(1370,0,'Windham','2013-09-15 18:43:56',2310,'Stratton Mountain Camp','Locale',1461480,'2013-09-15 18:43:56','430244N','0725719W','Stratton Mountain','VT'),(1371,0,'Bennington','2013-09-15 18:43:56',1844,'Stratton Mountain Country Club','Locale',1920469,'2013-09-15 18:43:56','430727N','0725433W','Stratton Mountain','VT'),(1372,0,'Bennington','2013-09-15 18:43:56',1811,'Stratton Mountain Golf Course','Locale',1920470,'2013-09-15 18:43:56','430733N','0725406W','Peru','VT'),(1373,0,'Bennington','2013-09-15 18:43:56',2024,'Stratton Mountain Ski Center','Locale',1920471,'2013-09-15 18:43:56','430741N','0725432W','Peru','VT'),(1374,0,'Windham','2013-09-15 18:43:56',2178,'Stratton Mountain Winter Sports Area','Locale',1461661,'2013-09-15 18:43:56','430649N','0725440W','Stratton Mountain','VT'),(1375,0,'Bennington','2013-09-15 18:43:56',1821,'Stratton Valley','Populated Place',1920472,'2013-09-15 18:43:56','430808N','0725343W','Peru','VT'),(1376,0,'Windham','2013-09-15 18:43:56',2572,'Stratton View Shelter','Locale',1461668,'2013-09-15 18:43:56','430622N','0725816W','Stratton Mountain','VT'),(1377,0,'Bennington','2013-09-15 18:43:56',1470,'Strattonwald','Populated Place',1920473,'2013-09-15 18:43:56','430914N','0725253W','Peru','VT'),(1378,0,'Addison','2013-09-15 18:43:56',2671,'Sucker Brook Shelter','Locale',1461487,'2013-09-15 18:43:56','435327N','0725804W','Bread Loaf','VT'),(1379,0,'Rutland','2013-09-15 18:43:56',558,'Sudbury','Populated Place',1459766,'2013-09-15 18:43:56','434757N','0731216W','Sudbury','VT'),(1380,0,'Rutland','2013-09-15 18:43:56',745,'Sugar Hollow','Populated Place',1922143,'2013-09-15 18:43:56','434543N','0730122W','Brandon','VT'),(1381,0,'Lamoille','2013-09-15 18:43:56',1555,'Sugar House Nordic Center','Locale',1918469,'2013-09-15 18:43:56','443423N','0724627W','Mount Mansfield','VT'),(1382,0,'Washington','2013-09-15 18:43:56',1047,'Sugarbush Ski Center','Locale',1919219,'2013-09-15 18:43:56','441140N','0725328W','Mount Ellen','VT'),(1383,0,'Washington','2013-09-15 18:43:56',1988,'Sugarbush Valley Ski Area','Locale',1461807,'2013-09-15 18:43:56','440814N','0725424W','Mount Ellen','VT'),(1384,0,'Washington','2013-09-15 18:43:56',1778,'Sugarbush Village','Populated Place',1919220,'2013-09-15 18:43:56','440829N','0725344W','Mount Ellen','VT'),(1385,0,'Rutland','2013-09-15 18:43:56',856,'Sugarwood Hill','Populated Place',1922146,'2013-09-15 18:43:56','433955N','0725908W','Chittenden','VT'),(1386,0,'Windsor','2013-09-15 18:43:56',751,'Suicide Six Ski Area','Locale',1922640,'2013-09-15 18:43:56','433953N','0723238W','Woodstock North','VT'),(1387,0,'Caledonia','2013-09-15 18:43:56',NULL,'Summerville (historical)','Populated Place',1919728,'2013-09-15 18:43:56','Unknown','Unknown','Unknown','VT'),(1388,0,'Essex','2013-09-15 18:43:56',1398,'Summit','Locale',1460384,'2013-09-15 18:43:56','445359N','0715305W','Morgan Center','VT'),(1389,0,'Rutland','2013-09-15 18:43:56',1516,'Summit','Locale',1461494,'2013-09-15 18:43:56','432648N','0724652W','Mount Holly','VT'),(1390,0,'Caledonia','2013-09-15 18:43:56',1214,'Summit','Populated Place',1919730,'2013-09-15 18:43:56','444122N','0720323W','Sutton','VT'),(1391,0,'Orleans','2013-09-15 18:43:56',932,'Summit Siding','Locale',1459777,'2013-09-15 18:43:56','445817N','0721726W','Newport Center','VT'),(1392,0,'Bennington','2013-09-15 18:43:56',663,'Sunderland','Populated Place',1461496,'2013-09-15 18:43:56','430648N','0730611W','Sunderland','VT'),(1393,0,'Bennington','2013-09-15 18:43:56',659,'Sunderland Station','Locale',1920479,'2013-09-15 18:43:56','430631N','0730711W','Sunderland','VT'),(1394,0,'Caledonia','2013-09-15 18:43:56',1220,'Sunmit','Populated Place',1459781,'2013-09-15 18:43:56','444125N','0720326W','Sutton','VT'),(1395,0,'Rutland','2013-09-15 18:43:56',1798,'Sunnyside Shelter','Locale',1461744,'2013-09-15 18:43:56','432932N','0725532W','Wallingford','VT'),(1396,0,'Addison','2013-09-15 18:43:56',2543,'Sunrise Camp','Locale',1461497,'2013-09-15 18:43:56','434952N','0725737W','Mount Carmel','VT'),(1397,0,'Addison','2013-09-15 18:43:56',187,'Sunrise View Farm','Locale',2723160,'2013-09-15 18:43:56','440917N','0732021W','Vergennes West','VT'),(1398,0,'Chittenden','2013-09-15 18:43:56',135,'Sunset Drive-In','Locale',2630519,'2013-09-15 18:43:56','443213N','0731505W','Colchester Point','VT'),(1399,0,'Caledonia','2013-09-15 18:43:56',1214,'Sutton','Populated Place',1459792,'2013-09-15 18:43:56','443759N','0720132W','Sutton','VT'),(1400,0,'Caledonia','2013-09-15 18:43:56',1047,'Sutton Station','Locale',1459796,'2013-09-15 18:43:56','443934N','0720111W','Sutton','VT'),(1401,0,'Franklin','2013-09-15 18:43:56',144,'Swanton','Populated Place',1459802,'2013-09-15 18:43:56','445505N','0730727W','Highgate Center','VT'),(1402,0,'Franklin','2013-09-15 18:43:56',190,'Swanton Junction','Populated Place',1460462,'2013-09-15 18:43:56','445240N','0730555W','Highgate Center','VT'),(1403,0,'Bennington','2013-09-15 18:43:56',2300,'Swezey Camp','Locale',1461500,'2013-09-15 18:43:56','430900N','0725929W','Peru','VT'),(1404,0,'Lamoille','2013-09-15 18:43:56',3596,'Taft Lodge','Locale',1459814,'2013-09-15 18:43:56','443233N','0724834W','Mount Mansfield','VT'),(1405,0,'Chittenden','2013-09-15 18:43:57',397,'Tafts Corner','Populated Place',1918900,'2013-09-15 18:43:57','442659N','0730637W','Essex Junction','VT'),(1406,0,'Chittenden','2013-09-15 18:43:57',397,'Tafts Corner Shopping Center','Locale',1918901,'2013-09-15 18:43:57','442659N','0730635W','Essex Junction','VT'),(1407,0,'Windsor','2013-09-15 18:43:57',643,'Taftsville','Populated Place',1459815,'2013-09-15 18:43:57','433750N','0722808W','Quechee','VT'),(1408,0,'Windsor','2013-09-15 18:43:57',837,'Talcville','Populated Place',1461507,'2013-09-15 18:43:57','435131N','0724819W','Rochester','VT'),(1409,0,'Caledonia','2013-09-15 18:43:57',NULL,'Tampico Hill (historical)','Populated Place',1919736,'2013-09-15 18:43:57','Unknown','Unknown','Unknown','VT'),(1410,0,'Rutland','2013-09-15 18:43:57',1535,'Tarbellville','Populated Place',1461510,'2013-09-15 18:43:57','432431N','0725028W','Mount Holly','VT'),(1411,0,'Windham','2013-09-15 18:43:57',1791,'Tater Hill Golf Course','Locale',1921201,'2013-09-15 18:43:57','431325N','0724252W','Windham','VT'),(1412,0,'Windham','2013-09-15 18:43:57',1759,'Tater Hill Ski Center','Locale',1921202,'2013-09-15 18:43:57','431319N','0724304W','Windham','VT'),(1413,0,'Caledonia','2013-09-15 18:43:57',1165,'Taylor Bridge','Populated Place',1459826,'2013-09-15 18:43:57','442903N','0721733W','Cabot','VT'),(1414,0,'Chittenden','2013-09-15 18:43:57',1811,'Taylor Lodge','Locale',1459830,'2013-09-15 18:43:57','442914N','0724944W','Bolton Mountain','VT'),(1415,0,'Washington','2013-09-15 18:43:57',1076,'Teela Wooket Camp','Locale',1459834,'2013-09-15 18:43:57','440559N','0724343W','Roxbury','VT'),(1416,0,'Rutland','2013-09-15 18:43:57',1670,'Telemark Village','Populated Place',1922151,'2013-09-15 18:43:57','434007N','0724815W','Pico Peak','VT'),(1417,0,'Essex','2013-09-15 18:43:57',1093,'Texas','Populated Place',1460463,'2013-09-15 18:43:57','442504N','0714928W','Miles Pond','VT'),(1418,0,'Chittenden','2013-09-15 18:43:57',1280,'Texas Falls Picnic Area','Locale',1918902,'2013-09-15 18:43:57','435614N','0725417W','Bread Loaf','VT'),(1419,0,'Addison','2013-09-15 18:43:57',1276,'Texas Falls Picnic Grounds','Locale',1461829,'2013-09-15 18:43:57','435614N','0725418W','Bread Loaf','VT'),(1420,0,'Chittenden','2013-09-15 18:43:57',128,'Thayer Beach','Populated Place',1460504,'2013-09-15 18:43:57','443303N','0731535W','Colchester Point','VT'),(1421,0,'Bennington','2013-09-15 18:43:57',2490,'The Burning','Area',1461671,'2013-09-15 18:43:57','430607N','0730357W','Sunderland','VT'),(1422,0,'Chittenden','2013-09-15 18:43:57',105,'The Cedars','Locale',1459846,'2013-09-15 18:43:57','444243N','0731218W','Georgia Plains','VT'),(1423,0,'Bennington','2013-09-15 18:43:57',2356,'The Elbow','Locale',1461530,'2013-09-15 18:43:57','425041N','0730813W','Pownal','VT'),(1424,0,'Windsor','2013-09-15 18:43:57',538,'The Farm Campground','Locale',1922649,'2013-09-15 18:43:57','431727N','0722728W','Springfield','VT'),(1425,0,'Orleans','2013-09-15 18:43:57',1280,'The Four Corners','Populated Place',1459854,'2013-09-15 18:43:57','443539N','0721345W','Stannard','VT'),(1426,0,'Windsor','2013-09-15 18:43:57',1191,'The Island','Populated Place',1461532,'2013-09-15 18:43:57','431516N','0724741W','Weston','VT'),(1427,0,'Windsor','2013-09-15 18:43:57',820,'The Market Place at Bridge Water Mill Shopping Center','Locale',1922651,'2013-09-15 18:43:57','433510N','0723705W','Woodstock South','VT'),(1428,0,'Chittenden','2013-09-15 18:43:57',98,'The Moorings','Locale',1918906,'2013-09-15 18:43:57','443304N','0731333W','Colchester','VT'),(1429,0,'Windham','2013-09-15 18:43:57',1863,'The White Horse Ski Touring Center','Locale',1921209,'2013-09-15 18:43:57','425224N','0725106W','Jacksonville','VT'),(1430,0,'Rutland','2013-09-15 18:43:57',1745,'The Woods','Populated Place',1922154,'2013-09-15 18:43:57','433939N','0724735W','Pico Peak','VT'),(1431,0,'Bennington','2013-09-15 18:43:57',2418,'Thendara Camp','Locale',1461538,'2013-09-15 18:43:57','425048N','0730758W','Pownal','VT'),(1432,0,'Chittenden','2013-09-15 18:43:57',2392,'Theron Dean Shelter','Locale',1918907,'2013-09-15 18:43:57','441238N','0725553W','Mount Ellen','VT'),(1433,0,'Orange','2013-09-15 18:43:57',610,'Thetford Center','Populated Place',1459897,'2013-09-15 18:43:57','434943N','0721446W','Lyme','VT'),(1434,0,'Orange','2013-09-15 18:43:57',922,'Thetford Hill','Populated Place',1459896,'2013-09-15 18:43:57','434910N','0721343W','Lyme','VT'),(1435,0,'Washington','2013-09-15 18:43:57',1617,'Thistle Hill Camping Area','Locale',1919222,'2013-09-15 18:43:57','442217N','0721822W','Marshfield','VT'),(1436,0,'Windham','2013-09-15 18:43:57',1204,'Thompsonburg','Populated Place',1461540,'2013-09-15 18:43:57','431228N','0724648W','Londonderry','VT'),(1437,0,'Orleans','2013-09-15 18:43:57',1148,'Tice','Populated Place',1459903,'2013-09-15 18:43:57','445847N','0720206W','West Charleston','VT'),(1438,0,'Orleans','2013-09-15 18:43:57',2585,'Tillotson Camp','Locale',1459906,'2013-09-15 18:43:57','444801N','0723258W','Hazens Notch','VT'),(1439,0,'Orleans','2013-09-15 18:43:57',1319,'Tillotson Mill','Populated Place',1460464,'2013-09-15 18:43:57','444655N','0723103W','Hazens Notch','VT'),(1440,0,'Windham','2013-09-15 18:43:57',1919,'Timber Creek Ski Resort','Locale',1921213,'2013-09-15 18:43:57','425755N','0725313W','Mount Snow','VT'),(1441,0,'Rutland','2013-09-15 18:43:57',614,'Timber Hill Estates','Populated Place',1922155,'2013-09-15 18:43:57','432749N','0725840W','Wallingford','VT'),(1442,0,'Windsor','2013-09-15 18:43:57',640,'Timber Village Shopping Center','Locale',1922654,'2013-09-15 18:43:57','433900N','0722443W','Quechee','VT'),(1443,0,'Windham','2013-09-15 18:43:57',810,'Timbertrail Camp','Locale',1459909,'2013-09-15 18:43:57','431311N','0723509W','Saxtons River','VT'),(1444,0,'Rutland','2013-09-15 18:43:57',1253,'Tinmouth','Populated Place',1459912,'2013-09-15 18:43:57','432655N','0730258W','Middletown Springs','VT'),(1445,0,'Orleans','2013-09-15 18:43:57',1473,'Tolman Corner','Populated Place',1460465,'2013-09-15 18:43:57','443403N','0721824W','Caspian Lake','VT'),(1446,0,'Lamoille','2013-09-15 18:43:57',896,'Topnotch Ski Touring Center','Locale',1918472,'2013-09-15 18:43:57','442953N','0724437W','Stowe','VT'),(1447,0,'Orange','2013-09-15 18:43:57',804,'Topsham Four Corners','Populated Place',1459928,'2013-09-15 18:43:57','440556N','0721328W','East Corinth','VT'),(1448,0,'Chittenden','2013-09-15 18:43:57',289,'Town Farm','Locale',1459932,'2013-09-15 18:43:57','443206N','0731045W','Colchester','VT'),(1449,0,'Addison','2013-09-15 18:43:57',105,'Town of Addison','Civil',1462023,'2013-09-15 18:43:57','440417N','0732042W','Snake Mountain','VT'),(1450,0,'Orleans','2013-09-15 18:43:57',1358,'Town of Albany','Civil',1462024,'2013-09-15 18:43:57','444402N','0722017W','Craftsbury','VT'),(1451,0,'Grand Isle','2013-09-15 18:43:57',161,'Town of Alburgh','Civil',1462025,'2013-09-15 18:43:57','445708N','0731705W','Rouses Point','VT'),(1452,0,'Windsor','2013-09-15 18:43:57',1470,'Town of Andover','Civil',1462026,'2013-09-15 18:43:57','431711N','0724321W','Andover','VT'),(1453,0,'Bennington','2013-09-15 18:43:57',1152,'Town of Arlington','Civil',1462027,'2013-09-15 18:43:57','430430N','0731208W','Arlington','VT'),(1454,0,'Windham','2013-09-15 18:43:57',1234,'Town of Athens','Civil',1462028,'2013-09-15 18:43:57','430653N','0723542W','Westminster West','VT'),(1455,0,'Essex','2013-09-15 18:43:57',2090,'Town of Averill','Civil',1462029,'2013-09-15 18:43:57','445636N','0714057W','Averill','VT'),(1456,0,'Franklin','2013-09-15 18:43:57',781,'Town of Bakersfield','Civil',1462031,'2013-09-15 18:43:57','444737N','0724646W','Bakersfield','VT'),(1457,0,'Windsor','2013-09-15 18:43:57',965,'Town of Baltimore','Civil',1462032,'2013-09-15 18:43:57','432135N','0723357W','Chester','VT'),(1458,0,'Windsor','2013-09-15 18:43:57',1335,'Town of Barnard','Civil',1462033,'2013-09-15 18:43:57','434346N','0723728W','Woodstock North','VT'),(1459,0,'Caledonia','2013-09-15 18:43:57',1122,'Town of Barnet','Civil',1462034,'2013-09-15 18:43:57','441911N','0720444W','Barnet','VT'),(1460,0,'Washington','2013-09-15 18:43:57',965,'Town of Barre','Civil',1462036,'2013-09-15 18:43:57','441109N','0722854W','Barre East','VT'),(1461,0,'Orleans','2013-09-15 18:43:57',1220,'Town of Barton','Civil',1462037,'2013-09-15 18:43:57','444529N','0720958W','Orleans','VT'),(1462,0,'Lamoille','2013-09-15 18:43:57',1086,'Town of Belvidere','Civil',1462038,'2013-09-15 18:43:57','444531N','0724037W','Cold Hollow Mountains','VT'),(1463,0,'Bennington','2013-09-15 18:43:57',807,'Town of Bennington','Civil',1462039,'2013-09-15 18:43:57','425307N','0731247W','Bennington','VT'),(1464,0,'Rutland','2013-09-15 18:43:57',518,'Town of Benson','Civil',1462040,'2013-09-15 18:43:57','434244N','0731830W','Benson','VT'),(1465,0,'Franklin','2013-09-15 18:43:57',820,'Town of Berkshire','Civil',1462041,'2013-09-15 18:43:57','445811N','0724529W','Enosburg Falls','VT'),(1466,0,'Washington','2013-09-15 18:43:57',1257,'Town of Berlin','Civil',1462042,'2013-09-15 18:43:57','441234N','0723614W','Barre West','VT'),(1467,0,'Windsor','2013-09-15 18:43:57',991,'Town of Bethel','Civil',1462043,'2013-09-15 18:43:57','435101N','0724022W','Bethel','VT'),(1468,0,'Essex','2013-09-15 18:43:57',1755,'Town of Bloomfield','Civil',1462044,'2013-09-15 18:43:57','444843N','0713841W','Bloomfield','VT'),(1469,0,'Chittenden','2013-09-15 18:43:57',997,'Town of Bolton','Civil',1462045,'2013-09-15 18:43:57','442356N','0725238W','Richmond','VT'),(1470,0,'Orange','2013-09-15 18:43:57',883,'Town of Bradford','Civil',1462046,'2013-09-15 18:43:57','440040N','0720929W','East Corinth','VT'),(1471,0,'Orange','2013-09-15 18:43:57',1007,'Town of Braintree','Civil',1462047,'2013-09-15 18:43:57','435811N','0724314W','Randolph','VT'),(1472,0,'Rutland','2013-09-15 18:43:57',453,'Town of Brandon','Civil',1462048,'2013-09-15 18:43:57','434758N','0730448W','Brandon','VT'),(1473,0,'Windham','2013-09-15 18:43:57',577,'Town of Brattleboro','Civil',1462049,'2013-09-15 18:43:57','425143N','0723652W','Brattleboro','VT'),(1474,0,'Windsor','2013-09-15 18:43:57',1099,'Town of Bridgewater','Civil',1462050,'2013-09-15 18:43:57','433731N','0724001W','Delectable Mountain','VT'),(1475,0,'Addison','2013-09-15 18:43:57',161,'Town of Bridport','Civil',1462051,'2013-09-15 18:43:57','435859N','0731959W','Bridport','VT'),(1476,0,'Essex','2013-09-15 18:43:57',1175,'Town of Brighton','Civil',1462052,'2013-09-15 18:43:57','444807N','0715210W','Spectacle Pond','VT'),(1477,0,'Addison','2013-09-15 18:43:57',1017,'Town of Bristol','Civil',1462053,'2013-09-15 18:43:57','440723N','0730413W','South Mountain','VT'),(1478,0,'Orange','2013-09-15 18:43:57',1253,'Town of Brookfield','Civil',1462054,'2013-09-15 18:43:57','440143N','0723532W','Brookfield','VT'),(1479,0,'Windham','2013-09-15 18:43:57',623,'Town of Brookline','Civil',1462055,'2013-09-15 18:43:57','430108N','0723636W','Westminster West','VT'),(1480,0,'Orleans','2013-09-15 18:43:57',1145,'Town of Brownington','Civil',1462056,'2013-09-15 18:43:57','444952N','0720731W','Orleans','VT'),(1481,0,'Essex','2013-09-15 18:43:57',1037,'Town of Brunswick','Civil',1462057,'2013-09-15 18:43:57','444354N','0713945W','Maidstone Lake','VT'),(1482,0,'Caledonia','2013-09-15 18:43:57',978,'Town of Burke','Civil',1462059,'2013-09-15 18:43:57','443651N','0715544W','Burke Mountain','VT'),(1483,0,'Washington','2013-09-15 18:43:57',1444,'Town of Cabot','Civil',1462061,'2013-09-15 18:43:57','442405N','0721746W','Cabot','VT'),(1484,0,'Washington','2013-09-15 18:43:57',1158,'Town of Calais','Civil',1462062,'2013-09-15 18:43:57','442154N','0722757W','Plainfield','VT'),(1485,0,'Lamoille','2013-09-15 18:43:57',764,'Town of Cambridge','Civil',1462063,'2013-09-15 18:43:57','443740N','0724907W','Jeffersonville','VT'),(1486,0,'Essex','2013-09-15 18:43:57',1286,'Town of Canaan','Civil',1462064,'2013-09-15 18:43:57','445839N','0713442W','Monadnock Mountain','VT'),(1487,0,'Rutland','2013-09-15 18:43:57',636,'Town of Castleton','Civil',1462065,'2013-09-15 18:43:57','433758N','0731027W','Bomoseen','VT'),(1488,0,'Windsor','2013-09-15 18:43:57',938,'Town of Cavendish','Civil',1462066,'2013-09-15 18:43:57','432419N','0723614W','Cavendish','VT'),(1489,0,'Orleans','2013-09-15 18:43:57',1325,'Town of Charleston','Civil',1462067,'2013-09-15 18:43:57','445100N','0720113W','Westmore','VT'),(1490,0,'Chittenden','2013-09-15 18:43:57',614,'Town of Charlotte','Civil',1462068,'2013-09-15 18:43:57','441832N','0731409W','Mount Philo','VT'),(1491,0,'Orange','2013-09-15 18:43:57',1178,'Town of Chelsea','Civil',1462069,'2013-09-15 18:43:57','435938N','0722726W','Chelsea','VT'),(1492,0,'Windsor','2013-09-15 18:43:57',853,'Town of Chester','Civil',1462070,'2013-09-15 18:43:57','431720N','0723701W','Chester','VT'),(1493,0,'Rutland','2013-09-15 18:43:57',2198,'Town of Chittenden','Civil',1462071,'2013-09-15 18:43:57','434538N','0725515W','Mount Carmel','VT'),(1494,0,'Rutland','2013-09-15 18:43:57',607,'Town of Clarendon','Civil',1462072,'2013-09-15 18:43:57','433149N','0725907W','Rutland','VT'),(1495,0,'Chittenden','2013-09-15 18:43:57',98,'Town of Colchester','Civil',1462073,'2013-09-15 18:43:57','443316N','0731300W','Colchester','VT'),(1496,0,'Essex','2013-09-15 18:43:57',1362,'Town of Concord','Civil',1462074,'2013-09-15 18:43:57','442553N','0715001W','Miles Pond','VT'),(1497,0,'Orange','2013-09-15 18:43:57',1430,'Town of Corinth','Civil',1462075,'2013-09-15 18:43:57','440216N','0721725W','West Topsham','VT'),(1498,0,'Addison','2013-09-15 18:43:57',331,'Town of Cornwall','Civil',1462076,'2013-09-15 18:43:57','435737N','0731258W','Cornwall','VT'),(1499,0,'Orleans','2013-09-15 18:43:57',932,'Town of Coventry','Civil',1462077,'2013-09-15 18:43:57','445308N','0721407W','Newport','VT'),(1500,0,'Orleans','2013-09-15 18:43:57',879,'Town of Craftsbury','Civil',1462078,'2013-09-15 18:43:57','443913N','0722346W','Albany','VT'),(1501,0,'Rutland','2013-09-15 18:43:57',1467,'Town of Danby','Civil',1462079,'2013-09-15 18:43:57','432114N','0730332W','Dorset','VT'),(1502,0,'Caledonia','2013-09-15 18:43:57',1355,'Town of Danville','Civil',1462080,'2013-09-15 18:43:57','442556N','0720734W','Joes Pond','VT'),(1503,0,'Orleans','2013-09-15 18:43:57',997,'Town of Derby','Civil',1462081,'2013-09-15 18:43:57','445704N','0720812W','Newport','VT'),(1504,0,'Bennington','2013-09-15 18:43:57',1384,'Town of Dorset','Civil',1462082,'2013-09-15 18:43:57','431532N','0730305W','Dorset','VT'),(1505,0,'Windham','2013-09-15 18:43:57',2037,'Town of Dover','Civil',1462083,'2013-09-15 18:43:57','425726N','0725031W','West Dover','VT'),(1506,0,'Windham','2013-09-15 18:43:57',725,'Town of Dummerston','Civil',1462084,'2013-09-15 18:43:57','425549N','0723530W','Putney','VT'),(1507,0,'Washington','2013-09-15 18:43:57',2257,'Town of Duxbury','Civil',1462085,'2013-09-15 18:43:57','441818N','0724928W','Waterbury','VT'),(1508,0,'Essex','2013-09-15 18:43:57',2162,'Town of East Haven','Civil',1462086,'2013-09-15 18:43:57','443920N','0714923W','Seneca Mountain','VT'),(1509,0,'Washington','2013-09-15 18:43:57',1102,'Town of East Montpelier','Civil',1462087,'2013-09-15 18:43:57','441721N','0723026W','Montpelier','VT'),(1510,0,'Lamoille','2013-09-15 18:43:57',1168,'Town of Eden','Civil',1462088,'2013-09-15 18:43:57','444252N','0723223W','Eden','VT'),(1511,0,'Lamoille','2013-09-15 18:43:57',1699,'Town of Elmore','Civil',1462089,'2013-09-15 18:43:57','442928N','0723050W','Mount Worcester','VT'),(1512,0,'Franklin','2013-09-15 18:43:57',748,'Town of Enosburgh','Civil',1462090,'2013-09-15 18:43:57','445248N','0724453W','Richford','VT'),(1513,0,'Chittenden','2013-09-15 18:43:57',476,'Town of Essex','Civil',1462091,'2013-09-15 18:43:57','443110N','0730356W','Essex Center','VT'),(1514,0,'Rutland','2013-09-15 18:43:57',364,'Town of Fair Haven','Civil',1462094,'2013-09-15 18:43:57','433701N','0731600W','Thorn Hill','VT'),(1515,0,'Franklin','2013-09-15 18:43:57',712,'Town of Fairfax','Civil',1462092,'2013-09-15 18:43:57','444159N','0730027W','Milton','VT'),(1516,0,'Franklin','2013-09-15 18:43:57',472,'Town of Fairfield','Civil',1462093,'2013-09-15 18:43:57','444828N','0725556W','Fairfield','VT'),(1517,0,'Orange','2013-09-15 18:43:57',945,'Town of Fairlee','Civil',1462095,'2013-09-15 18:43:57','435531N','0720947W','Fairlee','VT'),(1518,0,'Washington','2013-09-15 18:43:57',2047,'Town of Fayston','Civil',1462096,'2013-09-15 18:43:57','441247N','0725230W','Waitsfield','VT'),(1519,0,'Essex','2013-09-15 18:43:57',1936,'Town of Ferdinand','Civil',1462097,'2013-09-15 18:43:57','444340N','0714526W','Seneca Mountain','VT'),(1520,0,'Addison','2013-09-15 18:43:57',118,'Town of Ferrisburgh','Civil',1462098,'2013-09-15 18:43:57','441223N','0731638W','Vergennes West','VT'),(1521,0,'Franklin','2013-09-15 18:43:57',919,'Town of Fletcher','Civil',1462099,'2013-09-15 18:43:57','444239N','0725403W','Gilson Mountain','VT'),(1522,0,'Franklin','2013-09-15 18:43:57',607,'Town of Franklin','Civil',1462100,'2013-09-15 18:43:57','445835N','0725352W','Sheldon Springs','VT'),(1523,0,'Franklin','2013-09-15 18:43:57',338,'Town of Georgia','Civil',1462101,'2013-09-15 18:43:57','444342N','0730739W','Georgia Plains','VT'),(1524,0,'Bennington','2013-09-15 18:43:57',3638,'Town of Glastenbury','Civil',1462102,'2013-09-15 18:43:57','425840N','0730428W','Woodford','VT'),(1525,0,'Orleans','2013-09-15 18:43:57',1614,'Town of Glover','Civil',1462103,'2013-09-15 18:43:57','444103N','0721351W','Crystal Lake','VT'),(1526,0,'Addison','2013-09-15 18:43:57',1693,'Town of Goshen','Civil',1462104,'2013-09-15 18:43:57','435157N','0730017W','Brandon','VT'),(1527,0,'Windham','2013-09-15 18:43:57',1119,'Town of Grafton','Civil',1462105,'2013-09-15 18:43:57','431103N','0723708W','Saxtons River','VT'),(1528,0,'Essex','2013-09-15 18:43:57',1772,'Town of Granby','Civil',1462106,'2013-09-15 18:43:57','443608N','0714314W','Stone Mountain','VT'),(1529,0,'Grand Isle','2013-09-15 18:43:57',171,'Town of Grand Isle','Civil',1462107,'2013-09-15 18:43:57','444313N','0731756W','South Hero','VT'),(1530,0,'Addison','2013-09-15 18:43:57',1654,'Town of Granville','Civil',1462108,'2013-09-15 18:43:57','440020N','0725025W','Warren','VT'),(1531,0,'Orleans','2013-09-15 18:43:57',1827,'Town of Greensboro','Civil',1462109,'2013-09-15 18:43:57','443614N','0721719W','Caspian Lake','VT'),(1532,0,'Caledonia','2013-09-15 18:43:57',1437,'Town of Groton','Civil',1462110,'2013-09-15 18:43:57','441403N','0721543W','Knox Mountain','VT'),(1533,0,'Essex','2013-09-15 18:43:57',1260,'Town of Guildhall','Civil',1462111,'2013-09-15 18:43:57','443251N','0713742W','Stone Mountain','VT'),(1534,0,'Windham','2013-09-15 18:43:57',1115,'Town of Guilford','Civil',1462112,'2013-09-15 18:43:57','424644N','0723725W','Brattleboro','VT'),(1535,0,'Windham','2013-09-15 18:43:57',1608,'Town of Halifax','Civil',1462113,'2013-09-15 18:43:57','424653N','0724440W','Governors Mountain','VT'),(1536,0,'Addison','2013-09-15 18:43:57',2037,'Town of Hancock','Civil',1462114,'2013-09-15 18:43:57','435511N','0725439W','Bread Loaf','VT'),(1537,0,'Caledonia','2013-09-15 18:43:57',1286,'Town of Hardwick','Civil',1462115,'2013-09-15 18:43:57','443125N','0722053W','Caspian Lake','VT'),(1538,0,'Windsor','2013-09-15 18:43:57',751,'Town of Hartford','Civil',1462116,'2013-09-15 18:43:57','433952N','0722312W','Quechee','VT'),(1539,0,'Windsor','2013-09-15 18:43:57',1214,'Town of Hartland','Civil',1462117,'2013-09-15 18:43:57','433427N','0722605W','Hartland','VT'),(1540,0,'Franklin','2013-09-15 18:43:57',312,'Town of Highgate','Civil',1462118,'2013-09-15 18:43:57','445756N','0730324W','Highgate Center','VT'),(1541,0,'Chittenden','2013-09-15 18:43:57',531,'Town of Hinesburg','Civil',1462119,'2013-09-15 18:43:57','441928N','0730525W','Hinesburg','VT'),(1542,0,'Orleans','2013-09-15 18:43:57',1745,'Town of Holland','Civil',1462277,'2013-09-15 18:43:57','445813N','0715902W','Morgan Center','VT'),(1543,0,'Rutland','2013-09-15 18:43:57',627,'Town of Hubbardton','Civil',1462120,'2013-09-15 18:43:57','434246N','0731036W','Bomoseen','VT'),(1544,0,'Chittenden','2013-09-15 18:43:57',843,'Town of Huntington','Civil',1462121,'2013-09-15 18:43:57','441802N','0725714W','Huntington','VT'),(1545,0,'Lamoille','2013-09-15 18:43:57',1135,'Town of Hyde Park','Civil',1462122,'2013-09-15 18:43:57','443728N','0723353W','Morrisville','VT'),(1546,0,'Rutland','2013-09-15 18:43:57',1378,'Town of Ira','Civil',1462123,'2013-09-15 18:43:57','433311N','0730455W','West Rutland','VT'),(1547,0,'Orleans','2013-09-15 18:43:57',974,'Town of Irasburg','Civil',1462124,'2013-09-15 18:43:57','444851N','0721703W','Irasburg','VT'),(1548,0,'Grand Isle','2013-09-15 18:43:57',105,'Town of Isle La Motte','Civil',1462125,'2013-09-15 18:43:57','445147N','0732033W','North Hero','VT'),(1549,0,'Windham','2013-09-15 18:43:57',1352,'Town of Jamaica','Civil',1462126,'2013-09-15 18:43:57','430602N','0724758W','Jamaica','VT'),(1550,0,'Orleans','2013-09-15 18:43:57',1489,'Town of Jay','Civil',1462127,'2013-09-15 18:43:57','445802N','0722902W','North Troy','VT'),(1551,0,'Chittenden','2013-09-15 18:43:57',696,'Town of Jericho','Civil',1462128,'2013-09-15 18:43:57','442835N','0725746W','Richmond','VT'),(1552,0,'Lamoille','2013-09-15 18:43:57',715,'Town of Johnson','Civil',1462129,'2013-09-15 18:43:57','443854N','0724104W','Johnson','VT'),(1553,0,'Rutland','2013-09-15 18:43:57',1788,'Town of Killington','Civil',1462208,'2013-09-15 18:43:57','433915N','0724721W','Pico Peak','VT'),(1554,0,'Caledonia','2013-09-15 18:43:57',1568,'Town of Kirby','Civil',1462130,'2013-09-15 18:43:57','443010N','0715454W','Burke Mountain','VT'),(1555,0,'Bennington','2013-09-15 18:43:57',1522,'Town of Landgrove','Civil',1462131,'2013-09-15 18:43:57','431550N','0725048W','Weston','VT'),(1556,0,'Addison','2013-09-15 18:43:57',499,'Town of Leicester','Civil',1462132,'2013-09-15 18:43:57','435208N','0730551W','Brandon','VT'),(1557,0,'Essex','2013-09-15 18:43:57',1752,'Town of Lemington','Civil',1462133,'2013-09-15 18:43:57','445327N','0713459W','Monadnock Mountain','VT'),(1558,0,'Essex','2013-09-15 18:43:57',1450,'Town of Lewis','Civil',1462134,'2013-09-15 18:43:57','445201N','0714456W','Bloomfield','VT'),(1559,0,'Addison','2013-09-15 18:43:57',1270,'Town of Lincoln','Civil',1462135,'2013-09-15 18:43:57','440544N','0725821W','Lincoln','VT'),(1560,0,'Windham','2013-09-15 18:43:57',1168,'Town of Londonderry','Civil',1462136,'2013-09-15 18:43:57','431213N','0724812W','Londonderry','VT'),(1561,0,'Orleans','2013-09-15 18:43:57',1037,'Town of Lowell','Civil',1462137,'2013-09-15 18:43:57','444730N','0722725W','Lowell','VT'),(1562,0,'Windsor','2013-09-15 18:43:57',1010,'Town of Ludlow','Civil',1462138,'2013-09-15 18:43:57','432344N','0724216W','Ludlow','VT'),(1563,0,'Essex','2013-09-15 18:43:57',1240,'Town of Lunenburg','Civil',1462139,'2013-09-15 18:43:57','442835N','0714239W','Gilman','VT'),(1564,0,'Caledonia','2013-09-15 18:43:57',745,'Town of Lyndon','Civil',1462140,'2013-09-15 18:43:57','443242N','0720027W','Lyndonville','VT'),(1565,0,'Essex','2013-09-15 18:43:57',1368,'Town of Maidstone','Civil',1462141,'2013-09-15 18:43:57','443824N','0713658W','Stratford','VT'),(1566,0,'Bennington','2013-09-15 18:43:57',810,'Town of Manchester','Civil',1462142,'2013-09-15 18:43:57','430955N','0730404W','Manchester','VT'),(1567,0,'Windham','2013-09-15 18:43:57',1457,'Town of Marlboro','Civil',1462143,'2013-09-15 18:43:57','425232N','0724422W','Newfane','VT'),(1568,0,'Washington','2013-09-15 18:43:57',1706,'Town of Marshfield','Civil',1462144,'2013-09-15 18:43:57','441855N','0722140W','Marshfield','VT'),(1569,0,'Rutland','2013-09-15 18:43:57',1841,'Town of Mendon','Civil',1462145,'2013-09-15 18:43:57','433734N','0725243W','Chittenden','VT'),(1570,0,'Addison','2013-09-15 18:43:57',436,'Town of Middlebury','Civil',1462146,'2013-09-15 18:43:57','440015N','0730721W','South Mountain','VT'),(1571,0,'Washington','2013-09-15 18:43:57',1027,'Town of Middlesex','Civil',1462147,'2013-09-15 18:43:57','441937N','0723750W','Middlesex','VT'),(1572,0,'Rutland','2013-09-15 18:43:57',820,'Town of Middletown Springs','Civil',1462148,'2013-09-15 18:43:57','432855N','0730738W','Wells','VT'),(1573,0,'Chittenden','2013-09-15 18:43:57',266,'Town of Milton','Civil',1462149,'2013-09-15 18:43:57','443835N','0730915W','Georgia Plains','VT'),(1574,0,'Addison','2013-09-15 18:43:57',758,'Town of Monkton','Civil',1462150,'2013-09-15 18:43:57','441339N','0730756W','Vergennes East','VT'),(1575,0,'Franklin','2013-09-15 18:43:57',896,'Town of Montgomery','Civil',1462151,'2013-09-15 18:43:57','445135N','0723616W','Hazens Notch','VT'),(1576,0,'Washington','2013-09-15 18:43:57',1663,'Town of Moretown','Civil',1462153,'2013-09-15 18:43:57','441524N','0724253W','Middlesex','VT'),(1577,0,'Orleans','2013-09-15 18:43:57',1447,'Town of Morgan','Civil',1462275,'2013-09-15 18:43:57','445343N','0715809W','Morgan Center','VT'),(1578,0,'Lamoille','2013-09-15 18:43:57',1073,'Town of Morristown','Civil',1462154,'2013-09-15 18:43:57','443254N','0723816W','Sterling Mountain','VT'),(1579,0,'Rutland','2013-09-15 18:43:57',1919,'Town of Mount Holly','Civil',1462155,'2013-09-15 18:43:57','432540N','0724816W','Mount Holly','VT'),(1580,0,'Rutland','2013-09-15 18:43:57',1821,'Town of Mount Tabor','Civil',1462156,'2013-09-15 18:43:57','432058N','0725541W','Danby','VT'),(1581,0,'Addison','2013-09-15 18:43:57',348,'Town of New Haven','Civil',1462160,'2013-09-15 18:43:57','440615N','0730953W','Middlebury','VT'),(1582,0,'Caledonia','2013-09-15 18:43:57',1421,'Town of Newark','Civil',1462157,'2013-09-15 18:43:57','444229N','0715529W','West Burke','VT'),(1583,0,'Orange','2013-09-15 18:43:57',774,'Town of Newbury','Civil',1462158,'2013-09-15 18:43:57','440634N','0720710W','Newbury','VT'),(1584,0,'Windham','2013-09-15 18:43:57',1227,'Town of Newfane','Civil',1462159,'2013-09-15 18:43:57','425812N','0724202W','Newfane','VT'),(1585,0,'Orleans','2013-09-15 18:43:57',919,'Town of Newport','Civil',1462162,'2013-09-15 18:43:57','445610N','0721815W','Newport Center','VT'),(1586,0,'Grand Isle','2013-09-15 18:43:57',95,'Town of North Hero','Civil',1462164,'2013-09-15 18:43:57','445013N','0731555W','North Hero','VT'),(1587,0,'Washington','2013-09-15 18:43:57',1411,'Town of Northfield','Civil',1462163,'2013-09-15 18:43:57','440843N','0724103W','Northfield','VT'),(1588,0,'Essex','2013-09-15 18:43:57',1339,'Town of Norton','Civil',1462165,'2013-09-15 18:43:57','445845N','0714859W','Norton Pond','VT'),(1589,0,'Windsor','2013-09-15 18:43:57',1050,'Town of Norwich','Civil',1462166,'2013-09-15 18:43:57','434508N','0721909W','South Strafford','VT'),(1590,0,'Orange','2013-09-15 18:43:57',1745,'Town of Orange','Civil',1462167,'2013-09-15 18:43:57','440922N','0722229W','Knox Mountain','VT'),(1591,0,'Addison','2013-09-15 18:43:57',410,'Town of Orwell','Civil',1462168,'2013-09-15 18:43:57','434822N','0731735W','Orwell','VT'),(1592,0,'Addison','2013-09-15 18:43:57',118,'Town of Panton','Civil',1462169,'2013-09-15 18:43:57','440813N','0732011W','Vergennes West','VT'),(1593,0,'Rutland','2013-09-15 18:43:57',600,'Town of Pawlet','Civil',1462170,'2013-09-15 18:43:57','432132N','0731115W','Pawlet','VT'),(1594,0,'Caledonia','2013-09-15 18:43:57',1778,'Town of Peacham','Civil',1462171,'2013-09-15 18:43:57','441959N','0721224W','Peacham','VT'),(1595,0,'Bennington','2013-09-15 18:43:57',2021,'Town of Peru','Civil',1462172,'2013-09-15 18:43:57','431519N','0725515W','Danby','VT'),(1596,0,'Rutland','2013-09-15 18:43:57',2149,'Town of Pittsfield','Civil',1462173,'2013-09-15 18:43:57','434736N','0724944W','Rochester','VT'),(1597,0,'Rutland','2013-09-15 18:43:57',358,'Town of Pittsford','Civil',1462174,'2013-09-15 18:43:57','434236N','0730238W','Proctor','VT'),(1598,0,'Washington','2013-09-15 18:43:57',1129,'Town of Plainfield','Civil',1462175,'2013-09-15 18:43:57','441438N','0722426W','Barre East','VT'),(1599,0,'Windsor','2013-09-15 18:43:57',1519,'Town of Plymouth','Civil',1462176,'2013-09-15 18:43:57','433121N','0724303W','Plymouth','VT'),(1600,0,'Windsor','2013-09-15 18:43:57',1444,'Town of Pomfret','Civil',1462177,'2013-09-15 18:43:57','434149N','0723022W','Woodstock North','VT'),(1601,0,'Rutland','2013-09-15 18:43:57',581,'Town of Poultney','Civil',1462178,'2013-09-15 18:43:57','433158N','0731129W','Poultney','VT'),(1602,0,'Bennington','2013-09-15 18:43:57',1289,'Town of Pownal','Civil',1462179,'2013-09-15 18:43:57','424730N','0731243W','Pownal','VT'),(1603,0,'Rutland','2013-09-15 18:43:57',479,'Town of Proctor','Civil',1462180,'2013-09-15 18:43:57','433907N','0730212W','Proctor','VT'),(1604,0,'Windham','2013-09-15 18:43:57',410,'Town of Putney','Civil',1462181,'2013-09-15 18:43:57','425941N','0723151W','Putney','VT'),(1605,0,'Orange','2013-09-15 18:43:57',1362,'Town of Randolph','Civil',1462182,'2013-09-15 18:43:57','435615N','0723624W','Randolph Center','VT'),(1606,0,'Windsor','2013-09-15 18:43:57',1972,'Town of Reading','Civil',1462183,'2013-09-15 18:43:57','432954N','0723540W','Cavendish','VT'),(1607,0,'Bennington','2013-09-15 18:43:57',1647,'Town of Readsboro','Civil',1462184,'2013-09-15 18:43:57','424756N','0725819W','Readsboro','VT'),(1608,0,'Franklin','2013-09-15 18:43:57',1168,'Town of Richford','Civil',1462185,'2013-09-15 18:43:57','445809N','0723705W','Jay Peak','VT'),(1609,0,'Chittenden','2013-09-15 18:43:57',446,'Town of Richmond','Civil',1462186,'2013-09-15 18:43:57','442343N','0725938W','Richmond','VT'),(1610,0,'Addison','2013-09-15 18:43:57',1670,'Town of Ripton','Civil',1462187,'2013-09-15 18:43:57','435919N','0725929W','Bread Loaf','VT'),(1611,0,'Windsor','2013-09-15 18:43:57',1890,'Town of Rochester','Civil',1462188,'2013-09-15 18:43:57','435232N','0724942W','Hancock','VT'),(1612,0,'Windham','2013-09-15 18:43:57',974,'Town of Rockingham','Civil',1462189,'2013-09-15 18:43:57','431054N','0723005W','Saxtons River','VT'),(1613,0,'Washington','2013-09-15 18:43:57',1690,'Town of Roxbury','Civil',1462190,'2013-09-15 18:43:57','440412N','0724338W','Roxbury','VT'),(1614,0,'Windsor','2013-09-15 18:43:57',518,'Town of Royalton','Civil',1462191,'2013-09-15 18:43:57','434853N','0723307W','South Royalton','VT'),(1615,0,'Bennington','2013-09-15 18:43:57',1296,'Town of Rupert','Civil',1462192,'2013-09-15 18:43:57','431549N','0731126W','Pawlet','VT'),(1616,0,'Rutland','2013-09-15 18:43:57',518,'Town of Rutland','Civil',1462194,'2013-09-15 18:43:57','433449N','0725859W','Rutland','VT'),(1617,0,'Caledonia','2013-09-15 18:43:57',1201,'Town of Ryegate','Civil',1462195,'2013-09-15 18:43:57','441320N','0720653W','Woodsville','VT'),(1618,0,'Franklin','2013-09-15 18:43:57',98,'Town of Saint Albans','Civil',1462197,'2013-09-15 18:43:57','444839N','0730844W','Saint Albans Bay','VT'),(1619,0,'Chittenden','2013-09-15 18:43:57',771,'Town of Saint George','Civil',1462198,'2013-09-15 18:43:57','442252N','0730713W','Essex Junction','VT'),(1620,0,'Caledonia','2013-09-15 18:43:57',614,'Town of Saint Johnsbury','Civil',1462199,'2013-09-15 18:43:57','442719N','0720042W','Saint Johnsbury','VT'),(1621,0,'Addison','2013-09-15 18:43:57',430,'Town of Salisbury','Civil',1462200,'2013-09-15 18:43:57','435523N','0730641W','East Middlebury','VT'),(1622,0,'Bennington','2013-09-15 18:43:57',1611,'Town of Sandgate','Civil',1462201,'2013-09-15 18:43:57','431008N','0731149W','West Rupert','VT'),(1623,0,'Bennington','2013-09-15 18:43:57',2218,'Town of Searsburg','Civil',1462202,'2013-09-15 18:43:57','425335N','0725800W','Mount Snow','VT'),(1624,0,'Bennington','2013-09-15 18:43:57',1076,'Town of Shaftsbury','Civil',1462203,'2013-09-15 18:43:57','425850N','0731229W','Bennington','VT'),(1625,0,'Windsor','2013-09-15 18:43:57',1247,'Town of Sharon','Civil',1462204,'2013-09-15 18:43:57','434659N','0722611W','Sharon','VT'),(1626,0,'Caledonia','2013-09-15 18:43:57',1516,'Town of Sheffield','Civil',1462205,'2013-09-15 18:43:57','443832N','0720739W','Crystal Lake','VT'),(1627,0,'Chittenden','2013-09-15 18:43:57',105,'Town of Shelburne','Civil',1462206,'2013-09-15 18:43:57','442326N','0731429W','Burlington','VT'),(1628,0,'Franklin','2013-09-15 18:43:57',495,'Town of Sheldon','Civil',1462207,'2013-09-15 18:43:57','445357N','0725517W','Sheldon Springs','VT'),(1629,0,'Addison','2013-09-15 18:43:57',325,'Town of Shoreham','Civil',1462209,'2013-09-15 18:43:57','435341N','0731849W','Bridport','VT'),(1630,0,'Rutland','2013-09-15 18:43:57',1601,'Town of Shrewsbury','Civil',1462210,'2013-09-15 18:43:57','433147N','0725120W','Killington Peak','VT'),(1631,0,'Windham','2013-09-15 18:43:57',2169,'Town of Somerset','Civil',1462211,'2013-09-15 18:43:57','425830N','0725744W','Mount Snow','VT'),(1632,0,'Grand Isle','2013-09-15 18:43:57',95,'Town of South Hero','Civil',1462213,'2013-09-15 18:43:57','443748N','0731852W','South Hero','VT'),(1633,0,'Windsor','2013-09-15 18:43:57',531,'Town of Springfield','Civil',1462214,'2013-09-15 18:43:57','431726N','0722851W','Springfield','VT'),(1634,0,'Bennington','2013-09-15 18:43:57',2096,'Town of Stamford','Civil',1462215,'2013-09-15 18:43:57','424717N','0730442W','Stamford','VT'),(1635,0,'Caledonia','2013-09-15 18:43:57',1913,'Town of Stannard','Civil',1462216,'2013-09-15 18:43:57','443214N','0721212W','Stannard','VT'),(1636,0,'Addison','2013-09-15 18:43:57',1713,'Town of Starksboro','Civil',1462217,'2013-09-15 18:43:57','441343N','0730056W','Bristol','VT'),(1637,0,'Windsor','2013-09-15 18:43:57',1004,'Town of Stockbridge','Civil',1462218,'2013-09-15 18:43:57','434523N','0724439W','Bethel','VT'),(1638,0,'Lamoille','2013-09-15 18:43:57',883,'Town of Stowe','Civil',1462219,'2013-09-15 18:43:57','442853N','0724319W','Stowe','VT'),(1639,0,'Orange','2013-09-15 18:43:57',1299,'Town of Strafford','Civil',1462220,'2013-09-15 18:43:57','435209N','0722200W','South Strafford','VT'),(1640,0,'Windham','2013-09-15 18:43:57',2543,'Town of Stratton','Civil',1462221,'2013-09-15 18:43:57','430348N','0725559W','Stratton Mountain','VT'),(1641,0,'Rutland','2013-09-15 18:43:57',814,'Town of Sudbury','Civil',1462222,'2013-09-15 18:43:57','434728N','0731048W','Sudbury','VT'),(1642,0,'Bennington','2013-09-15 18:43:57',2461,'Town of Sunderland','Civil',1462223,'2013-09-15 18:43:57','430417N','0730408W','Sunderland','VT'),(1643,0,'Caledonia','2013-09-15 18:43:57',1437,'Town of Sutton','Civil',1462224,'2013-09-15 18:43:57','443948N','0720221W','Sutton','VT'),(1644,0,'Franklin','2013-09-15 18:43:57',128,'Town of Swanton','Civil',1462225,'2013-09-15 18:43:57','445429N','0730731W','East Alburg','VT'),(1645,0,'Orange','2013-09-15 18:43:58',568,'Town of Thetford','Civil',1462226,'2013-09-15 18:43:58','435007N','0721453W','Lyme','VT'),(1646,0,'Rutland','2013-09-15 18:43:58',1417,'Town of Tinmouth','Civil',1462227,'2013-09-15 18:43:58','432641N','0730327W','Middletown Springs','VT'),(1647,0,'Orange','2013-09-15 18:43:58',1562,'Town of Topsham','Civil',1462228,'2013-09-15 18:43:58','440802N','0721459W','Groton','VT'),(1648,0,'Windham','2013-09-15 18:43:58',1093,'Town of Townshend','Civil',1462229,'2013-09-15 18:43:58','430417N','0724008W','Townshend','VT'),(1649,0,'Orleans','2013-09-15 18:43:58',961,'Town of Troy','Civil',1462230,'2013-09-15 18:43:58','445621N','0722257W','North Troy','VT'),(1650,0,'Orange','2013-09-15 18:43:58',571,'Town of Tunbridge','Civil',1462231,'2013-09-15 18:43:58','435407N','0722907W','Chelsea','VT'),(1651,0,'Chittenden','2013-09-15 18:43:58',1050,'Town of Underhill','Civil',1462232,'2013-09-15 18:43:58','443218N','0725310W','Underhill','VT'),(1652,0,'Windham','2013-09-15 18:43:58',358,'Town of Vernon','Civil',1462234,'2013-09-15 18:43:58','424544N','0723133W','Brattleboro','VT'),(1653,0,'Orange','2013-09-15 18:43:58',1614,'Town of Vershire','Civil',1462235,'2013-09-15 18:43:58','435722N','0721929W','Vershire','VT'),(1654,0,'Essex','2013-09-15 18:43:58',1194,'Town of Victory','Civil',1462236,'2013-09-15 18:43:58','443247N','0714911W','Gallup Mills','VT'),(1655,0,'Washington','2013-09-15 18:43:58',1037,'Town of Waitsfield','Civil',1462237,'2013-09-15 18:43:58','441053N','0724741W','Waitsfield','VT'),(1656,0,'Caledonia','2013-09-15 18:43:58',1880,'Town of Walden','Civil',1462238,'2013-09-15 18:43:58','442853N','0721410W','Joes Pond','VT'),(1657,0,'Rutland','2013-09-15 18:43:58',2175,'Town of Wallingford','Civil',1462239,'2013-09-15 18:43:58','432625N','0725640W','Wallingford','VT'),(1658,0,'Addison','2013-09-15 18:43:58',436,'Town of Waltham','Civil',1462240,'2013-09-15 18:43:58','440754N','0731404W','Vergennes East','VT'),(1659,0,'Windham','2013-09-15 18:43:58',1968,'Town of Wardsboro','Civil',1462241,'2013-09-15 18:43:58','430115N','0724836W','Jamaica','VT'),(1660,0,'Washington','2013-09-15 18:43:58',1165,'Town of Warren','Civil',1462242,'2013-09-15 18:43:58','440640N','0725139W','Warren','VT'),(1661,0,'Orange','2013-09-15 18:43:58',1939,'Town of Washington','Civil',1462243,'2013-09-15 18:43:58','440416N','0722521W','Washington','VT'),(1662,0,'Washington','2013-09-15 18:43:58',591,'Town of Waterbury','Civil',1462244,'2013-09-15 18:43:58','442306N','0724446W','Stowe','VT'),(1663,0,'Caledonia','2013-09-15 18:43:58',1306,'Town of Waterford','Civil',1462245,'2013-09-15 18:43:58','442245N','0715625W','Concord','VT'),(1664,0,'Lamoille','2013-09-15 18:43:58',741,'Town of Waterville','Civil',1462246,'2013-09-15 18:43:58','444259N','0724515W','Jeffersonville','VT'),(1665,0,'Windsor','2013-09-15 18:43:58',1007,'Town of Weathersfield','Civil',1462247,'2013-09-15 18:43:58','432318N','0722818W','Windsor','VT'),(1666,0,'Rutland','2013-09-15 18:43:58',1191,'Town of Wells','Civil',1462248,'2013-09-15 18:43:58','432557N','0731123W','Wells','VT'),(1667,0,'Orange','2013-09-15 18:43:58',728,'Town of West Fairlee','Civil',1462249,'2013-09-15 18:43:58','435621N','0721338W','Fairlee','VT'),(1668,0,'Rutland','2013-09-15 18:43:58',249,'Town of West Haven','Civil',1462252,'2013-09-15 18:43:58','433804N','0732207W','Benson','VT'),(1669,0,'Rutland','2013-09-15 18:43:58',486,'Town of West Rutland','Civil',1462256,'2013-09-15 18:43:58','433650N','0730342W','West Rutland','VT'),(1670,0,'Windsor','2013-09-15 18:43:58',1053,'Town of West Windsor','Civil',1462257,'2013-09-15 18:43:58','432906N','0722931W','Windsor','VT'),(1671,0,'Orleans','2013-09-15 18:43:58',1795,'Town of Westfield','Civil',1462250,'2013-09-15 18:43:58','445248N','0722820W','North Troy','VT'),(1672,0,'Chittenden','2013-09-15 18:43:58',466,'Town of Westford','Civil',1462251,'2013-09-15 18:43:58','443604N','0730017W','Essex Center','VT'),(1673,0,'Windham','2013-09-15 18:43:58',892,'Town of Westminster','Civil',1462253,'2013-09-15 18:43:58','430431N','0723040W','Westminster West','VT'),(1674,0,'Orleans','2013-09-15 18:43:58',1804,'Town of Westmore','Civil',1462254,'2013-09-15 18:43:58','444536N','0720138W','Westmore','VT'),(1675,0,'Windsor','2013-09-15 18:43:58',1788,'Town of Weston','Civil',1462255,'2013-09-15 18:43:58','431854N','0724821W','Weston','VT'),(1676,0,'Addison','2013-09-15 18:43:58',161,'Town of Weybridge','Civil',1462258,'2013-09-15 18:43:58','440249N','0731338W','Middlebury','VT'),(1677,0,'Caledonia','2013-09-15 18:43:58',1755,'Town of Wheelock','Civil',1462259,'2013-09-15 18:43:58','443406N','0720827W','Stannard','VT'),(1678,0,'Addison','2013-09-15 18:43:58',371,'Town of Whiting','Civil',1462260,'2013-09-15 18:43:58','435219N','0731159W','Sudbury','VT'),(1679,0,'Windham','2013-09-15 18:43:58',1903,'Town of Whitingham','Civil',1462261,'2013-09-15 18:43:58','424700N','0725201W','Jacksonville','VT'),(1680,0,'Orange','2013-09-15 18:43:58',866,'Town of Williamstown','Civil',1462262,'2013-09-15 18:43:58','440634N','0723229W','Brookfield','VT'),(1681,0,'Chittenden','2013-09-15 18:43:58',604,'Town of Williston','Civil',1462263,'2013-09-15 18:43:58','442605N','0730522W','Essex Junction','VT'),(1682,0,'Windham','2013-09-15 18:43:58',1526,'Town of Wilmington','Civil',1462264,'2013-09-15 18:43:58','425235N','0725144W','West Dover','VT'),(1683,0,'Windham','2013-09-15 18:43:58',1745,'Town of Windham','Civil',1462265,'2013-09-15 18:43:58','431028N','0724310W','Windham','VT'),(1684,0,'Windsor','2013-09-15 18:43:58',1158,'Town of Windsor','Civil',1462266,'2013-09-15 18:43:58','432837N','0722516W','Windsor','VT'),(1685,0,'Bennington','2013-09-15 18:43:58',1814,'Town of Winhall','Civil',1462267,'2013-09-15 18:43:58','430944N','0725603W','Peru','VT'),(1686,0,'Lamoille','2013-09-15 18:43:58',1253,'Town of Wolcott','Civil',1462269,'2013-09-15 18:43:58','443422N','0722717W','Wolcott','VT'),(1687,0,'Washington','2013-09-15 18:43:58',1312,'Town of Woodbury','Civil',1462270,'2013-09-15 18:43:58','442640N','0722424W','Woodbury','VT'),(1688,0,'Bennington','2013-09-15 18:43:58',2241,'Town of Woodford','Civil',1462271,'2013-09-15 18:43:58','425258N','0730448W','Woodford','VT'),(1689,0,'Windsor','2013-09-15 18:43:58',1145,'Town of Woodstock','Civil',1462272,'2013-09-15 18:43:58','433551N','0723308W','Woodstock South','VT'),(1690,0,'Washington','2013-09-15 18:43:58',1348,'Town of Worcester','Civil',1462273,'2013-09-15 18:43:58','442443N','0723426W','Mount Worcester','VT'),(1691,0,'Windsor','2013-09-15 18:43:58',1736,'Townsend Corners','Locale',1459943,'2013-09-15 18:43:58','433355N','0723425W','Woodstock South','VT'),(1692,0,'Windham','2013-09-15 18:43:58',577,'Townshend','Populated Place',1461549,'2013-09-15 18:43:58','430250N','0724003W','Townshend','VT'),(1693,0,'Windham','2013-09-15 18:43:58',794,'Townshend Dam','Locale',1461707,'2013-09-15 18:43:58','430307N','0724135W','Townshend','VT'),(1694,0,'Addison','2013-09-15 18:43:58',443,'Towtaid (historical)','Populated Place',1918912,'2013-09-15 18:43:58','435157N','0730627W','Brandon','VT'),(1695,0,'Windsor','2013-09-15 18:43:58',827,'Trail Head Ski Touring Center','Locale',1922656,'2013-09-15 18:43:58','434641N','0724751W','Rochester','VT'),(1696,0,'Windsor','2013-09-15 18:43:58',948,'Trail Head Winter Sports Area','Locale',1461832,'2013-09-15 18:43:58','434627N','0724654W','Rochester','VT'),(1697,0,'Lamoille','2013-09-15 18:43:58',1348,'Trapp Family Lodge and Cross Country Ski Center','Locale',1918474,'2013-09-15 18:43:58','442754N','0724441W','Stowe','VT'),(1698,0,'Orleans','2013-09-15 18:43:58',745,'Troy','Populated Place',1459958,'2013-09-15 18:43:58','445405N','0722405W','North Troy','VT'),(1699,0,'Washington','2013-09-15 18:43:58',932,'Tucker Hill Ski Center','Locale',1919225,'2013-09-15 18:43:58','441055N','0725206W','Waitsfield','VT'),(1700,0,'Rutland','2013-09-15 18:43:58',2283,'Tucker Johnson Shelter','Locale',1461704,'2013-09-15 18:43:58','434055N','0725049W','Pico Peak','VT'),(1701,0,'Grand Isle','2013-09-15 18:43:58',105,'Tudhopes Sailing Center','Locale',1918550,'2013-09-15 18:43:58','444606N','0731700W','North Hero','VT'),(1702,0,'Orange','2013-09-15 18:43:58',584,'Tunbridge','Populated Place',1459963,'2013-09-15 18:43:58','435327N','0722928W','Chelsea','VT'),(1703,0,'Rutland','2013-09-15 18:43:58',778,'Tupper','Populated Place',1461554,'2013-09-15 18:43:58','434826N','0724705W','Rochester','VT'),(1704,0,'Windsor','2013-09-15 18:43:58',NULL,'Twenty-Mile Encampment (historical)','Locale',1922663,'2013-09-15 18:43:58','Unknown','Unknown','Unknown','VT'),(1705,0,'Washington','2013-09-15 18:43:58',541,'Twin City Plaza Shopping Center','Locale',1919226,'2013-09-15 18:43:58','441337N','0723303W','Barre West','VT'),(1706,0,'Chittenden','2013-09-15 18:43:58',200,'Twin Orchards','Populated Place',1459975,'2013-09-15 18:43:58','442614N','0731236W','Burlington','VT'),(1707,0,'Windsor','2013-09-15 18:43:58',1083,'Tyson','Populated Place',1922665,'2013-09-15 18:43:58','432755N','0724218W','Ludlow','VT'),(1708,0,'Chittenden','2013-09-15 18:43:58',705,'Underhill','Populated Place',1459983,'2013-09-15 18:43:58','443133N','0725642W','Underhill','VT'),(1709,0,'Chittenden','2013-09-15 18:43:58',791,'Underhill Center','Populated Place',1459984,'2013-09-15 18:43:58','443027N','0725358W','Underhill','VT'),(1710,0,'Chittenden','2013-09-15 18:43:58',121,'Union Station','Locale',1459992,'2013-09-15 18:43:58','442832N','0731309W','Burlington','VT'),(1711,0,'Orange','2013-09-15 18:43:58',476,'Union Village','Populated Place',1459994,'2013-09-15 18:43:58','434719N','0721519W','South Strafford','VT'),(1712,0,'Addison','2013-09-15 18:43:58',1270,'United State Forest Service Silver Lake Campground','Locale',1918930,'2013-09-15 18:43:58','435350N','0730258W','East Middlebury','VT'),(1713,0,'Addison','2013-09-15 18:43:58',1562,'United States Forest Service Mount Moosalamoo Campground','Locale',1918929,'2013-09-15 18:43:58','435508N','0730137W','East Middlebury','VT'),(1714,0,'Chittenden','2013-09-15 18:43:58',308,'University Mall Shopping Center','Locale',1918933,'2013-09-15 18:43:58','442755N','0731101W','Burlington','VT'),(1715,0,'Addison','2013-09-15 18:43:58',387,'University of Vermont Morgan Horse Farm','Locale',1459996,'2013-09-15 18:43:58','440229N','0731102W','Middlebury','VT'),(1716,0,'Washington','2013-09-15 18:43:58',1467,'Upper Graniteville','Populated Place',1460000,'2013-09-15 18:43:58','440830N','0722835W','Barre East','VT'),(1717,0,'Addison','2013-09-15 18:43:58',194,'Vergennes','Populated Place',1460018,'2013-09-15 18:43:58','441002N','0731514W','Vergennes West','VT'),(1718,0,'Washington','2013-09-15 18:43:58',541,'Vermont Shopping Center','Locale',1919241,'2013-09-15 18:43:58','441347N','0723303W','Barre West','VT'),(1719,0,'Chittenden','2013-09-15 18:43:58',217,'Vermont State Craft Center Shelburne Farms','Locale',1918938,'2013-09-15 18:43:58','442843N','0731247W','Burlington','VT'),(1720,0,'Orange','2013-09-15 18:43:58',1358,'Vermont Technical College Farm','Locale',1921600,'2013-09-15 18:43:58','435620N','0723638W','Randolph Center','VT'),(1721,0,'Addison','2013-09-15 18:43:58',1470,'Vermont Thorpe Camp','Locale',1461563,'2013-09-15 18:43:58','435122N','0730031W','Brandon','VT'),(1722,0,'Bennington','2013-09-15 18:43:58',1522,'Vermont Ventures','Populated Place',1920491,'2013-09-15 18:43:58','431008N','0725336W','Peru','VT'),(1723,0,'Windham','2013-09-15 18:43:58',246,'Vermont Yankee Nuclear Power Station','Locale',1921227,'2013-09-15 18:43:58','424644N','0723051W','Brattleboro','VT'),(1724,0,'Windham','2013-09-15 18:43:58',262,'Vernon','Populated Place',1460025,'2013-09-15 18:43:58','424543N','0723048W','Brattleboro','VT'),(1725,0,'Orange','2013-09-15 18:43:58',1191,'Vershire','Populated Place',1460027,'2013-09-15 18:43:58','435811N','0721921W','Vershire','VT'),(1726,0,'Orange','2013-09-15 18:43:58',1683,'Vershire Center','Populated Place',1460466,'2013-09-15 18:43:58','435710N','0722015W','Vershire','VT'),(1727,0,'Orange','2013-09-15 18:43:58',1834,'Vershire Heights','Populated Place',1460467,'2013-09-15 18:43:58','435915N','0722208W','Vershire','VT'),(1728,0,'Essex','2013-09-15 18:43:58',1122,'Victory','Populated Place',1460468,'2013-09-15 18:43:58','443034N','0715045W','Gallup Mills','VT'),(1729,0,'Windham','2013-09-15 18:43:58',1194,'Viking Cross Country Ski Area','Locale',1461678,'2013-09-15 18:43:58','431327N','0724742W','Londonderry','VT'),(1730,0,'Windham','2013-09-15 18:43:58',1194,'Viking Ski Touring Center','Locale',1921231,'2013-09-15 18:43:58','431328N','0724739W','Londonderry','VT'),(1731,0,'Windham','2013-09-15 18:43:58',1335,'Viking Winter Sports Area','Locale',1461681,'2013-09-15 18:43:58','431313N','0724820W','Londonderry','VT'),(1732,0,'Orleans','2013-09-15 18:43:58',942,'Village of Albany','Civil',2378297,'2013-09-15 18:43:58','444349N','0722252W','Albany','VT'),(1733,0,'Grand Isle','2013-09-15 18:43:58',112,'Village of Alburg','Civil',2378298,'2013-09-15 18:43:58','445836N','0731809W','Rouses Point','VT'),(1734,0,'Bennington','2013-09-15 18:43:58',2497,'Village of Alpenwald','Populated Place',1920494,'2013-09-15 18:43:58','424914N','0730157W','Stamford','VT'),(1735,0,'Orleans','2013-09-15 18:43:58',942,'Village of Barton','Civil',2378299,'2013-09-15 18:43:58','444453N','0721031W','Crystal Lake','VT'),(1736,0,'Windham','2013-09-15 18:43:58',531,'Village of Bellows Falls','Civil',2378300,'2013-09-15 18:43:58','430804N','0722718W','Bellows Falls','VT'),(1737,0,'Orange','2013-09-15 18:43:58',413,'Village of Bradford (historical)','Civil',2057743,'2013-09-15 18:43:58','435933N','0720742W','Fairlee','VT'),(1738,0,'Washington','2013-09-15 18:43:58',1053,'Village of Cabot (historical)','Civil',2378301,'2013-09-15 18:43:58','442418N','0721842W','Cabot','VT'),(1739,0,'Lamoille','2013-09-15 18:43:58',702,'Village of Cambridge','Civil',2378302,'2013-09-15 18:43:58','443820N','0725244W','Gilson Mountain','VT'),(1740,0,'Orleans','2013-09-15 18:43:58',1004,'Village of Derby Center','Civil',2378303,'2013-09-15 18:43:58','445718N','0720810W','Newport','VT'),(1741,0,'Orleans','2013-09-15 18:43:58',1024,'Village of Derby Line','Civil',2378304,'2013-09-15 18:43:58','450003N','0720612W','West Charleston OE N','VT'),(1742,0,'Franklin','2013-09-15 18:43:58',427,'Village of Enosburg Falls','Civil',2378305,'2013-09-15 18:43:58','445430N','0724810W','Enosburg Falls','VT'),(1743,0,'Chittenden','2013-09-15 18:43:58',361,'Village of Essex Junction','Civil',2378306,'2013-09-15 18:43:58','442925N','0730650W','Essex Junction','VT'),(1744,0,'Lamoille','2013-09-15 18:43:58',738,'Village of Hyde Park','Civil',2378307,'2013-09-15 18:43:58','443546N','0723644W','Morrisville','VT'),(1745,0,'Windham','2013-09-15 18:43:58',1398,'Village of Jacksonville','Civil',2378308,'2013-09-15 18:43:58','424751N','0724909W','Jacksonville','VT'),(1746,0,'Lamoille','2013-09-15 18:43:58',479,'Village of Jeffersonville','Civil',2378309,'2013-09-15 18:43:58','443834N','0724942W','Jeffersonville','VT'),(1747,0,'Chittenden','2013-09-15 18:43:58',620,'Village of Jericho','Civil',2378310,'2013-09-15 18:43:58','443018N','0725916W','Underhill','VT'),(1748,0,'Lamoille','2013-09-15 18:43:58',495,'Village of Johnson','Civil',2378311,'2013-09-15 18:43:58','443812N','0724043W','Johnson','VT'),(1749,0,'Windsor','2013-09-15 18:43:58',1033,'Village of Ludlow','Civil',2378312,'2013-09-15 18:43:58','432350N','0724149W','Ludlow','VT'),(1750,0,'Caledonia','2013-09-15 18:43:58',709,'Village of Lyndonville','Civil',2378313,'2013-09-15 18:43:58','443207N','0720006W','Lyndonville','VT'),(1751,0,'Bennington','2013-09-15 18:43:58',876,'Village of Manchester','Civil',2378314,'2013-09-15 18:43:58','430940N','0730415W','Manchester','VT'),(1752,0,'Washington','2013-09-15 18:43:58',886,'Village of Marshfield','Civil',2378315,'2013-09-15 18:43:58','442107N','0722107W','Marshfield','VT'),(1753,0,'Chittenden','2013-09-15 18:43:58',302,'Village of Milton (historical)','Civil',2057742,'2013-09-15 18:43:58','443823N','0730635W','Milton','VT'),(1754,0,'Lamoille','2013-09-15 18:43:58',679,'Village of Morrisville','Civil',2378316,'2013-09-15 18:43:58','443330N','0723539W','Morrisville','VT'),(1755,0,'Orange','2013-09-15 18:43:58',440,'Village of Newbury','Civil',2378317,'2013-09-15 18:43:58','440452N','0720333W','Newbury','VT'),(1756,0,'Windham','2013-09-15 18:43:58',571,'Village of Newfane','Civil',2378318,'2013-09-15 18:43:58','425915N','0723917W','Newfane','VT'),(1757,0,'Bennington','2013-09-15 18:43:58',696,'Village of North Bennington','Civil',2378319,'2013-09-15 18:43:58','425526N','0731428W','Bennington','VT'),(1758,0,'Orleans','2013-09-15 18:43:58',607,'Village of North Troy','Civil',2378321,'2013-09-15 18:43:58','445947N','0722414W','North Troy','VT'),(1759,0,'Windham','2013-09-15 18:43:58',469,'Village of North Westminster (historical)','Civil',2378322,'2013-09-15 18:43:58','430715N','0722721W','Walpole','VT'),(1760,0,'Washington','2013-09-15 18:43:58',718,'Village of Northfield','Civil',2378320,'2013-09-15 18:43:58','440911N','0723921W','Northfield','VT'),(1761,0,'Bennington','2013-09-15 18:43:58',797,'Village of Old Bennington','Civil',2378323,'2013-09-15 18:43:58','425305N','0731251W','Bennington','VT'),(1762,0,'Orleans','2013-09-15 18:43:58',761,'Village of Orleans','Civil',2378324,'2013-09-15 18:43:58','444833N','0721205W','Orleans','VT'),(1763,0,'Windsor','2013-09-15 18:43:58',584,'Village of Perkinsville','Civil',2378325,'2013-09-15 18:43:58','432216N','0723057W','Chester','VT'),(1764,0,'Rutland','2013-09-15 18:43:58',430,'Village of Poultney','Civil',2378326,'2013-09-15 18:43:58','433105N','0731409W','Poultney','VT'),(1765,0,'Windham','2013-09-15 18:43:58',495,'Village of Saxtons River','Civil',2378327,'2013-09-15 18:43:58','430820N','0723037W','Saxtons River','VT'),(1766,0,'Franklin','2013-09-15 18:43:58',151,'Village of Swanton','Civil',2378328,'2013-09-15 18:43:58','445517N','0730712W','Highgate Center','VT'),(1767,0,'Washington','2013-09-15 18:43:58',522,'Village of Waterbury','Civil',2378329,'2013-09-15 18:43:58','442034N','0724435W','Middlesex','VT'),(1768,0,'Orange','2013-09-15 18:43:58',735,'Village of Wells River','Civil',2378330,'2013-09-15 18:43:58','440913N','0720342W','Woodsville','VT'),(1769,0,'Caledonia','2013-09-15 18:43:58',899,'Village of West Burke','Civil',2378331,'2013-09-15 18:43:58','443835N','0715845W','West Burke','VT'),(1770,0,'Windham','2013-09-15 18:43:58',243,'Village of Westminster','Civil',2378332,'2013-09-15 18:43:58','430426N','0722719W','Walpole','VT'),(1771,0,'Windsor','2013-09-15 18:43:58',709,'Village of Woodstock','Civil',2378333,'2013-09-15 18:43:58','433732N','0723100W','Woodstock North','VT'),(1772,0,'Bennington','2013-09-15 18:43:58',1401,'Villiage Inn Winter Sports Area','Locale',1461702,'2013-09-15 18:43:58','431535N','0725131W','Weston','VT'),(1773,0,'Windham','2013-09-15 18:43:58',2625,'Vondell Shelter','Locale',1461669,'2013-09-15 18:43:58','430607N','0725804W','Stratton Mountain','VT'),(1774,0,'Addison','2013-09-15 18:43:58',161,'Vorsteveld Farm','Locale',2723113,'2013-09-15 18:43:58','440748N','0732053W','Vergennes West','VT'),(1775,0,'Orange','2013-09-15 18:43:58',932,'Waits River','Populated Place',1460037,'2013-09-15 18:43:58','440522N','0721655W','West Topsham','VT'),(1776,0,'Washington','2013-09-15 18:43:58',712,'Waitsfield','Populated Place',1461570,'2013-09-15 18:43:58','441124N','0724929W','Waitsfield','VT'),(1777,0,'Washington','2013-09-15 18:43:58',1083,'Waitsfield Common','Populated Place',1461571,'2013-09-15 18:43:58','441124N','0724751W','Waitsfield','VT'),(1778,0,'Caledonia','2013-09-15 18:43:58',1637,'Walden','Populated Place',1919743,'2013-09-15 18:43:58','442659N','0721323W','Joes Pond','VT'),(1779,0,'Caledonia','2013-09-15 18:43:58',1660,'Walden Heights','Populated Place',1460041,'2013-09-15 18:43:58','442708N','0721525W','Cabot','VT'),(1780,0,'Caledonia','2013-09-15 18:43:58',1676,'Walden Station','Locale',1460042,'2013-09-15 18:43:58','442659N','0721531W','Cabot','VT'),(1781,0,'Essex','2013-09-15 18:43:58',1342,'Wallace Pond','Populated Place',1460367,'2013-09-15 18:43:58','450033N','0713713W','Monadnock Mountain OE N','VT'),(1782,0,'Rutland','2013-09-15 18:43:58',607,'Wallingford','Populated Place',1461573,'2013-09-15 18:43:58','432818N','0725838W','Wallingford','VT'),(1783,0,'Chittenden','2013-09-15 18:43:58',197,'Walnut Ledge','Populated Place',1460056,'2013-09-15 18:43:58','443600N','0731149W','Colchester','VT'),(1784,0,'Windsor','2013-09-15 18:43:58',1762,'Wantastiquet Trout Club','Locale',1461808,'2013-09-15 18:43:58','431828N','0724909W','Weston','VT'),(1785,0,'Windham','2013-09-15 18:43:58',1053,'Wardsboro','Populated Place',1461576,'2013-09-15 18:43:58','430230N','0724728W','Jamaica','VT'),(1786,0,'Windham','2013-09-15 18:43:58',1158,'Wardsboro Center','Populated Place',1461579,'2013-09-15 18:43:58','430210N','0724828W','Jamaica','VT'),(1787,0,'Essex','2013-09-15 18:43:58',2142,'Warner\'s Grant','Civil',1460374,'2013-09-15 18:43:58','445520N','0715445W','Morgan Center','VT'),(1788,0,'Caledonia','2013-09-15 18:43:58',568,'Warners Campground','Locale',1919750,'2013-09-15 18:43:58','441425N','0720328W','Woodsville','VT'),(1789,0,'Washington','2013-09-15 18:43:58',915,'Warren','Populated Place',1461581,'2013-09-15 18:43:58','440643N','0725121W','Warren','VT'),(1790,0,'Essex','2013-09-15 18:43:58',1384,'Warren\'s Gore','Civil',1462276,'2013-09-15 18:43:58','445441N','0715233W','Morgan Center','VT'),(1791,0,'Orange','2013-09-15 18:43:58',1280,'Washington','Populated Place',1460072,'2013-09-15 18:43:58','440620N','0722557W','Washington','VT'),(1792,0,'Washington','2013-09-15 18:43:58',820,'Washington County','Civil',1461768,'2013-09-15 18:43:58','441624N','0723654W','Montpelier','VT'),(1793,0,'Orange','2013-09-15 18:43:58',1647,'Washington Heights','Populated Place',1460469,'2013-09-15 18:43:58','440523N','0722732W','Washington','VT'),(1794,0,'Washington','2013-09-15 18:43:58',427,'Waterbury','Populated Place',1460075,'2013-09-15 18:43:58','442016N','0724522W','Waterbury','VT'),(1795,0,'Washington','2013-09-15 18:43:58',722,'Waterbury Center','Populated Place',1460076,'2013-09-15 18:43:58','442241N','0724257W','Stowe','VT'),(1796,0,'Washington','2013-09-15 18:43:58',1923,'Waterbury Last Block Sawmill','Locale',1919266,'2013-09-15 18:43:58','442435N','0724848W','Bolton Mountain','VT'),(1797,0,'Caledonia','2013-09-15 18:43:58',NULL,'Waterford Hollow (historical)','Populated Place',1919751,'2013-09-15 18:43:58','Unknown','Unknown','Unknown','VT'),(1798,0,'Orleans','2013-09-15 18:43:58',NULL,'Waterfront Plaza Shopping Center','Locale',1920137,'2013-09-15 18:43:58','Unknown','Unknown','Unknown','VT'),(1799,0,'Lamoille','2013-09-15 18:43:58',505,'Waterville','Populated Place',1460081,'2013-09-15 18:43:58','444125N','0724608W','Jeffersonville','VT'),(1800,0,'Windsor','2013-09-15 18:43:58',374,'Weathersfield Bow','Populated Place',1460085,'2013-09-15 18:43:58','432114N','0722426W','Springfield','VT'),(1801,0,'Windsor','2013-09-15 18:43:58',1201,'Weathersfield Center','Locale',1460086,'2013-09-15 18:43:58','432245N','0722758W','Windsor','VT'),(1802,0,'Windham','2013-09-15 18:43:58',2356,'Webster Shelter','Locale',1461712,'2013-09-15 18:43:58','430328N','0725614W','Stratton Mountain','VT'),(1803,0,'Washington','2013-09-15 18:43:58',1322,'Websterville','Populated Place',1460094,'2013-09-15 18:43:58','440938N','0722810W','Barre East','VT'),(1804,0,'Rutland','2013-09-15 18:43:58',502,'Wells','Populated Place',1460102,'2013-09-15 18:43:58','432502N','0731215W','Wells','VT'),(1805,0,'Orange','2013-09-15 18:43:58',433,'Wells River','Populated Place',1460106,'2013-09-15 18:43:58','440915N','0720249W','Woodsville','VT'),(1806,0,'Essex','2013-09-15 18:43:58',1152,'Wenlock','Populated Place',1460470,'2013-09-15 18:43:58','444635N','0714511W','Spectacle Pond','VT'),(1807,0,'Addison','2013-09-15 18:43:58',184,'West Addison','Populated Place',1460109,'2013-09-15 18:43:58','440454N','0732339W','Port Henry','VT'),(1808,0,'Bennington','2013-09-15 18:43:58',561,'West Arlington','Populated Place',1461585,'2013-09-15 18:43:58','430612N','0731245W','Arlington','VT'),(1809,0,'Caledonia','2013-09-15 18:43:58',892,'West Barnet','Populated Place',1460110,'2013-09-15 18:43:58','441836N','0720814W','Peacham','VT'),(1810,0,'Franklin','2013-09-15 18:43:58',528,'West Berkshire','Populated Place',1460111,'2013-09-15 18:43:58','445921N','0724849W','Enosburg Falls','VT'),(1811,0,'Washington','2013-09-15 18:43:58',581,'West Berlin','Populated Place',1459207,'2013-09-15 18:43:58','441200N','0723758W','Northfield','VT'),(1812,0,'Windsor','2013-09-15 18:43:58',1089,'West Bethel','Populated Place',1922702,'2013-09-15 18:43:58','435100N','0724138W','Bethel','VT'),(1813,0,'Chittenden','2013-09-15 18:43:58',942,'West Bolton','Populated Place',1460113,'2013-09-15 18:43:58','442644N','0725352W','Richmond','VT'),(1814,0,'Chittenden','2013-09-15 18:43:58',938,'West Bolton Golf Course','Locale',1918946,'2013-09-15 18:43:58','442637N','0725402W','Richmond','VT'),(1815,0,'Orange','2013-09-15 18:43:58',778,'West Braintree','Populated Place',1456547,'2013-09-15 18:43:58','435820N','0724448W','Randolph','VT'),(1816,0,'Lamoille','2013-09-15 18:43:58',761,'West Branch','Populated Place',1460115,'2013-09-15 18:43:58','442827N','0724257W','Stowe','VT'),(1817,0,'Windham','2013-09-15 18:43:58',482,'West Brattleboro','Populated Place',1460120,'2013-09-15 18:43:58','425121N','0723611W','Brattleboro','VT'),(1818,0,'Windsor','2013-09-15 18:43:58',1050,'West Bridgewater','Populated Place',1460121,'2013-09-15 18:43:58','433600N','0724455W','Plymouth','VT'),(1819,0,'Addison','2013-09-15 18:43:58',226,'West Bridport','Populated Place',1460471,'2013-09-15 18:43:58','435724N','0732345W','Crown Point','VT'),(1820,0,'Orange','2013-09-15 18:43:58',1063,'West Brookfield','Populated Place',1460123,'2013-09-15 18:43:58','440115N','0724019W','Roxbury','VT'),(1821,0,'Caledonia','2013-09-15 18:43:58',902,'West Burke','Populated Place',1460472,'2013-09-15 18:43:58','443829N','0715843W','West Burke','VT'),(1822,0,'Rutland','2013-09-15 18:43:58',449,'West Castleton','Populated Place',1460124,'2013-09-15 18:43:58','433932N','0731354W','Bomoseen','VT'),(1823,0,'Orleans','2013-09-15 18:43:58',1010,'West Charleston','Populated Place',1460126,'2013-09-15 18:43:58','445356N','0720334W','West Charleston','VT'),(1824,0,'Orange','2013-09-15 18:43:58',1414,'West Corinth','Populated Place',1460128,'2013-09-15 18:43:58','440229N','0722009W','West Topsham','VT'),(1825,0,'Addison','2013-09-15 18:43:58',466,'West Cornwall','Populated Place',1460129,'2013-09-15 18:43:58','435637N','0731404W','Cornwall','VT'),(1826,0,'Caledonia','2013-09-15 18:43:58',1588,'West Danville','Populated Place',1460130,'2013-09-15 18:43:58','442434N','0721142W','Joes Pond','VT'),(1827,0,'Windham','2013-09-15 18:43:58',1693,'West Dover','Populated Place',1461590,'2013-09-15 18:43:58','425621N','0725110W','West Dover','VT'),(1828,0,'Windham','2013-09-15 18:43:58',433,'West Dummerston','Populated Place',1460131,'2013-09-15 18:43:58','425535N','0723655W','Putney','VT'),(1829,0,'Franklin','2013-09-15 18:43:58',453,'West Enosburg','Populated Place',1460133,'2013-09-15 18:43:58','445219N','0724752W','Bakersfield','VT'),(1830,0,'Orange','2013-09-15 18:43:58',741,'West Fairlee','Populated Place',1460136,'2013-09-15 18:43:58','435433N','0721547W','Vershire','VT'),(1831,0,'Orange','2013-09-15 18:43:58',758,'West Fairlee Center','Populated Place',1460137,'2013-09-15 18:43:58','435636N','0721331W','Fairlee','VT'),(1832,0,'Franklin','2013-09-15 18:43:58',814,'West Fletcher','Populated Place',1460138,'2013-09-15 18:43:58','444218N','0725612W','Gilson Mountain','VT'),(1833,0,'Franklin','2013-09-15 18:43:58',305,'West Georgia','Populated Place',1460139,'2013-09-15 18:43:58','444209N','0730914W','Georgia Plains','VT'),(1834,0,'Orleans','2013-09-15 18:43:58',1312,'West Glover','Populated Place',1460140,'2013-09-15 18:43:58','444342N','0721326W','Crystal Lake','VT'),(1835,0,'Caledonia','2013-09-15 18:43:58',1122,'West Groton','Populated Place',1460141,'2013-09-15 18:43:58','441305N','0721436W','Groton','VT'),(1836,0,'Windham','2013-09-15 18:43:58',971,'West Guilford','Populated Place',1460142,'2013-09-15 18:43:58','424830N','0723948W','Governors Mountain','VT'),(1837,0,'Windham','2013-09-15 18:43:58',1152,'West Halifax','Populated Place',1460143,'2013-09-15 18:43:58','424714N','0724614W','Jacksonville','VT'),(1838,0,'Windsor','2013-09-15 18:43:58',374,'West Hartford','Populated Place',1460144,'2013-09-15 18:43:58','434244N','0722503W','Quechee','VT'),(1839,0,'Rutland','2013-09-15 18:43:58',351,'West Haven','Populated Place',1460145,'2013-09-15 18:43:58','433905N','0732050W','Benson','VT'),(1840,0,'Franklin','2013-09-15 18:43:58',1024,'West Hill','Populated Place',1460146,'2013-09-15 18:43:58','445153N','0723934W','Cold Hollow Mountains','VT'),(1841,0,'Windham','2013-09-15 18:43:58',1532,'West Jamaica','Populated Place',1461593,'2013-09-15 18:43:58','430406N','0725105W','Jamaica','VT'),(1842,0,'Addison','2013-09-15 18:43:58',886,'West Lincoln','Populated Place',1461594,'2013-09-15 18:43:58','440708N','0730112W','South Mountain','VT'),(1843,0,'Chittenden','2013-09-15 18:43:58',108,'West Milton','Populated Place',1460157,'2013-09-15 18:43:58','443750N','0731018W','Georgia Plains','VT'),(1844,0,'Orange','2013-09-15 18:43:58',909,'West Newbury','Populated Place',1460162,'2013-09-15 18:43:58','440352N','0720729W','East Corinth','VT'),(1845,0,'Windsor','2013-09-15 18:43:58',1152,'West Norwich','Populated Place',1460163,'2013-09-15 18:43:58','434548N','0722222W','South Strafford','VT'),(1846,0,'Rutland','2013-09-15 18:43:58',535,'West Pawlet','Populated Place',1460165,'2013-09-15 18:43:58','432113N','0731507W','West Pawlet','VT'),(1847,0,'Bennington','2013-09-15 18:43:58',741,'West Rupert','Populated Place',1460168,'2013-09-15 18:43:58','431419N','0731434W','West Rupert','VT'),(1848,0,'Rutland','2013-09-15 18:43:58',495,'West Rutland','Populated Place',1460169,'2013-09-15 18:43:58','433535N','0730242W','West Rutland','VT'),(1849,0,'Addison','2013-09-15 18:43:58',420,'West Salisbury','Populated Place',1460170,'2013-09-15 18:43:58','435522N','0730904W','Cornwall','VT'),(1850,0,'Bennington','2013-09-15 18:43:58',843,'West Sandgate','Populated Place',1460171,'2013-09-15 18:43:58','430946N','0731445W','West Rupert','VT'),(1851,0,'Lamoille','2013-09-15 18:43:58',1165,'West Settlement','Populated Place',1460473,'2013-09-15 18:43:58','443712N','0724316W','Sterling Mountain','VT'),(1852,0,'Windsor','2013-09-15 18:43:58',784,'West Springfield','Populated Place',1460172,'2013-09-15 18:43:58','431728N','0723118W','Chester','VT'),(1853,0,'Franklin','2013-09-15 18:43:58',108,'West Swanton','Populated Place',1460174,'2013-09-15 18:43:58','445808N','0731244W','East Alburg','VT'),(1854,0,'Rutland','2013-09-15 18:43:58',1066,'West Tinmouth','Populated Place',1460474,'2013-09-15 18:43:58','432508N','0730709W','Middletown Springs','VT'),(1855,0,'Orange','2013-09-15 18:43:58',1217,'West Topsham','Populated Place',1460175,'2013-09-15 18:43:58','440654N','0721842W','West Topsham','VT'),(1856,0,'Windham','2013-09-15 18:43:58',600,'West Townshend','Populated Place',1461597,'2013-09-15 18:43:58','430503N','0724242W','Townshend','VT'),(1857,0,'Chittenden','2013-09-15 18:43:58',331,'West View','Populated Place',1460176,'2013-09-15 18:43:58','443732N','0730811W','Georgia Plains','VT'),(1858,0,'Windham','2013-09-15 18:43:58',1444,'West Wardsboro','Populated Place',1461598,'2013-09-15 18:43:58','430146N','0725109W','Jamaica','VT'),(1859,0,'Caledonia','2013-09-15 18:43:58',732,'West Waterford','Populated Place',1460475,'2013-09-15 18:43:58','442127N','0715720W','Lower Waterford','VT'),(1860,0,'Windsor','2013-09-15 18:43:58',705,'West Woodstock','Populated Place',1460177,'2013-09-15 18:43:58','433701N','0723231W','Woodstock South','VT'),(1861,0,'Orleans','2013-09-15 18:43:58',814,'Westfield','Populated Place',1460178,'2013-09-15 18:43:58','445322N','0722542W','North Troy','VT'),(1862,0,'Chittenden','2013-09-15 18:43:58',459,'Westford','Populated Place',1460179,'2013-09-15 18:43:58','443643N','0730031W','Essex Center','VT'),(1863,0,'Windham','2013-09-15 18:43:58',302,'Westminster','Populated Place',1460185,'2013-09-15 18:43:58','430404N','0722731W','Walpole','VT'),(1864,0,'Windham','2013-09-15 18:43:58',259,'Westminster Station','Populated Place',1460186,'2013-09-15 18:43:58','430508N','0722621W','Walpole','VT'),(1865,0,'Windham','2013-09-15 18:43:58',797,'Westminster West','Populated Place',1460187,'2013-09-15 18:43:58','430350N','0723226W','Westminster West','VT'),(1866,0,'Orleans','2013-09-15 18:43:58',1188,'Westmore','Populated Place',1460188,'2013-09-15 18:43:58','444617N','0720317W','Westmore','VT'),(1867,0,'Windsor','2013-09-15 18:43:58',1299,'Weston','Populated Place',1461600,'2013-09-15 18:43:58','431728N','0724735W','Weston','VT'),(1868,0,'Windsor','2013-09-15 18:43:58',1309,'Weston Bowl Mill','Locale',1922710,'2013-09-15 18:43:58','431757N','0724713W','Weston','VT'),(1869,0,'Addison','2013-09-15 18:43:58',164,'Westport View Farm','Locale',2723108,'2013-09-15 18:43:58','441030N','0732028W','Vergennes West','VT'),(1870,0,'Addison','2013-09-15 18:43:58',164,'Weybridge','Populated Place',1460190,'2013-09-15 18:43:58','440359N','0731256W','Middlebury','VT'),(1871,0,'Addison','2013-09-15 18:43:58',407,'Weybridge Hill','Populated Place',1460191,'2013-09-15 18:43:58','440218N','0731247W','Middlebury','VT'),(1872,0,'Caledonia','2013-09-15 18:43:58',801,'Wheelock','Populated Place',1460202,'2013-09-15 18:43:58','443517N','0720518W','Lyndonville','VT'),(1873,0,'Orleans','2013-09-15 18:43:58',NULL,'Whetstone Factory (historical)','Locale',1920151,'2013-09-15 18:43:58','Unknown','Unknown','Unknown','VT'),(1874,0,'Orleans','2013-09-15 18:43:58',1194,'White Caps Campground','Locale',1920152,'2013-09-15 18:43:58','444300N','0720146W','Sutton','VT'),(1875,0,'Bennington','2013-09-15 18:43:58',564,'White Creek Station','Locale',1460219,'2013-09-15 18:43:58','425632N','0731627W','Hoosick Falls','VT'),(1876,0,'Lamoille','2013-09-15 18:43:58',3107,'White Face Lodge','Locale',1460220,'2013-09-15 18:43:58','443443N','0724424W','Sterling Mountain','VT'),(1877,0,'Windsor','2013-09-15 18:43:58',781,'White River Golf Course','Locale',1922721,'2013-09-15 18:43:58','434934N','0724737W','Rochester','VT'),(1878,0,'Windsor','2013-09-15 18:43:58',361,'White River Junction','Populated Place',1460224,'2013-09-15 18:43:58','433856N','0721909W','Hanover','VT'),(1879,0,'Windsor','2013-09-15 18:43:58',568,'White River National Fish Hatchery','Locale',1922727,'2013-09-15 18:43:58','434838N','0723928W','Bethel','VT'),(1880,0,'Windsor','2013-09-15 18:43:58',689,'White River Valley Camping Area','Locale',1922728,'2013-09-15 18:43:58','434638N','0724154W','Bethel','VT'),(1881,0,'Rutland','2013-09-15 18:43:58',1145,'White Rocks Picnic Grounds','Locale',1461739,'2013-09-15 18:43:58','432704N','0725640W','Wallingford','VT'),(1882,0,'Essex','2013-09-15 18:43:58',1663,'Whites Corner','Populated Place',1460229,'2013-09-15 18:43:58','442444N','0715304W','Concord','VT'),(1883,0,'Windsor','2013-09-15 18:43:58',764,'Whitesville','Populated Place',1460230,'2013-09-15 18:43:58','432330N','0723539W','Cavendish','VT'),(1884,0,'Addison','2013-09-15 18:43:58',390,'Whiting','Populated Place',1460232,'2013-09-15 18:43:58','435150N','0731201W','Sudbury','VT'),(1885,0,'Windham','2013-09-15 18:43:58',1581,'Whitingham','Populated Place',1461613,'2013-09-15 18:43:58','424721N','0725306W','Readsboro','VT'),(1886,0,'Windham','2013-09-15 18:43:58',1519,'Whitneyville','Populated Place',1460476,'2013-09-15 18:43:58','424738N','0724434W','Governors Mountain','VT'),(1887,0,'Grand Isle','2013-09-15 18:43:58',131,'Wilcox Cove Golf Course','Locale',1918551,'2013-09-15 18:43:58','444155N','0732058W','South Hero','VT'),(1888,0,'Bennington','2013-09-15 18:43:58',1729,'Wild Wings Ski Touring Center','Locale',1920505,'2013-09-15 18:43:58','431535N','0725428W','Danby','VT'),(1889,0,'Bennington','2013-09-15 18:43:58',1870,'Wild Wings Winter Sports Area','Locale',1461717,'2013-09-15 18:43:58','431547N','0725444W','Danby','VT'),(1890,0,'Windsor','2013-09-15 18:43:58',427,'Wilder','Populated Place',1460253,'2013-09-15 18:43:58','434022N','0721831W','Hanover','VT'),(1891,0,'Washington','2013-09-15 18:43:59',997,'Wildersburg Common','Populated Place',1919278,'2013-09-15 18:43:59','441112N','0722846W','Barre East','VT'),(1892,0,'Chittenden','2013-09-15 18:43:59',814,'Wiley Lodge','Locale',1460257,'2013-09-15 18:43:59','442137N','0725235W','Huntington','VT'),(1893,0,'Orleans','2013-09-15 18:43:59',1263,'Will-O-Wood Campground','Locale',1920155,'2013-09-15 18:43:59','444710N','0720453W','Westmore','VT'),(1894,0,'Orange','2013-09-15 18:43:59',883,'Williamstown','Populated Place',1460274,'2013-09-15 18:43:59','440718N','0723229W','Brookfield','VT'),(1895,0,'Windham','2013-09-15 18:43:59',551,'Williamsville','Populated Place',1460276,'2013-09-15 18:43:59','425648N','0724044W','Newfane','VT'),(1896,0,'Windham','2013-09-15 18:43:59',371,'Williamsville Station','Populated Place',1460277,'2013-09-15 18:43:59','425649N','0723829W','Newfane','VT'),(1897,0,'Windham','2013-09-15 18:43:59',2569,'Willis Ross Camp','Locale',1461620,'2013-09-15 18:43:59','430612N','0725757W','Stratton Mountain','VT'),(1898,0,'Chittenden','2013-09-15 18:43:59',495,'Williston','Populated Place',1460279,'2013-09-15 18:43:59','442615N','0730405W','Essex Junction','VT'),(1899,0,'Chittenden','2013-09-15 18:43:59',528,'Williston Golf Course','Locale',1918954,'2013-09-15 18:43:59','442615N','0730301W','Essex Junction','VT'),(1900,0,'Orleans','2013-09-15 18:43:59',1125,'Willoughby','Populated Place',1920157,'2013-09-15 18:43:59','444214N','0720631W','Sutton','VT'),(1901,0,'Addison','2013-09-15 18:43:59',95,'Willow Point','Populated Place',1460477,'2013-09-15 18:43:59','440121N','0732400W','Port Henry','VT'),(1902,0,'Windham','2013-09-15 18:43:59',1503,'Wilmington','Populated Place',1460388,'2013-09-15 18:43:59','425206N','0725217W','Jacksonville','VT'),(1903,0,'Windham','2013-09-15 18:43:59',1936,'Windham','Populated Place',1460295,'2013-09-15 18:43:59','431045N','0724333W','Windham','VT'),(1904,0,'Windham','2013-09-15 18:43:59',1276,'Windham County','Civil',1461769,'2013-09-15 18:43:59','425926N','0724250W','Newfane','VT'),(1905,0,'Windsor','2013-09-15 18:43:59',331,'Windsor','Populated Place',1460299,'2013-09-15 18:43:59','432849N','0722305W','Windsor','VT'),(1906,0,'Windsor','2013-09-15 18:43:59',390,'Windsor Country Club','Locale',1461809,'2013-09-15 18:43:59','433006N','0722336W','Hartland','VT'),(1907,0,'Windsor','2013-09-15 18:43:59',1591,'Windsor County','Civil',1461770,'2013-09-15 18:43:59','433448N','0723510W','Woodstock South','VT'),(1908,0,'Windham','2013-09-15 18:43:59',951,'Winhall Station','Locale',1461626,'2013-09-15 18:43:59','430928N','0724755W','Londonderry','VT'),(1909,0,'Chittenden','2013-09-15 18:43:59',NULL,'Winnisquam Camp (historical)','Locale',1918956,'2013-09-15 18:43:59','Unknown','Unknown','Unknown','VT'),(1910,0,'Chittenden','2013-09-15 18:43:59',161,'Winnisquam Orchard','Locale',1460301,'2013-09-15 18:43:59','443550N','0731334W','Colchester','VT'),(1911,0,'Chittenden','2013-09-15 18:43:59',190,'Winooski','Populated Place',1460302,'2013-09-15 18:43:59','442929N','0731108W','Burlington','VT'),(1912,0,'Lamoille','2013-09-15 18:43:59',659,'Wolcott','Populated Place',1461873,'2013-09-15 18:43:59','443247N','0722730W','Wolcott','VT'),(1913,0,'Franklin','2013-09-15 18:43:59',823,'Wolf Run Country Club','Locale',1920816,'2013-09-15 18:43:59','444938N','0724636W','Bakersfield','VT'),(1914,0,'Franklin','2013-09-15 18:43:59',823,'Wolf Run Cross Country Ski Center','Locale',1920817,'2013-09-15 18:43:59','444938N','0724636W','Bakersfield','VT'),(1915,0,'Washington','2013-09-15 18:43:59',1188,'Woodbury','Populated Place',1460309,'2013-09-15 18:43:59','442627N','0722459W','Woodbury','VT'),(1916,0,'Bennington','2013-09-15 18:43:59',2205,'Woodford','Populated Place',1461632,'2013-09-15 18:43:59','425249N','0730446W','Woodford','VT'),(1917,0,'Bennington','2013-09-15 18:43:59',NULL,'Woodford Furnace (historical)','Locale',1920509,'2013-09-15 18:43:59','Unknown','Unknown','Unknown','VT'),(1918,0,'Windsor','2013-09-15 18:43:59',702,'Woodstock','Populated Place',1460316,'2013-09-15 18:43:59','433727N','0723106W','Woodstock South','VT'),(1919,0,'Windsor','2013-09-15 18:43:59',712,'Woodstock Country Club and Ski Touring Center','Locale',1922749,'2013-09-15 18:43:59','433653N','0723055W','Woodstock South','VT'),(1920,0,'Windsor','2013-09-15 18:43:59',NULL,'Woodstock Ski Jump (historical)','Locale',1922753,'2013-09-15 18:43:59','Unknown','Unknown','Unknown','VT'),(1921,0,'Washington','2013-09-15 18:43:59',761,'Worcester','Populated Place',1460321,'2013-09-15 18:43:59','442225N','0723259W','Montpelier','VT'),(1922,0,'Addison','2013-09-15 18:43:59',2602,'Worth Mountain Lodge','Locale',1461639,'2013-09-15 18:43:59','435550N','0725740W','Bread Loaf','VT'),(1923,0,'Washington','2013-09-15 18:43:59',718,'Wrightsville','Populated Place',1460334,'2013-09-15 18:43:59','441841N','0723443W','Montpelier','VT'),(1924,0,'Washington','2013-09-15 18:43:59',630,'Wrightsville Beach Recreation Area','Locale',1919287,'2013-09-15 18:43:59','441925N','0723435W','Montpelier','VT'),(1925,0,'Windsor','2013-09-15 18:43:59',404,'YMCA Meeting Waters Day Camp','Locale',1922758,'2013-09-15 18:43:59','431530N','0722625W','Springfield','VT'),(1926,0,'Bennington','2013-09-15 18:43:59',2152,'Yaw Brook Cabin','Locale',1461640,'2013-09-15 18:43:59','425204N','0730108W','Stamford','VT'); /*!40000 ALTER TABLE `gnis_locale` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `office` -- DROP TABLE IF EXISTS `office`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `office` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `version` bigint(20) NOT NULL, `branch_id` bigint(20) NOT NULL, `date_created` datetime NOT NULL, `description` varchar(100) DEFAULT NULL, `last_updated` datetime NOT NULL, `office` varchar(25) NOT NULL, `office_code` varchar(5) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `office` (`office`), UNIQUE KEY `office_code` (`office_code`), KEY `FKC3373EBCDDD83738` (`branch_id`), CONSTRAINT `FKC3373EBCDDD83738` FOREIGN KEY (`branch_id`) REFERENCES `branch` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `office` -- LOCK TABLES `office` WRITE; /*!40000 ALTER TABLE `office` DISABLE KEYS */; INSERT INTO `office` VALUES (1,0,1,'2013-09-15 18:41:26','2 year term','2013-09-15 18:41:26','Senator','SEN'),(2,0,1,'2013-09-15 18:41:26','2 year term','2013-09-15 18:41:26','Representative','REP'),(3,0,2,'2013-09-15 18:41:26','2 year term','2013-09-15 18:41:26','Governor','GOV'),(4,0,2,'2013-09-15 18:41:26','2 year term','2013-09-15 18:41:26','Lieutenant Governor','LGOV'),(5,0,4,'2013-09-15 18:41:26','2 year term','2013-09-15 18:41:26','Attorney General','AG'),(6,0,3,'2013-09-15 18:41:26','Lifetime appointment','2013-09-15 18:41:26','Supreme Court','SC'); /*!40000 ALTER TABLE `office` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `office_holder` -- DROP TABLE IF EXISTS `office_holder`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `office_holder` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `version` bigint(20) NOT NULL, `date_created` datetime NOT NULL, `district_id` bigint(20) DEFAULT NULL, `end_date` datetime NOT NULL, `last_updated` datetime NOT NULL, `notes` varchar(100) DEFAULT NULL, `party_id` bigint(20) DEFAULT NULL, `person_id` bigint(20) NOT NULL, `seat` int(11) DEFAULT NULL, `start_date` datetime NOT NULL, `term_of_office_id` bigint(20) NOT NULL, PRIMARY KEY (`id`), KEY `FKAC5AC08F56D97658` (`person_id`), KEY `FKAC5AC08F661F2838` (`district_id`), KEY `FKAC5AC08FF5766F7C` (`party_id`), KEY `FKAC5AC08FB8F7846` (`term_of_office_id`), CONSTRAINT `FKAC5AC08FB8F7846` FOREIGN KEY (`term_of_office_id`) REFERENCES `term_of_office` (`id`), CONSTRAINT `FKAC5AC08F56D97658` FOREIGN KEY (`person_id`) REFERENCES `person` (`id`), CONSTRAINT `FKAC5AC08F661F2838` FOREIGN KEY (`district_id`) REFERENCES `district` (`id`), CONSTRAINT `FKAC5AC08FF5766F7C` FOREIGN KEY (`party_id`) REFERENCES `party` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=183 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `office_holder` -- LOCK TABLES `office_holder` WRITE; /*!40000 ALTER TABLE `office_holder` DISABLE KEYS */; INSERT INTO `office_holder` VALUES (1,0,'2013-09-15 18:43:37',78,'2012-11-15 00:00:00','2013-09-15 18:43:37',NULL,1,1,135,'2012-11-15 00:00:00',1),(2,0,'2013-09-15 18:43:37',96,'2012-11-15 00:00:00','2013-09-15 18:43:37',NULL,1,2,86,'2012-11-15 00:00:00',1),(3,0,'2013-09-15 18:43:37',62,'2012-11-15 00:00:00','2013-09-15 18:43:37',NULL,2,3,35,'2012-11-15 00:00:00',1),(4,0,'2013-09-15 18:43:37',50,'2012-11-15 00:00:00','2013-09-15 18:43:37',NULL,2,4,104,'2012-11-15 00:00:00',1),(5,0,'2013-09-15 18:43:37',33,'2012-11-15 00:00:00','2013-09-15 18:43:37',NULL,1,5,39,'2012-11-15 00:00:00',1),(6,0,'2013-09-15 18:43:37',8,'2012-11-15 00:00:00','2013-09-15 18:43:37',NULL,1,6,147,'2012-11-15 00:00:00',1),(7,0,'2013-09-15 18:43:37',41,'2012-11-15 00:00:00','2013-09-15 18:43:37',NULL,2,7,34,'2012-11-15 00:00:00',1),(8,0,'2013-09-15 18:43:37',45,'2012-11-15 00:00:00','2013-09-15 18:43:37',NULL,2,8,17,'2012-11-15 00:00:00',1),(9,0,'2013-09-15 18:43:37',42,'2012-11-15 00:00:00','2013-09-15 18:43:37',NULL,2,9,76,'2012-11-15 00:00:00',1),(10,0,'2013-09-15 18:43:37',12,'2012-11-15 00:00:00','2013-09-15 18:43:37',NULL,1,10,67,'2012-11-15 00:00:00',1),(11,0,'2013-09-15 18:43:37',67,'2012-11-15 00:00:00','2013-09-15 18:43:37',NULL,2,11,115,'2012-11-15 00:00:00',1),(12,0,'2013-09-15 18:43:37',88,'2012-11-15 00:00:00','2013-09-15 18:43:37',NULL,4,12,24,'2012-11-15 00:00:00',1),(13,0,'2013-09-15 18:43:37',103,'2012-11-15 00:00:00','2013-09-15 18:43:37',NULL,1,13,44,'2012-11-15 00:00:00',1),(14,0,'2013-09-15 18:43:37',9,'2012-11-15 00:00:00','2013-09-15 18:43:37',NULL,1,14,16,'2012-11-15 00:00:00',1),(15,0,'2013-09-15 18:43:37',68,'2012-11-15 00:00:00','2013-09-15 18:43:37',NULL,2,15,71,'2012-11-15 00:00:00',1),(16,0,'2013-09-15 18:43:37',74,'2012-11-15 00:00:00','2013-09-15 18:43:37',NULL,1,16,23,'2012-11-15 00:00:00',1),(17,0,'2013-09-15 18:43:37',104,'2012-11-15 00:00:00','2013-09-15 18:43:37',NULL,1,17,97,'2012-11-15 00:00:00',1),(18,0,'2013-09-15 18:43:37',101,'2012-11-15 00:00:00','2013-09-15 18:43:37',NULL,1,18,10,'2012-11-15 00:00:00',1),(19,0,'2013-09-15 18:43:37',102,'2012-11-15 00:00:00','2013-09-15 18:43:37',NULL,1,19,46,'2012-11-15 00:00:00',1),(20,0,'2013-09-15 18:43:37',27,'2012-11-15 00:00:00','2013-09-15 18:43:37',NULL,1,20,25,'2012-11-15 00:00:00',1),(21,0,'2013-09-15 18:43:37',41,'2012-11-15 00:00:00','2013-09-15 18:43:37',NULL,1,21,69,'2012-11-15 00:00:00',1),(22,0,'2013-09-15 18:43:37',51,'2012-11-15 00:00:00','2013-09-15 18:43:37',NULL,1,22,122,'2012-11-15 00:00:00',1),(23,0,'2013-09-15 18:43:38',60,'2012-11-15 00:00:00','2013-09-15 18:43:38',NULL,1,23,87,'2012-11-15 00:00:00',1),(24,0,'2013-09-15 18:43:38',49,'2012-11-15 00:00:00','2013-09-15 18:43:38',NULL,1,24,9,'2012-11-15 00:00:00',1),(25,0,'2013-09-15 18:43:38',59,'2012-11-15 00:00:00','2013-09-15 18:43:38',NULL,1,25,98,'2012-11-15 00:00:00',1),(26,0,'2013-09-15 18:43:38',9,'2012-11-15 00:00:00','2013-09-15 18:43:38',NULL,1,26,62,'2012-11-15 00:00:00',1),(27,0,'2013-09-15 18:43:38',33,'2012-11-15 00:00:00','2013-09-15 18:43:38',NULL,1,27,148,'2012-11-15 00:00:00',1),(28,0,'2013-09-15 18:43:38',71,'2012-11-15 00:00:00','2013-09-15 18:43:38',NULL,2,28,75,'2012-11-15 00:00:00',1),(29,0,'2013-09-15 18:43:38',98,'2012-11-15 00:00:00','2013-09-15 18:43:38',NULL,1,29,91,'2012-11-15 00:00:00',1),(30,0,'2013-09-15 18:43:38',58,'2012-11-15 00:00:00','2013-09-15 18:43:38',NULL,4,30,51,'2012-11-15 00:00:00',1),(31,0,'2013-09-15 18:43:38',91,'2012-11-15 00:00:00','2013-09-15 18:43:38',NULL,1,31,136,'2012-11-15 00:00:00',1),(32,0,'2013-09-15 18:43:38',77,'2012-11-15 00:00:00','2013-09-15 18:43:38',NULL,2,32,65,'2012-11-15 00:00:00',1),(33,0,'2013-09-15 18:43:38',48,'2012-11-15 00:00:00','2013-09-15 18:43:38',NULL,2,33,72,'2012-11-15 00:00:00',1),(34,0,'2013-09-15 18:43:38',66,'2012-11-15 00:00:00','2013-09-15 18:43:38',NULL,2,34,73,'2012-11-15 00:00:00',1),(35,0,'2013-09-15 18:43:38',78,'2012-11-15 00:00:00','2013-09-15 18:43:38',NULL,2,35,20,'2012-11-15 00:00:00',1),(36,0,'2013-09-15 18:43:38',31,'2012-11-15 00:00:00','2013-09-15 18:43:38',NULL,1,36,144,'2012-11-15 00:00:00',1),(37,0,'2013-09-15 18:43:38',85,'2012-11-15 00:00:00','2013-09-15 18:43:38',NULL,1,37,134,'2012-11-15 00:00:00',1),(38,0,'2013-09-15 18:43:38',99,'2012-11-15 00:00:00','2013-09-15 18:43:38',NULL,1,38,61,'2012-11-15 00:00:00',1),(39,0,'2013-09-15 18:43:38',38,'2012-11-15 00:00:00','2013-09-15 18:43:38',NULL,1,39,79,'2012-11-15 00:00:00',1),(40,0,'2013-09-15 18:43:38',70,'2012-11-15 00:00:00','2013-09-15 18:43:38',NULL,2,40,36,'2012-11-15 00:00:00',1),(41,0,'2013-09-15 18:43:38',16,'2012-11-15 00:00:00','2013-09-15 18:43:38',NULL,1,41,27,'2012-11-15 00:00:00',1),(42,0,'2013-09-15 18:43:38',17,'2012-11-15 00:00:00','2013-09-15 18:43:38',NULL,2,42,18,'2012-11-15 00:00:00',1),(43,0,'2013-09-15 18:43:38',5,'2012-11-15 00:00:00','2013-09-15 18:43:38',NULL,1,43,83,'2012-11-15 00:00:00',1),(44,0,'2013-09-15 18:43:38',22,'2012-11-15 00:00:00','2013-09-15 18:43:38',NULL,1,44,15,'2012-11-15 00:00:00',1),(45,0,'2013-09-15 18:43:38',61,'2012-11-15 00:00:00','2013-09-15 18:43:38',NULL,1,45,29,'2012-11-15 00:00:00',1),(46,0,'2013-09-15 18:43:38',73,'2012-11-15 00:00:00','2013-09-15 18:43:38',NULL,2,46,70,'2012-11-15 00:00:00',1),(47,0,'2013-09-15 18:43:38',76,'2012-11-15 00:00:00','2013-09-15 18:43:38',NULL,1,47,41,'2012-11-15 00:00:00',1),(48,0,'2013-09-15 18:43:38',95,'2012-11-15 00:00:00','2013-09-15 18:43:38',NULL,3,48,78,'2012-11-15 00:00:00',1),(49,0,'2013-09-15 18:43:38',84,'2012-11-15 00:00:00','2013-09-15 18:43:38',NULL,1,49,140,'2012-11-15 00:00:00',1),(50,0,'2013-09-15 18:43:38',84,'2012-11-15 00:00:00','2013-09-15 18:43:38',NULL,3,50,99,'2012-11-15 00:00:00',1),(51,0,'2013-09-15 18:43:38',105,'2012-11-15 00:00:00','2013-09-15 18:43:38',NULL,4,51,50,'2012-11-15 00:00:00',1),(52,0,'2013-09-15 18:43:38',36,'2012-11-15 00:00:00','2013-09-15 18:43:38',NULL,1,52,30,'2012-11-15 00:00:00',1),(53,0,'2013-09-15 18:43:38',40,'2012-11-15 00:00:00','2013-09-15 18:43:38',NULL,1,53,96,'2012-11-15 00:00:00',1),(54,0,'2013-09-15 18:43:38',86,'2012-11-15 00:00:00','2013-09-15 18:43:38',NULL,2,54,112,'2012-11-15 00:00:00',1),(55,0,'2013-09-15 18:43:38',68,'2012-11-15 00:00:00','2013-09-15 18:43:38',NULL,2,55,2,'2012-11-15 00:00:00',1),(56,0,'2013-09-15 18:43:38',65,'2012-11-15 00:00:00','2013-09-15 18:43:38',NULL,2,56,37,'2012-11-15 00:00:00',1),(57,0,'2013-09-15 18:43:38',81,'2012-11-15 00:00:00','2013-09-15 18:43:38',NULL,1,57,63,'2012-11-15 00:00:00',1),(58,0,'2013-09-15 18:43:38',20,'2012-11-15 00:00:00','2013-09-15 18:43:38',NULL,2,58,38,'2012-11-15 00:00:00',1),(59,0,'2013-09-15 18:43:39',97,'2012-11-15 00:00:00','2013-09-15 18:43:39',NULL,1,59,40,'2012-11-15 00:00:00',1),(60,0,'2013-09-15 18:43:39',39,'2012-11-15 00:00:00','2013-09-15 18:43:39',NULL,1,60,150,'2012-11-15 00:00:00',1),(61,0,'2013-09-15 18:43:39',3,'2012-11-15 00:00:00','2013-09-15 18:43:39',NULL,1,61,131,'2012-11-15 00:00:00',1),(62,0,'2013-09-15 18:43:39',53,'2012-11-15 00:00:00','2013-09-15 18:43:39',NULL,1,62,95,'2012-11-15 00:00:00',1),(63,0,'2013-09-15 18:43:39',44,'2012-11-15 00:00:00','2013-09-15 18:43:39',NULL,2,63,119,'2012-11-15 00:00:00',1),(64,0,'2013-09-15 18:43:39',56,'2012-11-15 00:00:00','2013-09-15 18:43:39',NULL,2,64,117,'2012-11-15 00:00:00',1),(65,0,'2013-09-15 18:43:39',47,'2012-11-15 00:00:00','2013-09-15 18:43:39',NULL,1,65,55,'2012-11-15 00:00:00',1),(66,0,'2013-09-15 18:43:39',63,'2012-11-15 00:00:00','2013-09-15 18:43:39',NULL,2,66,102,'2012-11-15 00:00:00',1),(67,0,'2013-09-15 18:43:39',81,'2012-11-15 00:00:00','2013-09-15 18:43:39',NULL,1,67,137,'2012-11-15 00:00:00',1),(68,0,'2013-09-15 18:43:39',82,'2012-11-15 00:00:00','2013-09-15 18:43:39',NULL,1,68,60,'2012-11-15 00:00:00',1),(69,0,'2013-09-15 18:43:39',79,'2012-11-15 00:00:00','2013-09-15 18:43:39',NULL,2,69,64,'2012-11-15 00:00:00',1),(70,0,'2013-09-15 18:43:39',13,'2012-11-15 00:00:00','2013-09-15 18:43:39',NULL,2,70,114,'2012-11-15 00:00:00',1),(71,0,'2013-09-15 18:43:39',53,'2012-11-15 00:00:00','2013-09-15 18:43:39',NULL,1,71,26,'2012-11-15 00:00:00',1),(72,0,'2013-09-15 18:43:39',29,'2012-11-15 00:00:00','2013-09-15 18:43:39',NULL,1,72,58,'2012-11-15 00:00:00',1),(73,0,'2013-09-15 18:43:39',34,'2012-11-15 00:00:00','2013-09-15 18:43:39',NULL,1,73,32,'2012-11-15 00:00:00',1),(74,0,'2013-09-15 18:43:39',4,'2012-11-15 00:00:00','2013-09-15 18:43:39',NULL,1,74,85,'2012-11-15 00:00:00',1),(75,0,'2013-09-15 18:43:39',14,'2012-11-15 00:00:00','2013-09-15 18:43:39',NULL,2,75,121,'2012-11-15 00:00:00',1),(76,0,'2013-09-15 18:43:39',17,'2012-11-15 00:00:00','2013-09-15 18:43:39',NULL,2,76,108,'2012-11-15 00:00:00',1),(77,0,'2013-09-15 18:43:39',26,'2012-11-15 00:00:00','2013-09-15 18:43:39',NULL,1,77,48,'2012-11-15 00:00:00',1),(78,0,'2013-09-15 18:43:39',78,'2012-11-15 00:00:00','2013-09-15 18:43:39',NULL,2,78,6,'2012-11-15 00:00:00',1),(79,0,'2013-09-15 18:43:39',24,'2012-11-15 00:00:00','2013-09-15 18:43:39',NULL,1,79,124,'2012-11-15 00:00:00',1),(80,0,'2013-09-15 18:43:39',21,'2012-11-15 00:00:00','2013-09-15 18:43:39',NULL,1,80,142,'2012-11-15 00:00:00',1),(81,0,'2013-09-15 18:43:39',75,'2012-11-15 00:00:00','2013-09-15 18:43:39',NULL,1,81,129,'2012-11-15 00:00:00',1),(82,0,'2013-09-15 18:43:39',93,'2012-11-15 00:00:00','2013-09-15 18:43:39',NULL,1,82,13,'2012-11-15 00:00:00',1),(83,0,'2013-09-15 18:43:39',63,'2012-11-15 00:00:00','2013-09-15 18:43:39',NULL,2,83,66,'2012-11-15 00:00:00',1),(84,0,'2013-09-15 18:43:39',92,'2012-11-15 00:00:00','2013-09-15 18:43:39',NULL,1,84,138,'2012-11-15 00:00:00',1),(85,0,'2013-09-15 18:43:39',99,'2012-11-15 00:00:00','2013-09-15 18:43:39',NULL,1,85,49,'2012-11-15 00:00:00',1),(86,0,'2013-09-15 18:43:39',55,'2012-11-15 00:00:00','2013-09-15 18:43:39',NULL,1,86,80,'2012-11-15 00:00:00',1),(87,0,'2013-09-15 18:43:39',104,'2012-11-15 00:00:00','2013-09-15 18:43:39',NULL,1,87,82,'2012-11-15 00:00:00',1),(88,0,'2013-09-15 18:43:39',47,'2012-11-15 00:00:00','2013-09-15 18:43:39',NULL,1,88,57,'2012-11-15 00:00:00',1),(89,0,'2013-09-15 18:43:39',29,'2012-11-15 00:00:00','2013-09-15 18:43:39',NULL,1,89,90,'2012-11-15 00:00:00',1),(90,0,'2013-09-15 18:43:39',21,'2012-11-15 00:00:00','2013-09-15 18:43:39',NULL,1,90,123,'2012-11-15 00:00:00',1),(91,0,'2013-09-15 18:43:39',79,'2012-11-15 00:00:00','2013-09-15 18:43:39',NULL,2,91,5,'2012-11-15 00:00:00',1),(92,0,'2013-09-15 18:43:39',15,'2012-11-15 00:00:00','2013-09-15 18:43:39',NULL,1,92,56,'2012-11-15 00:00:00',1),(93,0,'2013-09-15 18:43:39',11,'2012-11-15 00:00:00','2013-09-15 18:43:39',NULL,1,93,146,'2012-11-15 00:00:00',1),(94,0,'2013-09-15 18:43:39',46,'2012-11-15 00:00:00','2013-09-15 18:43:39',NULL,2,94,118,'2012-11-15 00:00:00',1),(95,0,'2013-09-15 18:43:39',10,'2012-11-15 00:00:00','2013-09-15 18:43:39',NULL,1,95,89,'2012-11-15 00:00:00',1),(96,0,'2013-09-15 18:43:39',94,'2012-11-15 00:00:00','2013-09-15 18:43:39',NULL,1,96,106,'2012-11-15 00:00:00',1),(97,0,'2013-09-15 18:43:39',10,'2012-11-15 00:00:00','2013-09-15 18:43:39',NULL,2,97,74,'2012-11-15 00:00:00',1),(98,0,'2013-09-15 18:43:39',91,'2012-11-15 00:00:00','2013-09-15 18:43:39',NULL,1,98,126,'2012-11-15 00:00:00',1),(99,0,'2013-09-15 18:43:39',38,'2012-11-15 00:00:00','2013-09-15 18:43:39',NULL,2,99,100,'2012-11-15 00:00:00',1),(100,0,'2013-09-15 18:43:39',2,'2012-11-15 00:00:00','2013-09-15 18:43:39',NULL,1,100,84,'2012-11-15 00:00:00',1),(101,0,'2013-09-15 18:43:39',19,'2012-11-15 00:00:00','2013-09-15 18:43:39',NULL,1,101,128,'2012-11-15 00:00:00',1),(102,0,'2013-09-15 18:43:39',28,'2012-11-15 00:00:00','2013-09-15 18:43:39',NULL,1,102,94,'2012-11-15 00:00:00',1),(103,0,'2013-09-15 18:43:39',90,'2012-11-15 00:00:00','2013-09-15 18:43:39',NULL,1,103,139,'2012-11-15 00:00:00',1),(104,0,'2013-09-15 18:43:40',50,'2012-11-15 00:00:00','2013-09-15 18:43:40',NULL,2,104,105,'2012-11-15 00:00:00',1),(105,0,'2013-09-15 18:43:40',30,'2012-11-15 00:00:00','2013-09-15 18:43:40',NULL,4,105,52,'2012-11-15 00:00:00',1),(106,0,'2013-09-15 18:43:40',57,'2012-11-15 00:00:00','2013-09-15 18:43:40',NULL,1,106,149,'2012-11-15 00:00:00',1),(107,0,'2013-09-15 18:43:40',80,'2012-11-15 00:00:00','2013-09-15 18:43:40',NULL,3,107,141,'2012-11-15 00:00:00',1),(108,0,'2013-09-15 18:43:40',67,'2012-11-15 00:00:00','2013-09-15 18:43:40',NULL,1,108,130,'2012-11-15 00:00:00',1),(109,0,'2013-09-15 18:43:40',35,'2012-11-15 00:00:00','2013-09-15 18:43:40',NULL,1,109,59,'2012-11-15 00:00:00',1),(110,0,'2013-09-15 18:43:40',43,'2012-11-15 00:00:00','2013-09-15 18:43:40',NULL,2,110,33,'2012-11-15 00:00:00',1),(111,0,'2013-09-15 18:43:40',32,'2012-11-15 00:00:00','2013-09-15 18:43:40',NULL,1,111,47,'2012-11-15 00:00:00',1),(112,0,'2013-09-15 18:43:40',2,'2012-11-15 00:00:00','2013-09-15 18:43:40',NULL,1,112,12,'2012-11-15 00:00:00',1),(113,0,'2013-09-15 18:43:40',30,'2012-11-15 00:00:00','2013-09-15 18:43:40',NULL,1,113,42,'2012-11-15 00:00:00',1),(114,0,'2013-09-15 18:43:40',72,'2012-11-15 00:00:00','2013-09-15 18:43:40',NULL,1,114,21,'2012-11-15 00:00:00',1),(115,0,'2013-09-15 18:43:40',49,'2012-11-15 00:00:00','2013-09-15 18:43:40',NULL,2,115,111,'2012-11-15 00:00:00',1),(116,0,'2013-09-15 18:43:40',54,'2012-11-15 00:00:00','2013-09-15 18:43:40',NULL,2,116,77,'2012-11-15 00:00:00',1),(117,0,'2013-09-15 18:43:40',5,'2012-11-15 00:00:00','2013-09-15 18:43:40',NULL,1,117,145,'2012-11-15 00:00:00',1),(118,0,'2013-09-15 18:43:40',74,'2012-11-15 00:00:00','2013-09-15 18:43:40',NULL,2,118,116,'2012-11-15 00:00:00',1),(119,0,'2013-09-15 18:43:40',62,'2012-11-15 00:00:00','2013-09-15 18:43:40',NULL,2,119,7,'2012-11-15 00:00:00',1),(120,0,'2013-09-15 18:43:40',6,'2012-11-15 00:00:00','2013-09-15 18:43:40',NULL,2,120,109,'2012-11-15 00:00:00',1),(121,0,'2013-09-15 18:43:40',57,'2012-11-15 00:00:00','2013-09-15 18:43:40',NULL,1,121,1,'2012-11-15 00:00:00',1),(122,0,'2013-09-15 18:43:40',16,'2012-11-15 00:00:00','2013-09-15 18:43:40',NULL,1,122,8,'2012-11-15 00:00:00',1),(123,0,'2013-09-15 18:43:40',42,'2012-11-15 00:00:00','2013-09-15 18:43:40',NULL,1,123,93,'2012-11-15 00:00:00',1),(124,0,'2013-09-15 18:43:40',85,'2012-11-15 00:00:00','2013-09-15 18:43:40',NULL,1,124,54,'2012-11-15 00:00:00',1),(125,0,'2013-09-15 18:43:40',7,'2012-11-15 00:00:00','2013-09-15 18:43:40',NULL,3,125,68,'2012-11-15 00:00:00',1),(126,0,'2013-09-15 18:43:40',64,'2012-11-15 00:00:00','2013-09-15 18:43:40',NULL,2,126,19,'2012-11-15 00:00:00',1),(127,0,'2013-09-15 18:43:40',87,'2012-11-15 00:00:00','2013-09-15 18:43:40',NULL,1,127,31,'2012-11-15 00:00:00',1),(128,0,'2013-09-15 18:43:40',96,'2012-11-15 00:00:00','2013-09-15 18:43:40',NULL,1,128,43,'2012-11-15 00:00:00',1),(129,0,'2013-09-15 18:43:40',80,'2012-11-15 00:00:00','2013-09-15 18:43:40',NULL,1,129,132,'2012-11-15 00:00:00',1),(130,0,'2013-09-15 18:43:40',69,'2012-11-15 00:00:00','2013-09-15 18:43:40',NULL,2,130,101,'2012-11-15 00:00:00',1),(131,0,'2013-09-15 18:43:40',22,'2012-11-15 00:00:00','2013-09-15 18:43:40',NULL,1,131,143,'2012-11-15 00:00:00',1),(132,0,'2013-09-15 18:43:40',89,'2012-11-15 00:00:00','2013-09-15 18:43:40',NULL,1,132,28,'2012-11-15 00:00:00',1),(133,0,'2013-09-15 18:43:40',18,'2012-11-15 00:00:00','2013-09-15 18:43:40',NULL,1,133,45,'2012-11-15 00:00:00',1),(134,0,'2013-09-15 18:43:40',61,'2012-11-15 00:00:00','2013-09-15 18:43:40',NULL,1,134,4,'2012-11-15 00:00:00',1),(135,0,'2013-09-15 18:43:40',37,'2012-11-15 00:00:00','2013-09-15 18:43:40',NULL,1,135,3,'2012-11-15 00:00:00',1),(136,0,'2013-09-15 18:43:40',90,'2012-11-15 00:00:00','2013-09-15 18:43:40',NULL,1,136,120,'2012-11-15 00:00:00',1),(137,0,'2013-09-15 18:43:40',20,'2012-11-15 00:00:00','2013-09-15 18:43:40',NULL,2,137,110,'2012-11-15 00:00:00',1),(138,0,'2013-09-15 18:43:40',4,'2012-11-15 00:00:00','2013-09-15 18:43:40',NULL,2,138,11,'2012-11-15 00:00:00',1),(139,0,'2013-09-15 18:43:40',101,'2012-11-15 00:00:00','2013-09-15 18:43:40',NULL,1,139,14,'2012-11-15 00:00:00',1),(140,0,'2013-09-15 18:43:40',39,'2012-11-15 00:00:00','2013-09-15 18:43:40',NULL,1,140,22,'2012-11-15 00:00:00',1),(141,0,'2013-09-15 18:43:40',25,'2012-11-15 00:00:00','2013-09-15 18:43:40',NULL,1,141,133,'2012-11-15 00:00:00',1),(142,0,'2013-09-15 18:43:40',52,'2012-11-15 00:00:00','2013-09-15 18:43:40',NULL,4,142,53,'2012-11-15 00:00:00',1),(143,0,'2013-09-15 18:43:40',12,'2012-11-15 00:00:00','2013-09-15 18:43:40',NULL,1,143,103,'2012-11-15 00:00:00',1),(144,0,'2013-09-15 18:43:40',58,'2012-11-15 00:00:00','2013-09-15 18:43:40',NULL,2,144,107,'2012-11-15 00:00:00',1),(145,0,'2013-09-15 18:43:40',31,'2012-11-15 00:00:00','2013-09-15 18:43:40',NULL,1,145,125,'2012-11-15 00:00:00',1),(146,0,'2013-09-15 18:43:40',55,'2012-11-15 00:00:00','2013-09-15 18:43:40',NULL,1,146,127,'2012-11-15 00:00:00',1),(147,0,'2013-09-15 18:43:40',27,'2012-11-15 00:00:00','2013-09-15 18:43:40',NULL,2,147,113,'2012-11-15 00:00:00',1),(148,0,'2013-09-15 18:43:40',23,'2012-11-15 00:00:00','2013-09-15 18:43:40',NULL,1,148,81,'2012-11-15 00:00:00',1),(149,0,'2013-09-15 18:43:40',64,'2012-11-15 00:00:00','2013-09-15 18:43:40',NULL,1,149,92,'2012-11-15 00:00:00',1),(150,0,'2013-09-15 18:43:40',100,'2012-11-15 00:00:00','2013-09-15 18:43:40',NULL,1,150,88,'2012-11-15 00:00:00',1),(151,0,'2013-09-15 18:43:41',109,'2012-11-15 00:00:00','2013-09-15 18:43:41',NULL,5,151,11,'2012-11-15 00:00:00',2),(152,0,'2013-09-15 18:43:41',106,'2012-11-15 00:00:00','2013-09-15 18:43:41',NULL,1,152,18,'2012-11-15 00:00:00',2),(153,0,'2013-09-15 18:43:41',109,'2012-11-15 00:00:00','2013-09-15 18:43:41',NULL,1,153,12,'2012-11-15 00:00:00',2),(154,0,'2013-09-15 18:43:41',108,'2012-11-15 00:00:00','2013-09-15 18:43:41',NULL,2,154,27,'2012-11-15 00:00:00',2),(155,0,'2013-09-15 18:43:41',106,'2012-11-15 00:00:00','2013-09-15 18:43:41',NULL,1,155,19,'2012-11-15 00:00:00',2),(156,0,'2013-09-15 18:43:41',118,'2012-11-15 00:00:00','2013-09-15 18:43:41',NULL,1,156,15,'2012-11-15 00:00:00',2),(157,0,'2013-09-15 18:43:41',112,'2012-11-15 00:00:00','2013-09-15 18:43:41',NULL,1,157,21,'2012-11-15 00:00:00',2),(158,0,'2013-09-15 18:43:41',116,'2012-11-15 00:00:00','2013-09-15 18:43:41',NULL,1,158,29,'2012-11-15 00:00:00',2),(159,0,'2013-09-15 18:43:41',116,'2012-11-15 00:00:00','2013-09-15 18:43:41',NULL,2,159,30,'2012-11-15 00:00:00',2),(160,0,'2013-09-15 18:43:41',115,'2012-11-15 00:00:00','2013-09-15 18:43:41',NULL,2,160,24,'2012-11-15 00:00:00',2),(161,0,'2013-09-15 18:43:41',109,'2012-11-15 00:00:00','2013-09-15 18:43:41',NULL,1,161,9,'2012-11-15 00:00:00',2),(162,0,'2013-09-15 18:43:41',115,'2012-11-15 00:00:00','2013-09-15 18:43:41',NULL,1,162,23,'2012-11-15 00:00:00',2),(163,0,'2013-09-15 18:43:41',117,'2012-11-15 00:00:00','2013-09-15 18:43:41',NULL,1,163,17,'2012-11-15 00:00:00',2),(164,0,'2013-09-15 18:43:41',107,'2012-11-15 00:00:00','2013-09-15 18:43:41',NULL,1,164,5,'2012-11-15 00:00:00',2),(165,0,'2013-09-15 18:43:41',108,'2012-11-15 00:00:00','2013-09-15 18:43:41',NULL,1,165,26,'2012-11-15 00:00:00',2),(166,0,'2013-09-15 18:43:41',109,'2012-11-15 00:00:00','2013-09-15 18:43:41',NULL,1,166,7,'2012-11-15 00:00:00',2),(167,0,'2013-09-15 18:43:41',114,'2012-11-15 00:00:00','2013-09-15 18:43:41',NULL,1,167,4,'2012-11-15 00:00:00',2),(168,0,'2013-09-15 18:43:41',110,'2012-11-15 00:00:00','2013-09-15 18:43:41',NULL,1,168,25,'2012-11-15 00:00:00',2),(169,0,'2013-09-15 18:43:41',112,'2012-11-15 00:00:00','2013-09-15 18:43:41',NULL,2,169,20,'2012-11-15 00:00:00',2),(170,0,'2013-09-15 18:43:41',118,'2012-11-15 00:00:00','2013-09-15 18:43:41',NULL,1,170,13,'2012-11-15 00:00:00',2),(171,0,'2013-09-15 18:43:41',115,'2012-11-15 00:00:00','2013-09-15 18:43:41',NULL,2,171,22,'2012-11-15 00:00:00',2),(172,0,'2013-09-15 18:43:41',118,'2012-11-15 00:00:00','2013-09-15 18:43:41',NULL,1,172,14,'2012-11-15 00:00:00',2),(173,0,'2013-09-15 18:43:41',116,'2012-11-15 00:00:00','2013-09-15 18:43:41',NULL,6,173,28,'2012-11-15 00:00:00',2),(174,0,'2013-09-15 18:43:41',111,'2012-11-15 00:00:00','2013-09-15 18:43:41',NULL,1,174,3,'2012-11-15 00:00:00',2),(175,0,'2013-09-15 18:43:41',107,'2012-11-15 00:00:00','2013-09-15 18:43:41',NULL,1,175,6,'2012-11-15 00:00:00',2),(176,0,'2013-09-15 18:43:41',109,'2012-11-15 00:00:00','2013-09-15 18:43:41',NULL,2,176,8,'2012-11-15 00:00:00',2),(177,0,'2013-09-15 18:43:41',111,'2012-11-15 00:00:00','2013-09-15 18:43:41',NULL,1,177,2,'2012-11-15 00:00:00',2),(178,0,'2013-09-15 18:43:41',113,'2012-11-15 00:00:00','2013-09-15 18:43:41',NULL,2,178,1,'2012-11-15 00:00:00',2),(179,0,'2013-09-15 18:43:41',117,'2012-11-15 00:00:00','2013-09-15 18:43:41',NULL,1,179,16,'2012-11-15 00:00:00',2),(180,0,'2013-09-15 18:43:41',109,'2012-11-15 00:00:00','2013-09-15 18:43:41',NULL,4,180,10,'2012-11-15 00:00:00',2),(181,0,'2013-09-15 18:43:41',119,'2012-11-15 00:00:00','2013-09-15 18:43:41',NULL,1,181,1,'2012-11-15 00:00:00',3),(182,0,'2013-09-15 18:43:41',119,'2012-11-15 00:00:00','2013-09-15 18:43:41',NULL,2,182,2,'2012-11-15 00:00:00',4); /*!40000 ALTER TABLE `office_holder` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `party` -- DROP TABLE IF EXISTS `party`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `party` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `version` bigint(20) NOT NULL, `date_created` datetime NOT NULL, `description` varchar(100) DEFAULT NULL, `last_updated` datetime NOT NULL, `party` varchar(20) NOT NULL, `party_code` varchar(5) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `party` (`party`), UNIQUE KEY `party_code` (`party_code`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `party` -- LOCK TABLES `party` WRITE; /*!40000 ALTER TABLE `party` DISABLE KEYS */; INSERT INTO `party` VALUES (1,0,'2013-09-15 18:41:26',NULL,'2013-09-15 18:41:26','Democrat','D'),(2,0,'2013-09-15 18:41:26',NULL,'2013-09-15 18:41:26','Republican','R'),(3,0,'2013-09-15 18:41:26',NULL,'2013-09-15 18:41:26','Independent','I'),(4,0,'2013-09-15 18:41:26',NULL,'2013-09-15 18:41:26','Progressive','P'),(5,0,'2013-09-15 18:41:26',NULL,'2013-09-15 18:41:26','Dem/Prog','DP'),(6,0,'2013-09-15 18:41:26',NULL,'2013-09-15 18:41:26','Prog/Dem/Wig','PDW'); /*!40000 ALTER TABLE `party` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `person` -- DROP TABLE IF EXISTS `person`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `person` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `version` bigint(20) NOT NULL, `address1` varchar(50) DEFAULT NULL, `address2` varchar(50) DEFAULT NULL, `birth_country` varchar(30) DEFAULT NULL, `birth_day` int(11) DEFAULT NULL, `birth_month` int(11) DEFAULT NULL, `birth_state` varchar(2) DEFAULT NULL, `birth_town` varchar(30) DEFAULT NULL, `birth_year` int(11) DEFAULT NULL, `city` varchar(30) DEFAULT NULL, `current_party_id` bigint(20) DEFAULT NULL, `date_created` datetime NOT NULL, `first_name` varchar(30) NOT NULL, `home_town` varchar(40) DEFAULT NULL, `last_name` varchar(30) NOT NULL, `last_updated` datetime NOT NULL, `middle_name` varchar(30) DEFAULT NULL, `name` varchar(50) NOT NULL, `person_id` int(11) NOT NULL, `phone_cell` varchar(15) DEFAULT NULL, `phone_home` varchar(15) DEFAULT NULL, `phone_office` varchar(15) DEFAULT NULL, `preferred_name` varchar(50) DEFAULT NULL, `state` varchar(2) DEFAULT NULL, `zip` varchar(10) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `person_id` (`person_id`), KEY `FKC4E39B55C74AFB82` (`current_party_id`), CONSTRAINT `FKC4E39B55C74AFB82` FOREIGN KEY (`current_party_id`) REFERENCES `party` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=184 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `person` -- LOCK TABLES `person` WRITE; /*!40000 ALTER TABLE `person` DISABLE KEYS */; INSERT INTO `person` VALUES (1,0,'P.O. Box 123',NULL,NULL,7,4,'MA','Boston',NULL,' Calais',1,'2013-09-15 18:43:37',' Janet',' Calais','Ancel','2013-09-15 18:43:37',NULL,'Ancel, Janet',1,NULL,NULL,'(802) 223-5350',NULL,'VT','5648'),(2,0,'23 Linden Rd.',NULL,NULL,14,2,'PA','Philadelphia',1955,' Hartland',1,'2013-09-15 18:43:37',' John',' Hartland','Bartholomew','2013-09-15 18:43:37',' L.','Bartholomew, John, L.',2,NULL,NULL,'(802) 436-2151',NULL,'VT','5048'),(3,0,'165 Beach St.',NULL,NULL,31,7,'NY','Ossining',NULL,' Derby Line',2,'2013-09-15 18:43:37',' Lynn',' Derby Line','Batchelor','2013-09-15 18:43:37',' D.','Batchelor, Lynn, D.',3,NULL,NULL,'(802) 873-3006',NULL,'VT','5830'),(4,0,'P.O. Box 287',NULL,NULL,14,2,'VT','Highgate',1947,' Highgate Springs',2,'2013-09-15 18:43:37',' Stephen',' Highgate Springs','Beyor','2013-09-15 18:43:37',' C.','Beyor, Stephen, C.',4,NULL,NULL,'(802) 868-3456','Steve','VT','5460'),(5,0,'11 Dufresne Dr.',NULL,NULL,NULL,NULL,'VT','Winooski',NULL,' Winooski',1,'2013-09-15 18:43:37',' Clement',' Winooski','Bissonnette','2013-09-15 18:43:37',' J.','Bissonnette, Clement, J.',5,NULL,NULL,'(802) 655-9527',NULL,'VT','5404'),(6,0,'1225 South Stream Rd.',NULL,NULL,29,9,'NY','New York City',1945,' Bennington',1,'2013-09-15 18:43:37',' William',' Bennington','Botzow','2013-09-15 18:43:37',' G. F.','Botzow, William, G. F.',6,NULL,NULL,'(802) 447-7717','Bill','VT','5201'),(7,0,'126 Leclair Dr.',NULL,NULL,7,2,'VT','Colchester',1955,' Colchester',2,'2013-09-15 18:43:37',' Robert',' Colchester','Bouchard','2013-09-15 18:43:37',' A.','Bouchard, Robert, A.',7,NULL,NULL,'(802) 879-2522','Bob','VT','5446'),(8,0,'1295 Ballard Rd.',NULL,NULL,5,6,'VT','Windsor',1954,' Georgia',2,'2013-09-15 18:43:37',' Carolyn',' Georgia','Branagan','2013-09-15 18:43:37',' W.','Branagan, Carolyn, W.',8,NULL,NULL,'(802) 527-7694',NULL,'VT','5478'),(9,0,'96 Tanglewood Dr.',NULL,NULL,11,6,'VT','Colchester',1953,' Colchester',2,'2013-09-15 18:43:37',' Patrick',' Colchester','Brennan','2013-09-15 18:43:37',' M.','Brennan, Patrick, M.',9,NULL,NULL,'(802) 863-3773',NULL,'VT','5446'),(10,0,'P.O. Box 389',NULL,NULL,18,4,'NY','Rochester',1953,' Arlington',1,'2013-09-15 18:43:37',' Cynthia',' Arlington','Browning','2013-09-15 18:43:37',' M.','Browning, Cynthia, M.',10,NULL,NULL,'(802) 375-9019',NULL,'VT','5250'),(11,0,'1118 Clarendon Ave.',NULL,NULL,18,8,'VT','Rutland',1956,' West Rutland',2,'2013-09-15 18:43:37',' Thomas',' West Rutland','Burditt','2013-09-15 18:43:37',' B.','Burditt, Thomas, B.',11,NULL,NULL,'(802) 438-0031',NULL,'VT','5777'),(12,0,'62 West St.',NULL,NULL,NULL,NULL,'NY','Buffalo',NULL,' Brattleboro',4,'2013-09-15 18:43:37',' Mollie',' Brattleboro','Burke','2013-09-15 18:43:37',' Sullivan','Burke, Mollie, Sullivan',12,NULL,NULL,'(802) 257-4844',NULL,'VT','5301'),(13,0,'318 VT Route 110',NULL,NULL,NULL,NULL,'VT','Orwell',NULL,' Tunbridge',1,'2013-09-15 18:43:37',' Sarah',' Tunbridge','Buxton','2013-09-15 18:43:37',' E.','Buxton, Sarah, E.',13,NULL,NULL,'(802) 233-0274',NULL,'VT','5077'),(14,0,'1292 West Rd.',NULL,NULL,11,12,'NY','Albany',1970,' Bennington',1,'2013-09-15 18:43:37',' Brian',' Bennington','Campion','2013-09-15 18:43:37',' A.','Campion, Brian, A.',14,NULL,NULL,'(802) 753-7705',NULL,'VT','5201'),(15,0,'12 Pine St.',NULL,NULL,NULL,NULL,'VT','Rutland',NULL,' Fair Haven',2,'2013-09-15 18:43:37',' William',' Fair Haven','Canfield','2013-09-15 18:43:37',' P.','Canfield, William, P.',15,NULL,NULL,'(802) 265-4428',NULL,'VT','5743'),(16,0,'27 East Prospect St.',NULL,NULL,13,11,'VT','Rutland',1949,' Brandon',1,'2013-09-15 18:43:37',' Stephen',' Brandon','Carr','2013-09-15 18:43:37',' A.','Carr, Stephen, A.',16,NULL,NULL,'(802) 247-3921',NULL,'VT','5733'),(17,0,'P.O. Box 521',NULL,NULL,NULL,NULL,'NH','Hanover',NULL,' Norwich',1,'2013-09-15 18:43:37',' Margaret',' Norwich','Cheney','2013-09-15 18:43:37',' R.','Cheney, Margaret, R.',17,NULL,NULL,'(802) 649-3039',NULL,'VT','5055'),(18,0,'682 Christian St.',NULL,NULL,7,4,'CT','Hartford',1950,' White River Jct.',1,'2013-09-15 18:43:37',' Kevin',' White River Jct.','Christie','2013-09-15 18:43:37',' B.','Christie, Kevin, B.',18,NULL,NULL,'(802) 295-1066',NULL,'VT','5001'),(19,0,'18 Golf Ave.',NULL,NULL,26,4,'NY','Buffalo',1955,' Woodstock',1,'2013-09-15 18:43:37',' Alison',' Woodstock','Clarkson','2013-09-15 18:43:37',' H.','Clarkson, Alison, H.',19,NULL,NULL,'(802) 457-4627',NULL,'VT','5091'),(20,0,'108 Rivers Edge Dr.',NULL,NULL,NULL,NULL,'NY','Troy',NULL,' Burlington',1,'2013-09-15 18:43:37',' Joanna',' Burlington','Cole','2013-09-15 18:43:37',' E.','Cole, Joanna, E.',20,NULL,NULL,'(802) 660-7175',NULL,'VT','8408'),(21,0,'500A Dalton Dr.',NULL,NULL,19,5,'CT','New London',1958,' Colchester',1,'2013-09-15 18:43:37',' James',' Colchester','Condon','2013-09-15 18:43:37',' O.','Condon, James, O.',21,NULL,NULL,'(802) 655-5764',NULL,'VT','5446'),(22,0,'4367 Route 36',NULL,NULL,NULL,NULL,NULL,NULL,NULL,' Fairfield',1,'2013-09-15 18:43:37',' Daniel',' Fairfield','Connor','2013-09-15 18:43:37',' F.','Connor, Daniel, F.',22,NULL,NULL,'(802) 827-4436',NULL,'VT','5455'),(23,0,'409 Bible Hill Rd.',NULL,NULL,17,10,'OH','Cleveland',1961,' Wells River',1,'2013-09-15 18:43:37',' Charles',' Wells River','Conquest','2013-09-15 18:43:37',' W.','Conquest, Charles, W.',23,NULL,NULL,'(802) 757-3803',NULL,'VT','5081'),(24,0,'322 Rice Hill Rd.',NULL,'France',9,12,NULL,'Paris',1950,' Sheldon',1,'2013-09-15 18:43:38',' Michel',' Sheldon','Consejo','2013-09-15 18:43:38',' A.','Consejo, Michel, A.',24,NULL,NULL,'(802) 285-6070',NULL,'VT','5483'),(25,0,'P.O. Box 43',NULL,NULL,9,7,'IL','Lake Forest',1970,' Bradford',1,'2013-09-15 18:43:38',' Sarah',' Bradford','Copeland-Hanzas','2013-09-15 18:43:38',' L.','Copeland-Hanzas, Sarah, L.',25,NULL,NULL,'(802) 222-3536',NULL,'VT','5033'),(26,0,'8 Corey Lane',NULL,NULL,17,3,'VT','Bennington',1973,' Bennington',1,'2013-09-15 18:43:38',' Timothy',' Bennington','Corcoran','2013-09-15 18:43:38',' R.','Corcoran, Timothy, R.',26,NULL,NULL,'(802) 447-0929',NULL,'VT','5201'),(27,0,'82 Dufresne Dr.',NULL,NULL,NULL,NULL,'VT','Brattleboro',1935,' Winooski',1,'2013-09-15 18:43:38',' George',' Winooski','Cross','2013-09-15 18:43:38',' C.','Cross, George, C.',27,NULL,NULL,'(802) 655-4611',NULL,'VT','5404'),(28,0,'57 Piedmont Pond Rd.',NULL,NULL,14,4,'VT','Rutland',1947,' Rutland',2,'2013-09-15 18:43:38',' Lawrence',' Rutland','Cupoli','2013-09-15 18:43:38',' P.','Cupoli, Lawrence, P.',28,NULL,NULL,'(802) 747-4399',NULL,'VT','5701'),(29,0,'P.O. Box 467',NULL,NULL,NULL,NULL,NULL,NULL,NULL,' Chester',1,'2013-09-15 18:43:38',' Leigh',' Chester','Dakin','2013-09-15 18:43:38',' J.','Dakin, Leigh, J.',29,NULL,NULL,'(802) 875-3456',NULL,'VT','5143'),(30,0,'75 Notchend Rd.',NULL,NULL,12,1,'VT','Barre',1953,' West Topsham',4,'2013-09-15 18:43:38',' Susan',' West Topsham','Davis','2013-09-15 18:43:38',' Hatch','Davis, Susan, Hatch',30,NULL,NULL,'(802) 439-5103',NULL,'VT','5086'),(31,0,'5607 Westminster West Rd.',NULL,NULL,20,12,'PA','Abington',1944,' Putney',1,'2013-09-15 18:43:38',' David',' Putney','Deen','2013-09-15 18:43:38',' L.','Deen, David, L.',31,NULL,NULL,'(802) 869-3116',NULL,'VT','5346'),(32,0,'P.O. Box 1',' Route 155',NULL,10,3,'VT','Rutland',1951,' Belmont',2,'2013-09-15 18:43:38',' Dennis',' Belmont','Devereux','2013-09-15 18:43:38',' J.','Devereux, Dennis, J.',32,NULL,NULL,'(802) 259-2460',NULL,'VT','5730'),(33,0,'69 Button Rd.',NULL,NULL,8,10,'NJ','Teaneck',1949,' St. Albans',2,'2013-09-15 18:43:38',' Eileen Lynn',' St. Albans','Dickinson','2013-09-15 18:43:38',' G.','Dickinson, Eileen Lynn, G.',33,NULL,NULL,'(802) 524-3404',NULL,'VT','5478'),(34,0,'146 Lakeview Hill Rd.',NULL,NULL,14,3,'NY','Brooklyn',1942,' Poultney',2,'2013-09-15 18:43:38',' Andrew',' Poultney','Donaghy','2013-09-15 18:43:38',' P.','Donaghy, Andrew, P.',34,NULL,NULL,'(802) 287-9693',NULL,'VT','05764-9179'),(35,0,'148 Donahue Dr.',NULL,NULL,20,3,'VT','Burlington',1956,' Northfield',2,'2013-09-15 18:43:38',' Anne',' Northfield','Donahue','2013-09-15 18:43:38',' B.','Donahue, Anne, B.',35,NULL,NULL,'(802) 485-6431',NULL,'VT','5663'),(36,0,'38 Bayview St.',NULL,NULL,18,9,'VT','Burlington',1944,' Burlington',1,'2013-09-15 18:43:38',' Johannah',' Burlington','Donovan','2013-09-15 18:43:38',' L.','Donovan, Johannah, L.',36,NULL,NULL,'(802) 863-4634',NULL,'VT','5401'),(37,0,'1531 Ripley Road',NULL,NULL,9,8,'VT','Middlebury',1965,' Waterbury Center',1,'2013-09-15 18:43:38',' Rebecca',' Waterbury Center','Ellis','2013-09-15 18:43:38',' M.','Ellis, Rebecca, M.',37,NULL,NULL,'(802) 244-5687',NULL,'VT','5677'),(38,0,'318 Summer St.',NULL,NULL,14,2,'VT','Springfield',1955,' Springfield',1,'2013-09-15 18:43:38',' Alice',' Springfield','Emmons','2013-09-15 18:43:38',' M.','Emmons, Alice, M.',38,NULL,NULL,'(802) 885-5893',NULL,'VT','5156'),(39,0,'53 Greenfield Rd.',NULL,NULL,27,7,'PA','McKeesport',1952,' Essex Jct.',1,'2013-09-15 18:43:38',' Debbie',' Essex Jct.','Evans','2013-09-15 18:43:38',' G.','Evans, Debbie, G.',39,NULL,NULL,'(802) 878-4317',NULL,'VT','5452'),(40,0,'17 Clinton Ave.',NULL,NULL,12,6,'VT','Rutland',1957,' Rutland',2,'2013-09-15 18:43:38',' Peter',' Rutland','Fagan','2013-09-15 18:43:38',' J.','Fagan, Peter, J.',40,NULL,NULL,'(802) 342-1214',NULL,'VT','5701'),(41,0,'3 Pine St.',NULL,NULL,8,10,'VA','Portsmouth',1971,' St. Johnsbury',1,'2013-09-15 18:43:38',' Michelle',' St. Johnsbury','Fay','2013-09-15 18:43:38',' B.','Fay, Michelle, B.',41,NULL,NULL,'(802) 748-1291',NULL,'VT','5819'),(42,0,'77 Old Coach Rd.',NULL,NULL,30,4,'MO','Kansas City',1946,' Lyndonville',2,'2013-09-15 18:43:38',' Martha',' Lyndonville','Feltus','2013-09-15 18:43:38',' A.','Feltus, Martha, A.',42,NULL,NULL,'(802) 626-9516',NULL,'VT','5851'),(43,0,'364 Cobb Hill Rd.',NULL,NULL,7,12,'PA','Philadelphia',1965,' Lincoln',1,'2013-09-15 18:43:38',' Michael',' Lincoln','Fisher','2013-09-15 18:43:38',NULL,'Fisher, Michael',43,NULL,NULL,'(802) 453-5517',NULL,'VT','5443'),(44,0,'19 Poker Hill Rd.',NULL,NULL,NULL,NULL,'MI',NULL,NULL,' Underhill',1,'2013-09-15 18:43:38',' William',' Underhill','Frank','2013-09-15 18:43:38',' R.','Frank, William, R.',44,NULL,NULL,'(802) 899-3136',NULL,'VT','5489'),(45,0,'886 Harlow Hill',NULL,NULL,22,8,'VT','Randolph',1949,' Randolph',1,'2013-09-15 18:43:38',' Patsy',' Randolph','French','2013-09-15 18:43:38',' T.','French, Patsy, T.',45,NULL,NULL,'(802) 728-9421',NULL,'VT','5060'),(46,0,'41 Hazel St.',NULL,NULL,13,5,'PA','Reading',1959,' Rutland',2,'2013-09-15 18:43:38',' Douglas',' Rutland','Gage','2013-09-15 18:43:38',' A.','Gage, Douglas, A.',46,NULL,NULL,'(802) 773-0616',NULL,'VT','5701'),(47,0,'35 German Hill Farm Rd.',NULL,NULL,11,2,'MA','Framingham',1949,' North Chittenden',1,'2013-09-15 18:43:38',' Anne',' North Chittenden','Gallivan','2013-09-15 18:43:38',' L.','Gallivan, Anne, L.',47,NULL,NULL,'(802) 483-2854',NULL,'VT','5763'),(48,0,'440 Route 100',NULL,NULL,2,10,'VT','Springfield',1946,' Weston',3,'2013-09-15 18:43:38',' Charles',' Weston','Goodwin','2013-09-15 18:43:38',' M.','Goodwin, Charles, M.',48,NULL,NULL,'(802) 824-6817',NULL,'VT','5161'),(49,0,'301 Paddy Hill Rd.',NULL,NULL,10,8,'NY','Great Neck',1960,' Moretown',1,'2013-09-15 18:43:38',' Maxine',' Moretown','Grad','2013-09-15 18:43:38',' Jo','Grad, Maxine, Jo',49,NULL,NULL,'(802) 496-7667',NULL,'VT','5660'),(50,0,'611 Eurich Pond Rd.',NULL,NULL,9,9,'NY','Huntington',1960,' Warren',3,'2013-09-15 18:43:38',' Adam',' Warren','Greshin','2013-09-15 18:43:38',' M.','Greshin, Adam, M.',50,NULL,NULL,'(802) 583-3223',NULL,'VT','5674'),(51,0,'360 S. Main St.',NULL,NULL,8,5,'CA','Orange',1946,' Rochester',4,'2013-09-15 18:43:38',' Sandy',' Rochester','Haas','2013-09-15 18:43:38',' J.','Haas, Sandy, J.',51,NULL,NULL,'(802) 767-4751',NULL,'VT','5767'),(52,0,'65 East Terrace',NULL,NULL,12,5,'GA','Griffin',1953,' South Burlington',1,'2013-09-15 18:43:38',' Helen',' South Burlington','Head','2013-09-15 18:43:38',' J.','Head, Helen, J.',52,NULL,NULL,'(802) 862-2267',NULL,'VT','5403'),(53,0,'342 Rollin Irish Rd.',NULL,NULL,21,12,'VT','Newport',1946,' Westford',1,'2013-09-15 18:43:38',' Martha',' Westford','Heath','2013-09-15 18:43:38',' P.','Heath, Martha, P.',53,NULL,NULL,'(802) 893-1291',NULL,'VT','5494'),(54,0,'P.O. Box 120',NULL,NULL,13,4,'MA','Holyoke',1950,' Vernon',2,'2013-09-15 18:43:38',' Michael',' Vernon','Hebert','2013-09-15 18:43:38',' J.','Hebert, Michael, J.',54,NULL,NULL,'(802) 451-9088',NULL,'VT','5354'),(55,0,'647 Route 4A East',NULL,NULL,28,10,'NY','Canandaqua',1949,' Fair Haven',2,'2013-09-15 18:43:38',' Robert',' Fair Haven','Helm','2013-09-15 18:43:38',' G.','Helm, Robert, G.',55,NULL,NULL,'(802) 265-2145',NULL,'VT','5743'),(56,0,'429 Baraw Rd.',NULL,NULL,5,3,'VT','Brattleboro',1956,' Lowell',2,'2013-09-15 18:43:38',' Mark',' Lowell','Higley','2013-09-15 18:43:38',' A.','Higley, Mark, A.',56,NULL,NULL,'(802) 744-6379',NULL,'VT','5847'),(57,0,'882 North St.',NULL,'Germany',NULL,NULL,NULL,'Heidelberg',NULL,' Montpelier',1,'2013-09-15 18:43:38',' Mary',' Montpelier','Hooper','2013-09-15 18:43:38',' S.','Hooper, Mary, S.',57,NULL,NULL,'(802) 223-2892',NULL,'VT','5602'),(58,0,'68 Woodcrest Circle',NULL,NULL,28,8,'OK','Elk City',1952,' Milton',2,'2013-09-15 18:43:38',' Ronald',' Milton','Hubert','2013-09-15 18:43:38',' E.','Hubert, Ronald, E.',58,NULL,NULL,'(802) 893-1368',NULL,'VT','5468'),(59,0,'535 Center Rd.',NULL,NULL,6,6,'VT','Proctor',1956,' Cavendish',1,'2013-09-15 18:43:38',' Mark',' Cavendish','Huntley','2013-09-15 18:43:38',' A.','Huntley, Mark, A.',59,NULL,NULL,'(802) 236-6722',NULL,'VT','5142'),(60,0,'5 Sycamore Lane',NULL,NULL,24,1,'CT','Stamford',1949,' Essex Jct.',1,'2013-09-15 18:43:39',' Timothy',' Essex Jct.','Jerman','2013-09-15 18:43:39',NULL,'Jerman, Timothy',60,NULL,NULL,'(802) 878-2972',NULL,'VT','5452'),(61,0,'P.O. Box 129',NULL,NULL,23,8,'NY','New Rochelle',1963,' Ripton',1,'2013-09-15 18:43:39',' Willem',' Ripton','Jewett','2013-09-15 18:43:39',' W.','Jewett, Willem, W.',61,NULL,NULL,'(802) 388-0320',NULL,'VT','5766'),(62,0,'P.O. Box 144',NULL,NULL,18,11,'NY','Clifton Park',1970,' South Hero',1,'2013-09-15 18:43:39',' Mitzi',' South Hero','Johnson','2013-09-15 18:43:39',NULL,'Johnson, Mitzi',62,NULL,NULL,'(802) 363-4448',NULL,'VT','5486'),(63,0,'3603 Rte. 102',NULL,NULL,17,9,'NH','Hanover',1952,' Canaan',2,'2013-09-15 18:43:39',' William',' Canaan','Johnson','2013-09-15 18:43:39',' F.','Johnson, William, F.',63,NULL,NULL,'(802) 277-8329',NULL,'VT','5903'),(64,0,'668 North Cambridge Rd.',NULL,NULL,6,4,'MA','Northhampton',1943,' Cambridge',2,'2013-09-15 18:43:39',' Bernard',' Cambridge','Juskiewicz','2013-09-15 18:43:39',' C.','Juskiewicz, Bernard, C.',64,NULL,NULL,'(802) 644-5606',NULL,'VT','5444'),(65,0,'8 Thorpe Ave.',NULL,NULL,7,5,'VT','Burlington',1940,' St. Albans',1,'2013-09-15 18:43:39',' Kathleen',' St. Albans','Keenan','2013-09-15 18:43:39',' C.','Keenan, Kathleen, C.',65,NULL,NULL,'(802) 524-5013',NULL,'VT','5478'),(66,0,'76 Widgeon Dr.',NULL,NULL,30,6,'IN','Terre Haute',1942,' Newport',2,'2013-09-15 18:43:39',' Duncan',' Newport','Kilmartin','2013-09-15 18:43:39',' F.','Kilmartin, Duncan, F.',66,NULL,NULL,'(802) 334-7883',NULL,'VT','5855'),(67,0,'138 North St.',NULL,NULL,21,3,'PA','Erie',1943,' Montpelier',1,'2013-09-15 18:43:39',' Warren',' Montpelier','Kitzmiller','2013-09-15 18:43:39',' F.','Kitzmiller, Warren, F.',67,NULL,NULL,'(802) 229-0878',NULL,'VT','5602'),(68,0,'95 Powder Horn Glen Rd.',NULL,NULL,22,3,'NY','Bronx',1947,' Montpelier',1,'2013-09-15 18:43:39',' Anthony',' Montpelier','Klein','2013-09-15 18:43:39',' W.','Klein, Anthony, W.',68,NULL,NULL,'(802) 223-8926',NULL,'VT','5602'),(69,0,'326 Lowery Rd.',NULL,NULL,24,11,'NJ','Hackensack',1942,' Barre',2,'2013-09-15 18:43:39',' Thomas',' Barre','Koch','2013-09-15 18:43:39',' F.','Koch, Thomas, F.',69,NULL,NULL,'(802) 476-4141',NULL,'VT','5641'),(70,0,'P.O. Box 513',NULL,NULL,23,1,'NY','Brooklyn',1961,' Dorset',2,'2013-09-15 18:43:39',' Patricia',' Dorset','Komline','2013-09-15 18:43:39',' C.','Komline, Patricia, C.',70,NULL,NULL,'(802) 867-4232',NULL,'VT','5251'),(71,0,'134 East Shore Rd.',NULL,NULL,16,12,'NY','Potsdam',1947,' South Hero',1,'2013-09-15 18:43:39',' Robert',' South Hero','Krebs','2013-09-15 18:43:39',' C.','Krebs, Robert, C.',71,NULL,NULL,'(802) 372-4567',NULL,'VT','5486'),(72,0,'27 Spring Street',NULL,NULL,NULL,NULL,NULL,NULL,NULL,' Burlington',1,'2013-09-15 18:43:39',' Jill',' Burlington','Krowinski','2013-09-15 18:43:39',' L.','Krowinski, Jill, L.',72,NULL,NULL,'(802) 363-3907',NULL,'VT','5401'),(73,0,'23 Brewer Parkway',NULL,NULL,3,2,'VT','Burlington',1953,' South Burlington',1,'2013-09-15 18:43:39',' Michele',' South Burlington','Kupersmith','2013-09-15 18:43:39',' F.','Kupersmith, Michele, F.',73,NULL,NULL,'(802) 863-1814',NULL,'VT','5403'),(74,0,'194 S. Maple St.',' P.O. Box 165',NULL,26,11,'NY','Buffalo',1955,' Vergennes',1,'2013-09-15 18:43:39',' Diane',' Vergennes','Lanpher','2013-09-15 18:43:39',' M.','Lanpher, Diane, M.',74,NULL,NULL,'(802) 877-2230',NULL,'VT','5491'),(75,0,'1079 Old Silo Rd.',NULL,NULL,6,3,'VT','Brownington',1934,' St. Johnsbury',2,'2013-09-15 18:43:39',' Leigh',' St. Johnsbury','Larocque','2013-09-15 18:43:39',' B.','Larocque, Leigh, B.',75,NULL,NULL,'(802) 748-3481',NULL,'VT','05819-8994'),(76,0,'194 Bean Pond Rd.',NULL,NULL,5,7,'VT','St. Johnsbury',1942,' Lyndonville',2,'2013-09-15 18:43:39',' Richard',' Lyndonville','Lawrence','2013-09-15 18:43:39',' H.','Lawrence, Richard, H.',76,NULL,NULL,'(802) 626-5917',NULL,'VT','5851'),(77,0,'197 Governor\'s Lane',NULL,NULL,24,2,'CT','New Britain',1951,' Shelburne',1,'2013-09-15 18:43:39',' Joan',' Shelburne','Lenes','2013-09-15 18:43:39',' G.','Lenes, Joan, G.',77,NULL,NULL,'(802) 985-8515',NULL,'VT','5482'),(78,0,'449 East Rd.',NULL,NULL,25,8,'VT','Montpelier',1956,' Berlin',2,'2013-09-15 18:43:39',' Patti',' Berlin','Lewis','2013-09-15 18:43:39',' J.','Lewis, Patti, J.',78,NULL,NULL,'(802) 223-6319',NULL,'VT','05641-5388'),(79,0,'2751 Baldwin Rd.',NULL,NULL,18,1,'PA','Port Trevorton',1950,' Hinesburg',1,'2013-09-15 18:43:39',' William',' Hinesburg','Lippert','2013-09-15 18:43:39',' J.','Lippert, William, J.',79,NULL,NULL,'(802) 482-3528',NULL,'VT','5461'),(80,0,'82 Pamela Ct.',NULL,NULL,23,10,NULL,NULL,1938,' Williston',1,'2013-09-15 18:43:39',' Terence',' Williston','Macaig','2013-09-15 18:43:39',' D.','Macaig, Terence, D.',80,NULL,NULL,'(802) 878-3872',NULL,'VT','5495'),(81,0,'1822 Rupert Mountain Rd.',NULL,NULL,1,11,'PA','Abington',1950,' Pawlet',1,'2013-09-15 18:43:39',' John',' Pawlet','Malcolm','2013-09-15 18:43:39',' W.','Malcolm, John, W.',81,NULL,NULL,'(802) 325-3424',NULL,'VT','5761'),(82,0,'P.O. Box 1089',NULL,NULL,14,7,'RI','Westerly',1940,' Wilmington',1,'2013-09-15 18:43:39',' Ann',' Wilmington','Manwaring','2013-09-15 18:43:39',' P.','Manwaring, Ann, P.',82,NULL,NULL,'(802) 464-2150',NULL,'VT','5363'),(83,0,'106 Private Pond Rd.',NULL,NULL,31,5,'VT','Newport',1958,' Newport',2,'2013-09-15 18:43:39',' Michael',' Newport','Marcotte','2013-09-15 18:43:39',' J.','Marcotte, Michael, J.',83,NULL,NULL,'(802) 334-6302',NULL,'VT','5855'),(84,0,'P.O. Box 476',NULL,NULL,29,12,'MI','Grand Rapids',1946,' Newfane',1,'2013-09-15 18:43:39',' Richard',' Newfane','Marek','2013-09-15 18:43:39',' J.','Marek, Richard, J.',84,NULL,NULL,'(802) 365-9107',NULL,'VT','5345'),(85,0,'903 French Meadow Rd.',NULL,NULL,11,4,'NY','Floral Park',1940,' Springfield',1,'2013-09-15 18:43:39',' Cynthia',' Springfield','Martin','2013-09-15 18:43:39',' T.','Martin, Cynthia, T.',85,NULL,NULL,'(802) 886-8470',NULL,'VT','5156'),(86,0,'80 Wildermont',NULL,NULL,31,3,'NH','Concord',1951,' Wolcott',1,'2013-09-15 18:43:39',' Linda',' Wolcott','Martin','2013-09-15 18:43:39',' J.','Martin, Linda, J.',86,NULL,NULL,'(802) 888-5654',NULL,'VT','5680'),(87,0,'714 Pero Hill Rd.',NULL,NULL,7,12,'NH','Hanover',1948,' Thetford Center',1,'2013-09-15 18:43:39',' James',' Thetford Center','Masland','2013-09-15 18:43:39',' W.','Masland, James, W.',87,NULL,NULL,'(802) 785-4146',NULL,'VT','5075'),(88,0,'321 Lake St.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,' St. Albans',1,'2013-09-15 18:43:39',' Michael',' St. Albans','McCarthy','2013-09-15 18:43:39',' D.','McCarthy, Michael, D.',88,NULL,NULL,'(802) 233-7587',NULL,'VT','5478'),(89,0,'221 North Winooski Ave.',NULL,NULL,28,2,'NY','Queens',1952,' Burlington',1,'2013-09-15 18:43:39',' Curtis',' Burlington','McCormack','2013-09-15 18:43:39',' A.','McCormack, Curtis, A.',89,NULL,NULL,'(802) 318-2585',NULL,'VT','5401'),(90,0,'592 Governor Chittenden Rd.',NULL,NULL,14,7,'VT','Burlington',1945,' Williston',1,'2013-09-15 18:43:39',' James',' Williston','McCullough','2013-09-15 18:43:39',' M.','McCullough, James, M.',90,NULL,NULL,'(802) 878-2180',NULL,'VT','5495'),(91,0,'97 Sunset Rd.',NULL,NULL,19,4,'MA','Cambridge',1939,' Barre Town',2,'2013-09-15 18:43:39',' Francis',' Barre Town','McFaun','2013-09-15 18:43:39',' M.','McFaun, Francis, M.',91,NULL,NULL,'(802) 479-9843',NULL,'VT','5641'),(92,0,'223 Center Rd.',NULL,NULL,6,10,'NY','New York City',1965,' Hardwick',1,'2013-09-15 18:43:39',' Kristina',' Hardwick','Michelsen','2013-09-15 18:43:39',' I.','Michelsen, Kristina, I.',92,NULL,NULL,'(802) 535-7468',NULL,'VT','5843'),(93,0,'88 Horton Hill Rd.',NULL,NULL,22,3,'NY','Long Island',1939,' Shaftsbury',1,'2013-09-15 18:43:39',' Alice',' Shaftsbury','Miller','2013-09-15 18:43:39',NULL,'Miller, Alice',93,NULL,NULL,'(802) 442-9825',NULL,'VT','5262'),(94,0,'1135 Main St.',NULL,NULL,12,6,'NY','Margaretville',1946,' Fairfax',2,'2013-09-15 18:43:39',' John',' Fairfax','Mitchell','2013-09-15 18:43:39',' I.','Mitchell, John, I.',94,NULL,NULL,'(802) 735-3900',NULL,'VT','5454'),(95,0,'228 Washington Ave.',NULL,NULL,24,11,'MA','Northampton',1947,' Bennington',1,'2013-09-15 18:43:39',' Anne',' Bennington','Mook','2013-09-15 18:43:39',' H.','Mook, Anne, H.',95,NULL,NULL,'(802) 442-5028',NULL,'VT','5201'),(96,0,'58 Hi-Hopes Rd.',NULL,NULL,5,5,'OH','Cleveland',1940,' Wardsboro',1,'2013-09-15 18:43:39',' John',' Wardsboro','Moran','2013-09-15 18:43:39',' T.','Moran, John, T.',96,NULL,NULL,'(802) 896-9408',NULL,'VT','5355'),(97,0,'228 Dewey St.',NULL,NULL,26,3,'VT','Bennington',1957,' Bennington',2,'2013-09-15 18:43:39',' Mary',' Bennington','Morrissey','2013-09-15 18:43:39',' A.','Morrissey, Mary, A.',97,NULL,NULL,'(802) 442-2092',NULL,'VT','5201'),(98,0,'299 South Pine Banks Rd.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,' Putney',1,'2013-09-15 18:43:39',' Michael',' Putney','Mrowicki','2013-09-15 18:43:39',NULL,'Mrowicki, Michael',98,NULL,NULL,'(802) 387-8787',NULL,'VT','5346'),(99,0,'51 Forest Rd.',NULL,NULL,18,8,'PA','Nanty Glo',1940,' Essex Jct.',2,'2013-09-15 18:43:39',' Linda',' Essex Jct.','Myers','2013-09-15 18:43:39',' K.','Myers, Linda, K.',99,NULL,NULL,'(802) 878-3514',NULL,'VT','5452'),(100,0,'70 Maple St.',' Unit 308',NULL,10,12,'NJ','Englewood',1931,' Middlebury',1,'2013-09-15 18:43:39',' Betty',' Middlebury','Nuovo','2013-09-15 18:43:39',' A.','Nuovo, Betty, A.',100,NULL,NULL,'(802) 388-2024',NULL,'VT','5753'),(101,0,'2406 Hinesburg Rd.',NULL,NULL,27,1,'MA','Northampton',1956,' Richmond',1,'2013-09-15 18:43:39',' Anne',' Richmond','O\'Brien','2013-09-15 18:43:39',' T.','O\'Brien, Anne, T.',101,NULL,NULL,'(802) 434-4250',NULL,'VT','5477'),(102,0,'37 Village Green',NULL,NULL,12,7,'CT','Greenwich',1945,' Burlington',1,'2013-09-15 18:43:39',' Jean',' Burlington','O\'Sullivan','2013-09-15 18:43:39',' D.','O\'Sullivan, Jean, D.',102,NULL,NULL,'(802) 658-0492',NULL,'VT','5408'),(103,0,'1612 Old Cheney Rd.',NULL,NULL,21,1,'NJ','Hackensack',1949,' Windham',1,'2013-09-15 18:43:39',' Carolyn',' Windham','Partridge','2013-09-15 18:43:39',' W.','Partridge, Carolyn, W.',103,NULL,NULL,'(802) 874-4182',NULL,'VT','5359'),(104,0,'84 Magoon Rd.',NULL,NULL,30,3,'MA','Greenfield',1943,' Richford',2,'2013-09-15 18:43:39',' Albert Chuck',' Richford','Pearce','2013-09-15 18:43:39',' E.','Pearce, Albert Chuck, E.',104,NULL,NULL,'(802) 848-7813',NULL,'VT','05476-9639'),(105,0,'12 Brookes Ave.',NULL,'Canada',5,1,'AB',NULL,1973,' Burlington',4,'2013-09-15 18:43:40',' Christopher',' Burlington','Pearson','2013-09-15 18:43:40',' A.','Pearson, Christopher, A.',105,NULL,NULL,'(802) 860-3933',NULL,'VT','5401'),(106,0,'93 Bailey Bridge Rd.',NULL,NULL,21,4,'NY','Albany',1946,' Woodbury',1,'2013-09-15 18:43:40',' Philip',' Woodbury','Peltz','2013-09-15 18:43:40',NULL,'Peltz, Philip',106,NULL,NULL,'(802) 472-6524',NULL,'VT','5681'),(107,0,'33 Abbott Ave.',NULL,NULL,30,9,'ME','Lewiston',1948,' Barre',3,'2013-09-15 18:43:40',' Paul',' Barre','Poirier','2013-09-15 18:43:40',' N.','Poirier, Paul, N.',107,NULL,NULL,'(802) 476-7870',NULL,'VT','5641'),(108,0,'462 East Tinmouth Rd.',NULL,NULL,6,12,'VT','Proctor',1943,' Clarendon',1,'2013-09-15 18:43:40',' David',' Clarendon','Potter','2013-09-15 18:43:40',' E.','Potter, David, E.',108,NULL,NULL,'(802) 438-5385',NULL,'VT','5759'),(109,0,'67 Bayberry Lane',NULL,NULL,NULL,NULL,'NY','Rye',NULL,' South Burlington',1,'2013-09-15 18:43:40',' Ann',' South Burlington','Pugh','2013-09-15 18:43:40',' D.','Pugh, Ann, D.',109,NULL,NULL,'(802) 863-6705',NULL,'VT','5403'),(110,0,'579 Main St.',NULL,NULL,NULL,NULL,'VT',NULL,NULL,' Concord',2,'2013-09-15 18:43:40',' Constance',' Concord','Quimby','2013-09-15 18:43:40',' N.','Quimby, Constance, N.',110,NULL,NULL,'(802) 695-2575',NULL,'VT','5824'),(111,0,'205 Summit St.',NULL,NULL,25,7,'NJ','Glen Ridge',1957,' Burlington',1,'2013-09-15 18:43:40',' Barbara',' Burlington','Rachelson','2013-09-15 18:43:40',NULL,'Rachelson, Barbara',111,NULL,NULL,'(802) 862-1290',NULL,'VT','5401'),(112,0,'26 Stewart Lane',NULL,NULL,NULL,NULL,NULL,NULL,NULL,' Middlebury',1,'2013-09-15 18:43:40',' Paul',' Middlebury','Ralston','2013-09-15 18:43:40',' D.','Ralston, Paul, D.',112,NULL,NULL,'(802) 349-7100',NULL,'VT','5753'),(113,0,'31 N. Prospect St.',NULL,NULL,2,8,'CA','Santa Monica',1986,' Burlington',1,'2013-09-15 18:43:40',' Kesha',' Burlington','Ram','2013-09-15 18:43:40',' K.','Ram, Kesha, K.',113,NULL,NULL,'(802) 881-4433',NULL,'VT','5401'),(114,0,'188 State St.',NULL,NULL,23,3,'NY','Seneca Falls',1953,' Rutland',1,'2013-09-15 18:43:40',' Herbert',' Rutland','Russell','2013-09-15 18:43:40',' A.','Russell, Herbert, A.',114,NULL,NULL,'(802) 779-7370',NULL,'VT','5701'),(115,0,'17 Linda Ave.',NULL,NULL,12,4,'VT','St. Albans',1955,' Swanton',2,'2013-09-15 18:43:40',' Brian',' Swanton','Savage','2013-09-15 18:43:40',' K.','Savage, Brian, K.',115,NULL,NULL,'(802) 868-3566',NULL,'VT','5488'),(116,0,'P.O. Box 908',NULL,NULL,14,4,'VT','Burlington',1971,' Stowe',2,'2013-09-15 18:43:40',' Heidi',' Stowe','Scheuermann','2013-09-15 18:43:40',' E.','Scheuermann, Heidi, E.',116,NULL,NULL,'(802) 253-2275',NULL,'VT','5672'),(117,0,'1209 Meehan Rd.',NULL,NULL,NULL,NULL,'MI','Detroit',NULL,' Bristol',1,'2013-09-15 18:43:40',' David',' Bristol','Sharpe','2013-09-15 18:43:40',' D.','Sharpe, David, D.',117,NULL,NULL,'(802) 453-2754',NULL,'VT','5443'),(118,0,'910 Markowski Rd.',NULL,NULL,8,1,'VT','Middlebury',1948,' Florence',2,'2013-09-15 18:43:40',' Charles',' Florence','Shaw','2013-09-15 18:43:40',' H.','Shaw, Charles, H.',118,NULL,NULL,'(802) 483-2398',NULL,'VT','5744'),(119,0,'320 Foxwood Lane',NULL,NULL,2,12,'NH','Dover',1941,' Derby',2,'2013-09-15 18:43:40',' Loren',' Derby','Shaw','2013-09-15 18:43:40',' T.','Shaw, Loren, T.',119,NULL,NULL,'(802) 766-5022',NULL,'VT','5829'),(120,0,'2516 Lime Kiln Road',NULL,NULL,2,6,'NH','Nashua',1945,' New Haven',2,'2013-09-15 18:43:40',' Harvey',' New Haven','Smith','2013-09-15 18:43:40',' T.','Smith, Harvey, T.',120,NULL,NULL,'(802) 877-2712',NULL,'VT','5472'),(121,0,'369 Farm Hill Rd.',NULL,NULL,16,12,'CT','Danbury',1965,' Morrisville',1,'2013-09-15 18:43:40',' Shapleigh',' Morrisville','Smith','2013-09-15 18:43:40',NULL,'Smith, Shapleigh',121,NULL,NULL,'(802) 888-9214',NULL,'VT','5661'),(122,0,'P.O. Box 206',NULL,NULL,13,2,'PA','Bradford',1968,' St. Johnsbury Ctr.',1,'2013-09-15 18:43:40',' Robert',' St. Johnsbury Ctr.','South','2013-09-15 18:43:40',' C.','South, Robert, C.',122,NULL,NULL,'(802) 748-0873',NULL,'VT','05863-0206'),(123,0,'463 Shore Acres Dr.',NULL,NULL,5,3,'NY',NULL,1953,' Colchester',1,'2013-09-15 18:43:40',' Kristy',' Colchester','Spengler','2013-09-15 18:43:40',' K.','Spengler, Kristy, K.',123,NULL,NULL,'(802) 864-6567',NULL,'VT','5446'),(124,0,'12 Winooski St.',NULL,NULL,NULL,NULL,'CT','New Haven',1961,' Waterbury',1,'2013-09-15 18:43:40',' Thomas',' Waterbury','Stevens','2013-09-15 18:43:40',' S.','Stevens, Thomas, S.',124,NULL,NULL,'(802) 244-4164',NULL,'VT','5676'),(125,0,'1329 Lapham Bay Rd.',NULL,NULL,29,3,'NY','Rochester',1955,' Shoreham',3,'2013-09-15 18:43:40',' William',' Shoreham','Stevens','2013-09-15 18:43:40',' C.','Stevens, William, C.',125,NULL,NULL,'(802) 897-7031',NULL,'VT','5770'),(126,0,'1367 Creek Rd.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,' Irasburg',2,'2013-09-15 18:43:40',' Vicki',' Irasburg','Strong','2013-09-15 18:43:40',' M.','Strong, Vicki, M.',126,NULL,NULL,'(802) 754-2790',NULL,'VT','5845'),(127,0,'520 Meadowbrook Rd.',NULL,NULL,13,6,'TN','Smyrna',1957,' Brattleboro',1,'2013-09-15 18:43:40',' Valerie',' Brattleboro','Stuart','2013-09-15 18:43:40',' A.','Stuart, Valerie, A.',127,NULL,NULL,'(802) 257-0249',NULL,'VT','5301'),(128,0,'2 Runnemede Lane',NULL,NULL,18,6,'OH','Steubenville',1943,' Windsor',1,'2013-09-15 18:43:40',' Donna',' Windsor','Sweaney','2013-09-15 18:43:40',' G.','Sweaney, Donna, G.',128,NULL,NULL,'(802) 674-5175',NULL,'VT','5089'),(129,0,'45 Granite St. #2',NULL,NULL,24,4,'NY','Rome',1958,' Barre',1,'2013-09-15 18:43:40',' Therese',' Barre','Taylor','2013-09-15 18:43:40',' M.','Taylor, Therese, M.',129,NULL,NULL,'(802) 476-4235',NULL,'VT','5641'),(130,0,'34B Chasanna Dr.',NULL,NULL,9,10,'VT','Proctor',1948,' Rutland',2,'2013-09-15 18:43:40',' Thomas',' Rutland','Terenzini','2013-09-15 18:43:40',' P.','Terenzini, Thomas, P.',130,NULL,NULL,'(802) 855-1945',NULL,'VT','5701'),(131,0,'74 Foothills Dr.',NULL,NULL,7,11,'PA','Pittsburgh',1952,' Jericho',1,'2013-09-15 18:43:40',' George',' Jericho','Till','2013-09-15 18:43:40',' W.','Till, George, W.',131,NULL,NULL,'(802) 899-2984',NULL,'VT','5465'),(132,0,'33 Highlawn Rd.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,' Brattleboro',1,'2013-09-15 18:43:40',' Tristan',' Brattleboro','Toleno','2013-09-15 18:43:40',' D.','Toleno, Tristan, D.',132,NULL,NULL,'(802) 579-5511',NULL,'VT','5301'),(133,0,'2766 Peacham Rd.',NULL,NULL,8,8,NULL,NULL,1959,' Danville',1,'2013-09-15 18:43:40',' Catherine',' Danville','Toll','2013-09-15 18:43:40',' B.','Toll, Catherine, B.',133,NULL,NULL,'(802) 684-3671',NULL,'VT','5828'),(134,0,'45 S. Pleasant St.',NULL,NULL,10,6,'VT','Bethel',1947,' Randolph',1,'2013-09-15 18:43:40',' Lawrence',' Randolph','Townsend','2013-09-15 18:43:40',' E.','Townsend, Lawrence, E.',134,NULL,NULL,'(802) 728-9646',NULL,'VT','5060'),(135,0,'232 Patchen Rd.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,' South Burlington',1,'2013-09-15 18:43:40',' Maida',' South Burlington','Townsend','2013-09-15 18:43:40',' F.','Townsend, Maida, F.',135,NULL,NULL,'(802) 862-7404',NULL,'VT','5403'),(136,0,'82 Atkinson St.',NULL,NULL,17,4,'NY','Lynbrook',1980,' Bellows Falls',1,'2013-09-15 18:43:40',' Matthew',' Bellows Falls','Trieber','2013-09-15 18:43:40',' A.','Trieber, Matthew, A.',136,NULL,NULL,'(802) 376-1134',NULL,'VT','5101'),(137,0,'32 Brookside Dr.',NULL,NULL,19,7,'VT','Burlington',1964,' Milton',2,'2013-09-15 18:43:40',' Donald',' Milton','Turner','2013-09-15 18:43:40',' H.','Turner, Donald, H.',137,NULL,NULL,'(802) 893-1419',NULL,'VT','5468'),(138,0,'3502 Middlebrook Rd.',NULL,NULL,25,10,'NJ','Paterson',1952,' Ferrisburgh',2,'2013-09-15 18:43:40',' Warren',' Ferrisburgh','Van Wyck','2013-09-15 18:43:40',NULL,'Van Wyck, Warren',138,NULL,NULL,'(802) 877-2169','Slick','VT','5456'),(139,0,'67 Raymond Circle',NULL,NULL,NULL,NULL,NULL,NULL,NULL,' White River Jct.',1,'2013-09-15 18:43:40',' Sheila',' White River Jct.','Vowinkel','2013-09-15 18:43:40',' J.','Vowinkel, Sheila, J.',139,NULL,NULL,'(802) 369-9934',NULL,'VT','5001'),(140,0,'76 Beech St.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,' Essex Jct.',1,'2013-09-15 18:43:40',' Linda',' Essex Jct.','Waite-Simpson','2013-09-15 18:43:40',' J.','Waite-Simpson, Linda, J.',140,NULL,NULL,'(802) 872-0499',NULL,'VT','5452'),(141,0,'1611 Harbor Rd.',NULL,NULL,NULL,NULL,'ME','Lewiston',NULL,' Shelburne',1,'2013-09-15 18:43:40',' Kathryn',' Shelburne','Webb','2013-09-15 18:43:40',' L.','Webb, Kathryn, L.',141,NULL,NULL,'(802) 985-2789',NULL,'VT','5482'),(142,0,'374 Weeds Lane',NULL,NULL,20,5,'MA','Springfield',1953,' Enosburg Falls',4,'2013-09-15 18:43:40',' Cynthia',' Enosburg Falls','Weed','2013-09-15 18:43:40',' A.','Weed, Cynthia, A.',142,NULL,NULL,'(802) 933-2545',NULL,'VT','5450'),(143,0,'307 Bromley Brook Rd.',NULL,NULL,10,2,'MA','Pittsfield',1955,' Manchester',1,'2013-09-15 18:43:40',' Jeffrey',' Manchester','Wilson','2013-09-15 18:43:40',' D.','Wilson, Jeffrey, D.',143,NULL,NULL,'(802) 362-3786',NULL,'VT','5255'),(144,0,'1374 Chelsea Rd.',NULL,NULL,8,4,'VT','Barre ',1937,' Williamstown',2,'2013-09-15 18:43:40',' Philip',' Williamstown','Winters','2013-09-15 18:43:40',' C.','Winters, Philip, C.',144,NULL,NULL,'(802) 433-5590',NULL,'VT','05679-9727'),(145,0,'177 Locust Terrace',NULL,NULL,6,1,'OH','Cincinnati',1954,' Burlington',1,'2013-09-15 18:43:40',' Susan',' Burlington','Wizowaty','2013-09-15 18:43:40',' L.','Wizowaty, Susan, L.',145,NULL,NULL,'(802) 864-5651',NULL,'VT','5401'),(146,0,'110 Woodward Rd.',NULL,NULL,17,5,'NY','Schenectady',1956,' Johnson',1,'2013-09-15 18:43:40',' Mark',' Johnson','Woodward','2013-09-15 18:43:40',' E.','Woodward, Mark, E.',146,NULL,NULL,'(802) 635-7166',NULL,'VT','5656'),(147,0,'31 Vine St.',NULL,NULL,NULL,NULL,'VT','Middlebury',NULL,' Burlington',2,'2013-09-15 18:43:40',' Kurt',' Burlington','Wright','2013-09-15 18:43:40',NULL,'Wright, Kurt',147,NULL,NULL,'(802) 658-1410',NULL,'VT','5401'),(148,0,'393 Natures Way',NULL,NULL,15,2,'PA','Swoyersville',1947,' Charlotte',1,'2013-09-15 18:43:40',' Michael',' Charlotte','Yantachka','2013-09-15 18:43:40',' I.','Yantachka, Michael, I.',148,NULL,NULL,'(802) 425-3960',NULL,'VT','5445'),(149,0,'P.O. Box 10',NULL,NULL,29,5,'VT','Newport',1978,' Glover',1,'2013-09-15 18:43:40',' Samuel',' Glover','Young','2013-09-15 18:43:40',' R.','Young, Samuel, R.',149,NULL,NULL,'(802) 321-0365',NULL,'VT','5875'),(150,0,'P.O. Box 875',NULL,'Slovenia',NULL,NULL,NULL,NULL,1978,' Barnard',1,'2013-09-15 18:43:40',' Teo',' Barnard','Zagar','2013-09-15 18:43:40',' E.','Zagar, Teo, E.',150,NULL,NULL,'(802) 558-3966',NULL,'VT','5031'),(151,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,'2013-09-15 18:43:41','Timothy',NULL,'Ashe','2013-09-15 18:43:41',NULL,'Timothy Ashe',206,NULL,NULL,NULL,NULL,NULL,NULL),(152,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,'2013-09-15 18:43:41','Claire',NULL,'Ayer','2013-09-15 18:43:41',NULL,'Claire Ayer',207,NULL,NULL,NULL,NULL,NULL,NULL),(153,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,'2013-09-15 18:43:41','Philip',NULL,'Baruth','2013-09-15 18:43:41',NULL,'Philip Baruth',208,NULL,NULL,NULL,NULL,NULL,NULL),(154,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2,'2013-09-15 18:43:41','Joseph',NULL,'Benning','2013-09-15 18:43:41',NULL,'Joseph Benning',209,NULL,NULL,NULL,NULL,NULL,NULL),(155,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,'2013-09-15 18:43:41','Christopher',NULL,'Bray','2013-09-15 18:43:41',NULL,'Christopher Bray',210,NULL,NULL,NULL,NULL,NULL,NULL),(156,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,'2013-09-15 18:43:41','John',NULL,'Campbell','2013-09-15 18:43:41',NULL,'John Campbell',211,NULL,NULL,NULL,NULL,NULL,NULL),(157,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,'2013-09-15 18:43:41','Donald',NULL,'Collins','2013-09-15 18:43:41',NULL,'Donald Collins',212,NULL,NULL,NULL,NULL,NULL,NULL),(158,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,'2013-09-15 18:43:41','Ann',NULL,'AnnCummings','2013-09-15 18:43:41',NULL,'Ann Cummings',213,NULL,NULL,NULL,NULL,NULL,NULL),(159,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2,'2013-09-15 18:43:41','William',NULL,'Doyle','2013-09-15 18:43:41',NULL,'William Doyle',214,NULL,NULL,NULL,NULL,NULL,NULL),(160,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2,'2013-09-15 18:43:41','Margaret',NULL,'Flory','2013-09-15 18:43:41',NULL,'Margaret Flory',215,NULL,NULL,NULL,NULL,NULL,NULL),(161,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,'2013-09-15 18:43:41','Sally',NULL,'Fox','2013-09-15 18:43:41',NULL,'Sally Fox',216,NULL,NULL,NULL,NULL,NULL,NULL),(162,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,'2013-09-15 18:43:41','Eldred',NULL,'French','2013-09-15 18:43:41',NULL,'Eldred French',217,NULL,NULL,NULL,NULL,NULL,NULL),(163,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,'2013-09-15 18:43:41','Peter',NULL,'Galbraith','2013-09-15 18:43:41',NULL,'Peter Galbraith',218,NULL,NULL,NULL,NULL,NULL,NULL),(164,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,'2013-09-15 18:43:41','Rober',NULL,'Hartwell','2013-09-15 18:43:41',NULL,'Robert Hartwell',219,NULL,NULL,NULL,NULL,NULL,NULL),(165,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,'2013-09-15 18:43:41','M. Jane',NULL,'Kitchel','2013-09-15 18:43:41',NULL,'M. Jane Kitchel',220,NULL,NULL,NULL,NULL,NULL,NULL),(166,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,'2013-09-15 18:43:41','Virginia',NULL,'Lyons','2013-09-15 18:43:41',NULL,'Virginia Lyons',221,NULL,NULL,NULL,NULL,NULL,NULL),(167,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,'2013-09-15 18:43:41','Mark',NULL,'MacDonald','2013-09-15 18:43:41',NULL,'Mark MacDonald',222,NULL,NULL,NULL,NULL,NULL,NULL),(168,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,'2013-09-15 18:43:41','Richard',NULL,'Mazza','2013-09-15 18:43:41',NULL,'Richard Mazza',223,NULL,NULL,NULL,NULL,NULL,NULL),(169,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2,'2013-09-15 18:43:41','Norman',NULL,'McAllister','2013-09-15 18:43:41',NULL,'Norman McAllister',224,NULL,NULL,NULL,NULL,NULL,NULL),(170,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,'2013-09-15 18:43:41','Richard',NULL,'McCormack','2013-09-15 18:43:41',NULL,'Richard McCormack',225,NULL,NULL,NULL,NULL,NULL,NULL),(171,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2,'2013-09-15 18:43:41','Kevin',NULL,'Mullin','2013-09-15 18:43:41',NULL,'Kevin Mullin',226,NULL,NULL,NULL,NULL,NULL,NULL),(172,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,'2013-09-15 18:43:41','Alice',NULL,'Nitka','2013-09-15 18:43:41',NULL,'Alice Nitka',227,NULL,NULL,NULL,NULL,NULL,NULL),(173,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,6,'2013-09-15 18:43:41','Anthony',NULL,'Pollina','2013-09-15 18:43:41',NULL,'Anthony Pollina',228,NULL,NULL,NULL,NULL,NULL,NULL),(174,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,'2013-09-15 18:43:41','John',NULL,'Rodgers','2013-09-15 18:43:41',NULL,'John Rodgers',229,NULL,NULL,NULL,NULL,NULL,NULL),(175,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,'2013-09-15 18:43:41','Richard',NULL,'Sears','2013-09-15 18:43:41',NULL,'Richard Sears',230,NULL,NULL,NULL,NULL,NULL,NULL),(176,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2,'2013-09-15 18:43:41','Diane',NULL,'Snelling','2013-09-15 18:43:41',NULL,'Diane Snelling',231,NULL,NULL,NULL,NULL,NULL,NULL),(177,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,'2013-09-15 18:43:41','Rober',NULL,'Starr','2013-09-15 18:43:41',NULL,'Robert Starr',232,NULL,NULL,NULL,NULL,NULL,NULL),(178,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2,'2013-09-15 18:43:41','Richard',NULL,'Westman','2013-09-15 18:43:41',NULL,'Richard Westman',233,NULL,NULL,NULL,NULL,NULL,NULL),(179,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,'2013-09-15 18:43:41','Jeanette',NULL,'White','2013-09-15 18:43:41',NULL,'Jeanette White',234,NULL,NULL,NULL,NULL,NULL,NULL),(180,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,4,'2013-09-15 18:43:41','David',NULL,'Zuckerman','2013-09-15 18:43:41',NULL,'David Zuckerman',235,NULL,NULL,NULL,NULL,NULL,NULL),(181,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,'2013-09-15 18:43:41','Peter',NULL,'Shumlin','2013-09-15 18:43:41',NULL,'Peter Shumlin',301,NULL,NULL,NULL,NULL,NULL,NULL),(182,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2,'2013-09-15 18:43:41','Phil',NULL,'Scott','2013-09-15 18:43:41',NULL,'Phil Scott',302,NULL,NULL,NULL,NULL,NULL,NULL),(183,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2013-09-19 18:22:22','Paul','Lincoln','Webb','2013-09-19 18:22:22','T','Paul Webb',1001,NULL,NULL,NULL,NULL,NULL,NULL); /*!40000 ALTER TABLE `person` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `session` -- DROP TABLE IF EXISTS `session`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `session` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `version` bigint(20) NOT NULL, `date_created` datetime NOT NULL, `description` varchar(100) DEFAULT NULL, `end_date` datetime DEFAULT NULL, `last_updated` datetime NOT NULL, `office_id` bigint(20) NOT NULL, `session` varchar(50) NOT NULL, `session_code` varchar(10) NOT NULL, `start_date` datetime DEFAULT NULL, `term_of_office_id` bigint(20) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `session` (`session`), UNIQUE KEY `session_code` (`session_code`), KEY `FK765082969C4168F8` (`office_id`), KEY `FK76508296B8F7846` (`term_of_office_id`), CONSTRAINT `FK76508296B8F7846` FOREIGN KEY (`term_of_office_id`) REFERENCES `term_of_office` (`id`), CONSTRAINT `FK765082969C4168F8` FOREIGN KEY (`office_id`) REFERENCES `office` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `session` -- LOCK TABLES `session` WRITE; /*!40000 ALTER TABLE `session` DISABLE KEYS */; INSERT INTO `session` VALUES (1,0,'2013-09-15 18:43:35','House of Representative 2013-2014 Legislative Session','2014-05-31 00:00:00','2013-09-15 18:43:35',2,'House 2013-14 Session','H2013','2013-01-10 00:00:00',1),(2,0,'2013-09-15 18:43:35','Senate 2013-2014 Legislative Session','2014-05-31 00:00:00','2013-09-15 18:43:35',1,'Senate 2013-14 Session','S2013','2013-01-10 00:00:00',2); /*!40000 ALTER TABLE `session` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `term_of_office` -- DROP TABLE IF EXISTS `term_of_office`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `term_of_office` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `version` bigint(20) NOT NULL, `date_created` datetime NOT NULL, `description` varchar(100) DEFAULT NULL, `end_date` datetime NOT NULL, `last_updated` datetime NOT NULL, `office_id` bigint(20) NOT NULL, `start_date` datetime NOT NULL, `term_of_office` varchar(50) NOT NULL, `term_of_office_code` varchar(10) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `term_of_office` (`term_of_office`), UNIQUE KEY `term_of_office_code` (`term_of_office_code`), KEY `FKFDF8E6119C4168F8` (`office_id`), CONSTRAINT `FKFDF8E6119C4168F8` FOREIGN KEY (`office_id`) REFERENCES `office` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `term_of_office` -- LOCK TABLES `term_of_office` WRITE; /*!40000 ALTER TABLE `term_of_office` DISABLE KEYS */; INSERT INTO `term_of_office` VALUES (1,0,'2013-09-15 18:43:32','House of Representatives 2013-14 Term','2014-01-09 00:00:00','2013-09-15 18:43:32',2,'2013-01-10 00:00:00','House 2013-14 Term','H2013'),(2,0,'2013-09-15 18:43:32','Senate 2013-14 Term','2014-01-09 00:00:00','2013-09-15 18:43:32',1,'2013-01-10 00:00:00','Senate 2013-14 Term','S2013'),(3,0,'2013-09-15 18:43:32','Governor 2013-14 Term','2014-01-09 00:00:00','2013-09-15 18:43:32',3,'2013-01-10 00:00:00','Governor 2013-14 Term','G2013'),(4,0,'2013-09-15 18:43:32','Lieutenant Governor 2013-14 Term','2014-01-09 00:00:00','2013-09-15 18:43:32',4,'2013-01-10 00:00:00','Lt Governor 2013-14 Term','LG2013'); /*!40000 ALTER TABLE `term_of_office` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `town` -- DROP TABLE IF EXISTS `town`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `town` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `version` bigint(20) NOT NULL, `county_id` bigint(20) DEFAULT NULL, `date_created` datetime NOT NULL, `entity_type` varchar(4) NOT NULL, `gnis_id` int(11) NOT NULL, `last_updated` datetime NOT NULL, `town` varchar(25) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `gnis_id` (`gnis_id`), UNIQUE KEY `town` (`town`), KEY `FK366A925F00B638` (`county_id`), CONSTRAINT `FK366A925F00B638` FOREIGN KEY (`county_id`) REFERENCES `county` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=256 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `town` -- LOCK TABLES `town` WRITE; /*!40000 ALTER TABLE `town` DISABLE KEYS */; INSERT INTO `town` VALUES (1,0,12,'2013-09-15 18:44:05','City',1462035,'2013-09-15 18:44:05','Barre'),(2,0,4,'2013-09-15 18:44:05','City',1462060,'2013-09-15 18:44:05','Burlington'),(3,0,12,'2013-09-15 18:44:05','City',1462152,'2013-09-15 18:44:05','Montpelier'),(4,0,10,'2013-09-15 18:44:05','City',1462161,'2013-09-15 18:44:05','Newport'),(5,0,11,'2013-09-15 18:44:05','City',1462193,'2013-09-15 18:44:05','Rutland'),(6,0,6,'2013-09-15 18:44:05','City',1462196,'2013-09-15 18:44:05','Saint Albans'),(7,0,4,'2013-09-15 18:44:05','City',1462212,'2013-09-15 18:44:05','South Burlington'),(8,0,1,'2013-09-15 18:44:05','City',1462233,'2013-09-15 18:44:05','Vergennes'),(9,0,4,'2013-09-15 18:44:05','City',1462268,'2013-09-15 18:44:05','Winooski'),(10,0,5,'2013-09-15 18:44:05','Gore',1462030,'2013-09-15 18:44:05','Avery\'s Gore'),(11,0,4,'2013-09-15 18:44:06','Gore',1462058,'2013-09-15 18:44:06','Buels Gore'),(12,0,1,'2013-09-15 18:44:06','Town',1462023,'2013-09-15 18:44:06','Addison'),(13,0,10,'2013-09-15 18:44:06','Town',1462024,'2013-09-15 18:44:06','Albany'),(14,0,7,'2013-09-15 18:44:06','Town',1462025,'2013-09-15 18:44:06','Alburgh'),(15,0,14,'2013-09-15 18:44:06','Town',1462026,'2013-09-15 18:44:06','Andover'),(16,0,2,'2013-09-15 18:44:06','Town',1462027,'2013-09-15 18:44:06','Arlington'),(17,0,13,'2013-09-15 18:44:06','Town',1462028,'2013-09-15 18:44:06','Athens'),(18,0,5,'2013-09-15 18:44:06','Town',1462029,'2013-09-15 18:44:06','Averill'),(19,0,6,'2013-09-15 18:44:06','Town',1462031,'2013-09-15 18:44:06','Bakersfield'),(20,0,14,'2013-09-15 18:44:06','Town',1462032,'2013-09-15 18:44:06','Baltimore'),(21,0,14,'2013-09-15 18:44:06','Town',1462033,'2013-09-15 18:44:06','Barnard'),(22,0,3,'2013-09-15 18:44:06','Town',1462034,'2013-09-15 18:44:06','Barnet'),(23,0,12,'2013-09-15 18:44:06','Town',1462036,'2013-09-15 18:44:06','Barre Town'),(24,0,10,'2013-09-15 18:44:06','Town',1462037,'2013-09-15 18:44:06','Barton'),(25,0,8,'2013-09-15 18:44:06','Town',1462038,'2013-09-15 18:44:06','Belvidere'),(26,0,2,'2013-09-15 18:44:06','Town',1462039,'2013-09-15 18:44:06','Bennington'),(27,0,11,'2013-09-15 18:44:06','Town',1462040,'2013-09-15 18:44:06','Benson'),(28,0,6,'2013-09-15 18:44:06','Town',1462041,'2013-09-15 18:44:06','Berkshire'),(29,0,12,'2013-09-15 18:44:06','Town',1462042,'2013-09-15 18:44:06','Berlin'),(30,0,14,'2013-09-15 18:44:06','Town',1462043,'2013-09-15 18:44:06','Bethel'),(31,0,5,'2013-09-15 18:44:06','Town',1462044,'2013-09-15 18:44:06','Bloomfield'),(32,0,4,'2013-09-15 18:44:06','Town',1462045,'2013-09-15 18:44:06','Bolton'),(33,0,9,'2013-09-15 18:44:06','Town',1462046,'2013-09-15 18:44:06','Bradford'),(34,0,9,'2013-09-15 18:44:06','Town',1462047,'2013-09-15 18:44:06','Braintree'),(35,0,11,'2013-09-15 18:44:06','Town',1462048,'2013-09-15 18:44:06','Brandon'),(36,0,13,'2013-09-15 18:44:06','Town',1462049,'2013-09-15 18:44:06','Brattleboro'),(37,0,14,'2013-09-15 18:44:06','Town',1462050,'2013-09-15 18:44:06','Bridgewater'),(38,0,1,'2013-09-15 18:44:06','Town',1462051,'2013-09-15 18:44:06','Bridport'),(39,0,5,'2013-09-15 18:44:06','Town',1462052,'2013-09-15 18:44:06','Brighton'),(40,0,1,'2013-09-15 18:44:06','Town',1462053,'2013-09-15 18:44:06','Bristol'),(41,0,9,'2013-09-15 18:44:06','Town',1462054,'2013-09-15 18:44:06','Brookfield'),(42,0,13,'2013-09-15 18:44:06','Town',1462055,'2013-09-15 18:44:06','Brookline'),(43,0,10,'2013-09-15 18:44:06','Town',1462056,'2013-09-15 18:44:06','Brownington'),(44,0,5,'2013-09-15 18:44:06','Town',1462057,'2013-09-15 18:44:06','Brunswick'),(45,0,3,'2013-09-15 18:44:06','Town',1462059,'2013-09-15 18:44:06','Burke'),(46,0,12,'2013-09-15 18:44:06','Town',1462061,'2013-09-15 18:44:06','Cabot'),(47,0,12,'2013-09-15 18:44:06','Town',1462062,'2013-09-15 18:44:06','Calais'),(48,0,8,'2013-09-15 18:44:06','Town',1462063,'2013-09-15 18:44:06','Cambridge'),(49,0,5,'2013-09-15 18:44:06','Town',1462064,'2013-09-15 18:44:06','Canaan'),(50,0,11,'2013-09-15 18:44:06','Town',1462065,'2013-09-15 18:44:06','Castleton'),(51,0,14,'2013-09-15 18:44:06','Town',1462066,'2013-09-15 18:44:06','Cavendish'),(52,0,10,'2013-09-15 18:44:06','Town',1462067,'2013-09-15 18:44:06','Charleston'),(53,0,4,'2013-09-15 18:44:06','Town',1462068,'2013-09-15 18:44:06','Charlotte'),(54,0,9,'2013-09-15 18:44:06','Town',1462069,'2013-09-15 18:44:06','Chelsea'),(55,0,14,'2013-09-15 18:44:06','Town',1462070,'2013-09-15 18:44:06','Chester'),(56,0,11,'2013-09-15 18:44:06','Town',1462071,'2013-09-15 18:44:06','Chittenden'),(57,0,11,'2013-09-15 18:44:06','Town',1462072,'2013-09-15 18:44:06','Clarendon'),(58,0,4,'2013-09-15 18:44:06','Town',1462073,'2013-09-15 18:44:06','Colchester'),(59,0,5,'2013-09-15 18:44:06','Town',1462074,'2013-09-15 18:44:06','Concord'),(60,0,9,'2013-09-15 18:44:06','Town',1462075,'2013-09-15 18:44:06','Corinth'),(61,0,1,'2013-09-15 18:44:06','Town',1462076,'2013-09-15 18:44:06','Cornwall'),(62,0,10,'2013-09-15 18:44:06','Town',1462077,'2013-09-15 18:44:06','Coventry'),(63,0,10,'2013-09-15 18:44:06','Town',1462078,'2013-09-15 18:44:06','Craftsbury'),(64,0,11,'2013-09-15 18:44:06','Town',1462079,'2013-09-15 18:44:06','Danby'),(65,0,3,'2013-09-15 18:44:06','Town',1462080,'2013-09-15 18:44:06','Danville'),(66,0,10,'2013-09-15 18:44:06','Town',1462081,'2013-09-15 18:44:06','Derby'),(67,0,2,'2013-09-15 18:44:06','Town',1462082,'2013-09-15 18:44:06','Dorset'),(68,0,13,'2013-09-15 18:44:06','Town',1462083,'2013-09-15 18:44:06','Dover'),(69,0,13,'2013-09-15 18:44:06','Town',1462084,'2013-09-15 18:44:06','Dummerston'),(70,0,12,'2013-09-15 18:44:06','Town',1462085,'2013-09-15 18:44:06','Duxbury'),(71,0,5,'2013-09-15 18:44:06','Town',1462086,'2013-09-15 18:44:06','East Haven'),(72,0,12,'2013-09-15 18:44:06','Town',1462087,'2013-09-15 18:44:06','East Montpelier'),(73,0,8,'2013-09-15 18:44:06','Town',1462088,'2013-09-15 18:44:06','Eden'),(74,0,8,'2013-09-15 18:44:06','Town',1462089,'2013-09-15 18:44:06','Elmore'),(75,0,6,'2013-09-15 18:44:06','Town',1462090,'2013-09-15 18:44:06','Enosburgh'),(76,0,4,'2013-09-15 18:44:06','Town',1462091,'2013-09-15 18:44:06','Essex'),(77,0,11,'2013-09-15 18:44:06','Town',1462094,'2013-09-15 18:44:06','Fair Haven'),(78,0,6,'2013-09-15 18:44:06','Town',1462092,'2013-09-15 18:44:06','Fairfax'),(79,0,6,'2013-09-15 18:44:06','Town',1462093,'2013-09-15 18:44:06','Fairfield'),(80,0,9,'2013-09-15 18:44:06','Town',1462095,'2013-09-15 18:44:06','Fairlee'),(81,0,12,'2013-09-15 18:44:06','Town',1462096,'2013-09-15 18:44:06','Fayston'),(82,0,5,'2013-09-15 18:44:06','Town',1462097,'2013-09-15 18:44:06','Ferdinand'),(83,0,1,'2013-09-15 18:44:06','Town',1462098,'2013-09-15 18:44:06','Ferrisburgh'),(84,0,6,'2013-09-15 18:44:06','Town',1462099,'2013-09-15 18:44:06','Fletcher'),(85,0,6,'2013-09-15 18:44:06','Town',1462100,'2013-09-15 18:44:06','Franklin'),(86,0,6,'2013-09-15 18:44:06','Town',1462101,'2013-09-15 18:44:06','Georgia'),(87,0,2,'2013-09-15 18:44:06','Town',1462102,'2013-09-15 18:44:06','Glastenbury'),(88,0,10,'2013-09-15 18:44:06','Town',1462103,'2013-09-15 18:44:06','Glover'),(89,0,1,'2013-09-15 18:44:06','Town',1462104,'2013-09-15 18:44:06','Goshen'),(90,0,13,'2013-09-15 18:44:06','Town',1462105,'2013-09-15 18:44:06','Grafton'),(91,0,5,'2013-09-15 18:44:06','Town',1462106,'2013-09-15 18:44:06','Granby'),(92,0,7,'2013-09-15 18:44:06','Town',1462107,'2013-09-15 18:44:06','Grand Isle'),(93,0,1,'2013-09-15 18:44:06','Town',1462108,'2013-09-15 18:44:06','Granville'),(94,0,10,'2013-09-15 18:44:06','Town',1462109,'2013-09-15 18:44:06','Greensboro'),(95,0,3,'2013-09-15 18:44:06','Town',1462110,'2013-09-15 18:44:06','Groton'),(96,0,5,'2013-09-15 18:44:06','Town',1462111,'2013-09-15 18:44:06','Guildhall'),(97,0,13,'2013-09-15 18:44:06','Town',1462112,'2013-09-15 18:44:06','Guilford'),(98,0,13,'2013-09-15 18:44:06','Town',1462113,'2013-09-15 18:44:06','Halifax'),(99,0,1,'2013-09-15 18:44:06','Town',1462114,'2013-09-15 18:44:06','Hancock'),(100,0,3,'2013-09-15 18:44:06','Town',1462115,'2013-09-15 18:44:06','Hardwick'),(101,0,14,'2013-09-15 18:44:06','Town',1462116,'2013-09-15 18:44:06','Hartford'),(102,0,14,'2013-09-15 18:44:06','Town',1462117,'2013-09-15 18:44:06','Hartland'),(103,0,6,'2013-09-15 18:44:06','Town',1462118,'2013-09-15 18:44:06','Highgate'),(104,0,4,'2013-09-15 18:44:06','Town',1462119,'2013-09-15 18:44:06','Hinesburg'),(105,0,10,'2013-09-15 18:44:06','Town',1462277,'2013-09-15 18:44:06','Holland'),(106,0,11,'2013-09-15 18:44:06','Town',1462120,'2013-09-15 18:44:06','Hubbardton'),(107,0,4,'2013-09-15 18:44:06','Town',1462121,'2013-09-15 18:44:06','Huntington'),(108,0,8,'2013-09-15 18:44:06','Town',1462122,'2013-09-15 18:44:06','Hyde Park'),(109,0,11,'2013-09-15 18:44:06','Town',1462123,'2013-09-15 18:44:06','Ira'),(110,0,10,'2013-09-15 18:44:06','Town',1462124,'2013-09-15 18:44:06','Irasburg'),(111,0,7,'2013-09-15 18:44:06','Town',1462125,'2013-09-15 18:44:06','Isle La Motte'),(112,0,13,'2013-09-15 18:44:06','Town',1462126,'2013-09-15 18:44:06','Jamaica'),(113,0,10,'2013-09-15 18:44:06','Town',1462127,'2013-09-15 18:44:06','Jay'),(114,0,4,'2013-09-15 18:44:06','Town',1462128,'2013-09-15 18:44:06','Jericho'),(115,0,8,'2013-09-15 18:44:06','Town',1462129,'2013-09-15 18:44:06','Johnson'),(116,0,11,'2013-09-15 18:44:06','Town',1462208,'2013-09-15 18:44:06','Killington'),(117,0,3,'2013-09-15 18:44:06','Town',1462130,'2013-09-15 18:44:06','Kirby'),(118,0,2,'2013-09-15 18:44:06','Town',1462131,'2013-09-15 18:44:06','Landgrove'),(119,0,1,'2013-09-15 18:44:06','Town',1462132,'2013-09-15 18:44:06','Leicester'),(120,0,5,'2013-09-15 18:44:06','Town',1462133,'2013-09-15 18:44:06','Lemington'),(121,0,5,'2013-09-15 18:44:06','Town',1462134,'2013-09-15 18:44:06','Lewis'),(122,0,1,'2013-09-15 18:44:06','Town',1462135,'2013-09-15 18:44:06','Lincoln'),(123,0,13,'2013-09-15 18:44:06','Town',1462136,'2013-09-15 18:44:06','Londonderry'),(124,0,10,'2013-09-15 18:44:06','Town',1462137,'2013-09-15 18:44:06','Lowell'),(125,0,14,'2013-09-15 18:44:06','Town',1462138,'2013-09-15 18:44:06','Ludlow'),(126,0,5,'2013-09-15 18:44:06','Town',1462139,'2013-09-15 18:44:06','Lunenburg'),(127,0,3,'2013-09-15 18:44:06','Town',1462140,'2013-09-15 18:44:06','Lyndon'),(128,0,5,'2013-09-15 18:44:06','Town',1462141,'2013-09-15 18:44:06','Maidstone'),(129,0,2,'2013-09-15 18:44:06','Town',1462142,'2013-09-15 18:44:06','Manchester'),(130,0,13,'2013-09-15 18:44:06','Town',1462143,'2013-09-15 18:44:06','Marlboro'),(131,0,12,'2013-09-15 18:44:06','Town',1462144,'2013-09-15 18:44:06','Marshfield'),(132,0,11,'2013-09-15 18:44:06','Town',1462145,'2013-09-15 18:44:06','Mendon'),(133,0,1,'2013-09-15 18:44:06','Town',1462146,'2013-09-15 18:44:06','Middlebury'),(134,0,12,'2013-09-15 18:44:06','Town',1462147,'2013-09-15 18:44:06','Middlesex'),(135,0,11,'2013-09-15 18:44:06','Town',1462148,'2013-09-15 18:44:06','Middletown Springs'),(136,0,4,'2013-09-15 18:44:06','Town',1462149,'2013-09-15 18:44:06','Milton'),(137,0,1,'2013-09-15 18:44:06','Town',1462150,'2013-09-15 18:44:06','Monkton'),(138,0,6,'2013-09-15 18:44:06','Town',1462151,'2013-09-15 18:44:06','Montgomery'),(139,0,12,'2013-09-15 18:44:06','Town',1462153,'2013-09-15 18:44:06','Moretown'),(140,0,10,'2013-09-15 18:44:06','Town',1462275,'2013-09-15 18:44:06','Morgan'),(141,0,8,'2013-09-15 18:44:06','Town',1462154,'2013-09-15 18:44:06','Morristown'),(142,0,11,'2013-09-15 18:44:06','Town',1462155,'2013-09-15 18:44:06','Mount Holly'),(143,0,11,'2013-09-15 18:44:06','Town',1462156,'2013-09-15 18:44:06','Mount Tabor'),(144,0,1,'2013-09-15 18:44:06','Town',1462160,'2013-09-15 18:44:06','New Haven'),(145,0,3,'2013-09-15 18:44:06','Town',1462157,'2013-09-15 18:44:06','Newark'),(146,0,9,'2013-09-15 18:44:06','Town',1462158,'2013-09-15 18:44:06','Newbury'),(147,0,13,'2013-09-15 18:44:06','Town',1462159,'2013-09-15 18:44:06','Newfane'),(148,0,10,'2013-09-15 18:44:06','Town',1462162,'2013-09-15 18:44:06','Newport Town'),(149,0,7,'2013-09-15 18:44:06','Town',1462164,'2013-09-15 18:44:06','North Hero'),(150,0,12,'2013-09-15 18:44:06','Town',1462163,'2013-09-15 18:44:06','Northfield'),(151,0,5,'2013-09-15 18:44:06','Town',1462165,'2013-09-15 18:44:06','Norton'),(152,0,14,'2013-09-15 18:44:06','Town',1462166,'2013-09-15 18:44:06','Norwich'),(153,0,9,'2013-09-15 18:44:06','Town',1462167,'2013-09-15 18:44:06','Orange'),(154,0,1,'2013-09-15 18:44:06','Town',1462168,'2013-09-15 18:44:06','Orwell'),(155,0,1,'2013-09-15 18:44:06','Town',1462169,'2013-09-15 18:44:06','Panton'),(156,0,11,'2013-09-15 18:44:06','Town',1462170,'2013-09-15 18:44:06','Pawlet'),(157,0,3,'2013-09-15 18:44:06','Town',1462171,'2013-09-15 18:44:06','Peacham'),(158,0,2,'2013-09-15 18:44:06','Town',1462172,'2013-09-15 18:44:06','Peru'),(159,0,11,'2013-09-15 18:44:06','Town',1462173,'2013-09-15 18:44:06','Pittsfield'),(160,0,11,'2013-09-15 18:44:06','Town',1462174,'2013-09-15 18:44:06','Pittsford'),(161,0,12,'2013-09-15 18:44:06','Town',1462175,'2013-09-15 18:44:06','Plainfield'),(162,0,14,'2013-09-15 18:44:06','Town',1462176,'2013-09-15 18:44:06','Plymouth'),(163,0,14,'2013-09-15 18:44:06','Town',1462177,'2013-09-15 18:44:06','Pomfret'),(164,0,11,'2013-09-15 18:44:07','Town',1462178,'2013-09-15 18:44:07','Poultney'),(165,0,2,'2013-09-15 18:44:07','Town',1462179,'2013-09-15 18:44:07','Pownal'),(166,0,11,'2013-09-15 18:44:07','Town',1462180,'2013-09-15 18:44:07','Proctor'),(167,0,13,'2013-09-15 18:44:07','Town',1462181,'2013-09-15 18:44:07','Putney'),(168,0,9,'2013-09-15 18:44:07','Town',1462182,'2013-09-15 18:44:07','Randolph'),(169,0,14,'2013-09-15 18:44:07','Town',1462183,'2013-09-15 18:44:07','Reading'),(170,0,2,'2013-09-15 18:44:07','Town',1462184,'2013-09-15 18:44:07','Readsboro'),(171,0,6,'2013-09-15 18:44:07','Town',1462185,'2013-09-15 18:44:07','Richford'),(172,0,4,'2013-09-15 18:44:07','Town',1462186,'2013-09-15 18:44:07','Richmond'),(173,0,1,'2013-09-15 18:44:07','Town',1462187,'2013-09-15 18:44:07','Ripton'),(174,0,14,'2013-09-15 18:44:07','Town',1462188,'2013-09-15 18:44:07','Rochester'),(175,0,13,'2013-09-15 18:44:07','Town',1462189,'2013-09-15 18:44:07','Rockingham'),(176,0,12,'2013-09-15 18:44:07','Town',1462190,'2013-09-15 18:44:07','Roxbury'),(177,0,14,'2013-09-15 18:44:07','Town',1462191,'2013-09-15 18:44:07','Royalton'),(178,0,2,'2013-09-15 18:44:07','Town',1462192,'2013-09-15 18:44:07','Rupert'),(179,0,11,'2013-09-15 18:44:07','Town',1462194,'2013-09-15 18:44:07','Rutland Town'),(180,0,3,'2013-09-15 18:44:07','Town',1462195,'2013-09-15 18:44:07','Ryegate'),(181,0,6,'2013-09-15 18:44:07','Town',1462197,'2013-09-15 18:44:07','Saint Albans Town'),(182,0,4,'2013-09-15 18:44:07','Town',1462198,'2013-09-15 18:44:07','Saint George'),(183,0,3,'2013-09-15 18:44:07','Town',1462199,'2013-09-15 18:44:07','Saint Johnsbury'),(184,0,1,'2013-09-15 18:44:07','Town',1462200,'2013-09-15 18:44:07','Salisbury'),(185,0,2,'2013-09-15 18:44:07','Town',1462201,'2013-09-15 18:44:07','Sandgate'),(186,0,2,'2013-09-15 18:44:07','Town',1462202,'2013-09-15 18:44:07','Searsburg'),(187,0,2,'2013-09-15 18:44:07','Town',1462203,'2013-09-15 18:44:07','Shaftsbury'),(188,0,14,'2013-09-15 18:44:07','Town',1462204,'2013-09-15 18:44:07','Sharon'),(189,0,3,'2013-09-15 18:44:07','Town',1462205,'2013-09-15 18:44:07','Sheffield'),(190,0,4,'2013-09-15 18:44:07','Town',1462206,'2013-09-15 18:44:07','Shelburne'),(191,0,6,'2013-09-15 18:44:07','Town',1462207,'2013-09-15 18:44:07','Sheldon'),(192,0,1,'2013-09-15 18:44:07','Town',1462209,'2013-09-15 18:44:07','Shoreham'),(193,0,11,'2013-09-15 18:44:07','Town',1462210,'2013-09-15 18:44:07','Shrewsbury'),(194,0,13,'2013-09-15 18:44:07','Town',1462211,'2013-09-15 18:44:07','Somerset'),(195,0,7,'2013-09-15 18:44:07','Town',1462213,'2013-09-15 18:44:07','South Hero'),(196,0,14,'2013-09-15 18:44:07','Town',1462214,'2013-09-15 18:44:07','Springfield'),(197,0,2,'2013-09-15 18:44:07','Town',1462215,'2013-09-15 18:44:07','Stamford'),(198,0,3,'2013-09-15 18:44:07','Town',1462216,'2013-09-15 18:44:07','Stannard'),(199,0,1,'2013-09-15 18:44:07','Town',1462217,'2013-09-15 18:44:07','Starksboro'),(200,0,14,'2013-09-15 18:44:07','Town',1462218,'2013-09-15 18:44:07','Stockbridge'),(201,0,8,'2013-09-15 18:44:07','Town',1462219,'2013-09-15 18:44:07','Stowe'),(202,0,9,'2013-09-15 18:44:07','Town',1462220,'2013-09-15 18:44:07','Strafford'),(203,0,13,'2013-09-15 18:44:07','Town',1462221,'2013-09-15 18:44:07','Stratton'),(204,0,11,'2013-09-15 18:44:07','Town',1462222,'2013-09-15 18:44:07','Sudbury'),(205,0,2,'2013-09-15 18:44:07','Town',1462223,'2013-09-15 18:44:07','Sunderland'),(206,0,3,'2013-09-15 18:44:07','Town',1462224,'2013-09-15 18:44:07','Sutton'),(207,0,6,'2013-09-15 18:44:07','Town',1462225,'2013-09-15 18:44:07','Swanton'),(208,0,9,'2013-09-15 18:44:07','Town',1462226,'2013-09-15 18:44:07','Thetford'),(209,0,11,'2013-09-15 18:44:07','Town',1462227,'2013-09-15 18:44:07','Tinmouth'),(210,0,9,'2013-09-15 18:44:07','Town',1462228,'2013-09-15 18:44:07','Topsham'),(211,0,13,'2013-09-15 18:44:07','Town',1462229,'2013-09-15 18:44:07','Townshend'),(212,0,10,'2013-09-15 18:44:07','Town',1462230,'2013-09-15 18:44:07','Troy'),(213,0,9,'2013-09-15 18:44:07','Town',1462231,'2013-09-15 18:44:07','Tunbridge'),(214,0,4,'2013-09-15 18:44:07','Town',1462232,'2013-09-15 18:44:07','Underhill'),(215,0,13,'2013-09-15 18:44:07','Town',1462234,'2013-09-15 18:44:07','Vernon'),(216,0,9,'2013-09-15 18:44:07','Town',1462235,'2013-09-15 18:44:07','Vershire'),(217,0,5,'2013-09-15 18:44:07','Town',1462236,'2013-09-15 18:44:07','Victory'),(218,0,12,'2013-09-15 18:44:07','Town',1462237,'2013-09-15 18:44:07','Waitsfield'),(219,0,3,'2013-09-15 18:44:07','Town',1462238,'2013-09-15 18:44:07','Walden'),(220,0,11,'2013-09-15 18:44:07','Town',1462239,'2013-09-15 18:44:07','Wallingford'),(221,0,1,'2013-09-15 18:44:07','Town',1462240,'2013-09-15 18:44:07','Waltham'),(222,0,13,'2013-09-15 18:44:07','Town',1462241,'2013-09-15 18:44:07','Wardsboro'),(223,0,12,'2013-09-15 18:44:07','Town',1462242,'2013-09-15 18:44:07','Warren'),(224,0,9,'2013-09-15 18:44:07','Town',1462243,'2013-09-15 18:44:07','Washington'),(225,0,12,'2013-09-15 18:44:07','Town',1462244,'2013-09-15 18:44:07','Waterbury'),(226,0,3,'2013-09-15 18:44:07','Town',1462245,'2013-09-15 18:44:07','Waterford'),(227,0,8,'2013-09-15 18:44:07','Town',1462246,'2013-09-15 18:44:07','Waterville'),(228,0,14,'2013-09-15 18:44:07','Town',1462247,'2013-09-15 18:44:07','Weathersfield'),(229,0,11,'2013-09-15 18:44:07','Town',1462248,'2013-09-15 18:44:07','Wells'),(230,0,9,'2013-09-15 18:44:07','Town',1462249,'2013-09-15 18:44:07','West Fairlee'),(231,0,11,'2013-09-15 18:44:07','Town',1462252,'2013-09-15 18:44:07','West Haven'),(232,0,11,'2013-09-15 18:44:07','Town',1462256,'2013-09-15 18:44:07','West Rutland'),(233,0,14,'2013-09-15 18:44:07','Town',1462257,'2013-09-15 18:44:07','West Windsor'),(234,0,10,'2013-09-15 18:44:07','Town',1462250,'2013-09-15 18:44:07','Westfield'),(235,0,4,'2013-09-15 18:44:07','Town',1462251,'2013-09-15 18:44:07','Westford'),(236,0,13,'2013-09-15 18:44:07','Town',1462253,'2013-09-15 18:44:07','Westminster'),(237,0,10,'2013-09-15 18:44:07','Town',1462254,'2013-09-15 18:44:07','Westmore'),(238,0,14,'2013-09-15 18:44:07','Town',1462255,'2013-09-15 18:44:07','Weston'),(239,0,1,'2013-09-15 18:44:07','Town',1462258,'2013-09-15 18:44:07','Weybridge'),(240,0,3,'2013-09-15 18:44:07','Town',1462259,'2013-09-15 18:44:07','Wheelock'),(241,0,1,'2013-09-15 18:44:07','Town',1462260,'2013-09-15 18:44:07','Whiting'),(242,0,13,'2013-09-15 18:44:07','Town',1462261,'2013-09-15 18:44:07','Whitingham'),(243,0,9,'2013-09-15 18:44:07','Town',1462262,'2013-09-15 18:44:07','Williamstown'),(244,0,4,'2013-09-15 18:44:07','Town',1462263,'2013-09-15 18:44:07','Williston'),(245,0,13,'2013-09-15 18:44:07','Town',1462264,'2013-09-15 18:44:07','Wilmington'),(246,0,13,'2013-09-15 18:44:07','Town',1462265,'2013-09-15 18:44:07','Windham'),(247,0,14,'2013-09-15 18:44:07','Town',1462266,'2013-09-15 18:44:07','Windsor'),(248,0,2,'2013-09-15 18:44:07','Town',1462267,'2013-09-15 18:44:07','Winhall'),(249,0,8,'2013-09-15 18:44:07','Town',1462269,'2013-09-15 18:44:07','Wolcott'),(250,0,12,'2013-09-15 18:44:07','Town',1462270,'2013-09-15 18:44:07','Woodbury'),(251,0,2,'2013-09-15 18:44:07','Town',1462271,'2013-09-15 18:44:07','Woodford'),(252,0,14,'2013-09-15 18:44:07','Town',1462272,'2013-09-15 18:44:07','Woodstock'),(253,0,12,'2013-09-15 18:44:07','Town',1462273,'2013-09-15 18:44:07','Worcester'),(254,0,5,'2013-09-15 18:44:07','Gore',1460374,'2013-09-15 18:44:07','Warner\'s Grant'),(255,0,5,'2013-09-15 18:44:07','Gore',1462276,'2013-09-15 18:44:07','Warren\'s Gore'); /*!40000 ALTER TABLE `town` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `user` -- DROP TABLE IF EXISTS `user`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `user` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `version` bigint(20) NOT NULL, `first_name` varchar(255) NOT NULL, `last_name` varchar(255) NOT NULL, `login` varchar(25) NOT NULL, `password` varchar(15) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `login` (`login`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `user` -- LOCK TABLES `user` WRITE; /*!40000 ALTER TABLE `user` DISABLE KEYS */; INSERT INTO `user` VALUES (1,0,'Admin','User','admin','admin'),(2,0,'Warren','Van Wyck','wvw','secret'); /*!40000 ALTER TABLE `user` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2013-09-19 19:23:10