0byt3m1n1
Path:
/
data
/
25
/
2
/
10
/
128
/
2499291
/
meta
/
2737279
/
mysql.backup
/
[
Home
]
File: 1_03330fa_0.mysqlcluster6.bak.sql
-- MySQL dump 10.13 Distrib 5.6.24, for Linux (x86_64) -- -- Host: mysqlcluster6 Database: 1_03330fa_0 -- ------------------------------------------------------ -- Server version 5.6.26-74.0-56-log /*!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 `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0', `comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text COLLATE utf8mb4_unicode_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1', `link_rating` int(11) NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=InnoDB AUTO_INCREMENT=1630 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (1,'siteurl','http://keystoneacquisitions.com','yes'),(2,'home','http://keystoneacquisitions.com','yes'),(3,'blogname','Keystone Acquisitions','yes'),(4,'blogdescription','','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','james@direct-axis.net','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%postname%/','yes'),(29,'hack_file','0','yes'),(30,'blog_charset','UTF-8','yes'),(31,'moderation_keys','','no'),(32,'active_plugins','a:4:{i:0;s:29:\"acf-repeater/acf-repeater.php\";i:1;s:30:\"advanced-custom-fields/acf.php\";i:2;s:27:\"updraftplus/updraftplus.php\";i:3;s:34:\"wp-clone-by-wp-academy/wpclone.php\";}','yes'),(33,'category_base','','yes'),(34,'ping_sites','http://rpc.pingomatic.com/','yes'),(35,'comment_max_links','2','yes'),(36,'gmt_offset','0','yes'),(37,'default_email_category','1','yes'),(38,'recently_edited','','no'),(39,'template','keystone','yes'),(40,'stylesheet','keystone','yes'),(41,'comment_whitelist','1','yes'),(42,'blacklist_keys','','no'),(43,'comment_registration','0','yes'),(44,'html_type','text/html','yes'),(45,'use_trackback','0','yes'),(46,'default_role','subscriber','yes'),(47,'db_version','35700','yes'),(48,'uploads_use_yearmonth_folders','1','yes'),(49,'upload_path','','yes'),(50,'blog_public','1','yes'),(51,'default_link_category','2','yes'),(52,'show_on_front','page','yes'),(53,'tag_base','','yes'),(54,'show_avatars','1','yes'),(55,'avatar_rating','G','yes'),(56,'upload_url_path','','yes'),(57,'thumbnail_size_w','112','yes'),(58,'thumbnail_size_h','74','yes'),(59,'thumbnail_crop','1','yes'),(60,'medium_size_w','300','yes'),(61,'medium_size_h','300','yes'),(62,'avatar_default','mystery','yes'),(63,'large_size_w','1024','yes'),(64,'large_size_h','1024','yes'),(65,'image_default_link_type','','yes'),(66,'image_default_size','','yes'),(67,'image_default_align','','yes'),(68,'close_comments_for_old_posts','0','yes'),(69,'close_comments_days_old','14','yes'),(70,'thread_comments','1','yes'),(71,'thread_comments_depth','5','yes'),(72,'page_comments','0','yes'),(73,'comments_per_page','50','yes'),(74,'default_comments_page','newest','yes'),(75,'comment_order','asc','yes'),(76,'sticky_posts','a:0:{}','yes'),(77,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(78,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(80,'uninstall_plugins','a:1:{s:27:\"wp-super-cache/wp-cache.php\";s:22:\"wpsupercache_uninstall\";}','no'),(81,'timezone_string','','yes'),(82,'page_for_posts','0','yes'),(83,'page_on_front','2','yes'),(84,'default_post_format','0','yes'),(85,'link_manager_enabled','0','yes'),(86,'finished_splitting_shared_terms','1','yes'),(87,'site_icon','0','yes'),(88,'medium_large_size_w','0','yes'),(89,'medium_large_size_h','0','yes'),(90,'initial_db_version','35700','yes'),(91,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(92,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(93,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(96,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(97,'sidebars_widgets','a:5:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:0:{}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(99,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'cron','a:5:{i:1453858823;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1453902032;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1453903213;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1454344105;a:2:{s:14:\"updraft_backup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}s:23:\"updraft_backup_database\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','yes'),(106,'nonce_key','!qaf`/NgKD.Ae[Q]ycyr$ 4GJO<*<5LgR7sr+UoQho+|t64)89t:)hFSr2 7Ira`','yes'),(107,'nonce_salt','h;xW</%9eAAf[.`E{yWp6zj;?hy;C$5wkvf|JY6D#LtRvRpdjR> gySBIu&K6Dy4','yes'),(116,'auth_key','1P?)$i=6e+p/33H8?>w?LFCnY[d(z%Jt[*vf[UDER>}xMDr[ytFG4;kiGt%]F034','yes'),(117,'auth_salt','/ICXdpe?7;P9j}F$Up,[A%Tv!#-,B[)p1sM=az;IIbuJ<+QWQ%sdiwy$@K0GHQuP','yes'),(118,'logged_in_key','7vZ*POs#tX}=I{ t1L(~*.70{]>R;`4%r]8m9qWSTkXG0@}V6[T4x1p65w)_?P1z','yes'),(119,'logged_in_salt','%::vOQ<AJi!Hlq-~R%_FlzTx?HFm}/I]*rh,?ZRj9Apy}A$e(Xwza^n.;X] +5#_','yes'),(120,'_site_transient_timeout_browser_8e7e243612c58ca9b7515ec937bfb4fa','1450273232','yes'),(121,'_site_transient_browser_8e7e243612c58ca9b7515ec937bfb4fa','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"47.0.2526.73\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(123,'can_compress_scripts','1','yes'),(140,'theme_mods_twentysixteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1449668498;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}}}}','yes'),(141,'current_theme','Wordpress Starter Theme','yes'),(142,'theme_mods_keystone','a:2:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:2;}}','yes'),(143,'theme_switched','','yes'),(144,'widget_widget_wordpressstartertheme_ephemera','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(148,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(158,'recently_activated','a:1:{s:27:\"wp-super-cache/wp-cache.php\";i:1453739234;}','yes'),(166,'acf_version','4.4.5','yes'),(224,'_site_transient_timeout_browser_ffd17b6092fd5f1b626c7adb3404f781','1450445784','yes'),(225,'_site_transient_browser_ffd17b6092fd5f1b626c7adb3404f781','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"47.0.2526.80\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(754,'_site_transient_timeout_browser_884e862a0f7254ce3f0c1ea7f0f363dd','1452692299','yes'),(755,'_site_transient_browser_884e862a0f7254ce3f0c1ea7f0f363dd','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"47.0.2526.106\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(835,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.4.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.4.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.4.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.4.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.4.1\";s:7:\"version\";s:5:\"4.4.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.4\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1453832729;s:15:\"version_checked\";s:5:\"4.4.1\";s:12:\"translations\";a:0:{}}','yes'),(837,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:21:\"james@direct-axis.net\";s:7:\"version\";s:5:\"4.4.1\";s:9:\"timestamp\";i:1452110195;}','yes'),(1036,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1453832730;s:7:\"checked\";a:4:{s:8:\"keystone\";s:0:\"\";s:13:\"twentyfifteen\";s:3:\"1.4\";s:14:\"twentyfourteen\";s:3:\"1.6\";s:13:\"twentysixteen\";s:3:\"1.1\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}','yes'),(1081,'_site_transient_timeout_browser_945188a6f3043abdf7366fd816902c96','1453128686','yes'),(1082,'_site_transient_browser_945188a6f3043abdf7366fd816902c96','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"47.0.2526.106\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(1156,'_site_transient_timeout_browser_5846641e6270e0e41fd824c3c5f1bb2b','1453751699','yes'),(1157,'_site_transient_browser_5846641e6270e0e41fd824c3c5f1bb2b','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"47.0.2526.111\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(1214,'_site_transient_timeout_available_translations','1453396304','yes'),(1215,'_site_transient_available_translations','a:73:{s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-30 08:58:25\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.1/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-12 10:15:45\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.1/ary.zip\";s:3:\"iso\";a:2:{i:1;s:5:\"ar_MA\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-07 20:53:51\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.1/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-08 08:50:29\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:22:\"Продължение\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"4.3.2\";s:7:\"updated\";s:19:\"2015-09-16 05:09:40\";s:12:\"english_name\";s:7:\"Bengali\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.2/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"এগিয়ে চল.\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"4.3.2\";s:7:\"updated\";s:19:\"2015-08-18 21:20:44\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.2/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2016-01-16 13:48:03\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.1/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2016-01-06 11:22:33\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.1/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-08 22:48:20\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Fortsæt\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-08 14:19:21\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2016-01-12 18:37:27\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.4.1/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2016-01-19 14:29:12\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2016-01-20 23:50:33\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.1/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-08 13:34:17\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-15 11:52:35\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-06 23:10:59\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-07 04:39:48\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2016-01-14 21:14:29\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-07 12:35:15\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.1/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-23 00:46:01\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/es_AR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"4.2.6\";s:7:\"updated\";s:19:\"2015-10-29 16:32:18\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.2.6/es_VE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2016-01-20 07:00:34\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/es_PE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2016-01-06 20:41:40\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/es_CL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-07 17:35:10\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/es_MX.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2016-01-07 18:35:45\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/es_ES.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"es\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:6:\"4.3-RC\";s:7:\"updated\";s:19:\"2015-08-04 06:10:33\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.3-RC/es_CO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-08 05:14:35\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.1/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-07 21:19:15\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.1/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:5:\"4.3.2\";s:7:\"updated\";s:19:\"2015-08-20 13:36:08\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.2/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-23 06:49:15\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.1/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-09 02:16:19\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-08 13:47:35\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2016-01-18 14:36:47\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.3.2\";s:7:\"updated\";s:19:\"2015-09-24 15:25:30\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.2/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2016-01-13 16:48:03\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:5:\"4.1.9\";s:7:\"updated\";s:19:\"2015-03-26 15:20:27\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.1.9/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-09 18:10:01\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"להמשיך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-07 05:11:43\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"जारी\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2016-01-11 21:03:37\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.1/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-12 18:07:25\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Tovább\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.3.2\";s:7:\"updated\";s:19:\"2015-08-17 13:36:47\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-21 16:17:50\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-08 00:20:24\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2016-01-19 19:53:30\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2016-01-15 13:41:43\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.1/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"続ける\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-09 07:35:25\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-08 20:07:24\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-15 05:49:00\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:5:\"4.1.9\";s:7:\"updated\";s:19:\"2015-03-26 15:57:42\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.9/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ေဆာင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-07 10:01:09\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2016-01-20 13:35:50\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.4.1/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2016-01-20 13:36:47\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-14 12:19:44\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:6:\"4.3-RC\";s:7:\"updated\";s:19:\"2015-08-02 07:53:33\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.3-RC/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2016-01-09 13:30:40\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:5:\"4.1.9\";s:7:\"updated\";s:19:\"2015-03-29 22:19:48\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.1.9/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"دوام\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2016-01-20 15:27:05\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-10 18:05:56\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-09 18:41:28\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2016-01-02 00:04:31\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-30 10:37:54\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"4.3.2\";s:7:\"updated\";s:19:\"2015-09-06 16:10:24\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.3.2/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Nadaljujte\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-07 09:13:24\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.1/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-09 09:09:51\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-08 23:28:56\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-08 03:22:55\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.1/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"4.3.2\";s:7:\"updated\";s:19:\"2015-08-20 03:52:15\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.2/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-17 23:12:27\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"4.1.9\";s:7:\"updated\";s:19:\"2015-03-26 16:45:38\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:9:\"Uyƣurqə\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.1.9/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2016-01-03 22:04:41\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.4.1/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"4.3.2\";s:7:\"updated\";s:19:\"2015-11-27 09:19:03\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.3.2/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-12 22:55:08\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"4.4.1\";s:7:\"updated\";s:19:\"2015-12-11 18:51:41\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.4.1/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}}','yes'),(1228,'WPLANG','','yes'),(1231,'rewrite_rules','a:75:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=2&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(1236,'_transient_timeout_dash_54e0612bb2ce53db0827d5e7c3c1b7dc','1453437071','no'),(1237,'_transient_dash_54e0612bb2ce53db0827d5e7c3c1b7dc','\n<p style=\"text-align: center;\">\n <a href=\"http://feeds.feedburner.com/W3EDGE\" target=\"_blank\">View Feed</a>\n</p>\n','no'),(1238,'_transient_timeout_feed_6c78d00722dae650afc8789333d5c38e','1453437071','no'),(1239,'_transient_feed_6c78d00722dae650afc8789333d5c38e','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"W3 Total Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://pipes.yahoo.com/pipes/pipe.info?_id=02f556aa2f503be89aa9d89723644f40\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"The fastest and most complete WordPress performance plugin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"http://pipes.yahoo.com/pipes/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:5:{i:0;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"medhaniehabte1 on "Opting out of Object Caching for certain objects"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/3ls41y0DNZI/opting-out-of-object-caching-for-certain-objects\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Thu, 01 Oct 2015 09:59:10 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"7494075@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:873:\"<p>Greetings, </p>\n<p>I am trying to determine a way in which the cache automatically clears when a page or specific object/plugin/application is updated in our Wordpress page. I ask because whenever, I update certain content, the changes do not appear, even when clearing browser cache. It is then that I have to empty the caches within W3TC. </p>\n<p>Is it possible to have the cache empty automatically whenever any object/page/data is updated? If not, then what steps can I take to assure that whenever a change is made, it automatically appears. For some pages, its fine, but for others not as much.</p>\n<p>Hope it helps.</p>\n<p><a rel=\"nofollow\" target=\"_blank\" href=\"https://wordpress.org/plugins/w3-total-cache/\">https://wordpress.org/plugins/w3-total-cache/</a>\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/3ls41y0DNZI\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"https://wordpress.org/support/topic/opting-out-of-object-caching-for-certain-objects#post-7494075\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"Homika on "Recently an error occurred while creating the CSS / JS minify cache"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:127:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/u3ifsCU0gyU/recently-an-error-occurred-while-creating-the-css-js-minify-cache-10\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Wed, 30 Sep 2015 09:00:12 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"7489392@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:731:\"<p>I have exactly the same problem. \"admin-bar-button\" plugin was disabled and then deleted but I still get the following error: </p>\n<p>\"Recently an error occurred while creating the CSS / JS minify cache: File \"/home/enjoyyourcooking.com/wp-content/plugins/admin-bar-button/adminBar-front.css\" doesn\'t exist.\"</p>\n<p><a rel=\"nofollow\" target=\"_blank\" href=\"http://s14.postimg.org/743dgj31t/Screen_Shot_2015_09_30_at_11_56_06_AM.png\">Screenshot</a></p>\n<p>Tried flashing cache, playing with settings of W3 Total Cache. This file is not mentioned in any W3 Total Cache settings. Nothing helps. How can I get rid off this error?\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/u3ifsCU0gyU\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:117:\"https://wordpress.org/support/topic/recently-an-error-occurred-while-creating-the-css-js-minify-cache-10#post-7489392\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"Norbertjmx on "How to configure W3 Total Cache and Cloudflare in a right way"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:120:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/N1_dmRDg5sg/how-to-configure-w3-total-cache-and-cloudflare-in-a-right-way\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Wed, 30 Sep 2015 02:07:53 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"7487666@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:852:\"<p>Hey Rakesh,</p>\n<p>Have you checked out these tutorials on cloudflare? They might help you.</p>\n<p><a rel=\"nofollow\" target=\"_blank\" href=\"https://support.cloudflare.com/hc/en-us/articles/200169756-Can-I-use-WordPress-caching-plugins-like-Super-Cache-or-W3-Total-Cache-W3TC-with-CloudFlare-\">https://support.cloudflare.com/hc/en-us/articles/200169756-Can-I-use-WordPress-caching-plugins-like-Super-Cache-or-W3-Total-Cache-W3TC-with-CloudFlare-</a></p>\n<p><a rel=\"nofollow\" target=\"_blank\" href=\"https://support.cloudflare.com/hc/en-us/articles/200169546-What-fields-do-I-need-to-enter-in-W3TC-W3-Total-Cache-settings-\">https://support.cloudflare.com/hc/en-us/articles/200169546-What-fields-do-I-need-to-enter-in-W3TC-W3-Total-Cache-settings-</a>\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/N1_dmRDg5sg\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"https://wordpress.org/support/topic/how-to-configure-w3-total-cache-and-cloudflare-in-a-right-way#post-7487666\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"mani04 on "Internal Server Error, no access to most pages"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/NR8NCo1KAr0/internatl-server-error-no-access-to-most-pages\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Tue, 29 Sep 2015 01:13:54 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"7482801@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:388:\"<p>My hosting provider checked the server again and found a problem. The permissions for the root directory were set wrong. Now my homepage works, but it displays no content. Also /wp-admin still doesn\'t work (internal server error).</p>\n<p>I\'m waiting for their reply to check again.\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/NR8NCo1KAr0\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"https://wordpress.org/support/topic/internatl-server-error-no-access-to-most-pages#post-7482801\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"rakesh.mekaguda on "How to configure W3 Total Cache and Cloudflare in a right way"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:120:\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/6b1YEF7T6Rc/how-to-configure-w3-total-cache-and-cloudflare-in-a-right-way\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Mon, 28 Sep 2015 12:15:00 PDT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"7480816@http://wordpress.org/support/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:310:\"<p>I found that using W3 Total Cache and Cloudfalre makes my website to load fast, tried the both but not seen any improvement. anyone suggest detailed tutorial to configure W3 Total Cache with Cloudflare.\n</p><img src=\"http://feeds.feedburner.com/~r/W3TOTALCACHE/~4/6b1YEF7T6Rc\" height=\"1\" width=\"1\" alt=\"\"/>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"https://wordpress.org/support/topic/how-to-configure-w3-total-cache-and-cloudflare-in-a-right-way#post-7480816\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:4:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";s:4:\"href\";s:40:\"http://feeds.feedburner.com/W3TOTALCACHE\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"rel\";s:4:\"next\";s:4:\"href\";s:93:\"http://pipes.yahoo.com/pipes/pipe.run?_id=02f556aa2f503be89aa9d89723644f40&_render=rss&page=2\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";s:4:\"href\";s:40:\"http://feeds.feedburner.com/W3TOTALCACHE\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"rel\";s:3:\"hub\";s:4:\"href\";s:32:\"http://pubsubhubbub.appspot.com/\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:4:\"info\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"uri\";s:12:\"w3totalcache\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:28:\"http://www.w3.org/1999/xhtml\";a:1:{s:4:\"meta\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"name\";s:6:\"robots\";s:7:\"content\";s:7:\"noindex\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:22:\"http://pipes.yahoo.com\";a:1:{s:4:\"meta\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:4:\"name\";s:5:\"pipes\";s:7:\"content\";s:9:\"noprocess\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:13:\"last-modified\";s:29:\"Thu, 21 Jan 2016 16:19:01 GMT\";s:4:\"date\";s:29:\"Thu, 21 Jan 2016 16:31:11 GMT\";s:7:\"expires\";s:29:\"Thu, 21 Jan 2016 16:31:11 GMT\";s:13:\"cache-control\";s:18:\"private, max-age=0\";s:22:\"x-content-type-options\";s:7:\"nosniff\";s:16:\"x-xss-protection\";s:13:\"1; mode=block\";s:6:\"server\";s:3:\"GSE\";s:13:\"accept-ranges\";s:4:\"none\";s:4:\"vary\";s:15:\"Accept-Encoding\";}s:5:\"build\";s:14:\"20151210214805\";}','no'),(1240,'_transient_timeout_feed_mod_6c78d00722dae650afc8789333d5c38e','1453437071','no'),(1241,'_transient_feed_mod_6c78d00722dae650afc8789333d5c38e','1453393871','no'),(1242,'_transient_timeout_dash_91cf481bdcff97d36bc4763744848eba','1453437071','no'),(1243,'_transient_dash_91cf481bdcff97d36bc4763744848eba','<h4>\n <a href=\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/3ls41y0DNZI/opting-out-of-object-caching-for-certain-objects\">medhaniehabte1 on "Opting out of Object Caching for certain objects"</a>\n</h4>\n<h4>\n <a href=\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/u3ifsCU0gyU/recently-an-error-occurred-while-creating-the-css-js-minify-cache-10\">Homika on "Recently an error occurred while creating the CSS / JS minify cache"</a>\n</h4>\n<h4>\n <a href=\"http://feedproxy.google.com/~r/W3TOTALCACHE/~3/N1_dmRDg5sg/how-to-configure-w3-total-cache-and-cloudflare-in-a-right-way\">Norbertjmx on "How to configure W3 Total Cache and Cloudflare in a right way"</a>\n</h4>\n\n<p style=\"text-align: center;\">\n <a href=\"http://feeds.feedburner.com/W3TOTALCACHE\" target=\"_blank\">View Feed</a>\n</p>\n','no'),(1254,'_transient_timeout_w3tc_license_status','1453826071','no'),(1255,'_transient_w3tc_license_status','no_key','no'),(1259,'ossdl_off_cdn_url','http://keystoneacquisitions.com','yes'),(1260,'ossdl_off_include_dirs','wp-content,wp-includes','yes'),(1261,'ossdl_off_exclude','.php','yes'),(1262,'ossdl_cname','','yes'),(1264,'wpsupercache_start','1453394169','yes'),(1265,'wpsupercache_count','0','yes'),(1266,'wpsupercache_gc_time','1453738983','yes'),(1267,'wp_super_cache_index_detected','3','yes'),(1268,'supercache_stats','a:3:{s:9:\"generated\";i:1453395415;s:10:\"supercache\";a:5:{s:7:\"expired\";i:0;s:12:\"expired_list\";a:0:{}s:6:\"cached\";i:0;s:11:\"cached_list\";a:0:{}s:2:\"ts\";i:1453395415;}s:7:\"wpcache\";a:3:{s:6:\"cached\";i:0;s:7:\"expired\";i:0;s:5:\"fsize\";s:3:\"0KB\";}}','yes'),(1355,'_site_transient_timeout_browser_4432d614b6f5721ca53d477ddf200106','1454097849','yes'),(1356,'_site_transient_browser_4432d614b6f5721ca53d477ddf200106','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"47.0.2526.111\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(1482,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1453772646','no'),(1483,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1453772646','no'),(1484,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1453729446','no'),(1485,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1453772647','no'),(1486,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1453772647','no'),(1487,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1453729447','no'),(1488,'_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109','1453772648','no'),(1489,'_transient_feed_b9388c83948825c1edaef0d856b7b109','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n \n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:117:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WordPress Plugins » View: Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://wordpress.org/plugins/browse/popular/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WordPress Plugins » View: Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 25 Jan 2016 13:36:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://bbpress.org/?v=1.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:30:{i:0;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Really Simple CAPTCHA\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wordpress.org/plugins/really-simple-captcha/#post-9542\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 Mar 2009 02:17:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"9542@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:138:\"Really Simple CAPTCHA is a CAPTCHA module intended to be called from other plugins. It is originally created for my Contact Form 7 plugin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Google Analytics by Yoast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/plugins/google-analytics-for-wordpress/#post-2316\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Sep 2007 12:15:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2316@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:124:\"Track your WordPress site easily with the latest tracking codes and lots added data for search result pages and error pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Joost de Valk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WP Super Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/wp-super-cache/#post-2572\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Nov 2007 11:40:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2572@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"A very fast caching engine for WordPress that produces static html files.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Donncha O Caoimh\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Jetpack by WordPress.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://wordpress.org/plugins/jetpack/#post-23862\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Jan 2011 02:21:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"23862@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Your WordPress, Simplified.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Tim Moore\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Hello Dolly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/plugins/hello-dolly/#post-5790\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 May 2008 22:11:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"5790@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"WP-PageNavi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/wp-pagenavi/#post-363\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 23:17:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"363@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Adds a more advanced paging navigation interface.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Lester Chan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Regenerate Thumbnails\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wordpress.org/plugins/regenerate-thumbnails/#post-6743\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 23 Aug 2008 14:38:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"6743@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"Allows you to regenerate your thumbnails after changing the thumbnail sizes.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Alex Mills (Viper007Bond)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Yoast SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://wordpress.org/plugins/wordpress-seo/#post-8321\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Jan 2009 20:34:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"8321@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:114:\"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using Yoast SEO plugin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Joost de Valk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Wordfence Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/wordfence/#post-29832\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 04 Sep 2011 03:13:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"29832@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:138:\"The Wordfence WordPress security plugin provides free enterprise-class WordPress security, protecting your website from hacks and malware.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Wordfence\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"TinyMCE Advanced\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wordpress.org/plugins/tinymce-advanced/#post-2082\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Jun 2007 15:00:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2082@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Enables the advanced features of TinyMCE, the WordPress WYSIWYG editor.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Andrew Ozz\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Akismet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://wordpress.org/plugins/akismet/#post-15\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:11:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"15@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"Akismet checks your comments against the Akismet Web service to see if they look like spam or not.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/plugins/woocommerce/#post-29860\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Sep 2011 08:13:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"29860@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"WooCommerce is a powerful, extendable eCommerce plugin that helps you sell anything. Beautifully.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"WooThemes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"WordPress Importer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/wordpress-importer/#post-18101\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 May 2010 17:42:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"18101@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brian Colinger\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"All in One SEO Pack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/plugins/all-in-one-seo-pack/#post-753\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Mar 2007 20:08:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"753@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"All in One SEO Pack is a WordPress SEO plugin to automatically optimize your WordPress blog for Search Engines such as Google.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"uberdose\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"W3 Total Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/plugins/w3-total-cache/#post-12073\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Jul 2009 18:46:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"12073@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:132:\"Easy Web Performance Optimization (WPO) using caching: browser, page, object, database, minify and content delivery network support.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Frederick Townes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Advanced Custom Fields\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/plugins/advanced-custom-fields/#post-25254\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Mar 2011 04:07:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"25254@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"Customise WordPress with powerful, professional and intuitive fields\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"elliotcondon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"NextGEN Gallery\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/plugins/nextgen-gallery/#post-1169\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 23 Apr 2007 20:08:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"1169@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:121:\"The most popular WordPress gallery plugin and one of the most popular plugins of all time with over 13 million downloads.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Alex Rabe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Google XML Sitemaps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/plugins/google-sitemap-generator/#post-132\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:31:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"132@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"This plugin will generate a special XML sitemap which will help search engines to better index your blog.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Arne Brachhold\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Contact Form 7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/contact-form-7/#post-2141\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Aug 2007 12:45:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2141@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Just another contact form plugin. Simple but flexible.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Duplicate Post\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/duplicate-post/#post-2646\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 05 Dec 2007 17:40:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2646@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Clone posts and pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Lopo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Disable Comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/plugins/disable-comments/#post-26907\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 May 2011 04:42:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"26907@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:134:\"Allows administrators to globally disable comments on their site. Comments can be disabled according to post type. Multisite friendly.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Samir Shah\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"WP Multibyte Patch\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/wp-multibyte-patch/#post-28395\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Jul 2011 12:22:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"28395@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Multibyte functionality enhancement for the WordPress Japanese package.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"plugin-master\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Black Studio TinyMCE Widget\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/plugins/black-studio-tinymce-widget/#post-31973\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 10 Nov 2011 15:06:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"31973@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"The visual editor widget for Wordpress.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Marco Chiesi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"Page Builder by SiteOrigin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/plugins/siteorigin-panels/#post-51888\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 Apr 2013 10:36:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"51888@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"Build responsive page layouts using the widgets you know and love using this simple drag and drop page builder.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Greg Priday\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"iThemes Security (formerly Better WP Security)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/better-wp-security/#post-21738\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Oct 2010 22:06:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"21738@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"Protect your WordPress site by hiding vital areas of your site, protecting access to important files, preventing brute-force login attempts, detecting\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Chris Wiegman\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"Google Analytics Dashboard for WP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wordpress.org/plugins/google-analytics-dashboard-for-wp/#post-50539\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 10 Mar 2013 17:07:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"50539@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:127:\"Displays Google Analytics reports in your WordPress Dashboard. Inserts the latest Google Analytics tracking code in your pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Alin Marcu\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"UpdraftPlus Backup and Restoration\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/plugins/updraftplus/#post-38058\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 May 2012 15:14:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"38058@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:148:\"Backup and restoration made easy. Complete backups; manual or scheduled (backup to S3, Dropbox, Google Drive, Rackspace, FTP, SFTP, email + others).\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"David Anderson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Clef Two-Factor Authentication\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wordpress.org/plugins/wpclef/#post-47509\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 27 Dec 2012 01:25:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"47509@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:138:\"Modern two-factor that people love to use: strong authentication without passwords or tokens; single sign on/off; magical user experience.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Dave Ross\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Duplicator\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/plugins/duplicator/#post-26607\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 16 May 2011 12:15:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"26607@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"Duplicate, clone, backup, move and transfer an entire site from one location to another.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Cory Lamle\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Meta Slider\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/ml-slider/#post-49521\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Feb 2013 16:56:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"49521@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:145:\"Easy to use WordPress slider plugin. Create SEO optimised responsive slideshows with Nivo Slider, Flex Slider, Coin Slider and Responsive Slides.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Matcha Labs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:46:\"https://wordpress.org/plugins/rss/view/popular\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 25 Jan 2016 13:44:08 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:13:\"last-modified\";s:29:\"Mon, 09 Mar 2009 02:17:35 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}s:5:\"build\";s:14:\"20151210214805\";}','no'),(1490,'_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109','1453772648','no'),(1491,'_transient_feed_mod_b9388c83948825c1edaef0d856b7b109','1453729448','no'),(1492,'_transient_timeout_plugin_slugs','1453919132','no'),(1493,'_transient_plugin_slugs','a:5:{i:0;s:30:\"advanced-custom-fields/acf.php\";i:1;s:29:\"acf-repeater/acf-repeater.php\";i:2;s:27:\"updraftplus/updraftplus.php\";i:3;s:34:\"wp-clone-by-wp-academy/wpclone.php\";i:4;s:27:\"wp-super-cache/wp-cache.php\";}','no'),(1494,'_transient_timeout_dash_88ae138922fe95674369b1cb3d215a2b','1453772648','no'),(1495,'_transient_dash_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2016/01/contributor-weekend-support-forums/\'>Contributor Weekend: Support Forums</a> <span class=\"rss-date\">January 22, 2016</span><div class=\"rssSummary\">Our first global contributor drive is coming up next weekend, January 30-31, 2016, and we want you to be involved! Many of our current contributors first got involved at a Contributor Day at a WordCamp or WordPress Meetup event near them, but not everyone has had that opportunity, so we’re trying to create an online experience that […]</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://wptavern.com/in-case-you-missed-it-issue-1\'>WPTavern: In Case You Missed It – Issue 1</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/deployer-app-pushes-plugins-from-github-to-wordpress-org\'>WPTavern: Deployer App Pushes Plugins from GitHub to WordPress.org</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/wordpress-is-revamping-its-testimonials-page-with-ilovewp-social-media-campaign\'>WPTavern: WordPress is Revamping Its Testimonials Page with #ilovewp Social Media Campaign</a></li></ul></div><div class=\"rss-widget\"><ul><li class=\'dashboard-news-plugin\'><span>Popular Plugin:</span> <a href=\'https://wordpress.org/plugins/wpclef/\' class=\'dashboard-news-plugin-link\'>Clef Two-Factor Authentication</a> <span>(<a href=\'plugin-install.php?tab=plugin-information&plugin=wpclef&_wpnonce=d37e10d940&TB_iframe=true&width=600&height=800\' class=\'thickbox\' title=\'Clef Two-Factor Authentication\'>Install</a>)</span></li></ul></div>','no'),(1539,'updraft_interval','weekly','yes'),(1540,'updraft_interval_database','weekly','yes'),(1541,'updraft_interval_increments','','yes'),(1542,'updraft_retain','4','yes'),(1543,'updraft_retain_db','4','yes'),(1544,'updraft_retain_extrarules','','yes'),(1545,'updraft_encryptionphrase','','yes'),(1546,'updraft_service','ftp','yes'),(1547,'updraft_s3','a:3:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";}','yes'),(1548,'updraft_ftp','a:5:{s:4:\"host\";s:27:\"ftp.backups.direct-axis.net\";s:4:\"user\";s:31:\"backups@backups.direct-axis.net\";s:4:\"pass\";s:9:\"FruB!u3us\";s:4:\"path\";s:24:\"keystoneacquisitions.com\";s:7:\"passive\";s:1:\"1\";}','yes'),(1549,'updraft_dreamobjects','a:3:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";}','yes'),(1550,'updraft_s3generic','a:4:{s:8:\"endpoint\";s:0:\"\";s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";}','yes'),(1551,'updraft_cloudfiles','a:5:{s:7:\"authurl\";s:35:\"https://auth.api.rackspacecloud.com\";s:6:\"region\";s:3:\"DFW\";s:4:\"user\";s:0:\"\";s:6:\"apikey\";s:0:\"\";s:4:\"path\";s:0:\"\";}','yes'),(1552,'updraft_bitcasa','a:0:{}','yes'),(1553,'updraft_copycom','a:0:{}','yes'),(1554,'updraft_openstack','a:6:{s:7:\"authurl\";s:0:\"\";s:6:\"tenant\";s:0:\"\";s:6:\"region\";s:0:\"\";s:4:\"user\";s:0:\"\";s:8:\"password\";s:0:\"\";s:4:\"path\";s:0:\"\";}','yes'),(1555,'updraft_dropbox','a:0:{}','yes'),(1556,'updraft_googledrive','a:3:{s:8:\"clientid\";s:0:\"\";s:6:\"secret\";s:0:\"\";s:6:\"folder\";s:11:\"UpdraftPlus\";}','yes'),(1557,'updraft_onedrive','a:0:{}','yes'),(1558,'updraft_azure','a:0:{}','yes'),(1559,'updraft_googlecloud','','yes'),(1560,'updraft_sftp_settings','','yes'),(1561,'updraft_webdav_settings','','yes'),(1562,'updraft_ssl_nossl','0','yes'),(1563,'updraft_log_syslog','0','yes'),(1564,'updraft_ssl_useservercerts','0','yes'),(1565,'updraft_ssl_disableverify','0','yes'),(1566,'updraft_split_every','500','yes'),(1567,'updraft_dir','updraft','yes'),(1568,'updraft_email','','yes'),(1569,'updraft_report_warningsonly','a:0:{}','yes'),(1570,'updraft_report_wholebackup','a:0:{}','yes'),(1571,'updraft_autobackup_default','0','yes'),(1572,'updraft_delete_local','1','yes'),(1573,'updraft_debug_mode','0','yes'),(1574,'updraft_extradbs','','yes'),(1575,'updraft_backupdb_nonwp','0','yes'),(1576,'updraft_include_plugins','1','yes'),(1577,'updraft_include_themes','1','yes'),(1578,'updraft_include_uploads','1','yes'),(1579,'updraft_include_others','1','yes'),(1580,'updraft_include_wpcore','0','yes'),(1581,'updraft_include_wpcore_exclude','','yes'),(1582,'updraft_include_more','0','yes'),(1583,'updraft_include_more_path','','yes'),(1584,'updraft_include_uploads_exclude','backup*,*backups,backwpup*,wp-clone','yes'),(1585,'updraft_include_others_exclude','upgrade,cache,updraft,backup*,*backups,mysql.sql','yes'),(1586,'updraft_starttime_files','16:31','yes'),(1587,'updraft_starttime_db','16:31','yes'),(1588,'updraft_startday_files','0','yes'),(1589,'updraft_startday_db','0','yes'),(1592,'updraft_lastmessage','The backup apparently succeeded and is now complete (Jan 25 16:28:58)','yes'),(1593,'updraftplus_unlocked_fd','1','yes'),(1594,'updraftplus_last_lock_time_fd','2016-01-25 16:28:39','yes'),(1595,'updraftplus_semaphore_fd','0','yes'),(1596,'updraft_last_scheduled_fd','1453739319','yes'),(1598,'updraft_backup_history','a:2:{i:1453739319;a:15:{s:7:\"plugins\";a:1:{i:0;s:69:\"backup_2016-01-25-1628_Keystone_Acquisitions_8697c23ec12a-plugins.zip\";}s:12:\"plugins-size\";i:7884997;s:6:\"themes\";a:1:{i:0;s:68:\"backup_2016-01-25-1628_Keystone_Acquisitions_8697c23ec12a-themes.zip\";}s:11:\"themes-size\";i:8292390;s:7:\"uploads\";a:1:{i:0;s:69:\"backup_2016-01-25-1628_Keystone_Acquisitions_8697c23ec12a-uploads.zip\";}s:12:\"uploads-size\";i:37109350;s:6:\"others\";a:1:{i:0;s:68:\"backup_2016-01-25-1628_Keystone_Acquisitions_8697c23ec12a-others.zip\";}s:11:\"others-size\";i:8249;s:2:\"db\";s:63:\"backup_2016-01-25-1628_Keystone_Acquisitions_8697c23ec12a-db.gz\";s:7:\"db-size\";i:439397;s:9:\"checksums\";a:1:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"e17cdd599c8f42371082a4a948628692857fb5e2\";s:7:\"themes0\";s:40:\"4595c09ff2c9cc145a603f7c3c34e1b4bd5bd534\";s:8:\"uploads0\";s:40:\"e7a5609f2ca0562679933a25828d3cd1a33118f4\";s:7:\"others0\";s:40:\"2cc54d0b04ec0fc7c9a687d3db54a04d212fc005\";s:3:\"db0\";s:40:\"435df547faf7d0ab969cf02bc723354d892b1e36\";}}s:5:\"nonce\";s:12:\"8697c23ec12a\";s:7:\"service\";a:1:{i:0;s:3:\"ftp\";}s:18:\"created_by_version\";s:7:\"1.11.20\";s:12:\"is_multisite\";b:0;}i:1453739191;a:15:{s:7:\"plugins\";a:1:{i:0;s:69:\"backup_2016-01-25-1626_Keystone_Acquisitions_ad8fc121987e-plugins.zip\";}s:12:\"plugins-size\";i:7884997;s:6:\"themes\";a:1:{i:0;s:68:\"backup_2016-01-25-1626_Keystone_Acquisitions_ad8fc121987e-themes.zip\";}s:11:\"themes-size\";i:8292390;s:7:\"uploads\";a:1:{i:0;s:69:\"backup_2016-01-25-1626_Keystone_Acquisitions_ad8fc121987e-uploads.zip\";}s:12:\"uploads-size\";i:37109350;s:6:\"others\";a:1:{i:0;s:68:\"backup_2016-01-25-1626_Keystone_Acquisitions_ad8fc121987e-others.zip\";}s:11:\"others-size\";i:8904;s:2:\"db\";s:63:\"backup_2016-01-25-1626_Keystone_Acquisitions_ad8fc121987e-db.gz\";s:7:\"db-size\";i:439055;s:9:\"checksums\";a:1:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"e17cdd599c8f42371082a4a948628692857fb5e2\";s:7:\"themes0\";s:40:\"4595c09ff2c9cc145a603f7c3c34e1b4bd5bd534\";s:8:\"uploads0\";s:40:\"e7a5609f2ca0562679933a25828d3cd1a33118f4\";s:7:\"others0\";s:40:\"9a7b1cf72daecfef365f9076ff3ea0b9d498fc2a\";s:3:\"db0\";s:40:\"06ea8a9d6325a32140d9c2608614293fe19dc910\";}}s:5:\"nonce\";s:12:\"ad8fc121987e\";s:7:\"service\";a:1:{i:0;s:3:\"ftp\";}s:18:\"created_by_version\";s:7:\"1.11.20\";s:12:\"is_multisite\";b:0;}}','yes'),(1599,'updraft_last_backup','a:5:{s:11:\"backup_time\";i:1453739319;s:12:\"backup_array\";a:11:{s:7:\"plugins\";a:1:{i:0;s:69:\"backup_2016-01-25-1628_Keystone_Acquisitions_8697c23ec12a-plugins.zip\";}s:12:\"plugins-size\";i:7884997;s:6:\"themes\";a:1:{i:0;s:68:\"backup_2016-01-25-1628_Keystone_Acquisitions_8697c23ec12a-themes.zip\";}s:11:\"themes-size\";i:8292390;s:7:\"uploads\";a:1:{i:0;s:69:\"backup_2016-01-25-1628_Keystone_Acquisitions_8697c23ec12a-uploads.zip\";}s:12:\"uploads-size\";i:37109350;s:6:\"others\";a:1:{i:0;s:68:\"backup_2016-01-25-1628_Keystone_Acquisitions_8697c23ec12a-others.zip\";}s:11:\"others-size\";i:8249;s:2:\"db\";s:63:\"backup_2016-01-25-1628_Keystone_Acquisitions_8697c23ec12a-db.gz\";s:7:\"db-size\";i:439397;s:9:\"checksums\";a:1:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"e17cdd599c8f42371082a4a948628692857fb5e2\";s:7:\"themes0\";s:40:\"4595c09ff2c9cc145a603f7c3c34e1b4bd5bd534\";s:8:\"uploads0\";s:40:\"e7a5609f2ca0562679933a25828d3cd1a33118f4\";s:7:\"others0\";s:40:\"2cc54d0b04ec0fc7c9a687d3db54a04d212fc005\";s:3:\"db0\";s:40:\"435df547faf7d0ab969cf02bc723354d892b1e36\";}}}s:7:\"success\";i:1;s:6:\"errors\";a:0:{}s:12:\"backup_nonce\";s:12:\"8697c23ec12a\";}','yes'),(1602,'updraftplus_unlocked_','1','yes'),(1603,'updraftplus_last_lock_time_','2016-01-25 16:28:58','yes'),(1604,'updraftplus_semaphore_','0','yes'),(1611,'_transient_is_multi_author','0','yes'),(1618,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1453843515','yes'),(1619,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','a:100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";s:4:\"5663\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"3554\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"3503\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"3011\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"2738\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:4:\"2224\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"2168\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:4:\"2009\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:4:\"1956\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:4:\"1949\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:4:\"1939\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:4:\"1886\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:4:\"1791\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:4:\"1589\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:4:\"1520\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:4:\"1502\";}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";s:4:\"1447\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:4:\"1302\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:4:\"1262\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:4:\"1248\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:4:\"1140\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:4:\"1066\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:4:\"1040\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:3:\"984\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:3:\"946\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"901\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"883\";}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";s:3:\"883\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"872\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"867\";}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";s:3:\"854\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"807\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"766\";}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";s:3:\"747\";}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";s:3:\"740\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"735\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"729\";}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";s:3:\"725\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"721\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"718\";}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"Share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";s:3:\"706\";}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";s:3:\"701\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"681\";}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";s:3:\"675\";}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";s:3:\"657\";}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";s:3:\"655\";}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";s:3:\"648\";}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"CSS\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";s:3:\"642\";}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";s:3:\"635\";}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";s:3:\"629\";}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";s:3:\"608\";}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";s:3:\"598\";}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";s:3:\"595\";}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";s:3:\"589\";}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";s:3:\"585\";}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";s:3:\"578\";}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";s:3:\"575\";}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";s:3:\"574\";}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";s:3:\"569\";}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";s:3:\"561\";}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";s:3:\"546\";}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";s:3:\"538\";}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";s:3:\"533\";}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";s:3:\"522\";}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";s:3:\"521\";}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";s:3:\"510\";}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";s:3:\"504\";}s:7:\"picture\";a:3:{s:4:\"name\";s:7:\"picture\";s:4:\"slug\";s:7:\"picture\";s:5:\"count\";s:3:\"504\";}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";s:3:\"499\";}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";s:3:\"498\";}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";s:3:\"476\";}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";s:3:\"475\";}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";s:3:\"472\";}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";s:3:\"462\";}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";s:3:\"461\";}s:8:\"pictures\";a:3:{s:4:\"name\";s:8:\"pictures\";s:4:\"slug\";s:8:\"pictures\";s:5:\"count\";s:3:\"457\";}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";s:3:\"432\";}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";s:3:\"429\";}s:5:\"flash\";a:3:{s:4:\"name\";s:5:\"flash\";s:4:\"slug\";s:5:\"flash\";s:5:\"count\";s:3:\"422\";}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";s:3:\"421\";}s:4:\"shop\";a:3:{s:4:\"name\";s:4:\"shop\";s:4:\"slug\";s:4:\"shop\";s:5:\"count\";s:3:\"418\";}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";s:3:\"415\";}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";s:3:\"414\";}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";s:3:\"408\";}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";s:3:\"403\";}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";s:3:\"400\";}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";s:3:\"400\";}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";s:3:\"398\";}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"News\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";s:3:\"396\";}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";s:3:\"389\";}s:9:\"thumbnail\";a:3:{s:4:\"name\";s:9:\"thumbnail\";s:4:\"slug\";s:9:\"thumbnail\";s:5:\"count\";s:3:\"389\";}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";s:3:\"389\";}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";s:3:\"382\";}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";s:3:\"380\";}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";s:3:\"379\";}s:4:\"text\";a:3:{s:4:\"name\";s:4:\"text\";s:4:\"slug\";s:4:\"text\";s:5:\"count\";s:3:\"379\";}s:9:\"automatic\";a:3:{s:4:\"name\";s:9:\"automatic\";s:4:\"slug\";s:9:\"automatic\";s:5:\"count\";s:3:\"377\";}s:6:\"upload\";a:3:{s:4:\"name\";s:6:\"upload\";s:4:\"slug\";s:6:\"upload\";s:5:\"count\";s:3:\"375\";}s:6:\"paypal\";a:3:{s:4:\"name\";s:6:\"paypal\";s:4:\"slug\";s:6:\"paypal\";s:5:\"count\";s:3:\"375\";}s:7:\"profile\";a:3:{s:4:\"name\";s:7:\"profile\";s:4:\"slug\";s:7:\"profile\";s:5:\"count\";s:3:\"371\";}}','yes'),(1620,'_site_transient_timeout_theme_roots','1453834525','yes'),(1621,'_site_transient_theme_roots','a:4:{s:8:\"keystone\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";}','yes'),(1623,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1453832731;s:7:\"checked\";a:5:{s:30:\"advanced-custom-fields/acf.php\";s:5:\"4.4.5\";s:29:\"acf-repeater/acf-repeater.php\";s:5:\"1.1.1\";s:27:\"updraftplus/updraftplus.php\";s:7:\"1.11.23\";s:34:\"wp-clone-by-wp-academy/wpclone.php\";s:5:\"2.2.2\";s:27:\"wp-super-cache/wp-cache.php\";s:5:\"1.4.7\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:4:{s:30:\"advanced-custom-fields/acf.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"21367\";s:4:\"slug\";s:22:\"advanced-custom-fields\";s:6:\"plugin\";s:30:\"advanced-custom-fields/acf.php\";s:11:\"new_version\";s:5:\"4.4.5\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/advanced-custom-fields/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/advanced-custom-fields.4.4.5.zip\";}s:27:\"updraftplus/updraftplus.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"31679\";s:4:\"slug\";s:11:\"updraftplus\";s:6:\"plugin\";s:27:\"updraftplus/updraftplus.php\";s:11:\"new_version\";s:7:\"1.11.23\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/updraftplus/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/updraftplus.1.11.23.zip\";}s:34:\"wp-clone-by-wp-academy/wpclone.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"37091\";s:4:\"slug\";s:22:\"wp-clone-by-wp-academy\";s:6:\"plugin\";s:34:\"wp-clone-by-wp-academy/wpclone.php\";s:11:\"new_version\";s:5:\"2.2.2\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/wp-clone-by-wp-academy/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/wp-clone-by-wp-academy.2.2.2.zip\";}s:27:\"wp-super-cache/wp-cache.php\";O:8:\"stdClass\":7:{s:2:\"id\";s:4:\"1221\";s:4:\"slug\";s:14:\"wp-super-cache\";s:6:\"plugin\";s:27:\"wp-super-cache/wp-cache.php\";s:11:\"new_version\";s:5:\"1.4.7\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/wp-super-cache/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/wp-super-cache.1.4.7.zip\";s:14:\"upgrade_notice\";s:61:\"Bugfix for layout changes on settings pages in WordPress 4.4.\";}}}','yes'),(1624,'_transient_timeout_feed_a41fbee65e190c85018f9081fcc3dfc4','1453875942','no'),(1625,'_transient_feed_a41fbee65e190c85018f9081fcc3dfc4','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"WordPress Training » News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://members.wpacademy.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 26 Jan 2016 16:27:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"(Free Training) Managing Your Power, with Christine Kane\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"http://members.wpacademy.com/2015/09/free-training-managing-your-power-with-christine-kane/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"http://members.wpacademy.com/2015/09/free-training-managing-your-power-with-christine-kane/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 22 Sep 2015 15:36:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"http://members.wpacademy.com/?p=20130\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:667:\"<p>So, my favorite business coach in the whole world, Christine Kane, is offering another one of her powerful free trainings this coming Wednesday, Sept.23, at 8pm EST. Access the “Defying Gravity Training” Here There are two things I LOVE about Christine. First, forget about “white-knuckle willpower” models for business success, they don’t work anyway. Instead, […]</p><p>The post <a href=\"http://members.wpacademy.com/2015/09/free-training-managing-your-power-with-christine-kane/\">(Free Training) Managing Your Power, with Christine Kane</a> appeared first on <a href=\"http://members.wpacademy.com\">WordPress Training</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"marc\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1849:\"<p></p><p>So, my favorite business coach in the whole world, Christine Kane, is offering another one of her powerful free trainings this coming <strong>Wednesday, Sept.23, at 8pm EST.</strong></p>\n<p><a href=\"https://christinekane.isrefer.com/go/b360-2015-dg/marc/\"><strong>Access the “Defying Gravity Training” Here</strong></a></p>\n<p>There are two things I LOVE about Christine.</p>\n<p>First, forget about “white-knuckle willpower” models for business success, they don’t work anyway. Instead, learn to “come from a state of being” [Werner Erhard]. (no relationship between Christine Kane and Werner Erhard, but the basic idea is similar. Christine calls this “managing your power”).</p>\n<p>And second, the quality of her live trainings that happen regularly in Asheville, Atlanta and other places. Webinars are well and good, but there is nothing as energizing and inspiring as being around other entrepreneurs in a live training. Most of Christine’s programs include a complimentary live training event.</p>\n<p>The free information that you will get from this webinar is applicable to almost all businesses, but especially with “purpose-centered business” and women entrepreneurs.</p>\n<p>Join me for the “defying gravity” training:</p>\n<p><a href=\"https://christinekane.isrefer.com/go/b360-2015-dg/marc/\"><img class=\"alignnone size-full wp-image-20131\" src=\"http://members.wpacademy.com/wp-content/uploads/2015/09/7-laws-of-gravity.jpg\" alt=\"7-laws-of-gravity\" width=\"300\" height=\"394\" /></a></p>\n<p>The post <a href=\"http://members.wpacademy.com/2015/09/free-training-managing-your-power-with-christine-kane/\">(Free Training) Managing Your Power, with Christine Kane</a> appeared first on <a href=\"http://members.wpacademy.com\">WordPress Training</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"http://members.wpacademy.com/2015/09/free-training-managing-your-power-with-christine-kane/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"Up to 98% Savings on Courses: Web Design, Business Development, SEO, Mobile App Development, and More\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:133:\"http://members.wpacademy.com/2015/05/up-to-98-savings-on-courses-web-design-business-development-seo-mobile-app-development-and-more/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:142:\"http://members.wpacademy.com/2015/05/up-to-98-savings-on-courses-web-design-business-development-seo-mobile-app-development-and-more/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 20 May 2015 15:04:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"http://members.wpacademy.com/?p=20083\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:662:\"<p>Great news!  Through a privileged relationship we have with online course provider Edurila, we are able to offer you some of the best online courses in the world at up to 98% savings – to a maximum price of just $10 each.  Offer Valid for next 1 week only, So Grab your Copies Now. Click […]</p><p>The post <a href=\"http://members.wpacademy.com/2015/05/up-to-98-savings-on-courses-web-design-business-development-seo-mobile-app-development-and-more/\">Up to 98% Savings on Courses: Web Design, Business Development, SEO, Mobile App Development, and More</a> appeared first on <a href=\"http://members.wpacademy.com\">WordPress Training</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"marc\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4466:\"<p></p><p><em><strong>Great news!</strong></em>  Through a privileged relationship we have with online course provider Edurila, we are able to offer you some of the best online courses in the world at up to 98% savings – to a maximum price of just $10 each.  </p>\n<p><em><strong>Offer Valid for next 1 week </strong></em>only, So <em><strong>Grab your Copies Now.</strong></em></p>\n<p>Click On the Link below to Buy the Course for $10 Only or just use coupon “Marc10″ while checking out.</p>\n<ul>\n<li><strong>Complete Money Making Course Bundle – Learn Youtube Secrets, Blogging, Website Making, Affiliate Marketing, Facebook Advertisement Secrets & More</strong> worth <del>$499</del>  for <em><strong>$10 Only</strong></em> – <a href=\"https://edurila.com/courses/money-making-courses?&coupon_code=MARC10\">Purchase Here</a></li>\n<li><strong>Running A Web Design Business</strong> worth <del>$99</del> for <strong><em>$10 only</em></strong> – <a href=\"https://edurila.com/courses/running-a-web-design-business?&coupon_code=MARC10\">Purchase here</a></li>\n<li><strong>Learn to Speak: Conversational French – Full Course</strong> worth <del>$99</del> for <em><strong>$10 Only</strong></em> – <a href=\"https://edurila.com/courses/learnfrench?&coupon_code=MARC10\">Purchase Here</a></li>\n<li><strong>Responsive Web Design Course Bundle</strong> worth <del>$249</del> for <em><strong>$10 Only</strong></em> – <a href=\"https://edurila.com/courses/responsive-web-design-course-bundle?&coupon_code=MARC10\">Purchase Here</a></li>\n<li><strong>Complete Web Developer Course: How To Build Websites & Make Money</strong> worth <del>$299</del> for <em><strong>$10 Only</strong></em> – <a href=\"https://edurila.com/courses/practical-web-development?&coupon_code=MARC10\">Purchase Here</a></li>\n<li><strong>Create a Native App for your WordPress Business Website in 8 days – No Coding!</strong> worth <del>$99</del> for <em><strong>$10 Only</strong></em> – <a href=\"https://edurila.com/courses/create-app-for-your-wordpress-website?&coupon_code=MARC10\">Purchase Here</a></li>\n<li><strong>How I Make Awesome Passive Income Every Month for Free!</strong> worth <del>$199</del> for <em><strong>$10 Only</strong></em> – <a href=\"https://edurila.com/courses/makemoneyonline?&coupon_code=MARC10\">Purchase Here</a></li>\n<li><strong>Build Your Brand: Blogging, SEO, Social Media & Relationships</strong> worth <del>$79</del> for <em><strong>$10 Only</strong></em> – <a href=\"https://edurila.com/courses/blogging-seo-social-relationships-total-web-marketing?&coupon_code=MARC10\">Purchase Here</a></li>\n<li><strong>Responsive Web Design AND Web Development with HTML5 & CSS3</strong> worth <del>$49</del> for <em><strong>$10 Only</strong></em> – <a href=\"https://edurila.com/courses/design-and-develop-a-killer-website-with-html5-and-css3?&coupon_code=MARC10\">Purchase Here</a></li>\n<li><strong>The Complete Apple Watch Developer Course – Build 15 apps</strong> worth <del>$299</del> for <em><strong>$10 Only</strong></em> – <a href=\"https://edurila.com/courses/complete-apple-watch-developer-course-build-15-apps?&coupon_code=MARC10\">Purchase Here</a></li>\n<li><strong>Photoshop: Real World Hands-on Graphic and Web Design</strong> worth <del>$99</del> for<em> <strong>$10 Only</strong></em> – <a href=\"https://edurila.com/courses/photoshop-real-world-hands-on-graphic-and-web-design?&coupon_code=MARC10\">Purchase Here</a></li>\n<li><strong>Youtube Secrets For Earning $2K Monthly Income – No Experience Required</strong> worth <del>$499</del> for <em><strong>$10 only</strong></em> – <a href=\"https://edurila.com/courses/youtube-secrets-for-earning-high-incomes?&coupon_code=MARC10\">Purchase Here</a></li>\n</ul>\n<p><em><strong>Hurry Up! Grab these courses for just $10 before they get back to their full price again.</strong> <br /></em></p>\n<p><em><strong>Share this offer</strong> on<strong> </strong>Twitter, Facebook and to your websites, And help your friends and family to learn a new skill from the Experts.</em></p>\n<p>The post <a href=\"http://members.wpacademy.com/2015/05/up-to-98-savings-on-courses-web-design-business-development-seo-mobile-app-development-and-more/\">Up to 98% Savings on Courses: Web Design, Business Development, SEO, Mobile App Development, and More</a> appeared first on <a href=\"http://members.wpacademy.com\">WordPress Training</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:138:\"http://members.wpacademy.com/2015/05/up-to-98-savings-on-courses-web-design-business-development-seo-mobile-app-development-and-more/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"Three steps towards a true lifestyle business (free training by Natalie Sisson)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"http://members.wpacademy.com/2015/04/three-steps-towards-a-true-lifestyle-business-free-training-by-natalie-sisson/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:124:\"http://members.wpacademy.com/2015/04/three-steps-towards-a-true-lifestyle-business-free-training-by-natalie-sisson/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 09 Apr 2015 15:52:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"http://members.wpacademy.com/?p=20059\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:659:\"<p>As some of you know, last summer I officially became a “digital nomad”.   This means that I took WP Academy on the road, and have been traveling, learning, growing and making new friends.  I even wrote a book!  While continuing to invest and grow my business (in fact, a lot was accomplished last year, including […]</p><p>The post <a href=\"http://members.wpacademy.com/2015/04/three-steps-towards-a-true-lifestyle-business-free-training-by-natalie-sisson/\">Three steps towards a true lifestyle business (free training by Natalie Sisson)</a> appeared first on <a href=\"http://members.wpacademy.com\">WordPress Training</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"marc\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2287:\"<p></p><p>As some of you know, last summer I officially became a “digital nomad”.   This means that I took WP Academy on the road, and have been traveling, learning, growing and making new friends.  I even wrote a book!  While continuing to invest and grow my business (in fact, a lot was accomplished last year, including big upgrades in our <a href=\"http://wpacademy.com/hosting\">Managed WordPress Hosting</a>).</p>\n<p>If this lifestyle interests you, you will be very interested to know that Natalie Sisson, the “Suitcase Entrepreneur”, has opened up her program again.  Natalie is the original “digital nomad” (much more hard-core than me, actually), having built her perfect lifestyle business while traveling the world, earning 6-figures and going on crazy cool adventures.  Get the details here of the FREE TRAINING she is giving leading up to the offer: </p>\n<p>=>> <a href=\"https://kk125.isrefer.com/go/TFP/mbeneteau\">3 Steps to Creating Your Freedom Plan</a> <==</p>\n<p><em></em></p>\n<p>I have great respect for Natalie, based on her knowledge, professionalism and sincerity in what she does.  Hundreds of “lifestyle entrepreneurs” have attended her programs already.  I dare say that nobody teaches this as well as she does – even some programs that cost 3-4 times as much.  And the support community is outstanding.  </p>\n<p>TODAY she’s celebrating 5 years in business with a fantastic 3-part video training series teaching you the steps to do this yourself. She’s going to share:</p>\n<p><em></em></p>\n<ul>\n<li>\n<p>3 Steps to Creating Your Freedom Plan</p>\n</li>\n<li>\n<p>10 Must-Have Traits of Every Successful Lifestyle Entrepreneur</p>\n</li>\n<li>\n<p>The Proven Process to Making Your Ideal Lifestyle Business a Reality</p>\n</li>\n</ul>\n<p><em></em></p>\n<p>=>> <a href=\"https://kk125.isrefer.com/go/TFP/mbeneteau\">Create Your Perfect Lifestyle Business right here</a> <<=</p>\n<p>The post <a href=\"http://members.wpacademy.com/2015/04/three-steps-towards-a-true-lifestyle-business-free-training-by-natalie-sisson/\">Three steps towards a true lifestyle business (free training by Natalie Sisson)</a> appeared first on <a href=\"http://members.wpacademy.com\">WordPress Training</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:120:\"http://members.wpacademy.com/2015/04/three-steps-towards-a-true-lifestyle-business-free-training-by-natalie-sisson/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"Managed WordPress Hosting from $8.40/mth\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"http://members.wpacademy.com/2015/02/managed-wordpress-hosting-from-8-40mth/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"http://members.wpacademy.com/2015/02/managed-wordpress-hosting-from-8-40mth/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 Feb 2015 11:13:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"http://members.wpacademy.com/?p=20017\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:615:\"<p>If you are interested in secure, high-performance Managed WordPress Hosting at 30% of the going rate, then read on.  2014 was a very difficult year for the hosting business Many large conventional hosting companies (Hostgator, Bluehost, Dreamhost) experienced long downtimes exceeding 12 hours last year, and we have seen large performance degradation as well, with […]</p><p>The post <a href=\"http://members.wpacademy.com/2015/02/managed-wordpress-hosting-from-8-40mth/\">Managed WordPress Hosting from $8.40/mth</a> appeared first on <a href=\"http://members.wpacademy.com\">WordPress Training</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"marc\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4641:\"<p></p><p>If you are interested in secure, high-performance Managed WordPress Hosting at 30% of the going rate, then read on.  </p>\n<h2>2014 was a very difficult year for the hosting business</h2>\n<p>Many large conventional hosting companies (Hostgator, Bluehost, Dreamhost) experienced long downtimes exceeding 12 hours last year, and we have seen large performance degradation as well, with page load times often exceeding 5 seconds.  Many studies have shown the critical importance of page load time for visitor retention.  Added to these facts are ongoing concerns about WordPress hacking  on the non-managed WordPress hosting companies.  <strong>As a result, many of us have been looking for hosting upgrades</strong>.</p>\n<p>Late last year we completed a major upgrade to high-performance (SSD-backed) servers.  Our customers are seeing page load times of  0.1 to 0.2 seconds on their home page html (1 to 2 seconds for the entire site).  This is backed by our personalized support, which covers many issues that conventional (non-managed) hosting companies won’t touch.  Best of all, we can now offer this service for about a third of what most managed WordPress hosting companies charge.  For the first time, you can have managed WordPress hosting at prices comparable to conventional hosting.  </p>\n<p>This video shows you how.  It will also show you how to use a tool called Pingdom to measure your current hosts’ performance (do the test yourself, it will only take a 1 minute): </p>\n<p><a href=\"http://wpacademy.com/hosting\"><img title=\"image\" style=\"border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; display: inline; padding-right: 0px\" border=\"0\" alt=\"image\" src=\"http://members.wpacademy.com/wp-content/uploads/2015/02/image1.png\" width=\"244\" height=\"141\" /></a></p>\n<h2>How can we afford to do this? </h2>\n<p>How can we afford to do this, when most managed WordPress hosting companies charge upwards of $24/mth <u>per domain</u>? (WP Academy hosting offers unlimited domains, although only 5 managed sites).  It’s simple really: rather than creating a complex (and expensive) hosting infrastructure, we manage your site’s security and performance using off-the-shelf components (cPanel, Backup Buddy, Cloudflare, W3 Total Cache, etc).  And we invest the savings into renting lightly-loaded, SSD-backed servers, delivering enterprise-grade performance to your website at an amazing value.  </p>\n<h2>February hosting sale – ends February 28</h2>\n<p>Throughout all of February, you can get 20% off our already very affordable managed hosting by using coupon FEBRUARY.  The cost can be as low as $8.40/mth for a 3-year prepay.  Simply go to this link: </p>\n<p><a href=\"http://wpacademy.com/hosting\">http://wpacademy.com/hosting</a></p>\n<p>Review the offer, and apply coupon FEBRUARY at checkout.  </p>\n<p>If you have any questions or feedback, simply respond to this email.  I am personally supporting this </p>\n<h2>Just a few client testimonials…</h2>\n<blockquote><p>“I have had Subrato helping me out with issues I have had on my site. This has resulted in the end of such frustration going on for too long.  I am so grateful to you and your staff for being who you are and created this fantastic support for us all.” — Lucinda P., Ontario, Canada</p>\n</blockquote>\n<blockquote><p>“Excellent, prompt service. My website is fast and my issues are never server related. The support for simple theme and plugins is invaluable” — Melissa B., Stuart, Florida</p>\n</blockquote>\n<blockquote><p>“Marc, as you must know, you have been pivotal in helping me create my dream of website independence… Your family and support staff are the best” — Merry M., Liberty, Texas</p>\n</blockquote>\n<blockquote><p>“I want to thank you for your service hosting HeartAndSoulMatters.com. Creating my site was about as far as I could go and I’m confident that WP Academy will continue to do the maintenance that is beyond my technical savvy…” — Rev. Janice R.,  Briarcliff Manor, New York</p>\n</blockquote>\n<p>Best wishes,</p>\n<p><img src=\"http://members.wpacademy.com/wp-content/uploads/2013/11/marc-small.jpg\" /></p>\n<p>Marc Beneteau <br />”Your Small-Biz Web Technology Mentor” </p>\n<p>The post <a href=\"http://members.wpacademy.com/2015/02/managed-wordpress-hosting-from-8-40mth/\">Managed WordPress Hosting from $8.40/mth</a> appeared first on <a href=\"http://members.wpacademy.com\">WordPress Training</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"http://members.wpacademy.com/2015/02/managed-wordpress-hosting-from-8-40mth/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"Learn Web Development and iOS Swift – 85% discount!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"http://members.wpacademy.com/2014/11/learn-web-development-and-ios-85-discount/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"http://members.wpacademy.com/2014/11/learn-web-development-and-ios-85-discount/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 29 Nov 2014 04:57:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"http://members.wpacademy.com/?p=19965\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:593:\"<p>Did you miss the Udemy Black Friday deals? Well cheer up, because it’s not too late for deep, deep discounts on two of the world’s most popular Web Development & iOS Development courses! The Complete Web Developer Course – Just $29 (75k Copies Sold) Web development from scratch in 6 weeks. HTML, JS, CSS, PHP, […]</p><p>The post <a href=\"http://members.wpacademy.com/2014/11/learn-web-development-and-ios-85-discount/\">Learn Web Development and iOS Swift – 85% discount!</a> appeared first on <a href=\"http://members.wpacademy.com\">WordPress Training</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"marc\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5149:\"<p></p><p style=\"text-align: left;\">Did you miss the Udemy Black Friday deals?</p>\n<p style=\"text-align: left;\"><strong>Well cheer up</strong>, because it’s not too late for deep, deep discounts on two of the world’s most popular Web Development & iOS Development courses!</p>\n<hr />\n<h2 style=\"text-align: left;\">The Complete Web Developer Course – Just $29 (75k Copies Sold)</h2>\n<p style=\"text-align: left;\"><strong><a href=\"https://www.udemy.com/complete-web-developer-course/\"><img class=\"alignright size-full wp-image-19966\" src=\"http://members.wpacademy.com/wp-content/uploads/2014/11/complete-web-developer-rob-percival.jpg\" alt=\"complete-web-developer-rob-percival\" width=\"240\" height=\"135\" /></a>Web development from scratch in 6 weeks. HTML, JS, CSS, PHP, MySQL, Bootstrap, WordPress, APIs, Mobile Apps all covered.<br />\n</strong></p>\n<p style=\"text-align: left;\">The Most Popular & Bestselling course “<strong>The Complete Web Developer Course – Build 14 Websites” from Rob Percival</strong> which has sold 43k copies in just 5 months is now available for<strong> 85% off</strong> i.e <strong>for $29 only</strong>! for next<strong> 2 week</strong>s!</p>\n<p style=\"text-align: left;\">Use<em> Coupon Code </em>“marc29“ while checking out at Udemy</p>\n<p style=\"text-align: left;\"><strong>Here is the link to take the course</strong>:- <a href=\"https://www.udemy.com/complete-web-developer-course/\" target=\"_blank\">https://www.udemy.com/<wbr />complete-web-developer-course/</a></p>\n<p style=\"text-align: left;\">This course comes with a<strong> Free 1 year hosting worth $199 </strong>and will teach you to make almost 14 websites.</p>\n<p style=\"text-align: left;\"><strong>This offer will be valid for next 2 weeks only</strong>, so Grab your copies Now before it goes back to full price of $199 <a href=\"https://www.udemy.com/complete-ios-developer-course/\">here</a></p>\n<hr />\n<h2 style=\"text-align: left;\">The Complete iOS Developer Course – Just $29 (30k Copies sold)<strong><br />\n</strong></h2>\n<p><strong><a href=\"https://www.udemy.com/complete-ios-developer-course/\"><img class=\"alignright size-full wp-image-19967\" src=\"http://members.wpacademy.com/wp-content/uploads/2014/11/complete-ios-developer-course-rob-percival.jpg\" alt=\"complete-ios-developer-course-rob-percival\" width=\"240\" height=\"135\" /></a>iOS App Development from scratch in 6 weeks – build full apps including Instagram and Snapchat Clones. With free Ebook </strong></p>\n<p style=\"text-align: left;\">Get the Most Popular and Amazing<strong> The Complete iOS Developer Course – Build 15 Apps with Swift (No Mac Required!)</strong> for <strong>just $29 </strong>here<strong>:- </strong><a href=\"https://www.udemy.com/complete-web-developer-course/\">https://www.udemy.com/<wbr />complete-ios-developer-course/</a></p>\n<p style=\"text-align: left;\"><em>And Use coupon code</em>:<strong> “marc29″ </strong>while <a href=\"https://www.udemy.com/complete-ios-developer-course/\">checking-out at Udemy</a></p>\n<p style=\"text-align: left;\">Rob Percival asked me to tell you this:</p>\n<p style=\"text-align: left; padding-left: 30px;\"><em>Swift is Apple’s <strong>new language for making iPhone and iPad apps</strong>- it’s a hundred times easier to learn than Objective C, and is a lot like Javascript – great news for all you web developers!</em></p>\n<p style=\"text-align: left; padding-left: 30px;\"><em>Swift is still in beta, and for the first time ever Apple have allowed anyone to download the beta version of Xcode and try out Swift before it’s even released, so you’ll bec<strong>one of the very first people to learn</strong>how to code iOS apps with Swift.</em></p>\n<p style=\"text-align: left; padding-left: 30px;\"><em><strong>Swift is pretty much guaranteed to be the next big thing in app development</strong>, so learn it now and you’ll be at the forefront of the technology, putting you head and shoulders above other app developers.</em></p>\n<p style=\"text-align: left; padding-left: 30px;\"><em>As with the Complete Web Developer Course, I’ll show you absolutely everything you’ll need, including downloading and setting up Xcode, and how to <strong>build 14 fantastic apps with Swift</strong>. And you’ll get another year’s free hosting, so it really is a no-brainer!</em></p>\n<p style=\"text-align: left; padding-left: 30px;\"><em>I’ll also show you how to install OSX on your PC for free, so you <strong>don’t need a Mac to develop iOS apps</strong>!</em></p>\n<p style=\"text-align: left;\"> Happy Coding!</p>\n<p style=\"text-align: left;\">To your success,</p>\n<p style=\"text-align: left;\"><img class=\"alignnone size-full wp-image-19324\" src=\"http://members.wpacademy.com/wp-content/uploads/2013/11/marc-small.jpg\" alt=\"marc-small.jpg\" width=\"150\" height=\"150\" /><br />\nMarc Beneteau<br />\n“Your Small-Biz Web Technology Mentor”</p>\n<p>The post <a href=\"http://members.wpacademy.com/2014/11/learn-web-development-and-ios-85-discount/\">Learn Web Development and iOS Swift – 85% discount!</a> appeared first on <a href=\"http://members.wpacademy.com\">WordPress Training</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"http://members.wpacademy.com/2014/11/learn-web-development-and-ios-85-discount/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"Three fantastic web development courses for up to 95% off!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://members.wpacademy.com/2014/11/three-web-development/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://members.wpacademy.com/2014/11/three-web-development/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 24 Nov 2014 12:52:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"http://members.wpacademy.com/?p=19954\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:596:\"<p>Today we have for you, 3 great web development courses from our partners at Edurila.com, with up to 95% off the regular price! Get the bestselling WordPress Ecommerce, Swift Developer Bundle, and Beginner Web Development Bundle Course with discounts up to 95%. Buy these courses from the links below: WordPress eCommerce with WooCommerce Sale Price […]</p><p>The post <a href=\"http://members.wpacademy.com/2014/11/three-web-development/\">Three fantastic web development courses for up to 95% off!</a> appeared first on <a href=\"http://members.wpacademy.com\">WordPress Training</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"marc\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4191:\"<p></p><p>Today we have for you, 3 great web development courses from our partners at Edurila.com, with up to 95% off the regular price!</p>\n<p>Get the bestselling <strong>WordPress Ecommerce, Swift Developer Bundle, and Beginner Web Development Bundle Course</strong> with discounts up to 95%. Buy these courses from the links below:</p>\n<h2>WordPress eCommerce with WooCommerce</h2>\n<p>Sale Price – $10 (Normally $17)</p>\n<p>An online course that will give you an understanding of WooCommerce in under 90 minutes.</p>\n<p>Developed by Marc Beneteau, the course offers many professional made guides.</p>\n<p>It features:</p>\n<ul>\n<li><strong>Quick Start Section</strong> – Gives you a basic understanding of WooCommerce by introducing layouts, shortcodes, adding products, PayPal configuration, and more.</li>\n<li><strong>Reference Section</strong> – Advanced product types, configuring tax, coupons, inventory management, product reviews, and more.</li>\n<li><strong>WooCommerce Styling and Programming Section</strong> – creating custom email templates,</li>\n</ul>\n<p>The course normally retails at $17, but you can purchase it for only $10 using the link below. This course is also included in the web development bundle listed later.</p>\n<p><a href=\"https://edurila.com/course/wordpress-ecommerce-with-woocommerce/?couponCode=marc10&affcode=518i\">Purchase here</a></p>\n<h2>Swift Developer Bundle</h2>\n<p>Sale Price – $19 (Normally $446)</p>\n<p>Swift Developer Bundle: Swift is the programming language developed by Apple. The language is used to create applications for their mobile operating system iOS and their desktop operating system OS X.</p>\n<p>The Swift Developer Bundle shows you how to create a fully functional calculator application that you can publish in the apple app store.</p>\n<p>The courses will teach you:</p>\n<ul>\n<li>Initial Setup and Swift Basics</li>\n<li>Operators, Strings, Characters, and Collection Types</li>\n<li>Evolving from Objective C</li>\n<li>Control Flow</li>\n</ul>\n<p>The courses included in the bundle are:</p>\n<ul>\n<li>Swift – Learn Apple’s New Programming Language by Examples (Original Price: $199)</li>\n<li>Hands on Swift Language. Visual way with Light Programming (Original Price: $49)</li>\n<li>Build Web Applications in HTML5 & jQuery – Learn By Making 3 Web Apps (Original Price: $49)</li>\n<li>Make & Publish Your Own iPhone Game Today & Make Money Now (Original Price: $149)</li>\n</ul>\n<p>The bundle normally retails at $446, but you can purchase it for only $19 using the link below.</p>\n<p><a href=\"https://edurila.com/course/Swift-Developer-Bundle/?couponCode=marc19&affcode=518i\">Purchase here</a></p>\n<h2>The Beginner Web Dev Bundle</h2>\n<p>Sale Price – $29 (Normally $638)</p>\n<p>The beginner web development bundle includes <em>nine complete courses!</em> Each course is jam-packed with tutorials and video guides.</p>\n<p>The package includes the following courses:</p>\n<ul>\n<li>Learn Complete Web Development From Scratch (Original Price: $149)</li>\n<li>Learn Responsive Web Development from Scratch (Original Price: $99)</li>\n<li>Build Web Applications in HTML5 & jQuery – Learn By Making 3 Web Apps (Original Price: $49)</li>\n<li>Make & Publish Your Own iPhone Game Today & Make Money Now (Original Price: $149)</li>\n<li>Become a WordPress Nirvana, WordPress Expert Bundle (Original Price: $99)</li>\n<li>WordPress eCommerce with WooCommerce (Original Price: $17)</li>\n<li>WordPress Theme Selection & Customization (Original Price: $27)</li>\n<li>Basics Of Web Application Penetration Testing (FREE)</li>\n<li>WordPress Tutorial for Beginners (Original Price: $49)</li>\n<li>The bundle normally retails at $638, but you can purchase it for only $29 using the link below.</li>\n</ul>\n<p><a href=\"https://edurila.com/course/the-beginner-web-dev-bundle/?couponCode=Marc29&affcode=518i\">Purchase here</a></p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p>The post <a href=\"http://members.wpacademy.com/2014/11/three-web-development/\">Three fantastic web development courses for up to 95% off!</a> appeared first on <a href=\"http://members.wpacademy.com\">WordPress Training</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://members.wpacademy.com/2014/11/three-web-development/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"Jeff Walker: Product launches for “newbies”…\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"http://members.wpacademy.com/2014/11/jeff-walker/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://members.wpacademy.com/2014/11/jeff-walker/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 10 Nov 2014 15:25:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"http://members.wpacademy.com/?p=19932\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:571:\"<p>Have you heard of Jeff Walker? He is an internet marketing legend, having helped thousands of entrepreneurs over the years generate $500 million in product launches (this is money for his clients, not for him!) Well, he has a new series of FREE training videos on what he calls the “Seed Launch”… and how anyone […]</p><p>The post <a href=\"http://members.wpacademy.com/2014/11/jeff-walker/\">Jeff Walker: Product launches for “newbies”…</a> appeared first on <a href=\"http://members.wpacademy.com\">WordPress Training</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"marc\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1893:\"<p></p><p>Have you heard of Jeff Walker? He is an internet marketing legend, having helped thousands of entrepreneurs over the years generate <strong>$500 million in product launches</strong> (this is money for his clients, not for him!)</p>\n<p>Well, he has a new series of FREE training videos on what he calls the “Seed Launch”… and how anyone can use it to create an new business from scratch – starting with NO list and NO product</p>\n<p><strong>>> <a href=\"http://www.productlaunchformula.com/?20059\">Get the videos here</a> <<</strong></p>\n<p>He also reveals how he used “Launch Stacking” to go from Mr. Mom (with $400 per year in disposable income) to his first $1,000,000 in sales – it’s a crazy story.</p>\n<p>And the amazing thing is this strategy will work with almost ANY type of business.</p>\n<p><strong>>> <a href=\"http://www.productlaunchformula.com/?20059\">Core Elements of the “No Fail” launch</a> <<</strong></p>\n<p>These videos are all pure content… the only “catch” is you need to opt-in to get them, but make sure you do – it’s totally worth it.</p>\n<p>Watch them soon — they are only good for the next 6 days. And they only come out every 12-18 months… this is the latest and greatest of Jeff’s revolutionary business model.</p>\n<p>To Your Success,</p>\n<p>Marc Beneteau</p>\n<p><img class=\"alignnone size-full wp-image-19324\" src=\"http://members.wpacademy.com/wp-content/uploads/2013/11/marc-small.jpg\" alt=\"marc-small.jpg\" width=\"150\" height=\"150\" /></p>\n<p>“Your Small-Biz Web Technology Mentor”</p>\n<p>The post <a href=\"http://members.wpacademy.com/2014/11/jeff-walker/\">Jeff Walker: Product launches for “newbies”…</a> appeared first on <a href=\"http://members.wpacademy.com\">WordPress Training</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://members.wpacademy.com/2014/11/jeff-walker/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"Christine Kane Free Training: the New Class of Entrepreneur\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"http://members.wpacademy.com/2014/09/christine-kane-free-training-the-new-class-of-entrepreneur/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"http://members.wpacademy.com/2014/09/christine-kane-free-training-the-new-class-of-entrepreneur/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 29 Sep 2014 05:50:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"http://members.wpacademy.com/?p=19898\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:660:\"<p>In case you missed Christine Kane’s live webinar last Thursday on the “new class of entrepreneur”, you can still get access to the excellent free training videos from here: Discover the success secrets of the “new class of entrepreneurs” <– (After registering and confirming your email address, you will be directed to the landing page, […]</p><p>The post <a href=\"http://members.wpacademy.com/2014/09/christine-kane-free-training-the-new-class-of-entrepreneur/\">Christine Kane Free Training: the New Class of Entrepreneur</a> appeared first on <a href=\"http://members.wpacademy.com\">WordPress Training</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"marc\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4397:\"<p></p><p>In case you missed Christine Kane’s live webinar last Thursday on the “new class of entrepreneur”, you can still get access to the excellent free training videos from here:</p>\n<p><strong><a href=\"https://christinekane.isrefer.com/go/b3602014/marc\">Discover the success secrets of the “new class of entrepreneurs”</a> <–</strong></p>\n<p><a href=\"https://christinekane.isrefer.com/go/b3602014/marc\"><img class=\"alignright size-full wp-image-19899\" src=\"http://members.wpacademy.com/wp-content/uploads/2014/09/7-new-laws-of-gravity.jpg\" alt=\"7-new-laws-of-gravity\" width=\"300\" height=\"403\" /></a>(After registering and confirming your email address, you will be directed to the landing page, and from there you can watch all the videos and also download the free report “7 New Laws of Gravity”).</p>\n<h3>But what defines a “new entrepreneur”?</h3>\n<p>Here is an extract from the third video (you can get the full video <a href=\"https://christinekane.isrefer.com/go/b3602014/marc\">here</a>, including the interviews). The “new entrepreneurs” are:</p>\n<p><em>First</em>, they are <em>relentlessly</em> self-aware</p>\n<p>They know themselves and how to manage their power</p>\n<p>They “right” their mindset when it’s needed</p>\n<p>They are no longer burdened by the emotional stories they tell themselves, and this removes struggle and it creates effortlessness in their work</p>\n<p><em>Second</em>, the new class of entrepreneurs are REAL.. they are a refreshing force field in their industries.</p>\n<p><em>Third</em>, they are IN. they know how to be fully in relationshiop with their business, their money and their clients. They use fear as a tool for expansion. And they use their full presence as a powerful tool for breakthroughs that need to happen.</p>\n<p>And last, they are wildly successful. They are pioneers. They are “defying gravity”.</p>\n<p>mm… you are probably thinking:</p>\n<h3>Marc, I have heard this type of “woo-woo” talk before. It doesn’t work.</h3>\n<p>Maybe. Maybe you have heard things that sound “similar”. But take it from me, this is the “real deal”.</p>\n<p>I have sent so many people to Christine Kane to create new passion businesses, or to double and triple existing businesses, I can’t tell you. I suggest you put aside some time today and watch these videos:</p>\n<p><strong><a href=\"https://christinekane.isrefer.com/go/b3602014/marc\">Find out how some entrepreneurs are “Defying Gravity”</a> <–</strong></p>\n<p>In fact, I met many of these entrepreneurs, graduates of WP Academy programs, at Christine’s live event in Atlanta last June. All of the ones I spoke with found it beneficial, and most were utterly transformed.</p>\n<h3>And here is the best thing of all:</h3>\n<p>Christine is launching her new program, entitled “Becoming 360″, <strong>for about one-third of the price of her previous program</strong>s (about $500). This is, in my humble opinion, the best small-business development training available anywhere, at any price. <strong>Especially since it actually includes a free ticket to a live event happening in Asheville, NC, in February 2015</strong> (live event may be sold-out — you will need to check with her prior to registering, if this is important to you).</p>\n<p><strong><a href=\"https://christinekane.isrefer.com/go/b3602014/marc\">Get Access to the LIVESTREAM training on Tuesday Sept 30</a> <–</strong></p>\n<p>PS: I want to hear your thoughts about this… just reply to this email if you have any questions. I stand 100% behind all the trainings and resources that I recommend.</p>\n<p>To Your Success,</p>\n<p><img class=\"alignnone size-full wp-image-19324\" src=\"http://members.wpacademy.com/wp-content/uploads/2013/11/marc-small.jpg\" alt=\"marc-small.jpg\" width=\"150\" height=\"150\" /></p>\n<p>Marc Beneteau<br />\n“Your Small-Biz Web Technology Mentor”</p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p>The post <a href=\"http://members.wpacademy.com/2014/09/christine-kane-free-training-the-new-class-of-entrepreneur/\">Christine Kane Free Training: the New Class of Entrepreneur</a> appeared first on <a href=\"http://members.wpacademy.com\">WordPress Training</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"http://members.wpacademy.com/2014/09/christine-kane-free-training-the-new-class-of-entrepreneur/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"Website Design Packages available again (very limited supply)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"http://members.wpacademy.com/2014/09/website-design-packages-available-again-very-limited-supply/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"http://members.wpacademy.com/2014/09/website-design-packages-available-again-very-limited-supply/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 15 Sep 2014 09:21:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"http://members.wpacademy.com/?p=19872\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:626:\"<p>We are taking on 4 more website design packages in September. Details here. A bit of background: our business is training you how to make and market your site, but some people like to fast-start the process, save time and avoid mistakes by having our instructors and virtual assistants provide direct one-on-one assistance and production […]</p><p>The post <a href=\"http://members.wpacademy.com/2014/09/website-design-packages-available-again-very-limited-supply/\">Website Design Packages available again (very limited supply)</a> appeared first on <a href=\"http://members.wpacademy.com\">WordPress Training</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"marc\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1810:\"<p></p><p>We are taking on 4 more website design packages in September. Details <a href=\"http://wpacademy.com/websites\">here</a>.</p>\n<p>A bit of background: our business is training you how to make and market your site, but some people like to fast-start the process, save time and avoid mistakes by having our instructors and virtual assistants provide direct one-on-one assistance and production services. For this purpose we have created a very compellingly-priced optimal mix of on-shore marketing, design and copywriting services, and off-shore production assistance. We don’t just make your site, we also give you advice on many topics that you are simply not going to get from your average web designer — let alone an offshore web designer.</p>\n<p><strong>>> <a href=\"http://wpacademy.com/websites\">View your options for Starter Website Packages Here</a> <<</strong></p>\n<p><em><strong>However, there is a catch</strong></em> — we only sell a very limited number of these per production cycle, so you will need to jump on this fast. Schedule your appointment or purchase a package directly as soon as possible, if you wish to take advantage of this offer.</p>\n<p>Here are some of the sites we made in our last production run:</p>\n<p><img class=\"alignnone size-full wp-image-19873\" src=\"http://members.wpacademy.com/wp-content/uploads/2014/09/websites-all.jpg\" alt=\"websites-all\" width=\"600\" height=\"577\" /></p>\n<p>Order yours <a href=\"http://wpacademy.com/websites\">here</a>.</p>\n<p> </p>\n<p>The post <a href=\"http://members.wpacademy.com/2014/09/website-design-packages-available-again-very-limited-supply/\">Website Design Packages available again (very limited supply)</a> appeared first on <a href=\"http://members.wpacademy.com\">WordPress Training</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"http://members.wpacademy.com/2014/09/website-design-packages-available-again-very-limited-supply/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"3 Reasons To Create A Lifestyle Business + Free Live Training with Natalie Sisson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:117:\"http://members.wpacademy.com/2014/09/3-reasons-to-create-a-lifestyle-business-free-live-training-with-natalie-sisson/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"http://members.wpacademy.com/2014/09/3-reasons-to-create-a-lifestyle-business-free-live-training-with-natalie-sisson/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 Sep 2014 07:50:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"http://members.wpacademy.com/?p=19861\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:624:\"<p>Some of you already know this, but in July I moved to Thailand to run my business and study yoga. I am living a great personal and business adventure. To the right is the view from my porch. I won’t claim this as my “office” (I prefer A/C when working), but you get the idea. […]</p><p>The post <a href=\"http://members.wpacademy.com/2014/09/3-reasons-to-create-a-lifestyle-business-free-live-training-with-natalie-sisson/\">3 Reasons To Create A Lifestyle Business + Free Live Training with Natalie Sisson</a> appeared first on <a href=\"http://members.wpacademy.com\">WordPress Training</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"marc\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5879:\"<p></p><p><strong><img class=\"alignright size-medium wp-image-19863\" src=\"http://members.wpacademy.com/wp-content/uploads/2014/09/porch2-300x225.jpg\" alt=\"porch2\" width=\"300\" height=\"225\" />Some of you already know this, but in July I moved to Thailand to run my business and study yoga</strong>. I am living a great personal and business adventure. To the right is the view from my porch. I won’t claim this as my “office” (I prefer A/C when working), but you get the idea.</p>\n<p>As such I know quite a bit about creating a “lifestyle business”. But there is someone who knows even more than me. Her name is Natalie Sisson (the “Suitcase entrepreneur”), and<strong> she is giving a free webinar on Thursday, Sept. 18 at 3pm EST. You can register <a href=\"https://kk125.isrefer.com/go/freedomwebinar/mbeneteau%20\">here.</a></strong></p>\n<p>Here is what she has to say about it:</p>\n<p>There are three (big) reasons you should consider creating a “lifestyle business” – one that gives you major freedom, on your own terms and allows you to live how you want to live.</p>\n<p>1) <strong>You get to make your own hours</strong>. Maybe you like to work early, stay up late. Do half-days, break up your day, do yoga in the middle – whatever you choose.</p>\n<p>2) <strong>You get to decide where you work</strong> (some like it hot, some like it cold), and not ever be tied down to one location unless you choose it. Mountain climbing, surfing or fly fishing can absolutely be a part of your ideal day.</p>\n<p>3) <strong>When YOU are in control and are running your business</strong> (instead of your business running you), you will be happier, have greater freedom and be able to rekindle those dreams you may have pushed aside, making it all a reality.</p>\n<p>Lots of people think that to be a successful entrepreneur you need to treat your business as a “job”. That’s the world we live in and we’re taught to just follow “the rules,” work our way up and out, slaving away and THIS will eventually equal happiness.</p>\n<p><strong>Not.</strong></p>\n<p>You can’t start a business, treat it like a job and expect yourself to have a ton of freedom and flexibility. You ought to factor in your lifestyle aspirations, your needs and wants and preferences, your preferred working style and environment, your (realistic) income needs, etc., from the beginning. And (of course) you need practical and actionable traffic-getting and income-generating strategies. Otherwise… oye, it might be a tough slog. If you can get to the end at all (most people who try don’t, I am one of the lucky ones).</p>\n<p>Entrepreneurship is growing more rapidly than any other profession on the planet. Technology has given us freedom and most people aren’t finding happiness in a job. They want more.</p>\n<p>Now, we can literally work anywhere in the world, doing whatever we darn well please.</p>\n<p><strong>But how do you do it?</strong> How do you make it really work and create real revenue and STILL have freedom?</p>\n<p>My friend and awesome entrepreneur brainchild Natalie Sisson, Founder of The Suitcase Entrepreneur, is hosting a really cool never-done-before training on <strong>“How to Uncover Your Fastest Path To Making Real Revenue, Creating a Business Working Anywhere in the World and Never Again Be Tied Down To A Boss”.</strong></p>\n<p><strong>>> <a href=\"https://kk125.isrefer.com/go/freedomwebinar/mbeneteau%20\">Register to the free training here</a> <<</strong></p>\n<p>Natalie is a #1 best-selling author, has grown a tribe of over 16,000 hungry Freedom Seekers on her blog, has a top Podcast on iTunes and gets paid to speak around the world on freedom + entrepreneurship.</p>\n<p>She’ll be giving us FIRST DIBS on on her behind-the-scenes tactics she’s used to be able to travel the world, meet all sorts of amazing people all while creating a six figure business.</p>\n<p><strong>In this exclusive live training, we’re going to be covering:</strong></p>\n<p>1) The #1 Mistake People Make When Designing a Business Online That Keeps Them Stuck, Under-earning and Tied Down</p>\n<p>2) How You Can Find Your “Sweet Spot”, Actually Get Paid To Do What You Love, Are Good At and Turn That Into A Real Business</p>\n<p>3) Natalie’s Unique Three-Stage Plan She’s Developed To Build Her Completely Location Independent 6-figure Business</p>\n<p>4) The FOUR Things It Really Takes to Be Free and Which of These is The Most Overlooked (Yet CRITICALLY Important) For Living Life On Your Own Terms</p>\n<p>5) How YOU Can Design, Create & IMPLEMENT Your PERFECT Online Lifestyle Business In Eight Weeks Or Less!</p>\n<p>If you’re ready to become a Freedom Fighter in your own life, stand for something more, making real revenue, rekindle those childhood dreams of exploring the world and going on the next big adventure, then I invite you to join us!</p>\n<p><strong>>> <a href=\"https://kk125.isrefer.com/go/freedomwebinar/mbeneteau%20\">Click here to register and claim your free spot</a> <<</strong></p>\n<p>P.S. Oh, one last thing! Natalie is also going to be giving everyone who attends a really cool bonus. It’s a<strong> Freedom Formula Checklist</strong> – “Your First Steps To Designing Your Ultimate Lifestyle Business In Just Eight Weeks.” <a href=\"https://kk125.isrefer.com/go/freedomwebinar/mbeneteau%20\">Join us live now</a>!</p>\n<p><span style=\"font-size: 12pt; font-family: arial;\"><br />\n</span></p>\n<p>The post <a href=\"http://members.wpacademy.com/2014/09/3-reasons-to-create-a-lifestyle-business-free-live-training-with-natalie-sisson/\">3 Reasons To Create A Lifestyle Business + Free Live Training with Natalie Sisson</a> appeared first on <a href=\"http://members.wpacademy.com\">WordPress Training</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:122:\"http://members.wpacademy.com/2014/09/3-reasons-to-create-a-lifestyle-business-free-live-training-with-natalie-sisson/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:48:\"http://members.wpacademy.com/category/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:11:{s:12:\"x-powered-by\";s:10:\"PHP/5.4.31\";s:10:\"set-cookie\";a:5:{i:0;s:55:\"wlmdebug=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT\";i:1;s:210:\"wc_session_cookie_d0fb3bf6a09f702cdfb97e4d2c564710=qRJVEsHkK6ERRJB2MqZwEwyS1bO5KTTK%7C%7C1454005541%7C%7C1454001941%7C%7C312a2888d1308c733ff2fb5d44178d09; expires=Thu, 28-Jan-2016 18:25:41 GMT; path=/; httponly\";i:2;s:74:\"woocommerce_items_in_cart=0; expires=Tue, 26-Jan-2016 17:25:42 GMT; path=/\";i:3;s:70:\"woocommerce_cart_hash=0; expires=Tue, 26-Jan-2016 17:25:42 GMT; path=/\";i:4;s:76:\"wfvt_1871270157=56a7ba265085e; expires=Tue, 26-Jan-2016 18:55:42 GMT; path=/\";}s:10:\"x-pingback\";s:39:\"http://members.wpacademy.com/xmlrpc.php\";s:13:\"last-modified\";s:29:\"Tue, 26 Jan 2016 16:27:41 GMT\";s:4:\"etag\";s:34:\"\"59484b6c3e4d3752efbd01c5f8170477\"\";s:12:\"x-robots-tag\";s:14:\"noindex,follow\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:4:\"date\";s:29:\"Tue, 26 Jan 2016 18:25:42 GMT\";s:13:\"accept-ranges\";s:5:\"bytes\";s:6:\"server\";s:9:\"LiteSpeed\";s:10:\"connection\";s:5:\"close\";}s:5:\"build\";s:14:\"20151210214805\";}','no'),(1626,'_transient_timeout_feed_mod_a41fbee65e190c85018f9081fcc3dfc4','1453875942','no'),(1627,'_transient_feed_mod_a41fbee65e190c85018f9081fcc3dfc4','1453832742','no'),(1628,'wpclone_directory_scan','a:4:{s:6:\"dbsize\";s:8:\"12.69 MB\";s:4:\"size\";s:8:\"73.89 MB\";s:5:\"files\";i:3299;s:4:\"time\";i:1453832743;}','yes'),(1629,'wpclone_backups','a:1:{i:1453832755;a:4:{s:4:\"name\";s:55:\"wpclone_backup_26th_Jan_2016_06-25PM_Key_4RjxTFzKsC.zip\";s:3:\"log\";s:55:\"wpclone_backup_26th_Jan_2016_06-25PM_Key_4RjxTFzKsC.log\";s:7:\"creator\";s:5:\"admin\";s:4:\"size\";i:53648568;}}','yes'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=46893 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; INSERT INTO `wp_postmeta` VALUES (1,2,'_wp_page_template','default'),(2,4,'_menu_item_type','post_type'),(3,4,'_menu_item_menu_item_parent','0'),(4,4,'_menu_item_object_id','2'),(5,4,'_menu_item_object','page'),(6,4,'_menu_item_target',''),(7,4,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8,4,'_menu_item_xfn',''),(9,4,'_menu_item_url',''),(11,2,'_edit_lock','1453411627:1'),(12,2,'_edit_last','1'),(13,7,'_edit_last','1'),(14,7,'_edit_lock','1453750702:1'),(15,9,'_edit_last','1'),(16,9,'_edit_lock','1453412410:1'),(17,11,'_edit_last','1'),(18,11,'_edit_lock','1453230456:1'),(19,13,'_edit_last','1'),(20,13,'_edit_lock','1453412480:1'),(21,15,'_edit_last','1'),(22,15,'_edit_lock','1453730546:1'),(23,17,'_edit_last','1'),(24,17,'_edit_lock','1453230347:1'),(25,19,'_edit_last','1'),(26,19,'_edit_lock','1453477239:1'),(27,21,'_edit_last','1'),(28,21,'_edit_lock','1453495992:1'),(29,23,'_edit_last','1'),(30,23,'_edit_lock','1453750937:1'),(31,25,'_edit_last','1'),(32,25,'_edit_lock','1453476524:1'),(33,27,'_edit_last','1'),(34,27,'_edit_lock','1453572834:1'),(35,29,'_edit_last','1'),(36,29,'_edit_lock','1453388867:1'),(37,31,'_edit_last','1'),(38,31,'_edit_lock','1453477834:1'),(39,33,'_edit_last','1'),(40,33,'_edit_lock','1453386318:1'),(41,35,'_menu_item_type','post_type'),(42,35,'_menu_item_menu_item_parent','0'),(43,35,'_menu_item_object_id','7'),(44,35,'_menu_item_object','page'),(45,35,'_menu_item_target',''),(46,35,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(47,35,'_menu_item_xfn',''),(48,35,'_menu_item_url',''),(50,36,'_menu_item_type','post_type'),(51,36,'_menu_item_menu_item_parent','0'),(52,36,'_menu_item_object_id','9'),(53,36,'_menu_item_object','page'),(54,36,'_menu_item_target',''),(55,36,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(56,36,'_menu_item_xfn',''),(57,36,'_menu_item_url',''),(59,37,'_menu_item_type','post_type'),(60,37,'_menu_item_menu_item_parent','0'),(61,37,'_menu_item_object_id','11'),(62,37,'_menu_item_object','page'),(63,37,'_menu_item_target',''),(64,37,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(65,37,'_menu_item_xfn',''),(66,37,'_menu_item_url',''),(77,39,'_menu_item_type','post_type'),(78,39,'_menu_item_menu_item_parent','37'),(79,39,'_menu_item_object_id','23'),(80,39,'_menu_item_object','page'),(81,39,'_menu_item_target',''),(82,39,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(83,39,'_menu_item_xfn',''),(84,39,'_menu_item_url',''),(86,40,'_menu_item_type','post_type'),(87,40,'_menu_item_menu_item_parent','37'),(88,40,'_menu_item_object_id','21'),(89,40,'_menu_item_object','page'),(90,40,'_menu_item_target',''),(91,40,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(92,40,'_menu_item_xfn',''),(93,40,'_menu_item_url',''),(95,41,'_menu_item_type','post_type'),(96,41,'_menu_item_menu_item_parent','37'),(97,41,'_menu_item_object_id','19'),(98,41,'_menu_item_object','page'),(99,41,'_menu_item_target',''),(100,41,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(101,41,'_menu_item_xfn',''),(102,41,'_menu_item_url',''),(104,42,'_menu_item_type','post_type'),(105,42,'_menu_item_menu_item_parent','37'),(106,42,'_menu_item_object_id','17'),(107,42,'_menu_item_object','page'),(108,42,'_menu_item_target',''),(109,42,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(110,42,'_menu_item_xfn',''),(111,42,'_menu_item_url',''),(113,43,'_menu_item_type','post_type'),(114,43,'_menu_item_menu_item_parent','37'),(115,43,'_menu_item_object_id','15'),(116,43,'_menu_item_object','page'),(117,43,'_menu_item_target',''),(118,43,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(119,43,'_menu_item_xfn',''),(120,43,'_menu_item_url',''),(122,44,'_menu_item_type','post_type'),(123,44,'_menu_item_menu_item_parent','37'),(124,44,'_menu_item_object_id','13'),(125,44,'_menu_item_object','page'),(126,44,'_menu_item_target',''),(127,44,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(128,44,'_menu_item_xfn',''),(129,44,'_menu_item_url',''),(131,45,'_menu_item_type','post_type'),(132,45,'_menu_item_menu_item_parent','37'),(133,45,'_menu_item_object_id','25'),(134,45,'_menu_item_object','page'),(135,45,'_menu_item_target',''),(136,45,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(137,45,'_menu_item_xfn',''),(138,45,'_menu_item_url',''),(140,46,'_menu_item_type','post_type'),(141,46,'_menu_item_menu_item_parent','37'),(142,46,'_menu_item_object_id','27'),(143,46,'_menu_item_object','page'),(144,46,'_menu_item_target',''),(145,46,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(146,46,'_menu_item_xfn',''),(147,46,'_menu_item_url',''),(149,47,'_menu_item_type','post_type'),(150,47,'_menu_item_menu_item_parent','0'),(151,47,'_menu_item_object_id','29'),(152,47,'_menu_item_object','page'),(153,47,'_menu_item_target',''),(154,47,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(155,47,'_menu_item_xfn',''),(156,47,'_menu_item_url',''),(158,48,'_menu_item_type','post_type'),(159,48,'_menu_item_menu_item_parent','0'),(160,48,'_menu_item_object_id','31'),(161,48,'_menu_item_object','page'),(162,48,'_menu_item_target',''),(163,48,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(164,48,'_menu_item_xfn',''),(165,48,'_menu_item_url',''),(167,49,'_menu_item_type','post_type'),(168,49,'_menu_item_menu_item_parent','0'),(169,49,'_menu_item_object_id','33'),(170,49,'_menu_item_object','page'),(171,49,'_menu_item_target',''),(172,49,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(173,49,'_menu_item_xfn',''),(174,49,'_menu_item_url',''),(178,51,'_edit_last','1'),(180,51,'position','acf_after_title'),(181,51,'layout','no_box'),(182,51,'hide_on_screen',''),(183,51,'_edit_lock','1449698190:1'),(184,51,'field_56685fd6206f0','a:13:{s:3:\"key\";s:19:\"field_56685fd6206f0\";s:5:\"label\";s:5:\"Slide\";s:4:\"name\";s:5:\"slide\";s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:10:\"sub_fields\";a:4:{i:0;a:12:{s:3:\"key\";s:19:\"field_5668606dfa3bb\";s:5:\"label\";s:5:\"Image\";s:4:\"name\";s:5:\"image\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:60:\"Image should be exactly 1450 pixels wide by 407 pixels high.\";s:8:\"required\";s:1:\"0\";s:12:\"column_width\";s:0:\"\";s:11:\"save_format\";s:6:\"object\";s:12:\"preview_size\";s:4:\"full\";s:7:\"library\";s:3:\"all\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:0;}i:1;a:15:{s:3:\"key\";s:19:\"field_56686081fa3bc\";s:5:\"label\";s:7:\"Heading\";s:4:\"name\";s:7:\"heading\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:12:\"column_width\";s:0:\"\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:1;}i:2;a:15:{s:3:\"key\";s:19:\"field_5668608dfa3bd\";s:5:\"label\";s:10:\"Subheading\";s:4:\"name\";s:10:\"subheading\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:12:\"column_width\";s:0:\"\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:2;}i:3;a:15:{s:3:\"key\";s:19:\"field_56686e30ef8b8\";s:5:\"label\";s:4:\"Link\";s:4:\"name\";s:4:\"link\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:12:\"column_width\";s:0:\"\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:3;}}s:7:\"row_min\";s:0:\"\";s:9:\"row_limit\";s:0:\"\";s:6:\"layout\";s:3:\"row\";s:12:\"button_label\";s:7:\"Add Row\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:2:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:0;}'),(190,52,'_wp_attached_file','2015/12/slide_1.jpg'),(191,52,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1450;s:6:\"height\";i:407;s:4:\"file\";s:19:\"2015/12/slide_1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"slide_1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"slide_1-300x84.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:84;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"slide_1-768x216.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"slide_1-1024x287.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:287;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"slide_1-672x372.jpg\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"wordpressstartertheme-full-width\";a:4:{s:4:\"file\";s:20:\"slide_1-1038x407.jpg\";s:5:\"width\";i:1038;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(192,53,'slide_0_image','52'),(193,53,'_slide_0_image','field_5668606dfa3bb'),(194,53,'slide_0_heading','Welcome to Keystone Acquisition Services, Corporation'),(195,53,'_slide_0_heading','field_56686081fa3bc'),(196,53,'slide_0_subheading','A full service acquisition firm you can trust'),(197,53,'_slide_0_subheading','field_5668608dfa3bd'),(198,53,'slide','1'),(199,53,'_slide','field_56685fd6206f0'),(200,2,'slide_0_image','833'),(201,2,'_slide_0_image','field_5668606dfa3bb'),(202,2,'slide_0_heading','Welcome to Keystone Acquisition Services, Corporation'),(203,2,'_slide_0_heading','field_56686081fa3bc'),(204,2,'slide_0_subheading','A full service acquisition firm you can trust'),(205,2,'_slide_0_subheading','field_5668608dfa3bd'),(206,2,'slide','5'),(207,2,'_slide','field_56685fd6206f0'),(208,54,'_wp_attached_file','2015/12/slide_2.jpg'),(209,54,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1450;s:6:\"height\";i:407;s:4:\"file\";s:19:\"2015/12/slide_2.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"slide_2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"slide_2-300x84.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:84;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"slide_2-768x216.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"slide_2-1024x287.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:287;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"slide_2-672x372.jpg\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"wordpressstartertheme-full-width\";a:4:{s:4:\"file\";s:20:\"slide_2-1038x407.jpg\";s:5:\"width\";i:1038;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(210,55,'slide_0_image','52'),(211,55,'_slide_0_image','field_5668606dfa3bb'),(212,55,'slide_0_heading','Welcome to Keystone Acquisition Services, Corporation'),(213,55,'_slide_0_heading','field_56686081fa3bc'),(214,55,'slide_0_subheading','A full service acquisition firm you can trust'),(215,55,'_slide_0_subheading','field_5668608dfa3bd'),(216,55,'slide_1_image','54'),(217,55,'_slide_1_image','field_5668606dfa3bb'),(218,55,'slide_1_heading',''),(219,55,'_slide_1_heading','field_56686081fa3bc'),(220,55,'slide_1_subheading',''),(221,55,'_slide_1_subheading','field_5668608dfa3bd'),(222,55,'slide','2'),(223,55,'_slide','field_56685fd6206f0'),(224,2,'slide_1_image','834'),(225,2,'_slide_1_image','field_5668606dfa3bb'),(226,2,'slide_1_heading','We\'ve acquired thousands of properties'),(227,2,'_slide_1_heading','field_56686081fa3bc'),(228,2,'slide_1_subheading','for public improvement projects'),(229,2,'_slide_1_subheading','field_5668608dfa3bd'),(230,56,'_wp_attached_file','2015/12/slide_3.jpg'),(231,56,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1450;s:6:\"height\";i:407;s:4:\"file\";s:19:\"2015/12/slide_3.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"slide_3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"slide_3-300x84.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:84;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"slide_3-768x216.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"slide_3-1024x287.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:287;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"slide_3-672x372.jpg\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"wordpressstartertheme-full-width\";a:4:{s:4:\"file\";s:20:\"slide_3-1038x407.jpg\";s:5:\"width\";i:1038;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(232,57,'_wp_attached_file','2015/12/slide_4.jpg'),(233,57,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1450;s:6:\"height\";i:407;s:4:\"file\";s:19:\"2015/12/slide_4.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"slide_4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"slide_4-300x84.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:84;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"slide_4-768x216.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"slide_4-1024x287.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:287;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"slide_4-672x372.jpg\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"wordpressstartertheme-full-width\";a:4:{s:4:\"file\";s:20:\"slide_4-1038x407.jpg\";s:5:\"width\";i:1038;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(234,58,'_wp_attached_file','2015/12/slide_5.jpg'),(235,58,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1450;s:6:\"height\";i:407;s:4:\"file\";s:19:\"2015/12/slide_5.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"slide_5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"slide_5-300x84.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:84;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"slide_5-768x216.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"slide_5-1024x287.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:287;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"slide_5-672x372.jpg\";s:5:\"width\";i:672;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"wordpressstartertheme-full-width\";a:4:{s:4:\"file\";s:20:\"slide_5-1038x407.jpg\";s:5:\"width\";i:1038;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(236,59,'slide_0_image','52'),(237,59,'_slide_0_image','field_5668606dfa3bb'),(238,59,'slide_0_heading','Welcome to Keystone Acquisition Services, Corporation'),(239,59,'_slide_0_heading','field_56686081fa3bc'),(240,59,'slide_0_subheading','A full service acquisition firm you can trust'),(241,59,'_slide_0_subheading','field_5668608dfa3bd'),(242,59,'slide_1_image','54'),(243,59,'_slide_1_image','field_5668606dfa3bb'),(244,59,'slide_1_heading',''),(245,59,'_slide_1_heading','field_56686081fa3bc'),(246,59,'slide_1_subheading',''),(247,59,'_slide_1_subheading','field_5668608dfa3bd'),(248,59,'slide_2_image','56'),(249,59,'_slide_2_image','field_5668606dfa3bb'),(250,59,'slide_2_heading',''),(251,59,'_slide_2_heading','field_56686081fa3bc'),(252,59,'slide_2_subheading',''),(253,59,'_slide_2_subheading','field_5668608dfa3bd'),(254,59,'slide_3_image','57'),(255,59,'_slide_3_image','field_5668606dfa3bb'),(256,59,'slide_3_heading',''),(257,59,'_slide_3_heading','field_56686081fa3bc'),(258,59,'slide_3_subheading',''),(259,59,'_slide_3_subheading','field_5668608dfa3bd'),(260,59,'slide_4_image','58'),(261,59,'_slide_4_image','field_5668606dfa3bb'),(262,59,'slide_4_heading',''),(263,59,'_slide_4_heading','field_56686081fa3bc'),(264,59,'slide_4_subheading',''),(265,59,'_slide_4_subheading','field_5668608dfa3bd'),(266,59,'slide','5'),(267,59,'_slide','field_56685fd6206f0'),(268,2,'slide_2_image','835'),(269,2,'_slide_2_image','field_5668606dfa3bb'),(270,2,'slide_2_heading','At Keystone, we emphasize a team approach,'),(271,2,'_slide_2_heading','field_56686081fa3bc'),(272,2,'slide_2_subheading','communication and accuracy'),(273,2,'_slide_2_subheading','field_5668608dfa3bd'),(274,2,'slide_3_image','836'),(275,2,'_slide_3_image','field_5668606dfa3bb'),(276,2,'slide_3_heading','Our focus is to get shovels in the dirt'),(277,2,'_slide_3_heading','field_56686081fa3bc'),(278,2,'slide_3_subheading','on time and within budget'),(279,2,'_slide_3_subheading','field_5668608dfa3bd'),(280,2,'slide_4_image','837'),(281,2,'_slide_4_image','field_5668606dfa3bb'),(282,2,'slide_4_heading','We\'ve relocated over 300 businesses'),(283,2,'_slide_4_heading','field_56686081fa3bc'),(284,2,'slide_4_subheading','and over 1,000 residents'),(285,2,'_slide_4_subheading','field_5668608dfa3bd'),(287,51,'rule','a:5:{s:5:\"param\";s:4:\"page\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"2\";s:8:\"order_no\";i:0;s:8:\"group_no\";i:0;}'),(288,60,'slide_0_image','52'),(289,60,'_slide_0_image','field_5668606dfa3bb'),(290,60,'slide_0_heading','Welcome to Keystone Acquisition Services, Corporation'),(291,60,'_slide_0_heading','field_56686081fa3bc'),(292,60,'slide_0_subheading','A full service acquisition firm you can trust'),(293,60,'_slide_0_subheading','field_5668608dfa3bd'),(294,60,'slide_0_link',''),(295,60,'_slide_0_link','field_56686e30ef8b8'),(296,60,'slide_1_image','54'),(297,60,'_slide_1_image','field_5668606dfa3bb'),(298,60,'slide_1_heading','We\'ve acquired thousands of properties'),(299,60,'_slide_1_heading','field_56686081fa3bc'),(300,60,'slide_1_subheading','for public improvement projects'),(301,60,'_slide_1_subheading','field_5668608dfa3bd'),(302,60,'slide_1_link',''),(303,60,'_slide_1_link','field_56686e30ef8b8'),(304,60,'slide_2_image','56'),(305,60,'_slide_2_image','field_5668606dfa3bb'),(306,60,'slide_2_heading','At Keystone, we emphasize a team approach,'),(307,60,'_slide_2_heading','field_56686081fa3bc'),(308,60,'slide_2_subheading','communication and accuracy'),(309,60,'_slide_2_subheading','field_5668608dfa3bd'),(310,60,'slide_2_link',''),(311,60,'_slide_2_link','field_56686e30ef8b8'),(312,60,'slide_3_image','57'),(313,60,'_slide_3_image','field_5668606dfa3bb'),(314,60,'slide_3_heading','Our focus is to get shovels in the dirt'),(315,60,'_slide_3_heading','field_56686081fa3bc'),(316,60,'slide_3_subheading','on time and within budget'),(317,60,'_slide_3_subheading','field_5668608dfa3bd'),(318,60,'slide_3_link',''),(319,60,'_slide_3_link','field_56686e30ef8b8'),(320,60,'slide_4_image','58'),(321,60,'_slide_4_image','field_5668606dfa3bb'),(322,60,'slide_4_heading','We\'ve relocated over 300 businesses'),(323,60,'_slide_4_heading','field_56686081fa3bc'),(324,60,'slide_4_subheading','and over 1,000 residents'),(325,60,'_slide_4_subheading','field_5668608dfa3bd'),(326,60,'slide_4_link',''),(327,60,'_slide_4_link','field_56686e30ef8b8'),(328,60,'slide','5'),(329,60,'_slide','field_56685fd6206f0'),(330,2,'slide_0_link',''),(331,2,'_slide_0_link','field_56686e30ef8b8'),(332,2,'slide_1_link',''),(333,2,'_slide_1_link','field_56686e30ef8b8'),(334,2,'slide_2_link',''),(335,2,'_slide_2_link','field_56686e30ef8b8'),(336,2,'slide_3_link',''),(337,2,'_slide_3_link','field_56686e30ef8b8'),(338,2,'slide_4_link',''),(339,2,'_slide_4_link','field_56686e30ef8b8'),(340,61,'slide_0_image','52'),(341,61,'_slide_0_image','field_5668606dfa3bb'),(342,61,'slide_0_heading','Welcome to Keystone Acquisition Services, Corporation'),(343,61,'_slide_0_heading','field_56686081fa3bc'),(344,61,'slide_0_subheading','A full service acquisition firm you can trust'),(345,61,'_slide_0_subheading','field_5668608dfa3bd'),(346,61,'slide_0_link',''),(347,61,'_slide_0_link','field_56686e30ef8b8'),(348,61,'slide_1_image','54'),(349,61,'_slide_1_image','field_5668606dfa3bb'),(350,61,'slide_1_heading','We\'ve acquired thousands of properties'),(351,61,'_slide_1_heading','field_56686081fa3bc'),(352,61,'slide_1_subheading','for public improvement projects'),(353,61,'_slide_1_subheading','field_5668608dfa3bd'),(354,61,'slide_1_link',''),(355,61,'_slide_1_link','field_56686e30ef8b8'),(356,61,'slide_2_image','56'),(357,61,'_slide_2_image','field_5668606dfa3bb'),(358,61,'slide_2_heading','At Keystone, we emphasize a team approach,'),(359,61,'_slide_2_heading','field_56686081fa3bc'),(360,61,'slide_2_subheading','communication and accuracy'),(361,61,'_slide_2_subheading','field_5668608dfa3bd'),(362,61,'slide_2_link',''),(363,61,'_slide_2_link','field_56686e30ef8b8'),(364,61,'slide_3_image','57'),(365,61,'_slide_3_image','field_5668606dfa3bb'),(366,61,'slide_3_heading','Our focus is to get shovels in the dirt'),(367,61,'_slide_3_heading','field_56686081fa3bc'),(368,61,'slide_3_subheading','on time and within budget'),(369,61,'_slide_3_subheading','field_5668608dfa3bd'),(370,61,'slide_3_link',''),(371,61,'_slide_3_link','field_56686e30ef8b8'),(372,61,'slide_4_image','58'),(373,61,'_slide_4_image','field_5668606dfa3bb'),(374,61,'slide_4_heading','We\'ve relocated over 300 businesses'),(375,61,'_slide_4_heading','field_56686081fa3bc'),(376,61,'slide_4_subheading','and over 1,000 residents'),(377,61,'_slide_4_subheading','field_5668608dfa3bd'),(378,61,'slide_4_link',''),(379,61,'_slide_4_link','field_56686e30ef8b8'),(380,61,'slide','5'),(381,61,'_slide','field_56685fd6206f0'),(382,62,'slide_0_image','52'),(383,62,'_slide_0_image','field_5668606dfa3bb'),(384,62,'slide_0_heading','Welcome to Keystone Acquisition Services, Corporation'),(385,62,'_slide_0_heading','field_56686081fa3bc'),(386,62,'slide_0_subheading','A full service acquisition firm you can trust'),(387,62,'_slide_0_subheading','field_5668608dfa3bd'),(388,62,'slide_0_link',''),(389,62,'_slide_0_link','field_56686e30ef8b8'),(390,62,'slide_1_image','54'),(391,62,'_slide_1_image','field_5668606dfa3bb'),(392,62,'slide_1_heading','We\'ve acquired thousands of properties'),(393,62,'_slide_1_heading','field_56686081fa3bc'),(394,62,'slide_1_subheading','for public improvement projects'),(395,62,'_slide_1_subheading','field_5668608dfa3bd'),(396,62,'slide_1_link',''),(397,62,'_slide_1_link','field_56686e30ef8b8'),(398,62,'slide_2_image','56'),(399,62,'_slide_2_image','field_5668606dfa3bb'),(400,62,'slide_2_heading','At Keystone, we emphasize a team approach,'),(401,62,'_slide_2_heading','field_56686081fa3bc'),(402,62,'slide_2_subheading','communication and accuracy'),(403,62,'_slide_2_subheading','field_5668608dfa3bd'),(404,62,'slide_2_link',''),(405,62,'_slide_2_link','field_56686e30ef8b8'),(406,62,'slide_3_image','57'),(407,62,'_slide_3_image','field_5668606dfa3bb'),(408,62,'slide_3_heading','Our focus is to get shovels in the dirt'),(409,62,'_slide_3_heading','field_56686081fa3bc'),(410,62,'slide_3_subheading','on time and within budget'),(411,62,'_slide_3_subheading','field_5668608dfa3bd'),(412,62,'slide_3_link',''),(413,62,'_slide_3_link','field_56686e30ef8b8'),(414,62,'slide_4_image','58'),(415,62,'_slide_4_image','field_5668606dfa3bb'),(416,62,'slide_4_heading','We\'ve relocated over 300 businesses'),(417,62,'_slide_4_heading','field_56686081fa3bc'),(418,62,'slide_4_subheading','and over 1,000 residents'),(419,62,'_slide_4_subheading','field_5668608dfa3bd'),(420,62,'slide_4_link',''),(421,62,'_slide_4_link','field_56686e30ef8b8'),(422,62,'slide_5_image',''),(423,62,'_slide_5_image','field_5668606dfa3bb'),(424,62,'slide_5_heading',''),(425,62,'_slide_5_heading','field_56686081fa3bc'),(426,62,'slide_5_subheading',''),(427,62,'_slide_5_subheading','field_5668608dfa3bd'),(428,62,'slide_5_link',''),(429,62,'_slide_5_link','field_56686e30ef8b8'),(430,62,'slide','6'),(431,62,'_slide','field_56685fd6206f0'),(458,66,'slide_0_image','52'),(459,66,'_slide_0_image','field_5668606dfa3bb'),(460,66,'slide_0_heading','Welcome to Keystone Acquisition Services, Corporation'),(461,66,'_slide_0_heading','field_56686081fa3bc'),(462,66,'slide_0_subheading','A full service acquisition firm you can trust'),(463,66,'_slide_0_subheading','field_5668608dfa3bd'),(464,66,'slide_0_link',''),(465,66,'_slide_0_link','field_56686e30ef8b8'),(466,66,'slide_1_image','54'),(467,66,'_slide_1_image','field_5668606dfa3bb'),(468,66,'slide_1_heading','We\'ve acquired thousands of properties'),(469,66,'_slide_1_heading','field_56686081fa3bc'),(470,66,'slide_1_subheading','for public improvement projects'),(471,66,'_slide_1_subheading','field_5668608dfa3bd'),(472,66,'slide_1_link',''),(473,66,'_slide_1_link','field_56686e30ef8b8'),(474,66,'slide_2_image','56'),(475,66,'_slide_2_image','field_5668606dfa3bb'),(476,66,'slide_2_heading','At Keystone, we emphasize a team approach,'),(477,66,'_slide_2_heading','field_56686081fa3bc'),(478,66,'slide_2_subheading','communication and accuracy'),(479,66,'_slide_2_subheading','field_5668608dfa3bd'),(480,66,'slide_2_link',''),(481,66,'_slide_2_link','field_56686e30ef8b8'),(482,66,'slide_3_image','57'),(483,66,'_slide_3_image','field_5668606dfa3bb'),(484,66,'slide_3_heading','Our focus is to get shovels in the dirt'),(485,66,'_slide_3_heading','field_56686081fa3bc'),(486,66,'slide_3_subheading','on time and within budget'),(487,66,'_slide_3_subheading','field_5668608dfa3bd'),(488,66,'slide_3_link',''),(489,66,'_slide_3_link','field_56686e30ef8b8'),(490,66,'slide_4_image','58'),(491,66,'_slide_4_image','field_5668606dfa3bb'),(492,66,'slide_4_heading','We\'ve relocated over 300 businesses'),(493,66,'_slide_4_heading','field_56686081fa3bc'),(494,66,'slide_4_subheading','and over 1,000 residents'),(495,66,'_slide_4_subheading','field_5668608dfa3bd'),(496,66,'slide_4_link','http://www.direct-axis.net'),(497,66,'_slide_4_link','field_56686e30ef8b8'),(498,66,'slide','5'),(499,66,'_slide','field_56685fd6206f0'),(500,67,'slide_0_image','52'),(501,67,'_slide_0_image','field_5668606dfa3bb'),(502,67,'slide_0_heading','Welcome to Keystone Acquisition Services, Corporation'),(503,67,'_slide_0_heading','field_56686081fa3bc'),(504,67,'slide_0_subheading','A full service acquisition firm you can trust'),(505,67,'_slide_0_subheading','field_5668608dfa3bd'),(506,67,'slide_0_link',''),(507,67,'_slide_0_link','field_56686e30ef8b8'),(508,67,'slide_1_image','54'),(509,67,'_slide_1_image','field_5668606dfa3bb'),(510,67,'slide_1_heading','We\'ve acquired thousands of properties'),(511,67,'_slide_1_heading','field_56686081fa3bc'),(512,67,'slide_1_subheading','for public improvement projects'),(513,67,'_slide_1_subheading','field_5668608dfa3bd'),(514,67,'slide_1_link',''),(515,67,'_slide_1_link','field_56686e30ef8b8'),(516,67,'slide_2_image','56'),(517,67,'_slide_2_image','field_5668606dfa3bb'),(518,67,'slide_2_heading','At Keystone, we emphasize a team approach,'),(519,67,'_slide_2_heading','field_56686081fa3bc'),(520,67,'slide_2_subheading','communication and accuracy'),(521,67,'_slide_2_subheading','field_5668608dfa3bd'),(522,67,'slide_2_link',''),(523,67,'_slide_2_link','field_56686e30ef8b8'),(524,67,'slide_3_image','57'),(525,67,'_slide_3_image','field_5668606dfa3bb'),(526,67,'slide_3_heading','Our focus is to get shovels in the dirt'),(527,67,'_slide_3_heading','field_56686081fa3bc'),(528,67,'slide_3_subheading','on time and within budget'),(529,67,'_slide_3_subheading','field_5668608dfa3bd'),(530,67,'slide_3_link',''),(531,67,'_slide_3_link','field_56686e30ef8b8'),(532,67,'slide_4_image','58'),(533,67,'_slide_4_image','field_5668606dfa3bb'),(534,67,'slide_4_heading','We\'ve relocated over 300 businesses'),(535,67,'_slide_4_heading','field_56686081fa3bc'),(536,67,'slide_4_subheading','and over 1,000 residents'),(537,67,'_slide_4_subheading','field_5668608dfa3bd'),(538,67,'slide_4_link',''),(539,67,'_slide_4_link','field_56686e30ef8b8'),(540,67,'slide','5'),(541,67,'_slide','field_56685fd6206f0'),(548,70,'_wp_attached_file','2015/12/project_mgmt_featured_image.jpg'),(549,70,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:374;s:6:\"height\";i:412;s:4:\"file\";s:39:\"2015/12/project_mgmt_featured_image.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"project_mgmt_featured_image-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"project_mgmt_featured_image-272x300.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"project_mgmt_featured_image-374x372.jpg\";s:5:\"width\";i:374;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(551,75,'_edit_last','1'),(552,75,'_edit_lock','1453233529:1'),(553,77,'_menu_item_type','post_type'),(554,77,'_menu_item_menu_item_parent','35'),(555,77,'_menu_item_object_id','75'),(556,77,'_menu_item_object','page'),(557,77,'_menu_item_target',''),(558,77,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(559,77,'_menu_item_xfn',''),(560,77,'_menu_item_url',''),(562,78,'_edit_last','1'),(563,78,'_edit_lock','1453412246:1'),(564,80,'_menu_item_type','post_type'),(565,80,'_menu_item_menu_item_parent','35'),(566,80,'_menu_item_object_id','78'),(567,80,'_menu_item_object','page'),(568,80,'_menu_item_target',''),(569,80,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(570,80,'_menu_item_xfn',''),(571,80,'_menu_item_url',''),(573,92,'_edit_last','1'),(574,92,'_edit_lock','1453750999:1'),(575,94,'_menu_item_type','post_type'),(576,94,'_menu_item_menu_item_parent','37'),(577,94,'_menu_item_object_id','92'),(578,94,'_menu_item_object','page'),(579,94,'_menu_item_target',''),(580,94,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(581,94,'_menu_item_xfn',''),(582,94,'_menu_item_url',''),(584,99,'_edit_last','1'),(585,99,'_edit_lock','1453741037:1'),(586,101,'_edit_last','1'),(587,101,'_edit_lock','1453230570:1'),(588,103,'_edit_last','1'),(589,103,'_edit_lock','1453731884:1'),(590,105,'_menu_item_type','post_type'),(591,105,'_menu_item_menu_item_parent','47'),(592,105,'_menu_item_object_id','103'),(593,105,'_menu_item_object','page'),(594,105,'_menu_item_target',''),(595,105,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(596,105,'_menu_item_xfn',''),(597,105,'_menu_item_url',''),(599,106,'_menu_item_type','post_type'),(600,106,'_menu_item_menu_item_parent','47'),(601,106,'_menu_item_object_id','101'),(602,106,'_menu_item_object','page'),(603,106,'_menu_item_target',''),(604,106,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(605,106,'_menu_item_xfn',''),(606,106,'_menu_item_url',''),(608,107,'_menu_item_type','post_type'),(609,107,'_menu_item_menu_item_parent','47'),(610,107,'_menu_item_object_id','99'),(611,107,'_menu_item_object','page'),(612,107,'_menu_item_target',''),(613,107,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(614,107,'_menu_item_xfn',''),(615,107,'_menu_item_url',''),(617,120,'_edit_last','1'),(618,120,'_edit_lock','1453230514:1'),(619,122,'_menu_item_type','post_type'),(620,122,'_menu_item_menu_item_parent','49'),(621,122,'_menu_item_object_id','120'),(622,122,'_menu_item_object','page'),(623,122,'_menu_item_target',''),(624,122,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(625,122,'_menu_item_xfn',''),(626,122,'_menu_item_url',''),(633,125,'_wp_attached_file','2015/12/Right-of-Way-Man-Book-Cover.jpg'),(634,125,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:374;s:6:\"height\";i:476;s:4:\"file\";s:39:\"2015/12/Right-of-Way-Man-Book-Cover.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Right-of-Way-Man-Book-Cover-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"Right-of-Way-Man-Book-Cover-236x300.jpg\";s:5:\"width\";i:236;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"Right-of-Way-Man-Book-Cover-374x372.jpg\";s:5:\"width\";i:374;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(635,120,'_thumbnail_id','125'),(638,133,'_wp_attached_file','2015/12/Vendors-Fagan-Supply.png'),(639,133,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1245;s:6:\"height\";i:1495;s:4:\"file\";s:32:\"2015/12/Vendors-Fagan-Supply.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Vendors-Fagan-Supply-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Vendors-Fagan-Supply-250x300.png\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Vendors-Fagan-Supply-768x922.png\";s:5:\"width\";i:768;s:6:\"height\";i:922;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Vendors-Fagan-Supply-853x1024.png\";s:5:\"width\";i:853;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"Vendors-Fagan-Supply-374x476.png\";s:5:\"width\";i:374;s:6:\"height\";i:476;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"wordpressstartertheme-full-width\";a:4:{s:4:\"file\";s:32:\"Vendors-Fagan-Supply-374x476.png\";s:5:\"width\";i:374;s:6:\"height\";i:476;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(645,135,'_wp_attached_file','2015/12/28-under-construction.jpg'),(646,135,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:374;s:6:\"height\";i:281;s:4:\"file\";s:33:\"2015/12/28-under-construction.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"28-under-construction-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"28-under-construction-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"28-under-construction-374x281.jpg\";s:5:\"width\";i:374;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"wordpressstartertheme-full-width\";a:4:{s:4:\"file\";s:33:\"28-under-construction-374x281.jpg\";s:5:\"width\";i:374;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(647,9,'_thumbnail_id','135'),(651,137,'_wp_attached_file','2015/12/seneca-ramps-79-320crp.jpg'),(652,137,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:374;s:6:\"height\";i:296;s:4:\"file\";s:34:\"2015/12/seneca-ramps-79-320crp.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"seneca-ramps-79-320crp-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"seneca-ramps-79-320crp-300x237.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:237;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"seneca-ramps-79-320crp-374x296.jpg\";s:5:\"width\";i:374;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"wordpressstartertheme-full-width\";a:4:{s:4:\"file\";s:34:\"seneca-ramps-79-320crp-374x296.jpg\";s:5:\"width\";i:374;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(653,11,'_thumbnail_id','137'),(654,138,'_wp_attached_file','2015/12/State-Route-43-51GJ.jpg'),(655,138,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:374;s:6:\"height\";i:298;s:4:\"file\";s:31:\"2015/12/State-Route-43-51GJ.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"State-Route-43-51GJ-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"State-Route-43-51GJ-300x239.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"State-Route-43-51GJ-374x298.jpg\";s:5:\"width\";i:374;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"wordpressstartertheme-full-width\";a:4:{s:4:\"file\";s:31:\"State-Route-43-51GJ-374x298.jpg\";s:5:\"width\";i:374;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(656,29,'_thumbnail_id','138'),(657,139,'_wp_attached_file','2015/12/turtle-creek-bridge.jpg'),(658,139,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:374;s:6:\"height\";i:239;s:4:\"file\";s:31:\"2015/12/turtle-creek-bridge.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"turtle-creek-bridge-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"turtle-creek-bridge-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"turtle-creek-bridge-374x239.jpg\";s:5:\"width\";i:374;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"wordpressstartertheme-full-width\";a:4:{s:4:\"file\";s:31:\"turtle-creek-bridge-374x239.jpg\";s:5:\"width\";i:374;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(659,31,'_thumbnail_id','139'),(663,141,'_wp_attached_file','2015/12/Jacks-Run-Bridge-no-1-do.jpg'),(664,141,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:374;s:6:\"height\";i:303;s:4:\"file\";s:36:\"2015/12/Jacks-Run-Bridge-no-1-do.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Jacks-Run-Bridge-no-1-do-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Jacks-Run-Bridge-no-1-do-300x243.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"Jacks-Run-Bridge-no-1-do-374x303.jpg\";s:5:\"width\";i:374;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"wordpressstartertheme-full-width\";a:4:{s:4:\"file\";s:36:\"Jacks-Run-Bridge-no-1-do-374x303.jpg\";s:5:\"width\";i:374;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(665,7,'_thumbnail_id','141'),(666,142,'_wp_attached_file','2015/12/4021-B00-do.jpg'),(667,142,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:374;s:6:\"height\";i:363;s:4:\"file\";s:23:\"2015/12/4021-B00-do.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"4021-B00-do-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"4021-B00-do-300x291.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:291;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"4021-B00-do-374x363.jpg\";s:5:\"width\";i:374;s:6:\"height\";i:363;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"wordpressstartertheme-full-width\";a:4:{s:4:\"file\";s:23:\"4021-B00-do-374x363.jpg\";s:5:\"width\";i:374;s:6:\"height\";i:363;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(668,33,'_thumbnail_id','142'),(713,168,'_wp_attached_file','2015/12/susquehanna-valley.jpg'),(714,168,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:30:\"2015/12/susquehanna-valley.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(715,169,'_wp_attached_file','2015/12/woodcock-township.jpg'),(716,169,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:29:\"2015/12/woodcock-township.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(717,170,'_wp_attached_file','2015/12/alcosan.jpg'),(718,170,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:19:\"2015/12/alcosan.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(719,171,'_wp_attached_file','2015/12/allegheny-county.jpg'),(720,171,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:28:\"2015/12/allegheny-county.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(721,172,'_wp_attached_file','2015/12/allegheny-county-airport.jpg'),(722,172,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:36:\"2015/12/allegheny-county-airport.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(723,173,'_wp_attached_file','2015/12/antrim-township.jpg'),(724,173,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:27:\"2015/12/antrim-township.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(725,174,'_wp_attached_file','2015/12/borough-of-landsdale.jpg'),(726,174,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:32:\"2015/12/borough-of-landsdale.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(727,175,'_wp_attached_file','2015/12/california-university.jpg'),(728,175,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:33:\"2015/12/california-university.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(729,176,'_wp_attached_file','2015/12/carbon-county.jpg'),(730,176,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:25:\"2015/12/carbon-county.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(731,177,'_wp_attached_file','2015/12/city-of-new-castle.jpg'),(732,177,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:30:\"2015/12/city-of-new-castle.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(733,178,'_wp_attached_file','2015/12/city-of-pittsburgh.jpg'),(734,178,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:30:\"2015/12/city-of-pittsburgh.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(735,179,'_wp_attached_file','2015/12/findlay-township.jpg'),(736,179,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:28:\"2015/12/findlay-township.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(737,180,'_wp_attached_file','2015/12/green-gas.jpg'),(738,180,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:21:\"2015/12/green-gas.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(739,181,'_wp_attached_file','2015/12/hamilton-township.jpg'),(740,181,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:29:\"2015/12/hamilton-township.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(741,182,'_wp_attached_file','2015/12/harborcreek-township.jpg'),(742,182,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:32:\"2015/12/harborcreek-township.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(743,183,'_wp_attached_file','2015/12/lehigh-county.jpg'),(744,183,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:25:\"2015/12/lehigh-county.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(745,184,'_wp_attached_file','2015/12/new-castle-school-district.jpg'),(746,184,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:38:\"2015/12/new-castle-school-district.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(747,185,'_wp_attached_file','2015/12/pa-turnpike.jpg'),(748,185,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:23:\"2015/12/pa-turnpike.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(749,186,'_wp_attached_file','2015/12/penndot.jpg'),(750,186,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:19:\"2015/12/penndot.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(751,187,'_wp_attached_file','2015/12/port-authority-allegheny-county.jpg'),(752,187,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:43:\"2015/12/port-authority-allegheny-county.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(753,188,'_wp_attached_file','2015/12/richland-township.jpg'),(754,188,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:29:\"2015/12/richland-township.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(755,189,'_wp_attached_file','2015/12/septa.jpg'),(756,189,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:17:\"2015/12/septa.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(769,197,'_edit_last','1'),(771,197,'position','normal'),(772,197,'layout','no_box'),(773,197,'hide_on_screen',''),(774,197,'_edit_lock','1453733603:1'),(786,197,'field_567962c3069c2','a:13:{s:3:\"key\";s:19:\"field_567962c3069c2\";s:5:\"label\";s:7:\"Gallery\";s:4:\"name\";s:7:\"gallery\";s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:10:\"sub_fields\";a:3:{i:0;a:12:{s:3:\"key\";s:19:\"field_567962da92a82\";s:5:\"label\";s:5:\"Image\";s:4:\"name\";s:5:\"image\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:50:\"Image should be 112 pixels wide by 74 pixels high.\";s:8:\"required\";s:1:\"0\";s:12:\"column_width\";s:0:\"\";s:11:\"save_format\";s:6:\"object\";s:12:\"preview_size\";s:9:\"thumbnail\";s:7:\"library\";s:3:\"all\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:0;}i:1;a:15:{s:3:\"key\";s:19:\"field_567964478bfc4\";s:5:\"label\";s:7:\"Caption\";s:4:\"name\";s:7:\"caption\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:37:\"Can not be longer than 35 characters.\";s:8:\"required\";s:1:\"0\";s:12:\"column_width\";s:0:\"\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:2:\"35\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:2:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:1;}i:2;a:15:{s:3:\"key\";s:19:\"field_567964549f5d7\";s:5:\"label\";s:8:\"Link URL\";s:4:\"name\";s:8:\"link_url\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:12:\"column_width\";s:0:\"\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:2;}}s:7:\"row_min\";s:0:\"\";s:9:\"row_limit\";s:0:\"\";s:6:\"layout\";s:3:\"row\";s:12:\"button_label\";s:7:\"Add Row\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:2:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:0;}'),(792,199,'gallery_0_image','186'),(793,199,'_gallery_0_image','field_567962da92a82'),(794,199,'gallery_0_caption','Pennsylvania Dept. Of Transportation'),(795,199,'_gallery_0_caption','field_567964478bfc4'),(796,199,'gallery_0_link_url','http://www.penndot.gov/'),(797,199,'_gallery_0_link_url','field_567964549f5d7'),(798,199,'gallery','1'),(799,199,'_gallery','field_567962c3069c2'),(800,99,'gallery_0_image','186'),(801,99,'_gallery_0_image','field_567962da92a82'),(802,99,'gallery_0_caption','Pennsylvania Dept. Of Transportation'),(803,99,'_gallery_0_caption','field_567964478bfc4'),(804,99,'gallery_0_link_url','http://www.penndot.gov/'),(805,99,'_gallery_0_link_url','field_567964549f5d7'),(806,99,'gallery','22'),(807,99,'_gallery','field_567962c3069c2'),(808,200,'gallery_0_image','186'),(809,200,'_gallery_0_image','field_567962da92a82'),(810,200,'gallery_0_caption','Pennsylvania Dept. Of Transportation'),(811,200,'_gallery_0_caption','field_567964478bfc4'),(812,200,'gallery_0_link_url','http://www.penndot.gov/'),(813,200,'_gallery_0_link_url','field_567964549f5d7'),(814,200,'gallery_1_image','185'),(815,200,'_gallery_1_image','field_567962da92a82'),(816,200,'gallery_1_caption','Pennsylvania Turnpike'),(817,200,'_gallery_1_caption','field_567964478bfc4'),(818,200,'gallery_1_link_url','https://www.paturnpike.com/'),(819,200,'_gallery_1_link_url','field_567964549f5d7'),(820,200,'gallery','2'),(821,200,'_gallery','field_567962c3069c2'),(822,99,'gallery_1_image','185'),(823,99,'_gallery_1_image','field_567962da92a82'),(824,99,'gallery_1_caption','Pennsylvania Turnpike'),(825,99,'_gallery_1_caption','field_567964478bfc4'),(826,99,'gallery_1_link_url','https://www.paturnpike.com/'),(827,99,'_gallery_1_link_url','field_567964549f5d7'),(828,201,'gallery_0_image','186'),(829,201,'_gallery_0_image','field_567962da92a82'),(830,201,'gallery_0_caption','Pennsylvania Dept. Of Transportation'),(831,201,'_gallery_0_caption','field_567964478bfc4'),(832,201,'gallery_0_link_url','http://www.penndot.gov/'),(833,201,'_gallery_0_link_url','field_567964549f5d7'),(834,201,'gallery_1_image','185'),(835,201,'_gallery_1_image','field_567962da92a82'),(836,201,'gallery_1_caption','Pennsylvania Turnpike'),(837,201,'_gallery_1_caption','field_567964478bfc4'),(838,201,'gallery_1_link_url','https://www.paturnpike.com/'),(839,201,'_gallery_1_link_url','field_567964549f5d7'),(840,201,'gallery_2_image','171'),(841,201,'_gallery_2_image','field_567962da92a82'),(842,201,'gallery_2_caption','Allegheny County'),(843,201,'_gallery_2_caption','field_567964478bfc4'),(844,201,'gallery_2_link_url','http://www.alleghenycounty.us/'),(845,201,'_gallery_2_link_url','field_567964549f5d7'),(846,201,'gallery','3'),(847,201,'_gallery','field_567962c3069c2'),(848,99,'gallery_2_image','171'),(849,99,'_gallery_2_image','field_567962da92a82'),(850,99,'gallery_2_caption','Allegheny County'),(851,99,'_gallery_2_caption','field_567964478bfc4'),(852,99,'gallery_2_link_url','http://www.alleghenycounty.us/'),(853,99,'_gallery_2_link_url','field_567964549f5d7'),(854,202,'gallery_0_image','186'),(855,202,'_gallery_0_image','field_567962da92a82'),(856,202,'gallery_0_caption','Pennsylvania Dept. Of Transportation'),(857,202,'_gallery_0_caption','field_567964478bfc4'),(858,202,'gallery_0_link_url','http://www.penndot.gov/'),(859,202,'_gallery_0_link_url','field_567964549f5d7'),(860,202,'gallery_1_image','185'),(861,202,'_gallery_1_image','field_567962da92a82'),(862,202,'gallery_1_caption','Pennsylvania Turnpike'),(863,202,'_gallery_1_caption','field_567964478bfc4'),(864,202,'gallery_1_link_url','https://www.paturnpike.com/'),(865,202,'_gallery_1_link_url','field_567964549f5d7'),(866,202,'gallery_2_image','171'),(867,202,'_gallery_2_image','field_567962da92a82'),(868,202,'gallery_2_caption','Allegheny County'),(869,202,'_gallery_2_caption','field_567964478bfc4'),(870,202,'gallery_2_link_url','http://www.alleghenycounty.us/'),(871,202,'_gallery_2_link_url','field_567964549f5d7'),(872,202,'gallery_3_image','177'),(873,202,'_gallery_3_image','field_567962da92a82'),(874,202,'gallery_3_caption','City of New Castle'),(875,202,'_gallery_3_caption','field_567964478bfc4'),(876,202,'gallery_3_link_url','http://www.newcastlepa.org/'),(877,202,'_gallery_3_link_url','field_567964549f5d7'),(878,202,'gallery','4'),(879,202,'_gallery','field_567962c3069c2'),(880,99,'gallery_3_image','177'),(881,99,'_gallery_3_image','field_567962da92a82'),(882,99,'gallery_3_caption','City of New Castle'),(883,99,'_gallery_3_caption','field_567964478bfc4'),(884,99,'gallery_3_link_url','http://www.newcastlepa.org/'),(885,99,'_gallery_3_link_url','field_567964549f5d7'),(886,203,'gallery_0_image','186'),(887,203,'_gallery_0_image','field_567962da92a82'),(888,203,'gallery_0_caption','Pennsylvania Dept. Of Transportation'),(889,203,'_gallery_0_caption','field_567964478bfc4'),(890,203,'gallery_0_link_url','http://www.penndot.gov/'),(891,203,'_gallery_0_link_url','field_567964549f5d7'),(892,203,'gallery_1_image','185'),(893,203,'_gallery_1_image','field_567962da92a82'),(894,203,'gallery_1_caption','Pennsylvania Turnpike'),(895,203,'_gallery_1_caption','field_567964478bfc4'),(896,203,'gallery_1_link_url','https://www.paturnpike.com/'),(897,203,'_gallery_1_link_url','field_567964549f5d7'),(898,203,'gallery_2_image','171'),(899,203,'_gallery_2_image','field_567962da92a82'),(900,203,'gallery_2_caption','Allegheny County'),(901,203,'_gallery_2_caption','field_567964478bfc4'),(902,203,'gallery_2_link_url','http://www.alleghenycounty.us/'),(903,203,'_gallery_2_link_url','field_567964549f5d7'),(904,203,'gallery_3_image','177'),(905,203,'_gallery_3_image','field_567962da92a82'),(906,203,'gallery_3_caption','City of New Castle'),(907,203,'_gallery_3_caption','field_567964478bfc4'),(908,203,'gallery_3_link_url','http://www.newcastlepa.org/'),(909,203,'_gallery_3_link_url','field_567964549f5d7'),(910,203,'gallery_4_image','170'),(911,203,'_gallery_4_image','field_567962da92a82'),(912,203,'gallery_4_caption','Alcosan'),(913,203,'_gallery_4_caption','field_567964478bfc4'),(914,203,'gallery_4_link_url','http://www.alcosan.org/'),(915,203,'_gallery_4_link_url','field_567964549f5d7'),(916,203,'gallery','5'),(917,203,'_gallery','field_567962c3069c2'),(918,99,'gallery_4_image','170'),(919,99,'_gallery_4_image','field_567962da92a82'),(920,99,'gallery_4_caption','Alcosan'),(921,99,'_gallery_4_caption','field_567964478bfc4'),(922,99,'gallery_4_link_url','http://www.alcosan.org/'),(923,99,'_gallery_4_link_url','field_567964549f5d7'),(924,204,'gallery_0_image','186'),(925,204,'_gallery_0_image','field_567962da92a82'),(926,204,'gallery_0_caption','Pennsylvania Dept. Of Transportation'),(927,204,'_gallery_0_caption','field_567964478bfc4'),(928,204,'gallery_0_link_url','http://www.penndot.gov/'),(929,204,'_gallery_0_link_url','field_567964549f5d7'),(930,204,'gallery_1_image','185'),(931,204,'_gallery_1_image','field_567962da92a82'),(932,204,'gallery_1_caption','Pennsylvania Turnpike'),(933,204,'_gallery_1_caption','field_567964478bfc4'),(934,204,'gallery_1_link_url','https://www.paturnpike.com/'),(935,204,'_gallery_1_link_url','field_567964549f5d7'),(936,204,'gallery_2_image','171'),(937,204,'_gallery_2_image','field_567962da92a82'),(938,204,'gallery_2_caption','Allegheny County'),(939,204,'_gallery_2_caption','field_567964478bfc4'),(940,204,'gallery_2_link_url','http://www.alleghenycounty.us/'),(941,204,'_gallery_2_link_url','field_567964549f5d7'),(942,204,'gallery_3_image','177'),(943,204,'_gallery_3_image','field_567962da92a82'),(944,204,'gallery_3_caption','City of New Castle'),(945,204,'_gallery_3_caption','field_567964478bfc4'),(946,204,'gallery_3_link_url','http://www.newcastlepa.org/'),(947,204,'_gallery_3_link_url','field_567964549f5d7'),(948,204,'gallery_4_image','170'),(949,204,'_gallery_4_image','field_567962da92a82'),(950,204,'gallery_4_caption','Alcosan'),(951,204,'_gallery_4_caption','field_567964478bfc4'),(952,204,'gallery_4_link_url','http://www.alcosan.org/'),(953,204,'_gallery_4_link_url','field_567964549f5d7'),(954,204,'gallery_5_image','183'),(955,204,'_gallery_5_image','field_567962da92a82'),(956,204,'gallery_5_caption','Lehigh County'),(957,204,'_gallery_5_caption','field_567964478bfc4'),(958,204,'gallery_5_link_url','https://www.lehighcounty.org/'),(959,204,'_gallery_5_link_url','field_567964549f5d7'),(960,204,'gallery_6_image','168'),(961,204,'_gallery_6_image','field_567962da92a82'),(962,204,'gallery_6_caption','Susquehanna Valley'),(963,204,'_gallery_6_caption','field_567964478bfc4'),(964,204,'gallery_6_link_url','http://parivertowns.com/'),(965,204,'_gallery_6_link_url','field_567964549f5d7'),(966,204,'gallery_7_image','189'),(967,204,'_gallery_7_image','field_567962da92a82'),(968,204,'gallery_7_caption','SEPTA'),(969,204,'_gallery_7_caption','field_567964478bfc4'),(970,204,'gallery_7_link_url','http://www.twp.antrim.pa.us/'),(971,204,'_gallery_7_link_url','field_567964549f5d7'),(972,204,'gallery','8'),(973,204,'_gallery','field_567962c3069c2'),(974,99,'gallery_5_image','183'),(975,99,'_gallery_5_image','field_567962da92a82'),(976,99,'gallery_5_caption','Lehigh County'),(977,99,'_gallery_5_caption','field_567964478bfc4'),(978,99,'gallery_5_link_url','https://www.lehighcounty.org/'),(979,99,'_gallery_5_link_url','field_567964549f5d7'),(980,99,'gallery_6_image','817'),(981,99,'_gallery_6_image','field_567962da92a82'),(982,99,'gallery_6_caption','Susquehanna Valley'),(983,99,'_gallery_6_caption','field_567964478bfc4'),(984,99,'gallery_6_link_url','http://parivertowns.com/'),(985,99,'_gallery_6_link_url','field_567964549f5d7'),(986,99,'gallery_7_image','189'),(987,99,'_gallery_7_image','field_567962da92a82'),(988,99,'gallery_7_caption','SEPTA'),(989,99,'_gallery_7_caption','field_567964478bfc4'),(990,99,'gallery_7_link_url','http://www.septa.org/'),(991,99,'_gallery_7_link_url','field_567964549f5d7'),(992,205,'gallery_0_image','186'),(993,205,'_gallery_0_image','field_567962da92a82'),(994,205,'gallery_0_caption','Pennsylvania Dept. Of Transportation'),(995,205,'_gallery_0_caption','field_567964478bfc4'),(996,205,'gallery_0_link_url','http://www.penndot.gov/'),(997,205,'_gallery_0_link_url','field_567964549f5d7'),(998,205,'gallery_1_image','185'),(999,205,'_gallery_1_image','field_567962da92a82'),(1000,205,'gallery_1_caption','Pennsylvania Turnpike'),(1001,205,'_gallery_1_caption','field_567964478bfc4'),(1002,205,'gallery_1_link_url','https://www.paturnpike.com/'),(1003,205,'_gallery_1_link_url','field_567964549f5d7'),(1004,205,'gallery_2_image','171'),(1005,205,'_gallery_2_image','field_567962da92a82'),(1006,205,'gallery_2_caption','Allegheny County'),(1007,205,'_gallery_2_caption','field_567964478bfc4'),(1008,205,'gallery_2_link_url','http://www.alleghenycounty.us/'),(1009,205,'_gallery_2_link_url','field_567964549f5d7'),(1010,205,'gallery_3_image','177'),(1011,205,'_gallery_3_image','field_567962da92a82'),(1012,205,'gallery_3_caption','City of New Castle'),(1013,205,'_gallery_3_caption','field_567964478bfc4'),(1014,205,'gallery_3_link_url','http://www.newcastlepa.org/'),(1015,205,'_gallery_3_link_url','field_567964549f5d7'),(1016,205,'gallery_4_image','170'),(1017,205,'_gallery_4_image','field_567962da92a82'),(1018,205,'gallery_4_caption','Alcosan'),(1019,205,'_gallery_4_caption','field_567964478bfc4'),(1020,205,'gallery_4_link_url','http://www.alcosan.org/'),(1021,205,'_gallery_4_link_url','field_567964549f5d7'),(1022,205,'gallery_5_image','183'),(1023,205,'_gallery_5_image','field_567962da92a82'),(1024,205,'gallery_5_caption','Lehigh County'),(1025,205,'_gallery_5_caption','field_567964478bfc4'),(1026,205,'gallery_5_link_url','https://www.lehighcounty.org/'),(1027,205,'_gallery_5_link_url','field_567964549f5d7'),(1028,205,'gallery_6_image','168'),(1029,205,'_gallery_6_image','field_567962da92a82'),(1030,205,'gallery_6_caption','Susquehanna Valley'),(1031,205,'_gallery_6_caption','field_567964478bfc4'),(1032,205,'gallery_6_link_url','http://parivertowns.com/'),(1033,205,'_gallery_6_link_url','field_567964549f5d7'),(1034,205,'gallery_7_image','189'),(1035,205,'_gallery_7_image','field_567962da92a82'),(1036,205,'gallery_7_caption','SEPTA'),(1037,205,'_gallery_7_caption','field_567964478bfc4'),(1038,205,'gallery_7_link_url','http://www.septa.org/'),(1039,205,'_gallery_7_link_url','field_567964549f5d7'),(1040,205,'gallery_8_image','173'),(1041,205,'_gallery_8_image','field_567962da92a82'),(1042,205,'gallery_8_caption','Antrim Township'),(1043,205,'_gallery_8_caption','field_567964478bfc4'),(1044,205,'gallery_8_link_url','http://www.twp.antrim.pa.us/'),(1045,205,'_gallery_8_link_url','field_567964549f5d7'),(1046,205,'gallery','9'),(1047,205,'_gallery','field_567962c3069c2'),(1048,99,'gallery_8_image','173'),(1049,99,'_gallery_8_image','field_567962da92a82'),(1050,99,'gallery_8_caption','Antrim Township'),(1051,99,'_gallery_8_caption','field_567964478bfc4'),(1052,99,'gallery_8_link_url','http://www.twp.antrim.pa.us/'),(1053,99,'_gallery_8_link_url','field_567964549f5d7'),(1054,206,'gallery_0_image','186'),(1055,206,'_gallery_0_image','field_567962da92a82'),(1056,206,'gallery_0_caption','Pennsylvania Dept. Of Transportation'),(1057,206,'_gallery_0_caption','field_567964478bfc4'),(1058,206,'gallery_0_link_url','http://www.penndot.gov/'),(1059,206,'_gallery_0_link_url','field_567964549f5d7'),(1060,206,'gallery_1_image','185'),(1061,206,'_gallery_1_image','field_567962da92a82'),(1062,206,'gallery_1_caption','Pennsylvania Turnpike'),(1063,206,'_gallery_1_caption','field_567964478bfc4'),(1064,206,'gallery_1_link_url','https://www.paturnpike.com/'),(1065,206,'_gallery_1_link_url','field_567964549f5d7'),(1066,206,'gallery_2_image','171'),(1067,206,'_gallery_2_image','field_567962da92a82'),(1068,206,'gallery_2_caption','Allegheny County'),(1069,206,'_gallery_2_caption','field_567964478bfc4'),(1070,206,'gallery_2_link_url','http://www.alleghenycounty.us/'),(1071,206,'_gallery_2_link_url','field_567964549f5d7'),(1072,206,'gallery_3_image','177'),(1073,206,'_gallery_3_image','field_567962da92a82'),(1074,206,'gallery_3_caption','City of New Castle'),(1075,206,'_gallery_3_caption','field_567964478bfc4'),(1076,206,'gallery_3_link_url','http://www.newcastlepa.org/'),(1077,206,'_gallery_3_link_url','field_567964549f5d7'),(1078,206,'gallery_4_image','170'),(1079,206,'_gallery_4_image','field_567962da92a82'),(1080,206,'gallery_4_caption','Alcosan'),(1081,206,'_gallery_4_caption','field_567964478bfc4'),(1082,206,'gallery_4_link_url','http://www.alcosan.org/'),(1083,206,'_gallery_4_link_url','field_567964549f5d7'),(1084,206,'gallery_5_image','183'),(1085,206,'_gallery_5_image','field_567962da92a82'),(1086,206,'gallery_5_caption','Lehigh County'),(1087,206,'_gallery_5_caption','field_567964478bfc4'),(1088,206,'gallery_5_link_url','https://www.lehighcounty.org/'),(1089,206,'_gallery_5_link_url','field_567964549f5d7'),(1090,206,'gallery_6_image','168'),(1091,206,'_gallery_6_image','field_567962da92a82'),(1092,206,'gallery_6_caption','Susquehanna Valley'),(1093,206,'_gallery_6_caption','field_567964478bfc4'),(1094,206,'gallery_6_link_url','http://parivertowns.com/'),(1095,206,'_gallery_6_link_url','field_567964549f5d7'),(1096,206,'gallery_7_image','189'),(1097,206,'_gallery_7_image','field_567962da92a82'),(1098,206,'gallery_7_caption','SEPTA'),(1099,206,'_gallery_7_caption','field_567964478bfc4'),(1100,206,'gallery_7_link_url','http://www.septa.org/'),(1101,206,'_gallery_7_link_url','field_567964549f5d7'),(1102,206,'gallery_8_image','173'),(1103,206,'_gallery_8_image','field_567962da92a82'),(1104,206,'gallery_8_caption','Antrim Township'),(1105,206,'_gallery_8_caption','field_567964478bfc4'),(1106,206,'gallery_8_link_url','http://www.twp.antrim.pa.us/'),(1107,206,'_gallery_8_link_url','field_567964549f5d7'),(1108,206,'gallery_9_image','184'),(1109,206,'_gallery_9_image','field_567962da92a82'),(1110,206,'gallery_9_caption','New Castle School District'),(1111,206,'_gallery_9_caption','field_567964478bfc4'),(1112,206,'gallery_9_link_url','http://www.ncasd.com/'),(1113,206,'_gallery_9_link_url','field_567964549f5d7'),(1114,206,'gallery_10_image','187'),(1115,206,'_gallery_10_image','field_567962da92a82'),(1116,206,'gallery_10_caption','Port Authority of Allegheny County'),(1117,206,'_gallery_10_caption','field_567964478bfc4'),(1118,206,'gallery_10_link_url','http://www.portauthority.org/'),(1119,206,'_gallery_10_link_url','field_567964549f5d7'),(1120,206,'gallery_11_image','179'),(1121,206,'_gallery_11_image','field_567962da92a82'),(1122,206,'gallery_11_caption','Findlay Township Municipal Authority'),(1123,206,'_gallery_11_caption','field_567964478bfc4'),(1124,206,'gallery_11_link_url','http://www.findlaytwp.org/'),(1125,206,'_gallery_11_link_url','field_567964549f5d7'),(1126,206,'gallery_12_image','178'),(1127,206,'_gallery_12_image','field_567962da92a82'),(1128,206,'gallery_12_caption','City of Pittsburgh'),(1129,206,'_gallery_12_caption','field_567964478bfc4'),(1130,206,'gallery_12_link_url','http://pittsburghpa.gov/'),(1131,206,'_gallery_12_link_url','field_567964549f5d7'),(1132,206,'gallery','13'),(1133,206,'_gallery','field_567962c3069c2'),(1134,99,'gallery_9_image','184'),(1135,99,'_gallery_9_image','field_567962da92a82'),(1136,99,'gallery_9_caption','New Castle School District'),(1137,99,'_gallery_9_caption','field_567964478bfc4'),(1138,99,'gallery_9_link_url','http://www.ncasd.com/'),(1139,99,'_gallery_9_link_url','field_567964549f5d7'),(1140,99,'gallery_10_image','187'),(1141,99,'_gallery_10_image','field_567962da92a82'),(1142,99,'gallery_10_caption','Port Authority of Allegheny County'),(1143,99,'_gallery_10_caption','field_567964478bfc4'),(1144,99,'gallery_10_link_url','http://www.portauthority.org/'),(1145,99,'_gallery_10_link_url','field_567964549f5d7'),(1146,99,'gallery_11_image','179'),(1147,99,'_gallery_11_image','field_567962da92a82'),(1148,99,'gallery_11_caption','Findlay Township Municipal Authority'),(1149,99,'_gallery_11_caption','field_567964478bfc4'),(1150,99,'gallery_11_link_url','http://www.findlaytwp.org/'),(1151,99,'_gallery_11_link_url','field_567964549f5d7'),(1152,99,'gallery_12_image','178'),(1153,99,'_gallery_12_image','field_567962da92a82'),(1154,99,'gallery_12_caption','City of Pittsburgh'),(1155,99,'_gallery_12_caption','field_567964478bfc4'),(1156,99,'gallery_12_link_url','http://pittsburghpa.gov/'),(1157,99,'_gallery_12_link_url','field_567964549f5d7'),(1158,207,'gallery_0_image','186'),(1159,207,'_gallery_0_image','field_567962da92a82'),(1160,207,'gallery_0_caption','Pennsylvania Dept. Of Transportation'),(1161,207,'_gallery_0_caption','field_567964478bfc4'),(1162,207,'gallery_0_link_url','http://www.penndot.gov/'),(1163,207,'_gallery_0_link_url','field_567964549f5d7'),(1164,207,'gallery_1_image','185'),(1165,207,'_gallery_1_image','field_567962da92a82'),(1166,207,'gallery_1_caption','Pennsylvania Turnpike'),(1167,207,'_gallery_1_caption','field_567964478bfc4'),(1168,207,'gallery_1_link_url','https://www.paturnpike.com/'),(1169,207,'_gallery_1_link_url','field_567964549f5d7'),(1170,207,'gallery_2_image','171'),(1171,207,'_gallery_2_image','field_567962da92a82'),(1172,207,'gallery_2_caption','Allegheny County'),(1173,207,'_gallery_2_caption','field_567964478bfc4'),(1174,207,'gallery_2_link_url','http://www.alleghenycounty.us/'),(1175,207,'_gallery_2_link_url','field_567964549f5d7'),(1176,207,'gallery_3_image','177'),(1177,207,'_gallery_3_image','field_567962da92a82'),(1178,207,'gallery_3_caption','City of New Castle'),(1179,207,'_gallery_3_caption','field_567964478bfc4'),(1180,207,'gallery_3_link_url','http://www.newcastlepa.org/'),(1181,207,'_gallery_3_link_url','field_567964549f5d7'),(1182,207,'gallery_4_image','170'),(1183,207,'_gallery_4_image','field_567962da92a82'),(1184,207,'gallery_4_caption','Alcosan'),(1185,207,'_gallery_4_caption','field_567964478bfc4'),(1186,207,'gallery_4_link_url','http://www.alcosan.org/'),(1187,207,'_gallery_4_link_url','field_567964549f5d7'),(1188,207,'gallery_5_image','183'),(1189,207,'_gallery_5_image','field_567962da92a82'),(1190,207,'gallery_5_caption','Lehigh County'),(1191,207,'_gallery_5_caption','field_567964478bfc4'),(1192,207,'gallery_5_link_url','https://www.lehighcounty.org/'),(1193,207,'_gallery_5_link_url','field_567964549f5d7'),(1194,207,'gallery_6_image','168'),(1195,207,'_gallery_6_image','field_567962da92a82'),(1196,207,'gallery_6_caption','Susquehanna Valley'),(1197,207,'_gallery_6_caption','field_567964478bfc4'),(1198,207,'gallery_6_link_url','http://parivertowns.com/'),(1199,207,'_gallery_6_link_url','field_567964549f5d7'),(1200,207,'gallery_7_image','189'),(1201,207,'_gallery_7_image','field_567962da92a82'),(1202,207,'gallery_7_caption','SEPTA'),(1203,207,'_gallery_7_caption','field_567964478bfc4'),(1204,207,'gallery_7_link_url','http://www.septa.org/'),(1205,207,'_gallery_7_link_url','field_567964549f5d7'),(1206,207,'gallery_8_image','173'),(1207,207,'_gallery_8_image','field_567962da92a82'),(1208,207,'gallery_8_caption','Antrim Township'),(1209,207,'_gallery_8_caption','field_567964478bfc4'),(1210,207,'gallery_8_link_url','http://www.twp.antrim.pa.us/'),(1211,207,'_gallery_8_link_url','field_567964549f5d7'),(1212,207,'gallery_9_image','184'),(1213,207,'_gallery_9_image','field_567962da92a82'),(1214,207,'gallery_9_caption','New Castle School District'),(1215,207,'_gallery_9_caption','field_567964478bfc4'),(1216,207,'gallery_9_link_url','http://www.ncasd.com/'),(1217,207,'_gallery_9_link_url','field_567964549f5d7'),(1218,207,'gallery_10_image','187'),(1219,207,'_gallery_10_image','field_567962da92a82'),(1220,207,'gallery_10_caption','Port Authority of Allegheny County'),(1221,207,'_gallery_10_caption','field_567964478bfc4'),(1222,207,'gallery_10_link_url','http://www.portauthority.org/'),(1223,207,'_gallery_10_link_url','field_567964549f5d7'),(1224,207,'gallery_11_image','179'),(1225,207,'_gallery_11_image','field_567962da92a82'),(1226,207,'gallery_11_caption','Findlay Township Municipal Authority'),(1227,207,'_gallery_11_caption','field_567964478bfc4'),(1228,207,'gallery_11_link_url','http://www.findlaytwp.org/'),(1229,207,'_gallery_11_link_url','field_567964549f5d7'),(1230,207,'gallery_12_image','178'),(1231,207,'_gallery_12_image','field_567962da92a82'),(1232,207,'gallery_12_caption','City of Pittsburgh'),(1233,207,'_gallery_12_caption','field_567964478bfc4'),(1234,207,'gallery_12_link_url','http://pittsburghpa.gov/'),(1235,207,'_gallery_12_link_url','field_567964549f5d7'),(1236,207,'gallery_13_image','175'),(1237,207,'_gallery_13_image','field_567962da92a82'),(1238,207,'gallery_13_caption','California University of PA'),(1239,207,'_gallery_13_caption','field_567964478bfc4'),(1240,207,'gallery_13_link_url','http://www.calu.edu/'),(1241,207,'_gallery_13_link_url','field_567964549f5d7'),(1242,207,'gallery','14'),(1243,207,'_gallery','field_567962c3069c2'),(1244,99,'gallery_13_image','175'),(1245,99,'_gallery_13_image','field_567962da92a82'),(1246,99,'gallery_13_caption','California University of PA'),(1247,99,'_gallery_13_caption','field_567964478bfc4'),(1248,99,'gallery_13_link_url','http://www.calu.edu/'),(1249,99,'_gallery_13_link_url','field_567964549f5d7'),(1250,208,'gallery_0_image','186'),(1251,208,'_gallery_0_image','field_567962da92a82'),(1252,208,'gallery_0_caption','Pennsylvania Dept. Of Transportation'),(1253,208,'_gallery_0_caption','field_567964478bfc4'),(1254,208,'gallery_0_link_url','http://www.penndot.gov/'),(1255,208,'_gallery_0_link_url','field_567964549f5d7'),(1256,208,'gallery_1_image','185'),(1257,208,'_gallery_1_image','field_567962da92a82'),(1258,208,'gallery_1_caption','Pennsylvania Turnpike'),(1259,208,'_gallery_1_caption','field_567964478bfc4'),(1260,208,'gallery_1_link_url','https://www.paturnpike.com/'),(1261,208,'_gallery_1_link_url','field_567964549f5d7'),(1262,208,'gallery_2_image','171'),(1263,208,'_gallery_2_image','field_567962da92a82'),(1264,208,'gallery_2_caption','Allegheny County'),(1265,208,'_gallery_2_caption','field_567964478bfc4'),(1266,208,'gallery_2_link_url','http://www.alleghenycounty.us/'),(1267,208,'_gallery_2_link_url','field_567964549f5d7'),(1268,208,'gallery_3_image','177'),(1269,208,'_gallery_3_image','field_567962da92a82'),(1270,208,'gallery_3_caption','City of New Castle'),(1271,208,'_gallery_3_caption','field_567964478bfc4'),(1272,208,'gallery_3_link_url','http://www.newcastlepa.org/'),(1273,208,'_gallery_3_link_url','field_567964549f5d7'),(1274,208,'gallery_4_image','170'),(1275,208,'_gallery_4_image','field_567962da92a82'),(1276,208,'gallery_4_caption','Alcosan'),(1277,208,'_gallery_4_caption','field_567964478bfc4'),(1278,208,'gallery_4_link_url','http://www.alcosan.org/'),(1279,208,'_gallery_4_link_url','field_567964549f5d7'),(1280,208,'gallery_5_image','183'),(1281,208,'_gallery_5_image','field_567962da92a82'),(1282,208,'gallery_5_caption','Lehigh County'),(1283,208,'_gallery_5_caption','field_567964478bfc4'),(1284,208,'gallery_5_link_url','https://www.lehighcounty.org/'),(1285,208,'_gallery_5_link_url','field_567964549f5d7'),(1286,208,'gallery_6_image','168'),(1287,208,'_gallery_6_image','field_567962da92a82'),(1288,208,'gallery_6_caption','Susquehanna Valley'),(1289,208,'_gallery_6_caption','field_567964478bfc4'),(1290,208,'gallery_6_link_url','http://parivertowns.com/'),(1291,208,'_gallery_6_link_url','field_567964549f5d7'),(1292,208,'gallery_7_image','189'),(1293,208,'_gallery_7_image','field_567962da92a82'),(1294,208,'gallery_7_caption','SEPTA'),(1295,208,'_gallery_7_caption','field_567964478bfc4'),(1296,208,'gallery_7_link_url','http://www.septa.org/'),(1297,208,'_gallery_7_link_url','field_567964549f5d7'),(1298,208,'gallery_8_image','173'),(1299,208,'_gallery_8_image','field_567962da92a82'),(1300,208,'gallery_8_caption','Antrim Township'),(1301,208,'_gallery_8_caption','field_567964478bfc4'),(1302,208,'gallery_8_link_url','http://www.twp.antrim.pa.us/'),(1303,208,'_gallery_8_link_url','field_567964549f5d7'),(1304,208,'gallery_9_image','184'),(1305,208,'_gallery_9_image','field_567962da92a82'),(1306,208,'gallery_9_caption','New Castle School District'),(1307,208,'_gallery_9_caption','field_567964478bfc4'),(1308,208,'gallery_9_link_url','http://www.ncasd.com/'),(1309,208,'_gallery_9_link_url','field_567964549f5d7'),(1310,208,'gallery_10_image','187'),(1311,208,'_gallery_10_image','field_567962da92a82'),(1312,208,'gallery_10_caption','Port Authority of Allegheny County'),(1313,208,'_gallery_10_caption','field_567964478bfc4'),(1314,208,'gallery_10_link_url','http://www.portauthority.org/'),(1315,208,'_gallery_10_link_url','field_567964549f5d7'),(1316,208,'gallery_11_image','179'),(1317,208,'_gallery_11_image','field_567962da92a82'),(1318,208,'gallery_11_caption','Findlay Township Municipal Authority'),(1319,208,'_gallery_11_caption','field_567964478bfc4'),(1320,208,'gallery_11_link_url','http://www.findlaytwp.org/'),(1321,208,'_gallery_11_link_url','field_567964549f5d7'),(1322,208,'gallery_12_image','178'),(1323,208,'_gallery_12_image','field_567962da92a82'),(1324,208,'gallery_12_caption','City of Pittsburgh'),(1325,208,'_gallery_12_caption','field_567964478bfc4'),(1326,208,'gallery_12_link_url','http://pittsburghpa.gov/'),(1327,208,'_gallery_12_link_url','field_567964549f5d7'),(1328,208,'gallery_13_image','175'),(1329,208,'_gallery_13_image','field_567962da92a82'),(1330,208,'gallery_13_caption','California University of PA'),(1331,208,'_gallery_13_caption','field_567964478bfc4'),(1332,208,'gallery_13_link_url','http://www.calu.edu/'),(1333,208,'_gallery_13_link_url','field_567964549f5d7'),(1334,208,'gallery_14_image','181'),(1335,208,'_gallery_14_image','field_567962da92a82'),(1336,208,'gallery_14_caption','Hamilton Township'),(1337,208,'_gallery_14_caption','field_567964478bfc4'),(1338,208,'gallery_14_link_url','http://hamiltontwp.org/'),(1339,208,'_gallery_14_link_url','field_567964549f5d7'),(1340,208,'gallery_15_image','180'),(1341,208,'_gallery_15_image','field_567962da92a82'),(1342,208,'gallery_15_caption','Green Gas International'),(1343,208,'_gallery_15_caption','field_567964478bfc4'),(1344,208,'gallery_15_link_url','http://www.greengas.net/'),(1345,208,'_gallery_15_link_url','field_567964549f5d7'),(1346,208,'gallery_16_image','172'),(1347,208,'_gallery_16_image','field_567962da92a82'),(1348,208,'gallery_16_caption','Allegheny County Airport Authority'),(1349,208,'_gallery_16_caption','field_567964478bfc4'),(1350,208,'gallery_16_link_url','http://www.flypittsburgh.com/'),(1351,208,'_gallery_16_link_url','field_567964549f5d7'),(1352,208,'gallery_17_image','169'),(1353,208,'_gallery_17_image','field_567962da92a82'),(1354,208,'gallery_17_caption','Woodcock Township'),(1355,208,'_gallery_17_caption','field_567964478bfc4'),(1356,208,'gallery_17_link_url','http://www.crawfordcountypa.net/portal/page?_pageid=393,1598889&_dad=portal&_schema=PORTAL'),(1357,208,'_gallery_17_link_url','field_567964549f5d7'),(1358,208,'gallery_18_image','188'),(1359,208,'_gallery_18_image','field_567962da92a82'),(1360,208,'gallery_18_caption','Richland Township'),(1361,208,'_gallery_18_caption','field_567964478bfc4'),(1362,208,'gallery_18_link_url','http://www.richland.pa.us/'),(1363,208,'_gallery_18_link_url','field_567964549f5d7'),(1364,208,'gallery_19_image','176'),(1365,208,'_gallery_19_image','field_567962da92a82'),(1366,208,'gallery_19_caption','Carbon County'),(1367,208,'_gallery_19_caption','field_567964478bfc4'),(1368,208,'gallery_19_link_url','http://www.carboncounty.com/'),(1369,208,'_gallery_19_link_url','field_567964549f5d7'),(1370,208,'gallery_20_image','174'),(1371,208,'_gallery_20_image','field_567962da92a82'),(1372,208,'gallery_20_caption','Borough of Lansdale'),(1373,208,'_gallery_20_caption','field_567964478bfc4'),(1374,208,'gallery_20_link_url','http://www.lansdale.org/'),(1375,208,'_gallery_20_link_url','field_567964549f5d7'),(1376,208,'gallery','21'),(1377,208,'_gallery','field_567962c3069c2'),(1378,99,'gallery_14_image','181'),(1379,99,'_gallery_14_image','field_567962da92a82'),(1380,99,'gallery_14_caption','Hamilton Township'),(1381,99,'_gallery_14_caption','field_567964478bfc4'),(1382,99,'gallery_14_link_url','http://hamiltontwp.org/'),(1383,99,'_gallery_14_link_url','field_567964549f5d7'),(1384,99,'gallery_15_image','180'),(1385,99,'_gallery_15_image','field_567962da92a82'),(1386,99,'gallery_15_caption','Green Gas International'),(1387,99,'_gallery_15_caption','field_567964478bfc4'),(1388,99,'gallery_15_link_url','http://www.greengas.net/'),(1389,99,'_gallery_15_link_url','field_567964549f5d7'),(1390,99,'gallery_16_image','172'),(1391,99,'_gallery_16_image','field_567962da92a82'),(1392,99,'gallery_16_caption','Allegheny County Airport Authority'),(1393,99,'_gallery_16_caption','field_567964478bfc4'),(1394,99,'gallery_16_link_url','http://www.flypittsburgh.com/'),(1395,99,'_gallery_16_link_url','field_567964549f5d7'),(1396,99,'gallery_17_image','169'),(1397,99,'_gallery_17_image','field_567962da92a82'),(1398,99,'gallery_17_caption','Woodcock Township'),(1399,99,'_gallery_17_caption','field_567964478bfc4'),(1400,99,'gallery_17_link_url','http://www.crawfordcountypa.net/portal/page?_pageid=393,1598889&_dad=portal&_schema=PORTAL'),(1401,99,'_gallery_17_link_url','field_567964549f5d7'),(1402,99,'gallery_18_image','188'),(1403,99,'_gallery_18_image','field_567962da92a82'),(1404,99,'gallery_18_caption','Richland Township'),(1405,99,'_gallery_18_caption','field_567964478bfc4'),(1406,99,'gallery_18_link_url','http://www.richland.pa.us/'),(1407,99,'_gallery_18_link_url','field_567964549f5d7'),(1408,99,'gallery_19_image','176'),(1409,99,'_gallery_19_image','field_567962da92a82'),(1410,99,'gallery_19_caption','Carbon County'),(1411,99,'_gallery_19_caption','field_567964478bfc4'),(1412,99,'gallery_19_link_url','http://www.carboncounty.com/'),(1413,99,'_gallery_19_link_url','field_567964549f5d7'),(1414,99,'gallery_20_image','174'),(1415,99,'_gallery_20_image','field_567962da92a82'),(1416,99,'gallery_20_caption','Borough of Lansdale'),(1417,99,'_gallery_20_caption','field_567964478bfc4'),(1418,99,'gallery_20_link_url','http://www.lansdale.org/'),(1419,99,'_gallery_20_link_url','field_567964549f5d7'),(1420,209,'_edit_last','1'),(1422,209,'position','normal'),(1423,209,'layout','no_box'),(1424,209,'hide_on_screen',''),(1425,209,'_edit_lock','1453733602:1'),(1427,210,'_edit_last','1'),(1429,210,'position','normal'),(1430,210,'layout','no_box'),(1431,210,'hide_on_screen',''),(1432,210,'_edit_lock','1453733601:1'),(1433,209,'field_567972d94743e','a:13:{s:3:\"key\";s:19:\"field_567972d94743e\";s:5:\"label\";s:7:\"Gallery\";s:4:\"name\";s:7:\"gallery\";s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:10:\"sub_fields\";a:3:{i:0;a:12:{s:3:\"key\";s:19:\"field_5679730182bc6\";s:5:\"label\";s:5:\"Image\";s:4:\"name\";s:5:\"image\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:50:\"Image should be 112 pixels wide by 74 pixels high.\";s:8:\"required\";s:1:\"0\";s:12:\"column_width\";s:0:\"\";s:11:\"save_format\";s:6:\"object\";s:12:\"preview_size\";s:17:\"business-partners\";s:7:\"library\";s:3:\"all\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:0;}i:1;a:15:{s:3:\"key\";s:19:\"field_5679731882bc7\";s:5:\"label\";s:7:\"Caption\";s:4:\"name\";s:7:\"caption\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:37:\"Can not be longer than 35 characters.\";s:8:\"required\";s:1:\"0\";s:12:\"column_width\";s:0:\"\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:2:\"35\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:2:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:1;}i:2;a:15:{s:3:\"key\";s:19:\"field_5679732582bc8\";s:5:\"label\";s:8:\"Link URL\";s:4:\"name\";s:8:\"link_url\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:12:\"column_width\";s:0:\"\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:2;}}s:7:\"row_min\";s:0:\"\";s:9:\"row_limit\";s:0:\"\";s:6:\"layout\";s:3:\"row\";s:12:\"button_label\";s:7:\"Add Row\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:2:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:0;}'),(1435,210,'field_567972e3b961b','a:13:{s:3:\"key\";s:19:\"field_567972e3b961b\";s:5:\"label\";s:7:\"Gallery\";s:4:\"name\";s:7:\"gallery\";s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:10:\"sub_fields\";a:3:{i:0;a:12:{s:3:\"key\";s:19:\"field_5679734b250ca\";s:5:\"label\";s:5:\"Image\";s:4:\"name\";s:5:\"image\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:50:\"Image should be 112 pixels wide by 74 pixels high.\";s:8:\"required\";s:1:\"0\";s:12:\"column_width\";s:0:\"\";s:11:\"save_format\";s:6:\"object\";s:12:\"preview_size\";s:17:\"business-partners\";s:7:\"library\";s:3:\"all\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:0;}i:1;a:15:{s:3:\"key\";s:19:\"field_56797357250cb\";s:5:\"label\";s:7:\"Caption\";s:4:\"name\";s:7:\"caption\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:37:\"Can not be longer than 35 characters.\";s:8:\"required\";s:1:\"0\";s:12:\"column_width\";s:0:\"\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:2:\"54\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:2:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:1;}i:2;a:15:{s:3:\"key\";s:19:\"field_5679735d250cc\";s:5:\"label\";s:8:\"Link URL\";s:4:\"name\";s:8:\"link_url\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:12:\"column_width\";s:0:\"\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:2;}}s:7:\"row_min\";s:0:\"\";s:9:\"row_limit\";s:0:\"\";s:6:\"layout\";s:3:\"row\";s:12:\"button_label\";s:7:\"Add Row\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:2:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:0;}'),(1442,211,'gallery_0_image','189'),(1443,211,'_gallery_0_image','field_5679734b250ca'),(1444,211,'gallery_0_caption',''),(1445,211,'_gallery_0_caption','field_56797357250cb'),(1446,211,'gallery_0_link_url',''),(1447,211,'_gallery_0_link_url','field_5679735d250cc'),(1448,211,'gallery','1'),(1449,211,'_gallery','field_567972e3b961b'),(1456,103,'gallery','27'),(1457,103,'_gallery','field_567972e3b961b'),(1458,212,'_wp_attached_file','2015/12/kuharchik.jpg'),(1459,212,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:21:\"2015/12/kuharchik.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1460,213,'_wp_attached_file','2015/12/lobar.jpg'),(1461,213,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:17:\"2015/12/lobar.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1462,214,'_wp_attached_file','2015/12/marino.jpg'),(1463,214,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:18:\"2015/12/marino.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1464,215,'_wp_attached_file','2015/12/minichi.jpg'),(1465,215,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:19:\"2015/12/minichi.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1466,216,'_wp_attached_file','2015/12/pioneer.jpg'),(1467,216,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:19:\"2015/12/pioneer.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1468,217,'_wp_attached_file','2015/12/plum.jpg'),(1469,217,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:16:\"2015/12/plum.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1470,218,'_wp_attached_file','2015/12/quality-engineering-solutions.jpg'),(1471,218,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:41:\"2015/12/quality-engineering-solutions.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1472,219,'_wp_attached_file','2015/12/russel-standard.jpg'),(1473,219,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:27:\"2015/12/russel-standard.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1474,220,'_wp_attached_file','2015/12/s-e-t.jpg'),(1475,220,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:17:\"2015/12/s-e-t.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1476,221,'_wp_attached_file','2015/12/shingledeckers.jpg'),(1477,221,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:26:\"2015/12/shingledeckers.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1478,222,'_wp_attached_file','2015/12/susquehanna-valley-1.jpg'),(1479,222,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:32:\"2015/12/susquehanna-valley-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1480,223,'_wp_attached_file','2015/12/aameyers.jpg'),(1481,223,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:20:\"2015/12/aameyers.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1482,224,'_wp_attached_file','2015/12/a-folino.jpg'),(1483,224,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:20:\"2015/12/a-folino.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1484,225,'_wp_attached_file','2015/12/clearwater.jpg'),(1485,225,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:22:\"2015/12/clearwater.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1486,226,'_wp_attached_file','2015/12/fabcor.jpg'),(1487,226,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:18:\"2015/12/fabcor.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1488,227,'_wp_attached_file','2015/12/grace-industries.jpg'),(1489,227,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:28:\"2015/12/grace-industries.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1490,228,'_wp_attached_file','2015/12/james-d-morrisey.jpg'),(1491,228,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:28:\"2015/12/james-d-morrisey.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1492,229,'_wp_attached_file','2015/12/jay-fulkroad.jpg'),(1493,229,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:24:\"2015/12/jay-fulkroad.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1494,230,'_wp_attached_file','2015/12/jdeckman.jpg'),(1495,230,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:20:\"2015/12/jdeckman.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1496,231,'_wp_attached_file','2015/12/joeseph-b-fay.jpg'),(1497,231,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:25:\"2015/12/joeseph-b-fay.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1498,232,'_wp_attached_file','2015/12/kci-technologies.jpg'),(1499,232,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:28:\"2015/12/kci-technologies.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1500,233,'_wp_attached_file','2015/12/kinsley.jpg'),(1501,233,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:19:\"2015/12/kinsley.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1502,234,'gallery','0'),(1503,234,'_gallery','field_567972e3b961b'),(1504,235,'gallery_0_image','226'),(1505,235,'_gallery_0_image','field_5679734b250ca'),(1506,235,'gallery_0_caption','FABCOR Incorporated'),(1507,235,'_gallery_0_caption','field_56797357250cb'),(1508,235,'gallery_0_link_url','http://www.fabcorinc.com/'),(1509,235,'_gallery_0_link_url','field_5679735d250cc'),(1510,235,'gallery_1_image','233'),(1511,235,'_gallery_1_image','field_5679734b250ca'),(1512,235,'gallery_1_caption','Kinsley Construction Co.'),(1513,235,'_gallery_1_caption','field_56797357250cb'),(1514,235,'gallery_1_link_url','http://www.rkinsley.com/'),(1515,235,'_gallery_1_link_url','field_5679735d250cc'),(1516,235,'gallery_2_image','213'),(1517,235,'_gallery_2_image','field_5679734b250ca'),(1518,235,'gallery_2_caption','Lobar Site Development'),(1519,235,'_gallery_2_caption','field_56797357250cb'),(1520,235,'gallery_2_link_url','http://lobarassoc.com/'),(1521,235,'_gallery_2_link_url','field_5679735d250cc'),(1522,235,'gallery','3'),(1523,235,'_gallery','field_567972e3b961b'),(1524,103,'gallery_0_image','226'),(1525,103,'_gallery_0_image','field_5679734b250ca'),(1526,103,'gallery_0_caption','FABCOR Incorporated'),(1527,103,'_gallery_0_caption','field_56797357250cb'),(1528,103,'gallery_0_link_url','http://www.fabcorinc.com/'),(1529,103,'_gallery_0_link_url','field_5679735d250cc'),(1530,103,'gallery_1_image','233'),(1531,103,'_gallery_1_image','field_5679734b250ca'),(1532,103,'gallery_1_caption','Kinsley Construction Co.'),(1533,103,'_gallery_1_caption','field_56797357250cb'),(1534,103,'gallery_1_link_url','http://www.rkinsley.com/'),(1535,103,'_gallery_1_link_url','field_5679735d250cc'),(1536,103,'gallery_2_image','213'),(1537,103,'_gallery_2_image','field_5679734b250ca'),(1538,103,'gallery_2_caption','Lobar Site Development'),(1539,103,'_gallery_2_caption','field_56797357250cb'),(1540,103,'gallery_2_link_url','http://lobarassoc.com/'),(1541,103,'_gallery_2_link_url','field_5679735d250cc'),(1542,236,'gallery_0_image','226'),(1543,236,'_gallery_0_image','field_5679734b250ca'),(1544,236,'gallery_0_caption','FABCOR Incorporated'),(1545,236,'_gallery_0_caption','field_56797357250cb'),(1546,236,'gallery_0_link_url','http://www.fabcorinc.com/'),(1547,236,'_gallery_0_link_url','field_5679735d250cc'),(1548,236,'gallery_1_image','233'),(1549,236,'_gallery_1_image','field_5679734b250ca'),(1550,236,'gallery_1_caption','Kinsley Construction Co.'),(1551,236,'_gallery_1_caption','field_56797357250cb'),(1552,236,'gallery_1_link_url','http://www.rkinsley.com/'),(1553,236,'_gallery_1_link_url','field_5679735d250cc'),(1554,236,'gallery_2_image','213'),(1555,236,'_gallery_2_image','field_5679734b250ca'),(1556,236,'gallery_2_caption','Lobar Site Development'),(1557,236,'_gallery_2_caption','field_56797357250cb'),(1558,236,'gallery_2_link_url','http://lobarassoc.com/'),(1559,236,'_gallery_2_link_url','field_5679735d250cc'),(1560,236,'gallery_3_image','225'),(1561,236,'_gallery_3_image','field_5679734b250ca'),(1562,236,'gallery_3_caption','Clearwater Construction Co.'),(1563,236,'_gallery_3_caption','field_56797357250cb'),(1564,236,'gallery_3_link_url','http://www.clearwaterconstruction.com/'),(1565,236,'_gallery_3_link_url','field_5679735d250cc'),(1566,236,'gallery_4_image','230'),(1567,236,'_gallery_4_image','field_5679734b250ca'),(1568,236,'gallery_4_caption','J.D. Eckman, Inc.'),(1569,236,'_gallery_4_caption','field_56797357250cb'),(1570,236,'gallery_4_link_url','https://legacy.jdeckman.com'),(1571,236,'_gallery_4_link_url','field_5679735d250cc'),(1572,236,'gallery_5_image','216'),(1573,236,'_gallery_5_image','field_5679734b250ca'),(1574,236,'gallery_5_caption','Pioneer Construction'),(1575,236,'_gallery_5_caption','field_56797357250cb'),(1576,236,'gallery_5_link_url','http://www.pioneerinc.com/'),(1577,236,'_gallery_5_link_url','field_5679735d250cc'),(1578,236,'gallery_6_image','232'),(1579,236,'_gallery_6_image','field_5679734b250ca'),(1580,236,'gallery_6_caption','KCI Technologies'),(1581,236,'_gallery_6_caption','field_56797357250cb'),(1582,236,'gallery_6_link_url','http://www.kci.com/'),(1583,236,'_gallery_6_link_url','field_5679735d250cc'),(1584,236,'gallery_7_image','215'),(1585,236,'_gallery_7_image','field_5679734b250ca'),(1586,236,'gallery_7_caption','Minichi Contracting Group'),(1587,236,'_gallery_7_caption','field_56797357250cb'),(1588,236,'gallery_7_link_url','http://www.minichigroup.com/'),(1589,236,'_gallery_7_link_url','field_5679735d250cc'),(1590,236,'gallery','8'),(1591,236,'_gallery','field_567972e3b961b'),(1592,103,'gallery_3_image','225'),(1593,103,'_gallery_3_image','field_5679734b250ca'),(1594,103,'gallery_3_caption','Clearwater Construction Co.'),(1595,103,'_gallery_3_caption','field_56797357250cb'),(1596,103,'gallery_3_link_url','http://www.clearwaterconstruction.com/'),(1597,103,'_gallery_3_link_url','field_5679735d250cc'),(1598,103,'gallery_4_image','230'),(1599,103,'_gallery_4_image','field_5679734b250ca'),(1600,103,'gallery_4_caption','J.D. Eckman, Inc.'),(1601,103,'_gallery_4_caption','field_56797357250cb'),(1602,103,'gallery_4_link_url','https://legacy.jdeckman.com'),(1603,103,'_gallery_4_link_url','field_5679735d250cc'),(1604,103,'gallery_5_image','216'),(1605,103,'_gallery_5_image','field_5679734b250ca'),(1606,103,'gallery_5_caption','Pioneer Construction'),(1607,103,'_gallery_5_caption','field_56797357250cb'),(1608,103,'gallery_5_link_url','http://www.pioneerinc.com/'),(1609,103,'_gallery_5_link_url','field_5679735d250cc'),(1610,103,'gallery_6_image','232'),(1611,103,'_gallery_6_image','field_5679734b250ca'),(1612,103,'gallery_6_caption','KCI Technologies'),(1613,103,'_gallery_6_caption','field_56797357250cb'),(1614,103,'gallery_6_link_url','http://www.kci.com/'),(1615,103,'_gallery_6_link_url','field_5679735d250cc'),(1616,103,'gallery_7_image','215'),(1617,103,'_gallery_7_image','field_5679734b250ca'),(1618,103,'gallery_7_caption','Minichi Contracting Group'),(1619,103,'_gallery_7_caption','field_56797357250cb'),(1620,103,'gallery_7_link_url','http://www.minichigroup.com/'),(1621,103,'_gallery_7_link_url','field_5679735d250cc'),(1622,237,'gallery_0_image','226'),(1623,237,'_gallery_0_image','field_5679734b250ca'),(1624,237,'gallery_0_caption','FABCOR Incorporated'),(1625,237,'_gallery_0_caption','field_56797357250cb'),(1626,237,'gallery_0_link_url','http://www.fabcorinc.com/'),(1627,237,'_gallery_0_link_url','field_5679735d250cc'),(1628,237,'gallery_1_image','233'),(1629,237,'_gallery_1_image','field_5679734b250ca'),(1630,237,'gallery_1_caption','Kinsley Construction Co.'),(1631,237,'_gallery_1_caption','field_56797357250cb'),(1632,237,'gallery_1_link_url','http://www.rkinsley.com/'),(1633,237,'_gallery_1_link_url','field_5679735d250cc'),(1634,237,'gallery_2_image','213'),(1635,237,'_gallery_2_image','field_5679734b250ca'),(1636,237,'gallery_2_caption','Lobar Site Development'),(1637,237,'_gallery_2_caption','field_56797357250cb'),(1638,237,'gallery_2_link_url','http://lobarassoc.com/'),(1639,237,'_gallery_2_link_url','field_5679735d250cc'),(1640,237,'gallery_3_image','225'),(1641,237,'_gallery_3_image','field_5679734b250ca'),(1642,237,'gallery_3_caption','Clearwater Construction Co.'),(1643,237,'_gallery_3_caption','field_56797357250cb'),(1644,237,'gallery_3_link_url','http://www.clearwaterconstruction.com/'),(1645,237,'_gallery_3_link_url','field_5679735d250cc'),(1646,237,'gallery_4_image','230'),(1647,237,'_gallery_4_image','field_5679734b250ca'),(1648,237,'gallery_4_caption','J.D. Eckman, Inc.'),(1649,237,'_gallery_4_caption','field_56797357250cb'),(1650,237,'gallery_4_link_url','https://legacy.jdeckman.com'),(1651,237,'_gallery_4_link_url','field_5679735d250cc'),(1652,237,'gallery_5_image','216'),(1653,237,'_gallery_5_image','field_5679734b250ca'),(1654,237,'gallery_5_caption','Pioneer Construction'),(1655,237,'_gallery_5_caption','field_56797357250cb'),(1656,237,'gallery_5_link_url','http://www.pioneerinc.com/'),(1657,237,'_gallery_5_link_url','field_5679735d250cc'),(1658,237,'gallery_6_image','232'),(1659,237,'_gallery_6_image','field_5679734b250ca'),(1660,237,'gallery_6_caption','KCI Technologies'),(1661,237,'_gallery_6_caption','field_56797357250cb'),(1662,237,'gallery_6_link_url','http://www.kci.com/'),(1663,237,'_gallery_6_link_url','field_5679735d250cc'),(1664,237,'gallery_7_image','215'),(1665,237,'_gallery_7_image','field_5679734b250ca'),(1666,237,'gallery_7_caption','Minichi Contracting Group'),(1667,237,'_gallery_7_caption','field_56797357250cb'),(1668,237,'gallery_7_link_url','http://www.minichigroup.com/'),(1669,237,'_gallery_7_link_url','field_5679735d250cc'),(1670,237,'gallery_8_image','217'),(1671,237,'_gallery_8_image','field_5679734b250ca'),(1672,237,'gallery_8_caption','Plum Contracting, Inc.'),(1673,237,'_gallery_8_caption','field_56797357250cb'),(1674,237,'gallery_8_link_url','http://www.plumcontractinginc.com/'),(1675,237,'_gallery_8_link_url','field_5679735d250cc'),(1676,237,'gallery_9_image',''),(1677,237,'_gallery_9_image','field_5679734b250ca'),(1678,237,'gallery_9_caption',''),(1679,237,'_gallery_9_caption','field_56797357250cb'),(1680,237,'gallery_9_link_url',''),(1681,237,'_gallery_9_link_url','field_5679735d250cc'),(1682,237,'gallery','10'),(1683,237,'_gallery','field_567972e3b961b'),(1684,103,'gallery_8_image','217'),(1685,103,'_gallery_8_image','field_5679734b250ca'),(1686,103,'gallery_8_caption','Plum Contracting, Inc.'),(1687,103,'_gallery_8_caption','field_56797357250cb'),(1688,103,'gallery_8_link_url','http://www.plumcontractinginc.com/'),(1689,103,'_gallery_8_link_url','field_5679735d250cc'),(1690,103,'gallery_9_image','219'),(1691,103,'_gallery_9_image','field_5679734b250ca'),(1692,103,'gallery_9_caption','Russell Standard Corporation'),(1693,103,'_gallery_9_caption','field_56797357250cb'),(1694,103,'gallery_9_link_url','http://www.russellstandard.com/'),(1695,103,'_gallery_9_link_url','field_5679735d250cc'),(1696,238,'gallery_0_image','226'),(1697,238,'_gallery_0_image','field_5679734b250ca'),(1698,238,'gallery_0_caption','FABCOR Incorporated'),(1699,238,'_gallery_0_caption','field_56797357250cb'),(1700,238,'gallery_0_link_url','http://www.fabcorinc.com/'),(1701,238,'_gallery_0_link_url','field_5679735d250cc'),(1702,238,'gallery_1_image','233'),(1703,238,'_gallery_1_image','field_5679734b250ca'),(1704,238,'gallery_1_caption','Kinsley Construction Co.'),(1705,238,'_gallery_1_caption','field_56797357250cb'),(1706,238,'gallery_1_link_url','http://www.rkinsley.com/'),(1707,238,'_gallery_1_link_url','field_5679735d250cc'),(1708,238,'gallery_2_image','213'),(1709,238,'_gallery_2_image','field_5679734b250ca'),(1710,238,'gallery_2_caption','Lobar Site Development'),(1711,238,'_gallery_2_caption','field_56797357250cb'),(1712,238,'gallery_2_link_url','http://lobarassoc.com/'),(1713,238,'_gallery_2_link_url','field_5679735d250cc'),(1714,238,'gallery_3_image','225'),(1715,238,'_gallery_3_image','field_5679734b250ca'),(1716,238,'gallery_3_caption','Clearwater Construction Co.'),(1717,238,'_gallery_3_caption','field_56797357250cb'),(1718,238,'gallery_3_link_url','http://www.clearwaterconstruction.com/'),(1719,238,'_gallery_3_link_url','field_5679735d250cc'),(1720,238,'gallery_4_image','230'),(1721,238,'_gallery_4_image','field_5679734b250ca'),(1722,238,'gallery_4_caption','J.D. Eckman, Inc.'),(1723,238,'_gallery_4_caption','field_56797357250cb'),(1724,238,'gallery_4_link_url','https://legacy.jdeckman.com'),(1725,238,'_gallery_4_link_url','field_5679735d250cc'),(1726,238,'gallery_5_image','216'),(1727,238,'_gallery_5_image','field_5679734b250ca'),(1728,238,'gallery_5_caption','Pioneer Construction'),(1729,238,'_gallery_5_caption','field_56797357250cb'),(1730,238,'gallery_5_link_url','http://www.pioneerinc.com/'),(1731,238,'_gallery_5_link_url','field_5679735d250cc'),(1732,238,'gallery_6_image','232'),(1733,238,'_gallery_6_image','field_5679734b250ca'),(1734,238,'gallery_6_caption','KCI Technologies'),(1735,238,'_gallery_6_caption','field_56797357250cb'),(1736,238,'gallery_6_link_url','http://www.kci.com/'),(1737,238,'_gallery_6_link_url','field_5679735d250cc'),(1738,238,'gallery_7_image','215'),(1739,238,'_gallery_7_image','field_5679734b250ca'),(1740,238,'gallery_7_caption','Minichi Contracting Group'),(1741,238,'_gallery_7_caption','field_56797357250cb'),(1742,238,'gallery_7_link_url','http://www.minichigroup.com/'),(1743,238,'_gallery_7_link_url','field_5679735d250cc'),(1744,238,'gallery_8_image','217'),(1745,238,'_gallery_8_image','field_5679734b250ca'),(1746,238,'gallery_8_caption','Plum Contracting, Inc.'),(1747,238,'_gallery_8_caption','field_56797357250cb'),(1748,238,'gallery_8_link_url','http://www.plumcontractinginc.com/'),(1749,238,'_gallery_8_link_url','field_5679735d250cc'),(1750,238,'gallery_9_image','219'),(1751,238,'_gallery_9_image','field_5679734b250ca'),(1752,238,'gallery_9_caption','Russell Standard Corporation'),(1753,238,'_gallery_9_caption','field_56797357250cb'),(1754,238,'gallery_9_link_url','http://www.russellstandard.com/'),(1755,238,'_gallery_9_link_url','field_5679735d250cc'),(1756,238,'gallery_10_image','223'),(1757,238,'_gallery_10_image','field_5679734b250ca'),(1758,238,'gallery_10_caption','A.A. Meyers Construction'),(1759,238,'_gallery_10_caption','field_56797357250cb'),(1760,238,'gallery_10_link_url','http://www.allanmyers.com/'),(1761,238,'_gallery_10_link_url','field_5679735d250cc'),(1762,238,'gallery_11_image','221'),(1763,238,'_gallery_11_image','field_5679734b250ca'),(1764,238,'gallery_11_caption','Shingledecker’s Welding, Inc.'),(1765,238,'_gallery_11_caption','field_56797357250cb'),(1766,238,'gallery_11_link_url',''),(1767,238,'_gallery_11_link_url','field_5679735d250cc'),(1768,238,'gallery_12_image','222'),(1769,238,'_gallery_12_image','field_5679734b250ca'),(1770,238,'gallery_12_caption','Susquehanna Valley Construction Corp.'),(1771,238,'_gallery_12_caption','field_56797357250cb'),(1772,238,'gallery_12_link_url','http://svccnet.com/'),(1773,238,'_gallery_12_link_url','field_5679735d250cc'),(1774,238,'gallery_13_image','214'),(1775,238,'_gallery_13_image','field_5679734b250ca'),(1776,238,'gallery_13_caption','Marino Construction, Inc.'),(1777,238,'_gallery_13_caption','field_56797357250cb'),(1778,238,'gallery_13_link_url',''),(1779,238,'_gallery_13_link_url','field_5679735d250cc'),(1780,238,'gallery_14_image','231'),(1781,238,'_gallery_14_image','field_5679734b250ca'),(1782,238,'gallery_14_caption','Joseph B. Fay Company'),(1783,238,'_gallery_14_caption','field_56797357250cb'),(1784,238,'gallery_14_link_url','http://www.iiconusa.com/our-family-of-companies/fay/'),(1785,238,'_gallery_14_link_url','field_5679735d250cc'),(1786,238,'gallery_15_image','229'),(1787,238,'_gallery_15_image','field_5679734b250ca'),(1788,238,'gallery_15_caption','Jay Fulkroad & Sons, Inc.'),(1789,238,'_gallery_15_caption','field_56797357250cb'),(1790,238,'gallery_15_link_url','http://www.jayfulkroad.com/'),(1791,238,'_gallery_15_link_url','field_5679735d250cc'),(1792,238,'gallery_16_image','218'),(1793,238,'_gallery_16_image','field_5679734b250ca'),(1794,238,'gallery_16_caption','Quality Engineering Solutions'),(1795,238,'_gallery_16_caption','field_56797357250cb'),(1796,238,'gallery_16_link_url','http://www.qespavements.com/'),(1797,238,'_gallery_16_link_url','field_5679735d250cc'),(1798,238,'gallery_17_image','212'),(1799,238,'_gallery_17_image','field_5679734b250ca'),(1800,238,'gallery_17_caption','Kuharchik Construction, Inc.'),(1801,238,'_gallery_17_caption','field_56797357250cb'),(1802,238,'gallery_17_link_url','http://www.kuharchik.com/'),(1803,238,'_gallery_17_link_url','field_5679735d250cc'),(1804,238,'gallery_18_image','228'),(1805,238,'_gallery_18_image','field_5679734b250ca'),(1806,238,'gallery_18_caption','James D. Morrissey, Inc.'),(1807,238,'_gallery_18_caption','field_56797357250cb'),(1808,238,'gallery_18_link_url','http://jdm-inc.com/'),(1809,238,'_gallery_18_link_url','field_5679735d250cc'),(1810,238,'gallery_19_image','220'),(1811,238,'_gallery_19_image','field_5679734b250ca'),(1812,238,'gallery_19_caption','S.E.T., Inc.'),(1813,238,'_gallery_19_caption','field_56797357250cb'),(1814,238,'gallery_19_link_url','http://setinc.biz/'),(1815,238,'_gallery_19_link_url','field_5679735d250cc'),(1816,238,'gallery_20_image','227'),(1817,238,'_gallery_20_image','field_5679734b250ca'),(1818,238,'gallery_20_caption','Grace Industries, Inc.'),(1819,238,'_gallery_20_caption','field_56797357250cb'),(1820,238,'gallery_20_link_url','http://www.graceindustries.com/'),(1821,238,'_gallery_20_link_url','field_5679735d250cc'),(1822,238,'gallery_21_image','224'),(1823,238,'_gallery_21_image','field_5679734b250ca'),(1824,238,'gallery_21_caption','A. Folino Construction, Inc.'),(1825,238,'_gallery_21_caption','field_56797357250cb'),(1826,238,'gallery_21_link_url','http://www.folinoconstruction.com/'),(1827,238,'_gallery_21_link_url','field_5679735d250cc'),(1828,238,'gallery','22'),(1829,238,'_gallery','field_567972e3b961b'),(1830,103,'gallery_10_image','223'),(1831,103,'_gallery_10_image','field_5679734b250ca'),(1832,103,'gallery_10_caption','A.A. Meyers Construction'),(1833,103,'_gallery_10_caption','field_56797357250cb'),(1834,103,'gallery_10_link_url','http://www.allanmyers.com/'),(1835,103,'_gallery_10_link_url','field_5679735d250cc'),(1836,103,'gallery_11_image','221'),(1837,103,'_gallery_11_image','field_5679734b250ca'),(1838,103,'gallery_11_caption','Shingledecker’s Welding, Inc.'),(1839,103,'_gallery_11_caption','field_56797357250cb'),(1840,103,'gallery_11_link_url',''),(1841,103,'_gallery_11_link_url','field_5679735d250cc'),(1842,103,'gallery_12_image','222'),(1843,103,'_gallery_12_image','field_5679734b250ca'),(1844,103,'gallery_12_caption','Susquehanna Valley Construction Corp.'),(1845,103,'_gallery_12_caption','field_56797357250cb'),(1846,103,'gallery_12_link_url','http://svccnet.com/'),(1847,103,'_gallery_12_link_url','field_5679735d250cc'),(1848,103,'gallery_13_image','214'),(1849,103,'_gallery_13_image','field_5679734b250ca'),(1850,103,'gallery_13_caption','Marino Construction, Inc.'),(1851,103,'_gallery_13_caption','field_56797357250cb'),(1852,103,'gallery_13_link_url',''),(1853,103,'_gallery_13_link_url','field_5679735d250cc'),(1854,103,'gallery_14_image','231'),(1855,103,'_gallery_14_image','field_5679734b250ca'),(1856,103,'gallery_14_caption','Joseph B. Fay Company'),(1857,103,'_gallery_14_caption','field_56797357250cb'),(1858,103,'gallery_14_link_url','http://www.iiconusa.com/our-family-of-companies/fay/'),(1859,103,'_gallery_14_link_url','field_5679735d250cc'),(1860,103,'gallery_15_image','229'),(1861,103,'_gallery_15_image','field_5679734b250ca'),(1862,103,'gallery_15_caption','Jay Fulkroad & Sons, Inc.'),(1863,103,'_gallery_15_caption','field_56797357250cb'),(1864,103,'gallery_15_link_url','http://www.jayfulkroad.com/'),(1865,103,'_gallery_15_link_url','field_5679735d250cc'),(1866,103,'gallery_16_image','218'),(1867,103,'_gallery_16_image','field_5679734b250ca'),(1868,103,'gallery_16_caption','Quality Engineering Solutions'),(1869,103,'_gallery_16_caption','field_56797357250cb'),(1870,103,'gallery_16_link_url','http://www.qespavements.com/'),(1871,103,'_gallery_16_link_url','field_5679735d250cc'),(1872,103,'gallery_17_image','212'),(1873,103,'_gallery_17_image','field_5679734b250ca'),(1874,103,'gallery_17_caption','Kuharchik Construction, Inc.'),(1875,103,'_gallery_17_caption','field_56797357250cb'),(1876,103,'gallery_17_link_url','http://www.kuharchik.com/'),(1877,103,'_gallery_17_link_url','field_5679735d250cc'),(1878,103,'gallery_18_image','228'),(1879,103,'_gallery_18_image','field_5679734b250ca'),(1880,103,'gallery_18_caption','James D. Morrissey, Inc.'),(1881,103,'_gallery_18_caption','field_56797357250cb'),(1882,103,'gallery_18_link_url','http://jdm-inc.com/'),(1883,103,'_gallery_18_link_url','field_5679735d250cc'),(1884,103,'gallery_19_image','220'),(1885,103,'_gallery_19_image','field_5679734b250ca'),(1886,103,'gallery_19_caption','S.E.T., Inc.'),(1887,103,'_gallery_19_caption','field_56797357250cb'),(1888,103,'gallery_19_link_url','http://setinc.biz/'),(1889,103,'_gallery_19_link_url','field_5679735d250cc'),(1890,103,'gallery_20_image','227'),(1891,103,'_gallery_20_image','field_5679734b250ca'),(1892,103,'gallery_20_caption','Grace Industries, Inc.'),(1893,103,'_gallery_20_caption','field_56797357250cb'),(1894,103,'gallery_20_link_url','http://www.graceindustries.com/'),(1895,103,'_gallery_20_link_url','field_5679735d250cc'),(1896,103,'gallery_21_image','224'),(1897,103,'_gallery_21_image','field_5679734b250ca'),(1898,103,'gallery_21_caption','A. Folino Construction, Inc.'),(1899,103,'_gallery_21_caption','field_56797357250cb'),(1900,103,'gallery_21_link_url','http://www.folinoconstruction.com/'),(1901,103,'_gallery_21_link_url','field_5679735d250cc'),(1905,239,'gallery','0'),(1906,239,'_gallery','field_567972d94743e'),(1907,101,'gallery','47'),(1908,101,'_gallery','field_567972d94743e'),(1909,240,'_wp_attached_file','2015/12/cherry-weber.jpg'),(1910,240,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:24:\"2015/12/cherry-weber.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1911,241,'_wp_attached_file','2015/12/cs-davidson.jpg'),(1912,241,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:23:\"2015/12/cs-davidson.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1913,242,'_wp_attached_file','2015/12/czop-specter.jpg'),(1914,242,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:24:\"2015/12/czop-specter.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1915,243,'_wp_attached_file','2015/12/dewberry.jpg'),(1916,243,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:20:\"2015/12/dewberry.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1917,244,'_wp_attached_file','2015/12/gai-consultants.jpg'),(1918,244,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:27:\"2015/12/gai-consultants.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1919,245,'_wp_attached_file','2015/12/gannet-flemming.jpg'),(1920,245,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:27:\"2015/12/gannet-flemming.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1921,246,'_wp_attached_file','2015/12/gibson-thomas.jpg'),(1922,246,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:25:\"2015/12/gibson-thomas.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1923,247,'_wp_attached_file','2015/12/haks.jpg'),(1924,247,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:16:\"2015/12/haks.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1925,248,'_wp_attached_file','2015/12/hdr.jpg'),(1926,248,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:15:\"2015/12/hdr.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1927,249,'_wp_attached_file','2015/12/larson-design.jpg'),(1928,249,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:25:\"2015/12/larson-design.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1929,250,'_wp_attached_file','2015/12/mackin-engineering.jpg'),(1930,250,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:30:\"2015/12/mackin-engineering.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1931,251,'_wp_attached_file','2015/12/maguire-group.jpg'),(1932,251,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:25:\"2015/12/maguire-group.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1933,252,'_wp_attached_file','2015/12/mccormik-taylor.jpg'),(1934,252,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:27:\"2015/12/mccormik-taylor.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1935,253,'_wp_attached_file','2015/12/mcmahon-transportation.jpg'),(1936,253,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:34:\"2015/12/mcmahon-transportation.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1937,254,'_wp_attached_file','2015/12/mctish-kunkel.jpg'),(1938,254,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:25:\"2015/12/mctish-kunkel.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1939,255,'_wp_attached_file','2015/12/michael-baker.jpg'),(1940,255,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:25:\"2015/12/michael-baker.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1941,256,'_wp_attached_file','2015/12/modjeski-masters.jpg'),(1942,256,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:28:\"2015/12/modjeski-masters.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1943,257,'_wp_attached_file','2015/12/pb-americas.jpg'),(1944,257,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:23:\"2015/12/pb-americas.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1945,258,'_wp_attached_file','2015/12/pennoni.jpg'),(1946,258,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:19:\"2015/12/pennoni.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1947,259,'_wp_attached_file','2015/12/pickering-corts-summerson.jpg'),(1948,259,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:37:\"2015/12/pickering-corts-summerson.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1949,260,'_wp_attached_file','2015/12/quad-3.jpg'),(1950,260,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:18:\"2015/12/quad-3.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1951,261,'_wp_attached_file','2015/12/quality-engineering.jpg'),(1952,261,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:31:\"2015/12/quality-engineering.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1953,262,'_wp_attached_file','2015/12/raudenbush.jpg'),(1954,262,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:22:\"2015/12/raudenbush.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1955,263,'_wp_attached_file','2015/12/spk-engineering.jpg'),(1956,263,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:27:\"2015/12/spk-engineering.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1957,264,'_wp_attached_file','2015/12/stv-inc.jpg'),(1958,264,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:19:\"2015/12/stv-inc.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1959,265,'_wp_attached_file','2015/12/traffic-planning.jpg'),(1960,265,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:28:\"2015/12/traffic-planning.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1961,266,'_wp_attached_file','2015/12/trans-associates.jpg'),(1962,266,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:28:\"2015/12/trans-associates.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1963,267,'_wp_attached_file','2015/12/tristate-design.jpg'),(1964,267,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:27:\"2015/12/tristate-design.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1965,268,'_wp_attached_file','2015/12/tw-consultants.jpg'),(1966,268,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:26:\"2015/12/tw-consultants.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1967,269,'_wp_attached_file','2015/12/urban-engineering.jpg'),(1968,269,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:29:\"2015/12/urban-engineering.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1969,270,'_wp_attached_file','2015/12/urs-corp.jpg'),(1970,270,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:20:\"2015/12/urs-corp.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1971,271,'_wp_attached_file','2015/12/wbcm.jpg'),(1972,271,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:16:\"2015/12/wbcm.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1973,272,'_wp_attached_file','2015/12/wec-consulting.jpg'),(1974,272,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:26:\"2015/12/wec-consulting.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1975,273,'_wp_attached_file','2015/12/widmer-engineering.jpg'),(1976,273,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:30:\"2015/12/widmer-engineering.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1977,274,'_wp_attached_file','2015/12/wilson-consulting.jpg'),(1978,274,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:29:\"2015/12/wilson-consulting.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1979,275,'_wp_attached_file','2015/12/witman-engineers.jpg'),(1980,275,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:28:\"2015/12/witman-engineers.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1981,276,'_wp_attached_file','2015/12/ad-marble.jpg'),(1982,276,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:21:\"2015/12/ad-marble.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1983,277,'_wp_attached_file','2015/12/aecom.jpg'),(1984,277,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:17:\"2015/12/aecom.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1985,278,'_wp_attached_file','2015/12/alfred-benesch.jpg'),(1986,278,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:26:\"2015/12/alfred-benesch.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1987,279,'_wp_attached_file','2015/12/american-engineers.jpg'),(1988,279,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:30:\"2015/12/american-engineers.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1989,280,'_wp_attached_file','2015/12/amman-whitney.jpg'),(1990,280,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:25:\"2015/12/amman-whitney.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1991,281,'_wp_attached_file','2015/12/buchart-horn.jpg'),(1992,281,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:24:\"2015/12/buchart-horn.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1993,282,'_wp_attached_file','2015/12/burish.jpg'),(1994,282,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:18:\"2015/12/burish.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1995,283,'_wp_attached_file','2015/12/carbon-engineering.jpg'),(1996,283,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:30:\"2015/12/carbon-engineering.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1997,284,'_wp_attached_file','2015/12/cdm-smith.jpg'),(1998,284,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:21:\"2015/12/cdm-smith.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1999,285,'_wp_attached_file','2015/12/ceco.jpg'),(2000,285,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:16:\"2015/12/ceco.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(2001,286,'_wp_attached_file','2015/12/century-engineering.jpg'),(2002,286,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:31:\"2015/12/century-engineering.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(2003,287,'gallery_0_image','255'),(2004,287,'_gallery_0_image','field_5679730182bc6'),(2005,287,'gallery_0_caption','Michael Baker Corporation'),(2006,287,'_gallery_0_caption','field_5679731882bc7'),(2007,287,'gallery_0_link_url','http://www.mbakerintl.com/'),(2008,287,'_gallery_0_link_url','field_5679732582bc8'),(2009,287,'gallery_1_image','250'),(2010,287,'_gallery_1_image','field_5679730182bc6'),(2011,287,'gallery_1_caption','Mackin Engineering'),(2012,287,'_gallery_1_caption','field_5679731882bc7'),(2013,287,'gallery_1_link_url','http://www.mackinengineering.com/'),(2014,287,'_gallery_1_link_url','field_5679732582bc8'),(2015,287,'gallery_2_image','272'),(2016,287,'_gallery_2_image','field_5679730182bc6'),(2017,287,'gallery_2_caption','WEC Consulting Engineers'),(2018,287,'_gallery_2_caption','field_5679731882bc7'),(2019,287,'gallery_2_link_url','http://www.wecengineers.com/'),(2020,287,'_gallery_2_link_url','field_5679732582bc8'),(2021,287,'gallery_3_image','252'),(2022,287,'_gallery_3_image','field_5679730182bc6'),(2023,287,'gallery_3_caption','McCormick Taylor'),(2024,287,'_gallery_3_caption','field_5679731882bc7'),(2025,287,'gallery_3_link_url','http://www.mccormicktaylor.com/'),(2026,287,'_gallery_3_link_url','field_5679732582bc8'),(2027,287,'gallery','4'),(2028,287,'_gallery','field_567972d94743e'),(2029,101,'gallery_0_image','255'),(2030,101,'_gallery_0_image','field_5679730182bc6'),(2031,101,'gallery_0_caption','Michael Baker Corporation'),(2032,101,'_gallery_0_caption','field_5679731882bc7'),(2033,101,'gallery_0_link_url','http://www.mbakerintl.com/'),(2034,101,'_gallery_0_link_url','field_5679732582bc8'),(2035,101,'gallery_1_image','250'),(2036,101,'_gallery_1_image','field_5679730182bc6'),(2037,101,'gallery_1_caption','Mackin Engineering'),(2038,101,'_gallery_1_caption','field_5679731882bc7'),(2039,101,'gallery_1_link_url','http://www.mackinengineering.com/'),(2040,101,'_gallery_1_link_url','field_5679732582bc8'),(2041,101,'gallery_2_image','272'),(2042,101,'_gallery_2_image','field_5679730182bc6'),(2043,101,'gallery_2_caption','WEC Consulting Engineers'),(2044,101,'_gallery_2_caption','field_5679731882bc7'),(2045,101,'gallery_2_link_url','http://www.wecengineers.com/'),(2046,101,'_gallery_2_link_url','field_5679732582bc8'),(2047,101,'gallery_3_image','252'),(2048,101,'_gallery_3_image','field_5679730182bc6'),(2049,101,'gallery_3_caption','McCormick Taylor'),(2050,101,'_gallery_3_caption','field_5679731882bc7'),(2051,101,'gallery_3_link_url','http://www.mccormicktaylor.com/'),(2052,101,'_gallery_3_link_url','field_5679732582bc8'),(2053,288,'gallery_0_image','255'),(2054,288,'_gallery_0_image','field_5679730182bc6'),(2055,288,'gallery_0_caption','Michael Baker Corporation'),(2056,288,'_gallery_0_caption','field_5679731882bc7'),(2057,288,'gallery_0_link_url','http://www.mbakerintl.com/'),(2058,288,'_gallery_0_link_url','field_5679732582bc8'),(2059,288,'gallery_1_image','250'),(2060,288,'_gallery_1_image','field_5679730182bc6'),(2061,288,'gallery_1_caption','Mackin Engineering'),(2062,288,'_gallery_1_caption','field_5679731882bc7'),(2063,288,'gallery_1_link_url','http://www.mackinengineering.com/'),(2064,288,'_gallery_1_link_url','field_5679732582bc8'),(2065,288,'gallery_2_image','272'),(2066,288,'_gallery_2_image','field_5679730182bc6'),(2067,288,'gallery_2_caption','WEC Consulting Engineers'),(2068,288,'_gallery_2_caption','field_5679731882bc7'),(2069,288,'gallery_2_link_url','http://www.wecengineers.com/'),(2070,288,'_gallery_2_link_url','field_5679732582bc8'),(2071,288,'gallery_3_image','252'),(2072,288,'_gallery_3_image','field_5679730182bc6'),(2073,288,'gallery_3_caption','McCormick Taylor'),(2074,288,'_gallery_3_caption','field_5679731882bc7'),(2075,288,'gallery_3_link_url','http://www.mccormicktaylor.com/'),(2076,288,'_gallery_3_link_url','field_5679732582bc8'),(2077,288,'gallery_4_image','269'),(2078,288,'_gallery_4_image','field_5679730182bc6'),(2079,288,'gallery_4_caption','Urban Engineering'),(2080,288,'_gallery_4_caption','field_5679731882bc7'),(2081,288,'gallery_4_link_url','http://www.urbanengineers.com/'),(2082,288,'_gallery_4_link_url','field_5679732582bc8'),(2083,288,'gallery_5_image','263'),(2084,288,'_gallery_5_image','field_5679730182bc6'),(2085,288,'gallery_5_caption','SPK Engineering Incorporated'),(2086,288,'_gallery_5_caption','field_5679731882bc7'),(2087,288,'gallery_5_link_url','http://www.spkengr.com/'),(2088,288,'_gallery_5_link_url','field_5679732582bc8'),(2089,288,'gallery_6_image','261'),(2090,288,'_gallery_6_image','field_5679730182bc6'),(2091,288,'gallery_6_caption','Quality Engineering Solutions'),(2092,288,'_gallery_6_caption','field_5679731882bc7'),(2093,288,'gallery_6_link_url','http://www.qespavements.com/'),(2094,288,'_gallery_6_link_url','field_5679732582bc8'),(2095,288,'gallery_7_image','275'),(2096,288,'_gallery_7_image','field_5679730182bc6'),(2097,288,'gallery_7_caption','Witman Engineers and Consultants'),(2098,288,'_gallery_7_caption','field_5679731882bc7'),(2099,288,'gallery_7_link_url','http://www.witmanengineers.com/'),(2100,288,'_gallery_7_link_url','field_5679732582bc8'),(2101,288,'gallery_8_image','273'),(2102,288,'_gallery_8_image','field_5679730182bc6'),(2103,288,'gallery_8_caption','Widmer Engineering'),(2104,288,'_gallery_8_caption','field_5679731882bc7'),(2105,288,'gallery_8_link_url','http://widmerengineers.com/'),(2106,288,'_gallery_8_link_url','field_5679732582bc8'),(2107,288,'gallery_9_image','271'),(2108,288,'_gallery_9_image','field_5679730182bc6'),(2109,288,'gallery_9_caption','WBCM'),(2110,288,'_gallery_9_caption','field_5679731882bc7'),(2111,288,'gallery_9_link_url','http://www.wbcm.com/index.html'),(2112,288,'_gallery_9_link_url','field_5679732582bc8'),(2113,288,'gallery','10'),(2114,288,'_gallery','field_567972d94743e'),(2115,101,'gallery_4_image','269'),(2116,101,'_gallery_4_image','field_5679730182bc6'),(2117,101,'gallery_4_caption','Urban Engineering'),(2118,101,'_gallery_4_caption','field_5679731882bc7'),(2119,101,'gallery_4_link_url','http://www.urbanengineers.com/'),(2120,101,'_gallery_4_link_url','field_5679732582bc8'),(2121,101,'gallery_5_image','263'),(2122,101,'_gallery_5_image','field_5679730182bc6'),(2123,101,'gallery_5_caption','SPK Engineering Incorporated'),(2124,101,'_gallery_5_caption','field_5679731882bc7'),(2125,101,'gallery_5_link_url','http://www.spkengr.com/'),(2126,101,'_gallery_5_link_url','field_5679732582bc8'),(2127,101,'gallery_6_image','261'),(2128,101,'_gallery_6_image','field_5679730182bc6'),(2129,101,'gallery_6_caption','Quality Engineering Solutions'),(2130,101,'_gallery_6_caption','field_5679731882bc7'),(2131,101,'gallery_6_link_url','http://www.qespavements.com/'),(2132,101,'_gallery_6_link_url','field_5679732582bc8'),(2133,101,'gallery_7_image','275'),(2134,101,'_gallery_7_image','field_5679730182bc6'),(2135,101,'gallery_7_caption','Witman Engineers and Consultants'),(2136,101,'_gallery_7_caption','field_5679731882bc7'),(2137,101,'gallery_7_link_url','http://www.witmanengineers.com/'),(2138,101,'_gallery_7_link_url','field_5679732582bc8'),(2139,101,'gallery_8_image','273'),(2140,101,'_gallery_8_image','field_5679730182bc6'),(2141,101,'gallery_8_caption','Widmer Engineering'),(2142,101,'_gallery_8_caption','field_5679731882bc7'),(2143,101,'gallery_8_link_url','http://widmerengineers.com/'),(2144,101,'_gallery_8_link_url','field_5679732582bc8'),(2145,101,'gallery_9_image','271'),(2146,101,'_gallery_9_image','field_5679730182bc6'),(2147,101,'gallery_9_caption','WBCM'),(2148,101,'_gallery_9_caption','field_5679731882bc7'),(2149,101,'gallery_9_link_url','http://www.wbcm.com/'),(2150,101,'_gallery_9_link_url','field_5679732582bc8'),(2151,289,'gallery_0_image','255'),(2152,289,'_gallery_0_image','field_5679730182bc6'),(2153,289,'gallery_0_caption','Michael Baker Corporation'),(2154,289,'_gallery_0_caption','field_5679731882bc7'),(2155,289,'gallery_0_link_url','http://www.mbakerintl.com/'),(2156,289,'_gallery_0_link_url','field_5679732582bc8'),(2157,289,'gallery_1_image','250'),(2158,289,'_gallery_1_image','field_5679730182bc6'),(2159,289,'gallery_1_caption','Mackin Engineering'),(2160,289,'_gallery_1_caption','field_5679731882bc7'),(2161,289,'gallery_1_link_url','http://www.mackinengineering.com/'),(2162,289,'_gallery_1_link_url','field_5679732582bc8'),(2163,289,'gallery_2_image','272'),(2164,289,'_gallery_2_image','field_5679730182bc6'),(2165,289,'gallery_2_caption','WEC Consulting Engineers'),(2166,289,'_gallery_2_caption','field_5679731882bc7'),(2167,289,'gallery_2_link_url','http://www.wecengineers.com/'),(2168,289,'_gallery_2_link_url','field_5679732582bc8'),(2169,289,'gallery_3_image','252'),(2170,289,'_gallery_3_image','field_5679730182bc6'),(2171,289,'gallery_3_caption','McCormick Taylor'),(2172,289,'_gallery_3_caption','field_5679731882bc7'),(2173,289,'gallery_3_link_url','http://www.mccormicktaylor.com/'),(2174,289,'_gallery_3_link_url','field_5679732582bc8'),(2175,289,'gallery_4_image','269'),(2176,289,'_gallery_4_image','field_5679730182bc6'),(2177,289,'gallery_4_caption','Urban Engineering'),(2178,289,'_gallery_4_caption','field_5679731882bc7'),(2179,289,'gallery_4_link_url','http://www.urbanengineers.com/'),(2180,289,'_gallery_4_link_url','field_5679732582bc8'),(2181,289,'gallery_5_image','263'),(2182,289,'_gallery_5_image','field_5679730182bc6'),(2183,289,'gallery_5_caption','SPK Engineering Incorporated'),(2184,289,'_gallery_5_caption','field_5679731882bc7'),(2185,289,'gallery_5_link_url','http://www.spkengr.com/'),(2186,289,'_gallery_5_link_url','field_5679732582bc8'),(2187,289,'gallery_6_image','261'),(2188,289,'_gallery_6_image','field_5679730182bc6'),(2189,289,'gallery_6_caption','Quality Engineering Solutions'),(2190,289,'_gallery_6_caption','field_5679731882bc7'),(2191,289,'gallery_6_link_url','http://www.qespavements.com/'),(2192,289,'_gallery_6_link_url','field_5679732582bc8'),(2193,289,'gallery_7_image','275'),(2194,289,'_gallery_7_image','field_5679730182bc6'),(2195,289,'gallery_7_caption','Witman Engineers and Consultants'),(2196,289,'_gallery_7_caption','field_5679731882bc7'),(2197,289,'gallery_7_link_url','http://www.witmanengineers.com/'),(2198,289,'_gallery_7_link_url','field_5679732582bc8'),(2199,289,'gallery_8_image','273'),(2200,289,'_gallery_8_image','field_5679730182bc6'),(2201,289,'gallery_8_caption','Widmer Engineering'),(2202,289,'_gallery_8_caption','field_5679731882bc7'),(2203,289,'gallery_8_link_url','http://widmerengineers.com/'),(2204,289,'_gallery_8_link_url','field_5679732582bc8'),(2205,289,'gallery_9_image','271'),(2206,289,'_gallery_9_image','field_5679730182bc6'),(2207,289,'gallery_9_caption','WBCM'),(2208,289,'_gallery_9_caption','field_5679731882bc7'),(2209,289,'gallery_9_link_url','http://www.wbcm.com/'),(2210,289,'_gallery_9_link_url','field_5679732582bc8'),(2211,289,'gallery_10_image','276'),(2212,289,'_gallery_10_image','field_5679730182bc6'),(2213,289,'gallery_10_caption','A.D. Marble & Company'),(2214,289,'_gallery_10_caption','field_5679731882bc7'),(2215,289,'gallery_10_link_url','http://admarble.com/'),(2216,289,'_gallery_10_link_url','field_5679732582bc8'),(2217,289,'gallery_11_image','279'),(2218,289,'_gallery_11_image','field_5679730182bc6'),(2219,289,'gallery_11_caption','American Engineers Group'),(2220,289,'_gallery_11_caption','field_5679731882bc7'),(2221,289,'gallery_11_link_url','http://www.aegroup-llc.com/'),(2222,289,'_gallery_11_link_url','field_5679732582bc8'),(2223,289,'gallery_12_image','266'),(2224,289,'_gallery_12_image','field_5679730182bc6'),(2225,289,'gallery_12_caption','Trans Associates'),(2226,289,'_gallery_12_caption','field_5679731882bc7'),(2227,289,'gallery_12_link_url','http://transassociates.com/'),(2228,289,'_gallery_12_link_url','field_5679732582bc8'),(2229,289,'gallery_13_image','256'),(2230,289,'_gallery_13_image','field_5679730182bc6'),(2231,289,'gallery_13_caption','Modjeski & Masters'),(2232,289,'_gallery_13_caption','field_5679731882bc7'),(2233,289,'gallery_13_link_url','http://www.modjeski.com/'),(2234,289,'_gallery_13_link_url','field_5679732582bc8'),(2235,289,'gallery_14_image','277'),(2236,289,'_gallery_14_image','field_5679730182bc6'),(2237,289,'gallery_14_caption','AECOM'),(2238,289,'_gallery_14_caption','field_5679731882bc7'),(2239,289,'gallery_14_link_url','http://www.aecom.com/'),(2240,289,'_gallery_14_link_url','field_5679732582bc8'),(2241,289,'gallery_15_image','259'),(2242,289,'_gallery_15_image','field_5679730182bc6'),(2243,289,'gallery_15_caption','Pickering, Corts & Summerson'),(2244,289,'_gallery_15_caption','field_5679731882bc7'),(2245,289,'gallery_15_link_url','http://www.pcs-civil.com/'),(2246,289,'_gallery_15_link_url','field_5679732582bc8'),(2247,289,'gallery_16_image','281'),(2248,289,'_gallery_16_image','field_5679730182bc6'),(2249,289,'gallery_16_caption','Buchart Horn Incorporated'),(2250,289,'_gallery_16_caption','field_5679731882bc7'),(2251,289,'gallery_16_link_url','http://www.bh-ba.com/'),(2252,289,'_gallery_16_link_url','field_5679732582bc8'),(2253,289,'gallery_17_image','248'),(2254,289,'_gallery_17_image','field_5679730182bc6'),(2255,289,'gallery_17_caption','HDR'),(2256,289,'_gallery_17_caption','field_5679731882bc7'),(2257,289,'gallery_17_link_url','http://www.hdrinc.com/'),(2258,289,'_gallery_17_link_url','field_5679732582bc8'),(2259,289,'gallery_18_image','264'),(2260,289,'_gallery_18_image','field_5679730182bc6'),(2261,289,'gallery_18_caption','STV Incorporated'),(2262,289,'_gallery_18_caption','field_5679731882bc7'),(2263,289,'gallery_18_link_url','http://www.stvinc.com/'),(2264,289,'_gallery_18_link_url','field_5679732582bc8'),(2265,289,'gallery_19_image','244'),(2266,289,'_gallery_19_image','field_5679730182bc6'),(2267,289,'gallery_19_caption','GAI Consultants'),(2268,289,'_gallery_19_caption','field_5679731882bc7'),(2269,289,'gallery_19_link_url','http://gaiconsultants.com/'),(2270,289,'_gallery_19_link_url','field_5679732582bc8'),(2271,289,'gallery_20_image','257'),(2272,289,'_gallery_20_image','field_5679730182bc6'),(2273,289,'gallery_20_caption','PB Americas, Inc.'),(2274,289,'_gallery_20_caption','field_5679731882bc7'),(2275,289,'gallery_20_link_url','http://www.pbworld.com/'),(2276,289,'_gallery_20_link_url','field_5679732582bc8'),(2277,289,'gallery_21_image','267'),(2278,289,'_gallery_21_image','field_5679730182bc6'),(2279,289,'gallery_21_caption','Tri-State Design & Development'),(2280,289,'_gallery_21_caption','field_5679731882bc7'),(2281,289,'gallery_21_link_url','http://www.tri-statedesign.com/'),(2282,289,'_gallery_21_link_url','field_5679732582bc8'),(2283,289,'gallery_22_image','251'),(2284,289,'_gallery_22_image','field_5679730182bc6'),(2285,289,'gallery_22_caption','Maguire Group'),(2286,289,'_gallery_22_caption','field_5679731882bc7'),(2287,289,'gallery_22_link_url','http://www.cdrmaguire.com/'),(2288,289,'_gallery_22_link_url','field_5679732582bc8'),(2289,289,'gallery_23_image','268'),(2290,289,'_gallery_23_image','field_5679730182bc6'),(2291,289,'gallery_23_caption','T.W. Consultants'),(2292,289,'_gallery_23_caption','field_5679731882bc7'),(2293,289,'gallery_23_link_url','http://www.twconsultants.com/'),(2294,289,'_gallery_23_link_url','field_5679732582bc8'),(2295,289,'gallery_24_image','243'),(2296,289,'_gallery_24_image','field_5679730182bc6'),(2297,289,'gallery_24_caption','Dewberry'),(2298,289,'_gallery_24_caption','field_5679731882bc7'),(2299,289,'gallery_24_link_url','http://www.dewberry.com/'),(2300,289,'_gallery_24_link_url','field_5679732582bc8'),(2301,289,'gallery_25_image','260'),(2302,289,'_gallery_25_image','field_5679730182bc6'),(2303,289,'gallery_25_caption','Quad 3'),(2304,289,'_gallery_25_caption','field_5679731882bc7'),(2305,289,'gallery_25_link_url','http://www.quad3.com/'),(2306,289,'_gallery_25_link_url','field_5679732582bc8'),(2307,289,'gallery_26_image','282'),(2308,289,'_gallery_26_image','field_5679730182bc6'),(2309,289,'gallery_26_caption','Burisch'),(2310,289,'_gallery_26_caption','field_5679731882bc7'),(2311,289,'gallery_26_link_url','http://www.bursich.com/'),(2312,289,'_gallery_26_link_url','field_5679732582bc8'),(2313,289,'gallery_27_image','240'),(2314,289,'_gallery_27_image','field_5679730182bc6'),(2315,289,'gallery_27_caption','Cherry, Weber & Associates'),(2316,289,'_gallery_27_caption','field_5679731882bc7'),(2317,289,'gallery_27_link_url','http://www.cherryweber.com/'),(2318,289,'_gallery_27_link_url','field_5679732582bc8'),(2319,289,'gallery_28_image','274'),(2320,289,'_gallery_28_image','field_5679730182bc6'),(2321,289,'gallery_28_caption','Wilson Consulting Group'),(2322,289,'_gallery_28_caption','field_5679731882bc7'),(2323,289,'gallery_28_link_url','http://www.wcg-pc.com/'),(2324,289,'_gallery_28_link_url','field_5679732582bc8'),(2325,289,'gallery_29_image','254'),(2326,289,'_gallery_29_image','field_5679730182bc6'),(2327,289,'gallery_29_caption','McTish, Kunkel & Associates'),(2328,289,'_gallery_29_caption','field_5679731882bc7'),(2329,289,'gallery_29_link_url','http://www.mctish.com/'),(2330,289,'_gallery_29_link_url','field_5679732582bc8'),(2331,289,'gallery_30_image','278'),(2332,289,'_gallery_30_image','field_5679730182bc6'),(2333,289,'gallery_30_caption','Alfred Benesch & Company'),(2334,289,'_gallery_30_caption','field_5679731882bc7'),(2335,289,'gallery_30_link_url','http://web.benesch.com/'),(2336,289,'_gallery_30_link_url','field_5679732582bc8'),(2337,289,'gallery_31_image','285'),(2338,289,'_gallery_31_image','field_5679730182bc6'),(2339,289,'gallery_31_caption','CECO Associates Incorporated'),(2340,289,'_gallery_31_caption','field_5679731882bc7'),(2341,289,'gallery_31_link_url','http://www.cecoassociates.com/'),(2342,289,'_gallery_31_link_url','field_5679732582bc8'),(2343,289,'gallery_32_image','247'),(2344,289,'_gallery_32_image','field_5679730182bc6'),(2345,289,'gallery_32_caption','HAKS'),(2346,289,'_gallery_32_caption','field_5679731882bc7'),(2347,289,'gallery_32_link_url','http://www.haks.net/'),(2348,289,'_gallery_32_link_url','field_5679732582bc8'),(2349,289,'gallery_33_image','262'),(2350,289,'_gallery_33_image','field_5679730182bc6'),(2351,289,'gallery_33_caption','Raudenbush Engineering, Inc.'),(2352,289,'_gallery_33_caption','field_5679731882bc7'),(2353,289,'gallery_33_link_url','http://www.raudeng.com/'),(2354,289,'_gallery_33_link_url','field_5679732582bc8'),(2355,289,'gallery_34_image','280'),(2356,289,'_gallery_34_image','field_5679730182bc6'),(2357,289,'gallery_34_caption','Ammann & Whitney'),(2358,289,'_gallery_34_caption','field_5679731882bc7'),(2359,289,'gallery_34_link_url','http://www.ammann-whitney.com/'),(2360,289,'_gallery_34_link_url','field_5679732582bc8'),(2361,289,'gallery_35_image','241'),(2362,289,'_gallery_35_image','field_5679730182bc6'),(2363,289,'gallery_35_caption','C.S. Davidson, Inc.'),(2364,289,'_gallery_35_caption','field_5679731882bc7'),(2365,289,'gallery_35_link_url','http://www.csdavidson.com/'),(2366,289,'_gallery_35_link_url','field_5679732582bc8'),(2367,289,'gallery_36_image','283'),(2368,289,'_gallery_36_image','field_5679730182bc6'),(2369,289,'gallery_36_caption','Carbon Engineering, Inc.'),(2370,289,'_gallery_36_caption','field_5679731882bc7'),(2371,289,'gallery_36_link_url','http://www.carbonengineering.net/'),(2372,289,'_gallery_36_link_url','field_5679732582bc8'),(2373,289,'gallery_37_image','284'),(2374,289,'_gallery_37_image','field_5679730182bc6'),(2375,289,'gallery_37_caption','CDM Smith'),(2376,289,'_gallery_37_caption','field_5679731882bc7'),(2377,289,'gallery_37_link_url','http://cdmsmith.com/'),(2378,289,'_gallery_37_link_url','field_5679732582bc8'),(2379,289,'gallery_38_image','286'),(2380,289,'_gallery_38_image','field_5679730182bc6'),(2381,289,'gallery_38_caption','Century Engineering'),(2382,289,'_gallery_38_caption','field_5679731882bc7'),(2383,289,'gallery_38_link_url','http://www.centuryeng.com/'),(2384,289,'_gallery_38_link_url','field_5679732582bc8'),(2385,289,'gallery_39_image','242'),(2386,289,'_gallery_39_image','field_5679730182bc6'),(2387,289,'gallery_39_caption','Czop & Specter'),(2388,289,'_gallery_39_caption','field_5679731882bc7'),(2389,289,'gallery_39_link_url','http://www.czopspecter.com/'),(2390,289,'_gallery_39_link_url','field_5679732582bc8'),(2391,289,'gallery_40_image','245'),(2392,289,'_gallery_40_image','field_5679730182bc6'),(2393,289,'gallery_40_caption','Gannett Fleming'),(2394,289,'_gallery_40_caption','field_5679731882bc7'),(2395,289,'gallery_40_link_url','http://www.gannettfleming.com/'),(2396,289,'_gallery_40_link_url','field_5679732582bc8'),(2397,289,'gallery_41_image','246'),(2398,289,'_gallery_41_image','field_5679730182bc6'),(2399,289,'gallery_41_caption','Gibson-Thomas Engineering Co., Inc.'),(2400,289,'_gallery_41_caption','field_5679731882bc7'),(2401,289,'gallery_41_link_url','http://www.gibson-thomas.com/'),(2402,289,'_gallery_41_link_url','field_5679732582bc8'),(2403,289,'gallery_42_image','253'),(2404,289,'_gallery_42_image','field_5679730182bc6'),(2405,289,'gallery_42_caption','McMahon Transportation Engineers & Planners'),(2406,289,'_gallery_42_caption','field_5679731882bc7'),(2407,289,'gallery_42_link_url','http://www.mcmtrans.com/'),(2408,289,'_gallery_42_link_url','field_5679732582bc8'),(2409,289,'gallery_43_image','258'),(2410,289,'_gallery_43_image','field_5679730182bc6'),(2411,289,'gallery_43_caption','Pennoni Associates'),(2412,289,'_gallery_43_caption','field_5679731882bc7'),(2413,289,'gallery_43_link_url','http://www.pennoni.com/'),(2414,289,'_gallery_43_link_url','field_5679732582bc8'),(2415,289,'gallery_44_image','265'),(2416,289,'_gallery_44_image','field_5679730182bc6'),(2417,289,'gallery_44_caption','Traffic Planning & Design, Inc.'),(2418,289,'_gallery_44_caption','field_5679731882bc7'),(2419,289,'gallery_44_link_url','http://trafficpd.com/'),(2420,289,'_gallery_44_link_url','field_5679732582bc8'),(2421,289,'gallery_45_image','270'),(2422,289,'_gallery_45_image','field_5679730182bc6'),(2423,289,'gallery_45_caption','URS Corporation'),(2424,289,'_gallery_45_caption','field_5679731882bc7'),(2425,289,'gallery_45_link_url','http://www.aecom.com/'),(2426,289,'_gallery_45_link_url','field_5679732582bc8'),(2427,289,'gallery_46_image','249'),(2428,289,'_gallery_46_image','field_5679730182bc6'),(2429,289,'gallery_46_caption','Larson Design Group'),(2430,289,'_gallery_46_caption','field_5679731882bc7'),(2431,289,'gallery_46_link_url','http://www.larsondesigngroup.com/'),(2432,289,'_gallery_46_link_url','field_5679732582bc8'),(2433,289,'gallery','47'),(2434,289,'_gallery','field_567972d94743e'),(2435,101,'gallery_10_image','276'),(2436,101,'_gallery_10_image','field_5679730182bc6'),(2437,101,'gallery_10_caption','A.D. Marble & Company'),(2438,101,'_gallery_10_caption','field_5679731882bc7'),(2439,101,'gallery_10_link_url','http://admarble.com/'),(2440,101,'_gallery_10_link_url','field_5679732582bc8'),(2441,101,'gallery_11_image','279'),(2442,101,'_gallery_11_image','field_5679730182bc6'),(2443,101,'gallery_11_caption','American Engineers Group'),(2444,101,'_gallery_11_caption','field_5679731882bc7'),(2445,101,'gallery_11_link_url','http://www.aegroup-llc.com/'),(2446,101,'_gallery_11_link_url','field_5679732582bc8'),(2447,101,'gallery_12_image','266'),(2448,101,'_gallery_12_image','field_5679730182bc6'),(2449,101,'gallery_12_caption','Trans Associates'),(2450,101,'_gallery_12_caption','field_5679731882bc7'),(2451,101,'gallery_12_link_url','http://transassociates.com/'),(2452,101,'_gallery_12_link_url','field_5679732582bc8'),(2453,101,'gallery_13_image','256'),(2454,101,'_gallery_13_image','field_5679730182bc6'),(2455,101,'gallery_13_caption','Modjeski & Masters'),(2456,101,'_gallery_13_caption','field_5679731882bc7'),(2457,101,'gallery_13_link_url','http://www.modjeski.com/'),(2458,101,'_gallery_13_link_url','field_5679732582bc8'),(2459,101,'gallery_14_image','277'),(2460,101,'_gallery_14_image','field_5679730182bc6'),(2461,101,'gallery_14_caption','AECOM'),(2462,101,'_gallery_14_caption','field_5679731882bc7'),(2463,101,'gallery_14_link_url','http://www.aecom.com/'),(2464,101,'_gallery_14_link_url','field_5679732582bc8'),(2465,101,'gallery_15_image','259'),(2466,101,'_gallery_15_image','field_5679730182bc6'),(2467,101,'gallery_15_caption','Pickering, Corts & Summerson'),(2468,101,'_gallery_15_caption','field_5679731882bc7'),(2469,101,'gallery_15_link_url','http://www.pcs-civil.com/'),(2470,101,'_gallery_15_link_url','field_5679732582bc8'),(2471,101,'gallery_16_image','281'),(2472,101,'_gallery_16_image','field_5679730182bc6'),(2473,101,'gallery_16_caption','Buchart Horn Incorporated'),(2474,101,'_gallery_16_caption','field_5679731882bc7'),(2475,101,'gallery_16_link_url','http://www.bh-ba.com/'),(2476,101,'_gallery_16_link_url','field_5679732582bc8'),(2477,101,'gallery_17_image','248'),(2478,101,'_gallery_17_image','field_5679730182bc6'),(2479,101,'gallery_17_caption','HDR'),(2480,101,'_gallery_17_caption','field_5679731882bc7'),(2481,101,'gallery_17_link_url','http://www.hdrinc.com/'),(2482,101,'_gallery_17_link_url','field_5679732582bc8'),(2483,101,'gallery_18_image','264'),(2484,101,'_gallery_18_image','field_5679730182bc6'),(2485,101,'gallery_18_caption','STV Incorporated'),(2486,101,'_gallery_18_caption','field_5679731882bc7'),(2487,101,'gallery_18_link_url','http://www.stvinc.com/'),(2488,101,'_gallery_18_link_url','field_5679732582bc8'),(2489,101,'gallery_19_image','244'),(2490,101,'_gallery_19_image','field_5679730182bc6'),(2491,101,'gallery_19_caption','GAI Consultants'),(2492,101,'_gallery_19_caption','field_5679731882bc7'),(2493,101,'gallery_19_link_url','http://gaiconsultants.com/'),(2494,101,'_gallery_19_link_url','field_5679732582bc8'),(2495,101,'gallery_20_image','257'),(2496,101,'_gallery_20_image','field_5679730182bc6'),(2497,101,'gallery_20_caption','PB Americas, Inc.'),(2498,101,'_gallery_20_caption','field_5679731882bc7'),(2499,101,'gallery_20_link_url','http://www.pbworld.com/'),(2500,101,'_gallery_20_link_url','field_5679732582bc8'),(2501,101,'gallery_21_image','267'),(2502,101,'_gallery_21_image','field_5679730182bc6'),(2503,101,'gallery_21_caption','Tri-State Design & Development'),(2504,101,'_gallery_21_caption','field_5679731882bc7'),(2505,101,'gallery_21_link_url','http://www.tri-statedesign.com/'),(2506,101,'_gallery_21_link_url','field_5679732582bc8'),(2507,101,'gallery_22_image','251'),(2508,101,'_gallery_22_image','field_5679730182bc6'),(2509,101,'gallery_22_caption','Maguire Group'),(2510,101,'_gallery_22_caption','field_5679731882bc7'),(2511,101,'gallery_22_link_url','http://www.cdrmaguire.com/'),(2512,101,'_gallery_22_link_url','field_5679732582bc8'),(2513,101,'gallery_23_image','268'),(2514,101,'_gallery_23_image','field_5679730182bc6'),(2515,101,'gallery_23_caption','T.W. Consultants'),(2516,101,'_gallery_23_caption','field_5679731882bc7'),(2517,101,'gallery_23_link_url','http://www.twconsultants.com/'),(2518,101,'_gallery_23_link_url','field_5679732582bc8'),(2519,101,'gallery_24_image','243'),(2520,101,'_gallery_24_image','field_5679730182bc6'),(2521,101,'gallery_24_caption','Dewberry'),(2522,101,'_gallery_24_caption','field_5679731882bc7'),(2523,101,'gallery_24_link_url','http://www.dewberry.com/'),(2524,101,'_gallery_24_link_url','field_5679732582bc8'),(2525,101,'gallery_25_image','260'),(2526,101,'_gallery_25_image','field_5679730182bc6'),(2527,101,'gallery_25_caption','Quad 3'),(2528,101,'_gallery_25_caption','field_5679731882bc7'),(2529,101,'gallery_25_link_url','http://www.quad3.com/'),(2530,101,'_gallery_25_link_url','field_5679732582bc8'),(2531,101,'gallery_26_image','282'),(2532,101,'_gallery_26_image','field_5679730182bc6'),(2533,101,'gallery_26_caption','Burisch'),(2534,101,'_gallery_26_caption','field_5679731882bc7'),(2535,101,'gallery_26_link_url','http://www.bursich.com/'),(2536,101,'_gallery_26_link_url','field_5679732582bc8'),(2537,101,'gallery_27_image','240'),(2538,101,'_gallery_27_image','field_5679730182bc6'),(2539,101,'gallery_27_caption','Cherry, Weber & Associates'),(2540,101,'_gallery_27_caption','field_5679731882bc7'),(2541,101,'gallery_27_link_url','http://www.cherryweber.com/'),(2542,101,'_gallery_27_link_url','field_5679732582bc8'),(2543,101,'gallery_28_image','274'),(2544,101,'_gallery_28_image','field_5679730182bc6'),(2545,101,'gallery_28_caption','Wilson Consulting Group'),(2546,101,'_gallery_28_caption','field_5679731882bc7'),(2547,101,'gallery_28_link_url','http://www.wcg-pc.com/'),(2548,101,'_gallery_28_link_url','field_5679732582bc8'),(2549,101,'gallery_29_image','254'),(2550,101,'_gallery_29_image','field_5679730182bc6'),(2551,101,'gallery_29_caption','McTish, Kunkel & Associates'),(2552,101,'_gallery_29_caption','field_5679731882bc7'),(2553,101,'gallery_29_link_url','http://www.mctish.com/'),(2554,101,'_gallery_29_link_url','field_5679732582bc8'),(2555,101,'gallery_30_image','278'),(2556,101,'_gallery_30_image','field_5679730182bc6'),(2557,101,'gallery_30_caption','Alfred Benesch & Company'),(2558,101,'_gallery_30_caption','field_5679731882bc7'),(2559,101,'gallery_30_link_url','http://web.benesch.com/'),(2560,101,'_gallery_30_link_url','field_5679732582bc8'),(2561,101,'gallery_31_image','285'),(2562,101,'_gallery_31_image','field_5679730182bc6'),(2563,101,'gallery_31_caption','CECO Associates Incorporated'),(2564,101,'_gallery_31_caption','field_5679731882bc7'),(2565,101,'gallery_31_link_url','http://www.cecoassociates.com/'),(2566,101,'_gallery_31_link_url','field_5679732582bc8'),(2567,101,'gallery_32_image','247'),(2568,101,'_gallery_32_image','field_5679730182bc6'),(2569,101,'gallery_32_caption','HAKS'),(2570,101,'_gallery_32_caption','field_5679731882bc7'),(2571,101,'gallery_32_link_url','http://www.haks.net/'),(2572,101,'_gallery_32_link_url','field_5679732582bc8'),(2573,101,'gallery_33_image','262'),(2574,101,'_gallery_33_image','field_5679730182bc6'),(2575,101,'gallery_33_caption','Raudenbush Engineering, Inc.'),(2576,101,'_gallery_33_caption','field_5679731882bc7'),(2577,101,'gallery_33_link_url','http://www.raudeng.com/'),(2578,101,'_gallery_33_link_url','field_5679732582bc8'),(2579,101,'gallery_34_image','280'),(2580,101,'_gallery_34_image','field_5679730182bc6'),(2581,101,'gallery_34_caption','Ammann & Whitney'),(2582,101,'_gallery_34_caption','field_5679731882bc7'),(2583,101,'gallery_34_link_url','http://www.ammann-whitney.com/'),(2584,101,'_gallery_34_link_url','field_5679732582bc8'),(2585,101,'gallery_35_image','241'),(2586,101,'_gallery_35_image','field_5679730182bc6'),(2587,101,'gallery_35_caption','C.S. Davidson, Inc.'),(2588,101,'_gallery_35_caption','field_5679731882bc7'),(2589,101,'gallery_35_link_url','http://www.csdavidson.com/'),(2590,101,'_gallery_35_link_url','field_5679732582bc8'),(2591,101,'gallery_36_image','283'),(2592,101,'_gallery_36_image','field_5679730182bc6'),(2593,101,'gallery_36_caption','Carbon Engineering, Inc.'),(2594,101,'_gallery_36_caption','field_5679731882bc7'),(2595,101,'gallery_36_link_url','http://www.carbonengineering.net/'),(2596,101,'_gallery_36_link_url','field_5679732582bc8'),(2597,101,'gallery_37_image','284'),(2598,101,'_gallery_37_image','field_5679730182bc6'),(2599,101,'gallery_37_caption','CDM Smith'),(2600,101,'_gallery_37_caption','field_5679731882bc7'),(2601,101,'gallery_37_link_url','http://cdmsmith.com/'),(2602,101,'_gallery_37_link_url','field_5679732582bc8'),(2603,101,'gallery_38_image','286'),(2604,101,'_gallery_38_image','field_5679730182bc6'),(2605,101,'gallery_38_caption','Century Engineering'),(2606,101,'_gallery_38_caption','field_5679731882bc7'),(2607,101,'gallery_38_link_url','http://www.centuryeng.com/'),(2608,101,'_gallery_38_link_url','field_5679732582bc8'),(2609,101,'gallery_39_image','242'),(2610,101,'_gallery_39_image','field_5679730182bc6'),(2611,101,'gallery_39_caption','Czop & Specter'),(2612,101,'_gallery_39_caption','field_5679731882bc7'),(2613,101,'gallery_39_link_url','http://www.czopspecter.com/'),(2614,101,'_gallery_39_link_url','field_5679732582bc8'),(2615,101,'gallery_40_image','245'),(2616,101,'_gallery_40_image','field_5679730182bc6'),(2617,101,'gallery_40_caption','Gannett Fleming'),(2618,101,'_gallery_40_caption','field_5679731882bc7'),(2619,101,'gallery_40_link_url','http://www.gannettfleming.com/'),(2620,101,'_gallery_40_link_url','field_5679732582bc8'),(2621,101,'gallery_41_image','246'),(2622,101,'_gallery_41_image','field_5679730182bc6'),(2623,101,'gallery_41_caption','Gibson-Thomas Engineering Co., Inc.'),(2624,101,'_gallery_41_caption','field_5679731882bc7'),(2625,101,'gallery_41_link_url','http://www.gibson-thomas.com/'),(2626,101,'_gallery_41_link_url','field_5679732582bc8'),(2627,101,'gallery_42_image','253'),(2628,101,'_gallery_42_image','field_5679730182bc6'),(2629,101,'gallery_42_caption','McMahon Transportation'),(2630,101,'_gallery_42_caption','field_5679731882bc7'),(2631,101,'gallery_42_link_url','http://www.mcmtrans.com/'),(2632,101,'_gallery_42_link_url','field_5679732582bc8'),(2633,101,'gallery_43_image','258'),(2634,101,'_gallery_43_image','field_5679730182bc6'),(2635,101,'gallery_43_caption','Pennoni Associates'),(2636,101,'_gallery_43_caption','field_5679731882bc7'),(2637,101,'gallery_43_link_url','http://www.pennoni.com/'),(2638,101,'_gallery_43_link_url','field_5679732582bc8'),(2639,101,'gallery_44_image','265'),(2640,101,'_gallery_44_image','field_5679730182bc6'),(2641,101,'gallery_44_caption','Traffic Planning & Design, Inc.'),(2642,101,'_gallery_44_caption','field_5679731882bc7'),(2643,101,'gallery_44_link_url','http://trafficpd.com/'),(2644,101,'_gallery_44_link_url','field_5679732582bc8'),(2645,101,'gallery_45_image','270'),(2646,101,'_gallery_45_image','field_5679730182bc6'),(2647,101,'gallery_45_caption','URS Corporation'),(2648,101,'_gallery_45_caption','field_5679731882bc7'),(2649,101,'gallery_45_link_url','http://www.aecom.com/'),(2650,101,'_gallery_45_link_url','field_5679732582bc8'),(2651,101,'gallery_46_image','249'),(2652,101,'_gallery_46_image','field_5679730182bc6'),(2653,101,'gallery_46_caption','Larson Design Group'),(2654,101,'_gallery_46_caption','field_5679731882bc7'),(2655,101,'gallery_46_link_url','http://www.larsondesigngroup.com/'),(2656,101,'_gallery_46_link_url','field_5679732582bc8'),(2657,290,'gallery_0_image','255'),(2658,290,'_gallery_0_image','field_5679730182bc6'),(2659,290,'gallery_0_caption','Michael Baker Corporation'),(2660,290,'_gallery_0_caption','field_5679731882bc7'),(2661,290,'gallery_0_link_url','http://www.mbakerintl.com/'),(2662,290,'_gallery_0_link_url','field_5679732582bc8'),(2663,290,'gallery_1_image','250'),(2664,290,'_gallery_1_image','field_5679730182bc6'),(2665,290,'gallery_1_caption','Mackin Engineering'),(2666,290,'_gallery_1_caption','field_5679731882bc7'),(2667,290,'gallery_1_link_url','http://www.mackinengineering.com/'),(2668,290,'_gallery_1_link_url','field_5679732582bc8'),(2669,290,'gallery_2_image','272'),(2670,290,'_gallery_2_image','field_5679730182bc6'),(2671,290,'gallery_2_caption','WEC Consulting Engineers'),(2672,290,'_gallery_2_caption','field_5679731882bc7'),(2673,290,'gallery_2_link_url','http://www.wecengineers.com/'),(2674,290,'_gallery_2_link_url','field_5679732582bc8'),(2675,290,'gallery_3_image','252'),(2676,290,'_gallery_3_image','field_5679730182bc6'),(2677,290,'gallery_3_caption','McCormick Taylor'),(2678,290,'_gallery_3_caption','field_5679731882bc7'),(2679,290,'gallery_3_link_url','http://www.mccormicktaylor.com/'),(2680,290,'_gallery_3_link_url','field_5679732582bc8'),(2681,290,'gallery_4_image','269'),(2682,290,'_gallery_4_image','field_5679730182bc6'),(2683,290,'gallery_4_caption','Urban Engineering'),(2684,290,'_gallery_4_caption','field_5679731882bc7'),(2685,290,'gallery_4_link_url','http://www.urbanengineers.com/'),(2686,290,'_gallery_4_link_url','field_5679732582bc8'),(2687,290,'gallery_5_image','263'),(2688,290,'_gallery_5_image','field_5679730182bc6'),(2689,290,'gallery_5_caption','SPK Engineering Incorporated'),(2690,290,'_gallery_5_caption','field_5679731882bc7'),(2691,290,'gallery_5_link_url','http://www.spkengr.com/'),(2692,290,'_gallery_5_link_url','field_5679732582bc8'),(2693,290,'gallery_6_image','261'),(2694,290,'_gallery_6_image','field_5679730182bc6'),(2695,290,'gallery_6_caption','Quality Engineering Solutions'),(2696,290,'_gallery_6_caption','field_5679731882bc7'),(2697,290,'gallery_6_link_url','http://www.qespavements.com/'),(2698,290,'_gallery_6_link_url','field_5679732582bc8'),(2699,290,'gallery_7_image','275'),(2700,290,'_gallery_7_image','field_5679730182bc6'),(2701,290,'gallery_7_caption','Witman Engineers and Consultants'),(2702,290,'_gallery_7_caption','field_5679731882bc7'),(2703,290,'gallery_7_link_url','http://www.witmanengineers.com/'),(2704,290,'_gallery_7_link_url','field_5679732582bc8'),(2705,290,'gallery_8_image','273'),(2706,290,'_gallery_8_image','field_5679730182bc6'),(2707,290,'gallery_8_caption','Widmer Engineering'),(2708,290,'_gallery_8_caption','field_5679731882bc7'),(2709,290,'gallery_8_link_url','http://widmerengineers.com/'),(2710,290,'_gallery_8_link_url','field_5679732582bc8'),(2711,290,'gallery_9_image','271'),(2712,290,'_gallery_9_image','field_5679730182bc6'),(2713,290,'gallery_9_caption','WBCM'),(2714,290,'_gallery_9_caption','field_5679731882bc7'),(2715,290,'gallery_9_link_url','http://www.wbcm.com/'),(2716,290,'_gallery_9_link_url','field_5679732582bc8'),(2717,290,'gallery_10_image','276'),(2718,290,'_gallery_10_image','field_5679730182bc6'),(2719,290,'gallery_10_caption','A.D. Marble & Company'),(2720,290,'_gallery_10_caption','field_5679731882bc7'),(2721,290,'gallery_10_link_url','http://admarble.com/'),(2722,290,'_gallery_10_link_url','field_5679732582bc8'),(2723,290,'gallery_11_image','279'),(2724,290,'_gallery_11_image','field_5679730182bc6'),(2725,290,'gallery_11_caption','American Engineers Group'),(2726,290,'_gallery_11_caption','field_5679731882bc7'),(2727,290,'gallery_11_link_url','http://www.aegroup-llc.com/'),(2728,290,'_gallery_11_link_url','field_5679732582bc8'),(2729,290,'gallery_12_image','266'),(2730,290,'_gallery_12_image','field_5679730182bc6'),(2731,290,'gallery_12_caption','Trans Associates'),(2732,290,'_gallery_12_caption','field_5679731882bc7'),(2733,290,'gallery_12_link_url','http://transassociates.com/'),(2734,290,'_gallery_12_link_url','field_5679732582bc8'),(2735,290,'gallery_13_image','256'),(2736,290,'_gallery_13_image','field_5679730182bc6'),(2737,290,'gallery_13_caption','Modjeski & Masters'),(2738,290,'_gallery_13_caption','field_5679731882bc7'),(2739,290,'gallery_13_link_url','http://www.modjeski.com/'),(2740,290,'_gallery_13_link_url','field_5679732582bc8'),(2741,290,'gallery_14_image','277'),(2742,290,'_gallery_14_image','field_5679730182bc6'),(2743,290,'gallery_14_caption','AECOM'),(2744,290,'_gallery_14_caption','field_5679731882bc7'),(2745,290,'gallery_14_link_url','http://www.aecom.com/'),(2746,290,'_gallery_14_link_url','field_5679732582bc8'),(2747,290,'gallery_15_image','259'),(2748,290,'_gallery_15_image','field_5679730182bc6'),(2749,290,'gallery_15_caption','Pickering, Corts & Summerson'),(2750,290,'_gallery_15_caption','field_5679731882bc7'),(2751,290,'gallery_15_link_url','http://www.pcs-civil.com/'),(2752,290,'_gallery_15_link_url','field_5679732582bc8'),(2753,290,'gallery_16_image','281'),(2754,290,'_gallery_16_image','field_5679730182bc6'),(2755,290,'gallery_16_caption','Buchart Horn Incorporated'),(2756,290,'_gallery_16_caption','field_5679731882bc7'),(2757,290,'gallery_16_link_url','http://www.bh-ba.com/'),(2758,290,'_gallery_16_link_url','field_5679732582bc8'),(2759,290,'gallery_17_image','248'),(2760,290,'_gallery_17_image','field_5679730182bc6'),(2761,290,'gallery_17_caption','HDR'),(2762,290,'_gallery_17_caption','field_5679731882bc7'),(2763,290,'gallery_17_link_url','http://www.hdrinc.com/'),(2764,290,'_gallery_17_link_url','field_5679732582bc8'),(2765,290,'gallery_18_image','264'),(2766,290,'_gallery_18_image','field_5679730182bc6'),(2767,290,'gallery_18_caption','STV Incorporated'),(2768,290,'_gallery_18_caption','field_5679731882bc7'),(2769,290,'gallery_18_link_url','http://www.stvinc.com/'),(2770,290,'_gallery_18_link_url','field_5679732582bc8'),(2771,290,'gallery_19_image','244'),(2772,290,'_gallery_19_image','field_5679730182bc6'),(2773,290,'gallery_19_caption','GAI Consultants'),(2774,290,'_gallery_19_caption','field_5679731882bc7'),(2775,290,'gallery_19_link_url','http://gaiconsultants.com/'),(2776,290,'_gallery_19_link_url','field_5679732582bc8'),(2777,290,'gallery_20_image','257'),(2778,290,'_gallery_20_image','field_5679730182bc6'),(2779,290,'gallery_20_caption','PB Americas, Inc.'),(2780,290,'_gallery_20_caption','field_5679731882bc7'),(2781,290,'gallery_20_link_url','http://www.pbworld.com/'),(2782,290,'_gallery_20_link_url','field_5679732582bc8'),(2783,290,'gallery_21_image','267'),(2784,290,'_gallery_21_image','field_5679730182bc6'),(2785,290,'gallery_21_caption','Tri-State Design & Development'),(2786,290,'_gallery_21_caption','field_5679731882bc7'),(2787,290,'gallery_21_link_url','http://www.tri-statedesign.com/'),(2788,290,'_gallery_21_link_url','field_5679732582bc8'),(2789,290,'gallery_22_image','251'),(2790,290,'_gallery_22_image','field_5679730182bc6'),(2791,290,'gallery_22_caption','Maguire Group'),(2792,290,'_gallery_22_caption','field_5679731882bc7'),(2793,290,'gallery_22_link_url','http://www.cdrmaguire.com/'),(2794,290,'_gallery_22_link_url','field_5679732582bc8'),(2795,290,'gallery_23_image','268'),(2796,290,'_gallery_23_image','field_5679730182bc6'),(2797,290,'gallery_23_caption','T.W. Consultants'),(2798,290,'_gallery_23_caption','field_5679731882bc7'),(2799,290,'gallery_23_link_url','http://www.twconsultants.com/'),(2800,290,'_gallery_23_link_url','field_5679732582bc8'),(2801,290,'gallery_24_image','243'),(2802,290,'_gallery_24_image','field_5679730182bc6'),(2803,290,'gallery_24_caption','Dewberry'),(2804,290,'_gallery_24_caption','field_5679731882bc7'),(2805,290,'gallery_24_link_url','http://www.dewberry.com/'),(2806,290,'_gallery_24_link_url','field_5679732582bc8'),(2807,290,'gallery_25_image','260'),(2808,290,'_gallery_25_image','field_5679730182bc6'),(2809,290,'gallery_25_caption','Quad 3'),(2810,290,'_gallery_25_caption','field_5679731882bc7'),(2811,290,'gallery_25_link_url','http://www.quad3.com/'),(2812,290,'_gallery_25_link_url','field_5679732582bc8'),(2813,290,'gallery_26_image','282'),(2814,290,'_gallery_26_image','field_5679730182bc6'),(2815,290,'gallery_26_caption','Burisch'),(2816,290,'_gallery_26_caption','field_5679731882bc7'),(2817,290,'gallery_26_link_url','http://www.bursich.com/'),(2818,290,'_gallery_26_link_url','field_5679732582bc8'),(2819,290,'gallery_27_image','240'),(2820,290,'_gallery_27_image','field_5679730182bc6'),(2821,290,'gallery_27_caption','Cherry, Weber & Associates'),(2822,290,'_gallery_27_caption','field_5679731882bc7'),(2823,290,'gallery_27_link_url','http://www.cherryweber.com/'),(2824,290,'_gallery_27_link_url','field_5679732582bc8'),(2825,290,'gallery_28_image','274'),(2826,290,'_gallery_28_image','field_5679730182bc6'),(2827,290,'gallery_28_caption','Wilson Consulting Group'),(2828,290,'_gallery_28_caption','field_5679731882bc7'),(2829,290,'gallery_28_link_url','http://www.wcg-pc.com/'),(2830,290,'_gallery_28_link_url','field_5679732582bc8'),(2831,290,'gallery_29_image','254'),(2832,290,'_gallery_29_image','field_5679730182bc6'),(2833,290,'gallery_29_caption','McTish, Kunkel & Associates'),(2834,290,'_gallery_29_caption','field_5679731882bc7'),(2835,290,'gallery_29_link_url','http://www.mctish.com/'),(2836,290,'_gallery_29_link_url','field_5679732582bc8'),(2837,290,'gallery_30_image','278'),(2838,290,'_gallery_30_image','field_5679730182bc6'),(2839,290,'gallery_30_caption','Alfred Benesch & Company'),(2840,290,'_gallery_30_caption','field_5679731882bc7'),(2841,290,'gallery_30_link_url','http://web.benesch.com/'),(2842,290,'_gallery_30_link_url','field_5679732582bc8'),(2843,290,'gallery_31_image','285'),(2844,290,'_gallery_31_image','field_5679730182bc6'),(2845,290,'gallery_31_caption','CECO Associates Incorporated'),(2846,290,'_gallery_31_caption','field_5679731882bc7'),(2847,290,'gallery_31_link_url','http://www.cecoassociates.com/'),(2848,290,'_gallery_31_link_url','field_5679732582bc8'),(2849,290,'gallery_32_image','247'),(2850,290,'_gallery_32_image','field_5679730182bc6'),(2851,290,'gallery_32_caption','HAKS'),(2852,290,'_gallery_32_caption','field_5679731882bc7'),(2853,290,'gallery_32_link_url','http://www.haks.net/'),(2854,290,'_gallery_32_link_url','field_5679732582bc8'),(2855,290,'gallery_33_image','262'),(2856,290,'_gallery_33_image','field_5679730182bc6'),(2857,290,'gallery_33_caption','Raudenbush Engineering, Inc.'),(2858,290,'_gallery_33_caption','field_5679731882bc7'),(2859,290,'gallery_33_link_url','http://www.raudeng.com/'),(2860,290,'_gallery_33_link_url','field_5679732582bc8'),(2861,290,'gallery_34_image','280'),(2862,290,'_gallery_34_image','field_5679730182bc6'),(2863,290,'gallery_34_caption','Ammann & Whitney'),(2864,290,'_gallery_34_caption','field_5679731882bc7'),(2865,290,'gallery_34_link_url','http://www.ammann-whitney.com/'),(2866,290,'_gallery_34_link_url','field_5679732582bc8'),(2867,290,'gallery_35_image','241'),(2868,290,'_gallery_35_image','field_5679730182bc6'),(2869,290,'gallery_35_caption','C.S. Davidson, Inc.'),(2870,290,'_gallery_35_caption','field_5679731882bc7'),(2871,290,'gallery_35_link_url','http://www.csdavidson.com/'),(2872,290,'_gallery_35_link_url','field_5679732582bc8'),(2873,290,'gallery_36_image','283'),(2874,290,'_gallery_36_image','field_5679730182bc6'),(2875,290,'gallery_36_caption','Carbon Engineering, Inc.'),(2876,290,'_gallery_36_caption','field_5679731882bc7'),(2877,290,'gallery_36_link_url','http://www.carbonengineering.net/'),(2878,290,'_gallery_36_link_url','field_5679732582bc8'),(2879,290,'gallery_37_image','284'),(2880,290,'_gallery_37_image','field_5679730182bc6'),(2881,290,'gallery_37_caption','CDM Smith'),(2882,290,'_gallery_37_caption','field_5679731882bc7'),(2883,290,'gallery_37_link_url','http://cdmsmith.com/'),(2884,290,'_gallery_37_link_url','field_5679732582bc8'),(2885,290,'gallery_38_image','286'),(2886,290,'_gallery_38_image','field_5679730182bc6'),(2887,290,'gallery_38_caption','Century Engineering'),(2888,290,'_gallery_38_caption','field_5679731882bc7'),(2889,290,'gallery_38_link_url','http://www.centuryeng.com/'),(2890,290,'_gallery_38_link_url','field_5679732582bc8'),(2891,290,'gallery_39_image','242'),(2892,290,'_gallery_39_image','field_5679730182bc6'),(2893,290,'gallery_39_caption','Czop & Specter'),(2894,290,'_gallery_39_caption','field_5679731882bc7'),(2895,290,'gallery_39_link_url','http://www.czopspecter.com/'),(2896,290,'_gallery_39_link_url','field_5679732582bc8'),(2897,290,'gallery_40_image','245'),(2898,290,'_gallery_40_image','field_5679730182bc6'),(2899,290,'gallery_40_caption','Gannett Fleming'),(2900,290,'_gallery_40_caption','field_5679731882bc7'),(2901,290,'gallery_40_link_url','http://www.gannettfleming.com/'),(2902,290,'_gallery_40_link_url','field_5679732582bc8'),(2903,290,'gallery_41_image','246'),(2904,290,'_gallery_41_image','field_5679730182bc6'),(2905,290,'gallery_41_caption','Gibson-Thomas Engineering Co., Inc.'),(2906,290,'_gallery_41_caption','field_5679731882bc7'),(2907,290,'gallery_41_link_url','http://www.gibson-thomas.com/'),(2908,290,'_gallery_41_link_url','field_5679732582bc8'),(2909,290,'gallery_42_image','253'),(2910,290,'_gallery_42_image','field_5679730182bc6'),(2911,290,'gallery_42_caption','McMahon Transportation'),(2912,290,'_gallery_42_caption','field_5679731882bc7'),(2913,290,'gallery_42_link_url','http://www.mcmtrans.com/'),(2914,290,'_gallery_42_link_url','field_5679732582bc8'),(2915,290,'gallery_43_image','258'),(2916,290,'_gallery_43_image','field_5679730182bc6'),(2917,290,'gallery_43_caption','Pennoni Associates'),(2918,290,'_gallery_43_caption','field_5679731882bc7'),(2919,290,'gallery_43_link_url','http://www.pennoni.com/'),(2920,290,'_gallery_43_link_url','field_5679732582bc8'),(2921,290,'gallery_44_image','265'),(2922,290,'_gallery_44_image','field_5679730182bc6'),(2923,290,'gallery_44_caption','Traffic Planning & Design, Inc.'),(2924,290,'_gallery_44_caption','field_5679731882bc7'),(2925,290,'gallery_44_link_url','http://trafficpd.com/'),(2926,290,'_gallery_44_link_url','field_5679732582bc8'),(2927,290,'gallery_45_image','270'),(2928,290,'_gallery_45_image','field_5679730182bc6'),(2929,290,'gallery_45_caption','URS Corporation'),(2930,290,'_gallery_45_caption','field_5679731882bc7'),(2931,290,'gallery_45_link_url','http://www.aecom.com/'),(2932,290,'_gallery_45_link_url','field_5679732582bc8'),(2933,290,'gallery_46_image','249'),(2934,290,'_gallery_46_image','field_5679730182bc6'),(2935,290,'gallery_46_caption','Larson Design Group'),(2936,290,'_gallery_46_caption','field_5679731882bc7'),(2937,290,'gallery_46_link_url','http://www.larsondesigngroup.com/'),(2938,290,'_gallery_46_link_url','field_5679732582bc8'),(2939,290,'gallery','47'),(2940,290,'_gallery','field_567972d94743e'),(2941,291,'gallery_0_image','186'),(2942,291,'_gallery_0_image','field_567962da92a82'),(2943,291,'gallery_0_caption','Pennsylvania Dept. Of Transportation test test test test test test'),(2944,291,'_gallery_0_caption','field_567964478bfc4'),(2945,291,'gallery_0_link_url','http://www.penndot.gov/'),(2946,291,'_gallery_0_link_url','field_567964549f5d7'),(2947,291,'gallery_1_image','185'),(2948,291,'_gallery_1_image','field_567962da92a82'),(2949,291,'gallery_1_caption','Pennsylvania Turnpike'),(2950,291,'_gallery_1_caption','field_567964478bfc4'),(2951,291,'gallery_1_link_url','https://www.paturnpike.com/'),(2952,291,'_gallery_1_link_url','field_567964549f5d7'),(2953,291,'gallery_2_image','171'),(2954,291,'_gallery_2_image','field_567962da92a82'),(2955,291,'gallery_2_caption','Allegheny County'),(2956,291,'_gallery_2_caption','field_567964478bfc4'),(2957,291,'gallery_2_link_url','http://www.alleghenycounty.us/'),(2958,291,'_gallery_2_link_url','field_567964549f5d7'),(2959,291,'gallery_3_image','177'),(2960,291,'_gallery_3_image','field_567962da92a82'),(2961,291,'gallery_3_caption','City of New Castle'),(2962,291,'_gallery_3_caption','field_567964478bfc4'),(2963,291,'gallery_3_link_url','http://www.newcastlepa.org/'),(2964,291,'_gallery_3_link_url','field_567964549f5d7'),(2965,291,'gallery_4_image','170'),(2966,291,'_gallery_4_image','field_567962da92a82'),(2967,291,'gallery_4_caption','Alcosan'),(2968,291,'_gallery_4_caption','field_567964478bfc4'),(2969,291,'gallery_4_link_url','http://www.alcosan.org/'),(2970,291,'_gallery_4_link_url','field_567964549f5d7'),(2971,291,'gallery_5_image','183'),(2972,291,'_gallery_5_image','field_567962da92a82'),(2973,291,'gallery_5_caption','Lehigh County'),(2974,291,'_gallery_5_caption','field_567964478bfc4'),(2975,291,'gallery_5_link_url','https://www.lehighcounty.org/'),(2976,291,'_gallery_5_link_url','field_567964549f5d7'),(2977,291,'gallery_6_image','168'),(2978,291,'_gallery_6_image','field_567962da92a82'),(2979,291,'gallery_6_caption','Susquehanna Valley'),(2980,291,'_gallery_6_caption','field_567964478bfc4'),(2981,291,'gallery_6_link_url','http://parivertowns.com/'),(2982,291,'_gallery_6_link_url','field_567964549f5d7'),(2983,291,'gallery_7_image','189'),(2984,291,'_gallery_7_image','field_567962da92a82'),(2985,291,'gallery_7_caption','SEPTA'),(2986,291,'_gallery_7_caption','field_567964478bfc4'),(2987,291,'gallery_7_link_url','http://www.septa.org/'),(2988,291,'_gallery_7_link_url','field_567964549f5d7'),(2989,291,'gallery_8_image','173'),(2990,291,'_gallery_8_image','field_567962da92a82'),(2991,291,'gallery_8_caption','Antrim Township'),(2992,291,'_gallery_8_caption','field_567964478bfc4'),(2993,291,'gallery_8_link_url','http://www.twp.antrim.pa.us/'),(2994,291,'_gallery_8_link_url','field_567964549f5d7'),(2995,291,'gallery_9_image','184'),(2996,291,'_gallery_9_image','field_567962da92a82'),(2997,291,'gallery_9_caption','New Castle School District'),(2998,291,'_gallery_9_caption','field_567964478bfc4'),(2999,291,'gallery_9_link_url','http://www.ncasd.com/'),(3000,291,'_gallery_9_link_url','field_567964549f5d7'),(3001,291,'gallery_10_image','187'),(3002,291,'_gallery_10_image','field_567962da92a82'),(3003,291,'gallery_10_caption','Port Authority of Allegheny County'),(3004,291,'_gallery_10_caption','field_567964478bfc4'),(3005,291,'gallery_10_link_url','http://www.portauthority.org/'),(3006,291,'_gallery_10_link_url','field_567964549f5d7'),(3007,291,'gallery_11_image','179'),(3008,291,'_gallery_11_image','field_567962da92a82'),(3009,291,'gallery_11_caption','Findlay Township Municipal Authority'),(3010,291,'_gallery_11_caption','field_567964478bfc4'),(3011,291,'gallery_11_link_url','http://www.findlaytwp.org/'),(3012,291,'_gallery_11_link_url','field_567964549f5d7'),(3013,291,'gallery_12_image','178'),(3014,291,'_gallery_12_image','field_567962da92a82'),(3015,291,'gallery_12_caption','City of Pittsburgh'),(3016,291,'_gallery_12_caption','field_567964478bfc4'),(3017,291,'gallery_12_link_url','http://pittsburghpa.gov/'),(3018,291,'_gallery_12_link_url','field_567964549f5d7'),(3019,291,'gallery_13_image','175'),(3020,291,'_gallery_13_image','field_567962da92a82'),(3021,291,'gallery_13_caption','California University of PA'),(3022,291,'_gallery_13_caption','field_567964478bfc4'),(3023,291,'gallery_13_link_url','http://www.calu.edu/'),(3024,291,'_gallery_13_link_url','field_567964549f5d7'),(3025,291,'gallery_14_image','181'),(3026,291,'_gallery_14_image','field_567962da92a82'),(3027,291,'gallery_14_caption','Hamilton Township'),(3028,291,'_gallery_14_caption','field_567964478bfc4'),(3029,291,'gallery_14_link_url','http://hamiltontwp.org/'),(3030,291,'_gallery_14_link_url','field_567964549f5d7'),(3031,291,'gallery_15_image','180'),(3032,291,'_gallery_15_image','field_567962da92a82'),(3033,291,'gallery_15_caption','Green Gas International'),(3034,291,'_gallery_15_caption','field_567964478bfc4'),(3035,291,'gallery_15_link_url','http://www.greengas.net/'),(3036,291,'_gallery_15_link_url','field_567964549f5d7'),(3037,291,'gallery_16_image','172'),(3038,291,'_gallery_16_image','field_567962da92a82'),(3039,291,'gallery_16_caption','Allegheny County Airport Authority'),(3040,291,'_gallery_16_caption','field_567964478bfc4'),(3041,291,'gallery_16_link_url','http://www.flypittsburgh.com/'),(3042,291,'_gallery_16_link_url','field_567964549f5d7'),(3043,291,'gallery_17_image','169'),(3044,291,'_gallery_17_image','field_567962da92a82'),(3045,291,'gallery_17_caption','Woodcock Township'),(3046,291,'_gallery_17_caption','field_567964478bfc4'),(3047,291,'gallery_17_link_url','http://www.crawfordcountypa.net/portal/page?_pageid=393,1598889&_dad=portal&_schema=PORTAL'),(3048,291,'_gallery_17_link_url','field_567964549f5d7'),(3049,291,'gallery_18_image','188'),(3050,291,'_gallery_18_image','field_567962da92a82'),(3051,291,'gallery_18_caption','Richland Township'),(3052,291,'_gallery_18_caption','field_567964478bfc4'),(3053,291,'gallery_18_link_url','http://www.richland.pa.us/'),(3054,291,'_gallery_18_link_url','field_567964549f5d7'),(3055,291,'gallery_19_image','176'),(3056,291,'_gallery_19_image','field_567962da92a82'),(3057,291,'gallery_19_caption','Carbon County'),(3058,291,'_gallery_19_caption','field_567964478bfc4'),(3059,291,'gallery_19_link_url','http://www.carboncounty.com/'),(3060,291,'_gallery_19_link_url','field_567964549f5d7'),(3061,291,'gallery_20_image','174'),(3062,291,'_gallery_20_image','field_567962da92a82'),(3063,291,'gallery_20_caption','Borough of Lansdale'),(3064,291,'_gallery_20_caption','field_567964478bfc4'),(3065,291,'gallery_20_link_url','http://www.lansdale.org/'),(3066,291,'_gallery_20_link_url','field_567964549f5d7'),(3067,291,'gallery','21'),(3068,291,'_gallery','field_567962c3069c2'),(3069,292,'gallery_0_image','186'),(3070,292,'_gallery_0_image','field_567962da92a82'),(3071,292,'gallery_0_caption','Pennsylvania Dept. Of Transportation te'),(3072,292,'_gallery_0_caption','field_567964478bfc4'),(3073,292,'gallery_0_link_url','http://www.penndot.gov/'),(3074,292,'_gallery_0_link_url','field_567964549f5d7'),(3075,292,'gallery_1_image','185'),(3076,292,'_gallery_1_image','field_567962da92a82'),(3077,292,'gallery_1_caption','Pennsylvania Turnpike'),(3078,292,'_gallery_1_caption','field_567964478bfc4'),(3079,292,'gallery_1_link_url','https://www.paturnpike.com/'),(3080,292,'_gallery_1_link_url','field_567964549f5d7'),(3081,292,'gallery_2_image','171'),(3082,292,'_gallery_2_image','field_567962da92a82'),(3083,292,'gallery_2_caption','Allegheny County'),(3084,292,'_gallery_2_caption','field_567964478bfc4'),(3085,292,'gallery_2_link_url','http://www.alleghenycounty.us/'),(3086,292,'_gallery_2_link_url','field_567964549f5d7'),(3087,292,'gallery_3_image','177'),(3088,292,'_gallery_3_image','field_567962da92a82'),(3089,292,'gallery_3_caption','City of New Castle'),(3090,292,'_gallery_3_caption','field_567964478bfc4'),(3091,292,'gallery_3_link_url','http://www.newcastlepa.org/'),(3092,292,'_gallery_3_link_url','field_567964549f5d7'),(3093,292,'gallery_4_image','170'),(3094,292,'_gallery_4_image','field_567962da92a82'),(3095,292,'gallery_4_caption','Alcosan'),(3096,292,'_gallery_4_caption','field_567964478bfc4'),(3097,292,'gallery_4_link_url','http://www.alcosan.org/'),(3098,292,'_gallery_4_link_url','field_567964549f5d7'),(3099,292,'gallery_5_image','183'),(3100,292,'_gallery_5_image','field_567962da92a82'),(3101,292,'gallery_5_caption','Lehigh County'),(3102,292,'_gallery_5_caption','field_567964478bfc4'),(3103,292,'gallery_5_link_url','https://www.lehighcounty.org/'),(3104,292,'_gallery_5_link_url','field_567964549f5d7'),(3105,292,'gallery_6_image','168'),(3106,292,'_gallery_6_image','field_567962da92a82'),(3107,292,'gallery_6_caption','Susquehanna Valley'),(3108,292,'_gallery_6_caption','field_567964478bfc4'),(3109,292,'gallery_6_link_url','http://parivertowns.com/'),(3110,292,'_gallery_6_link_url','field_567964549f5d7'),(3111,292,'gallery_7_image','189'),(3112,292,'_gallery_7_image','field_567962da92a82'),(3113,292,'gallery_7_caption','SEPTA'),(3114,292,'_gallery_7_caption','field_567964478bfc4'),(3115,292,'gallery_7_link_url','http://www.septa.org/'),(3116,292,'_gallery_7_link_url','field_567964549f5d7'),(3117,292,'gallery_8_image','173'),(3118,292,'_gallery_8_image','field_567962da92a82'),(3119,292,'gallery_8_caption','Antrim Township'),(3120,292,'_gallery_8_caption','field_567964478bfc4'),(3121,292,'gallery_8_link_url','http://www.twp.antrim.pa.us/'),(3122,292,'_gallery_8_link_url','field_567964549f5d7'),(3123,292,'gallery_9_image','184'),(3124,292,'_gallery_9_image','field_567962da92a82'),(3125,292,'gallery_9_caption','New Castle School District'),(3126,292,'_gallery_9_caption','field_567964478bfc4'),(3127,292,'gallery_9_link_url','http://www.ncasd.com/'),(3128,292,'_gallery_9_link_url','field_567964549f5d7'),(3129,292,'gallery_10_image','187'),(3130,292,'_gallery_10_image','field_567962da92a82'),(3131,292,'gallery_10_caption','Port Authority of Allegheny County'),(3132,292,'_gallery_10_caption','field_567964478bfc4'),(3133,292,'gallery_10_link_url','http://www.portauthority.org/'),(3134,292,'_gallery_10_link_url','field_567964549f5d7'),(3135,292,'gallery_11_image','179'),(3136,292,'_gallery_11_image','field_567962da92a82'),(3137,292,'gallery_11_caption','Findlay Township Municipal Authority'),(3138,292,'_gallery_11_caption','field_567964478bfc4'),(3139,292,'gallery_11_link_url','http://www.findlaytwp.org/'),(3140,292,'_gallery_11_link_url','field_567964549f5d7'),(3141,292,'gallery_12_image','178'),(3142,292,'_gallery_12_image','field_567962da92a82'),(3143,292,'gallery_12_caption','City of Pittsburgh'),(3144,292,'_gallery_12_caption','field_567964478bfc4'),(3145,292,'gallery_12_link_url','http://pittsburghpa.gov/'),(3146,292,'_gallery_12_link_url','field_567964549f5d7'),(3147,292,'gallery_13_image','175'),(3148,292,'_gallery_13_image','field_567962da92a82'),(3149,292,'gallery_13_caption','California University of PA'),(3150,292,'_gallery_13_caption','field_567964478bfc4'),(3151,292,'gallery_13_link_url','http://www.calu.edu/'),(3152,292,'_gallery_13_link_url','field_567964549f5d7'),(3153,292,'gallery_14_image','181'),(3154,292,'_gallery_14_image','field_567962da92a82'),(3155,292,'gallery_14_caption','Hamilton Township'),(3156,292,'_gallery_14_caption','field_567964478bfc4'),(3157,292,'gallery_14_link_url','http://hamiltontwp.org/'),(3158,292,'_gallery_14_link_url','field_567964549f5d7'),(3159,292,'gallery_15_image','180'),(3160,292,'_gallery_15_image','field_567962da92a82'),(3161,292,'gallery_15_caption','Green Gas International'),(3162,292,'_gallery_15_caption','field_567964478bfc4'),(3163,292,'gallery_15_link_url','http://www.greengas.net/'),(3164,292,'_gallery_15_link_url','field_567964549f5d7'),(3165,292,'gallery_16_image','172'),(3166,292,'_gallery_16_image','field_567962da92a82'),(3167,292,'gallery_16_caption','Allegheny County Airport Authority'),(3168,292,'_gallery_16_caption','field_567964478bfc4'),(3169,292,'gallery_16_link_url','http://www.flypittsburgh.com/'),(3170,292,'_gallery_16_link_url','field_567964549f5d7'),(3171,292,'gallery_17_image','169'),(3172,292,'_gallery_17_image','field_567962da92a82'),(3173,292,'gallery_17_caption','Woodcock Township'),(3174,292,'_gallery_17_caption','field_567964478bfc4'),(3175,292,'gallery_17_link_url','http://www.crawfordcountypa.net/portal/page?_pageid=393,1598889&_dad=portal&_schema=PORTAL'),(3176,292,'_gallery_17_link_url','field_567964549f5d7'),(3177,292,'gallery_18_image','188'),(3178,292,'_gallery_18_image','field_567962da92a82'),(3179,292,'gallery_18_caption','Richland Township'),(3180,292,'_gallery_18_caption','field_567964478bfc4'),(3181,292,'gallery_18_link_url','http://www.richland.pa.us/'),(3182,292,'_gallery_18_link_url','field_567964549f5d7'),(3183,292,'gallery_19_image','176'),(3184,292,'_gallery_19_image','field_567962da92a82'),(3185,292,'gallery_19_caption','Carbon County'),(3186,292,'_gallery_19_caption','field_567964478bfc4'),(3187,292,'gallery_19_link_url','http://www.carboncounty.com/'),(3188,292,'_gallery_19_link_url','field_567964549f5d7'),(3189,292,'gallery_20_image','174'),(3190,292,'_gallery_20_image','field_567962da92a82'),(3191,292,'gallery_20_caption','Borough of Lansdale'),(3192,292,'_gallery_20_caption','field_567964478bfc4'),(3193,292,'gallery_20_link_url','http://www.lansdale.org/'),(3194,292,'_gallery_20_link_url','field_567964549f5d7'),(3195,292,'gallery','21'),(3196,292,'_gallery','field_567962c3069c2'),(3197,293,'gallery_0_image','186'),(3198,293,'_gallery_0_image','field_567962da92a82'),(3199,293,'gallery_0_caption','Pennsylvania Dept. Of Transportation tes'),(3200,293,'_gallery_0_caption','field_567964478bfc4'),(3201,293,'gallery_0_link_url','http://www.penndot.gov/'),(3202,293,'_gallery_0_link_url','field_567964549f5d7'),(3203,293,'gallery_1_image','185'),(3204,293,'_gallery_1_image','field_567962da92a82'),(3205,293,'gallery_1_caption','Pennsylvania Turnpike'),(3206,293,'_gallery_1_caption','field_567964478bfc4'),(3207,293,'gallery_1_link_url','https://www.paturnpike.com/'),(3208,293,'_gallery_1_link_url','field_567964549f5d7'),(3209,293,'gallery_2_image','171'),(3210,293,'_gallery_2_image','field_567962da92a82'),(3211,293,'gallery_2_caption','Allegheny County'),(3212,293,'_gallery_2_caption','field_567964478bfc4'),(3213,293,'gallery_2_link_url','http://www.alleghenycounty.us/'),(3214,293,'_gallery_2_link_url','field_567964549f5d7'),(3215,293,'gallery_3_image','177'),(3216,293,'_gallery_3_image','field_567962da92a82'),(3217,293,'gallery_3_caption','City of New Castle'),(3218,293,'_gallery_3_caption','field_567964478bfc4'),(3219,293,'gallery_3_link_url','http://www.newcastlepa.org/'),(3220,293,'_gallery_3_link_url','field_567964549f5d7'),(3221,293,'gallery_4_image','170'),(3222,293,'_gallery_4_image','field_567962da92a82'),(3223,293,'gallery_4_caption','Alcosan'),(3224,293,'_gallery_4_caption','field_567964478bfc4'),(3225,293,'gallery_4_link_url','http://www.alcosan.org/'),(3226,293,'_gallery_4_link_url','field_567964549f5d7'),(3227,293,'gallery_5_image','183'),(3228,293,'_gallery_5_image','field_567962da92a82'),(3229,293,'gallery_5_caption','Lehigh County'),(3230,293,'_gallery_5_caption','field_567964478bfc4'),(3231,293,'gallery_5_link_url','https://www.lehighcounty.org/'),(3232,293,'_gallery_5_link_url','field_567964549f5d7'),(3233,293,'gallery_6_image','168'),(3234,293,'_gallery_6_image','field_567962da92a82'),(3235,293,'gallery_6_caption','Susquehanna Valley'),(3236,293,'_gallery_6_caption','field_567964478bfc4'),(3237,293,'gallery_6_link_url','http://parivertowns.com/'),(3238,293,'_gallery_6_link_url','field_567964549f5d7'),(3239,293,'gallery_7_image','189'),(3240,293,'_gallery_7_image','field_567962da92a82'),(3241,293,'gallery_7_caption','SEPTA'),(3242,293,'_gallery_7_caption','field_567964478bfc4'),(3243,293,'gallery_7_link_url','http://www.septa.org/'),(3244,293,'_gallery_7_link_url','field_567964549f5d7'),(3245,293,'gallery_8_image','173'),(3246,293,'_gallery_8_image','field_567962da92a82'),(3247,293,'gallery_8_caption','Antrim Township'),(3248,293,'_gallery_8_caption','field_567964478bfc4'),(3249,293,'gallery_8_link_url','http://www.twp.antrim.pa.us/'),(3250,293,'_gallery_8_link_url','field_567964549f5d7'),(3251,293,'gallery_9_image','184'),(3252,293,'_gallery_9_image','field_567962da92a82'),(3253,293,'gallery_9_caption','New Castle School District'),(3254,293,'_gallery_9_caption','field_567964478bfc4'),(3255,293,'gallery_9_link_url','http://www.ncasd.com/'),(3256,293,'_gallery_9_link_url','field_567964549f5d7'),(3257,293,'gallery_10_image','187'),(3258,293,'_gallery_10_image','field_567962da92a82'),(3259,293,'gallery_10_caption','Port Authority of Allegheny County'),(3260,293,'_gallery_10_caption','field_567964478bfc4'),(3261,293,'gallery_10_link_url','http://www.portauthority.org/'),(3262,293,'_gallery_10_link_url','field_567964549f5d7'),(3263,293,'gallery_11_image','179'),(3264,293,'_gallery_11_image','field_567962da92a82'),(3265,293,'gallery_11_caption','Findlay Township Municipal Authority'),(3266,293,'_gallery_11_caption','field_567964478bfc4'),(3267,293,'gallery_11_link_url','http://www.findlaytwp.org/'),(3268,293,'_gallery_11_link_url','field_567964549f5d7'),(3269,293,'gallery_12_image','178'),(3270,293,'_gallery_12_image','field_567962da92a82'),(3271,293,'gallery_12_caption','City of Pittsburgh'),(3272,293,'_gallery_12_caption','field_567964478bfc4'),(3273,293,'gallery_12_link_url','http://pittsburghpa.gov/'),(3274,293,'_gallery_12_link_url','field_567964549f5d7'),(3275,293,'gallery_13_image','175'),(3276,293,'_gallery_13_image','field_567962da92a82'),(3277,293,'gallery_13_caption','California University of PA'),(3278,293,'_gallery_13_caption','field_567964478bfc4'),(3279,293,'gallery_13_link_url','http://www.calu.edu/'),(3280,293,'_gallery_13_link_url','field_567964549f5d7'),(3281,293,'gallery_14_image','181'),(3282,293,'_gallery_14_image','field_567962da92a82'),(3283,293,'gallery_14_caption','Hamilton Township'),(3284,293,'_gallery_14_caption','field_567964478bfc4'),(3285,293,'gallery_14_link_url','http://hamiltontwp.org/'),(3286,293,'_gallery_14_link_url','field_567964549f5d7'),(3287,293,'gallery_15_image','180'),(3288,293,'_gallery_15_image','field_567962da92a82'),(3289,293,'gallery_15_caption','Green Gas International'),(3290,293,'_gallery_15_caption','field_567964478bfc4'),(3291,293,'gallery_15_link_url','http://www.greengas.net/'),(3292,293,'_gallery_15_link_url','field_567964549f5d7'),(3293,293,'gallery_16_image','172'),(3294,293,'_gallery_16_image','field_567962da92a82'),(3295,293,'gallery_16_caption','Allegheny County Airport Authority'),(3296,293,'_gallery_16_caption','field_567964478bfc4'),(3297,293,'gallery_16_link_url','http://www.flypittsburgh.com/'),(3298,293,'_gallery_16_link_url','field_567964549f5d7'),(3299,293,'gallery_17_image','169'),(3300,293,'_gallery_17_image','field_567962da92a82'),(3301,293,'gallery_17_caption','Woodcock Township'),(3302,293,'_gallery_17_caption','field_567964478bfc4'),(3303,293,'gallery_17_link_url','http://www.crawfordcountypa.net/portal/page?_pageid=393,1598889&_dad=portal&_schema=PORTAL'),(3304,293,'_gallery_17_link_url','field_567964549f5d7'),(3305,293,'gallery_18_image','188'),(3306,293,'_gallery_18_image','field_567962da92a82'),(3307,293,'gallery_18_caption','Richland Township'),(3308,293,'_gallery_18_caption','field_567964478bfc4'),(3309,293,'gallery_18_link_url','http://www.richland.pa.us/'),(3310,293,'_gallery_18_link_url','field_567964549f5d7'),(3311,293,'gallery_19_image','176'),(3312,293,'_gallery_19_image','field_567962da92a82'),(3313,293,'gallery_19_caption','Carbon County'),(3314,293,'_gallery_19_caption','field_567964478bfc4'),(3315,293,'gallery_19_link_url','http://www.carboncounty.com/'),(3316,293,'_gallery_19_link_url','field_567964549f5d7'),(3317,293,'gallery_20_image','174'),(3318,293,'_gallery_20_image','field_567962da92a82'),(3319,293,'gallery_20_caption','Borough of Lansdale'),(3320,293,'_gallery_20_caption','field_567964478bfc4'),(3321,293,'gallery_20_link_url','http://www.lansdale.org/'),(3322,293,'_gallery_20_link_url','field_567964549f5d7'),(3323,293,'gallery','21'),(3324,293,'_gallery','field_567962c3069c2'),(3325,294,'gallery_0_image','186'),(3326,294,'_gallery_0_image','field_567962da92a82'),(3327,294,'gallery_0_caption','Pennsylvania Dept. Of Transportation'),(3328,294,'_gallery_0_caption','field_567964478bfc4'),(3329,294,'gallery_0_link_url','http://www.penndot.gov/'),(3330,294,'_gallery_0_link_url','field_567964549f5d7'),(3331,294,'gallery_1_image','185'),(3332,294,'_gallery_1_image','field_567962da92a82'),(3333,294,'gallery_1_caption','Pennsylvania Turnpike'),(3334,294,'_gallery_1_caption','field_567964478bfc4'),(3335,294,'gallery_1_link_url','https://www.paturnpike.com/'),(3336,294,'_gallery_1_link_url','field_567964549f5d7'),(3337,294,'gallery_2_image','171'),(3338,294,'_gallery_2_image','field_567962da92a82'),(3339,294,'gallery_2_caption','Allegheny County'),(3340,294,'_gallery_2_caption','field_567964478bfc4'),(3341,294,'gallery_2_link_url','http://www.alleghenycounty.us/'),(3342,294,'_gallery_2_link_url','field_567964549f5d7'),(3343,294,'gallery_3_image','177'),(3344,294,'_gallery_3_image','field_567962da92a82'),(3345,294,'gallery_3_caption','City of New Castle'),(3346,294,'_gallery_3_caption','field_567964478bfc4'),(3347,294,'gallery_3_link_url','http://www.newcastlepa.org/'),(3348,294,'_gallery_3_link_url','field_567964549f5d7'),(3349,294,'gallery_4_image','170'),(3350,294,'_gallery_4_image','field_567962da92a82'),(3351,294,'gallery_4_caption','Alcosan'),(3352,294,'_gallery_4_caption','field_567964478bfc4'),(3353,294,'gallery_4_link_url','http://www.alcosan.org/'),(3354,294,'_gallery_4_link_url','field_567964549f5d7'),(3355,294,'gallery_5_image','183'),(3356,294,'_gallery_5_image','field_567962da92a82'),(3357,294,'gallery_5_caption','Lehigh County'),(3358,294,'_gallery_5_caption','field_567964478bfc4'),(3359,294,'gallery_5_link_url','https://www.lehighcounty.org/'),(3360,294,'_gallery_5_link_url','field_567964549f5d7'),(3361,294,'gallery_6_image','168'),(3362,294,'_gallery_6_image','field_567962da92a82'),(3363,294,'gallery_6_caption','Susquehanna Valley'),(3364,294,'_gallery_6_caption','field_567964478bfc4'),(3365,294,'gallery_6_link_url','http://parivertowns.com/'),(3366,294,'_gallery_6_link_url','field_567964549f5d7'),(3367,294,'gallery_7_image','189'),(3368,294,'_gallery_7_image','field_567962da92a82'),(3369,294,'gallery_7_caption','SEPTA'),(3370,294,'_gallery_7_caption','field_567964478bfc4'),(3371,294,'gallery_7_link_url','http://www.septa.org/'),(3372,294,'_gallery_7_link_url','field_567964549f5d7'),(3373,294,'gallery_8_image','173'),(3374,294,'_gallery_8_image','field_567962da92a82'),(3375,294,'gallery_8_caption','Antrim Township'),(3376,294,'_gallery_8_caption','field_567964478bfc4'),(3377,294,'gallery_8_link_url','http://www.twp.antrim.pa.us/'),(3378,294,'_gallery_8_link_url','field_567964549f5d7'),(3379,294,'gallery_9_image','184'),(3380,294,'_gallery_9_image','field_567962da92a82'),(3381,294,'gallery_9_caption','New Castle School District'),(3382,294,'_gallery_9_caption','field_567964478bfc4'),(3383,294,'gallery_9_link_url','http://www.ncasd.com/'),(3384,294,'_gallery_9_link_url','field_567964549f5d7'),(3385,294,'gallery_10_image','187'),(3386,294,'_gallery_10_image','field_567962da92a82'),(3387,294,'gallery_10_caption','Port Authority of Allegheny County'),(3388,294,'_gallery_10_caption','field_567964478bfc4'),(3389,294,'gallery_10_link_url','http://www.portauthority.org/'),(3390,294,'_gallery_10_link_url','field_567964549f5d7'),(3391,294,'gallery_11_image','179'),(3392,294,'_gallery_11_image','field_567962da92a82'),(3393,294,'gallery_11_caption','Findlay Township Municipal Authority'),(3394,294,'_gallery_11_caption','field_567964478bfc4'),(3395,294,'gallery_11_link_url','http://www.findlaytwp.org/'),(3396,294,'_gallery_11_link_url','field_567964549f5d7'),(3397,294,'gallery_12_image','178'),(3398,294,'_gallery_12_image','field_567962da92a82'),(3399,294,'gallery_12_caption','City of Pittsburgh'),(3400,294,'_gallery_12_caption','field_567964478bfc4'),(3401,294,'gallery_12_link_url','http://pittsburghpa.gov/'),(3402,294,'_gallery_12_link_url','field_567964549f5d7'),(3403,294,'gallery_13_image','175'),(3404,294,'_gallery_13_image','field_567962da92a82'),(3405,294,'gallery_13_caption','California University of PA'),(3406,294,'_gallery_13_caption','field_567964478bfc4'),(3407,294,'gallery_13_link_url','http://www.calu.edu/'),(3408,294,'_gallery_13_link_url','field_567964549f5d7'),(3409,294,'gallery_14_image','181'),(3410,294,'_gallery_14_image','field_567962da92a82'),(3411,294,'gallery_14_caption','Hamilton Township'),(3412,294,'_gallery_14_caption','field_567964478bfc4'),(3413,294,'gallery_14_link_url','http://hamiltontwp.org/'),(3414,294,'_gallery_14_link_url','field_567964549f5d7'),(3415,294,'gallery_15_image','180'),(3416,294,'_gallery_15_image','field_567962da92a82'),(3417,294,'gallery_15_caption','Green Gas International'),(3418,294,'_gallery_15_caption','field_567964478bfc4'),(3419,294,'gallery_15_link_url','http://www.greengas.net/'),(3420,294,'_gallery_15_link_url','field_567964549f5d7'),(3421,294,'gallery_16_image','172'),(3422,294,'_gallery_16_image','field_567962da92a82'),(3423,294,'gallery_16_caption','Allegheny County Airport Authority'),(3424,294,'_gallery_16_caption','field_567964478bfc4'),(3425,294,'gallery_16_link_url','http://www.flypittsburgh.com/'),(3426,294,'_gallery_16_link_url','field_567964549f5d7'),(3427,294,'gallery_17_image','169'),(3428,294,'_gallery_17_image','field_567962da92a82'),(3429,294,'gallery_17_caption','Woodcock Township'),(3430,294,'_gallery_17_caption','field_567964478bfc4'),(3431,294,'gallery_17_link_url','http://www.crawfordcountypa.net/portal/page?_pageid=393,1598889&_dad=portal&_schema=PORTAL'),(3432,294,'_gallery_17_link_url','field_567964549f5d7'),(3433,294,'gallery_18_image','188'),(3434,294,'_gallery_18_image','field_567962da92a82'),(3435,294,'gallery_18_caption','Richland Township'),(3436,294,'_gallery_18_caption','field_567964478bfc4'),(3437,294,'gallery_18_link_url','http://www.richland.pa.us/'),(3438,294,'_gallery_18_link_url','field_567964549f5d7'),(3439,294,'gallery_19_image','176'),(3440,294,'_gallery_19_image','field_567962da92a82'),(3441,294,'gallery_19_caption','Carbon County'),(3442,294,'_gallery_19_caption','field_567964478bfc4'),(3443,294,'gallery_19_link_url','http://www.carboncounty.com/'),(3444,294,'_gallery_19_link_url','field_567964549f5d7'),(3445,294,'gallery_20_image','174'),(3446,294,'_gallery_20_image','field_567962da92a82'),(3447,294,'gallery_20_caption','Borough of Lansdale'),(3448,294,'_gallery_20_caption','field_567964478bfc4'),(3449,294,'gallery_20_link_url','http://www.lansdale.org/'),(3450,294,'_gallery_20_link_url','field_567964549f5d7'),(3451,294,'gallery','21'),(3452,294,'_gallery','field_567962c3069c2'),(3467,306,'_wp_attached_file','2015/12/PennsylvaniaMap426.png'),(3468,306,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:426;s:6:\"height\";i:261;s:4:\"file\";s:30:\"2015/12/PennsylvaniaMap426.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"PennsylvaniaMap426-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"PennsylvaniaMap426-300x184.png\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"PennsylvaniaMap426-374x261.png\";s:5:\"width\";i:374;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"wordpressstartertheme-full-width\";a:4:{s:4:\"file\";s:30:\"PennsylvaniaMap426-374x261.png\";s:5:\"width\";i:374;s:6:\"height\";i:261;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(3469,307,'_wp_attached_file','2015/12/LocationsPennsylvaniaMap.jpg'),(3470,307,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:375;s:6:\"height\";i:320;s:4:\"file\";s:36:\"2015/12/LocationsPennsylvaniaMap.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"LocationsPennsylvaniaMap-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"LocationsPennsylvaniaMap-300x256.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"LocationsPennsylvaniaMap-374x320.jpg\";s:5:\"width\";i:374;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"wordpressstartertheme-full-width\";a:4:{s:4:\"file\";s:36:\"LocationsPennsylvaniaMap-374x320.jpg\";s:5:\"width\";i:374;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(3472,308,'_wp_attached_file','2015/12/LocationsPennsylvaniaMapCityOnly.jpg'),(3473,308,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:374;s:6:\"height\";i:319;s:4:\"file\";s:44:\"2015/12/LocationsPennsylvaniaMapCityOnly.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"LocationsPennsylvaniaMapCityOnly-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"LocationsPennsylvaniaMapCityOnly-300x256.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:44:\"LocationsPennsylvaniaMapCityOnly-374x319.jpg\";s:5:\"width\";i:374;s:6:\"height\";i:319;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"wordpressstartertheme-full-width\";a:4:{s:4:\"file\";s:44:\"LocationsPennsylvaniaMapCityOnly-374x319.jpg\";s:5:\"width\";i:374;s:6:\"height\";i:319;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(3479,311,'_wp_attached_file','2015/12/LocationsPennsylvaniaMapCityOnly374.jpg'),(3480,311,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:374;s:6:\"height\";i:319;s:4:\"file\";s:47:\"2015/12/LocationsPennsylvaniaMapCityOnly374.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"LocationsPennsylvaniaMapCityOnly374-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"LocationsPennsylvaniaMapCityOnly374-300x256.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:47:\"LocationsPennsylvaniaMapCityOnly374-374x319.jpg\";s:5:\"width\";i:374;s:6:\"height\";i:319;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"wordpressstartertheme-full-width\";a:4:{s:4:\"file\";s:47:\"LocationsPennsylvaniaMapCityOnly374-374x319.jpg\";s:5:\"width\";i:374;s:6:\"height\";i:319;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(3481,78,'_thumbnail_id','311'),(3482,313,'_wp_attached_file','2015/12/appraisal_services.jpg'),(3483,313,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:374;s:6:\"height\";i:500;s:4:\"file\";s:30:\"2015/12/appraisal_services.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"appraisal_services-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"appraisal_services-224x300.jpg\";s:5:\"width\";i:224;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"appraisal_services-374x476.jpg\";s:5:\"width\";i:374;s:6:\"height\";i:476;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"wordpressstartertheme-full-width\";a:4:{s:4:\"file\";s:30:\"appraisal_services-374x476.jpg\";s:5:\"width\";i:374;s:6:\"height\";i:476;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(3486,314,'_wp_attached_file','2015/12/appraisal_services.png'),(3487,314,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:374;s:6:\"height\";i:500;s:4:\"file\";s:30:\"2015/12/appraisal_services.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"appraisal_services-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"appraisal_services-224x300.png\";s:5:\"width\";i:224;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"appraisal_services-374x476.png\";s:5:\"width\";i:374;s:6:\"height\";i:476;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"wordpressstartertheme-full-width\";a:4:{s:4:\"file\";s:30:\"appraisal_services-374x476.png\";s:5:\"width\";i:374;s:6:\"height\";i:476;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(3489,315,'_wp_attached_file','2015/12/negotiations.png'),(3490,315,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:374;s:6:\"height\";i:476;s:4:\"file\";s:24:\"2015/12/negotiations.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"negotiations-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"negotiations-236x300.png\";s:5:\"width\";i:236;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(3494,318,'_wp_attached_file','2015/12/State-Route-28.jpg'),(3495,318,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:374;s:6:\"height\";i:306;s:4:\"file\";s:26:\"2015/12/State-Route-28.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"State-Route-28-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"State-Route-28-300x245.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"State-Route-28-374x306.jpg\";s:5:\"width\";i:374;s:6:\"height\";i:306;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"wordpressstartertheme-full-width\";a:4:{s:4:\"file\";s:26:\"State-Route-28-374x306.jpg\";s:5:\"width\";i:374;s:6:\"height\";i:306;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(3496,319,'_wp_attached_file','2015/12/seneca-ramps.jpg'),(3497,319,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:374;s:6:\"height\";i:360;s:4:\"file\";s:24:\"2015/12/seneca-ramps.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"seneca-ramps-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"seneca-ramps-300x289.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:289;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"seneca-ramps-374x360.jpg\";s:5:\"width\";i:374;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"wordpressstartertheme-full-width\";a:4:{s:4:\"file\";s:24:\"seneca-ramps-374x360.jpg\";s:5:\"width\";i:374;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(3498,320,'_wp_attached_file','2015/12/boggs-run-bridge-1.jpg'),(3499,320,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:374;s:6:\"height\";i:264;s:4:\"file\";s:30:\"2015/12/boggs-run-bridge-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"boggs-run-bridge-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"boggs-run-bridge-1-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"boggs-run-bridge-1-374x264.jpg\";s:5:\"width\";i:374;s:6:\"height\";i:264;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"wordpressstartertheme-full-width\";a:4:{s:4:\"file\";s:30:\"boggs-run-bridge-1-374x264.jpg\";s:5:\"width\";i:374;s:6:\"height\";i:264;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(3500,99,'_thumbnail_id','320'),(3501,103,'_thumbnail_id','319'),(3502,101,'_thumbnail_id','318'),(3503,329,'_edit_last','1'),(3504,329,'_edit_lock','1453411195:1'),(3505,331,'_edit_last','1'),(3506,331,'_edit_lock','1453230141:1'),(3507,333,'_edit_last','1'),(3508,333,'_edit_lock','1453230138:1'),(3509,335,'_edit_last','1'),(3510,335,'_edit_lock','1452628538:1'),(3511,337,'_edit_last','1'),(3512,337,'_edit_lock','1452628538:1'),(3513,339,'_edit_last','1'),(3514,339,'_edit_lock','1452628539:1'),(3515,341,'_edit_last','1'),(3516,341,'_edit_lock','1452628540:1'),(3517,343,'_edit_last','1'),(3518,343,'_edit_lock','1452628542:1'),(3519,345,'_edit_last','1'),(3520,345,'_edit_lock','1452628543:1'),(3521,347,'_edit_last','1'),(3522,347,'_edit_lock','1453758885:1'),(3523,349,'_edit_last','1'),(3524,349,'_edit_lock','1452628545:1'),(3525,329,'_wp_page_template','page-templates/project-page.php'),(3526,331,'_wp_page_template','page-templates/project-page.php'),(3527,333,'_wp_page_template','page-templates/project-page.php'),(3528,335,'_wp_page_template','page-templates/project-page.php'),(3529,337,'_wp_page_template','page-templates/project-page.php'),(3530,339,'_wp_page_template','page-templates/project-page.php'),(3531,341,'_wp_page_template','page-templates/project-page.php'),(3532,343,'_wp_page_template','page-templates/project-page.php'),(3533,345,'_wp_page_template','page-templates/project-page.php'),(3534,347,'_wp_page_template','page-templates/project-page.php'),(3535,349,'_wp_page_template','page-templates/project-page.php'),(3536,361,'_edit_last','1'),(3538,361,'position','normal'),(3539,361,'layout','no_box'),(3540,361,'hide_on_screen',''),(3541,361,'_edit_lock','1452628405:1'),(3542,361,'field_5683f253a5dba','a:13:{s:3:\"key\";s:19:\"field_5683f253a5dba\";s:5:\"label\";s:9:\"Locations\";s:4:\"name\";s:9:\"locations\";s:4:\"type\";s:8:\"repeater\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:10:\"sub_fields\";a:4:{i:0;a:13:{s:3:\"key\";s:19:\"field_5683f288dcba1\";s:5:\"label\";s:8:\"Location\";s:4:\"name\";s:8:\"location\";s:4:\"type\";s:10:\"google_map\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:12:\"column_width\";s:0:\"\";s:10:\"center_lat\";s:0:\"\";s:10:\"center_lng\";s:0:\"\";s:4:\"zoom\";s:1:\"3\";s:6:\"height\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:0;}i:1;a:15:{s:3:\"key\";s:19:\"field_5683f2aadcba2\";s:5:\"label\";s:5:\"Title\";s:4:\"name\";s:5:\"title\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:12:\"column_width\";s:0:\"\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:1;}i:2;a:12:{s:3:\"key\";s:19:\"field_568439ed8109d\";s:5:\"label\";s:5:\"Image\";s:4:\"name\";s:5:\"image\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:51:\"Image should be 281 pixels wide by 198 pixels high.\";s:8:\"required\";s:1:\"0\";s:12:\"column_width\";s:0:\"\";s:11:\"save_format\";s:3:\"url\";s:12:\"preview_size\";s:4:\"full\";s:7:\"library\";s:3:\"all\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:2:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:2;}i:3;a:15:{s:3:\"key\";s:19:\"field_5683f2b1dcba3\";s:5:\"label\";s:11:\"Description\";s:4:\"name\";s:11:\"description\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:12:\"column_width\";s:0:\"\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:3;}}s:7:\"row_min\";s:0:\"\";s:9:\"row_limit\";s:0:\"\";s:6:\"layout\";s:3:\"row\";s:12:\"button_label\";s:7:\"Add Row\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:2:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:0;}'),(3546,362,'locations_0_location','a:3:{s:7:\"address\";s:51:\"5-23 Little Queen St, Melbourne VIC 3000, Australia\";s:3:\"lat\";s:18:\"-37.81493737606794\";s:3:\"lng\";s:18:\"144.95953559875488\";}'),(3547,362,'_locations_0_location','field_5683f288dcba1'),(3548,362,'locations_0_title',''),(3549,362,'_locations_0_title','field_5683f2aadcba2'),(3550,362,'locations_0_description',''),(3551,362,'_locations_0_description','field_5683f2b1dcba3'),(3552,362,'locations','1'),(3553,362,'_locations','field_5683f253a5dba'),(3554,329,'locations_0_location','a:3:{s:7:\"address\";s:21:\"42.136992, -80.068054\";s:3:\"lat\";s:9:\"42.137055\";s:3:\"lng\";s:11:\"-80.0681085\";}'),(3555,329,'_locations_0_location','field_5683f288dcba1'),(3556,329,'locations_0_title','State Route 4034, Section A50 Erie Bayfront – New Roadway Construction'),(3557,329,'_locations_0_title','field_5683f2aadcba2'),(3558,329,'locations_0_description','This project was for new road construction and affected 24 properties and resulted in the relocation of 12 residents and 3 businesses in the City of Erie, Erie County.'),(3559,329,'_locations_0_description','field_5683f2b1dcba3'),(3560,329,'locations','20'),(3561,329,'_locations','field_5683f253a5dba'),(3562,363,'locations_0_location','a:3:{s:7:\"address\";s:44:\"1100-1168 Itin St, Pittsburgh, PA 15212, USA\";s:3:\"lat\";s:17:\"40.46157664398329\";s:3:\"lng\";s:18:\"-79.99282836914062\";}'),(3563,363,'_locations_0_location','field_5683f288dcba1'),(3564,363,'locations_0_title','Test'),(3565,363,'_locations_0_title','field_5683f2aadcba2'),(3566,363,'locations_0_description','Test'),(3567,363,'_locations_0_description','field_5683f2b1dcba3'),(3568,363,'locations','1'),(3569,363,'_locations','field_5683f253a5dba'),(3571,364,'locations_0_location','a:3:{s:7:\"address\";s:25:\"I-90, Erie, PA 16509, USA\";s:3:\"lat\";s:17:\"42.05942572692834\";s:3:\"lng\";s:18:\"-80.05840301513672\";}'),(3572,364,'_locations_0_location','field_5683f288dcba1'),(3573,364,'locations_0_title','Test'),(3574,364,'_locations_0_title','field_5683f2aadcba2'),(3575,364,'locations_0_description','Test'),(3576,364,'_locations_0_description','field_5683f2b1dcba3'),(3577,364,'locations','1'),(3578,364,'_locations','field_5683f253a5dba'),(3579,365,'locations_0_location','a:3:{s:7:\"address\";s:41:\"978-1169 Ketner Rd, Wilcox, PA 15870, USA\";s:3:\"lat\";s:17:\"41.54353338440556\";s:3:\"lng\";s:18:\"-78.63052368164062\";}'),(3580,365,'_locations_0_location','field_5683f288dcba1'),(3581,365,'locations_0_title',''),(3582,365,'_locations_0_title','field_5683f2aadcba2'),(3583,365,'locations_0_description',''),(3584,365,'_locations_0_description','field_5683f2b1dcba3'),(3585,365,'locations','1'),(3586,365,'_locations','field_5683f253a5dba'),(3587,331,'locations_0_location','a:3:{s:7:\"address\";s:21:\"41.931099, -78.647957\";s:3:\"lat\";s:10:\"41.9318097\";s:3:\"lng\";s:18:\"-78.64843759999997\";}'),(3588,331,'_locations_0_location','field_5683f288dcba1'),(3589,331,'locations_0_title','219 C08 – Bradford'),(3590,331,'_locations_0_title','field_5683f2aadcba2'),(3591,331,'locations_0_description','This project was for an interchange project and affected 7 properties in the City of Bradford, McKean County.'),(3592,331,'_locations_0_description','field_5683f2b1dcba3'),(3593,331,'locations','5'),(3594,331,'_locations','field_5683f253a5dba'),(3595,366,'locations_0_location','a:3:{s:7:\"address\";s:39:\"State Rte 1010, Emporium, PA 15834, USA\";s:3:\"lat\";s:17:\"41.55792157780417\";s:3:\"lng\";s:16:\"-78.431396484375\";}'),(3596,366,'_locations_0_location','field_5683f288dcba1'),(3597,366,'locations_0_title','Test'),(3598,366,'_locations_0_title','field_5683f2aadcba2'),(3599,366,'locations_0_description','Test'),(3600,366,'_locations_0_description','field_5683f2b1dcba3'),(3601,366,'locations','1'),(3602,366,'_locations','field_5683f253a5dba'),(3603,367,'locations_0_location','a:3:{s:7:\"address\";s:44:\"331 E Francis Ave, Pittsburgh, PA 15227, USA\";s:3:\"lat\";s:17:\"40.38002840251183\";s:3:\"lng\";s:16:\"-79.969482421875\";}'),(3604,367,'_locations_0_location','field_5683f288dcba1'),(3605,367,'locations_0_title','Test'),(3606,367,'_locations_0_title','field_5683f2aadcba2'),(3607,367,'locations_0_description','Test'),(3608,367,'_locations_0_description','field_5683f2b1dcba3'),(3609,367,'locations','1'),(3610,367,'_locations','field_5683f253a5dba'),(3611,368,'locations_0_location','a:3:{s:7:\"address\";s:42:\"4800-4898 S Hill Rd, McKean, PA 16426, USA\";s:3:\"lat\";s:17:\"41.97991089691236\";s:3:\"lng\";s:17:\"-80.1397705078125\";}'),(3612,368,'_locations_0_location','field_5683f288dcba1'),(3613,368,'locations_0_title','Test'),(3614,368,'_locations_0_title','field_5683f2aadcba2'),(3615,368,'locations_0_description','Test'),(3616,368,'_locations_0_description','field_5683f2b1dcba3'),(3617,368,'locations','1'),(3618,368,'_locations','field_5683f253a5dba'),(3619,369,'locations_0_location','a:3:{s:7:\"address\";s:61:\"401-899 Sulphur Springs Rd, Armstrong Township, PA 17702, USA\";s:3:\"lat\";s:18:\"41.209655278807034\";s:3:\"lng\";s:18:\"-76.97296142578125\";}'),(3620,369,'_locations_0_location','field_5683f288dcba1'),(3621,369,'locations_0_title',''),(3622,369,'_locations_0_title','field_5683f2aadcba2'),(3623,369,'locations_0_description',''),(3624,369,'_locations_0_description','field_5683f2b1dcba3'),(3625,369,'locations','1'),(3626,369,'_locations','field_5683f253a5dba'),(3633,333,'locations','0'),(3634,333,'_locations','field_5683f253a5dba'),(3635,370,'locations_0_location','a:3:{s:7:\"address\";s:60:\"Wyoming Valley Mall Rd, Wilkes-Barre Township, PA 18702, USA\";s:3:\"lat\";s:16:\"41.2447723430821\";s:3:\"lng\";s:13:\"-75.849609375\";}'),(3636,370,'_locations_0_location','field_5683f288dcba1'),(3637,370,'locations_0_title',''),(3638,370,'_locations_0_title','field_5683f2aadcba2'),(3639,370,'locations_0_description',''),(3640,370,'_locations_0_description','field_5683f2b1dcba3'),(3641,370,'locations','1'),(3642,370,'_locations','field_5683f253a5dba'),(3643,335,'locations_0_location','a:3:{s:7:\"address\";s:21:\"41.564217, -76.059027\";s:3:\"lat\";s:10:\"41.5633759\";s:3:\"lng\";s:18:\"-76.06040280000002\";}'),(3644,335,'_locations_0_location','field_5683f288dcba1'),(3645,335,'locations_0_title','3003 – 773 – Mehoopany'),(3646,335,'_locations_0_title','field_5683f2aadcba2'),(3647,335,'locations_0_description','This project is for a mid-sized bridge replacement and roadway alignment and is affecting 10 properties and resulting in the relocation of 1 resident in the Township of Mehoopany, Wyoming County.'),(3648,335,'_locations_0_description','field_5683f2b1dcba3'),(3649,335,'locations','31'),(3650,335,'_locations','field_5683f253a5dba'),(3651,371,'locations_0_location','a:3:{s:7:\"address\";s:36:\"304 5th St, Whitehall, PA 18052, USA\";s:3:\"lat\";s:17:\"40.62437645591559\";s:3:\"lng\";s:18:\"-75.47332763671875\";}'),(3652,371,'_locations_0_location','field_5683f288dcba1'),(3653,371,'locations_0_title',''),(3654,371,'_locations_0_title','field_5683f2aadcba2'),(3655,371,'locations_0_description',''),(3656,371,'_locations_0_description','field_5683f2b1dcba3'),(3657,371,'locations','1'),(3658,371,'_locations','field_5683f253a5dba'),(3659,337,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.577364, -75.758778\";s:3:\"lat\";s:10:\"40.5773582\";s:3:\"lng\";s:11:\"-75.7587785\";}'),(3660,337,'_locations_0_location','field_5683f288dcba1'),(3661,337,'locations_0_title','78, 12M – Krumsville'),(3662,337,'_locations_0_title','field_5683f2aadcba2'),(3663,337,'locations_0_description',''),(3664,337,'_locations_0_description','field_5683f2b1dcba3'),(3665,337,'locations','23'),(3666,337,'_locations','field_5683f253a5dba'),(3667,372,'locations_0_location','a:3:{s:7:\"address\";s:42:\"569 N 20th St, Philadelphia, PA 19130, USA\";s:3:\"lat\";s:17:\"39.96449067924025\";s:3:\"lng\";s:18:\"-75.17051696777344\";}'),(3668,372,'_locations_0_location','field_5683f288dcba1'),(3669,372,'locations_0_title',''),(3670,372,'_locations_0_title','field_5683f2aadcba2'),(3671,372,'locations_0_description',''),(3672,372,'_locations_0_description','field_5683f2b1dcba3'),(3673,372,'locations','1'),(3674,372,'_locations','field_5683f253a5dba'),(3675,339,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.262613, -75.222919\";s:3:\"lat\";s:10:\"40.2626497\";s:3:\"lng\";s:18:\"-75.22288079999998\";}'),(3676,339,'_locations_0_location','field_5683f288dcba1'),(3677,339,'locations_0_title','2038, WD1'),(3678,339,'_locations_0_title','field_5683f2aadcba2'),(3679,339,'locations_0_description','This project is for a roadway widening and is affecting 65 properties and resulting in the relocation of 2 residents in the Townships of Montgomery & New Britain, Montgomery & Bucks Counties.'),(3680,339,'_locations_0_description','field_5683f2b1dcba3'),(3681,339,'locations','11'),(3682,339,'_locations','field_5683f253a5dba'),(3683,373,'locations_0_location','a:3:{s:7:\"address\";s:42:\"1290 Orchard Dr, Harrisburg, PA 17113, USA\";s:3:\"lat\";s:18:\"40.245991504199026\";s:3:\"lng\";s:18:\"-76.82464599609375\";}'),(3684,373,'_locations_0_location','field_5683f288dcba1'),(3685,373,'locations_0_title',''),(3686,373,'_locations_0_title','field_5683f2aadcba2'),(3687,373,'locations_0_description',''),(3688,373,'_locations_0_description','field_5683f2b1dcba3'),(3689,373,'locations','1'),(3690,373,'_locations','field_5683f253a5dba'),(3691,341,'locations_0_location','a:3:{s:7:\"address\";s:21:\"39.910136, -76.704082\";s:3:\"lat\";s:10:\"39.9106755\";s:3:\"lng\";s:18:\"-76.70441140000003\";}'),(3692,341,'_locations_0_location','field_5683f288dcba1'),(3693,341,'locations_0_title','0083, 025 – Leader Heights'),(3694,341,'_locations_0_title','field_5683f2aadcba2'),(3695,341,'locations_0_description','This project was for interchange construction and affected 65 properties in the Borough of Leader Heights, York County.'),(3696,341,'_locations_0_description','field_5683f2b1dcba3'),(3697,341,'locations','24'),(3698,341,'_locations','field_5683f253a5dba'),(3699,374,'locations_0_location','a:3:{s:7:\"address\";s:34:\"Redtail Ln, Altoona, PA 16601, USA\";s:3:\"lat\";s:17:\"40.50126945841645\";s:3:\"lng\";s:16:\"-78.343505859375\";}'),(3700,374,'_locations_0_location','field_5683f288dcba1'),(3701,374,'locations_0_title',''),(3702,374,'_locations_0_title','field_5683f2aadcba2'),(3703,374,'locations_0_description',''),(3704,374,'_locations_0_description','field_5683f2b1dcba3'),(3705,374,'locations','1'),(3706,374,'_locations','field_5683f253a5dba'),(3707,343,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.055971, -79.131603\";s:3:\"lat\";s:9:\"40.044854\";s:3:\"lng\";s:18:\"-79.12035800000001\";}'),(3708,343,'_locations_0_location','field_5683f288dcba1'),(3709,343,'locations_0_title','MP 99-109 – Ends in Somerset PA – Highway Widening'),(3710,343,'_locations_0_title','field_5683f2aadcba2'),(3711,343,'locations_0_description','This project is for mainline reconstruction and bridge replacements and is affecting 37 properties in the Townships of Jefferson and Somerset, Somerset County.'),(3712,343,'_locations_0_description','field_5683f2b1dcba3'),(3713,343,'locations','1'),(3714,343,'_locations','field_5683f253a5dba'),(3715,375,'locations_0_location','a:3:{s:7:\"address\";s:43:\"125 Montereed St, Kittanning, PA 16201, USA\";s:3:\"lat\";s:17:\"40.81796653313175\";s:3:\"lng\";s:13:\"-79.541015625\";}'),(3716,375,'_locations_0_location','field_5683f288dcba1'),(3717,375,'locations_0_title',''),(3718,375,'_locations_0_title','field_5683f2aadcba2'),(3719,375,'locations_0_description',''),(3720,375,'_locations_0_description','field_5683f2b1dcba3'),(3721,375,'locations','1'),(3722,375,'_locations','field_5683f253a5dba'),(3723,345,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.452362, -79.144025\";s:3:\"lat\";s:10:\"40.4523774\";s:3:\"lng\";s:18:\"-79.14402769999998\";}'),(3724,345,'_locations_0_location','field_5683f288dcba1'),(3725,345,'locations_0_title','State Route 0022, Section 491 – Blairsville, PA – Roadway Widening'),(3726,345,'_locations_0_title','field_5683f2aadcba2'),(3727,345,'locations_0_description','This project was for a widening and realignment and affected 25 properties and resulted in the relocation of 1 resident and a cell tower in the Township of Wheatland, Indiana County.'),(3728,345,'_locations_0_description','field_5683f2b1dcba3'),(3729,345,'locations','17'),(3730,345,'_locations','field_5683f253a5dba'),(3731,376,'locations_0_location','a:3:{s:7:\"address\";s:41:\"429 Forbes Ave, Pittsburgh, PA 15219, USA\";s:3:\"lat\";s:17:\"40.43910847204672\";s:3:\"lng\";s:18:\"-79.99763488769531\";}'),(3732,376,'_locations_0_location','field_5683f288dcba1'),(3733,376,'locations_0_title',''),(3734,376,'_locations_0_title','field_5683f2aadcba2'),(3735,376,'locations_0_description',''),(3736,376,'_locations_0_description','field_5683f2b1dcba3'),(3737,376,'locations','1'),(3738,376,'_locations','field_5683f253a5dba'),(3739,347,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(3740,347,'_locations_0_location','field_5683f288dcba1'),(3741,347,'locations_0_title','SR0028, All sections'),(3742,347,'_locations_0_title','field_5683f2aadcba2'),(3743,347,'locations_0_description',''),(3744,347,'_locations_0_description','field_5683f2b1dcba3'),(3745,347,'locations','48'),(3746,347,'_locations','field_5683f253a5dba'),(3747,377,'locations_0_location','a:3:{s:7:\"address\";s:39:\"115 Elgin Dr, Greensburg, PA 15601, USA\";s:3:\"lat\";s:17:\"40.28371627054261\";s:3:\"lng\";s:16:\"-79.573974609375\";}'),(3748,377,'_locations_0_location','field_5683f288dcba1'),(3749,377,'locations_0_title',''),(3750,377,'_locations_0_title','field_5683f2aadcba2'),(3751,377,'locations_0_description',''),(3752,377,'_locations_0_description','field_5683f2b1dcba3'),(3753,377,'locations','1'),(3754,377,'_locations','field_5683f253a5dba'),(3755,349,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.404080, -79.598941\";s:3:\"lat\";s:10:\"40.4037911\";s:3:\"lng\";s:18:\"-79.59865200000002\";}'),(3756,349,'_locations_0_location','field_5683f288dcba1'),(3757,349,'locations_0_title','State Route 22, Section B02 – Murraysville - Highway Widening'),(3758,349,'_locations_0_title','field_5683f2aadcba2'),(3759,349,'locations_0_description','This project was for widening, realignment, and intersection improvement and affected over 100 properties and resulted in the relocation of 10 businesses in the Borough of Murrysville, Westmoreland County.'),(3760,349,'_locations_0_description','field_5683f2b1dcba3'),(3761,349,'locations','5'),(3762,349,'_locations','field_5683f253a5dba'),(3763,78,'_wp_page_template','default'),(3764,382,'locations_0_location','a:3:{s:7:\"address\";s:39:\"115 Elgin Dr, Greensburg, PA 15601, USA\";s:3:\"lat\";s:17:\"40.28371627054261\";s:3:\"lng\";s:16:\"-79.573974609375\";}'),(3765,382,'_locations_0_location','field_5683f288dcba1'),(3766,382,'locations_0_title',''),(3767,382,'_locations_0_title','field_5683f2aadcba2'),(3768,382,'locations_0_description','This is the description for this image. This is just a test. This is only a test.'),(3769,382,'_locations_0_description','field_5683f2b1dcba3'),(3770,382,'locations','1'),(3771,382,'_locations','field_5683f253a5dba'),(3773,383,'_wp_attached_file','2015/12/wp83923d15_06.jpg'),(3774,383,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:305;s:4:\"file\";s:25:\"2015/12/wp83923d15_06.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wp83923d15_06-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"wp83923d15_06-300x229.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:229;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"wp83923d15_06-374x305.jpg\";s:5:\"width\";i:374;s:6:\"height\";i:305;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"wordpressstartertheme-full-width\";a:4:{s:4:\"file\";s:25:\"wp83923d15_06-374x305.jpg\";s:5:\"width\";i:374;s:6:\"height\";i:305;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(3775,384,'locations_0_location','a:3:{s:7:\"address\";s:39:\"115 Elgin Dr, Greensburg, PA 15601, USA\";s:3:\"lat\";s:17:\"40.28371627054261\";s:3:\"lng\";s:16:\"-79.573974609375\";}'),(3776,384,'_locations_0_location','field_5683f288dcba1'),(3777,384,'locations_0_title',''),(3778,384,'_locations_0_title','field_5683f2aadcba2'),(3779,384,'locations_0_image','383'),(3780,384,'_locations_0_image','field_568439ed8109d'),(3781,384,'locations_0_description','This is the description for this image. This is just a test. This is only a test.'),(3782,384,'_locations_0_description','field_5683f2b1dcba3'),(3783,384,'locations','1'),(3784,384,'_locations','field_5683f253a5dba'),(3785,349,'locations_0_image','667'),(3786,349,'_locations_0_image','field_568439ed8109d'),(3787,385,'_wp_attached_file','2015/12/appraisal-services-2.png'),(3788,385,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:374;s:6:\"height\";i:476;s:4:\"file\";s:32:\"2015/12/appraisal-services-2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"appraisal-services-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"appraisal-services-2-236x300.png\";s:5:\"width\";i:236;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(3790,17,'_wp_page_template','default'),(3791,386,'_wp_attached_file','2015/12/appraisal-services-3.png'),(3792,386,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:374;s:6:\"height\";i:476;s:4:\"file\";s:32:\"2015/12/appraisal-services-3.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"appraisal-services-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"appraisal-services-3-236x300.png\";s:5:\"width\";i:236;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(3793,17,'_thumbnail_id','386'),(3794,387,'_wp_attached_file','2015/12/negotiations-2.png'),(3795,387,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:374;s:6:\"height\";i:476;s:4:\"file\";s:26:\"2015/12/negotiations-2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"negotiations-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"negotiations-2-236x300.png\";s:5:\"width\";i:236;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(3797,21,'_wp_page_template','default'),(3798,388,'_wp_attached_file','2015/12/project-management.png'),(3799,388,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:374;s:6:\"height\";i:476;s:4:\"file\";s:30:\"2015/12/project-management.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"project-management-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"project-management-236x300.png\";s:5:\"width\";i:236;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(3800,13,'_thumbnail_id','388'),(3801,13,'_wp_page_template','default'),(3802,389,'_wp_attached_file','2015/12/property-management.png'),(3803,389,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:374;s:6:\"height\";i:476;s:4:\"file\";s:31:\"2015/12/property-management.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"property-management-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"property-management-236x300.png\";s:5:\"width\";i:236;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(3805,25,'_wp_page_template','default'),(3806,390,'_wp_attached_file','2015/12/property-management-2.png'),(3807,390,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:374;s:6:\"height\";i:476;s:4:\"file\";s:33:\"2015/12/property-management-2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"property-management-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"property-management-2-236x300.png\";s:5:\"width\";i:236;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(3808,25,'_thumbnail_id','390'),(3809,391,'_wp_attached_file','2015/12/plan-reading.png'),(3810,391,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:374;s:6:\"height\";i:476;s:4:\"file\";s:24:\"2015/12/plan-reading.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"plan-reading-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"plan-reading-236x300.png\";s:5:\"width\";i:236;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(3812,92,'_wp_page_template','default'),(3813,392,'_wp_attached_file','2015/12/title-settlement-services.png'),(3814,392,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:374;s:6:\"height\";i:476;s:4:\"file\";s:37:\"2015/12/title-settlement-services.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"title-settlement-services-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"title-settlement-services-236x300.png\";s:5:\"width\";i:236;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(3815,15,'_thumbnail_id','392'),(3816,15,'_wp_page_template','default'),(3817,393,'_wp_attached_file','2015/12/relocation_services.png'),(3818,393,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:374;s:6:\"height\";i:476;s:4:\"file\";s:31:\"2015/12/relocation_services.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"relocation_services-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"relocation_services-236x300.png\";s:5:\"width\";i:236;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(3820,19,'_wp_page_template','default'),(3821,394,'_wp_attached_file','2015/12/condemnation-and-litigation-support.png'),(3822,394,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:374;s:6:\"height\";i:476;s:4:\"file\";s:47:\"2015/12/condemnation-and-litigation-support.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"condemnation-and-litigation-support-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"condemnation-and-litigation-support-236x300.png\";s:5:\"width\";i:236;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(3823,23,'_thumbnail_id','902'),(3824,23,'_wp_page_template','default'),(3825,395,'_wp_attached_file','2015/12/relocation-services-2.png'),(3826,395,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:374;s:6:\"height\";i:476;s:4:\"file\";s:33:\"2015/12/relocation-services-2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"relocation-services-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"relocation-services-2-236x300.png\";s:5:\"width\";i:236;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(3827,19,'_thumbnail_id','395'),(3828,396,'locations_0_location','a:3:{s:7:\"address\";s:21:\"42.139003, -80.068528\";s:3:\"lat\";s:9:\"42.139028\";s:3:\"lng\";s:18:\"-80.06825400000002\";}'),(3829,396,'_locations_0_location','field_5683f288dcba1'),(3830,396,'locations_0_title','State Route 4034, Section A50 Erie Bayfront – New Roadway Construction'),(3831,396,'_locations_0_title','field_5683f2aadcba2'),(3832,396,'locations_0_image',''),(3833,396,'_locations_0_image','field_568439ed8109d'),(3834,396,'locations_0_description','Test'),(3835,396,'_locations_0_description','field_5683f2b1dcba3'),(3836,396,'locations','1'),(3837,396,'_locations','field_5683f253a5dba'),(3838,329,'locations_0_image',''),(3839,329,'_locations_0_image','field_568439ed8109d'),(3840,397,'_wp_attached_file','2015/12/no_photo_available.jpg'),(3841,397,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:278;s:4:\"file\";s:30:\"2015/12/no_photo_available.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"no_photo_available-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"no_photo_available-300x209.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"no_photo_available-374x278.jpg\";s:5:\"width\";i:374;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"wordpressstartertheme-full-width\";a:4:{s:4:\"file\";s:30:\"no_photo_available-374x278.jpg\";s:5:\"width\";i:374;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(3842,398,'locations_0_location','a:3:{s:7:\"address\";s:21:\"42.139003, -80.068528\";s:3:\"lat\";s:9:\"42.139028\";s:3:\"lng\";s:18:\"-80.06825400000002\";}'),(3843,398,'_locations_0_location','field_5683f288dcba1'),(3844,398,'locations_0_title','State Route 4034, Section A50 Erie Bayfront – New Roadway Construction'),(3845,398,'_locations_0_title','field_5683f2aadcba2'),(3846,398,'locations_0_image','397'),(3847,398,'_locations_0_image','field_568439ed8109d'),(3848,398,'locations_0_description','This project was for new road construction and affected 24 properties and resulted in the relocation of 12 residents and 3 businesses in the City of Erie, Erie County.'),(3849,398,'_locations_0_description','field_5683f2b1dcba3'),(3850,398,'locations','1'),(3851,398,'_locations','field_5683f253a5dba'),(3852,399,'locations_0_location','a:3:{s:7:\"address\";s:21:\"42.139003, -80.068528\";s:3:\"lat\";s:9:\"42.139028\";s:3:\"lng\";s:18:\"-80.06825400000002\";}'),(3853,399,'_locations_0_location','field_5683f288dcba1'),(3854,399,'locations_0_title','State Route 4034, Section A50 Erie Bayfront – New Roadway Construction'),(3855,399,'_locations_0_title','field_5683f2aadcba2'),(3856,399,'locations_0_image','397'),(3857,399,'_locations_0_image','field_568439ed8109d'),(3858,399,'locations_0_description','This project was for new road construction and affected 24 properties and resulted in the relocation of 12 residents and 3 businesses in the City of Erie, Erie County.'),(3859,399,'_locations_0_description','field_5683f2b1dcba3'),(3860,399,'locations_1_location','a:3:{s:7:\"address\";s:21:\"42.133680, -80.062399\";s:3:\"lat\";s:9:\"42.133828\";s:3:\"lng\";s:10:\"-80.062521\";}'),(3861,399,'_locations_1_location','field_5683f288dcba1'),(3862,399,'locations_1_title','State Route 4034, Section A51 Erie Bayfront – New Roadway Construction'),(3863,399,'_locations_1_title','field_5683f2aadcba2'),(3864,399,'locations_1_image',''),(3865,399,'_locations_1_image','field_568439ed8109d'),(3866,399,'locations_1_description',''),(3867,399,'_locations_1_description','field_5683f2b1dcba3'),(3868,399,'locations','2'),(3869,399,'_locations','field_5683f253a5dba'),(3870,329,'locations_1_location','a:3:{s:7:\"address\";s:21:\"42.132253, -80.062521\";s:3:\"lat\";s:10:\"42.1317107\";s:3:\"lng\";s:18:\"-80.06192249999998\";}'),(3871,329,'_locations_1_location','field_5683f288dcba1'),(3872,329,'locations_1_title','State Route 4034, Section A51 Erie Bayfront – New Roadway Construction'),(3873,329,'_locations_1_title','field_5683f2aadcba2'),(3874,329,'locations_1_image','445'),(3875,329,'_locations_1_image','field_568439ed8109d'),(3876,329,'locations_1_description','This project was for new road construction and affected 25 properties and resulted in the relocation of 3 residents and 12 businesses in the City of Erie, Erie County.'),(3877,329,'_locations_1_description','field_5683f2b1dcba3'),(3878,400,'_wp_attached_file','2015/12/wpfe04f31e_06.png'),(3879,400,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:278;s:4:\"file\";s:25:\"2015/12/wpfe04f31e_06.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wpfe04f31e_06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"wpfe04f31e_06-300x209.png\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"wpfe04f31e_06-374x278.png\";s:5:\"width\";i:374;s:6:\"height\";i:278;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"wordpressstartertheme-full-width\";a:4:{s:4:\"file\";s:25:\"wpfe04f31e_06-374x278.png\";s:5:\"width\";i:374;s:6:\"height\";i:278;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(3880,401,'locations_0_location','a:3:{s:7:\"address\";s:21:\"42.139003, -80.068528\";s:3:\"lat\";s:9:\"42.139028\";s:3:\"lng\";s:18:\"-80.06825400000002\";}'),(3881,401,'_locations_0_location','field_5683f288dcba1'),(3882,401,'locations_0_title','State Route 4034, Section A50 Erie Bayfront – New Roadway Construction'),(3883,401,'_locations_0_title','field_5683f2aadcba2'),(3884,401,'locations_0_image','397'),(3885,401,'_locations_0_image','field_568439ed8109d'),(3886,401,'locations_0_description','This project was for new road construction and affected 24 properties and resulted in the relocation of 12 residents and 3 businesses in the City of Erie, Erie County.'),(3887,401,'_locations_0_description','field_5683f2b1dcba3'),(3888,401,'locations_1_location','a:3:{s:7:\"address\";s:21:\"42.133680, -80.062399\";s:3:\"lat\";s:9:\"42.133828\";s:3:\"lng\";s:10:\"-80.062521\";}'),(3889,401,'_locations_1_location','field_5683f288dcba1'),(3890,401,'locations_1_title','State Route 4034, Section A51 Erie Bayfront – New Roadway Construction'),(3891,401,'_locations_1_title','field_5683f2aadcba2'),(3892,401,'locations_1_image','400'),(3893,401,'_locations_1_image','field_568439ed8109d'),(3894,401,'locations_1_description',''),(3895,401,'_locations_1_description','field_5683f2b1dcba3'),(3896,401,'locations','2'),(3897,401,'_locations','field_5683f253a5dba'),(3898,402,'locations_0_location','a:3:{s:7:\"address\";s:21:\"42.139003, -80.068528\";s:3:\"lat\";s:9:\"42.139028\";s:3:\"lng\";s:18:\"-80.06825400000002\";}'),(3899,402,'_locations_0_location','field_5683f288dcba1'),(3900,402,'locations_0_title','State Route 4034, Section A50 Erie Bayfront – New Roadway Construction'),(3901,402,'_locations_0_title','field_5683f2aadcba2'),(3902,402,'locations_0_image','397'),(3903,402,'_locations_0_image','field_568439ed8109d'),(3904,402,'locations_0_description','This project was for new road construction and affected 24 properties and resulted in the relocation of 12 residents and 3 businesses in the City of Erie, Erie County.'),(3905,402,'_locations_0_description','field_5683f2b1dcba3'),(3906,402,'locations_1_location','a:3:{s:7:\"address\";s:21:\"42.133680, -80.062399\";s:3:\"lat\";s:9:\"42.133828\";s:3:\"lng\";s:10:\"-80.062521\";}'),(3907,402,'_locations_1_location','field_5683f288dcba1'),(3908,402,'locations_1_title','State Route 4034, Section A51 Erie Bayfront – New Roadway Construction'),(3909,402,'_locations_1_title','field_5683f2aadcba2'),(3910,402,'locations_1_image','400'),(3911,402,'_locations_1_image','field_568439ed8109d'),(3912,402,'locations_1_description','This project was for new road construction and affected 25 properties and resulted in the relocation of 3 residents and 12 businesses in the City of Erie, Erie County.'),(3913,402,'_locations_1_description','field_5683f2b1dcba3'),(3914,402,'locations','2'),(3915,402,'_locations','field_5683f253a5dba'),(3916,403,'locations_0_location','a:3:{s:7:\"address\";s:21:\"42.139003, -80.068528\";s:3:\"lat\";s:9:\"42.139028\";s:3:\"lng\";s:18:\"-80.06825400000002\";}'),(3917,403,'_locations_0_location','field_5683f288dcba1'),(3918,403,'locations_0_title','State Route 4034, Section A50 Erie Bayfront – New Roadway Construction'),(3919,403,'_locations_0_title','field_5683f2aadcba2'),(3920,403,'locations_0_image','397'),(3921,403,'_locations_0_image','field_568439ed8109d'),(3922,403,'locations_0_description','This project was for new road construction and affected 24 properties and resulted in the relocation of 12 residents and 3 businesses in the City of Erie, Erie County.'),(3923,403,'_locations_0_description','field_5683f2b1dcba3'),(3924,403,'locations_1_location','a:3:{s:7:\"address\";s:21:\"42.133680, -80.062399\";s:3:\"lat\";s:9:\"42.133828\";s:3:\"lng\";s:10:\"-80.062521\";}'),(3925,403,'_locations_1_location','field_5683f288dcba1'),(3926,403,'locations_1_title','State Route 4034, Section A51 Erie Bayfront – New Roadway Construction'),(3927,403,'_locations_1_title','field_5683f2aadcba2'),(3928,403,'locations_1_image','400'),(3929,403,'_locations_1_image','field_568439ed8109d'),(3930,403,'locations_1_description','This project was for new road construction and affected 25 properties and resulted in the relocation of 3 residents and 12 businesses in the City of Erie, Erie County.'),(3931,403,'_locations_1_description','field_5683f2b1dcba3'),(3932,403,'locations_2_location','a:3:{s:7:\"address\";s:21:\"42.125226, -79.980737\";s:3:\"lat\";s:10:\"42.1251108\";s:3:\"lng\";s:11:\"-79.9808974\";}'),(3933,403,'_locations_2_location','field_5683f288dcba1'),(3934,403,'locations_2_title','State Route 4034, Section A90 Bayfront Station Road – New Roadway Construction'),(3935,403,'_locations_2_title','field_5683f2aadcba2'),(3936,403,'locations_2_image',''),(3937,403,'_locations_2_image','field_568439ed8109d'),(3938,403,'locations_2_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie County.'),(3939,403,'_locations_2_description','field_5683f2b1dcba3'),(3940,403,'locations','3'),(3941,403,'_locations','field_5683f253a5dba'),(3942,329,'locations_2_location','a:3:{s:7:\"address\";s:21:\"42.123213, -79.980684\";s:3:\"lat\";s:17:\"42.12319309999999\";s:3:\"lng\";s:18:\"-79.98069599999997\";}'),(3943,329,'_locations_2_location','field_5683f288dcba1'),(3944,329,'locations_2_title','State Route 4034, Section A90 Bayfront Station Road – New Roadway Construction'),(3945,329,'_locations_2_title','field_5683f2aadcba2'),(3946,329,'locations_2_image','448'),(3947,329,'_locations_2_image','field_568439ed8109d'),(3948,329,'locations_2_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie County.'),(3949,329,'_locations_2_description','field_5683f2b1dcba3'),(3950,404,'locations_0_location','a:3:{s:7:\"address\";s:21:\"42.139003, -80.068528\";s:3:\"lat\";s:9:\"42.139028\";s:3:\"lng\";s:18:\"-80.06825400000002\";}'),(3951,404,'_locations_0_location','field_5683f288dcba1'),(3952,404,'locations_0_title','State Route 4034, Section A50 Erie Bayfront – New Roadway Construction'),(3953,404,'_locations_0_title','field_5683f2aadcba2'),(3954,404,'locations_0_image','397'),(3955,404,'_locations_0_image','field_568439ed8109d'),(3956,404,'locations_0_description','This project was for new road construction and affected 24 properties and resulted in the relocation of 12 residents and 3 businesses in the City of Erie, Erie County.'),(3957,404,'_locations_0_description','field_5683f2b1dcba3'),(3958,404,'locations_1_location','a:3:{s:7:\"address\";s:21:\"42.133680, -80.062399\";s:3:\"lat\";s:9:\"42.133828\";s:3:\"lng\";s:10:\"-80.062521\";}'),(3959,404,'_locations_1_location','field_5683f288dcba1'),(3960,404,'locations_1_title','State Route 4034, Section A51 Erie Bayfront – New Roadway Construction'),(3961,404,'_locations_1_title','field_5683f2aadcba2'),(3962,404,'locations_1_image','400'),(3963,404,'_locations_1_image','field_568439ed8109d'),(3964,404,'locations_1_description','This project was for new road construction and affected 25 properties and resulted in the relocation of 3 residents and 12 businesses in the City of Erie, Erie County.'),(3965,404,'_locations_1_description','field_5683f2b1dcba3'),(3966,404,'locations_2_location','a:3:{s:7:\"address\";s:21:\"42.125226, -79.980737\";s:3:\"lat\";s:10:\"42.1251108\";s:3:\"lng\";s:11:\"-79.9808974\";}'),(3967,404,'_locations_2_location','field_5683f288dcba1'),(3968,404,'locations_2_title','State Route 4034, Section A90 Bayfront Station Road – New Roadway Construction'),(3969,404,'_locations_2_title','field_5683f2aadcba2'),(3970,404,'locations_2_image',''),(3971,404,'_locations_2_image','field_568439ed8109d'),(3972,404,'locations_2_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie County.'),(3973,404,'_locations_2_description','field_5683f2b1dcba3'),(3974,404,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.159386, -80.225904\";s:3:\"lat\";s:10:\"41.1583397\";s:3:\"lng\";s:18:\"-80.22632629999998\";}'),(3975,404,'_locations_3_location','field_5683f288dcba1'),(3976,404,'locations_3_title','Iron Bridge – State Route 0019, B04 – Bridge Replacement'),(3977,404,'_locations_3_title','field_5683f2aadcba2'),(3978,404,'locations_3_image',''),(3979,404,'_locations_3_image','field_568439ed8109d'),(3980,404,'locations_3_description',''),(3981,404,'_locations_3_description','field_5683f2b1dcba3'),(3982,404,'locations','4'),(3983,404,'_locations','field_5683f253a5dba'),(3984,329,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.157606, -80.225857\";s:3:\"lat\";s:10:\"41.1576048\";s:3:\"lng\";s:11:\"-80.2258668\";}'),(3985,329,'_locations_3_location','field_5683f288dcba1'),(3986,329,'locations_3_title','Iron Bridge – State Route 0019, B04 – Bridge Replacement'),(3987,329,'_locations_3_title','field_5683f2aadcba2'),(3988,329,'locations_3_image','450'),(3989,329,'_locations_3_image','field_568439ed8109d'),(3990,329,'locations_3_description','This project was for a mid-sized bridge replacement and affected 8 properties in the Township of Springfield, Mercer County.'),(3991,329,'_locations_3_description','field_5683f2b1dcba3'),(3992,405,'locations_0_location','a:3:{s:7:\"address\";s:21:\"42.139003, -80.068528\";s:3:\"lat\";s:9:\"42.139028\";s:3:\"lng\";s:18:\"-80.06825400000002\";}'),(3993,405,'_locations_0_location','field_5683f288dcba1'),(3994,405,'locations_0_title','State Route 4034, Section A50 Erie Bayfront – New Roadway Construction'),(3995,405,'_locations_0_title','field_5683f2aadcba2'),(3996,405,'locations_0_image','397'),(3997,405,'_locations_0_image','field_568439ed8109d'),(3998,405,'locations_0_description','This project was for new road construction and affected 24 properties and resulted in the relocation of 12 residents and 3 businesses in the City of Erie, Erie County.'),(3999,405,'_locations_0_description','field_5683f2b1dcba3'),(4000,405,'locations_1_location','a:3:{s:7:\"address\";s:21:\"42.133680, -80.062399\";s:3:\"lat\";s:9:\"42.133828\";s:3:\"lng\";s:10:\"-80.062521\";}'),(4001,405,'_locations_1_location','field_5683f288dcba1'),(4002,405,'locations_1_title','State Route 4034, Section A51 Erie Bayfront – New Roadway Construction'),(4003,405,'_locations_1_title','field_5683f2aadcba2'),(4004,405,'locations_1_image','400'),(4005,405,'_locations_1_image','field_568439ed8109d'),(4006,405,'locations_1_description','This project was for new road construction and affected 25 properties and resulted in the relocation of 3 residents and 12 businesses in the City of Erie, Erie County.'),(4007,405,'_locations_1_description','field_5683f2b1dcba3'),(4008,405,'locations_2_location','a:3:{s:7:\"address\";s:21:\"42.125226, -79.980737\";s:3:\"lat\";s:10:\"42.1251108\";s:3:\"lng\";s:11:\"-79.9808974\";}'),(4009,405,'_locations_2_location','field_5683f288dcba1'),(4010,405,'locations_2_title','State Route 4034, Section A90 Bayfront Station Road – New Roadway Construction'),(4011,405,'_locations_2_title','field_5683f2aadcba2'),(4012,405,'locations_2_image',''),(4013,405,'_locations_2_image','field_568439ed8109d'),(4014,405,'locations_2_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie County.'),(4015,405,'_locations_2_description','field_5683f2b1dcba3'),(4016,405,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.159386, -80.225904\";s:3:\"lat\";s:10:\"41.1583397\";s:3:\"lng\";s:18:\"-80.22632629999998\";}'),(4017,405,'_locations_3_location','field_5683f288dcba1'),(4018,405,'locations_3_title','Iron Bridge – State Route 0019, B04 – Bridge Replacement'),(4019,405,'_locations_3_title','field_5683f2aadcba2'),(4020,405,'locations_3_image',''),(4021,405,'_locations_3_image','field_568439ed8109d'),(4022,405,'locations_3_description','This project was for a mid-sized bridge replacement and affected 8 properties in the Township of Springfield, Mercer County.'),(4023,405,'_locations_3_description','field_5683f2b1dcba3'),(4024,405,'locations','4'),(4025,405,'_locations','field_5683f253a5dba'),(4026,406,'locations_0_location','a:3:{s:7:\"address\";s:21:\"42.139003, -80.068528\";s:3:\"lat\";s:9:\"42.139028\";s:3:\"lng\";s:18:\"-80.06825400000002\";}'),(4027,406,'_locations_0_location','field_5683f288dcba1'),(4028,406,'locations_0_title','State Route 4034, Section A50 Erie Bayfront – New Roadway Construction'),(4029,406,'_locations_0_title','field_5683f2aadcba2'),(4030,406,'locations_0_image','397'),(4031,406,'_locations_0_image','field_568439ed8109d'),(4032,406,'locations_0_description','This project was for new road construction and affected 24 properties and resulted in the relocation of 12 residents and 3 businesses in the City of Erie, Erie County.'),(4033,406,'_locations_0_description','field_5683f2b1dcba3'),(4034,406,'locations_1_location','a:3:{s:7:\"address\";s:21:\"42.133680, -80.062399\";s:3:\"lat\";s:9:\"42.133828\";s:3:\"lng\";s:10:\"-80.062521\";}'),(4035,406,'_locations_1_location','field_5683f288dcba1'),(4036,406,'locations_1_title','State Route 4034, Section A51 Erie Bayfront – New Roadway Construction'),(4037,406,'_locations_1_title','field_5683f2aadcba2'),(4038,406,'locations_1_image','400'),(4039,406,'_locations_1_image','field_568439ed8109d'),(4040,406,'locations_1_description','This project was for new road construction and affected 25 properties and resulted in the relocation of 3 residents and 12 businesses in the City of Erie, Erie County.'),(4041,406,'_locations_1_description','field_5683f2b1dcba3'),(4042,406,'locations_2_location','a:3:{s:7:\"address\";s:21:\"42.125226, -79.980737\";s:3:\"lat\";s:10:\"42.1251108\";s:3:\"lng\";s:11:\"-79.9808974\";}'),(4043,406,'_locations_2_location','field_5683f288dcba1'),(4044,406,'locations_2_title','State Route 4034, Section A90 Bayfront Station Road – New Roadway Construction'),(4045,406,'_locations_2_title','field_5683f2aadcba2'),(4046,406,'locations_2_image',''),(4047,406,'_locations_2_image','field_568439ed8109d'),(4048,406,'locations_2_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie County.'),(4049,406,'_locations_2_description','field_5683f2b1dcba3'),(4050,406,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.159386, -80.225904\";s:3:\"lat\";s:10:\"41.1583397\";s:3:\"lng\";s:18:\"-80.22632629999998\";}'),(4051,406,'_locations_3_location','field_5683f288dcba1'),(4052,406,'locations_3_title','Iron Bridge – State Route 0019, B04 – Bridge Replacement'),(4053,406,'_locations_3_title','field_5683f2aadcba2'),(4054,406,'locations_3_image',''),(4055,406,'_locations_3_image','field_568439ed8109d'),(4056,406,'locations_3_description','This project was for a mid-sized bridge replacement and affected 8 properties in the Township of Springfield, Mercer County.'),(4057,406,'_locations_3_description','field_5683f2b1dcba3'),(4058,406,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.159386, -80.225604\";s:3:\"lat\";s:10:\"41.1583397\";s:3:\"lng\";s:18:\"-80.22632629999998\";}'),(4059,406,'_locations_4_location','field_5683f288dcba1'),(4060,406,'locations_4_title','State Route 0062, Section A02G, Sharon – Roadway Widening'),(4061,406,'_locations_4_title','field_5683f2aadcba2'),(4062,406,'locations_4_image',''),(4063,406,'_locations_4_image','field_568439ed8109d'),(4064,406,'locations_4_description',''),(4065,406,'_locations_4_description','field_5683f2b1dcba3'),(4066,406,'locations','5'),(4067,406,'_locations','field_5683f253a5dba'),(4068,329,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.157502, -80.225829\";s:3:\"lat\";s:10:\"41.1575001\";s:3:\"lng\";s:11:\"-80.2258445\";}'),(4069,329,'_locations_4_location','field_5683f288dcba1'),(4070,329,'locations_4_title','State Route 0062, Section A02G, Sharon – Roadway Widening'),(4071,329,'_locations_4_title','field_5683f2aadcba2'),(4072,329,'locations_4_image','452'),(4073,329,'_locations_4_image','field_568439ed8109d'),(4074,329,'locations_4_description','This project was for a road widening and affected 12 properties and resulted in the relocation of 2 residents and 4 businesses in the Cities of Sharon and Farrell, Mercer County.'),(4075,329,'_locations_4_description','field_5683f2b1dcba3'),(4076,407,'locations_0_location','a:3:{s:7:\"address\";s:21:\"42.139003, -80.068528\";s:3:\"lat\";s:9:\"42.139028\";s:3:\"lng\";s:18:\"-80.06825400000002\";}'),(4077,407,'_locations_0_location','field_5683f288dcba1'),(4078,407,'locations_0_title','State Route 4034, Section A50 Erie Bayfront – New Roadway Construction'),(4079,407,'_locations_0_title','field_5683f2aadcba2'),(4080,407,'locations_0_image','397'),(4081,407,'_locations_0_image','field_568439ed8109d'),(4082,407,'locations_0_description','This project was for new road construction and affected 24 properties and resulted in the relocation of 12 residents and 3 businesses in the City of Erie, Erie County.'),(4083,407,'_locations_0_description','field_5683f2b1dcba3'),(4084,407,'locations_1_location','a:3:{s:7:\"address\";s:21:\"42.133680, -80.062399\";s:3:\"lat\";s:9:\"42.133828\";s:3:\"lng\";s:10:\"-80.062521\";}'),(4085,407,'_locations_1_location','field_5683f288dcba1'),(4086,407,'locations_1_title','State Route 4034, Section A51 Erie Bayfront – New Roadway Construction'),(4087,407,'_locations_1_title','field_5683f2aadcba2'),(4088,407,'locations_1_image','400'),(4089,407,'_locations_1_image','field_568439ed8109d'),(4090,407,'locations_1_description','This project was for new road construction and affected 25 properties and resulted in the relocation of 3 residents and 12 businesses in the City of Erie, Erie County.'),(4091,407,'_locations_1_description','field_5683f2b1dcba3'),(4092,407,'locations_2_location','a:3:{s:7:\"address\";s:21:\"42.125226, -79.980737\";s:3:\"lat\";s:10:\"42.1251108\";s:3:\"lng\";s:11:\"-79.9808974\";}'),(4093,407,'_locations_2_location','field_5683f288dcba1'),(4094,407,'locations_2_title','State Route 4034, Section A90 Bayfront Station Road – New Roadway Construction'),(4095,407,'_locations_2_title','field_5683f2aadcba2'),(4096,407,'locations_2_image',''),(4097,407,'_locations_2_image','field_568439ed8109d'),(4098,407,'locations_2_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie County.'),(4099,407,'_locations_2_description','field_5683f2b1dcba3'),(4100,407,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.159386, -80.225904\";s:3:\"lat\";s:10:\"41.1583397\";s:3:\"lng\";s:18:\"-80.22632629999998\";}'),(4101,407,'_locations_3_location','field_5683f288dcba1'),(4102,407,'locations_3_title','Iron Bridge – State Route 0019, B04 – Bridge Replacement'),(4103,407,'_locations_3_title','field_5683f2aadcba2'),(4104,407,'locations_3_image',''),(4105,407,'_locations_3_image','field_568439ed8109d'),(4106,407,'locations_3_description','This project was for a mid-sized bridge replacement and affected 8 properties in the Township of Springfield, Mercer County.'),(4107,407,'_locations_3_description','field_5683f2b1dcba3'),(4108,407,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.159386, -80.225604\";s:3:\"lat\";s:10:\"41.1583397\";s:3:\"lng\";s:18:\"-80.22632629999998\";}'),(4109,407,'_locations_4_location','field_5683f288dcba1'),(4110,407,'locations_4_title','State Route 0062, Section A02G, Sharon – Roadway Widening'),(4111,407,'_locations_4_title','field_5683f2aadcba2'),(4112,407,'locations_4_image',''),(4113,407,'_locations_4_image','field_568439ed8109d'),(4114,407,'locations_4_description','This project was for a road widening and affected 12 properties and resulted in the relocation of 2 residents and 4 businesses in the Cities of Sharon and Farrell, Mercer County.'),(4115,407,'_locations_4_description','field_5683f2b1dcba3'),(4116,407,'locations','5'),(4117,407,'_locations','field_5683f253a5dba'),(4118,408,'locations_0_location','a:3:{s:7:\"address\";s:21:\"42.139003, -80.068528\";s:3:\"lat\";s:9:\"42.139028\";s:3:\"lng\";s:18:\"-80.06825400000002\";}'),(4119,408,'_locations_0_location','field_5683f288dcba1'),(4120,408,'locations_0_title','State Route 4034, Section A50 Erie Bayfront – New Roadway Construction'),(4121,408,'_locations_0_title','field_5683f2aadcba2'),(4122,408,'locations_0_image',''),(4123,408,'_locations_0_image','field_568439ed8109d'),(4124,408,'locations_0_description','This project was for new road construction and affected 24 properties and resulted in the relocation of 12 residents and 3 businesses in the City of Erie, Erie County.'),(4125,408,'_locations_0_description','field_5683f2b1dcba3'),(4126,408,'locations_1_location','a:3:{s:7:\"address\";s:21:\"42.133680, -80.062399\";s:3:\"lat\";s:9:\"42.133828\";s:3:\"lng\";s:10:\"-80.062521\";}'),(4127,408,'_locations_1_location','field_5683f288dcba1'),(4128,408,'locations_1_title','State Route 4034, Section A51 Erie Bayfront – New Roadway Construction'),(4129,408,'_locations_1_title','field_5683f2aadcba2'),(4130,408,'locations_1_image',''),(4131,408,'_locations_1_image','field_568439ed8109d'),(4132,408,'locations_1_description','This project was for new road construction and affected 25 properties and resulted in the relocation of 3 residents and 12 businesses in the City of Erie, Erie County.'),(4133,408,'_locations_1_description','field_5683f2b1dcba3'),(4134,408,'locations_2_location','a:3:{s:7:\"address\";s:21:\"42.125226, -79.980737\";s:3:\"lat\";s:10:\"42.1251108\";s:3:\"lng\";s:11:\"-79.9808974\";}'),(4135,408,'_locations_2_location','field_5683f288dcba1'),(4136,408,'locations_2_title','State Route 4034, Section A90 Bayfront Station Road – New Roadway Construction'),(4137,408,'_locations_2_title','field_5683f2aadcba2'),(4138,408,'locations_2_image',''),(4139,408,'_locations_2_image','field_568439ed8109d'),(4140,408,'locations_2_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie County.'),(4141,408,'_locations_2_description','field_5683f2b1dcba3'),(4142,408,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.159386, -80.225904\";s:3:\"lat\";s:10:\"41.1583397\";s:3:\"lng\";s:18:\"-80.22632629999998\";}'),(4143,408,'_locations_3_location','field_5683f288dcba1'),(4144,408,'locations_3_title','Iron Bridge – State Route 0019, B04 – Bridge Replacement'),(4145,408,'_locations_3_title','field_5683f2aadcba2'),(4146,408,'locations_3_image',''),(4147,408,'_locations_3_image','field_568439ed8109d'),(4148,408,'locations_3_description','This project was for a mid-sized bridge replacement and affected 8 properties in the Township of Springfield, Mercer County.'),(4149,408,'_locations_3_description','field_5683f2b1dcba3'),(4150,408,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.159386, -80.225604\";s:3:\"lat\";s:10:\"41.1583397\";s:3:\"lng\";s:18:\"-80.22632629999998\";}'),(4151,408,'_locations_4_location','field_5683f288dcba1'),(4152,408,'locations_4_title','State Route 0062, Section A02G, Sharon – Roadway Widening'),(4153,408,'_locations_4_title','field_5683f2aadcba2'),(4154,408,'locations_4_image',''),(4155,408,'_locations_4_image','field_568439ed8109d'),(4156,408,'locations_4_description','This project was for a road widening and affected 12 properties and resulted in the relocation of 2 residents and 4 businesses in the Cities of Sharon and Farrell, Mercer County.'),(4157,408,'_locations_4_description','field_5683f2b1dcba3'),(4158,408,'locations','5'),(4159,408,'_locations','field_5683f253a5dba'),(4160,409,'locations_0_location','a:3:{s:7:\"address\";s:21:\"42.139003, -80.068528\";s:3:\"lat\";s:9:\"42.139028\";s:3:\"lng\";s:18:\"-80.06825400000002\";}'),(4161,409,'_locations_0_location','field_5683f288dcba1'),(4162,409,'locations_0_title','State Route 4034, Section A50 Erie Bayfront – New Roadway Construction'),(4163,409,'_locations_0_title','field_5683f2aadcba2'),(4164,409,'locations_0_image',''),(4165,409,'_locations_0_image','field_568439ed8109d'),(4166,409,'locations_0_description','This project was for new road construction and affected 24 properties and resulted in the relocation of 12 residents and 3 businesses in the City of Erie, Erie County.'),(4167,409,'_locations_0_description','field_5683f2b1dcba3'),(4168,409,'locations_1_location','a:3:{s:7:\"address\";s:21:\"42.133680, -80.062399\";s:3:\"lat\";s:9:\"42.133828\";s:3:\"lng\";s:10:\"-80.062521\";}'),(4169,409,'_locations_1_location','field_5683f288dcba1'),(4170,409,'locations_1_title','State Route 4034, Section A51 Erie Bayfront – New Roadway Construction'),(4171,409,'_locations_1_title','field_5683f2aadcba2'),(4172,409,'locations_1_image',''),(4173,409,'_locations_1_image','field_568439ed8109d'),(4174,409,'locations_1_description','This project was for new road construction and affected 25 properties and resulted in the relocation of 3 residents and 12 businesses in the City of Erie, Erie County.'),(4175,409,'_locations_1_description','field_5683f2b1dcba3'),(4176,409,'locations_2_location','a:3:{s:7:\"address\";s:21:\"42.125226, -79.980737\";s:3:\"lat\";s:10:\"42.1251108\";s:3:\"lng\";s:11:\"-79.9808974\";}'),(4177,409,'_locations_2_location','field_5683f288dcba1'),(4178,409,'locations_2_title','State Route 4034, Section A90 Bayfront Station Road – New Roadway Construction'),(4179,409,'_locations_2_title','field_5683f2aadcba2'),(4180,409,'locations_2_image',''),(4181,409,'_locations_2_image','field_568439ed8109d'),(4182,409,'locations_2_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie County.'),(4183,409,'_locations_2_description','field_5683f2b1dcba3'),(4184,409,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.159322, -80.225861\";s:3:\"lat\";s:10:\"41.1583397\";s:3:\"lng\";s:18:\"-80.22632629999998\";}'),(4185,409,'_locations_3_location','field_5683f288dcba1'),(4186,409,'locations_3_title','Iron Bridge – State Route 0019, B04 – Bridge Replacement'),(4187,409,'_locations_3_title','field_5683f2aadcba2'),(4188,409,'locations_3_image',''),(4189,409,'_locations_3_image','field_568439ed8109d'),(4190,409,'locations_3_description','This project was for a mid-sized bridge replacement and affected 8 properties in the Township of Springfield, Mercer County.'),(4191,409,'_locations_3_description','field_5683f2b1dcba3'),(4192,409,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.159386, -80.225604\";s:3:\"lat\";s:10:\"41.1583397\";s:3:\"lng\";s:18:\"-80.22632629999998\";}'),(4193,409,'_locations_4_location','field_5683f288dcba1'),(4194,409,'locations_4_title','State Route 0062, Section A02G, Sharon – Roadway Widening'),(4195,409,'_locations_4_title','field_5683f2aadcba2'),(4196,409,'locations_4_image',''),(4197,409,'_locations_4_image','field_568439ed8109d'),(4198,409,'locations_4_description','This project was for a road widening and affected 12 properties and resulted in the relocation of 2 residents and 4 businesses in the Cities of Sharon and Farrell, Mercer County.'),(4199,409,'_locations_4_description','field_5683f2b1dcba3'),(4200,409,'locations','5'),(4201,409,'_locations','field_5683f253a5dba'),(4202,410,'locations_0_location','a:3:{s:7:\"address\";s:21:\"42.139003, -80.068528\";s:3:\"lat\";s:9:\"42.139028\";s:3:\"lng\";s:18:\"-80.06825400000002\";}'),(4203,410,'_locations_0_location','field_5683f288dcba1'),(4204,410,'locations_0_title','State Route 4034, Section A50 Erie Bayfront – New Roadway Construction'),(4205,410,'_locations_0_title','field_5683f2aadcba2'),(4206,410,'locations_0_image',''),(4207,410,'_locations_0_image','field_568439ed8109d'),(4208,410,'locations_0_description','This project was for new road construction and affected 24 properties and resulted in the relocation of 12 residents and 3 businesses in the City of Erie, Erie County.'),(4209,410,'_locations_0_description','field_5683f2b1dcba3'),(4210,410,'locations_1_location','a:3:{s:7:\"address\";s:21:\"42.133680, -80.062399\";s:3:\"lat\";s:9:\"42.133828\";s:3:\"lng\";s:10:\"-80.062521\";}'),(4211,410,'_locations_1_location','field_5683f288dcba1'),(4212,410,'locations_1_title','State Route 4034, Section A51 Erie Bayfront – New Roadway Construction'),(4213,410,'_locations_1_title','field_5683f2aadcba2'),(4214,410,'locations_1_image',''),(4215,410,'_locations_1_image','field_568439ed8109d'),(4216,410,'locations_1_description','This project was for new road construction and affected 25 properties and resulted in the relocation of 3 residents and 12 businesses in the City of Erie, Erie County.'),(4217,410,'_locations_1_description','field_5683f2b1dcba3'),(4218,410,'locations_2_location','a:3:{s:7:\"address\";s:21:\"42.125226, -79.980737\";s:3:\"lat\";s:10:\"42.1251108\";s:3:\"lng\";s:11:\"-79.9808974\";}'),(4219,410,'_locations_2_location','field_5683f288dcba1'),(4220,410,'locations_2_title','State Route 4034, Section A90 Bayfront Station Road – New Roadway Construction'),(4221,410,'_locations_2_title','field_5683f2aadcba2'),(4222,410,'locations_2_image',''),(4223,410,'_locations_2_image','field_568439ed8109d'),(4224,410,'locations_2_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie County.'),(4225,410,'_locations_2_description','field_5683f2b1dcba3'),(4226,410,'locations_3_location','a:3:{s:7:\"address\";s:49:\"61-115 Number 8 Rd, New Wilmington, PA 16142, USA\";s:3:\"lat\";s:17:\"41.14386291246981\";s:3:\"lng\";s:18:\"-80.32794983515623\";}'),(4227,410,'_locations_3_location','field_5683f288dcba1'),(4228,410,'locations_3_title','Iron Bridge – State Route 0019, B04 – Bridge Replacement'),(4229,410,'_locations_3_title','field_5683f2aadcba2'),(4230,410,'locations_3_image',''),(4231,410,'_locations_3_image','field_568439ed8109d'),(4232,410,'locations_3_description','This project was for a mid-sized bridge replacement and affected 8 properties in the Township of Springfield, Mercer County.'),(4233,410,'_locations_3_description','field_5683f2b1dcba3'),(4234,410,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.159386, -80.225604\";s:3:\"lat\";s:10:\"41.1583397\";s:3:\"lng\";s:18:\"-80.22632629999998\";}'),(4235,410,'_locations_4_location','field_5683f288dcba1'),(4236,410,'locations_4_title','State Route 0062, Section A02G, Sharon – Roadway Widening'),(4237,410,'_locations_4_title','field_5683f2aadcba2'),(4238,410,'locations_4_image',''),(4239,410,'_locations_4_image','field_568439ed8109d'),(4240,410,'locations_4_description','This project was for a road widening and affected 12 properties and resulted in the relocation of 2 residents and 4 businesses in the Cities of Sharon and Farrell, Mercer County.'),(4241,410,'_locations_4_description','field_5683f2b1dcba3'),(4242,410,'locations','5'),(4243,410,'_locations','field_5683f253a5dba'),(4244,411,'locations_0_location','a:3:{s:7:\"address\";s:21:\"42.139003, -80.068528\";s:3:\"lat\";s:9:\"42.139028\";s:3:\"lng\";s:18:\"-80.06825400000002\";}'),(4245,411,'_locations_0_location','field_5683f288dcba1'),(4246,411,'locations_0_title','State Route 4034, Section A50 Erie Bayfront – New Roadway Construction'),(4247,411,'_locations_0_title','field_5683f2aadcba2'),(4248,411,'locations_0_image',''),(4249,411,'_locations_0_image','field_568439ed8109d'),(4250,411,'locations_0_description','This project was for new road construction and affected 24 properties and resulted in the relocation of 12 residents and 3 businesses in the City of Erie, Erie County.'),(4251,411,'_locations_0_description','field_5683f2b1dcba3'),(4252,411,'locations_1_location','a:3:{s:7:\"address\";s:21:\"42.133680, -80.062399\";s:3:\"lat\";s:9:\"42.133828\";s:3:\"lng\";s:10:\"-80.062521\";}'),(4253,411,'_locations_1_location','field_5683f288dcba1'),(4254,411,'locations_1_title','State Route 4034, Section A51 Erie Bayfront – New Roadway Construction'),(4255,411,'_locations_1_title','field_5683f2aadcba2'),(4256,411,'locations_1_image',''),(4257,411,'_locations_1_image','field_568439ed8109d'),(4258,411,'locations_1_description','This project was for new road construction and affected 25 properties and resulted in the relocation of 3 residents and 12 businesses in the City of Erie, Erie County.'),(4259,411,'_locations_1_description','field_5683f2b1dcba3'),(4260,411,'locations_2_location','a:3:{s:7:\"address\";s:21:\"42.125226, -79.980737\";s:3:\"lat\";s:10:\"42.1251108\";s:3:\"lng\";s:11:\"-79.9808974\";}'),(4261,411,'_locations_2_location','field_5683f288dcba1'),(4262,411,'locations_2_title','State Route 4034, Section A90 Bayfront Station Road – New Roadway Construction'),(4263,411,'_locations_2_title','field_5683f2aadcba2'),(4264,411,'locations_2_image',''),(4265,411,'_locations_2_image','field_568439ed8109d'),(4266,411,'locations_2_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie County.'),(4267,411,'_locations_2_description','field_5683f2b1dcba3'),(4268,411,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.157788, -80.225890\";s:3:\"lat\";s:10:\"41.1577861\";s:3:\"lng\";s:18:\"-80.22590550000001\";}'),(4269,411,'_locations_3_location','field_5683f288dcba1'),(4270,411,'locations_3_title','Iron Bridge – State Route 0019, B04 – Bridge Replacement'),(4271,411,'_locations_3_title','field_5683f2aadcba2'),(4272,411,'locations_3_image',''),(4273,411,'_locations_3_image','field_568439ed8109d'),(4274,411,'locations_3_description','This project was for a mid-sized bridge replacement and affected 8 properties in the Township of Springfield, Mercer County.'),(4275,411,'_locations_3_description','field_5683f2b1dcba3'),(4276,411,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.157502, -80.225829\";s:3:\"lat\";s:10:\"41.1575001\";s:3:\"lng\";s:11:\"-80.2258445\";}'),(4277,411,'_locations_4_location','field_5683f288dcba1'),(4278,411,'locations_4_title','State Route 0062, Section A02G, Sharon – Roadway Widening'),(4279,411,'_locations_4_title','field_5683f2aadcba2'),(4280,411,'locations_4_image',''),(4281,411,'_locations_4_image','field_568439ed8109d'),(4282,411,'locations_4_description','This project was for a road widening and affected 12 properties and resulted in the relocation of 2 residents and 4 businesses in the Cities of Sharon and Farrell, Mercer County.'),(4283,411,'_locations_4_description','field_5683f2b1dcba3'),(4284,411,'locations','5'),(4285,411,'_locations','field_5683f253a5dba'),(4286,412,'locations_0_location','a:3:{s:7:\"address\";s:21:\"42.139003, -80.068528\";s:3:\"lat\";s:9:\"42.139028\";s:3:\"lng\";s:18:\"-80.06825400000002\";}'),(4287,412,'_locations_0_location','field_5683f288dcba1'),(4288,412,'locations_0_title','State Route 4034, Section A50 Erie Bayfront – New Roadway Construction'),(4289,412,'_locations_0_title','field_5683f2aadcba2'),(4290,412,'locations_0_image',''),(4291,412,'_locations_0_image','field_568439ed8109d'),(4292,412,'locations_0_description','This project was for new road construction and affected 24 properties and resulted in the relocation of 12 residents and 3 businesses in the City of Erie, Erie County.'),(4293,412,'_locations_0_description','field_5683f2b1dcba3'),(4294,412,'locations_1_location','a:3:{s:7:\"address\";s:21:\"42.133680, -80.062399\";s:3:\"lat\";s:9:\"42.133828\";s:3:\"lng\";s:10:\"-80.062521\";}'),(4295,412,'_locations_1_location','field_5683f288dcba1'),(4296,412,'locations_1_title','State Route 4034, Section A51 Erie Bayfront – New Roadway Construction'),(4297,412,'_locations_1_title','field_5683f2aadcba2'),(4298,412,'locations_1_image',''),(4299,412,'_locations_1_image','field_568439ed8109d'),(4300,412,'locations_1_description','This project was for new road construction and affected 25 properties and resulted in the relocation of 3 residents and 12 businesses in the City of Erie, Erie County.'),(4301,412,'_locations_1_description','field_5683f2b1dcba3'),(4302,412,'locations_2_location','a:3:{s:7:\"address\";s:21:\"42.125226, -79.980737\";s:3:\"lat\";s:10:\"42.1251108\";s:3:\"lng\";s:11:\"-79.9808974\";}'),(4303,412,'_locations_2_location','field_5683f288dcba1'),(4304,412,'locations_2_title','State Route 4034, Section A90 Bayfront Station Road – New Roadway Construction'),(4305,412,'_locations_2_title','field_5683f2aadcba2'),(4306,412,'locations_2_image',''),(4307,412,'_locations_2_image','field_568439ed8109d'),(4308,412,'locations_2_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie County.'),(4309,412,'_locations_2_description','field_5683f2b1dcba3'),(4310,412,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.157784, -80.225883\";s:3:\"lat\";s:17:\"41.15778590000001\";s:3:\"lng\";s:18:\"-80.22586739999997\";}'),(4311,412,'_locations_3_location','field_5683f288dcba1'),(4312,412,'locations_3_title','Iron Bridge – State Route 0019, B04 – Bridge Replacement'),(4313,412,'_locations_3_title','field_5683f2aadcba2'),(4314,412,'locations_3_image',''),(4315,412,'_locations_3_image','field_568439ed8109d'),(4316,412,'locations_3_description','This project was for a mid-sized bridge replacement and affected 8 properties in the Township of Springfield, Mercer County.'),(4317,412,'_locations_3_description','field_5683f2b1dcba3'),(4318,412,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.157502, -80.225829\";s:3:\"lat\";s:10:\"41.1575001\";s:3:\"lng\";s:11:\"-80.2258445\";}'),(4319,412,'_locations_4_location','field_5683f288dcba1'),(4320,412,'locations_4_title','State Route 0062, Section A02G, Sharon – Roadway Widening'),(4321,412,'_locations_4_title','field_5683f2aadcba2'),(4322,412,'locations_4_image',''),(4323,412,'_locations_4_image','field_568439ed8109d'),(4324,412,'locations_4_description','This project was for a road widening and affected 12 properties and resulted in the relocation of 2 residents and 4 businesses in the Cities of Sharon and Farrell, Mercer County.'),(4325,412,'_locations_4_description','field_5683f2b1dcba3'),(4326,412,'locations','5'),(4327,412,'_locations','field_5683f253a5dba'),(4328,413,'locations_0_location','a:3:{s:7:\"address\";s:21:\"42.139003, -80.068528\";s:3:\"lat\";s:9:\"42.139028\";s:3:\"lng\";s:18:\"-80.06825400000002\";}'),(4329,413,'_locations_0_location','field_5683f288dcba1'),(4330,413,'locations_0_title','State Route 4034, Section A50 Erie Bayfront – New Roadway Construction'),(4331,413,'_locations_0_title','field_5683f2aadcba2'),(4332,413,'locations_0_image',''),(4333,413,'_locations_0_image','field_568439ed8109d'),(4334,413,'locations_0_description','This project was for new road construction and affected 24 properties and resulted in the relocation of 12 residents and 3 businesses in the City of Erie, Erie County.'),(4335,413,'_locations_0_description','field_5683f2b1dcba3'),(4336,413,'locations_1_location','a:3:{s:7:\"address\";s:21:\"42.133680, -80.062399\";s:3:\"lat\";s:9:\"42.133828\";s:3:\"lng\";s:10:\"-80.062521\";}'),(4337,413,'_locations_1_location','field_5683f288dcba1'),(4338,413,'locations_1_title','State Route 4034, Section A51 Erie Bayfront – New Roadway Construction'),(4339,413,'_locations_1_title','field_5683f2aadcba2'),(4340,413,'locations_1_image',''),(4341,413,'_locations_1_image','field_568439ed8109d'),(4342,413,'locations_1_description','This project was for new road construction and affected 25 properties and resulted in the relocation of 3 residents and 12 businesses in the City of Erie, Erie County.'),(4343,413,'_locations_1_description','field_5683f2b1dcba3'),(4344,413,'locations_2_location','a:3:{s:7:\"address\";s:21:\"42.125226, -79.980737\";s:3:\"lat\";s:10:\"42.1251108\";s:3:\"lng\";s:11:\"-79.9808974\";}'),(4345,413,'_locations_2_location','field_5683f288dcba1'),(4346,413,'locations_2_title','State Route 4034, Section A90 Bayfront Station Road – New Roadway Construction'),(4347,413,'_locations_2_title','field_5683f2aadcba2'),(4348,413,'locations_2_image',''),(4349,413,'_locations_2_image','field_568439ed8109d'),(4350,413,'locations_2_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie County.'),(4351,413,'_locations_2_description','field_5683f2b1dcba3'),(4352,413,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.157746, -80.225885\";s:3:\"lat\";s:10:\"41.1577446\";s:3:\"lng\";s:11:\"-80.2258966\";}'),(4353,413,'_locations_3_location','field_5683f288dcba1'),(4354,413,'locations_3_title','Iron Bridge – State Route 0019, B04 – Bridge Replacement'),(4355,413,'_locations_3_title','field_5683f2aadcba2'),(4356,413,'locations_3_image',''),(4357,413,'_locations_3_image','field_568439ed8109d'),(4358,413,'locations_3_description','This project was for a mid-sized bridge replacement and affected 8 properties in the Township of Springfield, Mercer County.'),(4359,413,'_locations_3_description','field_5683f2b1dcba3'),(4360,413,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.157502, -80.225829\";s:3:\"lat\";s:10:\"41.1575001\";s:3:\"lng\";s:11:\"-80.2258445\";}'),(4361,413,'_locations_4_location','field_5683f288dcba1'),(4362,413,'locations_4_title','State Route 0062, Section A02G, Sharon – Roadway Widening'),(4363,413,'_locations_4_title','field_5683f2aadcba2'),(4364,413,'locations_4_image',''),(4365,413,'_locations_4_image','field_568439ed8109d'),(4366,413,'locations_4_description','This project was for a road widening and affected 12 properties and resulted in the relocation of 2 residents and 4 businesses in the Cities of Sharon and Farrell, Mercer County.'),(4367,413,'_locations_4_description','field_5683f2b1dcba3'),(4368,413,'locations','5'),(4369,413,'_locations','field_5683f253a5dba'),(4370,414,'locations_0_location','a:3:{s:7:\"address\";s:21:\"42.139003, -80.068528\";s:3:\"lat\";s:9:\"42.139028\";s:3:\"lng\";s:18:\"-80.06825400000002\";}'),(4371,414,'_locations_0_location','field_5683f288dcba1'),(4372,414,'locations_0_title','State Route 4034, Section A50 Erie Bayfront – New Roadway Construction'),(4373,414,'_locations_0_title','field_5683f2aadcba2'),(4374,414,'locations_0_image',''),(4375,414,'_locations_0_image','field_568439ed8109d'),(4376,414,'locations_0_description','This project was for new road construction and affected 24 properties and resulted in the relocation of 12 residents and 3 businesses in the City of Erie, Erie County.'),(4377,414,'_locations_0_description','field_5683f2b1dcba3'),(4378,414,'locations_1_location','a:3:{s:7:\"address\";s:21:\"42.133680, -80.062399\";s:3:\"lat\";s:9:\"42.133828\";s:3:\"lng\";s:10:\"-80.062521\";}'),(4379,414,'_locations_1_location','field_5683f288dcba1'),(4380,414,'locations_1_title','State Route 4034, Section A51 Erie Bayfront – New Roadway Construction'),(4381,414,'_locations_1_title','field_5683f2aadcba2'),(4382,414,'locations_1_image',''),(4383,414,'_locations_1_image','field_568439ed8109d'),(4384,414,'locations_1_description','This project was for new road construction and affected 25 properties and resulted in the relocation of 3 residents and 12 businesses in the City of Erie, Erie County.'),(4385,414,'_locations_1_description','field_5683f2b1dcba3'),(4386,414,'locations_2_location','a:3:{s:7:\"address\";s:21:\"42.125226, -79.980737\";s:3:\"lat\";s:10:\"42.1251108\";s:3:\"lng\";s:11:\"-79.9808974\";}'),(4387,414,'_locations_2_location','field_5683f288dcba1'),(4388,414,'locations_2_title','State Route 4034, Section A90 Bayfront Station Road – New Roadway Construction'),(4389,414,'_locations_2_title','field_5683f2aadcba2'),(4390,414,'locations_2_image',''),(4391,414,'_locations_2_image','field_568439ed8109d'),(4392,414,'locations_2_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie County.'),(4393,414,'_locations_2_description','field_5683f2b1dcba3'),(4394,414,'locations_3_location',''),(4395,414,'_locations_3_location','field_5683f288dcba1'),(4396,414,'locations_3_title','Iron Bridge – State Route 0019, B04 – Bridge Replacement'),(4397,414,'_locations_3_title','field_5683f2aadcba2'),(4398,414,'locations_3_image',''),(4399,414,'_locations_3_image','field_568439ed8109d'),(4400,414,'locations_3_description','This project was for a mid-sized bridge replacement and affected 8 properties in the Township of Springfield, Mercer County.'),(4401,414,'_locations_3_description','field_5683f2b1dcba3'),(4402,414,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.157502, -80.225829\";s:3:\"lat\";s:10:\"41.1575001\";s:3:\"lng\";s:11:\"-80.2258445\";}'),(4403,414,'_locations_4_location','field_5683f288dcba1'),(4404,414,'locations_4_title','State Route 0062, Section A02G, Sharon – Roadway Widening'),(4405,414,'_locations_4_title','field_5683f2aadcba2'),(4406,414,'locations_4_image',''),(4407,414,'_locations_4_image','field_568439ed8109d'),(4408,414,'locations_4_description','This project was for a road widening and affected 12 properties and resulted in the relocation of 2 residents and 4 businesses in the Cities of Sharon and Farrell, Mercer County.'),(4409,414,'_locations_4_description','field_5683f2b1dcba3'),(4410,414,'locations','5'),(4411,414,'_locations','field_5683f253a5dba'),(4412,415,'locations_0_location','a:3:{s:7:\"address\";s:21:\"42.139003, -80.068528\";s:3:\"lat\";s:9:\"42.139028\";s:3:\"lng\";s:18:\"-80.06825400000002\";}'),(4413,415,'_locations_0_location','field_5683f288dcba1'),(4414,415,'locations_0_title','State Route 4034, Section A50 Erie Bayfront – New Roadway Construction'),(4415,415,'_locations_0_title','field_5683f2aadcba2'),(4416,415,'locations_0_image',''),(4417,415,'_locations_0_image','field_568439ed8109d'),(4418,415,'locations_0_description','This project was for new road construction and affected 24 properties and resulted in the relocation of 12 residents and 3 businesses in the City of Erie, Erie County.'),(4419,415,'_locations_0_description','field_5683f2b1dcba3'),(4420,415,'locations_1_location','a:3:{s:7:\"address\";s:21:\"42.133680, -80.062399\";s:3:\"lat\";s:9:\"42.133828\";s:3:\"lng\";s:10:\"-80.062521\";}'),(4421,415,'_locations_1_location','field_5683f288dcba1'),(4422,415,'locations_1_title','State Route 4034, Section A51 Erie Bayfront – New Roadway Construction'),(4423,415,'_locations_1_title','field_5683f2aadcba2'),(4424,415,'locations_1_image',''),(4425,415,'_locations_1_image','field_568439ed8109d'),(4426,415,'locations_1_description','This project was for new road construction and affected 25 properties and resulted in the relocation of 3 residents and 12 businesses in the City of Erie, Erie County.'),(4427,415,'_locations_1_description','field_5683f2b1dcba3'),(4428,415,'locations_2_location','a:3:{s:7:\"address\";s:21:\"42.125226, -79.980737\";s:3:\"lat\";s:10:\"42.1251108\";s:3:\"lng\";s:11:\"-79.9808974\";}'),(4429,415,'_locations_2_location','field_5683f288dcba1'),(4430,415,'locations_2_title','State Route 4034, Section A90 Bayfront Station Road – New Roadway Construction'),(4431,415,'_locations_2_title','field_5683f2aadcba2'),(4432,415,'locations_2_image',''),(4433,415,'_locations_2_image','field_568439ed8109d'),(4434,415,'locations_2_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie County.'),(4435,415,'_locations_2_description','field_5683f2b1dcba3'),(4436,415,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.157692, -80.225869\";s:3:\"lat\";s:10:\"41.1576901\";s:3:\"lng\";s:10:\"-80.225885\";}'),(4437,415,'_locations_3_location','field_5683f288dcba1'),(4438,415,'locations_3_title','Iron Bridge – State Route 0019, B04 – Bridge Replacement'),(4439,415,'_locations_3_title','field_5683f2aadcba2'),(4440,415,'locations_3_image',''),(4441,415,'_locations_3_image','field_568439ed8109d'),(4442,415,'locations_3_description','This project was for a mid-sized bridge replacement and affected 8 properties in the Township of Springfield, Mercer County.'),(4443,415,'_locations_3_description','field_5683f2b1dcba3'),(4444,415,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.157502, -80.225829\";s:3:\"lat\";s:10:\"41.1575001\";s:3:\"lng\";s:11:\"-80.2258445\";}'),(4445,415,'_locations_4_location','field_5683f288dcba1'),(4446,415,'locations_4_title','State Route 0062, Section A02G, Sharon – Roadway Widening'),(4447,415,'_locations_4_title','field_5683f2aadcba2'),(4448,415,'locations_4_image',''),(4449,415,'_locations_4_image','field_568439ed8109d'),(4450,415,'locations_4_description','This project was for a road widening and affected 12 properties and resulted in the relocation of 2 residents and 4 businesses in the Cities of Sharon and Farrell, Mercer County.'),(4451,415,'_locations_4_description','field_5683f2b1dcba3'),(4452,415,'locations','5'),(4453,415,'_locations','field_5683f253a5dba'),(4454,416,'locations_0_location','a:3:{s:7:\"address\";s:21:\"42.139003, -80.068528\";s:3:\"lat\";s:9:\"42.139028\";s:3:\"lng\";s:18:\"-80.06825400000002\";}'),(4455,416,'_locations_0_location','field_5683f288dcba1'),(4456,416,'locations_0_title','State Route 4034, Section A50 Erie Bayfront – New Roadway Construction'),(4457,416,'_locations_0_title','field_5683f2aadcba2'),(4458,416,'locations_0_image',''),(4459,416,'_locations_0_image','field_568439ed8109d'),(4460,416,'locations_0_description','This project was for new road construction and affected 24 properties and resulted in the relocation of 12 residents and 3 businesses in the City of Erie, Erie County.'),(4461,416,'_locations_0_description','field_5683f2b1dcba3'),(4462,416,'locations_1_location','a:3:{s:7:\"address\";s:21:\"42.133680, -80.062399\";s:3:\"lat\";s:9:\"42.133828\";s:3:\"lng\";s:10:\"-80.062521\";}'),(4463,416,'_locations_1_location','field_5683f288dcba1'),(4464,416,'locations_1_title','State Route 4034, Section A51 Erie Bayfront – New Roadway Construction'),(4465,416,'_locations_1_title','field_5683f2aadcba2'),(4466,416,'locations_1_image',''),(4467,416,'_locations_1_image','field_568439ed8109d'),(4468,416,'locations_1_description','This project was for new road construction and affected 25 properties and resulted in the relocation of 3 residents and 12 businesses in the City of Erie, Erie County.'),(4469,416,'_locations_1_description','field_5683f2b1dcba3'),(4470,416,'locations_2_location','a:3:{s:7:\"address\";s:21:\"42.125226, -79.980737\";s:3:\"lat\";s:10:\"42.1251108\";s:3:\"lng\";s:11:\"-79.9808974\";}'),(4471,416,'_locations_2_location','field_5683f288dcba1'),(4472,416,'locations_2_title','State Route 4034, Section A90 Bayfront Station Road – New Roadway Construction'),(4473,416,'_locations_2_title','field_5683f2aadcba2'),(4474,416,'locations_2_image',''),(4475,416,'_locations_2_image','field_568439ed8109d'),(4476,416,'locations_2_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie County.'),(4477,416,'_locations_2_description','field_5683f2b1dcba3'),(4478,416,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.157692, -80.225869\";s:3:\"lat\";s:10:\"41.1576901\";s:3:\"lng\";s:10:\"-80.225885\";}'),(4479,416,'_locations_3_location','field_5683f288dcba1'),(4480,416,'locations_3_title','Iron Bridge – State Route 0019, B04 – Bridge Replacement'),(4481,416,'_locations_3_title','field_5683f2aadcba2'),(4482,416,'locations_3_image',''),(4483,416,'_locations_3_image','field_568439ed8109d'),(4484,416,'locations_3_description','This project was for a mid-sized bridge replacement and affected 8 properties in the Township of Springfield, Mercer County.'),(4485,416,'_locations_3_description','field_5683f2b1dcba3'),(4486,416,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.157502, -80.225829\";s:3:\"lat\";s:10:\"41.1575001\";s:3:\"lng\";s:11:\"-80.2258445\";}'),(4487,416,'_locations_4_location','field_5683f288dcba1'),(4488,416,'locations_4_title','State Route 0062, Section A02G, Sharon – Roadway Widening'),(4489,416,'_locations_4_title','field_5683f2aadcba2'),(4490,416,'locations_4_image',''),(4491,416,'_locations_4_image','field_568439ed8109d'),(4492,416,'locations_4_description','This project was for a road widening and affected 12 properties and resulted in the relocation of 2 residents and 4 businesses in the Cities of Sharon and Farrell, Mercer County.'),(4493,416,'_locations_4_description','field_5683f2b1dcba3'),(4494,416,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.203515, -80.500030\";s:3:\"lat\";s:10:\"41.2035162\";s:3:\"lng\";s:18:\"-80.50022580000001\";}'),(4495,416,'_locations_5_location','field_5683f288dcba1'),(4496,416,'locations_5_title','State Route 0062, Section A02, Sharon – Roadway Widening'),(4497,416,'_locations_5_title','field_5683f2aadcba2'),(4498,416,'locations_5_image',''),(4499,416,'_locations_5_image','field_568439ed8109d'),(4500,416,'locations_5_description','This project is for roadway widening and intersection improvements and is affecting over 100 properties and resulting in the relocation of 2 residents and 2 businesses in the Cities of Sharon and Farrell, and the Borough of West Wheatland, Mercer County.'),(4501,416,'_locations_5_description','field_5683f2b1dcba3'),(4502,416,'locations','6'),(4503,416,'_locations','field_5683f253a5dba'),(4504,329,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.203515, -80.500030\";s:3:\"lat\";s:10:\"41.2035162\";s:3:\"lng\";s:18:\"-80.50022580000001\";}'),(4505,329,'_locations_5_location','field_5683f288dcba1'),(4506,329,'locations_5_title','State Route 0062, Section A02, Sharon – Roadway Widening'),(4507,329,'_locations_5_title','field_5683f2aadcba2'),(4508,329,'locations_5_image',''),(4509,329,'_locations_5_image','field_568439ed8109d'),(4510,329,'locations_5_description','This project is for roadway widening and intersection improvements and is affecting over 100 properties and resulting in the relocation of 2 residents and 2 businesses in the Cities of Sharon and Farrell, and the Borough of West Wheatland, Mercer County.'),(4511,329,'_locations_5_description','field_5683f2b1dcba3'),(4512,417,'locations_0_location','a:3:{s:7:\"address\";s:21:\"42.139003, -80.068528\";s:3:\"lat\";s:9:\"42.139028\";s:3:\"lng\";s:18:\"-80.06825400000002\";}'),(4513,417,'_locations_0_location','field_5683f288dcba1'),(4514,417,'locations_0_title','State Route 4034, Section A50 Erie Bayfront – New Roadway Construction'),(4515,417,'_locations_0_title','field_5683f2aadcba2'),(4516,417,'locations_0_image',''),(4517,417,'_locations_0_image','field_568439ed8109d'),(4518,417,'locations_0_description','This project was for new road construction and affected 24 properties and resulted in the relocation of 12 residents and 3 businesses in the City of Erie, Erie County.'),(4519,417,'_locations_0_description','field_5683f2b1dcba3'),(4520,417,'locations_1_location','a:3:{s:7:\"address\";s:21:\"42.133680, -80.062399\";s:3:\"lat\";s:9:\"42.133828\";s:3:\"lng\";s:10:\"-80.062521\";}'),(4521,417,'_locations_1_location','field_5683f288dcba1'),(4522,417,'locations_1_title','State Route 4034, Section A51 Erie Bayfront – New Roadway Construction'),(4523,417,'_locations_1_title','field_5683f2aadcba2'),(4524,417,'locations_1_image',''),(4525,417,'_locations_1_image','field_568439ed8109d'),(4526,417,'locations_1_description','This project was for new road construction and affected 25 properties and resulted in the relocation of 3 residents and 12 businesses in the City of Erie, Erie County.'),(4527,417,'_locations_1_description','field_5683f2b1dcba3'),(4528,417,'locations_2_location','a:3:{s:7:\"address\";s:21:\"42.125226, -79.980737\";s:3:\"lat\";s:10:\"42.1251108\";s:3:\"lng\";s:11:\"-79.9808974\";}'),(4529,417,'_locations_2_location','field_5683f288dcba1'),(4530,417,'locations_2_title','State Route 4034, Section A90 Bayfront Station Road – New Roadway Construction'),(4531,417,'_locations_2_title','field_5683f2aadcba2'),(4532,417,'locations_2_image',''),(4533,417,'_locations_2_image','field_568439ed8109d'),(4534,417,'locations_2_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie County.'),(4535,417,'_locations_2_description','field_5683f2b1dcba3'),(4536,417,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.157692, -80.225869\";s:3:\"lat\";s:10:\"41.1576901\";s:3:\"lng\";s:10:\"-80.225885\";}'),(4537,417,'_locations_3_location','field_5683f288dcba1'),(4538,417,'locations_3_title','Iron Bridge – State Route 0019, B04 – Bridge Replacement'),(4539,417,'_locations_3_title','field_5683f2aadcba2'),(4540,417,'locations_3_image',''),(4541,417,'_locations_3_image','field_568439ed8109d'),(4542,417,'locations_3_description','This project was for a mid-sized bridge replacement and affected 8 properties in the Township of Springfield, Mercer County.'),(4543,417,'_locations_3_description','field_5683f2b1dcba3'),(4544,417,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.157502, -80.225829\";s:3:\"lat\";s:10:\"41.1575001\";s:3:\"lng\";s:11:\"-80.2258445\";}'),(4545,417,'_locations_4_location','field_5683f288dcba1'),(4546,417,'locations_4_title','State Route 0062, Section A02G, Sharon – Roadway Widening'),(4547,417,'_locations_4_title','field_5683f2aadcba2'),(4548,417,'locations_4_image',''),(4549,417,'_locations_4_image','field_568439ed8109d'),(4550,417,'locations_4_description','This project was for a road widening and affected 12 properties and resulted in the relocation of 2 residents and 4 businesses in the Cities of Sharon and Farrell, Mercer County.'),(4551,417,'_locations_4_description','field_5683f2b1dcba3'),(4552,417,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.203515, -80.500030\";s:3:\"lat\";s:10:\"41.2035162\";s:3:\"lng\";s:18:\"-80.50022580000001\";}'),(4553,417,'_locations_5_location','field_5683f288dcba1'),(4554,417,'locations_5_title','State Route 0062, Section A02, Sharon – Roadway Widening'),(4555,417,'_locations_5_title','field_5683f2aadcba2'),(4556,417,'locations_5_image',''),(4557,417,'_locations_5_image','field_568439ed8109d'),(4558,417,'locations_5_description','This project is for roadway widening and intersection improvements and is affecting over 100 properties and resulting in the relocation of 2 residents and 2 businesses in the Cities of Sharon and Farrell, and the Borough of West Wheatland, Mercer County.'),(4559,417,'_locations_5_description','field_5683f2b1dcba3'),(4560,417,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.174312, -80.459088\";s:3:\"lat\";s:9:\"41.174248\";s:3:\"lng\";s:18:\"-80.45922139999999\";}'),(4561,417,'_locations_6_location','field_5683f288dcba1'),(4562,417,'locations_6_title','State Route 318, Section B00 – West Middlesex – Bridge Replacement'),(4563,417,'_locations_6_title','field_5683f2aadcba2'),(4564,417,'locations_6_image',''),(4565,417,'_locations_6_image','field_568439ed8109d'),(4566,417,'locations_6_description','This project is for a large bridge replacement spanning the Shenango River and is affecting 23 properties in the Borough of West Middlesex, Mercer County.'),(4567,417,'_locations_6_description','field_5683f2b1dcba3'),(4568,417,'locations','7'),(4569,417,'_locations','field_5683f253a5dba'),(4570,329,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.174312, -80.459088\";s:3:\"lat\";s:9:\"41.174248\";s:3:\"lng\";s:18:\"-80.45922139999999\";}'),(4571,329,'_locations_6_location','field_5683f288dcba1'),(4572,329,'locations_6_title','State Route 318, Section B00 – West Middlesex – Bridge Replacement'),(4573,329,'_locations_6_title','field_5683f2aadcba2'),(4574,329,'locations_6_image',''),(4575,329,'_locations_6_image','field_568439ed8109d'),(4576,329,'locations_6_description','This project is for a large bridge replacement spanning the Shenango River and is affecting 23 properties in the Borough of West Middlesex, Mercer County.'),(4577,329,'_locations_6_description','field_5683f2b1dcba3'),(4578,418,'locations_0_location','a:3:{s:7:\"address\";s:21:\"42.139003, -80.068528\";s:3:\"lat\";s:9:\"42.139028\";s:3:\"lng\";s:18:\"-80.06825400000002\";}'),(4579,418,'_locations_0_location','field_5683f288dcba1'),(4580,418,'locations_0_title','State Route 4034, Section A50 Erie Bayfront – New Roadway Construction'),(4581,418,'_locations_0_title','field_5683f2aadcba2'),(4582,418,'locations_0_image',''),(4583,418,'_locations_0_image','field_568439ed8109d'),(4584,418,'locations_0_description','This project was for new road construction and affected 24 properties and resulted in the relocation of 12 residents and 3 businesses in the City of Erie, Erie County.'),(4585,418,'_locations_0_description','field_5683f2b1dcba3'),(4586,418,'locations_1_location','a:3:{s:7:\"address\";s:21:\"42.133680, -80.062399\";s:3:\"lat\";s:9:\"42.133828\";s:3:\"lng\";s:10:\"-80.062521\";}'),(4587,418,'_locations_1_location','field_5683f288dcba1'),(4588,418,'locations_1_title','State Route 4034, Section A51 Erie Bayfront – New Roadway Construction'),(4589,418,'_locations_1_title','field_5683f2aadcba2'),(4590,418,'locations_1_image',''),(4591,418,'_locations_1_image','field_568439ed8109d'),(4592,418,'locations_1_description','This project was for new road construction and affected 25 properties and resulted in the relocation of 3 residents and 12 businesses in the City of Erie, Erie County.'),(4593,418,'_locations_1_description','field_5683f2b1dcba3'),(4594,418,'locations_2_location','a:3:{s:7:\"address\";s:21:\"42.125226, -79.980737\";s:3:\"lat\";s:10:\"42.1251108\";s:3:\"lng\";s:11:\"-79.9808974\";}'),(4595,418,'_locations_2_location','field_5683f288dcba1'),(4596,418,'locations_2_title','State Route 4034, Section A90 Bayfront Station Road – New Roadway Construction'),(4597,418,'_locations_2_title','field_5683f2aadcba2'),(4598,418,'locations_2_image',''),(4599,418,'_locations_2_image','field_568439ed8109d'),(4600,418,'locations_2_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie County.'),(4601,418,'_locations_2_description','field_5683f2b1dcba3'),(4602,418,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.157692, -80.225869\";s:3:\"lat\";s:10:\"41.1576901\";s:3:\"lng\";s:10:\"-80.225885\";}'),(4603,418,'_locations_3_location','field_5683f288dcba1'),(4604,418,'locations_3_title','Iron Bridge – State Route 0019, B04 – Bridge Replacement'),(4605,418,'_locations_3_title','field_5683f2aadcba2'),(4606,418,'locations_3_image',''),(4607,418,'_locations_3_image','field_568439ed8109d'),(4608,418,'locations_3_description','This project was for a mid-sized bridge replacement and affected 8 properties in the Township of Springfield, Mercer County.'),(4609,418,'_locations_3_description','field_5683f2b1dcba3'),(4610,418,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.157502, -80.225829\";s:3:\"lat\";s:10:\"41.1575001\";s:3:\"lng\";s:11:\"-80.2258445\";}'),(4611,418,'_locations_4_location','field_5683f288dcba1'),(4612,418,'locations_4_title','State Route 0062, Section A02G, Sharon – Roadway Widening'),(4613,418,'_locations_4_title','field_5683f2aadcba2'),(4614,418,'locations_4_image',''),(4615,418,'_locations_4_image','field_568439ed8109d'),(4616,418,'locations_4_description','This project was for a road widening and affected 12 properties and resulted in the relocation of 2 residents and 4 businesses in the Cities of Sharon and Farrell, Mercer County.'),(4617,418,'_locations_4_description','field_5683f2b1dcba3'),(4618,418,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.203515, -80.500030\";s:3:\"lat\";s:10:\"41.2035162\";s:3:\"lng\";s:18:\"-80.50022580000001\";}'),(4619,418,'_locations_5_location','field_5683f288dcba1'),(4620,418,'locations_5_title','State Route 0062, Section A02, Sharon – Roadway Widening'),(4621,418,'_locations_5_title','field_5683f2aadcba2'),(4622,418,'locations_5_image',''),(4623,418,'_locations_5_image','field_568439ed8109d'),(4624,418,'locations_5_description','This project is for roadway widening and intersection improvements and is affecting over 100 properties and resulting in the relocation of 2 residents and 2 businesses in the Cities of Sharon and Farrell, and the Borough of West Wheatland, Mercer County.'),(4625,418,'_locations_5_description','field_5683f2b1dcba3'),(4626,418,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.174312, -80.459088\";s:3:\"lat\";s:9:\"41.174248\";s:3:\"lng\";s:18:\"-80.45922139999999\";}'),(4627,418,'_locations_6_location','field_5683f288dcba1'),(4628,418,'locations_6_title','State Route 318, Section B00 – West Middlesex – Bridge Replacement'),(4629,418,'_locations_6_title','field_5683f2aadcba2'),(4630,418,'locations_6_image',''),(4631,418,'_locations_6_image','field_568439ed8109d'),(4632,418,'locations_6_description','This project is for a large bridge replacement spanning the Shenango River and is affecting 23 properties in the Borough of West Middlesex, Mercer County.'),(4633,418,'_locations_6_description','field_5683f2b1dcba3'),(4634,418,'locations_7_location','a:3:{s:7:\"address\";s:21:\"42.101392, -79.988518\";s:3:\"lat\";s:10:\"42.1009699\";s:3:\"lng\";s:18:\"-79.98816999999997\";}'),(4635,418,'_locations_7_location','field_5683f288dcba1'),(4636,418,'locations_7_title','Township Road T609, Section S000 - Kane Hill Road Bridge – Erie County (LOCAL)'),(4637,418,'_locations_7_title','field_5683f2aadcba2'),(4638,418,'locations_7_image',''),(4639,418,'_locations_7_image','field_568439ed8109d'),(4640,418,'locations_7_description','This project is for a bridge replacement and is affecting 4 properties in Township of Greene, Erie County.'),(4641,418,'_locations_7_description','field_5683f2b1dcba3'),(4642,418,'locations','8'),(4643,418,'_locations','field_5683f253a5dba'),(4644,329,'locations_7_location','a:3:{s:7:\"address\";s:21:\"42.101392, -79.988518\";s:3:\"lat\";s:10:\"42.1009699\";s:3:\"lng\";s:18:\"-79.98816999999997\";}'),(4645,329,'_locations_7_location','field_5683f288dcba1'),(4646,329,'locations_7_title','Township Road T609, Section S000 - Kane Hill Road Bridge – Erie County (LOCAL)'),(4647,329,'_locations_7_title','field_5683f2aadcba2'),(4648,329,'locations_7_image','461'),(4649,329,'_locations_7_image','field_568439ed8109d'),(4650,329,'locations_7_description','This project is for a bridge replacement and is affecting 4 properties in Township of Greene, Erie County.'),(4651,329,'_locations_7_description','field_5683f2b1dcba3'),(4652,419,'locations_0_location','a:3:{s:7:\"address\";s:21:\"42.139003, -80.068528\";s:3:\"lat\";s:9:\"42.139028\";s:3:\"lng\";s:18:\"-80.06825400000002\";}'),(4653,419,'_locations_0_location','field_5683f288dcba1'),(4654,419,'locations_0_title','State Route 4034, Section A50 Erie Bayfront – New Roadway Construction'),(4655,419,'_locations_0_title','field_5683f2aadcba2'),(4656,419,'locations_0_image',''),(4657,419,'_locations_0_image','field_568439ed8109d'),(4658,419,'locations_0_description','This project was for new road construction and affected 24 properties and resulted in the relocation of 12 residents and 3 businesses in the City of Erie, Erie County.'),(4659,419,'_locations_0_description','field_5683f2b1dcba3'),(4660,419,'locations_1_location','a:3:{s:7:\"address\";s:21:\"42.133680, -80.062399\";s:3:\"lat\";s:9:\"42.133828\";s:3:\"lng\";s:10:\"-80.062521\";}'),(4661,419,'_locations_1_location','field_5683f288dcba1'),(4662,419,'locations_1_title','State Route 4034, Section A51 Erie Bayfront – New Roadway Construction'),(4663,419,'_locations_1_title','field_5683f2aadcba2'),(4664,419,'locations_1_image',''),(4665,419,'_locations_1_image','field_568439ed8109d'),(4666,419,'locations_1_description','This project was for new road construction and affected 25 properties and resulted in the relocation of 3 residents and 12 businesses in the City of Erie, Erie County.'),(4667,419,'_locations_1_description','field_5683f2b1dcba3'),(4668,419,'locations_2_location','a:3:{s:7:\"address\";s:21:\"42.125226, -79.980737\";s:3:\"lat\";s:10:\"42.1251108\";s:3:\"lng\";s:11:\"-79.9808974\";}'),(4669,419,'_locations_2_location','field_5683f288dcba1'),(4670,419,'locations_2_title','State Route 4034, Section A90 Bayfront Station Road – New Roadway Construction'),(4671,419,'_locations_2_title','field_5683f2aadcba2'),(4672,419,'locations_2_image',''),(4673,419,'_locations_2_image','field_568439ed8109d'),(4674,419,'locations_2_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie County.'),(4675,419,'_locations_2_description','field_5683f2b1dcba3'),(4676,419,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.157692, -80.225869\";s:3:\"lat\";s:10:\"41.1576901\";s:3:\"lng\";s:10:\"-80.225885\";}'),(4677,419,'_locations_3_location','field_5683f288dcba1'),(4678,419,'locations_3_title','Iron Bridge – State Route 0019, B04 – Bridge Replacement'),(4679,419,'_locations_3_title','field_5683f2aadcba2'),(4680,419,'locations_3_image',''),(4681,419,'_locations_3_image','field_568439ed8109d'),(4682,419,'locations_3_description','This project was for a mid-sized bridge replacement and affected 8 properties in the Township of Springfield, Mercer County.'),(4683,419,'_locations_3_description','field_5683f2b1dcba3'),(4684,419,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.157502, -80.225829\";s:3:\"lat\";s:10:\"41.1575001\";s:3:\"lng\";s:11:\"-80.2258445\";}'),(4685,419,'_locations_4_location','field_5683f288dcba1'),(4686,419,'locations_4_title','State Route 0062, Section A02G, Sharon – Roadway Widening'),(4687,419,'_locations_4_title','field_5683f2aadcba2'),(4688,419,'locations_4_image',''),(4689,419,'_locations_4_image','field_568439ed8109d'),(4690,419,'locations_4_description','This project was for a road widening and affected 12 properties and resulted in the relocation of 2 residents and 4 businesses in the Cities of Sharon and Farrell, Mercer County.'),(4691,419,'_locations_4_description','field_5683f2b1dcba3'),(4692,419,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.203515, -80.500030\";s:3:\"lat\";s:10:\"41.2035162\";s:3:\"lng\";s:18:\"-80.50022580000001\";}'),(4693,419,'_locations_5_location','field_5683f288dcba1'),(4694,419,'locations_5_title','State Route 0062, Section A02, Sharon – Roadway Widening'),(4695,419,'_locations_5_title','field_5683f2aadcba2'),(4696,419,'locations_5_image',''),(4697,419,'_locations_5_image','field_568439ed8109d'),(4698,419,'locations_5_description','This project is for roadway widening and intersection improvements and is affecting over 100 properties and resulting in the relocation of 2 residents and 2 businesses in the Cities of Sharon and Farrell, and the Borough of West Wheatland, Mercer County.'),(4699,419,'_locations_5_description','field_5683f2b1dcba3'),(4700,419,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.174312, -80.459088\";s:3:\"lat\";s:9:\"41.174248\";s:3:\"lng\";s:18:\"-80.45922139999999\";}'),(4701,419,'_locations_6_location','field_5683f288dcba1'),(4702,419,'locations_6_title','State Route 318, Section B00 – West Middlesex – Bridge Replacement'),(4703,419,'_locations_6_title','field_5683f2aadcba2'),(4704,419,'locations_6_image',''),(4705,419,'_locations_6_image','field_568439ed8109d'),(4706,419,'locations_6_description','This project is for a large bridge replacement spanning the Shenango River and is affecting 23 properties in the Borough of West Middlesex, Mercer County.'),(4707,419,'_locations_6_description','field_5683f2b1dcba3'),(4708,419,'locations_7_location','a:3:{s:7:\"address\";s:21:\"42.101392, -79.988518\";s:3:\"lat\";s:10:\"42.1009699\";s:3:\"lng\";s:18:\"-79.98816999999997\";}'),(4709,419,'_locations_7_location','field_5683f288dcba1'),(4710,419,'locations_7_title','Township Road T609, Section S000 - Kane Hill Road Bridge – Erie County (LOCAL)'),(4711,419,'_locations_7_title','field_5683f2aadcba2'),(4712,419,'locations_7_image',''),(4713,419,'_locations_7_image','field_568439ed8109d'),(4714,419,'locations_7_description','This project is for a bridge replacement and is affecting 4 properties in Township of Greene, Erie County.'),(4715,419,'_locations_7_description','field_5683f2b1dcba3'),(4716,419,'locations_8_location','a:3:{s:7:\"address\";s:21:\"42.067111, -80.103791\";s:3:\"lat\";s:10:\"42.0681078\";s:3:\"lng\";s:11:\"-80.1039467\";}'),(4717,419,'_locations_8_location','field_5683f288dcba1'),(4718,419,'locations_8_title','State Route 4012, Section A00 – Erie County – Millcreek, Roadway Widening'),(4719,419,'_locations_8_title','field_5683f2aadcba2'),(4720,419,'locations_8_image',''),(4721,419,'_locations_8_image','field_568439ed8109d'),(4722,419,'locations_8_description',''),(4723,419,'_locations_8_description','field_5683f2b1dcba3'),(4724,419,'locations','9'),(4725,419,'_locations','field_5683f253a5dba'),(4726,329,'locations_8_location','a:3:{s:7:\"address\";s:21:\"42.067111, -80.103791\";s:3:\"lat\";s:10:\"42.0681078\";s:3:\"lng\";s:11:\"-80.1039467\";}'),(4727,329,'_locations_8_location','field_5683f288dcba1'),(4728,329,'locations_8_title','State Route 4012, Section A00 – Erie County – Millcreek, Roadway Widening'),(4729,329,'_locations_8_title','field_5683f2aadcba2'),(4730,329,'locations_8_image',''),(4731,329,'_locations_8_image','field_568439ed8109d'),(4732,329,'locations_8_description',''),(4733,329,'_locations_8_description','field_5683f2b1dcba3'),(4734,420,'locations_0_location','a:3:{s:7:\"address\";s:21:\"42.139003, -80.068528\";s:3:\"lat\";s:9:\"42.139028\";s:3:\"lng\";s:18:\"-80.06825400000002\";}'),(4735,420,'_locations_0_location','field_5683f288dcba1'),(4736,420,'locations_0_title','State Route 4034, Section A50 Erie Bayfront – New Roadway Construction'),(4737,420,'_locations_0_title','field_5683f2aadcba2'),(4738,420,'locations_0_image',''),(4739,420,'_locations_0_image','field_568439ed8109d'),(4740,420,'locations_0_description','This project was for new road construction and affected 24 properties and resulted in the relocation of 12 residents and 3 businesses in the City of Erie, Erie County.'),(4741,420,'_locations_0_description','field_5683f2b1dcba3'),(4742,420,'locations_1_location','a:3:{s:7:\"address\";s:21:\"42.133680, -80.062399\";s:3:\"lat\";s:9:\"42.133828\";s:3:\"lng\";s:10:\"-80.062521\";}'),(4743,420,'_locations_1_location','field_5683f288dcba1'),(4744,420,'locations_1_title','State Route 4034, Section A51 Erie Bayfront – New Roadway Construction'),(4745,420,'_locations_1_title','field_5683f2aadcba2'),(4746,420,'locations_1_image',''),(4747,420,'_locations_1_image','field_568439ed8109d'),(4748,420,'locations_1_description','This project was for new road construction and affected 25 properties and resulted in the relocation of 3 residents and 12 businesses in the City of Erie, Erie County.'),(4749,420,'_locations_1_description','field_5683f2b1dcba3'),(4750,420,'locations_2_location','a:3:{s:7:\"address\";s:21:\"42.125226, -79.980737\";s:3:\"lat\";s:10:\"42.1251108\";s:3:\"lng\";s:11:\"-79.9808974\";}'),(4751,420,'_locations_2_location','field_5683f288dcba1'),(4752,420,'locations_2_title','State Route 4034, Section A90 Bayfront Station Road – New Roadway Construction'),(4753,420,'_locations_2_title','field_5683f2aadcba2'),(4754,420,'locations_2_image',''),(4755,420,'_locations_2_image','field_568439ed8109d'),(4756,420,'locations_2_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie County.'),(4757,420,'_locations_2_description','field_5683f2b1dcba3'),(4758,420,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.157692, -80.225869\";s:3:\"lat\";s:10:\"41.1576901\";s:3:\"lng\";s:10:\"-80.225885\";}'),(4759,420,'_locations_3_location','field_5683f288dcba1'),(4760,420,'locations_3_title','Iron Bridge – State Route 0019, B04 – Bridge Replacement'),(4761,420,'_locations_3_title','field_5683f2aadcba2'),(4762,420,'locations_3_image',''),(4763,420,'_locations_3_image','field_568439ed8109d'),(4764,420,'locations_3_description','This project was for a mid-sized bridge replacement and affected 8 properties in the Township of Springfield, Mercer County.'),(4765,420,'_locations_3_description','field_5683f2b1dcba3'),(4766,420,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.157502, -80.225829\";s:3:\"lat\";s:10:\"41.1575001\";s:3:\"lng\";s:11:\"-80.2258445\";}'),(4767,420,'_locations_4_location','field_5683f288dcba1'),(4768,420,'locations_4_title','State Route 0062, Section A02G, Sharon – Roadway Widening'),(4769,420,'_locations_4_title','field_5683f2aadcba2'),(4770,420,'locations_4_image',''),(4771,420,'_locations_4_image','field_568439ed8109d'),(4772,420,'locations_4_description','This project was for a road widening and affected 12 properties and resulted in the relocation of 2 residents and 4 businesses in the Cities of Sharon and Farrell, Mercer County.'),(4773,420,'_locations_4_description','field_5683f2b1dcba3'),(4774,420,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.203515, -80.500030\";s:3:\"lat\";s:10:\"41.2035162\";s:3:\"lng\";s:18:\"-80.50022580000001\";}'),(4775,420,'_locations_5_location','field_5683f288dcba1'),(4776,420,'locations_5_title','State Route 0062, Section A02, Sharon – Roadway Widening'),(4777,420,'_locations_5_title','field_5683f2aadcba2'),(4778,420,'locations_5_image',''),(4779,420,'_locations_5_image','field_568439ed8109d'),(4780,420,'locations_5_description','This project is for roadway widening and intersection improvements and is affecting over 100 properties and resulting in the relocation of 2 residents and 2 businesses in the Cities of Sharon and Farrell, and the Borough of West Wheatland, Mercer County.'),(4781,420,'_locations_5_description','field_5683f2b1dcba3'),(4782,420,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.174312, -80.459088\";s:3:\"lat\";s:9:\"41.174248\";s:3:\"lng\";s:18:\"-80.45922139999999\";}'),(4783,420,'_locations_6_location','field_5683f288dcba1'),(4784,420,'locations_6_title','State Route 318, Section B00 – West Middlesex – Bridge Replacement'),(4785,420,'_locations_6_title','field_5683f2aadcba2'),(4786,420,'locations_6_image',''),(4787,420,'_locations_6_image','field_568439ed8109d'),(4788,420,'locations_6_description','This project is for a large bridge replacement spanning the Shenango River and is affecting 23 properties in the Borough of West Middlesex, Mercer County.'),(4789,420,'_locations_6_description','field_5683f2b1dcba3'),(4790,420,'locations_7_location','a:3:{s:7:\"address\";s:21:\"42.101392, -79.988518\";s:3:\"lat\";s:10:\"42.1009699\";s:3:\"lng\";s:18:\"-79.98816999999997\";}'),(4791,420,'_locations_7_location','field_5683f288dcba1'),(4792,420,'locations_7_title','Township Road T609, Section S000 - Kane Hill Road Bridge – Erie County (LOCAL)'),(4793,420,'_locations_7_title','field_5683f2aadcba2'),(4794,420,'locations_7_image',''),(4795,420,'_locations_7_image','field_568439ed8109d'),(4796,420,'locations_7_description','This project is for a bridge replacement and is affecting 4 properties in Township of Greene, Erie County.'),(4797,420,'_locations_7_description','field_5683f2b1dcba3'),(4798,420,'locations_8_location','a:3:{s:7:\"address\";s:21:\"42.067111, -80.103791\";s:3:\"lat\";s:10:\"42.0681078\";s:3:\"lng\";s:11:\"-80.1039467\";}'),(4799,420,'_locations_8_location','field_5683f288dcba1'),(4800,420,'locations_8_title','State Route 4012, Section A00 – Erie County – Millcreek, Roadway Widening'),(4801,420,'_locations_8_title','field_5683f2aadcba2'),(4802,420,'locations_8_image',''),(4803,420,'_locations_8_image','field_568439ed8109d'),(4804,420,'locations_8_description',''),(4805,420,'_locations_8_description','field_5683f2b1dcba3'),(4806,420,'locations_9_location','a:3:{s:7:\"address\";s:21:\"42.071262, -80.202530\";s:3:\"lat\";s:8:\"42.07139\";s:3:\"lng\";s:18:\"-80.20223699999997\";}'),(4807,420,'_locations_9_location','field_5683f288dcba1'),(4808,420,'locations_9_title','State Route 4016, Section L00 – Millfair Erie – Intersection and Roadway Improvements'),(4809,420,'_locations_9_title','field_5683f2aadcba2'),(4810,420,'locations_9_image',''),(4811,420,'_locations_9_image','field_568439ed8109d'),(4812,420,'locations_9_description',''),(4813,420,'_locations_9_description','field_5683f2b1dcba3'),(4814,420,'locations','10'),(4815,420,'_locations','field_5683f253a5dba'),(4816,329,'locations_9_location','a:3:{s:7:\"address\";s:21:\"42.071262, -80.202530\";s:3:\"lat\";s:8:\"42.07139\";s:3:\"lng\";s:18:\"-80.20223699999997\";}'),(4817,329,'_locations_9_location','field_5683f288dcba1'),(4818,329,'locations_9_title','State Route 4016, Section L00 – Millfair Erie – Intersection and Roadway Improvements'),(4819,329,'_locations_9_title','field_5683f2aadcba2'),(4820,329,'locations_9_image',''),(4821,329,'_locations_9_image','field_568439ed8109d'),(4822,329,'locations_9_description',''),(4823,329,'_locations_9_description','field_5683f2b1dcba3'),(4824,421,'locations_0_location','a:3:{s:7:\"address\";s:21:\"42.139003, -80.068528\";s:3:\"lat\";s:9:\"42.139028\";s:3:\"lng\";s:18:\"-80.06825400000002\";}'),(4825,421,'_locations_0_location','field_5683f288dcba1'),(4826,421,'locations_0_title','State Route 4034, Section A50 Erie Bayfront – New Roadway Construction'),(4827,421,'_locations_0_title','field_5683f2aadcba2'),(4828,421,'locations_0_image',''),(4829,421,'_locations_0_image','field_568439ed8109d'),(4830,421,'locations_0_description','This project was for new road construction and affected 24 properties and resulted in the relocation of 12 residents and 3 businesses in the City of Erie, Erie County.'),(4831,421,'_locations_0_description','field_5683f2b1dcba3'),(4832,421,'locations_1_location','a:3:{s:7:\"address\";s:21:\"42.133680, -80.062399\";s:3:\"lat\";s:9:\"42.133828\";s:3:\"lng\";s:10:\"-80.062521\";}'),(4833,421,'_locations_1_location','field_5683f288dcba1'),(4834,421,'locations_1_title','State Route 4034, Section A51 Erie Bayfront – New Roadway Construction'),(4835,421,'_locations_1_title','field_5683f2aadcba2'),(4836,421,'locations_1_image',''),(4837,421,'_locations_1_image','field_568439ed8109d'),(4838,421,'locations_1_description','This project was for new road construction and affected 25 properties and resulted in the relocation of 3 residents and 12 businesses in the City of Erie, Erie County.'),(4839,421,'_locations_1_description','field_5683f2b1dcba3'),(4840,421,'locations_2_location','a:3:{s:7:\"address\";s:21:\"42.125226, -79.980737\";s:3:\"lat\";s:10:\"42.1251108\";s:3:\"lng\";s:11:\"-79.9808974\";}'),(4841,421,'_locations_2_location','field_5683f288dcba1'),(4842,421,'locations_2_title','State Route 4034, Section A90 Bayfront Station Road – New Roadway Construction'),(4843,421,'_locations_2_title','field_5683f2aadcba2'),(4844,421,'locations_2_image',''),(4845,421,'_locations_2_image','field_568439ed8109d'),(4846,421,'locations_2_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie County.'),(4847,421,'_locations_2_description','field_5683f2b1dcba3'),(4848,421,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.157692, -80.225869\";s:3:\"lat\";s:10:\"41.1576901\";s:3:\"lng\";s:10:\"-80.225885\";}'),(4849,421,'_locations_3_location','field_5683f288dcba1'),(4850,421,'locations_3_title','Iron Bridge – State Route 0019, B04 – Bridge Replacement'),(4851,421,'_locations_3_title','field_5683f2aadcba2'),(4852,421,'locations_3_image',''),(4853,421,'_locations_3_image','field_568439ed8109d'),(4854,421,'locations_3_description','This project was for a mid-sized bridge replacement and affected 8 properties in the Township of Springfield, Mercer County.'),(4855,421,'_locations_3_description','field_5683f2b1dcba3'),(4856,421,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.157502, -80.225829\";s:3:\"lat\";s:10:\"41.1575001\";s:3:\"lng\";s:11:\"-80.2258445\";}'),(4857,421,'_locations_4_location','field_5683f288dcba1'),(4858,421,'locations_4_title','State Route 0062, Section A02G, Sharon – Roadway Widening'),(4859,421,'_locations_4_title','field_5683f2aadcba2'),(4860,421,'locations_4_image',''),(4861,421,'_locations_4_image','field_568439ed8109d'),(4862,421,'locations_4_description','This project was for a road widening and affected 12 properties and resulted in the relocation of 2 residents and 4 businesses in the Cities of Sharon and Farrell, Mercer County.'),(4863,421,'_locations_4_description','field_5683f2b1dcba3'),(4864,421,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.203515, -80.500030\";s:3:\"lat\";s:10:\"41.2035162\";s:3:\"lng\";s:18:\"-80.50022580000001\";}'),(4865,421,'_locations_5_location','field_5683f288dcba1'),(4866,421,'locations_5_title','State Route 0062, Section A02, Sharon – Roadway Widening'),(4867,421,'_locations_5_title','field_5683f2aadcba2'),(4868,421,'locations_5_image',''),(4869,421,'_locations_5_image','field_568439ed8109d'),(4870,421,'locations_5_description','This project is for roadway widening and intersection improvements and is affecting over 100 properties and resulting in the relocation of 2 residents and 2 businesses in the Cities of Sharon and Farrell, and the Borough of West Wheatland, Mercer County.'),(4871,421,'_locations_5_description','field_5683f2b1dcba3'),(4872,421,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.174312, -80.459088\";s:3:\"lat\";s:9:\"41.174248\";s:3:\"lng\";s:18:\"-80.45922139999999\";}'),(4873,421,'_locations_6_location','field_5683f288dcba1'),(4874,421,'locations_6_title','State Route 318, Section B00 – West Middlesex – Bridge Replacement'),(4875,421,'_locations_6_title','field_5683f2aadcba2'),(4876,421,'locations_6_image',''),(4877,421,'_locations_6_image','field_568439ed8109d'),(4878,421,'locations_6_description','This project is for a large bridge replacement spanning the Shenango River and is affecting 23 properties in the Borough of West Middlesex, Mercer County.'),(4879,421,'_locations_6_description','field_5683f2b1dcba3'),(4880,421,'locations_7_location','a:3:{s:7:\"address\";s:21:\"42.101392, -79.988518\";s:3:\"lat\";s:10:\"42.1009699\";s:3:\"lng\";s:18:\"-79.98816999999997\";}'),(4881,421,'_locations_7_location','field_5683f288dcba1'),(4882,421,'locations_7_title','Township Road T609, Section S000 - Kane Hill Road Bridge – Erie County (LOCAL)'),(4883,421,'_locations_7_title','field_5683f2aadcba2'),(4884,421,'locations_7_image',''),(4885,421,'_locations_7_image','field_568439ed8109d'),(4886,421,'locations_7_description','This project is for a bridge replacement and is affecting 4 properties in Township of Greene, Erie County.'),(4887,421,'_locations_7_description','field_5683f2b1dcba3'),(4888,421,'locations_8_location','a:3:{s:7:\"address\";s:21:\"42.067111, -80.103791\";s:3:\"lat\";s:10:\"42.0681078\";s:3:\"lng\";s:11:\"-80.1039467\";}'),(4889,421,'_locations_8_location','field_5683f288dcba1'),(4890,421,'locations_8_title','State Route 4012, Section A00 – Erie County – Millcreek, Roadway Widening'),(4891,421,'_locations_8_title','field_5683f2aadcba2'),(4892,421,'locations_8_image',''),(4893,421,'_locations_8_image','field_568439ed8109d'),(4894,421,'locations_8_description',''),(4895,421,'_locations_8_description','field_5683f2b1dcba3'),(4896,421,'locations_9_location','a:3:{s:7:\"address\";s:21:\"42.071262, -80.202530\";s:3:\"lat\";s:8:\"42.07139\";s:3:\"lng\";s:18:\"-80.20223699999997\";}'),(4897,421,'_locations_9_location','field_5683f288dcba1'),(4898,421,'locations_9_title','State Route 4016, Section L00 – Millfair Erie – Intersection and Roadway Improvements'),(4899,421,'_locations_9_title','field_5683f2aadcba2'),(4900,421,'locations_9_image',''),(4901,421,'_locations_9_image','field_568439ed8109d'),(4902,421,'locations_9_description',''),(4903,421,'_locations_9_description','field_5683f2b1dcba3'),(4904,421,'locations_10_location','a:3:{s:7:\"address\";s:21:\"42.150704, -80.005306\";s:3:\"lat\";s:10:\"42.1512609\";s:3:\"lng\";s:18:\"-80.00499430000002\";}'),(4905,421,'_locations_10_location','field_5683f288dcba1'),(4906,421,'locations_10_title','Nagle Road Bridge – Harborcreek – Bridge Replacement'),(4907,421,'_locations_10_title','field_5683f2aadcba2'),(4908,421,'locations_10_image',''),(4909,421,'_locations_10_image','field_568439ed8109d'),(4910,421,'locations_10_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie Country.'),(4911,421,'_locations_10_description','field_5683f2b1dcba3'),(4912,421,'locations','11'),(4913,421,'_locations','field_5683f253a5dba'),(4914,329,'locations_10_location','a:3:{s:7:\"address\";s:21:\"42.150704, -80.005306\";s:3:\"lat\";s:10:\"42.1512609\";s:3:\"lng\";s:18:\"-80.00499430000002\";}'),(4915,329,'_locations_10_location','field_5683f288dcba1'),(4916,329,'locations_10_title','Nagle Road Bridge – Harborcreek – Bridge Replacement'),(4917,329,'_locations_10_title','field_5683f2aadcba2'),(4918,329,'locations_10_image','457'),(4919,329,'_locations_10_image','field_568439ed8109d'),(4920,329,'locations_10_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie Country.'),(4921,329,'_locations_10_description','field_5683f2b1dcba3'),(4922,422,'locations_0_location','a:3:{s:7:\"address\";s:21:\"42.139003, -80.068528\";s:3:\"lat\";s:9:\"42.139028\";s:3:\"lng\";s:18:\"-80.06825400000002\";}'),(4923,422,'_locations_0_location','field_5683f288dcba1'),(4924,422,'locations_0_title','State Route 4034, Section A50 Erie Bayfront – New Roadway Construction'),(4925,422,'_locations_0_title','field_5683f2aadcba2'),(4926,422,'locations_0_image',''),(4927,422,'_locations_0_image','field_568439ed8109d'),(4928,422,'locations_0_description','This project was for new road construction and affected 24 properties and resulted in the relocation of 12 residents and 3 businesses in the City of Erie, Erie County.'),(4929,422,'_locations_0_description','field_5683f2b1dcba3'),(4930,422,'locations_1_location','a:3:{s:7:\"address\";s:21:\"42.133680, -80.062399\";s:3:\"lat\";s:9:\"42.133828\";s:3:\"lng\";s:10:\"-80.062521\";}'),(4931,422,'_locations_1_location','field_5683f288dcba1'),(4932,422,'locations_1_title','State Route 4034, Section A51 Erie Bayfront – New Roadway Construction'),(4933,422,'_locations_1_title','field_5683f2aadcba2'),(4934,422,'locations_1_image',''),(4935,422,'_locations_1_image','field_568439ed8109d'),(4936,422,'locations_1_description','This project was for new road construction and affected 25 properties and resulted in the relocation of 3 residents and 12 businesses in the City of Erie, Erie County.'),(4937,422,'_locations_1_description','field_5683f2b1dcba3'),(4938,422,'locations_2_location','a:3:{s:7:\"address\";s:21:\"42.125226, -79.980737\";s:3:\"lat\";s:10:\"42.1251108\";s:3:\"lng\";s:11:\"-79.9808974\";}'),(4939,422,'_locations_2_location','field_5683f288dcba1'),(4940,422,'locations_2_title','State Route 4034, Section A90 Bayfront Station Road – New Roadway Construction'),(4941,422,'_locations_2_title','field_5683f2aadcba2'),(4942,422,'locations_2_image',''),(4943,422,'_locations_2_image','field_568439ed8109d'),(4944,422,'locations_2_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie County.'),(4945,422,'_locations_2_description','field_5683f2b1dcba3'),(4946,422,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.157692, -80.225869\";s:3:\"lat\";s:10:\"41.1576901\";s:3:\"lng\";s:10:\"-80.225885\";}'),(4947,422,'_locations_3_location','field_5683f288dcba1'),(4948,422,'locations_3_title','Iron Bridge – State Route 0019, B04 – Bridge Replacement'),(4949,422,'_locations_3_title','field_5683f2aadcba2'),(4950,422,'locations_3_image',''),(4951,422,'_locations_3_image','field_568439ed8109d'),(4952,422,'locations_3_description','This project was for a mid-sized bridge replacement and affected 8 properties in the Township of Springfield, Mercer County.'),(4953,422,'_locations_3_description','field_5683f2b1dcba3'),(4954,422,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.157502, -80.225829\";s:3:\"lat\";s:10:\"41.1575001\";s:3:\"lng\";s:11:\"-80.2258445\";}'),(4955,422,'_locations_4_location','field_5683f288dcba1'),(4956,422,'locations_4_title','State Route 0062, Section A02G, Sharon – Roadway Widening'),(4957,422,'_locations_4_title','field_5683f2aadcba2'),(4958,422,'locations_4_image',''),(4959,422,'_locations_4_image','field_568439ed8109d'),(4960,422,'locations_4_description','This project was for a road widening and affected 12 properties and resulted in the relocation of 2 residents and 4 businesses in the Cities of Sharon and Farrell, Mercer County.'),(4961,422,'_locations_4_description','field_5683f2b1dcba3'),(4962,422,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.203515, -80.500030\";s:3:\"lat\";s:10:\"41.2035162\";s:3:\"lng\";s:18:\"-80.50022580000001\";}'),(4963,422,'_locations_5_location','field_5683f288dcba1'),(4964,422,'locations_5_title','State Route 0062, Section A02, Sharon – Roadway Widening'),(4965,422,'_locations_5_title','field_5683f2aadcba2'),(4966,422,'locations_5_image',''),(4967,422,'_locations_5_image','field_568439ed8109d'),(4968,422,'locations_5_description','This project is for roadway widening and intersection improvements and is affecting over 100 properties and resulting in the relocation of 2 residents and 2 businesses in the Cities of Sharon and Farrell, and the Borough of West Wheatland, Mercer County.'),(4969,422,'_locations_5_description','field_5683f2b1dcba3'),(4970,422,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.174312, -80.459088\";s:3:\"lat\";s:9:\"41.174248\";s:3:\"lng\";s:18:\"-80.45922139999999\";}'),(4971,422,'_locations_6_location','field_5683f288dcba1'),(4972,422,'locations_6_title','State Route 318, Section B00 – West Middlesex – Bridge Replacement'),(4973,422,'_locations_6_title','field_5683f2aadcba2'),(4974,422,'locations_6_image',''),(4975,422,'_locations_6_image','field_568439ed8109d'),(4976,422,'locations_6_description','This project is for a large bridge replacement spanning the Shenango River and is affecting 23 properties in the Borough of West Middlesex, Mercer County.'),(4977,422,'_locations_6_description','field_5683f2b1dcba3'),(4978,422,'locations_7_location','a:3:{s:7:\"address\";s:21:\"42.101392, -79.988518\";s:3:\"lat\";s:10:\"42.1009699\";s:3:\"lng\";s:18:\"-79.98816999999997\";}'),(4979,422,'_locations_7_location','field_5683f288dcba1'),(4980,422,'locations_7_title','Township Road T609, Section S000 - Kane Hill Road Bridge – Erie County (LOCAL)'),(4981,422,'_locations_7_title','field_5683f2aadcba2'),(4982,422,'locations_7_image',''),(4983,422,'_locations_7_image','field_568439ed8109d'),(4984,422,'locations_7_description','This project is for a bridge replacement and is affecting 4 properties in Township of Greene, Erie County.'),(4985,422,'_locations_7_description','field_5683f2b1dcba3'),(4986,422,'locations_8_location','a:3:{s:7:\"address\";s:21:\"42.067111, -80.103791\";s:3:\"lat\";s:10:\"42.0681078\";s:3:\"lng\";s:11:\"-80.1039467\";}'),(4987,422,'_locations_8_location','field_5683f288dcba1'),(4988,422,'locations_8_title','State Route 4012, Section A00 – Erie County – Millcreek, Roadway Widening'),(4989,422,'_locations_8_title','field_5683f2aadcba2'),(4990,422,'locations_8_image',''),(4991,422,'_locations_8_image','field_568439ed8109d'),(4992,422,'locations_8_description',''),(4993,422,'_locations_8_description','field_5683f2b1dcba3'),(4994,422,'locations_9_location','a:3:{s:7:\"address\";s:21:\"42.071262, -80.202530\";s:3:\"lat\";s:8:\"42.07139\";s:3:\"lng\";s:18:\"-80.20223699999997\";}'),(4995,422,'_locations_9_location','field_5683f288dcba1'),(4996,422,'locations_9_title','State Route 4016, Section L00 – Millfair Erie – Intersection and Roadway Improvements'),(4997,422,'_locations_9_title','field_5683f2aadcba2'),(4998,422,'locations_9_image',''),(4999,422,'_locations_9_image','field_568439ed8109d'),(5000,422,'locations_9_description',''),(5001,422,'_locations_9_description','field_5683f2b1dcba3'),(5002,422,'locations_10_location','a:3:{s:7:\"address\";s:21:\"42.150704, -80.005306\";s:3:\"lat\";s:10:\"42.1512609\";s:3:\"lng\";s:18:\"-80.00499430000002\";}'),(5003,422,'_locations_10_location','field_5683f288dcba1'),(5004,422,'locations_10_title','Nagle Road Bridge – Harborcreek – Bridge Replacement'),(5005,422,'_locations_10_title','field_5683f2aadcba2'),(5006,422,'locations_10_image',''),(5007,422,'_locations_10_image','field_568439ed8109d'),(5008,422,'locations_10_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie Country.'),(5009,422,'_locations_10_description','field_5683f2b1dcba3'),(5010,422,'locations_11_location','a:3:{s:7:\"address\";s:21:\"41.731326, -80.143636\";s:3:\"lat\";s:10:\"41.7312678\";s:3:\"lng\";s:18:\"-80.14303139999998\";}'),(5011,422,'_locations_11_location','field_5683f288dcba1'),(5012,422,'locations_11_title','Peters Road Bridge – Woodcock Township'),(5013,422,'_locations_11_title','field_5683f2aadcba2'),(5014,422,'locations_11_image',''),(5015,422,'_locations_11_image','field_568439ed8109d'),(5016,422,'locations_11_description','This project is for bridge removal and a new railroad crossing and is affecting 5 properties in the Township of Woodcock, Crawford County.'),(5017,422,'_locations_11_description','field_5683f2b1dcba3'),(5018,422,'locations','12'),(5019,422,'_locations','field_5683f253a5dba'),(5020,329,'locations_11_location','a:3:{s:7:\"address\";s:21:\"41.731326, -80.143636\";s:3:\"lat\";s:10:\"41.7312678\";s:3:\"lng\";s:18:\"-80.14303139999998\";}'),(5021,329,'_locations_11_location','field_5683f288dcba1'),(5022,329,'locations_11_title','Peters Road Bridge – Woodcock Township'),(5023,329,'_locations_11_title','field_5683f2aadcba2'),(5024,329,'locations_11_image',''),(5025,329,'_locations_11_image','field_568439ed8109d'),(5026,329,'locations_11_description','This project is for bridge removal and a new railroad crossing and is affecting 5 properties in the Township of Woodcock, Crawford County.'),(5027,329,'_locations_11_description','field_5683f2b1dcba3'),(5028,423,'locations_0_location','a:3:{s:7:\"address\";s:21:\"42.139003, -80.068528\";s:3:\"lat\";s:9:\"42.139028\";s:3:\"lng\";s:18:\"-80.06825400000002\";}'),(5029,423,'_locations_0_location','field_5683f288dcba1'),(5030,423,'locations_0_title','State Route 4034, Section A50 Erie Bayfront – New Roadway Construction'),(5031,423,'_locations_0_title','field_5683f2aadcba2'),(5032,423,'locations_0_image',''),(5033,423,'_locations_0_image','field_568439ed8109d'),(5034,423,'locations_0_description','This project was for new road construction and affected 24 properties and resulted in the relocation of 12 residents and 3 businesses in the City of Erie, Erie County.'),(5035,423,'_locations_0_description','field_5683f2b1dcba3'),(5036,423,'locations_1_location','a:3:{s:7:\"address\";s:21:\"42.133680, -80.062399\";s:3:\"lat\";s:9:\"42.133828\";s:3:\"lng\";s:10:\"-80.062521\";}'),(5037,423,'_locations_1_location','field_5683f288dcba1'),(5038,423,'locations_1_title','State Route 4034, Section A51 Erie Bayfront – New Roadway Construction'),(5039,423,'_locations_1_title','field_5683f2aadcba2'),(5040,423,'locations_1_image',''),(5041,423,'_locations_1_image','field_568439ed8109d'),(5042,423,'locations_1_description','This project was for new road construction and affected 25 properties and resulted in the relocation of 3 residents and 12 businesses in the City of Erie, Erie County.'),(5043,423,'_locations_1_description','field_5683f2b1dcba3'),(5044,423,'locations_2_location','a:3:{s:7:\"address\";s:21:\"42.125226, -79.980737\";s:3:\"lat\";s:10:\"42.1251108\";s:3:\"lng\";s:11:\"-79.9808974\";}'),(5045,423,'_locations_2_location','field_5683f288dcba1'),(5046,423,'locations_2_title','State Route 4034, Section A90 Bayfront Station Road – New Roadway Construction'),(5047,423,'_locations_2_title','field_5683f2aadcba2'),(5048,423,'locations_2_image',''),(5049,423,'_locations_2_image','field_568439ed8109d'),(5050,423,'locations_2_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie County.'),(5051,423,'_locations_2_description','field_5683f2b1dcba3'),(5052,423,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.157692, -80.225869\";s:3:\"lat\";s:10:\"41.1576901\";s:3:\"lng\";s:10:\"-80.225885\";}'),(5053,423,'_locations_3_location','field_5683f288dcba1'),(5054,423,'locations_3_title','Iron Bridge – State Route 0019, B04 – Bridge Replacement'),(5055,423,'_locations_3_title','field_5683f2aadcba2'),(5056,423,'locations_3_image',''),(5057,423,'_locations_3_image','field_568439ed8109d'),(5058,423,'locations_3_description','This project was for a mid-sized bridge replacement and affected 8 properties in the Township of Springfield, Mercer County.'),(5059,423,'_locations_3_description','field_5683f2b1dcba3'),(5060,423,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.157502, -80.225829\";s:3:\"lat\";s:10:\"41.1575001\";s:3:\"lng\";s:11:\"-80.2258445\";}'),(5061,423,'_locations_4_location','field_5683f288dcba1'),(5062,423,'locations_4_title','State Route 0062, Section A02G, Sharon – Roadway Widening'),(5063,423,'_locations_4_title','field_5683f2aadcba2'),(5064,423,'locations_4_image',''),(5065,423,'_locations_4_image','field_568439ed8109d'),(5066,423,'locations_4_description','This project was for a road widening and affected 12 properties and resulted in the relocation of 2 residents and 4 businesses in the Cities of Sharon and Farrell, Mercer County.'),(5067,423,'_locations_4_description','field_5683f2b1dcba3'),(5068,423,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.203515, -80.500030\";s:3:\"lat\";s:10:\"41.2035162\";s:3:\"lng\";s:18:\"-80.50022580000001\";}'),(5069,423,'_locations_5_location','field_5683f288dcba1'),(5070,423,'locations_5_title','State Route 0062, Section A02, Sharon – Roadway Widening'),(5071,423,'_locations_5_title','field_5683f2aadcba2'),(5072,423,'locations_5_image',''),(5073,423,'_locations_5_image','field_568439ed8109d'),(5074,423,'locations_5_description','This project is for roadway widening and intersection improvements and is affecting over 100 properties and resulting in the relocation of 2 residents and 2 businesses in the Cities of Sharon and Farrell, and the Borough of West Wheatland, Mercer County.'),(5075,423,'_locations_5_description','field_5683f2b1dcba3'),(5076,423,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.174312, -80.459088\";s:3:\"lat\";s:9:\"41.174248\";s:3:\"lng\";s:18:\"-80.45922139999999\";}'),(5077,423,'_locations_6_location','field_5683f288dcba1'),(5078,423,'locations_6_title','State Route 318, Section B00 – West Middlesex – Bridge Replacement'),(5079,423,'_locations_6_title','field_5683f2aadcba2'),(5080,423,'locations_6_image',''),(5081,423,'_locations_6_image','field_568439ed8109d'),(5082,423,'locations_6_description','This project is for a large bridge replacement spanning the Shenango River and is affecting 23 properties in the Borough of West Middlesex, Mercer County.'),(5083,423,'_locations_6_description','field_5683f2b1dcba3'),(5084,423,'locations_7_location','a:3:{s:7:\"address\";s:21:\"42.101392, -79.988518\";s:3:\"lat\";s:10:\"42.1009699\";s:3:\"lng\";s:18:\"-79.98816999999997\";}'),(5085,423,'_locations_7_location','field_5683f288dcba1'),(5086,423,'locations_7_title','Township Road T609, Section S000 - Kane Hill Road Bridge – Erie County (LOCAL)'),(5087,423,'_locations_7_title','field_5683f2aadcba2'),(5088,423,'locations_7_image',''),(5089,423,'_locations_7_image','field_568439ed8109d'),(5090,423,'locations_7_description','This project is for a bridge replacement and is affecting 4 properties in Township of Greene, Erie County.'),(5091,423,'_locations_7_description','field_5683f2b1dcba3'),(5092,423,'locations_8_location','a:3:{s:7:\"address\";s:21:\"42.067111, -80.103791\";s:3:\"lat\";s:10:\"42.0681078\";s:3:\"lng\";s:11:\"-80.1039467\";}'),(5093,423,'_locations_8_location','field_5683f288dcba1'),(5094,423,'locations_8_title','State Route 4012, Section A00 – Erie County – Millcreek, Roadway Widening'),(5095,423,'_locations_8_title','field_5683f2aadcba2'),(5096,423,'locations_8_image',''),(5097,423,'_locations_8_image','field_568439ed8109d'),(5098,423,'locations_8_description',''),(5099,423,'_locations_8_description','field_5683f2b1dcba3'),(5100,423,'locations_9_location','a:3:{s:7:\"address\";s:21:\"42.071262, -80.202530\";s:3:\"lat\";s:8:\"42.07139\";s:3:\"lng\";s:18:\"-80.20223699999997\";}'),(5101,423,'_locations_9_location','field_5683f288dcba1'),(5102,423,'locations_9_title','State Route 4016, Section L00 – Millfair Erie – Intersection and Roadway Improvements'),(5103,423,'_locations_9_title','field_5683f2aadcba2'),(5104,423,'locations_9_image',''),(5105,423,'_locations_9_image','field_568439ed8109d'),(5106,423,'locations_9_description',''),(5107,423,'_locations_9_description','field_5683f2b1dcba3'),(5108,423,'locations_10_location','a:3:{s:7:\"address\";s:21:\"42.150704, -80.005306\";s:3:\"lat\";s:10:\"42.1512609\";s:3:\"lng\";s:18:\"-80.00499430000002\";}'),(5109,423,'_locations_10_location','field_5683f288dcba1'),(5110,423,'locations_10_title','Nagle Road Bridge – Harborcreek – Bridge Replacement'),(5111,423,'_locations_10_title','field_5683f2aadcba2'),(5112,423,'locations_10_image',''),(5113,423,'_locations_10_image','field_568439ed8109d'),(5114,423,'locations_10_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie Country.'),(5115,423,'_locations_10_description','field_5683f2b1dcba3'),(5116,423,'locations_11_location','a:3:{s:7:\"address\";s:21:\"41.731326, -80.143636\";s:3:\"lat\";s:10:\"41.7312678\";s:3:\"lng\";s:18:\"-80.14303139999998\";}'),(5117,423,'_locations_11_location','field_5683f288dcba1'),(5118,423,'locations_11_title','Peters Road Bridge – Woodcock Township'),(5119,423,'_locations_11_title','field_5683f2aadcba2'),(5120,423,'locations_11_image',''),(5121,423,'_locations_11_image','field_568439ed8109d'),(5122,423,'locations_11_description','This project is for bridge removal and a new railroad crossing and is affecting 5 properties in the Township of Woodcock, Crawford County.'),(5123,423,'_locations_11_description','field_5683f2b1dcba3'),(5124,423,'locations_12_location','a:3:{s:7:\"address\";s:21:\"42.074226, -80.182684\";s:3:\"lat\";s:10:\"42.0750544\";s:3:\"lng\";s:18:\"-80.18202980000001\";}'),(5125,423,'_locations_12_location','field_5683f288dcba1'),(5126,423,'locations_12_title','State Route 4002, Section A02 Erie'),(5127,423,'_locations_12_title','field_5683f2aadcba2'),(5128,423,'locations_12_image',''),(5129,423,'_locations_12_image','field_568439ed8109d'),(5130,423,'locations_12_description',''),(5131,423,'_locations_12_description','field_5683f2b1dcba3'),(5132,423,'locations','13'),(5133,423,'_locations','field_5683f253a5dba'),(5134,329,'locations_12_location','a:3:{s:7:\"address\";s:21:\"42.074226, -80.182684\";s:3:\"lat\";s:10:\"42.0750544\";s:3:\"lng\";s:18:\"-80.18202980000001\";}'),(5135,329,'_locations_12_location','field_5683f288dcba1'),(5136,329,'locations_12_title','State Route 4009, Section A02 Erie'),(5137,329,'_locations_12_title','field_5683f2aadcba2'),(5138,329,'locations_12_image','780'),(5139,329,'_locations_12_image','field_568439ed8109d'),(5140,329,'locations_12_description','This project was for the realignment of Asbury Road and affected 14 properties in the Township of Millcreek, Erie County.'),(5141,329,'_locations_12_description','field_5683f2b1dcba3'),(5142,424,'locations_0_location','a:3:{s:7:\"address\";s:21:\"42.139003, -80.068528\";s:3:\"lat\";s:9:\"42.139028\";s:3:\"lng\";s:18:\"-80.06825400000002\";}'),(5143,424,'_locations_0_location','field_5683f288dcba1'),(5144,424,'locations_0_title','State Route 4034, Section A50 Erie Bayfront – New Roadway Construction'),(5145,424,'_locations_0_title','field_5683f2aadcba2'),(5146,424,'locations_0_image',''),(5147,424,'_locations_0_image','field_568439ed8109d'),(5148,424,'locations_0_description','This project was for new road construction and affected 24 properties and resulted in the relocation of 12 residents and 3 businesses in the City of Erie, Erie County.'),(5149,424,'_locations_0_description','field_5683f2b1dcba3'),(5150,424,'locations_1_location','a:3:{s:7:\"address\";s:21:\"42.133680, -80.062399\";s:3:\"lat\";s:9:\"42.133828\";s:3:\"lng\";s:10:\"-80.062521\";}'),(5151,424,'_locations_1_location','field_5683f288dcba1'),(5152,424,'locations_1_title','State Route 4034, Section A51 Erie Bayfront – New Roadway Construction'),(5153,424,'_locations_1_title','field_5683f2aadcba2'),(5154,424,'locations_1_image',''),(5155,424,'_locations_1_image','field_568439ed8109d'),(5156,424,'locations_1_description','This project was for new road construction and affected 25 properties and resulted in the relocation of 3 residents and 12 businesses in the City of Erie, Erie County.'),(5157,424,'_locations_1_description','field_5683f2b1dcba3'),(5158,424,'locations_2_location','a:3:{s:7:\"address\";s:21:\"42.125226, -79.980737\";s:3:\"lat\";s:10:\"42.1251108\";s:3:\"lng\";s:11:\"-79.9808974\";}'),(5159,424,'_locations_2_location','field_5683f288dcba1'),(5160,424,'locations_2_title','State Route 4034, Section A90 Bayfront Station Road – New Roadway Construction'),(5161,424,'_locations_2_title','field_5683f2aadcba2'),(5162,424,'locations_2_image',''),(5163,424,'_locations_2_image','field_568439ed8109d'),(5164,424,'locations_2_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie County.'),(5165,424,'_locations_2_description','field_5683f2b1dcba3'),(5166,424,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.157692, -80.225869\";s:3:\"lat\";s:10:\"41.1576901\";s:3:\"lng\";s:10:\"-80.225885\";}'),(5167,424,'_locations_3_location','field_5683f288dcba1'),(5168,424,'locations_3_title','Iron Bridge – State Route 0019, B04 – Bridge Replacement'),(5169,424,'_locations_3_title','field_5683f2aadcba2'),(5170,424,'locations_3_image',''),(5171,424,'_locations_3_image','field_568439ed8109d'),(5172,424,'locations_3_description','This project was for a mid-sized bridge replacement and affected 8 properties in the Township of Springfield, Mercer County.'),(5173,424,'_locations_3_description','field_5683f2b1dcba3'),(5174,424,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.157502, -80.225829\";s:3:\"lat\";s:10:\"41.1575001\";s:3:\"lng\";s:11:\"-80.2258445\";}'),(5175,424,'_locations_4_location','field_5683f288dcba1'),(5176,424,'locations_4_title','State Route 0062, Section A02G, Sharon – Roadway Widening'),(5177,424,'_locations_4_title','field_5683f2aadcba2'),(5178,424,'locations_4_image',''),(5179,424,'_locations_4_image','field_568439ed8109d'),(5180,424,'locations_4_description','This project was for a road widening and affected 12 properties and resulted in the relocation of 2 residents and 4 businesses in the Cities of Sharon and Farrell, Mercer County.'),(5181,424,'_locations_4_description','field_5683f2b1dcba3'),(5182,424,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.203515, -80.500030\";s:3:\"lat\";s:10:\"41.2035162\";s:3:\"lng\";s:18:\"-80.50022580000001\";}'),(5183,424,'_locations_5_location','field_5683f288dcba1'),(5184,424,'locations_5_title','State Route 0062, Section A02, Sharon – Roadway Widening'),(5185,424,'_locations_5_title','field_5683f2aadcba2'),(5186,424,'locations_5_image',''),(5187,424,'_locations_5_image','field_568439ed8109d'),(5188,424,'locations_5_description','This project is for roadway widening and intersection improvements and is affecting over 100 properties and resulting in the relocation of 2 residents and 2 businesses in the Cities of Sharon and Farrell, and the Borough of West Wheatland, Mercer County.'),(5189,424,'_locations_5_description','field_5683f2b1dcba3'),(5190,424,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.174312, -80.459088\";s:3:\"lat\";s:9:\"41.174248\";s:3:\"lng\";s:18:\"-80.45922139999999\";}'),(5191,424,'_locations_6_location','field_5683f288dcba1'),(5192,424,'locations_6_title','State Route 318, Section B00 – West Middlesex – Bridge Replacement'),(5193,424,'_locations_6_title','field_5683f2aadcba2'),(5194,424,'locations_6_image',''),(5195,424,'_locations_6_image','field_568439ed8109d'),(5196,424,'locations_6_description','This project is for a large bridge replacement spanning the Shenango River and is affecting 23 properties in the Borough of West Middlesex, Mercer County.'),(5197,424,'_locations_6_description','field_5683f2b1dcba3'),(5198,424,'locations_7_location','a:3:{s:7:\"address\";s:21:\"42.101392, -79.988518\";s:3:\"lat\";s:10:\"42.1009699\";s:3:\"lng\";s:18:\"-79.98816999999997\";}'),(5199,424,'_locations_7_location','field_5683f288dcba1'),(5200,424,'locations_7_title','Township Road T609, Section S000 - Kane Hill Road Bridge – Erie County (LOCAL)'),(5201,424,'_locations_7_title','field_5683f2aadcba2'),(5202,424,'locations_7_image',''),(5203,424,'_locations_7_image','field_568439ed8109d'),(5204,424,'locations_7_description','This project is for a bridge replacement and is affecting 4 properties in Township of Greene, Erie County.'),(5205,424,'_locations_7_description','field_5683f2b1dcba3'),(5206,424,'locations_8_location','a:3:{s:7:\"address\";s:21:\"42.067111, -80.103791\";s:3:\"lat\";s:10:\"42.0681078\";s:3:\"lng\";s:11:\"-80.1039467\";}'),(5207,424,'_locations_8_location','field_5683f288dcba1'),(5208,424,'locations_8_title','State Route 4012, Section A00 – Erie County – Millcreek, Roadway Widening'),(5209,424,'_locations_8_title','field_5683f2aadcba2'),(5210,424,'locations_8_image',''),(5211,424,'_locations_8_image','field_568439ed8109d'),(5212,424,'locations_8_description',''),(5213,424,'_locations_8_description','field_5683f2b1dcba3'),(5214,424,'locations_9_location','a:3:{s:7:\"address\";s:21:\"42.071262, -80.202530\";s:3:\"lat\";s:8:\"42.07139\";s:3:\"lng\";s:18:\"-80.20223699999997\";}'),(5215,424,'_locations_9_location','field_5683f288dcba1'),(5216,424,'locations_9_title','State Route 4016, Section L00 – Millfair Erie – Intersection and Roadway Improvements'),(5217,424,'_locations_9_title','field_5683f2aadcba2'),(5218,424,'locations_9_image',''),(5219,424,'_locations_9_image','field_568439ed8109d'),(5220,424,'locations_9_description',''),(5221,424,'_locations_9_description','field_5683f2b1dcba3'),(5222,424,'locations_10_location','a:3:{s:7:\"address\";s:21:\"42.150704, -80.005306\";s:3:\"lat\";s:10:\"42.1512609\";s:3:\"lng\";s:18:\"-80.00499430000002\";}'),(5223,424,'_locations_10_location','field_5683f288dcba1'),(5224,424,'locations_10_title','Nagle Road Bridge – Harborcreek – Bridge Replacement'),(5225,424,'_locations_10_title','field_5683f2aadcba2'),(5226,424,'locations_10_image',''),(5227,424,'_locations_10_image','field_568439ed8109d'),(5228,424,'locations_10_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie Country.'),(5229,424,'_locations_10_description','field_5683f2b1dcba3'),(5230,424,'locations_11_location','a:3:{s:7:\"address\";s:21:\"41.731326, -80.143636\";s:3:\"lat\";s:10:\"41.7312678\";s:3:\"lng\";s:18:\"-80.14303139999998\";}'),(5231,424,'_locations_11_location','field_5683f288dcba1'),(5232,424,'locations_11_title','Peters Road Bridge – Woodcock Township'),(5233,424,'_locations_11_title','field_5683f2aadcba2'),(5234,424,'locations_11_image',''),(5235,424,'_locations_11_image','field_568439ed8109d'),(5236,424,'locations_11_description','This project is for bridge removal and a new railroad crossing and is affecting 5 properties in the Township of Woodcock, Crawford County.'),(5237,424,'_locations_11_description','field_5683f2b1dcba3'),(5238,424,'locations_12_location','a:3:{s:7:\"address\";s:21:\"42.074226, -80.182684\";s:3:\"lat\";s:10:\"42.0750544\";s:3:\"lng\";s:18:\"-80.18202980000001\";}'),(5239,424,'_locations_12_location','field_5683f288dcba1'),(5240,424,'locations_12_title','State Route 4002, Section A02 Erie'),(5241,424,'_locations_12_title','field_5683f2aadcba2'),(5242,424,'locations_12_image',''),(5243,424,'_locations_12_image','field_568439ed8109d'),(5244,424,'locations_12_description',''),(5245,424,'_locations_12_description','field_5683f2b1dcba3'),(5246,424,'locations_13_location','a:3:{s:7:\"address\";s:21:\"41.506210, -79.633939\";s:3:\"lat\";s:9:\"41.505463\";s:3:\"lng\";s:18:\"-79.63243899999998\";}'),(5247,424,'_locations_13_location','field_5683f288dcba1'),(5248,424,'locations_13_title','State Route 0227, Section B01, Venango County – Bridge Replacement'),(5249,424,'_locations_13_title','field_5683f2aadcba2'),(5250,424,'locations_13_image',''),(5251,424,'_locations_13_image','field_568439ed8109d'),(5252,424,'locations_13_description','This project is for a small bridge and is affecting 2 properties in the Township of Sugar Grove, Warren County.'),(5253,424,'_locations_13_description','field_5683f2b1dcba3'),(5254,424,'locations','14'),(5255,424,'_locations','field_5683f253a5dba'),(5256,329,'locations_13_location','a:3:{s:7:\"address\";s:21:\"41.506210, -79.633939\";s:3:\"lat\";s:9:\"41.505463\";s:3:\"lng\";s:18:\"-79.63243899999998\";}'),(5257,329,'_locations_13_location','field_5683f288dcba1'),(5258,329,'locations_13_title','State Route 0227, Section B01, Venango County – Bridge Replacement'),(5259,329,'_locations_13_title','field_5683f2aadcba2'),(5260,329,'locations_13_image',''),(5261,329,'_locations_13_image','field_568439ed8109d'),(5262,329,'locations_13_description','This project is for a small bridge and is affecting 2 properties in the Township of Sugar Grove, Warren County.'),(5263,329,'_locations_13_description','field_5683f2b1dcba3'),(5264,425,'_wp_attached_file','2015/12/wpb7ff5d0b_06.png'),(5265,425,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:410;s:6:\"height\";i:410;s:4:\"file\";s:25:\"2015/12/wpb7ff5d0b_06.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wpb7ff5d0b_06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"wpb7ff5d0b_06-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"wpb7ff5d0b_06-374x410.png\";s:5:\"width\";i:374;s:6:\"height\";i:410;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"wordpressstartertheme-full-width\";a:4:{s:4:\"file\";s:25:\"wpb7ff5d0b_06-374x410.png\";s:5:\"width\";i:374;s:6:\"height\";i:410;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(5266,426,'locations_0_location','a:3:{s:7:\"address\";s:21:\"42.139003, -80.068528\";s:3:\"lat\";s:9:\"42.139028\";s:3:\"lng\";s:18:\"-80.06825400000002\";}'),(5267,426,'_locations_0_location','field_5683f288dcba1'),(5268,426,'locations_0_title','State Route 4034, Section A50 Erie Bayfront – New Roadway Construction'),(5269,426,'_locations_0_title','field_5683f2aadcba2'),(5270,426,'locations_0_image',''),(5271,426,'_locations_0_image','field_568439ed8109d'),(5272,426,'locations_0_description','This project was for new road construction and affected 24 properties and resulted in the relocation of 12 residents and 3 businesses in the City of Erie, Erie County.'),(5273,426,'_locations_0_description','field_5683f2b1dcba3'),(5274,426,'locations_1_location','a:3:{s:7:\"address\";s:21:\"42.133680, -80.062399\";s:3:\"lat\";s:9:\"42.133828\";s:3:\"lng\";s:10:\"-80.062521\";}'),(5275,426,'_locations_1_location','field_5683f288dcba1'),(5276,426,'locations_1_title','State Route 4034, Section A51 Erie Bayfront – New Roadway Construction'),(5277,426,'_locations_1_title','field_5683f2aadcba2'),(5278,426,'locations_1_image',''),(5279,426,'_locations_1_image','field_568439ed8109d'),(5280,426,'locations_1_description','This project was for new road construction and affected 25 properties and resulted in the relocation of 3 residents and 12 businesses in the City of Erie, Erie County.'),(5281,426,'_locations_1_description','field_5683f2b1dcba3'),(5282,426,'locations_2_location','a:3:{s:7:\"address\";s:21:\"42.125226, -79.980737\";s:3:\"lat\";s:10:\"42.1251108\";s:3:\"lng\";s:11:\"-79.9808974\";}'),(5283,426,'_locations_2_location','field_5683f288dcba1'),(5284,426,'locations_2_title','State Route 4034, Section A90 Bayfront Station Road – New Roadway Construction'),(5285,426,'_locations_2_title','field_5683f2aadcba2'),(5286,426,'locations_2_image',''),(5287,426,'_locations_2_image','field_568439ed8109d'),(5288,426,'locations_2_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie County.'),(5289,426,'_locations_2_description','field_5683f2b1dcba3'),(5290,426,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.157692, -80.225869\";s:3:\"lat\";s:10:\"41.1576901\";s:3:\"lng\";s:10:\"-80.225885\";}'),(5291,426,'_locations_3_location','field_5683f288dcba1'),(5292,426,'locations_3_title','Iron Bridge – State Route 0019, B04 – Bridge Replacement'),(5293,426,'_locations_3_title','field_5683f2aadcba2'),(5294,426,'locations_3_image',''),(5295,426,'_locations_3_image','field_568439ed8109d'),(5296,426,'locations_3_description','This project was for a mid-sized bridge replacement and affected 8 properties in the Township of Springfield, Mercer County.'),(5297,426,'_locations_3_description','field_5683f2b1dcba3'),(5298,426,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.157502, -80.225829\";s:3:\"lat\";s:10:\"41.1575001\";s:3:\"lng\";s:11:\"-80.2258445\";}'),(5299,426,'_locations_4_location','field_5683f288dcba1'),(5300,426,'locations_4_title','State Route 0062, Section A02G, Sharon – Roadway Widening'),(5301,426,'_locations_4_title','field_5683f2aadcba2'),(5302,426,'locations_4_image',''),(5303,426,'_locations_4_image','field_568439ed8109d'),(5304,426,'locations_4_description','This project was for a road widening and affected 12 properties and resulted in the relocation of 2 residents and 4 businesses in the Cities of Sharon and Farrell, Mercer County.'),(5305,426,'_locations_4_description','field_5683f2b1dcba3'),(5306,426,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.203515, -80.500030\";s:3:\"lat\";s:10:\"41.2035162\";s:3:\"lng\";s:18:\"-80.50022580000001\";}'),(5307,426,'_locations_5_location','field_5683f288dcba1'),(5308,426,'locations_5_title','State Route 0062, Section A02, Sharon – Roadway Widening'),(5309,426,'_locations_5_title','field_5683f2aadcba2'),(5310,426,'locations_5_image',''),(5311,426,'_locations_5_image','field_568439ed8109d'),(5312,426,'locations_5_description','This project is for roadway widening and intersection improvements and is affecting over 100 properties and resulting in the relocation of 2 residents and 2 businesses in the Cities of Sharon and Farrell, and the Borough of West Wheatland, Mercer County.'),(5313,426,'_locations_5_description','field_5683f2b1dcba3'),(5314,426,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.174312, -80.459088\";s:3:\"lat\";s:9:\"41.174248\";s:3:\"lng\";s:18:\"-80.45922139999999\";}'),(5315,426,'_locations_6_location','field_5683f288dcba1'),(5316,426,'locations_6_title','State Route 318, Section B00 – West Middlesex – Bridge Replacement'),(5317,426,'_locations_6_title','field_5683f2aadcba2'),(5318,426,'locations_6_image',''),(5319,426,'_locations_6_image','field_568439ed8109d'),(5320,426,'locations_6_description','This project is for a large bridge replacement spanning the Shenango River and is affecting 23 properties in the Borough of West Middlesex, Mercer County.'),(5321,426,'_locations_6_description','field_5683f2b1dcba3'),(5322,426,'locations_7_location','a:3:{s:7:\"address\";s:21:\"42.101392, -79.988518\";s:3:\"lat\";s:10:\"42.1009699\";s:3:\"lng\";s:18:\"-79.98816999999997\";}'),(5323,426,'_locations_7_location','field_5683f288dcba1'),(5324,426,'locations_7_title','Township Road T609, Section S000 - Kane Hill Road Bridge – Erie County (LOCAL)'),(5325,426,'_locations_7_title','field_5683f2aadcba2'),(5326,426,'locations_7_image',''),(5327,426,'_locations_7_image','field_568439ed8109d'),(5328,426,'locations_7_description','This project is for a bridge replacement and is affecting 4 properties in Township of Greene, Erie County.'),(5329,426,'_locations_7_description','field_5683f2b1dcba3'),(5330,426,'locations_8_location','a:3:{s:7:\"address\";s:21:\"42.067111, -80.103791\";s:3:\"lat\";s:10:\"42.0681078\";s:3:\"lng\";s:11:\"-80.1039467\";}'),(5331,426,'_locations_8_location','field_5683f288dcba1'),(5332,426,'locations_8_title','State Route 4012, Section A00 – Erie County – Millcreek, Roadway Widening'),(5333,426,'_locations_8_title','field_5683f2aadcba2'),(5334,426,'locations_8_image',''),(5335,426,'_locations_8_image','field_568439ed8109d'),(5336,426,'locations_8_description',''),(5337,426,'_locations_8_description','field_5683f2b1dcba3'),(5338,426,'locations_9_location','a:3:{s:7:\"address\";s:21:\"42.071262, -80.202530\";s:3:\"lat\";s:8:\"42.07139\";s:3:\"lng\";s:18:\"-80.20223699999997\";}'),(5339,426,'_locations_9_location','field_5683f288dcba1'),(5340,426,'locations_9_title','State Route 4016, Section L00 – Millfair Erie – Intersection and Roadway Improvements'),(5341,426,'_locations_9_title','field_5683f2aadcba2'),(5342,426,'locations_9_image',''),(5343,426,'_locations_9_image','field_568439ed8109d'),(5344,426,'locations_9_description',''),(5345,426,'_locations_9_description','field_5683f2b1dcba3'),(5346,426,'locations_10_location','a:3:{s:7:\"address\";s:21:\"42.150704, -80.005306\";s:3:\"lat\";s:10:\"42.1512609\";s:3:\"lng\";s:18:\"-80.00499430000002\";}'),(5347,426,'_locations_10_location','field_5683f288dcba1'),(5348,426,'locations_10_title','Nagle Road Bridge – Harborcreek – Bridge Replacement'),(5349,426,'_locations_10_title','field_5683f2aadcba2'),(5350,426,'locations_10_image',''),(5351,426,'_locations_10_image','field_568439ed8109d'),(5352,426,'locations_10_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie Country.'),(5353,426,'_locations_10_description','field_5683f2b1dcba3'),(5354,426,'locations_11_location','a:3:{s:7:\"address\";s:21:\"41.731326, -80.143636\";s:3:\"lat\";s:10:\"41.7312678\";s:3:\"lng\";s:18:\"-80.14303139999998\";}'),(5355,426,'_locations_11_location','field_5683f288dcba1'),(5356,426,'locations_11_title','Peters Road Bridge – Woodcock Township'),(5357,426,'_locations_11_title','field_5683f2aadcba2'),(5358,426,'locations_11_image',''),(5359,426,'_locations_11_image','field_568439ed8109d'),(5360,426,'locations_11_description','This project is for bridge removal and a new railroad crossing and is affecting 5 properties in the Township of Woodcock, Crawford County.'),(5361,426,'_locations_11_description','field_5683f2b1dcba3'),(5362,426,'locations_12_location','a:3:{s:7:\"address\";s:21:\"42.074226, -80.182684\";s:3:\"lat\";s:10:\"42.0750544\";s:3:\"lng\";s:18:\"-80.18202980000001\";}'),(5363,426,'_locations_12_location','field_5683f288dcba1'),(5364,426,'locations_12_title','State Route 4002, Section A02 Erie'),(5365,426,'_locations_12_title','field_5683f2aadcba2'),(5366,426,'locations_12_image',''),(5367,426,'_locations_12_image','field_568439ed8109d'),(5368,426,'locations_12_description',''),(5369,426,'_locations_12_description','field_5683f2b1dcba3'),(5370,426,'locations_13_location','a:3:{s:7:\"address\";s:21:\"41.506210, -79.633939\";s:3:\"lat\";s:9:\"41.505463\";s:3:\"lng\";s:18:\"-79.63243899999998\";}'),(5371,426,'_locations_13_location','field_5683f288dcba1'),(5372,426,'locations_13_title','State Route 0227, Section B01, Venango County – Bridge Replacement'),(5373,426,'_locations_13_title','field_5683f2aadcba2'),(5374,426,'locations_13_image','425'),(5375,426,'_locations_13_image','field_568439ed8109d'),(5376,426,'locations_13_description','This project is for a small bridge and is affecting 2 properties in the Township of Sugar Grove, Warren County.'),(5377,426,'_locations_13_description','field_5683f2b1dcba3'),(5378,426,'locations','14'),(5379,426,'_locations','field_5683f253a5dba'),(5380,427,'_wp_attached_file','2015/12/wpa4d4aa5f_06.png'),(5381,427,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:410;s:6:\"height\";i:410;s:4:\"file\";s:25:\"2015/12/wpa4d4aa5f_06.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wpa4d4aa5f_06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"wpa4d4aa5f_06-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"wpa4d4aa5f_06-374x410.png\";s:5:\"width\";i:374;s:6:\"height\";i:410;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"wordpressstartertheme-full-width\";a:4:{s:4:\"file\";s:25:\"wpa4d4aa5f_06-374x410.png\";s:5:\"width\";i:374;s:6:\"height\";i:410;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(5382,428,'locations_0_location','a:3:{s:7:\"address\";s:21:\"42.139003, -80.068528\";s:3:\"lat\";s:9:\"42.139028\";s:3:\"lng\";s:18:\"-80.06825400000002\";}'),(5383,428,'_locations_0_location','field_5683f288dcba1'),(5384,428,'locations_0_title','State Route 4034, Section A50 Erie Bayfront – New Roadway Construction'),(5385,428,'_locations_0_title','field_5683f2aadcba2'),(5386,428,'locations_0_image',''),(5387,428,'_locations_0_image','field_568439ed8109d'),(5388,428,'locations_0_description','This project was for new road construction and affected 24 properties and resulted in the relocation of 12 residents and 3 businesses in the City of Erie, Erie County.'),(5389,428,'_locations_0_description','field_5683f2b1dcba3'),(5390,428,'locations_1_location','a:3:{s:7:\"address\";s:21:\"42.133680, -80.062399\";s:3:\"lat\";s:9:\"42.133828\";s:3:\"lng\";s:10:\"-80.062521\";}'),(5391,428,'_locations_1_location','field_5683f288dcba1'),(5392,428,'locations_1_title','State Route 4034, Section A51 Erie Bayfront – New Roadway Construction'),(5393,428,'_locations_1_title','field_5683f2aadcba2'),(5394,428,'locations_1_image',''),(5395,428,'_locations_1_image','field_568439ed8109d'),(5396,428,'locations_1_description','This project was for new road construction and affected 25 properties and resulted in the relocation of 3 residents and 12 businesses in the City of Erie, Erie County.'),(5397,428,'_locations_1_description','field_5683f2b1dcba3'),(5398,428,'locations_2_location','a:3:{s:7:\"address\";s:21:\"42.125226, -79.980737\";s:3:\"lat\";s:10:\"42.1251108\";s:3:\"lng\";s:11:\"-79.9808974\";}'),(5399,428,'_locations_2_location','field_5683f288dcba1'),(5400,428,'locations_2_title','State Route 4034, Section A90 Bayfront Station Road – New Roadway Construction'),(5401,428,'_locations_2_title','field_5683f2aadcba2'),(5402,428,'locations_2_image',''),(5403,428,'_locations_2_image','field_568439ed8109d'),(5404,428,'locations_2_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie County.'),(5405,428,'_locations_2_description','field_5683f2b1dcba3'),(5406,428,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.157692, -80.225869\";s:3:\"lat\";s:10:\"41.1576901\";s:3:\"lng\";s:10:\"-80.225885\";}'),(5407,428,'_locations_3_location','field_5683f288dcba1'),(5408,428,'locations_3_title','Iron Bridge – State Route 0019, B04 – Bridge Replacement'),(5409,428,'_locations_3_title','field_5683f2aadcba2'),(5410,428,'locations_3_image',''),(5411,428,'_locations_3_image','field_568439ed8109d'),(5412,428,'locations_3_description','This project was for a mid-sized bridge replacement and affected 8 properties in the Township of Springfield, Mercer County.'),(5413,428,'_locations_3_description','field_5683f2b1dcba3'),(5414,428,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.157502, -80.225829\";s:3:\"lat\";s:10:\"41.1575001\";s:3:\"lng\";s:11:\"-80.2258445\";}'),(5415,428,'_locations_4_location','field_5683f288dcba1'),(5416,428,'locations_4_title','State Route 0062, Section A02G, Sharon – Roadway Widening'),(5417,428,'_locations_4_title','field_5683f2aadcba2'),(5418,428,'locations_4_image',''),(5419,428,'_locations_4_image','field_568439ed8109d'),(5420,428,'locations_4_description','This project was for a road widening and affected 12 properties and resulted in the relocation of 2 residents and 4 businesses in the Cities of Sharon and Farrell, Mercer County.'),(5421,428,'_locations_4_description','field_5683f2b1dcba3'),(5422,428,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.203515, -80.500030\";s:3:\"lat\";s:10:\"41.2035162\";s:3:\"lng\";s:18:\"-80.50022580000001\";}'),(5423,428,'_locations_5_location','field_5683f288dcba1'),(5424,428,'locations_5_title','State Route 0062, Section A02, Sharon – Roadway Widening'),(5425,428,'_locations_5_title','field_5683f2aadcba2'),(5426,428,'locations_5_image',''),(5427,428,'_locations_5_image','field_568439ed8109d'),(5428,428,'locations_5_description','This project is for roadway widening and intersection improvements and is affecting over 100 properties and resulting in the relocation of 2 residents and 2 businesses in the Cities of Sharon and Farrell, and the Borough of West Wheatland, Mercer County.'),(5429,428,'_locations_5_description','field_5683f2b1dcba3'),(5430,428,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.174312, -80.459088\";s:3:\"lat\";s:9:\"41.174248\";s:3:\"lng\";s:18:\"-80.45922139999999\";}'),(5431,428,'_locations_6_location','field_5683f288dcba1'),(5432,428,'locations_6_title','State Route 318, Section B00 – West Middlesex – Bridge Replacement'),(5433,428,'_locations_6_title','field_5683f2aadcba2'),(5434,428,'locations_6_image',''),(5435,428,'_locations_6_image','field_568439ed8109d'),(5436,428,'locations_6_description','This project is for a large bridge replacement spanning the Shenango River and is affecting 23 properties in the Borough of West Middlesex, Mercer County.'),(5437,428,'_locations_6_description','field_5683f2b1dcba3'),(5438,428,'locations_7_location','a:3:{s:7:\"address\";s:21:\"42.101392, -79.988518\";s:3:\"lat\";s:10:\"42.1009699\";s:3:\"lng\";s:18:\"-79.98816999999997\";}'),(5439,428,'_locations_7_location','field_5683f288dcba1'),(5440,428,'locations_7_title','Township Road T609, Section S000 - Kane Hill Road Bridge – Erie County (LOCAL)'),(5441,428,'_locations_7_title','field_5683f2aadcba2'),(5442,428,'locations_7_image',''),(5443,428,'_locations_7_image','field_568439ed8109d'),(5444,428,'locations_7_description','This project is for a bridge replacement and is affecting 4 properties in Township of Greene, Erie County.'),(5445,428,'_locations_7_description','field_5683f2b1dcba3'),(5446,428,'locations_8_location','a:3:{s:7:\"address\";s:21:\"42.067111, -80.103791\";s:3:\"lat\";s:10:\"42.0681078\";s:3:\"lng\";s:11:\"-80.1039467\";}'),(5447,428,'_locations_8_location','field_5683f288dcba1'),(5448,428,'locations_8_title','State Route 4012, Section A00 – Erie County – Millcreek, Roadway Widening'),(5449,428,'_locations_8_title','field_5683f2aadcba2'),(5450,428,'locations_8_image',''),(5451,428,'_locations_8_image','field_568439ed8109d'),(5452,428,'locations_8_description',''),(5453,428,'_locations_8_description','field_5683f2b1dcba3'),(5454,428,'locations_9_location','a:3:{s:7:\"address\";s:21:\"42.071262, -80.202530\";s:3:\"lat\";s:8:\"42.07139\";s:3:\"lng\";s:18:\"-80.20223699999997\";}'),(5455,428,'_locations_9_location','field_5683f288dcba1'),(5456,428,'locations_9_title','State Route 4016, Section L00 – Millfair Erie – Intersection and Roadway Improvements'),(5457,428,'_locations_9_title','field_5683f2aadcba2'),(5458,428,'locations_9_image',''),(5459,428,'_locations_9_image','field_568439ed8109d'),(5460,428,'locations_9_description',''),(5461,428,'_locations_9_description','field_5683f2b1dcba3'),(5462,428,'locations_10_location','a:3:{s:7:\"address\";s:21:\"42.150704, -80.005306\";s:3:\"lat\";s:10:\"42.1512609\";s:3:\"lng\";s:18:\"-80.00499430000002\";}'),(5463,428,'_locations_10_location','field_5683f288dcba1'),(5464,428,'locations_10_title','Nagle Road Bridge – Harborcreek – Bridge Replacement'),(5465,428,'_locations_10_title','field_5683f2aadcba2'),(5466,428,'locations_10_image',''),(5467,428,'_locations_10_image','field_568439ed8109d'),(5468,428,'locations_10_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie Country.'),(5469,428,'_locations_10_description','field_5683f2b1dcba3'),(5470,428,'locations_11_location','a:3:{s:7:\"address\";s:21:\"41.731326, -80.143636\";s:3:\"lat\";s:10:\"41.7312678\";s:3:\"lng\";s:18:\"-80.14303139999998\";}'),(5471,428,'_locations_11_location','field_5683f288dcba1'),(5472,428,'locations_11_title','Peters Road Bridge – Woodcock Township'),(5473,428,'_locations_11_title','field_5683f2aadcba2'),(5474,428,'locations_11_image',''),(5475,428,'_locations_11_image','field_568439ed8109d'),(5476,428,'locations_11_description','This project is for bridge removal and a new railroad crossing and is affecting 5 properties in the Township of Woodcock, Crawford County.'),(5477,428,'_locations_11_description','field_5683f2b1dcba3'),(5478,428,'locations_12_location','a:3:{s:7:\"address\";s:21:\"42.074226, -80.182684\";s:3:\"lat\";s:10:\"42.0750544\";s:3:\"lng\";s:18:\"-80.18202980000001\";}'),(5479,428,'_locations_12_location','field_5683f288dcba1'),(5480,428,'locations_12_title','State Route 4002, Section A02 Erie'),(5481,428,'_locations_12_title','field_5683f2aadcba2'),(5482,428,'locations_12_image',''),(5483,428,'_locations_12_image','field_568439ed8109d'),(5484,428,'locations_12_description',''),(5485,428,'_locations_12_description','field_5683f2b1dcba3'),(5486,428,'locations_13_location','a:3:{s:7:\"address\";s:21:\"41.506210, -79.633939\";s:3:\"lat\";s:9:\"41.505463\";s:3:\"lng\";s:18:\"-79.63243899999998\";}'),(5487,428,'_locations_13_location','field_5683f288dcba1'),(5488,428,'locations_13_title','State Route 0227, Section B01, Venango County – Bridge Replacement'),(5489,428,'_locations_13_title','field_5683f2aadcba2'),(5490,428,'locations_13_image','425'),(5491,428,'_locations_13_image','field_568439ed8109d'),(5492,428,'locations_13_description','This project is for a small bridge and is affecting 2 properties in the Township of Sugar Grove, Warren County.'),(5493,428,'_locations_13_description','field_5683f2b1dcba3'),(5494,428,'locations_14_location','a:3:{s:7:\"address\";s:21:\"42.160855, -79.978735\";s:3:\"lat\";s:9:\"42.160685\";s:3:\"lng\";s:10:\"-79.979015\";}'),(5495,428,'_locations_14_location','field_5683f288dcba1'),(5496,428,'locations_14_title','State Route 955, Section B00, Erie County – Bridge Replacement'),(5497,428,'_locations_14_title','field_5683f2aadcba2'),(5498,428,'locations_14_image','427'),(5499,428,'_locations_14_image','field_568439ed8109d'),(5500,428,'locations_14_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(5501,428,'_locations_14_description','field_5683f2b1dcba3'),(5502,428,'locations','15'),(5503,428,'_locations','field_5683f253a5dba'),(5504,329,'locations_14_location','a:3:{s:7:\"address\";s:21:\"42.160855, -79.978735\";s:3:\"lat\";s:9:\"42.160685\";s:3:\"lng\";s:10:\"-79.979015\";}'),(5505,329,'_locations_14_location','field_5683f288dcba1'),(5506,329,'locations_14_title','State Route 955, Section B00, Erie County – Bridge Replacement'),(5507,329,'_locations_14_title','field_5683f2aadcba2'),(5508,329,'locations_14_image','427'),(5509,329,'_locations_14_image','field_568439ed8109d'),(5510,329,'locations_14_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(5511,329,'_locations_14_description','field_5683f2b1dcba3'),(5512,429,'locations_0_location','a:3:{s:7:\"address\";s:21:\"42.139003, -80.068528\";s:3:\"lat\";s:9:\"42.139028\";s:3:\"lng\";s:18:\"-80.06825400000002\";}'),(5513,429,'_locations_0_location','field_5683f288dcba1'),(5514,429,'locations_0_title','State Route 4034, Section A50 Erie Bayfront – New Roadway Construction'),(5515,429,'_locations_0_title','field_5683f2aadcba2'),(5516,429,'locations_0_image',''),(5517,429,'_locations_0_image','field_568439ed8109d'),(5518,429,'locations_0_description','This project was for new road construction and affected 24 properties and resulted in the relocation of 12 residents and 3 businesses in the City of Erie, Erie County.'),(5519,429,'_locations_0_description','field_5683f2b1dcba3'),(5520,429,'locations_1_location','a:3:{s:7:\"address\";s:21:\"42.133680, -80.062399\";s:3:\"lat\";s:9:\"42.133828\";s:3:\"lng\";s:10:\"-80.062521\";}'),(5521,429,'_locations_1_location','field_5683f288dcba1'),(5522,429,'locations_1_title','State Route 4034, Section A51 Erie Bayfront – New Roadway Construction'),(5523,429,'_locations_1_title','field_5683f2aadcba2'),(5524,429,'locations_1_image',''),(5525,429,'_locations_1_image','field_568439ed8109d'),(5526,429,'locations_1_description','This project was for new road construction and affected 25 properties and resulted in the relocation of 3 residents and 12 businesses in the City of Erie, Erie County.'),(5527,429,'_locations_1_description','field_5683f2b1dcba3'),(5528,429,'locations_2_location','a:3:{s:7:\"address\";s:21:\"42.125226, -79.980737\";s:3:\"lat\";s:10:\"42.1251108\";s:3:\"lng\";s:11:\"-79.9808974\";}'),(5529,429,'_locations_2_location','field_5683f288dcba1'),(5530,429,'locations_2_title','State Route 4034, Section A90 Bayfront Station Road – New Roadway Construction'),(5531,429,'_locations_2_title','field_5683f2aadcba2'),(5532,429,'locations_2_image',''),(5533,429,'_locations_2_image','field_568439ed8109d'),(5534,429,'locations_2_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie County.'),(5535,429,'_locations_2_description','field_5683f2b1dcba3'),(5536,429,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.157692, -80.225869\";s:3:\"lat\";s:10:\"41.1576901\";s:3:\"lng\";s:10:\"-80.225885\";}'),(5537,429,'_locations_3_location','field_5683f288dcba1'),(5538,429,'locations_3_title','Iron Bridge – State Route 0019, B04 – Bridge Replacement'),(5539,429,'_locations_3_title','field_5683f2aadcba2'),(5540,429,'locations_3_image',''),(5541,429,'_locations_3_image','field_568439ed8109d'),(5542,429,'locations_3_description','This project was for a mid-sized bridge replacement and affected 8 properties in the Township of Springfield, Mercer County.'),(5543,429,'_locations_3_description','field_5683f2b1dcba3'),(5544,429,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.157502, -80.225829\";s:3:\"lat\";s:10:\"41.1575001\";s:3:\"lng\";s:11:\"-80.2258445\";}'),(5545,429,'_locations_4_location','field_5683f288dcba1'),(5546,429,'locations_4_title','State Route 0062, Section A02G, Sharon – Roadway Widening'),(5547,429,'_locations_4_title','field_5683f2aadcba2'),(5548,429,'locations_4_image',''),(5549,429,'_locations_4_image','field_568439ed8109d'),(5550,429,'locations_4_description','This project was for a road widening and affected 12 properties and resulted in the relocation of 2 residents and 4 businesses in the Cities of Sharon and Farrell, Mercer County.'),(5551,429,'_locations_4_description','field_5683f2b1dcba3'),(5552,429,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.203515, -80.500030\";s:3:\"lat\";s:10:\"41.2035162\";s:3:\"lng\";s:18:\"-80.50022580000001\";}'),(5553,429,'_locations_5_location','field_5683f288dcba1'),(5554,429,'locations_5_title','State Route 0062, Section A02, Sharon – Roadway Widening'),(5555,429,'_locations_5_title','field_5683f2aadcba2'),(5556,429,'locations_5_image',''),(5557,429,'_locations_5_image','field_568439ed8109d'),(5558,429,'locations_5_description','This project is for roadway widening and intersection improvements and is affecting over 100 properties and resulting in the relocation of 2 residents and 2 businesses in the Cities of Sharon and Farrell, and the Borough of West Wheatland, Mercer County.'),(5559,429,'_locations_5_description','field_5683f2b1dcba3'),(5560,429,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.174312, -80.459088\";s:3:\"lat\";s:9:\"41.174248\";s:3:\"lng\";s:18:\"-80.45922139999999\";}'),(5561,429,'_locations_6_location','field_5683f288dcba1'),(5562,429,'locations_6_title','State Route 318, Section B00 – West Middlesex – Bridge Replacement'),(5563,429,'_locations_6_title','field_5683f2aadcba2'),(5564,429,'locations_6_image',''),(5565,429,'_locations_6_image','field_568439ed8109d'),(5566,429,'locations_6_description','This project is for a large bridge replacement spanning the Shenango River and is affecting 23 properties in the Borough of West Middlesex, Mercer County.'),(5567,429,'_locations_6_description','field_5683f2b1dcba3'),(5568,429,'locations_7_location','a:3:{s:7:\"address\";s:21:\"42.101392, -79.988518\";s:3:\"lat\";s:10:\"42.1009699\";s:3:\"lng\";s:18:\"-79.98816999999997\";}'),(5569,429,'_locations_7_location','field_5683f288dcba1'),(5570,429,'locations_7_title','Township Road T609, Section S000 - Kane Hill Road Bridge – Erie County (LOCAL)'),(5571,429,'_locations_7_title','field_5683f2aadcba2'),(5572,429,'locations_7_image',''),(5573,429,'_locations_7_image','field_568439ed8109d'),(5574,429,'locations_7_description','This project is for a bridge replacement and is affecting 4 properties in Township of Greene, Erie County.'),(5575,429,'_locations_7_description','field_5683f2b1dcba3'),(5576,429,'locations_8_location','a:3:{s:7:\"address\";s:21:\"42.067111, -80.103791\";s:3:\"lat\";s:10:\"42.0681078\";s:3:\"lng\";s:11:\"-80.1039467\";}'),(5577,429,'_locations_8_location','field_5683f288dcba1'),(5578,429,'locations_8_title','State Route 4012, Section A00 – Erie County – Millcreek, Roadway Widening'),(5579,429,'_locations_8_title','field_5683f2aadcba2'),(5580,429,'locations_8_image',''),(5581,429,'_locations_8_image','field_568439ed8109d'),(5582,429,'locations_8_description',''),(5583,429,'_locations_8_description','field_5683f2b1dcba3'),(5584,429,'locations_9_location','a:3:{s:7:\"address\";s:21:\"42.071262, -80.202530\";s:3:\"lat\";s:8:\"42.07139\";s:3:\"lng\";s:18:\"-80.20223699999997\";}'),(5585,429,'_locations_9_location','field_5683f288dcba1'),(5586,429,'locations_9_title','State Route 4016, Section L00 – Millfair Erie – Intersection and Roadway Improvements'),(5587,429,'_locations_9_title','field_5683f2aadcba2'),(5588,429,'locations_9_image',''),(5589,429,'_locations_9_image','field_568439ed8109d'),(5590,429,'locations_9_description',''),(5591,429,'_locations_9_description','field_5683f2b1dcba3'),(5592,429,'locations_10_location','a:3:{s:7:\"address\";s:21:\"42.150704, -80.005306\";s:3:\"lat\";s:10:\"42.1512609\";s:3:\"lng\";s:18:\"-80.00499430000002\";}'),(5593,429,'_locations_10_location','field_5683f288dcba1'),(5594,429,'locations_10_title','Nagle Road Bridge – Harborcreek – Bridge Replacement'),(5595,429,'_locations_10_title','field_5683f2aadcba2'),(5596,429,'locations_10_image',''),(5597,429,'_locations_10_image','field_568439ed8109d'),(5598,429,'locations_10_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie Country.'),(5599,429,'_locations_10_description','field_5683f2b1dcba3'),(5600,429,'locations_11_location','a:3:{s:7:\"address\";s:21:\"41.731326, -80.143636\";s:3:\"lat\";s:10:\"41.7312678\";s:3:\"lng\";s:18:\"-80.14303139999998\";}'),(5601,429,'_locations_11_location','field_5683f288dcba1'),(5602,429,'locations_11_title','Peters Road Bridge – Woodcock Township'),(5603,429,'_locations_11_title','field_5683f2aadcba2'),(5604,429,'locations_11_image',''),(5605,429,'_locations_11_image','field_568439ed8109d'),(5606,429,'locations_11_description','This project is for bridge removal and a new railroad crossing and is affecting 5 properties in the Township of Woodcock, Crawford County.'),(5607,429,'_locations_11_description','field_5683f2b1dcba3'),(5608,429,'locations_12_location','a:3:{s:7:\"address\";s:21:\"42.074226, -80.182684\";s:3:\"lat\";s:10:\"42.0750544\";s:3:\"lng\";s:18:\"-80.18202980000001\";}'),(5609,429,'_locations_12_location','field_5683f288dcba1'),(5610,429,'locations_12_title','State Route 4002, Section A02 Erie'),(5611,429,'_locations_12_title','field_5683f2aadcba2'),(5612,429,'locations_12_image',''),(5613,429,'_locations_12_image','field_568439ed8109d'),(5614,429,'locations_12_description',''),(5615,429,'_locations_12_description','field_5683f2b1dcba3'),(5616,429,'locations_13_location','a:3:{s:7:\"address\";s:21:\"41.506210, -79.633939\";s:3:\"lat\";s:9:\"41.505463\";s:3:\"lng\";s:18:\"-79.63243899999998\";}'),(5617,429,'_locations_13_location','field_5683f288dcba1'),(5618,429,'locations_13_title','State Route 0227, Section B01, Venango County – Bridge Replacement'),(5619,429,'_locations_13_title','field_5683f2aadcba2'),(5620,429,'locations_13_image','425'),(5621,429,'_locations_13_image','field_568439ed8109d'),(5622,429,'locations_13_description','This project is for a small bridge and is affecting 2 properties in the Township of Sugar Grove, Warren County.'),(5623,429,'_locations_13_description','field_5683f2b1dcba3'),(5624,429,'locations_14_location','a:3:{s:7:\"address\";s:21:\"42.160855, -79.978735\";s:3:\"lat\";s:9:\"42.160685\";s:3:\"lng\";s:10:\"-79.979015\";}'),(5625,429,'_locations_14_location','field_5683f288dcba1'),(5626,429,'locations_14_title','State Route 955, Section B00, Erie County – Bridge Replacement'),(5627,429,'_locations_14_title','field_5683f2aadcba2'),(5628,429,'locations_14_image','427'),(5629,429,'_locations_14_image','field_568439ed8109d'),(5630,429,'locations_14_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(5631,429,'_locations_14_description','field_5683f2b1dcba3'),(5632,429,'locations_15_location','a:3:{s:7:\"address\";s:21:\"42.166954, -79.961159\";s:3:\"lat\";s:9:\"42.167122\";s:3:\"lng\";s:10:\"-79.959048\";}'),(5633,429,'_locations_15_location','field_5683f288dcba1'),(5634,429,'locations_15_title','State Route 0955, Section B01, Erie Count – Bridge Replacement'),(5635,429,'_locations_15_title','field_5683f2aadcba2'),(5636,429,'locations_15_image','427'),(5637,429,'_locations_15_image','field_568439ed8109d'),(5638,429,'locations_15_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(5639,429,'_locations_15_description','field_5683f2b1dcba3'),(5640,429,'locations','16'),(5641,429,'_locations','field_5683f253a5dba'),(5642,329,'locations_15_location','a:3:{s:7:\"address\";s:21:\"42.166954, -79.961159\";s:3:\"lat\";s:9:\"42.167122\";s:3:\"lng\";s:10:\"-79.959048\";}'),(5643,329,'_locations_15_location','field_5683f288dcba1'),(5644,329,'locations_15_title','State Route 0955, Section B01, Erie Count – Bridge Replacement'),(5645,329,'_locations_15_title','field_5683f2aadcba2'),(5646,329,'locations_15_image','427'),(5647,329,'_locations_15_image','field_568439ed8109d'),(5648,329,'locations_15_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(5649,329,'_locations_15_description','field_5683f2b1dcba3'),(5650,430,'_wp_attached_file','2015/12/wp7a982553_06.png'),(5651,430,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:410;s:6:\"height\";i:410;s:4:\"file\";s:25:\"2015/12/wp7a982553_06.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wp7a982553_06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"wp7a982553_06-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"wp7a982553_06-374x410.png\";s:5:\"width\";i:374;s:6:\"height\";i:410;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"wordpressstartertheme-full-width\";a:4:{s:4:\"file\";s:25:\"wp7a982553_06-374x410.png\";s:5:\"width\";i:374;s:6:\"height\";i:410;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(5652,431,'locations_0_location','a:3:{s:7:\"address\";s:21:\"42.139003, -80.068528\";s:3:\"lat\";s:9:\"42.139028\";s:3:\"lng\";s:18:\"-80.06825400000002\";}'),(5653,431,'_locations_0_location','field_5683f288dcba1'),(5654,431,'locations_0_title','State Route 4034, Section A50 Erie Bayfront – New Roadway Construction'),(5655,431,'_locations_0_title','field_5683f2aadcba2'),(5656,431,'locations_0_image',''),(5657,431,'_locations_0_image','field_568439ed8109d'),(5658,431,'locations_0_description','This project was for new road construction and affected 24 properties and resulted in the relocation of 12 residents and 3 businesses in the City of Erie, Erie County.'),(5659,431,'_locations_0_description','field_5683f2b1dcba3'),(5660,431,'locations_1_location','a:3:{s:7:\"address\";s:21:\"42.133680, -80.062399\";s:3:\"lat\";s:9:\"42.133828\";s:3:\"lng\";s:10:\"-80.062521\";}'),(5661,431,'_locations_1_location','field_5683f288dcba1'),(5662,431,'locations_1_title','State Route 4034, Section A51 Erie Bayfront – New Roadway Construction'),(5663,431,'_locations_1_title','field_5683f2aadcba2'),(5664,431,'locations_1_image',''),(5665,431,'_locations_1_image','field_568439ed8109d'),(5666,431,'locations_1_description','This project was for new road construction and affected 25 properties and resulted in the relocation of 3 residents and 12 businesses in the City of Erie, Erie County.'),(5667,431,'_locations_1_description','field_5683f2b1dcba3'),(5668,431,'locations_2_location','a:3:{s:7:\"address\";s:21:\"42.125226, -79.980737\";s:3:\"lat\";s:10:\"42.1251108\";s:3:\"lng\";s:11:\"-79.9808974\";}'),(5669,431,'_locations_2_location','field_5683f288dcba1'),(5670,431,'locations_2_title','State Route 4034, Section A90 Bayfront Station Road – New Roadway Construction'),(5671,431,'_locations_2_title','field_5683f2aadcba2'),(5672,431,'locations_2_image',''),(5673,431,'_locations_2_image','field_568439ed8109d'),(5674,431,'locations_2_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie County.'),(5675,431,'_locations_2_description','field_5683f2b1dcba3'),(5676,431,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.157692, -80.225869\";s:3:\"lat\";s:10:\"41.1576901\";s:3:\"lng\";s:10:\"-80.225885\";}'),(5677,431,'_locations_3_location','field_5683f288dcba1'),(5678,431,'locations_3_title','Iron Bridge – State Route 0019, B04 – Bridge Replacement'),(5679,431,'_locations_3_title','field_5683f2aadcba2'),(5680,431,'locations_3_image',''),(5681,431,'_locations_3_image','field_568439ed8109d'),(5682,431,'locations_3_description','This project was for a mid-sized bridge replacement and affected 8 properties in the Township of Springfield, Mercer County.'),(5683,431,'_locations_3_description','field_5683f2b1dcba3'),(5684,431,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.157502, -80.225829\";s:3:\"lat\";s:10:\"41.1575001\";s:3:\"lng\";s:11:\"-80.2258445\";}'),(5685,431,'_locations_4_location','field_5683f288dcba1'),(5686,431,'locations_4_title','State Route 0062, Section A02G, Sharon – Roadway Widening'),(5687,431,'_locations_4_title','field_5683f2aadcba2'),(5688,431,'locations_4_image',''),(5689,431,'_locations_4_image','field_568439ed8109d'),(5690,431,'locations_4_description','This project was for a road widening and affected 12 properties and resulted in the relocation of 2 residents and 4 businesses in the Cities of Sharon and Farrell, Mercer County.'),(5691,431,'_locations_4_description','field_5683f2b1dcba3'),(5692,431,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.203515, -80.500030\";s:3:\"lat\";s:10:\"41.2035162\";s:3:\"lng\";s:18:\"-80.50022580000001\";}'),(5693,431,'_locations_5_location','field_5683f288dcba1'),(5694,431,'locations_5_title','State Route 0062, Section A02, Sharon – Roadway Widening'),(5695,431,'_locations_5_title','field_5683f2aadcba2'),(5696,431,'locations_5_image',''),(5697,431,'_locations_5_image','field_568439ed8109d'),(5698,431,'locations_5_description','This project is for roadway widening and intersection improvements and is affecting over 100 properties and resulting in the relocation of 2 residents and 2 businesses in the Cities of Sharon and Farrell, and the Borough of West Wheatland, Mercer County.'),(5699,431,'_locations_5_description','field_5683f2b1dcba3'),(5700,431,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.174312, -80.459088\";s:3:\"lat\";s:9:\"41.174248\";s:3:\"lng\";s:18:\"-80.45922139999999\";}'),(5701,431,'_locations_6_location','field_5683f288dcba1'),(5702,431,'locations_6_title','State Route 318, Section B00 – West Middlesex – Bridge Replacement'),(5703,431,'_locations_6_title','field_5683f2aadcba2'),(5704,431,'locations_6_image',''),(5705,431,'_locations_6_image','field_568439ed8109d'),(5706,431,'locations_6_description','This project is for a large bridge replacement spanning the Shenango River and is affecting 23 properties in the Borough of West Middlesex, Mercer County.'),(5707,431,'_locations_6_description','field_5683f2b1dcba3'),(5708,431,'locations_7_location','a:3:{s:7:\"address\";s:21:\"42.101392, -79.988518\";s:3:\"lat\";s:10:\"42.1009699\";s:3:\"lng\";s:18:\"-79.98816999999997\";}'),(5709,431,'_locations_7_location','field_5683f288dcba1'),(5710,431,'locations_7_title','Township Road T609, Section S000 - Kane Hill Road Bridge – Erie County (LOCAL)'),(5711,431,'_locations_7_title','field_5683f2aadcba2'),(5712,431,'locations_7_image',''),(5713,431,'_locations_7_image','field_568439ed8109d'),(5714,431,'locations_7_description','This project is for a bridge replacement and is affecting 4 properties in Township of Greene, Erie County.'),(5715,431,'_locations_7_description','field_5683f2b1dcba3'),(5716,431,'locations_8_location','a:3:{s:7:\"address\";s:21:\"42.067111, -80.103791\";s:3:\"lat\";s:10:\"42.0681078\";s:3:\"lng\";s:11:\"-80.1039467\";}'),(5717,431,'_locations_8_location','field_5683f288dcba1'),(5718,431,'locations_8_title','State Route 4012, Section A00 – Erie County – Millcreek, Roadway Widening'),(5719,431,'_locations_8_title','field_5683f2aadcba2'),(5720,431,'locations_8_image',''),(5721,431,'_locations_8_image','field_568439ed8109d'),(5722,431,'locations_8_description',''),(5723,431,'_locations_8_description','field_5683f2b1dcba3'),(5724,431,'locations_9_location','a:3:{s:7:\"address\";s:21:\"42.071262, -80.202530\";s:3:\"lat\";s:8:\"42.07139\";s:3:\"lng\";s:18:\"-80.20223699999997\";}'),(5725,431,'_locations_9_location','field_5683f288dcba1'),(5726,431,'locations_9_title','State Route 4016, Section L00 – Millfair Erie – Intersection and Roadway Improvements'),(5727,431,'_locations_9_title','field_5683f2aadcba2'),(5728,431,'locations_9_image',''),(5729,431,'_locations_9_image','field_568439ed8109d'),(5730,431,'locations_9_description',''),(5731,431,'_locations_9_description','field_5683f2b1dcba3'),(5732,431,'locations_10_location','a:3:{s:7:\"address\";s:21:\"42.150704, -80.005306\";s:3:\"lat\";s:10:\"42.1512609\";s:3:\"lng\";s:18:\"-80.00499430000002\";}'),(5733,431,'_locations_10_location','field_5683f288dcba1'),(5734,431,'locations_10_title','Nagle Road Bridge – Harborcreek – Bridge Replacement'),(5735,431,'_locations_10_title','field_5683f2aadcba2'),(5736,431,'locations_10_image',''),(5737,431,'_locations_10_image','field_568439ed8109d'),(5738,431,'locations_10_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie Country.'),(5739,431,'_locations_10_description','field_5683f2b1dcba3'),(5740,431,'locations_11_location','a:3:{s:7:\"address\";s:21:\"41.731326, -80.143636\";s:3:\"lat\";s:10:\"41.7312678\";s:3:\"lng\";s:18:\"-80.14303139999998\";}'),(5741,431,'_locations_11_location','field_5683f288dcba1'),(5742,431,'locations_11_title','Peters Road Bridge – Woodcock Township'),(5743,431,'_locations_11_title','field_5683f2aadcba2'),(5744,431,'locations_11_image',''),(5745,431,'_locations_11_image','field_568439ed8109d'),(5746,431,'locations_11_description','This project is for bridge removal and a new railroad crossing and is affecting 5 properties in the Township of Woodcock, Crawford County.'),(5747,431,'_locations_11_description','field_5683f2b1dcba3'),(5748,431,'locations_12_location','a:3:{s:7:\"address\";s:21:\"42.074226, -80.182684\";s:3:\"lat\";s:10:\"42.0750544\";s:3:\"lng\";s:18:\"-80.18202980000001\";}'),(5749,431,'_locations_12_location','field_5683f288dcba1'),(5750,431,'locations_12_title','State Route 4002, Section A02 Erie'),(5751,431,'_locations_12_title','field_5683f2aadcba2'),(5752,431,'locations_12_image',''),(5753,431,'_locations_12_image','field_568439ed8109d'),(5754,431,'locations_12_description',''),(5755,431,'_locations_12_description','field_5683f2b1dcba3'),(5756,431,'locations_13_location','a:3:{s:7:\"address\";s:21:\"41.506210, -79.633939\";s:3:\"lat\";s:9:\"41.505463\";s:3:\"lng\";s:18:\"-79.63243899999998\";}'),(5757,431,'_locations_13_location','field_5683f288dcba1'),(5758,431,'locations_13_title','State Route 0227, Section B01, Venango County – Bridge Replacement'),(5759,431,'_locations_13_title','field_5683f2aadcba2'),(5760,431,'locations_13_image','425'),(5761,431,'_locations_13_image','field_568439ed8109d'),(5762,431,'locations_13_description','This project is for a small bridge and is affecting 2 properties in the Township of Sugar Grove, Warren County.'),(5763,431,'_locations_13_description','field_5683f2b1dcba3'),(5764,431,'locations_14_location','a:3:{s:7:\"address\";s:21:\"42.160855, -79.978735\";s:3:\"lat\";s:9:\"42.160685\";s:3:\"lng\";s:10:\"-79.979015\";}'),(5765,431,'_locations_14_location','field_5683f288dcba1'),(5766,431,'locations_14_title','State Route 955, Section B00, Erie County – Bridge Replacement'),(5767,431,'_locations_14_title','field_5683f2aadcba2'),(5768,431,'locations_14_image','427'),(5769,431,'_locations_14_image','field_568439ed8109d'),(5770,431,'locations_14_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(5771,431,'_locations_14_description','field_5683f2b1dcba3'),(5772,431,'locations_15_location','a:3:{s:7:\"address\";s:21:\"42.166954, -79.961159\";s:3:\"lat\";s:9:\"42.167122\";s:3:\"lng\";s:10:\"-79.959048\";}'),(5773,431,'_locations_15_location','field_5683f288dcba1'),(5774,431,'locations_15_title','State Route 0955, Section B01, Erie Count – Bridge Replacement'),(5775,431,'_locations_15_title','field_5683f2aadcba2'),(5776,431,'locations_15_image','427'),(5777,431,'_locations_15_image','field_568439ed8109d'),(5778,431,'locations_15_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(5779,431,'_locations_15_description','field_5683f2b1dcba3'),(5780,431,'locations_16_location','a:3:{s:7:\"address\";s:21:\"41.470470, -80.335987\";s:3:\"lat\";s:10:\"41.4704425\";s:3:\"lng\";s:18:\"-80.33643310000002\";}'),(5781,431,'_locations_16_location','field_5683f288dcba1'),(5782,431,'locations_16_title','State Route 4021, Section B00, Mercer County – Bridge Replacement'),(5783,431,'_locations_16_title','field_5683f2aadcba2'),(5784,431,'locations_16_image','430'),(5785,431,'_locations_16_image','field_568439ed8109d'),(5786,431,'locations_16_description','This project was for a small bridge and affected 2 properties in the Township of Sugar Grove, Mercer County.'),(5787,431,'_locations_16_description','field_5683f2b1dcba3'),(5788,431,'locations','17'),(5789,431,'_locations','field_5683f253a5dba'),(5790,329,'locations_16_location','a:3:{s:7:\"address\";s:21:\"41.470470, -80.335987\";s:3:\"lat\";s:10:\"41.4704425\";s:3:\"lng\";s:18:\"-80.33643310000002\";}'),(5791,329,'_locations_16_location','field_5683f288dcba1'),(5792,329,'locations_16_title','State Route 4021, Section B00, Mercer County – Bridge Replacement'),(5793,329,'_locations_16_title','field_5683f2aadcba2'),(5794,329,'locations_16_image','430'),(5795,329,'_locations_16_image','field_568439ed8109d'),(5796,329,'locations_16_description','This project was for a small bridge and affected 2 properties in the Township of Sugar Grove, Mercer County.'),(5797,329,'_locations_16_description','field_5683f2b1dcba3'),(5798,432,'locations_0_location','a:3:{s:7:\"address\";s:21:\"42.139003, -80.068528\";s:3:\"lat\";s:9:\"42.139028\";s:3:\"lng\";s:18:\"-80.06825400000002\";}'),(5799,432,'_locations_0_location','field_5683f288dcba1'),(5800,432,'locations_0_title','State Route 4034, Section A50 Erie Bayfront – New Roadway Construction'),(5801,432,'_locations_0_title','field_5683f2aadcba2'),(5802,432,'locations_0_image',''),(5803,432,'_locations_0_image','field_568439ed8109d'),(5804,432,'locations_0_description','This project was for new road construction and affected 24 properties and resulted in the relocation of 12 residents and 3 businesses in the City of Erie, Erie County.'),(5805,432,'_locations_0_description','field_5683f2b1dcba3'),(5806,432,'locations_1_location','a:3:{s:7:\"address\";s:21:\"42.133680, -80.062399\";s:3:\"lat\";s:9:\"42.133828\";s:3:\"lng\";s:10:\"-80.062521\";}'),(5807,432,'_locations_1_location','field_5683f288dcba1'),(5808,432,'locations_1_title','State Route 4034, Section A51 Erie Bayfront – New Roadway Construction'),(5809,432,'_locations_1_title','field_5683f2aadcba2'),(5810,432,'locations_1_image',''),(5811,432,'_locations_1_image','field_568439ed8109d'),(5812,432,'locations_1_description','This project was for new road construction and affected 25 properties and resulted in the relocation of 3 residents and 12 businesses in the City of Erie, Erie County.'),(5813,432,'_locations_1_description','field_5683f2b1dcba3'),(5814,432,'locations_2_location','a:3:{s:7:\"address\";s:21:\"42.125226, -79.980737\";s:3:\"lat\";s:10:\"42.1251108\";s:3:\"lng\";s:11:\"-79.9808974\";}'),(5815,432,'_locations_2_location','field_5683f288dcba1'),(5816,432,'locations_2_title','State Route 4034, Section A90 Bayfront Station Road – New Roadway Construction'),(5817,432,'_locations_2_title','field_5683f2aadcba2'),(5818,432,'locations_2_image',''),(5819,432,'_locations_2_image','field_568439ed8109d'),(5820,432,'locations_2_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie County.'),(5821,432,'_locations_2_description','field_5683f2b1dcba3'),(5822,432,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.157692, -80.225869\";s:3:\"lat\";s:10:\"41.1576901\";s:3:\"lng\";s:10:\"-80.225885\";}'),(5823,432,'_locations_3_location','field_5683f288dcba1'),(5824,432,'locations_3_title','Iron Bridge – State Route 0019, B04 – Bridge Replacement'),(5825,432,'_locations_3_title','field_5683f2aadcba2'),(5826,432,'locations_3_image',''),(5827,432,'_locations_3_image','field_568439ed8109d'),(5828,432,'locations_3_description','This project was for a mid-sized bridge replacement and affected 8 properties in the Township of Springfield, Mercer County.'),(5829,432,'_locations_3_description','field_5683f2b1dcba3'),(5830,432,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.157502, -80.225829\";s:3:\"lat\";s:10:\"41.1575001\";s:3:\"lng\";s:11:\"-80.2258445\";}'),(5831,432,'_locations_4_location','field_5683f288dcba1'),(5832,432,'locations_4_title','State Route 0062, Section A02G, Sharon – Roadway Widening'),(5833,432,'_locations_4_title','field_5683f2aadcba2'),(5834,432,'locations_4_image',''),(5835,432,'_locations_4_image','field_568439ed8109d'),(5836,432,'locations_4_description','This project was for a road widening and affected 12 properties and resulted in the relocation of 2 residents and 4 businesses in the Cities of Sharon and Farrell, Mercer County.'),(5837,432,'_locations_4_description','field_5683f2b1dcba3'),(5838,432,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.203515, -80.500030\";s:3:\"lat\";s:10:\"41.2035162\";s:3:\"lng\";s:18:\"-80.50022580000001\";}'),(5839,432,'_locations_5_location','field_5683f288dcba1'),(5840,432,'locations_5_title','State Route 0062, Section A02, Sharon – Roadway Widening'),(5841,432,'_locations_5_title','field_5683f2aadcba2'),(5842,432,'locations_5_image',''),(5843,432,'_locations_5_image','field_568439ed8109d'),(5844,432,'locations_5_description','This project is for roadway widening and intersection improvements and is affecting over 100 properties and resulting in the relocation of 2 residents and 2 businesses in the Cities of Sharon and Farrell, and the Borough of West Wheatland, Mercer County.'),(5845,432,'_locations_5_description','field_5683f2b1dcba3'),(5846,432,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.174312, -80.459088\";s:3:\"lat\";s:9:\"41.174248\";s:3:\"lng\";s:18:\"-80.45922139999999\";}'),(5847,432,'_locations_6_location','field_5683f288dcba1'),(5848,432,'locations_6_title','State Route 318, Section B00 – West Middlesex – Bridge Replacement'),(5849,432,'_locations_6_title','field_5683f2aadcba2'),(5850,432,'locations_6_image',''),(5851,432,'_locations_6_image','field_568439ed8109d'),(5852,432,'locations_6_description','This project is for a large bridge replacement spanning the Shenango River and is affecting 23 properties in the Borough of West Middlesex, Mercer County.'),(5853,432,'_locations_6_description','field_5683f2b1dcba3'),(5854,432,'locations_7_location','a:3:{s:7:\"address\";s:21:\"42.101392, -79.988518\";s:3:\"lat\";s:10:\"42.1009699\";s:3:\"lng\";s:18:\"-79.98816999999997\";}'),(5855,432,'_locations_7_location','field_5683f288dcba1'),(5856,432,'locations_7_title','Township Road T609, Section S000 - Kane Hill Road Bridge – Erie County (LOCAL)'),(5857,432,'_locations_7_title','field_5683f2aadcba2'),(5858,432,'locations_7_image',''),(5859,432,'_locations_7_image','field_568439ed8109d'),(5860,432,'locations_7_description','This project is for a bridge replacement and is affecting 4 properties in Township of Greene, Erie County.'),(5861,432,'_locations_7_description','field_5683f2b1dcba3'),(5862,432,'locations_8_location','a:3:{s:7:\"address\";s:21:\"42.067111, -80.103791\";s:3:\"lat\";s:10:\"42.0681078\";s:3:\"lng\";s:11:\"-80.1039467\";}'),(5863,432,'_locations_8_location','field_5683f288dcba1'),(5864,432,'locations_8_title','State Route 4012, Section A00 – Erie County – Millcreek, Roadway Widening'),(5865,432,'_locations_8_title','field_5683f2aadcba2'),(5866,432,'locations_8_image',''),(5867,432,'_locations_8_image','field_568439ed8109d'),(5868,432,'locations_8_description',''),(5869,432,'_locations_8_description','field_5683f2b1dcba3'),(5870,432,'locations_9_location','a:3:{s:7:\"address\";s:21:\"42.071262, -80.202530\";s:3:\"lat\";s:8:\"42.07139\";s:3:\"lng\";s:18:\"-80.20223699999997\";}'),(5871,432,'_locations_9_location','field_5683f288dcba1'),(5872,432,'locations_9_title','State Route 4016, Section L00 – Millfair Erie – Intersection and Roadway Improvements'),(5873,432,'_locations_9_title','field_5683f2aadcba2'),(5874,432,'locations_9_image',''),(5875,432,'_locations_9_image','field_568439ed8109d'),(5876,432,'locations_9_description',''),(5877,432,'_locations_9_description','field_5683f2b1dcba3'),(5878,432,'locations_10_location','a:3:{s:7:\"address\";s:21:\"42.150704, -80.005306\";s:3:\"lat\";s:10:\"42.1512609\";s:3:\"lng\";s:18:\"-80.00499430000002\";}'),(5879,432,'_locations_10_location','field_5683f288dcba1'),(5880,432,'locations_10_title','Nagle Road Bridge – Harborcreek – Bridge Replacement'),(5881,432,'_locations_10_title','field_5683f2aadcba2'),(5882,432,'locations_10_image',''),(5883,432,'_locations_10_image','field_568439ed8109d'),(5884,432,'locations_10_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie Country.'),(5885,432,'_locations_10_description','field_5683f2b1dcba3'),(5886,432,'locations_11_location','a:3:{s:7:\"address\";s:21:\"41.731326, -80.143636\";s:3:\"lat\";s:10:\"41.7312678\";s:3:\"lng\";s:18:\"-80.14303139999998\";}'),(5887,432,'_locations_11_location','field_5683f288dcba1'),(5888,432,'locations_11_title','Peters Road Bridge – Woodcock Township'),(5889,432,'_locations_11_title','field_5683f2aadcba2'),(5890,432,'locations_11_image',''),(5891,432,'_locations_11_image','field_568439ed8109d'),(5892,432,'locations_11_description','This project is for bridge removal and a new railroad crossing and is affecting 5 properties in the Township of Woodcock, Crawford County.'),(5893,432,'_locations_11_description','field_5683f2b1dcba3'),(5894,432,'locations_12_location','a:3:{s:7:\"address\";s:21:\"42.074226, -80.182684\";s:3:\"lat\";s:10:\"42.0750544\";s:3:\"lng\";s:18:\"-80.18202980000001\";}'),(5895,432,'_locations_12_location','field_5683f288dcba1'),(5896,432,'locations_12_title','State Route 4002, Section A02 Erie'),(5897,432,'_locations_12_title','field_5683f2aadcba2'),(5898,432,'locations_12_image',''),(5899,432,'_locations_12_image','field_568439ed8109d'),(5900,432,'locations_12_description',''),(5901,432,'_locations_12_description','field_5683f2b1dcba3'),(5902,432,'locations_13_location','a:3:{s:7:\"address\";s:21:\"41.506210, -79.633939\";s:3:\"lat\";s:9:\"41.505463\";s:3:\"lng\";s:18:\"-79.63243899999998\";}'),(5903,432,'_locations_13_location','field_5683f288dcba1'),(5904,432,'locations_13_title','State Route 0227, Section B01, Venango County – Bridge Replacement'),(5905,432,'_locations_13_title','field_5683f2aadcba2'),(5906,432,'locations_13_image','425'),(5907,432,'_locations_13_image','field_568439ed8109d'),(5908,432,'locations_13_description','This project is for a small bridge and is affecting 2 properties in the Township of Sugar Grove, Warren County.'),(5909,432,'_locations_13_description','field_5683f2b1dcba3'),(5910,432,'locations_14_location','a:3:{s:7:\"address\";s:21:\"42.160855, -79.978735\";s:3:\"lat\";s:9:\"42.160685\";s:3:\"lng\";s:10:\"-79.979015\";}'),(5911,432,'_locations_14_location','field_5683f288dcba1'),(5912,432,'locations_14_title','State Route 955, Section B00, Erie County – Bridge Replacement'),(5913,432,'_locations_14_title','field_5683f2aadcba2'),(5914,432,'locations_14_image','427'),(5915,432,'_locations_14_image','field_568439ed8109d'),(5916,432,'locations_14_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(5917,432,'_locations_14_description','field_5683f2b1dcba3'),(5918,432,'locations_15_location','a:3:{s:7:\"address\";s:21:\"42.166954, -79.961159\";s:3:\"lat\";s:9:\"42.167122\";s:3:\"lng\";s:10:\"-79.959048\";}'),(5919,432,'_locations_15_location','field_5683f288dcba1'),(5920,432,'locations_15_title','State Route 0955, Section B01, Erie Count – Bridge Replacement'),(5921,432,'_locations_15_title','field_5683f2aadcba2'),(5922,432,'locations_15_image','427'),(5923,432,'_locations_15_image','field_568439ed8109d'),(5924,432,'locations_15_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(5925,432,'_locations_15_description','field_5683f2b1dcba3'),(5926,432,'locations_16_location','a:3:{s:7:\"address\";s:21:\"41.470470, -80.335987\";s:3:\"lat\";s:10:\"41.4704425\";s:3:\"lng\";s:18:\"-80.33643310000002\";}'),(5927,432,'_locations_16_location','field_5683f288dcba1'),(5928,432,'locations_16_title','State Route 4021, Section B00, Mercer County – Bridge Replacement'),(5929,432,'_locations_16_title','field_5683f2aadcba2'),(5930,432,'locations_16_image','430'),(5931,432,'_locations_16_image','field_568439ed8109d'),(5932,432,'locations_16_description','This project was for a small bridge and affected 2 properties in the Township of Sugar Grove, Mercer County.'),(5933,432,'_locations_16_description','field_5683f2b1dcba3'),(5934,432,'locations_17_location','a:3:{s:7:\"address\";s:21:\"41.883264, -79.813068\";s:3:\"lat\";s:10:\"41.8827053\";s:3:\"lng\";s:18:\"-79.81425380000002\";}'),(5935,432,'_locations_17_location','field_5683f288dcba1'),(5936,432,'locations_17_title','State Route 2010, Section B01, Erie County'),(5937,432,'_locations_17_title','field_5683f2aadcba2'),(5938,432,'locations_17_image',''),(5939,432,'_locations_17_image','field_568439ed8109d'),(5940,432,'locations_17_description',''),(5941,432,'_locations_17_description','field_5683f2b1dcba3'),(5942,432,'locations','18'),(5943,432,'_locations','field_5683f253a5dba'),(5944,329,'locations_17_location','a:3:{s:7:\"address\";s:21:\"41.883264, -79.813068\";s:3:\"lat\";s:10:\"41.8827053\";s:3:\"lng\";s:18:\"-79.81425380000002\";}'),(5945,329,'_locations_17_location','field_5683f288dcba1'),(5946,329,'locations_17_title','State Route 2010, Section B01, Erie County'),(5947,329,'_locations_17_title','field_5683f2aadcba2'),(5948,329,'locations_17_image',''),(5949,329,'_locations_17_image','field_568439ed8109d'),(5950,329,'locations_17_description',''),(5951,329,'_locations_17_description','field_5683f2b1dcba3'),(5952,433,'locations_0_location','a:3:{s:7:\"address\";s:21:\"42.139003, -80.068528\";s:3:\"lat\";s:9:\"42.139028\";s:3:\"lng\";s:18:\"-80.06825400000002\";}'),(5953,433,'_locations_0_location','field_5683f288dcba1'),(5954,433,'locations_0_title','State Route 4034, Section A50 Erie Bayfront – New Roadway Construction'),(5955,433,'_locations_0_title','field_5683f2aadcba2'),(5956,433,'locations_0_image',''),(5957,433,'_locations_0_image','field_568439ed8109d'),(5958,433,'locations_0_description','This project was for new road construction and affected 24 properties and resulted in the relocation of 12 residents and 3 businesses in the City of Erie, Erie County.'),(5959,433,'_locations_0_description','field_5683f2b1dcba3'),(5960,433,'locations_1_location','a:3:{s:7:\"address\";s:21:\"42.133680, -80.062399\";s:3:\"lat\";s:9:\"42.133828\";s:3:\"lng\";s:10:\"-80.062521\";}'),(5961,433,'_locations_1_location','field_5683f288dcba1'),(5962,433,'locations_1_title','State Route 4034, Section A51 Erie Bayfront – New Roadway Construction'),(5963,433,'_locations_1_title','field_5683f2aadcba2'),(5964,433,'locations_1_image',''),(5965,433,'_locations_1_image','field_568439ed8109d'),(5966,433,'locations_1_description','This project was for new road construction and affected 25 properties and resulted in the relocation of 3 residents and 12 businesses in the City of Erie, Erie County.'),(5967,433,'_locations_1_description','field_5683f2b1dcba3'),(5968,433,'locations_2_location','a:3:{s:7:\"address\";s:21:\"42.125226, -79.980737\";s:3:\"lat\";s:10:\"42.1251108\";s:3:\"lng\";s:11:\"-79.9808974\";}'),(5969,433,'_locations_2_location','field_5683f288dcba1'),(5970,433,'locations_2_title','State Route 4034, Section A90 Bayfront Station Road – New Roadway Construction'),(5971,433,'_locations_2_title','field_5683f2aadcba2'),(5972,433,'locations_2_image',''),(5973,433,'_locations_2_image','field_568439ed8109d'),(5974,433,'locations_2_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie County.'),(5975,433,'_locations_2_description','field_5683f2b1dcba3'),(5976,433,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.157692, -80.225869\";s:3:\"lat\";s:10:\"41.1576901\";s:3:\"lng\";s:10:\"-80.225885\";}'),(5977,433,'_locations_3_location','field_5683f288dcba1'),(5978,433,'locations_3_title','Iron Bridge – State Route 0019, B04 – Bridge Replacement'),(5979,433,'_locations_3_title','field_5683f2aadcba2'),(5980,433,'locations_3_image',''),(5981,433,'_locations_3_image','field_568439ed8109d'),(5982,433,'locations_3_description','This project was for a mid-sized bridge replacement and affected 8 properties in the Township of Springfield, Mercer County.'),(5983,433,'_locations_3_description','field_5683f2b1dcba3'),(5984,433,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.157502, -80.225829\";s:3:\"lat\";s:10:\"41.1575001\";s:3:\"lng\";s:11:\"-80.2258445\";}'),(5985,433,'_locations_4_location','field_5683f288dcba1'),(5986,433,'locations_4_title','State Route 0062, Section A02G, Sharon – Roadway Widening'),(5987,433,'_locations_4_title','field_5683f2aadcba2'),(5988,433,'locations_4_image',''),(5989,433,'_locations_4_image','field_568439ed8109d'),(5990,433,'locations_4_description','This project was for a road widening and affected 12 properties and resulted in the relocation of 2 residents and 4 businesses in the Cities of Sharon and Farrell, Mercer County.'),(5991,433,'_locations_4_description','field_5683f2b1dcba3'),(5992,433,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.203515, -80.500030\";s:3:\"lat\";s:10:\"41.2035162\";s:3:\"lng\";s:18:\"-80.50022580000001\";}'),(5993,433,'_locations_5_location','field_5683f288dcba1'),(5994,433,'locations_5_title','State Route 0062, Section A02, Sharon – Roadway Widening'),(5995,433,'_locations_5_title','field_5683f2aadcba2'),(5996,433,'locations_5_image',''),(5997,433,'_locations_5_image','field_568439ed8109d'),(5998,433,'locations_5_description','This project is for roadway widening and intersection improvements and is affecting over 100 properties and resulting in the relocation of 2 residents and 2 businesses in the Cities of Sharon and Farrell, and the Borough of West Wheatland, Mercer County.'),(5999,433,'_locations_5_description','field_5683f2b1dcba3'),(6000,433,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.174312, -80.459088\";s:3:\"lat\";s:9:\"41.174248\";s:3:\"lng\";s:18:\"-80.45922139999999\";}'),(6001,433,'_locations_6_location','field_5683f288dcba1'),(6002,433,'locations_6_title','State Route 318, Section B00 – West Middlesex – Bridge Replacement'),(6003,433,'_locations_6_title','field_5683f2aadcba2'),(6004,433,'locations_6_image',''),(6005,433,'_locations_6_image','field_568439ed8109d'),(6006,433,'locations_6_description','This project is for a large bridge replacement spanning the Shenango River and is affecting 23 properties in the Borough of West Middlesex, Mercer County.'),(6007,433,'_locations_6_description','field_5683f2b1dcba3'),(6008,433,'locations_7_location','a:3:{s:7:\"address\";s:21:\"42.101392, -79.988518\";s:3:\"lat\";s:10:\"42.1009699\";s:3:\"lng\";s:18:\"-79.98816999999997\";}'),(6009,433,'_locations_7_location','field_5683f288dcba1'),(6010,433,'locations_7_title','Township Road T609, Section S000 - Kane Hill Road Bridge – Erie County (LOCAL)'),(6011,433,'_locations_7_title','field_5683f2aadcba2'),(6012,433,'locations_7_image',''),(6013,433,'_locations_7_image','field_568439ed8109d'),(6014,433,'locations_7_description','This project is for a bridge replacement and is affecting 4 properties in Township of Greene, Erie County.'),(6015,433,'_locations_7_description','field_5683f2b1dcba3'),(6016,433,'locations_8_location','a:3:{s:7:\"address\";s:21:\"42.067111, -80.103791\";s:3:\"lat\";s:10:\"42.0681078\";s:3:\"lng\";s:11:\"-80.1039467\";}'),(6017,433,'_locations_8_location','field_5683f288dcba1'),(6018,433,'locations_8_title','State Route 4012, Section A00 – Erie County – Millcreek, Roadway Widening'),(6019,433,'_locations_8_title','field_5683f2aadcba2'),(6020,433,'locations_8_image',''),(6021,433,'_locations_8_image','field_568439ed8109d'),(6022,433,'locations_8_description',''),(6023,433,'_locations_8_description','field_5683f2b1dcba3'),(6024,433,'locations_9_location','a:3:{s:7:\"address\";s:21:\"42.071262, -80.202530\";s:3:\"lat\";s:8:\"42.07139\";s:3:\"lng\";s:18:\"-80.20223699999997\";}'),(6025,433,'_locations_9_location','field_5683f288dcba1'),(6026,433,'locations_9_title','State Route 4016, Section L00 – Millfair Erie – Intersection and Roadway Improvements'),(6027,433,'_locations_9_title','field_5683f2aadcba2'),(6028,433,'locations_9_image',''),(6029,433,'_locations_9_image','field_568439ed8109d'),(6030,433,'locations_9_description',''),(6031,433,'_locations_9_description','field_5683f2b1dcba3'),(6032,433,'locations_10_location','a:3:{s:7:\"address\";s:21:\"42.150704, -80.005306\";s:3:\"lat\";s:10:\"42.1512609\";s:3:\"lng\";s:18:\"-80.00499430000002\";}'),(6033,433,'_locations_10_location','field_5683f288dcba1'),(6034,433,'locations_10_title','Nagle Road Bridge – Harborcreek – Bridge Replacement'),(6035,433,'_locations_10_title','field_5683f2aadcba2'),(6036,433,'locations_10_image',''),(6037,433,'_locations_10_image','field_568439ed8109d'),(6038,433,'locations_10_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie Country.'),(6039,433,'_locations_10_description','field_5683f2b1dcba3'),(6040,433,'locations_11_location','a:3:{s:7:\"address\";s:21:\"41.731326, -80.143636\";s:3:\"lat\";s:10:\"41.7312678\";s:3:\"lng\";s:18:\"-80.14303139999998\";}'),(6041,433,'_locations_11_location','field_5683f288dcba1'),(6042,433,'locations_11_title','Peters Road Bridge – Woodcock Township'),(6043,433,'_locations_11_title','field_5683f2aadcba2'),(6044,433,'locations_11_image',''),(6045,433,'_locations_11_image','field_568439ed8109d'),(6046,433,'locations_11_description','This project is for bridge removal and a new railroad crossing and is affecting 5 properties in the Township of Woodcock, Crawford County.'),(6047,433,'_locations_11_description','field_5683f2b1dcba3'),(6048,433,'locations_12_location','a:3:{s:7:\"address\";s:21:\"42.074226, -80.182684\";s:3:\"lat\";s:10:\"42.0750544\";s:3:\"lng\";s:18:\"-80.18202980000001\";}'),(6049,433,'_locations_12_location','field_5683f288dcba1'),(6050,433,'locations_12_title','State Route 4002, Section A02 Erie'),(6051,433,'_locations_12_title','field_5683f2aadcba2'),(6052,433,'locations_12_image',''),(6053,433,'_locations_12_image','field_568439ed8109d'),(6054,433,'locations_12_description',''),(6055,433,'_locations_12_description','field_5683f2b1dcba3'),(6056,433,'locations_13_location','a:3:{s:7:\"address\";s:21:\"41.506210, -79.633939\";s:3:\"lat\";s:9:\"41.505463\";s:3:\"lng\";s:18:\"-79.63243899999998\";}'),(6057,433,'_locations_13_location','field_5683f288dcba1'),(6058,433,'locations_13_title','State Route 0227, Section B01, Venango County – Bridge Replacement'),(6059,433,'_locations_13_title','field_5683f2aadcba2'),(6060,433,'locations_13_image','425'),(6061,433,'_locations_13_image','field_568439ed8109d'),(6062,433,'locations_13_description','This project is for a small bridge and is affecting 2 properties in the Township of Sugar Grove, Warren County.'),(6063,433,'_locations_13_description','field_5683f2b1dcba3'),(6064,433,'locations_14_location','a:3:{s:7:\"address\";s:21:\"42.160855, -79.978735\";s:3:\"lat\";s:9:\"42.160685\";s:3:\"lng\";s:10:\"-79.979015\";}'),(6065,433,'_locations_14_location','field_5683f288dcba1'),(6066,433,'locations_14_title','State Route 955, Section B00, Erie County – Bridge Replacement'),(6067,433,'_locations_14_title','field_5683f2aadcba2'),(6068,433,'locations_14_image','427'),(6069,433,'_locations_14_image','field_568439ed8109d'),(6070,433,'locations_14_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(6071,433,'_locations_14_description','field_5683f2b1dcba3'),(6072,433,'locations_15_location','a:3:{s:7:\"address\";s:21:\"42.166954, -79.961159\";s:3:\"lat\";s:9:\"42.167122\";s:3:\"lng\";s:10:\"-79.959048\";}'),(6073,433,'_locations_15_location','field_5683f288dcba1'),(6074,433,'locations_15_title','State Route 0955, Section B01, Erie Count – Bridge Replacement'),(6075,433,'_locations_15_title','field_5683f2aadcba2'),(6076,433,'locations_15_image','427'),(6077,433,'_locations_15_image','field_568439ed8109d'),(6078,433,'locations_15_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(6079,433,'_locations_15_description','field_5683f2b1dcba3'),(6080,433,'locations_16_location','a:3:{s:7:\"address\";s:21:\"41.470470, -80.335987\";s:3:\"lat\";s:10:\"41.4704425\";s:3:\"lng\";s:18:\"-80.33643310000002\";}'),(6081,433,'_locations_16_location','field_5683f288dcba1'),(6082,433,'locations_16_title','State Route 4021, Section B00, Mercer County – Bridge Replacement'),(6083,433,'_locations_16_title','field_5683f2aadcba2'),(6084,433,'locations_16_image','430'),(6085,433,'_locations_16_image','field_568439ed8109d'),(6086,433,'locations_16_description','This project was for a small bridge and affected 2 properties in the Township of Sugar Grove, Mercer County.'),(6087,433,'_locations_16_description','field_5683f2b1dcba3'),(6088,433,'locations_17_location','a:3:{s:7:\"address\";s:21:\"41.883264, -79.813068\";s:3:\"lat\";s:10:\"41.8827053\";s:3:\"lng\";s:18:\"-79.81425380000002\";}'),(6089,433,'_locations_17_location','field_5683f288dcba1'),(6090,433,'locations_17_title','State Route 2010, Section B01, Erie County'),(6091,433,'_locations_17_title','field_5683f2aadcba2'),(6092,433,'locations_17_image',''),(6093,433,'_locations_17_image','field_568439ed8109d'),(6094,433,'locations_17_description',''),(6095,433,'_locations_17_description','field_5683f2b1dcba3'),(6096,433,'locations_18_location','a:3:{s:7:\"address\";s:21:\"41.717397, -79.539631\";s:3:\"lat\";s:9:\"41.717376\";s:3:\"lng\";s:18:\"-79.53928450000001\";}'),(6097,433,'_locations_18_location','field_5683f288dcba1'),(6098,433,'locations_18_title','State Route 6100, Section 2B, Erie County – Bridge Replacement'),(6099,433,'_locations_18_title','field_5683f2aadcba2'),(6100,433,'locations_18_image',''),(6101,433,'_locations_18_image','field_568439ed8109d'),(6102,433,'locations_18_description',''),(6103,433,'_locations_18_description','field_5683f2b1dcba3'),(6104,433,'locations','19'),(6105,433,'_locations','field_5683f253a5dba'),(6106,329,'locations_18_location','a:3:{s:7:\"address\";s:21:\"41.717397, -79.539631\";s:3:\"lat\";s:9:\"41.717376\";s:3:\"lng\";s:18:\"-79.53928450000001\";}'),(6107,329,'_locations_18_location','field_5683f288dcba1'),(6108,329,'locations_18_title','State Route 6100, Section 2B, Erie County – Bridge Replacement'),(6109,329,'_locations_18_title','field_5683f2aadcba2'),(6110,329,'locations_18_image',''),(6111,329,'_locations_18_image','field_568439ed8109d'),(6112,329,'locations_18_description',''),(6113,329,'_locations_18_description','field_5683f2b1dcba3'),(6114,434,'_wp_attached_file','2015/12/wpd5b6e30d_06.png'),(6115,434,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:410;s:6:\"height\";i:410;s:4:\"file\";s:25:\"2015/12/wpd5b6e30d_06.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wpd5b6e30d_06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"wpd5b6e30d_06-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"wpd5b6e30d_06-374x410.png\";s:5:\"width\";i:374;s:6:\"height\";i:410;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"wordpressstartertheme-full-width\";a:4:{s:4:\"file\";s:25:\"wpd5b6e30d_06-374x410.png\";s:5:\"width\";i:374;s:6:\"height\";i:410;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(6116,435,'locations_0_location','a:3:{s:7:\"address\";s:21:\"41.931099, -78.647957\";s:3:\"lat\";s:10:\"41.9318097\";s:3:\"lng\";s:18:\"-78.64843759999997\";}'),(6117,435,'_locations_0_location','field_5683f288dcba1'),(6118,435,'locations_0_title','219 C08 – Bradford'),(6119,435,'_locations_0_title','field_5683f2aadcba2'),(6120,435,'locations_0_image','434'),(6121,435,'_locations_0_image','field_568439ed8109d'),(6122,435,'locations_0_description','This project was for an interchange project and affected 7 properties in the City of Bradford, McKean County.'),(6123,435,'_locations_0_description','field_5683f2b1dcba3'),(6124,435,'locations','1'),(6125,435,'_locations','field_5683f253a5dba'),(6126,331,'locations_0_image','434'),(6127,331,'_locations_0_image','field_568439ed8109d'),(6128,436,'locations_0_location','a:3:{s:7:\"address\";s:21:\"41.931099, -78.647957\";s:3:\"lat\";s:10:\"41.9318097\";s:3:\"lng\";s:18:\"-78.64843759999997\";}'),(6129,436,'_locations_0_location','field_5683f288dcba1'),(6130,436,'locations_0_title','219 C08 – Bradford'),(6131,436,'_locations_0_title','field_5683f2aadcba2'),(6132,436,'locations_0_image','434'),(6133,436,'_locations_0_image','field_568439ed8109d'),(6134,436,'locations_0_description','This project was for an interchange project and affected 7 properties in the City of Bradford, McKean County.'),(6135,436,'_locations_0_description','field_5683f2b1dcba3'),(6136,436,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.484822, -78.674813\";s:3:\"lat\";s:10:\"41.4850408\";s:3:\"lng\";s:18:\"-78.67406919999996\";}'),(6137,436,'_locations_1_location','field_5683f288dcba1'),(6138,436,'locations_1_title','Johnsonburg Bypass – 219 C10 and D10'),(6139,436,'_locations_1_title','field_5683f2aadcba2'),(6140,436,'locations_1_image',''),(6141,436,'_locations_1_image','field_568439ed8109d'),(6142,436,'locations_1_description','This project is for a new bridge and bypass construction to alleviate congestion and is affecting 32 properties and resulting in the relocation of 1 resident in the Borough of Johnsonburg, Elk County.'),(6143,436,'_locations_1_description','field_5683f2b1dcba3'),(6144,436,'locations','2'),(6145,436,'_locations','field_5683f253a5dba'),(6146,331,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.484822, -78.674813\";s:3:\"lat\";s:10:\"41.4850408\";s:3:\"lng\";s:18:\"-78.67406919999996\";}'),(6147,331,'_locations_1_location','field_5683f288dcba1'),(6148,331,'locations_1_title','Johnsonburg Bypass – 219 C10 and D10'),(6149,331,'_locations_1_title','field_5683f2aadcba2'),(6150,331,'locations_1_image','437'),(6151,331,'_locations_1_image','field_568439ed8109d'),(6152,331,'locations_1_description','This project is for a new bridge and bypass construction to alleviate congestion and is affecting 32 properties and resulting in the relocation of 1 resident in the Borough of Johnsonburg, Elk County.'),(6153,331,'_locations_1_description','field_5683f2b1dcba3'),(6154,437,'_wp_attached_file','2015/12/wp94422064_06.png'),(6155,437,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:412;s:6:\"height\";i:440;s:4:\"file\";s:25:\"2015/12/wp94422064_06.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wp94422064_06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"wp94422064_06-281x300.png\";s:5:\"width\";i:281;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"wp94422064_06-374x440.png\";s:5:\"width\";i:374;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"wordpressstartertheme-full-width\";a:4:{s:4:\"file\";s:25:\"wp94422064_06-374x440.png\";s:5:\"width\";i:374;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(6156,438,'locations_0_location','a:3:{s:7:\"address\";s:21:\"41.931099, -78.647957\";s:3:\"lat\";s:10:\"41.9318097\";s:3:\"lng\";s:18:\"-78.64843759999997\";}'),(6157,438,'_locations_0_location','field_5683f288dcba1'),(6158,438,'locations_0_title','219 C08 – Bradford'),(6159,438,'_locations_0_title','field_5683f2aadcba2'),(6160,438,'locations_0_image','434'),(6161,438,'_locations_0_image','field_568439ed8109d'),(6162,438,'locations_0_description','This project was for an interchange project and affected 7 properties in the City of Bradford, McKean County.'),(6163,438,'_locations_0_description','field_5683f2b1dcba3'),(6164,438,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.484822, -78.674813\";s:3:\"lat\";s:10:\"41.4850408\";s:3:\"lng\";s:18:\"-78.67406919999996\";}'),(6165,438,'_locations_1_location','field_5683f288dcba1'),(6166,438,'locations_1_title','Johnsonburg Bypass – 219 C10 and D10'),(6167,438,'_locations_1_title','field_5683f2aadcba2'),(6168,438,'locations_1_image','437'),(6169,438,'_locations_1_image','field_568439ed8109d'),(6170,438,'locations_1_description','This project is for a new bridge and bypass construction to alleviate congestion and is affecting 32 properties and resulting in the relocation of 1 resident in the Borough of Johnsonburg, Elk County.'),(6171,438,'_locations_1_description','field_5683f2b1dcba3'),(6172,438,'locations_2_location','a:3:{s:7:\"address\";s:21:\"41.821385, -78.286205\";s:3:\"lat\";s:10:\"41.8213012\";s:3:\"lng\";s:18:\"-78.28613200000001\";}'),(6173,438,'_locations_2_location','field_5683f288dcba1'),(6174,438,'locations_2_title','0006 – A02'),(6175,438,'_locations_2_title','field_5683f2aadcba2'),(6176,438,'locations_2_image',''),(6177,438,'_locations_2_image','field_568439ed8109d'),(6178,438,'locations_2_description',''),(6179,438,'_locations_2_description','field_5683f2b1dcba3'),(6180,438,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.820699, -78.298296\";s:3:\"lat\";s:9:\"41.821552\";s:3:\"lng\";s:18:\"-78.29956449999997\";}'),(6181,438,'_locations_3_location','field_5683f288dcba1'),(6182,438,'locations_3_title','0006 – A03'),(6183,438,'_locations_3_title','field_5683f2aadcba2'),(6184,438,'locations_3_image',''),(6185,438,'_locations_3_image','field_568439ed8109d'),(6186,438,'locations_3_description',''),(6187,438,'_locations_3_description','field_5683f2b1dcba3'),(6188,438,'locations','4'),(6189,438,'_locations','field_5683f253a5dba'),(6190,331,'locations_2_location','a:3:{s:7:\"address\";s:21:\"41.821385, -78.286205\";s:3:\"lat\";s:10:\"41.8213012\";s:3:\"lng\";s:18:\"-78.28613200000001\";}'),(6191,331,'_locations_2_location','field_5683f288dcba1'),(6192,331,'locations_2_title','0006 – A02'),(6193,331,'_locations_2_title','field_5683f2aadcba2'),(6194,331,'locations_2_image','441'),(6195,331,'_locations_2_image','field_568439ed8109d'),(6196,331,'locations_2_description','This project was for a bridge replacement and roadway realignment and affected 24 properties in the Borough of Port Alleghany, McKean County.'),(6197,331,'_locations_2_description','field_5683f2b1dcba3'),(6198,331,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.820699, -78.298296\";s:3:\"lat\";s:9:\"41.821552\";s:3:\"lng\";s:18:\"-78.29956449999997\";}'),(6199,331,'_locations_3_location','field_5683f288dcba1'),(6200,331,'locations_3_title','0006 – A03'),(6201,331,'_locations_3_title','field_5683f2aadcba2'),(6202,331,'locations_3_image','441'),(6203,331,'_locations_3_image','field_568439ed8109d'),(6204,331,'locations_3_description','This project was for a bridge replacement and roadway realignment and affected 24 properties in the Borough of Port Alleghany, McKean County.'),(6205,331,'_locations_3_description','field_5683f2b1dcba3'),(6206,439,'_wp_attached_file','2015/12/wpe09a6209_06.png'),(6207,439,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:410;s:6:\"height\";i:410;s:4:\"file\";s:25:\"2015/12/wpe09a6209_06.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wpe09a6209_06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"wpe09a6209_06-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"wpe09a6209_06-374x410.png\";s:5:\"width\";i:374;s:6:\"height\";i:410;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"wordpressstartertheme-full-width\";a:4:{s:4:\"file\";s:25:\"wpe09a6209_06-374x410.png\";s:5:\"width\";i:374;s:6:\"height\";i:410;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(6208,440,'locations_0_location','a:3:{s:7:\"address\";s:21:\"41.931099, -78.647957\";s:3:\"lat\";s:10:\"41.9318097\";s:3:\"lng\";s:18:\"-78.64843759999997\";}'),(6209,440,'_locations_0_location','field_5683f288dcba1'),(6210,440,'locations_0_title','219 C08 – Bradford'),(6211,440,'_locations_0_title','field_5683f2aadcba2'),(6212,440,'locations_0_image','434'),(6213,440,'_locations_0_image','field_568439ed8109d'),(6214,440,'locations_0_description','This project was for an interchange project and affected 7 properties in the City of Bradford, McKean County.'),(6215,440,'_locations_0_description','field_5683f2b1dcba3'),(6216,440,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.484822, -78.674813\";s:3:\"lat\";s:10:\"41.4850408\";s:3:\"lng\";s:18:\"-78.67406919999996\";}'),(6217,440,'_locations_1_location','field_5683f288dcba1'),(6218,440,'locations_1_title','Johnsonburg Bypass – 219 C10 and D10'),(6219,440,'_locations_1_title','field_5683f2aadcba2'),(6220,440,'locations_1_image','437'),(6221,440,'_locations_1_image','field_568439ed8109d'),(6222,440,'locations_1_description','This project is for a new bridge and bypass construction to alleviate congestion and is affecting 32 properties and resulting in the relocation of 1 resident in the Borough of Johnsonburg, Elk County.'),(6223,440,'_locations_1_description','field_5683f2b1dcba3'),(6224,440,'locations_2_location','a:3:{s:7:\"address\";s:21:\"41.821385, -78.286205\";s:3:\"lat\";s:10:\"41.8213012\";s:3:\"lng\";s:18:\"-78.28613200000001\";}'),(6225,440,'_locations_2_location','field_5683f288dcba1'),(6226,440,'locations_2_title','0006 – A02'),(6227,440,'_locations_2_title','field_5683f2aadcba2'),(6228,440,'locations_2_image',''),(6229,440,'_locations_2_image','field_568439ed8109d'),(6230,440,'locations_2_description',''),(6231,440,'_locations_2_description','field_5683f2b1dcba3'),(6232,440,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.820699, -78.298296\";s:3:\"lat\";s:9:\"41.821552\";s:3:\"lng\";s:18:\"-78.29956449999997\";}'),(6233,440,'_locations_3_location','field_5683f288dcba1'),(6234,440,'locations_3_title','0006 – A03'),(6235,440,'_locations_3_title','field_5683f2aadcba2'),(6236,440,'locations_3_image',''),(6237,440,'_locations_3_image','field_568439ed8109d'),(6238,440,'locations_3_description',''),(6239,440,'_locations_3_description','field_5683f2b1dcba3'),(6240,440,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.727093, -78.940621\";s:3:\"lat\";s:10:\"41.7270901\";s:3:\"lng\";s:18:\"-78.94062400000001\";}'),(6241,440,'_locations_4_location','field_5683f288dcba1'),(6242,440,'locations_4_title','Center Avenue Bridge – Hamilton Township'),(6243,440,'_locations_4_title','field_5683f2aadcba2'),(6244,440,'locations_4_image','439'),(6245,440,'_locations_4_image','field_568439ed8109d'),(6246,440,'locations_4_description','This project was for a small bridge replacement and affected 7 properties in the Township of Hamilton, McKean County.'),(6247,440,'_locations_4_description','field_5683f2b1dcba3'),(6248,440,'locations','5'),(6249,440,'_locations','field_5683f253a5dba'),(6250,331,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.727093, -78.940621\";s:3:\"lat\";s:10:\"41.7270901\";s:3:\"lng\";s:18:\"-78.94062400000001\";}'),(6251,331,'_locations_4_location','field_5683f288dcba1'),(6252,331,'locations_4_title','Center Avenue Bridge – Hamilton Township'),(6253,331,'_locations_4_title','field_5683f2aadcba2'),(6254,331,'locations_4_image','439'),(6255,331,'_locations_4_image','field_568439ed8109d'),(6256,331,'locations_4_description','This project was for a small bridge replacement and affected 7 properties in the Township of Hamilton, McKean County.'),(6257,331,'_locations_4_description','field_5683f2b1dcba3'),(6258,441,'_wp_attached_file','2015/12/wp9a96f3d3_06.png'),(6259,441,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:410;s:6:\"height\";i:410;s:4:\"file\";s:25:\"2015/12/wp9a96f3d3_06.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wp9a96f3d3_06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"wp9a96f3d3_06-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"wp9a96f3d3_06-374x410.png\";s:5:\"width\";i:374;s:6:\"height\";i:410;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"wordpressstartertheme-full-width\";a:4:{s:4:\"file\";s:25:\"wp9a96f3d3_06-374x410.png\";s:5:\"width\";i:374;s:6:\"height\";i:410;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(6260,442,'locations_0_location','a:3:{s:7:\"address\";s:21:\"41.931099, -78.647957\";s:3:\"lat\";s:10:\"41.9318097\";s:3:\"lng\";s:18:\"-78.64843759999997\";}'),(6261,442,'_locations_0_location','field_5683f288dcba1'),(6262,442,'locations_0_title','219 C08 – Bradford'),(6263,442,'_locations_0_title','field_5683f2aadcba2'),(6264,442,'locations_0_image','434'),(6265,442,'_locations_0_image','field_568439ed8109d'),(6266,442,'locations_0_description','This project was for an interchange project and affected 7 properties in the City of Bradford, McKean County.'),(6267,442,'_locations_0_description','field_5683f2b1dcba3'),(6268,442,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.484822, -78.674813\";s:3:\"lat\";s:10:\"41.4850408\";s:3:\"lng\";s:18:\"-78.67406919999996\";}'),(6269,442,'_locations_1_location','field_5683f288dcba1'),(6270,442,'locations_1_title','Johnsonburg Bypass – 219 C10 and D10'),(6271,442,'_locations_1_title','field_5683f2aadcba2'),(6272,442,'locations_1_image','437'),(6273,442,'_locations_1_image','field_568439ed8109d'),(6274,442,'locations_1_description','This project is for a new bridge and bypass construction to alleviate congestion and is affecting 32 properties and resulting in the relocation of 1 resident in the Borough of Johnsonburg, Elk County.'),(6275,442,'_locations_1_description','field_5683f2b1dcba3'),(6276,442,'locations_2_location','a:3:{s:7:\"address\";s:21:\"41.821385, -78.286205\";s:3:\"lat\";s:10:\"41.8213012\";s:3:\"lng\";s:18:\"-78.28613200000001\";}'),(6277,442,'_locations_2_location','field_5683f288dcba1'),(6278,442,'locations_2_title','0006 – A02'),(6279,442,'_locations_2_title','field_5683f2aadcba2'),(6280,442,'locations_2_image','441'),(6281,442,'_locations_2_image','field_568439ed8109d'),(6282,442,'locations_2_description','This project was for a bridge replacement and roadway realignment and affected 24 properties in the Borough of Port Alleghany, McKean County.'),(6283,442,'_locations_2_description','field_5683f2b1dcba3'),(6284,442,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.820699, -78.298296\";s:3:\"lat\";s:9:\"41.821552\";s:3:\"lng\";s:18:\"-78.29956449999997\";}'),(6285,442,'_locations_3_location','field_5683f288dcba1'),(6286,442,'locations_3_title','0006 – A03'),(6287,442,'_locations_3_title','field_5683f2aadcba2'),(6288,442,'locations_3_image','441'),(6289,442,'_locations_3_image','field_568439ed8109d'),(6290,442,'locations_3_description','This project was for a bridge replacement and roadway realignment and affected 24 properties in the Borough of Port Alleghany, McKean County.'),(6291,442,'_locations_3_description','field_5683f2b1dcba3'),(6292,442,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.727093, -78.940621\";s:3:\"lat\";s:10:\"41.7270901\";s:3:\"lng\";s:18:\"-78.94062400000001\";}'),(6293,442,'_locations_4_location','field_5683f288dcba1'),(6294,442,'locations_4_title','Center Avenue Bridge – Hamilton Township'),(6295,442,'_locations_4_title','field_5683f2aadcba2'),(6296,442,'locations_4_image','439'),(6297,442,'_locations_4_image','field_568439ed8109d'),(6298,442,'locations_4_description','This project was for a small bridge replacement and affected 7 properties in the Township of Hamilton, McKean County.'),(6299,442,'_locations_4_description','field_5683f2b1dcba3'),(6300,442,'locations','5'),(6301,442,'_locations','field_5683f253a5dba'),(6302,443,'_wp_attached_file','2015/12/wpdc08ad97_06.png'),(6303,443,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:410;s:6:\"height\";i:410;s:4:\"file\";s:25:\"2015/12/wpdc08ad97_06.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wpdc08ad97_06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"wpdc08ad97_06-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"wpdc08ad97_06-374x410.png\";s:5:\"width\";i:374;s:6:\"height\";i:410;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"wordpressstartertheme-full-width\";a:4:{s:4:\"file\";s:25:\"wpdc08ad97_06-374x410.png\";s:5:\"width\";i:374;s:6:\"height\";i:410;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(6304,444,'locations_0_location','a:3:{s:7:\"address\";s:21:\"42.139003, -80.068528\";s:3:\"lat\";s:9:\"42.139028\";s:3:\"lng\";s:18:\"-80.06825400000002\";}'),(6305,444,'_locations_0_location','field_5683f288dcba1'),(6306,444,'locations_0_title','State Route 4034, Section A50 Erie Bayfront – New Roadway Construction'),(6307,444,'_locations_0_title','field_5683f2aadcba2'),(6308,444,'locations_0_image','443'),(6309,444,'_locations_0_image','field_568439ed8109d'),(6310,444,'locations_0_description','This project was for new road construction and affected 24 properties and resulted in the relocation of 12 residents and 3 businesses in the City of Erie, Erie County.'),(6311,444,'_locations_0_description','field_5683f2b1dcba3'),(6312,444,'locations_1_location','a:3:{s:7:\"address\";s:21:\"42.133680, -80.062399\";s:3:\"lat\";s:9:\"42.133828\";s:3:\"lng\";s:10:\"-80.062521\";}'),(6313,444,'_locations_1_location','field_5683f288dcba1'),(6314,444,'locations_1_title','State Route 4034, Section A51 Erie Bayfront – New Roadway Construction'),(6315,444,'_locations_1_title','field_5683f2aadcba2'),(6316,444,'locations_1_image',''),(6317,444,'_locations_1_image','field_568439ed8109d'),(6318,444,'locations_1_description','This project was for new road construction and affected 25 properties and resulted in the relocation of 3 residents and 12 businesses in the City of Erie, Erie County.'),(6319,444,'_locations_1_description','field_5683f2b1dcba3'),(6320,444,'locations_2_location','a:3:{s:7:\"address\";s:21:\"42.125226, -79.980737\";s:3:\"lat\";s:10:\"42.1251108\";s:3:\"lng\";s:11:\"-79.9808974\";}'),(6321,444,'_locations_2_location','field_5683f288dcba1'),(6322,444,'locations_2_title','State Route 4034, Section A90 Bayfront Station Road – New Roadway Construction'),(6323,444,'_locations_2_title','field_5683f2aadcba2'),(6324,444,'locations_2_image',''),(6325,444,'_locations_2_image','field_568439ed8109d'),(6326,444,'locations_2_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie County.'),(6327,444,'_locations_2_description','field_5683f2b1dcba3'),(6328,444,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.157692, -80.225869\";s:3:\"lat\";s:10:\"41.1576901\";s:3:\"lng\";s:10:\"-80.225885\";}'),(6329,444,'_locations_3_location','field_5683f288dcba1'),(6330,444,'locations_3_title','Iron Bridge – State Route 0019, B04 – Bridge Replacement'),(6331,444,'_locations_3_title','field_5683f2aadcba2'),(6332,444,'locations_3_image',''),(6333,444,'_locations_3_image','field_568439ed8109d'),(6334,444,'locations_3_description','This project was for a mid-sized bridge replacement and affected 8 properties in the Township of Springfield, Mercer County.'),(6335,444,'_locations_3_description','field_5683f2b1dcba3'),(6336,444,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.157502, -80.225829\";s:3:\"lat\";s:10:\"41.1575001\";s:3:\"lng\";s:11:\"-80.2258445\";}'),(6337,444,'_locations_4_location','field_5683f288dcba1'),(6338,444,'locations_4_title','State Route 0062, Section A02G, Sharon – Roadway Widening'),(6339,444,'_locations_4_title','field_5683f2aadcba2'),(6340,444,'locations_4_image',''),(6341,444,'_locations_4_image','field_568439ed8109d'),(6342,444,'locations_4_description','This project was for a road widening and affected 12 properties and resulted in the relocation of 2 residents and 4 businesses in the Cities of Sharon and Farrell, Mercer County.'),(6343,444,'_locations_4_description','field_5683f2b1dcba3'),(6344,444,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.203515, -80.500030\";s:3:\"lat\";s:10:\"41.2035162\";s:3:\"lng\";s:18:\"-80.50022580000001\";}'),(6345,444,'_locations_5_location','field_5683f288dcba1'),(6346,444,'locations_5_title','State Route 0062, Section A02, Sharon – Roadway Widening'),(6347,444,'_locations_5_title','field_5683f2aadcba2'),(6348,444,'locations_5_image',''),(6349,444,'_locations_5_image','field_568439ed8109d'),(6350,444,'locations_5_description','This project is for roadway widening and intersection improvements and is affecting over 100 properties and resulting in the relocation of 2 residents and 2 businesses in the Cities of Sharon and Farrell, and the Borough of West Wheatland, Mercer County.'),(6351,444,'_locations_5_description','field_5683f2b1dcba3'),(6352,444,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.174312, -80.459088\";s:3:\"lat\";s:9:\"41.174248\";s:3:\"lng\";s:18:\"-80.45922139999999\";}'),(6353,444,'_locations_6_location','field_5683f288dcba1'),(6354,444,'locations_6_title','State Route 318, Section B00 – West Middlesex – Bridge Replacement'),(6355,444,'_locations_6_title','field_5683f2aadcba2'),(6356,444,'locations_6_image',''),(6357,444,'_locations_6_image','field_568439ed8109d'),(6358,444,'locations_6_description','This project is for a large bridge replacement spanning the Shenango River and is affecting 23 properties in the Borough of West Middlesex, Mercer County.'),(6359,444,'_locations_6_description','field_5683f2b1dcba3'),(6360,444,'locations_7_location','a:3:{s:7:\"address\";s:21:\"42.101392, -79.988518\";s:3:\"lat\";s:10:\"42.1009699\";s:3:\"lng\";s:18:\"-79.98816999999997\";}'),(6361,444,'_locations_7_location','field_5683f288dcba1'),(6362,444,'locations_7_title','Township Road T609, Section S000 - Kane Hill Road Bridge – Erie County (LOCAL)'),(6363,444,'_locations_7_title','field_5683f2aadcba2'),(6364,444,'locations_7_image',''),(6365,444,'_locations_7_image','field_568439ed8109d'),(6366,444,'locations_7_description','This project is for a bridge replacement and is affecting 4 properties in Township of Greene, Erie County.'),(6367,444,'_locations_7_description','field_5683f2b1dcba3'),(6368,444,'locations_8_location','a:3:{s:7:\"address\";s:21:\"42.067111, -80.103791\";s:3:\"lat\";s:10:\"42.0681078\";s:3:\"lng\";s:11:\"-80.1039467\";}'),(6369,444,'_locations_8_location','field_5683f288dcba1'),(6370,444,'locations_8_title','State Route 4012, Section A00 – Erie County – Millcreek, Roadway Widening'),(6371,444,'_locations_8_title','field_5683f2aadcba2'),(6372,444,'locations_8_image',''),(6373,444,'_locations_8_image','field_568439ed8109d'),(6374,444,'locations_8_description',''),(6375,444,'_locations_8_description','field_5683f2b1dcba3'),(6376,444,'locations_9_location','a:3:{s:7:\"address\";s:21:\"42.071262, -80.202530\";s:3:\"lat\";s:8:\"42.07139\";s:3:\"lng\";s:18:\"-80.20223699999997\";}'),(6377,444,'_locations_9_location','field_5683f288dcba1'),(6378,444,'locations_9_title','State Route 4016, Section L00 – Millfair Erie – Intersection and Roadway Improvements'),(6379,444,'_locations_9_title','field_5683f2aadcba2'),(6380,444,'locations_9_image',''),(6381,444,'_locations_9_image','field_568439ed8109d'),(6382,444,'locations_9_description',''),(6383,444,'_locations_9_description','field_5683f2b1dcba3'),(6384,444,'locations_10_location','a:3:{s:7:\"address\";s:21:\"42.150704, -80.005306\";s:3:\"lat\";s:10:\"42.1512609\";s:3:\"lng\";s:18:\"-80.00499430000002\";}'),(6385,444,'_locations_10_location','field_5683f288dcba1'),(6386,444,'locations_10_title','Nagle Road Bridge – Harborcreek – Bridge Replacement'),(6387,444,'_locations_10_title','field_5683f2aadcba2'),(6388,444,'locations_10_image',''),(6389,444,'_locations_10_image','field_568439ed8109d'),(6390,444,'locations_10_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie Country.'),(6391,444,'_locations_10_description','field_5683f2b1dcba3'),(6392,444,'locations_11_location','a:3:{s:7:\"address\";s:21:\"41.731326, -80.143636\";s:3:\"lat\";s:10:\"41.7312678\";s:3:\"lng\";s:18:\"-80.14303139999998\";}'),(6393,444,'_locations_11_location','field_5683f288dcba1'),(6394,444,'locations_11_title','Peters Road Bridge – Woodcock Township'),(6395,444,'_locations_11_title','field_5683f2aadcba2'),(6396,444,'locations_11_image',''),(6397,444,'_locations_11_image','field_568439ed8109d'),(6398,444,'locations_11_description','This project is for bridge removal and a new railroad crossing and is affecting 5 properties in the Township of Woodcock, Crawford County.'),(6399,444,'_locations_11_description','field_5683f2b1dcba3'),(6400,444,'locations_12_location','a:3:{s:7:\"address\";s:21:\"42.074226, -80.182684\";s:3:\"lat\";s:10:\"42.0750544\";s:3:\"lng\";s:18:\"-80.18202980000001\";}'),(6401,444,'_locations_12_location','field_5683f288dcba1'),(6402,444,'locations_12_title','State Route 4002, Section A02 Erie'),(6403,444,'_locations_12_title','field_5683f2aadcba2'),(6404,444,'locations_12_image',''),(6405,444,'_locations_12_image','field_568439ed8109d'),(6406,444,'locations_12_description',''),(6407,444,'_locations_12_description','field_5683f2b1dcba3'),(6408,444,'locations_13_location','a:3:{s:7:\"address\";s:21:\"41.506210, -79.633939\";s:3:\"lat\";s:9:\"41.505463\";s:3:\"lng\";s:18:\"-79.63243899999998\";}'),(6409,444,'_locations_13_location','field_5683f288dcba1'),(6410,444,'locations_13_title','State Route 0227, Section B01, Venango County – Bridge Replacement'),(6411,444,'_locations_13_title','field_5683f2aadcba2'),(6412,444,'locations_13_image','425'),(6413,444,'_locations_13_image','field_568439ed8109d'),(6414,444,'locations_13_description','This project is for a small bridge and is affecting 2 properties in the Township of Sugar Grove, Warren County.'),(6415,444,'_locations_13_description','field_5683f2b1dcba3'),(6416,444,'locations_14_location','a:3:{s:7:\"address\";s:21:\"42.160855, -79.978735\";s:3:\"lat\";s:9:\"42.160685\";s:3:\"lng\";s:10:\"-79.979015\";}'),(6417,444,'_locations_14_location','field_5683f288dcba1'),(6418,444,'locations_14_title','State Route 955, Section B00, Erie County – Bridge Replacement'),(6419,444,'_locations_14_title','field_5683f2aadcba2'),(6420,444,'locations_14_image','427'),(6421,444,'_locations_14_image','field_568439ed8109d'),(6422,444,'locations_14_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(6423,444,'_locations_14_description','field_5683f2b1dcba3'),(6424,444,'locations_15_location','a:3:{s:7:\"address\";s:21:\"42.166954, -79.961159\";s:3:\"lat\";s:9:\"42.167122\";s:3:\"lng\";s:10:\"-79.959048\";}'),(6425,444,'_locations_15_location','field_5683f288dcba1'),(6426,444,'locations_15_title','State Route 0955, Section B01, Erie Count – Bridge Replacement'),(6427,444,'_locations_15_title','field_5683f2aadcba2'),(6428,444,'locations_15_image','427'),(6429,444,'_locations_15_image','field_568439ed8109d'),(6430,444,'locations_15_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(6431,444,'_locations_15_description','field_5683f2b1dcba3'),(6432,444,'locations_16_location','a:3:{s:7:\"address\";s:21:\"41.470470, -80.335987\";s:3:\"lat\";s:10:\"41.4704425\";s:3:\"lng\";s:18:\"-80.33643310000002\";}'),(6433,444,'_locations_16_location','field_5683f288dcba1'),(6434,444,'locations_16_title','State Route 4021, Section B00, Mercer County – Bridge Replacement'),(6435,444,'_locations_16_title','field_5683f2aadcba2'),(6436,444,'locations_16_image','430'),(6437,444,'_locations_16_image','field_568439ed8109d'),(6438,444,'locations_16_description','This project was for a small bridge and affected 2 properties in the Township of Sugar Grove, Mercer County.'),(6439,444,'_locations_16_description','field_5683f2b1dcba3'),(6440,444,'locations_17_location','a:3:{s:7:\"address\";s:21:\"41.883264, -79.813068\";s:3:\"lat\";s:10:\"41.8827053\";s:3:\"lng\";s:18:\"-79.81425380000002\";}'),(6441,444,'_locations_17_location','field_5683f288dcba1'),(6442,444,'locations_17_title','State Route 2010, Section B01, Erie County'),(6443,444,'_locations_17_title','field_5683f2aadcba2'),(6444,444,'locations_17_image',''),(6445,444,'_locations_17_image','field_568439ed8109d'),(6446,444,'locations_17_description',''),(6447,444,'_locations_17_description','field_5683f2b1dcba3'),(6448,444,'locations_18_location','a:3:{s:7:\"address\";s:21:\"41.717397, -79.539631\";s:3:\"lat\";s:9:\"41.717376\";s:3:\"lng\";s:18:\"-79.53928450000001\";}'),(6449,444,'_locations_18_location','field_5683f288dcba1'),(6450,444,'locations_18_title','State Route 6100, Section 2B, Erie County – Bridge Replacement'),(6451,444,'_locations_18_title','field_5683f2aadcba2'),(6452,444,'locations_18_image',''),(6453,444,'_locations_18_image','field_568439ed8109d'),(6454,444,'locations_18_description',''),(6455,444,'_locations_18_description','field_5683f2b1dcba3'),(6456,444,'locations','19'),(6457,444,'_locations','field_5683f253a5dba'),(6458,445,'_wp_attached_file','2015/12/wpfe04f31e_06-1.png'),(6459,445,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:410;s:6:\"height\";i:410;s:4:\"file\";s:27:\"2015/12/wpfe04f31e_06-1.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"wpfe04f31e_06-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"wpfe04f31e_06-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"wpfe04f31e_06-1-374x410.png\";s:5:\"width\";i:374;s:6:\"height\";i:410;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"wordpressstartertheme-full-width\";a:4:{s:4:\"file\";s:27:\"wpfe04f31e_06-1-374x410.png\";s:5:\"width\";i:374;s:6:\"height\";i:410;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(6460,446,'locations_0_location','a:3:{s:7:\"address\";s:21:\"42.139003, -80.068528\";s:3:\"lat\";s:9:\"42.139028\";s:3:\"lng\";s:18:\"-80.06825400000002\";}'),(6461,446,'_locations_0_location','field_5683f288dcba1'),(6462,446,'locations_0_title','State Route 4034, Section A50 Erie Bayfront – New Roadway Construction'),(6463,446,'_locations_0_title','field_5683f2aadcba2'),(6464,446,'locations_0_image','443'),(6465,446,'_locations_0_image','field_568439ed8109d'),(6466,446,'locations_0_description','This project was for new road construction and affected 24 properties and resulted in the relocation of 12 residents and 3 businesses in the City of Erie, Erie County.'),(6467,446,'_locations_0_description','field_5683f2b1dcba3'),(6468,446,'locations_1_location','a:3:{s:7:\"address\";s:21:\"42.133680, -80.062399\";s:3:\"lat\";s:9:\"42.133828\";s:3:\"lng\";s:10:\"-80.062521\";}'),(6469,446,'_locations_1_location','field_5683f288dcba1'),(6470,446,'locations_1_title','State Route 4034, Section A51 Erie Bayfront – New Roadway Construction'),(6471,446,'_locations_1_title','field_5683f2aadcba2'),(6472,446,'locations_1_image','445'),(6473,446,'_locations_1_image','field_568439ed8109d'),(6474,446,'locations_1_description','This project was for new road construction and affected 25 properties and resulted in the relocation of 3 residents and 12 businesses in the City of Erie, Erie County.'),(6475,446,'_locations_1_description','field_5683f2b1dcba3'),(6476,446,'locations_2_location','a:3:{s:7:\"address\";s:21:\"42.125226, -79.980737\";s:3:\"lat\";s:10:\"42.1251108\";s:3:\"lng\";s:11:\"-79.9808974\";}'),(6477,446,'_locations_2_location','field_5683f288dcba1'),(6478,446,'locations_2_title','State Route 4034, Section A90 Bayfront Station Road – New Roadway Construction'),(6479,446,'_locations_2_title','field_5683f2aadcba2'),(6480,446,'locations_2_image',''),(6481,446,'_locations_2_image','field_568439ed8109d'),(6482,446,'locations_2_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie County.'),(6483,446,'_locations_2_description','field_5683f2b1dcba3'),(6484,446,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.157692, -80.225869\";s:3:\"lat\";s:10:\"41.1576901\";s:3:\"lng\";s:10:\"-80.225885\";}'),(6485,446,'_locations_3_location','field_5683f288dcba1'),(6486,446,'locations_3_title','Iron Bridge – State Route 0019, B04 – Bridge Replacement'),(6487,446,'_locations_3_title','field_5683f2aadcba2'),(6488,446,'locations_3_image',''),(6489,446,'_locations_3_image','field_568439ed8109d'),(6490,446,'locations_3_description','This project was for a mid-sized bridge replacement and affected 8 properties in the Township of Springfield, Mercer County.'),(6491,446,'_locations_3_description','field_5683f2b1dcba3'),(6492,446,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.157502, -80.225829\";s:3:\"lat\";s:10:\"41.1575001\";s:3:\"lng\";s:11:\"-80.2258445\";}'),(6493,446,'_locations_4_location','field_5683f288dcba1'),(6494,446,'locations_4_title','State Route 0062, Section A02G, Sharon – Roadway Widening'),(6495,446,'_locations_4_title','field_5683f2aadcba2'),(6496,446,'locations_4_image',''),(6497,446,'_locations_4_image','field_568439ed8109d'),(6498,446,'locations_4_description','This project was for a road widening and affected 12 properties and resulted in the relocation of 2 residents and 4 businesses in the Cities of Sharon and Farrell, Mercer County.'),(6499,446,'_locations_4_description','field_5683f2b1dcba3'),(6500,446,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.203515, -80.500030\";s:3:\"lat\";s:10:\"41.2035162\";s:3:\"lng\";s:18:\"-80.50022580000001\";}'),(6501,446,'_locations_5_location','field_5683f288dcba1'),(6502,446,'locations_5_title','State Route 0062, Section A02, Sharon – Roadway Widening'),(6503,446,'_locations_5_title','field_5683f2aadcba2'),(6504,446,'locations_5_image',''),(6505,446,'_locations_5_image','field_568439ed8109d'),(6506,446,'locations_5_description','This project is for roadway widening and intersection improvements and is affecting over 100 properties and resulting in the relocation of 2 residents and 2 businesses in the Cities of Sharon and Farrell, and the Borough of West Wheatland, Mercer County.'),(6507,446,'_locations_5_description','field_5683f2b1dcba3'),(6508,446,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.174312, -80.459088\";s:3:\"lat\";s:9:\"41.174248\";s:3:\"lng\";s:18:\"-80.45922139999999\";}'),(6509,446,'_locations_6_location','field_5683f288dcba1'),(6510,446,'locations_6_title','State Route 318, Section B00 – West Middlesex – Bridge Replacement'),(6511,446,'_locations_6_title','field_5683f2aadcba2'),(6512,446,'locations_6_image',''),(6513,446,'_locations_6_image','field_568439ed8109d'),(6514,446,'locations_6_description','This project is for a large bridge replacement spanning the Shenango River and is affecting 23 properties in the Borough of West Middlesex, Mercer County.'),(6515,446,'_locations_6_description','field_5683f2b1dcba3'),(6516,446,'locations_7_location','a:3:{s:7:\"address\";s:21:\"42.101392, -79.988518\";s:3:\"lat\";s:10:\"42.1009699\";s:3:\"lng\";s:18:\"-79.98816999999997\";}'),(6517,446,'_locations_7_location','field_5683f288dcba1'),(6518,446,'locations_7_title','Township Road T609, Section S000 - Kane Hill Road Bridge – Erie County (LOCAL)'),(6519,446,'_locations_7_title','field_5683f2aadcba2'),(6520,446,'locations_7_image',''),(6521,446,'_locations_7_image','field_568439ed8109d'),(6522,446,'locations_7_description','This project is for a bridge replacement and is affecting 4 properties in Township of Greene, Erie County.'),(6523,446,'_locations_7_description','field_5683f2b1dcba3'),(6524,446,'locations_8_location','a:3:{s:7:\"address\";s:21:\"42.067111, -80.103791\";s:3:\"lat\";s:10:\"42.0681078\";s:3:\"lng\";s:11:\"-80.1039467\";}'),(6525,446,'_locations_8_location','field_5683f288dcba1'),(6526,446,'locations_8_title','State Route 4012, Section A00 – Erie County – Millcreek, Roadway Widening'),(6527,446,'_locations_8_title','field_5683f2aadcba2'),(6528,446,'locations_8_image',''),(6529,446,'_locations_8_image','field_568439ed8109d'),(6530,446,'locations_8_description',''),(6531,446,'_locations_8_description','field_5683f2b1dcba3'),(6532,446,'locations_9_location','a:3:{s:7:\"address\";s:21:\"42.071262, -80.202530\";s:3:\"lat\";s:8:\"42.07139\";s:3:\"lng\";s:18:\"-80.20223699999997\";}'),(6533,446,'_locations_9_location','field_5683f288dcba1'),(6534,446,'locations_9_title','State Route 4016, Section L00 – Millfair Erie – Intersection and Roadway Improvements'),(6535,446,'_locations_9_title','field_5683f2aadcba2'),(6536,446,'locations_9_image',''),(6537,446,'_locations_9_image','field_568439ed8109d'),(6538,446,'locations_9_description',''),(6539,446,'_locations_9_description','field_5683f2b1dcba3'),(6540,446,'locations_10_location','a:3:{s:7:\"address\";s:21:\"42.150704, -80.005306\";s:3:\"lat\";s:10:\"42.1512609\";s:3:\"lng\";s:18:\"-80.00499430000002\";}'),(6541,446,'_locations_10_location','field_5683f288dcba1'),(6542,446,'locations_10_title','Nagle Road Bridge – Harborcreek – Bridge Replacement'),(6543,446,'_locations_10_title','field_5683f2aadcba2'),(6544,446,'locations_10_image',''),(6545,446,'_locations_10_image','field_568439ed8109d'),(6546,446,'locations_10_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie Country.'),(6547,446,'_locations_10_description','field_5683f2b1dcba3'),(6548,446,'locations_11_location','a:3:{s:7:\"address\";s:21:\"41.731326, -80.143636\";s:3:\"lat\";s:10:\"41.7312678\";s:3:\"lng\";s:18:\"-80.14303139999998\";}'),(6549,446,'_locations_11_location','field_5683f288dcba1'),(6550,446,'locations_11_title','Peters Road Bridge – Woodcock Township'),(6551,446,'_locations_11_title','field_5683f2aadcba2'),(6552,446,'locations_11_image',''),(6553,446,'_locations_11_image','field_568439ed8109d'),(6554,446,'locations_11_description','This project is for bridge removal and a new railroad crossing and is affecting 5 properties in the Township of Woodcock, Crawford County.'),(6555,446,'_locations_11_description','field_5683f2b1dcba3'),(6556,446,'locations_12_location','a:3:{s:7:\"address\";s:21:\"42.074226, -80.182684\";s:3:\"lat\";s:10:\"42.0750544\";s:3:\"lng\";s:18:\"-80.18202980000001\";}'),(6557,446,'_locations_12_location','field_5683f288dcba1'),(6558,446,'locations_12_title','State Route 4002, Section A02 Erie'),(6559,446,'_locations_12_title','field_5683f2aadcba2'),(6560,446,'locations_12_image',''),(6561,446,'_locations_12_image','field_568439ed8109d'),(6562,446,'locations_12_description',''),(6563,446,'_locations_12_description','field_5683f2b1dcba3'),(6564,446,'locations_13_location','a:3:{s:7:\"address\";s:21:\"41.506210, -79.633939\";s:3:\"lat\";s:9:\"41.505463\";s:3:\"lng\";s:18:\"-79.63243899999998\";}'),(6565,446,'_locations_13_location','field_5683f288dcba1'),(6566,446,'locations_13_title','State Route 0227, Section B01, Venango County – Bridge Replacement'),(6567,446,'_locations_13_title','field_5683f2aadcba2'),(6568,446,'locations_13_image','425'),(6569,446,'_locations_13_image','field_568439ed8109d'),(6570,446,'locations_13_description','This project is for a small bridge and is affecting 2 properties in the Township of Sugar Grove, Warren County.'),(6571,446,'_locations_13_description','field_5683f2b1dcba3'),(6572,446,'locations_14_location','a:3:{s:7:\"address\";s:21:\"42.160855, -79.978735\";s:3:\"lat\";s:9:\"42.160685\";s:3:\"lng\";s:10:\"-79.979015\";}'),(6573,446,'_locations_14_location','field_5683f288dcba1'),(6574,446,'locations_14_title','State Route 955, Section B00, Erie County – Bridge Replacement'),(6575,446,'_locations_14_title','field_5683f2aadcba2'),(6576,446,'locations_14_image','427'),(6577,446,'_locations_14_image','field_568439ed8109d'),(6578,446,'locations_14_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(6579,446,'_locations_14_description','field_5683f2b1dcba3'),(6580,446,'locations_15_location','a:3:{s:7:\"address\";s:21:\"42.166954, -79.961159\";s:3:\"lat\";s:9:\"42.167122\";s:3:\"lng\";s:10:\"-79.959048\";}'),(6581,446,'_locations_15_location','field_5683f288dcba1'),(6582,446,'locations_15_title','State Route 0955, Section B01, Erie Count – Bridge Replacement'),(6583,446,'_locations_15_title','field_5683f2aadcba2'),(6584,446,'locations_15_image','427'),(6585,446,'_locations_15_image','field_568439ed8109d'),(6586,446,'locations_15_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(6587,446,'_locations_15_description','field_5683f2b1dcba3'),(6588,446,'locations_16_location','a:3:{s:7:\"address\";s:21:\"41.470470, -80.335987\";s:3:\"lat\";s:10:\"41.4704425\";s:3:\"lng\";s:18:\"-80.33643310000002\";}'),(6589,446,'_locations_16_location','field_5683f288dcba1'),(6590,446,'locations_16_title','State Route 4021, Section B00, Mercer County – Bridge Replacement'),(6591,446,'_locations_16_title','field_5683f2aadcba2'),(6592,446,'locations_16_image','430'),(6593,446,'_locations_16_image','field_568439ed8109d'),(6594,446,'locations_16_description','This project was for a small bridge and affected 2 properties in the Township of Sugar Grove, Mercer County.'),(6595,446,'_locations_16_description','field_5683f2b1dcba3'),(6596,446,'locations_17_location','a:3:{s:7:\"address\";s:21:\"41.883264, -79.813068\";s:3:\"lat\";s:10:\"41.8827053\";s:3:\"lng\";s:18:\"-79.81425380000002\";}'),(6597,446,'_locations_17_location','field_5683f288dcba1'),(6598,446,'locations_17_title','State Route 2010, Section B01, Erie County'),(6599,446,'_locations_17_title','field_5683f2aadcba2'),(6600,446,'locations_17_image',''),(6601,446,'_locations_17_image','field_568439ed8109d'),(6602,446,'locations_17_description',''),(6603,446,'_locations_17_description','field_5683f2b1dcba3'),(6604,446,'locations_18_location','a:3:{s:7:\"address\";s:21:\"41.717397, -79.539631\";s:3:\"lat\";s:9:\"41.717376\";s:3:\"lng\";s:18:\"-79.53928450000001\";}'),(6605,446,'_locations_18_location','field_5683f288dcba1'),(6606,446,'locations_18_title','State Route 6100, Section 2B, Erie County – Bridge Replacement'),(6607,446,'_locations_18_title','field_5683f2aadcba2'),(6608,446,'locations_18_image',''),(6609,446,'_locations_18_image','field_568439ed8109d'),(6610,446,'locations_18_description',''),(6611,446,'_locations_18_description','field_5683f2b1dcba3'),(6612,446,'locations','19'),(6613,446,'_locations','field_5683f253a5dba'),(6614,447,'locations_0_location','a:3:{s:7:\"address\";s:21:\"42.139003, -80.068528\";s:3:\"lat\";s:9:\"42.139028\";s:3:\"lng\";s:18:\"-80.06825400000002\";}'),(6615,447,'_locations_0_location','field_5683f288dcba1'),(6616,447,'locations_0_title','State Route 4034, Section A50 Erie Bayfront – New Roadway Construction'),(6617,447,'_locations_0_title','field_5683f2aadcba2'),(6618,447,'locations_0_image','443'),(6619,447,'_locations_0_image','field_568439ed8109d'),(6620,447,'locations_0_description','This project was for new road construction and affected 24 properties and resulted in the relocation of 12 residents and 3 businesses in the City of Erie, Erie County.'),(6621,447,'_locations_0_description','field_5683f2b1dcba3'),(6622,447,'locations_1_location','a:3:{s:7:\"address\";s:21:\"42.133680, -80.062399\";s:3:\"lat\";s:9:\"42.133828\";s:3:\"lng\";s:10:\"-80.062521\";}'),(6623,447,'_locations_1_location','field_5683f288dcba1'),(6624,447,'locations_1_title','State Route 4034, Section A51 Erie Bayfront – New Roadway Construction'),(6625,447,'_locations_1_title','field_5683f2aadcba2'),(6626,447,'locations_1_image','445'),(6627,447,'_locations_1_image','field_568439ed8109d'),(6628,447,'locations_1_description','This project was for new road construction and affected 25 properties and resulted in the relocation of 3 residents and 12 businesses in the City of Erie, Erie County.'),(6629,447,'_locations_1_description','field_5683f2b1dcba3'),(6630,447,'locations_2_location','a:3:{s:7:\"address\";s:21:\"42.125226, -79.980737\";s:3:\"lat\";s:10:\"42.1251108\";s:3:\"lng\";s:11:\"-79.9808974\";}'),(6631,447,'_locations_2_location','field_5683f288dcba1'),(6632,447,'locations_2_title','State Route 4034, Section A90 Bayfront Station Road – New Roadway Construction'),(6633,447,'_locations_2_title','field_5683f2aadcba2'),(6634,447,'locations_2_image',''),(6635,447,'_locations_2_image','field_568439ed8109d'),(6636,447,'locations_2_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie County.'),(6637,447,'_locations_2_description','field_5683f2b1dcba3'),(6638,447,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.157692, -80.225869\";s:3:\"lat\";s:10:\"41.1576901\";s:3:\"lng\";s:10:\"-80.225885\";}'),(6639,447,'_locations_3_location','field_5683f288dcba1'),(6640,447,'locations_3_title','Iron Bridge – State Route 0019, B04 – Bridge Replacement'),(6641,447,'_locations_3_title','field_5683f2aadcba2'),(6642,447,'locations_3_image',''),(6643,447,'_locations_3_image','field_568439ed8109d'),(6644,447,'locations_3_description','This project was for a mid-sized bridge replacement and affected 8 properties in the Township of Springfield, Mercer County.'),(6645,447,'_locations_3_description','field_5683f2b1dcba3'),(6646,447,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.157502, -80.225829\";s:3:\"lat\";s:10:\"41.1575001\";s:3:\"lng\";s:11:\"-80.2258445\";}'),(6647,447,'_locations_4_location','field_5683f288dcba1'),(6648,447,'locations_4_title','State Route 0062, Section A02G, Sharon – Roadway Widening'),(6649,447,'_locations_4_title','field_5683f2aadcba2'),(6650,447,'locations_4_image',''),(6651,447,'_locations_4_image','field_568439ed8109d'),(6652,447,'locations_4_description','This project was for a road widening and affected 12 properties and resulted in the relocation of 2 residents and 4 businesses in the Cities of Sharon and Farrell, Mercer County.'),(6653,447,'_locations_4_description','field_5683f2b1dcba3'),(6654,447,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.203515, -80.500030\";s:3:\"lat\";s:10:\"41.2035162\";s:3:\"lng\";s:18:\"-80.50022580000001\";}'),(6655,447,'_locations_5_location','field_5683f288dcba1'),(6656,447,'locations_5_title','State Route 0062, Section A02, Sharon – Roadway Widening'),(6657,447,'_locations_5_title','field_5683f2aadcba2'),(6658,447,'locations_5_image',''),(6659,447,'_locations_5_image','field_568439ed8109d'),(6660,447,'locations_5_description','This project is for roadway widening and intersection improvements and is affecting over 100 properties and resulting in the relocation of 2 residents and 2 businesses in the Cities of Sharon and Farrell, and the Borough of West Wheatland, Mercer County.'),(6661,447,'_locations_5_description','field_5683f2b1dcba3'),(6662,447,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.174312, -80.459088\";s:3:\"lat\";s:9:\"41.174248\";s:3:\"lng\";s:18:\"-80.45922139999999\";}'),(6663,447,'_locations_6_location','field_5683f288dcba1'),(6664,447,'locations_6_title','State Route 318, Section B00 – West Middlesex – Bridge Replacement'),(6665,447,'_locations_6_title','field_5683f2aadcba2'),(6666,447,'locations_6_image',''),(6667,447,'_locations_6_image','field_568439ed8109d'),(6668,447,'locations_6_description','This project is for a large bridge replacement spanning the Shenango River and is affecting 23 properties in the Borough of West Middlesex, Mercer County.'),(6669,447,'_locations_6_description','field_5683f2b1dcba3'),(6670,447,'locations_7_location','a:3:{s:7:\"address\";s:21:\"42.101392, -79.988518\";s:3:\"lat\";s:10:\"42.1009699\";s:3:\"lng\";s:18:\"-79.98816999999997\";}'),(6671,447,'_locations_7_location','field_5683f288dcba1'),(6672,447,'locations_7_title','Township Road T609, Section S000 - Kane Hill Road Bridge – Erie County (LOCAL)'),(6673,447,'_locations_7_title','field_5683f2aadcba2'),(6674,447,'locations_7_image',''),(6675,447,'_locations_7_image','field_568439ed8109d'),(6676,447,'locations_7_description','This project is for a bridge replacement and is affecting 4 properties in Township of Greene, Erie County.'),(6677,447,'_locations_7_description','field_5683f2b1dcba3'),(6678,447,'locations_8_location','a:3:{s:7:\"address\";s:21:\"42.067111, -80.103791\";s:3:\"lat\";s:10:\"42.0681078\";s:3:\"lng\";s:11:\"-80.1039467\";}'),(6679,447,'_locations_8_location','field_5683f288dcba1'),(6680,447,'locations_8_title','State Route 4012, Section A00 – Erie County – Millcreek, Roadway Widening'),(6681,447,'_locations_8_title','field_5683f2aadcba2'),(6682,447,'locations_8_image',''),(6683,447,'_locations_8_image','field_568439ed8109d'),(6684,447,'locations_8_description',''),(6685,447,'_locations_8_description','field_5683f2b1dcba3'),(6686,447,'locations_9_location','a:3:{s:7:\"address\";s:21:\"42.071262, -80.202530\";s:3:\"lat\";s:8:\"42.07139\";s:3:\"lng\";s:18:\"-80.20223699999997\";}'),(6687,447,'_locations_9_location','field_5683f288dcba1'),(6688,447,'locations_9_title','State Route 4016, Section L00 – Millfair Erie – Intersection and Roadway Improvements'),(6689,447,'_locations_9_title','field_5683f2aadcba2'),(6690,447,'locations_9_image',''),(6691,447,'_locations_9_image','field_568439ed8109d'),(6692,447,'locations_9_description',''),(6693,447,'_locations_9_description','field_5683f2b1dcba3'),(6694,447,'locations_10_location','a:3:{s:7:\"address\";s:21:\"42.150704, -80.005306\";s:3:\"lat\";s:10:\"42.1512609\";s:3:\"lng\";s:18:\"-80.00499430000002\";}'),(6695,447,'_locations_10_location','field_5683f288dcba1'),(6696,447,'locations_10_title','Nagle Road Bridge – Harborcreek – Bridge Replacement'),(6697,447,'_locations_10_title','field_5683f2aadcba2'),(6698,447,'locations_10_image',''),(6699,447,'_locations_10_image','field_568439ed8109d'),(6700,447,'locations_10_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie Country.'),(6701,447,'_locations_10_description','field_5683f2b1dcba3'),(6702,447,'locations_11_location','a:3:{s:7:\"address\";s:21:\"41.731326, -80.143636\";s:3:\"lat\";s:10:\"41.7312678\";s:3:\"lng\";s:18:\"-80.14303139999998\";}'),(6703,447,'_locations_11_location','field_5683f288dcba1'),(6704,447,'locations_11_title','Peters Road Bridge – Woodcock Township'),(6705,447,'_locations_11_title','field_5683f2aadcba2'),(6706,447,'locations_11_image',''),(6707,447,'_locations_11_image','field_568439ed8109d'),(6708,447,'locations_11_description','This project is for bridge removal and a new railroad crossing and is affecting 5 properties in the Township of Woodcock, Crawford County.'),(6709,447,'_locations_11_description','field_5683f2b1dcba3'),(6710,447,'locations_12_location','a:3:{s:7:\"address\";s:21:\"42.074226, -80.182684\";s:3:\"lat\";s:10:\"42.0750544\";s:3:\"lng\";s:18:\"-80.18202980000001\";}'),(6711,447,'_locations_12_location','field_5683f288dcba1'),(6712,447,'locations_12_title','State Route 4002, Section A02 Erie'),(6713,447,'_locations_12_title','field_5683f2aadcba2'),(6714,447,'locations_12_image',''),(6715,447,'_locations_12_image','field_568439ed8109d'),(6716,447,'locations_12_description',''),(6717,447,'_locations_12_description','field_5683f2b1dcba3'),(6718,447,'locations_13_location','a:3:{s:7:\"address\";s:21:\"41.506210, -79.633939\";s:3:\"lat\";s:9:\"41.505463\";s:3:\"lng\";s:18:\"-79.63243899999998\";}'),(6719,447,'_locations_13_location','field_5683f288dcba1'),(6720,447,'locations_13_title','State Route 0227, Section B01, Venango County – Bridge Replacement'),(6721,447,'_locations_13_title','field_5683f2aadcba2'),(6722,447,'locations_13_image','425'),(6723,447,'_locations_13_image','field_568439ed8109d'),(6724,447,'locations_13_description','This project is for a small bridge and is affecting 2 properties in the Township of Sugar Grove, Warren County.'),(6725,447,'_locations_13_description','field_5683f2b1dcba3'),(6726,447,'locations_14_location','a:3:{s:7:\"address\";s:21:\"42.160855, -79.978735\";s:3:\"lat\";s:9:\"42.160685\";s:3:\"lng\";s:10:\"-79.979015\";}'),(6727,447,'_locations_14_location','field_5683f288dcba1'),(6728,447,'locations_14_title','State Route 955, Section B00, Erie County – Bridge Replacement'),(6729,447,'_locations_14_title','field_5683f2aadcba2'),(6730,447,'locations_14_image','427'),(6731,447,'_locations_14_image','field_568439ed8109d'),(6732,447,'locations_14_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(6733,447,'_locations_14_description','field_5683f2b1dcba3'),(6734,447,'locations_15_location','a:3:{s:7:\"address\";s:21:\"42.166954, -79.961159\";s:3:\"lat\";s:9:\"42.167122\";s:3:\"lng\";s:10:\"-79.959048\";}'),(6735,447,'_locations_15_location','field_5683f288dcba1'),(6736,447,'locations_15_title','State Route 0955, Section B01, Erie Count – Bridge Replacement'),(6737,447,'_locations_15_title','field_5683f2aadcba2'),(6738,447,'locations_15_image','427'),(6739,447,'_locations_15_image','field_568439ed8109d'),(6740,447,'locations_15_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(6741,447,'_locations_15_description','field_5683f2b1dcba3'),(6742,447,'locations_16_location','a:3:{s:7:\"address\";s:21:\"41.470470, -80.335987\";s:3:\"lat\";s:10:\"41.4704425\";s:3:\"lng\";s:18:\"-80.33643310000002\";}'),(6743,447,'_locations_16_location','field_5683f288dcba1'),(6744,447,'locations_16_title','State Route 4021, Section B00, Mercer County – Bridge Replacement'),(6745,447,'_locations_16_title','field_5683f2aadcba2'),(6746,447,'locations_16_image','430'),(6747,447,'_locations_16_image','field_568439ed8109d'),(6748,447,'locations_16_description','This project was for a small bridge and affected 2 properties in the Township of Sugar Grove, Mercer County.'),(6749,447,'_locations_16_description','field_5683f2b1dcba3'),(6750,447,'locations_17_location','a:3:{s:7:\"address\";s:21:\"41.883264, -79.813068\";s:3:\"lat\";s:10:\"41.8827053\";s:3:\"lng\";s:18:\"-79.81425380000002\";}'),(6751,447,'_locations_17_location','field_5683f288dcba1'),(6752,447,'locations_17_title','State Route 2010, Section B01, Erie County'),(6753,447,'_locations_17_title','field_5683f2aadcba2'),(6754,447,'locations_17_image',''),(6755,447,'_locations_17_image','field_568439ed8109d'),(6756,447,'locations_17_description',''),(6757,447,'_locations_17_description','field_5683f2b1dcba3'),(6758,447,'locations_18_location','a:3:{s:7:\"address\";s:21:\"41.717397, -79.539631\";s:3:\"lat\";s:9:\"41.717376\";s:3:\"lng\";s:18:\"-79.53928450000001\";}'),(6759,447,'_locations_18_location','field_5683f288dcba1'),(6760,447,'locations_18_title','State Route 6100, Section 2B, Erie County – Bridge Replacement'),(6761,447,'_locations_18_title','field_5683f2aadcba2'),(6762,447,'locations_18_image',''),(6763,447,'_locations_18_image','field_568439ed8109d'),(6764,447,'locations_18_description',''),(6765,447,'_locations_18_description','field_5683f2b1dcba3'),(6766,447,'locations','19'),(6767,447,'_locations','field_5683f253a5dba'),(6768,448,'_wp_attached_file','2015/12/wp83923d15_06.png'),(6769,448,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:410;s:6:\"height\";i:410;s:4:\"file\";s:25:\"2015/12/wp83923d15_06.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wp83923d15_06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"wp83923d15_06-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"wp83923d15_06-374x410.png\";s:5:\"width\";i:374;s:6:\"height\";i:410;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"wordpressstartertheme-full-width\";a:4:{s:4:\"file\";s:25:\"wp83923d15_06-374x410.png\";s:5:\"width\";i:374;s:6:\"height\";i:410;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(6770,449,'locations_0_location','a:3:{s:7:\"address\";s:21:\"42.139003, -80.068528\";s:3:\"lat\";s:9:\"42.139028\";s:3:\"lng\";s:18:\"-80.06825400000002\";}'),(6771,449,'_locations_0_location','field_5683f288dcba1'),(6772,449,'locations_0_title','State Route 4034, Section A50 Erie Bayfront – New Roadway Construction'),(6773,449,'_locations_0_title','field_5683f2aadcba2'),(6774,449,'locations_0_image','443'),(6775,449,'_locations_0_image','field_568439ed8109d'),(6776,449,'locations_0_description','This project was for new road construction and affected 24 properties and resulted in the relocation of 12 residents and 3 businesses in the City of Erie, Erie County.'),(6777,449,'_locations_0_description','field_5683f2b1dcba3'),(6778,449,'locations_1_location','a:3:{s:7:\"address\";s:21:\"42.133680, -80.062399\";s:3:\"lat\";s:9:\"42.133828\";s:3:\"lng\";s:10:\"-80.062521\";}'),(6779,449,'_locations_1_location','field_5683f288dcba1'),(6780,449,'locations_1_title','State Route 4034, Section A51 Erie Bayfront – New Roadway Construction'),(6781,449,'_locations_1_title','field_5683f2aadcba2'),(6782,449,'locations_1_image','445'),(6783,449,'_locations_1_image','field_568439ed8109d'),(6784,449,'locations_1_description','This project was for new road construction and affected 25 properties and resulted in the relocation of 3 residents and 12 businesses in the City of Erie, Erie County.'),(6785,449,'_locations_1_description','field_5683f2b1dcba3'),(6786,449,'locations_2_location','a:3:{s:7:\"address\";s:21:\"42.125226, -79.980737\";s:3:\"lat\";s:10:\"42.1251108\";s:3:\"lng\";s:11:\"-79.9808974\";}'),(6787,449,'_locations_2_location','field_5683f288dcba1'),(6788,449,'locations_2_title','State Route 4034, Section A90 Bayfront Station Road – New Roadway Construction'),(6789,449,'_locations_2_title','field_5683f2aadcba2'),(6790,449,'locations_2_image','448'),(6791,449,'_locations_2_image','field_568439ed8109d'),(6792,449,'locations_2_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie County.'),(6793,449,'_locations_2_description','field_5683f2b1dcba3'),(6794,449,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.157692, -80.225869\";s:3:\"lat\";s:10:\"41.1576901\";s:3:\"lng\";s:10:\"-80.225885\";}'),(6795,449,'_locations_3_location','field_5683f288dcba1'),(6796,449,'locations_3_title','Iron Bridge – State Route 0019, B04 – Bridge Replacement'),(6797,449,'_locations_3_title','field_5683f2aadcba2'),(6798,449,'locations_3_image',''),(6799,449,'_locations_3_image','field_568439ed8109d'),(6800,449,'locations_3_description','This project was for a mid-sized bridge replacement and affected 8 properties in the Township of Springfield, Mercer County.'),(6801,449,'_locations_3_description','field_5683f2b1dcba3'),(6802,449,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.157502, -80.225829\";s:3:\"lat\";s:10:\"41.1575001\";s:3:\"lng\";s:11:\"-80.2258445\";}'),(6803,449,'_locations_4_location','field_5683f288dcba1'),(6804,449,'locations_4_title','State Route 0062, Section A02G, Sharon – Roadway Widening'),(6805,449,'_locations_4_title','field_5683f2aadcba2'),(6806,449,'locations_4_image',''),(6807,449,'_locations_4_image','field_568439ed8109d'),(6808,449,'locations_4_description','This project was for a road widening and affected 12 properties and resulted in the relocation of 2 residents and 4 businesses in the Cities of Sharon and Farrell, Mercer County.'),(6809,449,'_locations_4_description','field_5683f2b1dcba3'),(6810,449,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.203515, -80.500030\";s:3:\"lat\";s:10:\"41.2035162\";s:3:\"lng\";s:18:\"-80.50022580000001\";}'),(6811,449,'_locations_5_location','field_5683f288dcba1'),(6812,449,'locations_5_title','State Route 0062, Section A02, Sharon – Roadway Widening'),(6813,449,'_locations_5_title','field_5683f2aadcba2'),(6814,449,'locations_5_image',''),(6815,449,'_locations_5_image','field_568439ed8109d'),(6816,449,'locations_5_description','This project is for roadway widening and intersection improvements and is affecting over 100 properties and resulting in the relocation of 2 residents and 2 businesses in the Cities of Sharon and Farrell, and the Borough of West Wheatland, Mercer County.'),(6817,449,'_locations_5_description','field_5683f2b1dcba3'),(6818,449,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.174312, -80.459088\";s:3:\"lat\";s:9:\"41.174248\";s:3:\"lng\";s:18:\"-80.45922139999999\";}'),(6819,449,'_locations_6_location','field_5683f288dcba1'),(6820,449,'locations_6_title','State Route 318, Section B00 – West Middlesex – Bridge Replacement'),(6821,449,'_locations_6_title','field_5683f2aadcba2'),(6822,449,'locations_6_image',''),(6823,449,'_locations_6_image','field_568439ed8109d'),(6824,449,'locations_6_description','This project is for a large bridge replacement spanning the Shenango River and is affecting 23 properties in the Borough of West Middlesex, Mercer County.'),(6825,449,'_locations_6_description','field_5683f2b1dcba3'),(6826,449,'locations_7_location','a:3:{s:7:\"address\";s:21:\"42.101392, -79.988518\";s:3:\"lat\";s:10:\"42.1009699\";s:3:\"lng\";s:18:\"-79.98816999999997\";}'),(6827,449,'_locations_7_location','field_5683f288dcba1'),(6828,449,'locations_7_title','Township Road T609, Section S000 - Kane Hill Road Bridge – Erie County (LOCAL)'),(6829,449,'_locations_7_title','field_5683f2aadcba2'),(6830,449,'locations_7_image',''),(6831,449,'_locations_7_image','field_568439ed8109d'),(6832,449,'locations_7_description','This project is for a bridge replacement and is affecting 4 properties in Township of Greene, Erie County.'),(6833,449,'_locations_7_description','field_5683f2b1dcba3'),(6834,449,'locations_8_location','a:3:{s:7:\"address\";s:21:\"42.067111, -80.103791\";s:3:\"lat\";s:10:\"42.0681078\";s:3:\"lng\";s:11:\"-80.1039467\";}'),(6835,449,'_locations_8_location','field_5683f288dcba1'),(6836,449,'locations_8_title','State Route 4012, Section A00 – Erie County – Millcreek, Roadway Widening'),(6837,449,'_locations_8_title','field_5683f2aadcba2'),(6838,449,'locations_8_image',''),(6839,449,'_locations_8_image','field_568439ed8109d'),(6840,449,'locations_8_description',''),(6841,449,'_locations_8_description','field_5683f2b1dcba3'),(6842,449,'locations_9_location','a:3:{s:7:\"address\";s:21:\"42.071262, -80.202530\";s:3:\"lat\";s:8:\"42.07139\";s:3:\"lng\";s:18:\"-80.20223699999997\";}'),(6843,449,'_locations_9_location','field_5683f288dcba1'),(6844,449,'locations_9_title','State Route 4016, Section L00 – Millfair Erie – Intersection and Roadway Improvements'),(6845,449,'_locations_9_title','field_5683f2aadcba2'),(6846,449,'locations_9_image',''),(6847,449,'_locations_9_image','field_568439ed8109d'),(6848,449,'locations_9_description',''),(6849,449,'_locations_9_description','field_5683f2b1dcba3'),(6850,449,'locations_10_location','a:3:{s:7:\"address\";s:21:\"42.150704, -80.005306\";s:3:\"lat\";s:10:\"42.1512609\";s:3:\"lng\";s:18:\"-80.00499430000002\";}'),(6851,449,'_locations_10_location','field_5683f288dcba1'),(6852,449,'locations_10_title','Nagle Road Bridge – Harborcreek – Bridge Replacement'),(6853,449,'_locations_10_title','field_5683f2aadcba2'),(6854,449,'locations_10_image',''),(6855,449,'_locations_10_image','field_568439ed8109d'),(6856,449,'locations_10_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie Country.'),(6857,449,'_locations_10_description','field_5683f2b1dcba3'),(6858,449,'locations_11_location','a:3:{s:7:\"address\";s:21:\"41.731326, -80.143636\";s:3:\"lat\";s:10:\"41.7312678\";s:3:\"lng\";s:18:\"-80.14303139999998\";}'),(6859,449,'_locations_11_location','field_5683f288dcba1'),(6860,449,'locations_11_title','Peters Road Bridge – Woodcock Township'),(6861,449,'_locations_11_title','field_5683f2aadcba2'),(6862,449,'locations_11_image',''),(6863,449,'_locations_11_image','field_568439ed8109d'),(6864,449,'locations_11_description','This project is for bridge removal and a new railroad crossing and is affecting 5 properties in the Township of Woodcock, Crawford County.'),(6865,449,'_locations_11_description','field_5683f2b1dcba3'),(6866,449,'locations_12_location','a:3:{s:7:\"address\";s:21:\"42.074226, -80.182684\";s:3:\"lat\";s:10:\"42.0750544\";s:3:\"lng\";s:18:\"-80.18202980000001\";}'),(6867,449,'_locations_12_location','field_5683f288dcba1'),(6868,449,'locations_12_title','State Route 4002, Section A02 Erie'),(6869,449,'_locations_12_title','field_5683f2aadcba2'),(6870,449,'locations_12_image',''),(6871,449,'_locations_12_image','field_568439ed8109d'),(6872,449,'locations_12_description',''),(6873,449,'_locations_12_description','field_5683f2b1dcba3'),(6874,449,'locations_13_location','a:3:{s:7:\"address\";s:21:\"41.506210, -79.633939\";s:3:\"lat\";s:9:\"41.505463\";s:3:\"lng\";s:18:\"-79.63243899999998\";}'),(6875,449,'_locations_13_location','field_5683f288dcba1'),(6876,449,'locations_13_title','State Route 0227, Section B01, Venango County – Bridge Replacement'),(6877,449,'_locations_13_title','field_5683f2aadcba2'),(6878,449,'locations_13_image','425'),(6879,449,'_locations_13_image','field_568439ed8109d'),(6880,449,'locations_13_description','This project is for a small bridge and is affecting 2 properties in the Township of Sugar Grove, Warren County.'),(6881,449,'_locations_13_description','field_5683f2b1dcba3'),(6882,449,'locations_14_location','a:3:{s:7:\"address\";s:21:\"42.160855, -79.978735\";s:3:\"lat\";s:9:\"42.160685\";s:3:\"lng\";s:10:\"-79.979015\";}'),(6883,449,'_locations_14_location','field_5683f288dcba1'),(6884,449,'locations_14_title','State Route 955, Section B00, Erie County – Bridge Replacement'),(6885,449,'_locations_14_title','field_5683f2aadcba2'),(6886,449,'locations_14_image','427'),(6887,449,'_locations_14_image','field_568439ed8109d'),(6888,449,'locations_14_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(6889,449,'_locations_14_description','field_5683f2b1dcba3'),(6890,449,'locations_15_location','a:3:{s:7:\"address\";s:21:\"42.166954, -79.961159\";s:3:\"lat\";s:9:\"42.167122\";s:3:\"lng\";s:10:\"-79.959048\";}'),(6891,449,'_locations_15_location','field_5683f288dcba1'),(6892,449,'locations_15_title','State Route 0955, Section B01, Erie Count – Bridge Replacement'),(6893,449,'_locations_15_title','field_5683f2aadcba2'),(6894,449,'locations_15_image','427'),(6895,449,'_locations_15_image','field_568439ed8109d'),(6896,449,'locations_15_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(6897,449,'_locations_15_description','field_5683f2b1dcba3'),(6898,449,'locations_16_location','a:3:{s:7:\"address\";s:21:\"41.470470, -80.335987\";s:3:\"lat\";s:10:\"41.4704425\";s:3:\"lng\";s:18:\"-80.33643310000002\";}'),(6899,449,'_locations_16_location','field_5683f288dcba1'),(6900,449,'locations_16_title','State Route 4021, Section B00, Mercer County – Bridge Replacement'),(6901,449,'_locations_16_title','field_5683f2aadcba2'),(6902,449,'locations_16_image','430'),(6903,449,'_locations_16_image','field_568439ed8109d'),(6904,449,'locations_16_description','This project was for a small bridge and affected 2 properties in the Township of Sugar Grove, Mercer County.'),(6905,449,'_locations_16_description','field_5683f2b1dcba3'),(6906,449,'locations_17_location','a:3:{s:7:\"address\";s:21:\"41.883264, -79.813068\";s:3:\"lat\";s:10:\"41.8827053\";s:3:\"lng\";s:18:\"-79.81425380000002\";}'),(6907,449,'_locations_17_location','field_5683f288dcba1'),(6908,449,'locations_17_title','State Route 2010, Section B01, Erie County'),(6909,449,'_locations_17_title','field_5683f2aadcba2'),(6910,449,'locations_17_image',''),(6911,449,'_locations_17_image','field_568439ed8109d'),(6912,449,'locations_17_description',''),(6913,449,'_locations_17_description','field_5683f2b1dcba3'),(6914,449,'locations_18_location','a:3:{s:7:\"address\";s:21:\"41.717397, -79.539631\";s:3:\"lat\";s:9:\"41.717376\";s:3:\"lng\";s:18:\"-79.53928450000001\";}'),(6915,449,'_locations_18_location','field_5683f288dcba1'),(6916,449,'locations_18_title','State Route 6100, Section 2B, Erie County – Bridge Replacement'),(6917,449,'_locations_18_title','field_5683f2aadcba2'),(6918,449,'locations_18_image',''),(6919,449,'_locations_18_image','field_568439ed8109d'),(6920,449,'locations_18_description',''),(6921,449,'_locations_18_description','field_5683f2b1dcba3'),(6922,449,'locations','19'),(6923,449,'_locations','field_5683f253a5dba'),(6924,450,'_wp_attached_file','2015/12/wpb46acc0d_06.png'),(6925,450,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:410;s:6:\"height\";i:410;s:4:\"file\";s:25:\"2015/12/wpb46acc0d_06.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wpb46acc0d_06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"wpb46acc0d_06-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"wpb46acc0d_06-374x410.png\";s:5:\"width\";i:374;s:6:\"height\";i:410;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"wordpressstartertheme-full-width\";a:4:{s:4:\"file\";s:25:\"wpb46acc0d_06-374x410.png\";s:5:\"width\";i:374;s:6:\"height\";i:410;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(6926,451,'locations_0_location','a:3:{s:7:\"address\";s:21:\"42.139003, -80.068528\";s:3:\"lat\";s:9:\"42.139028\";s:3:\"lng\";s:18:\"-80.06825400000002\";}'),(6927,451,'_locations_0_location','field_5683f288dcba1'),(6928,451,'locations_0_title','State Route 4034, Section A50 Erie Bayfront – New Roadway Construction'),(6929,451,'_locations_0_title','field_5683f2aadcba2'),(6930,451,'locations_0_image','443'),(6931,451,'_locations_0_image','field_568439ed8109d'),(6932,451,'locations_0_description','This project was for new road construction and affected 24 properties and resulted in the relocation of 12 residents and 3 businesses in the City of Erie, Erie County.'),(6933,451,'_locations_0_description','field_5683f2b1dcba3'),(6934,451,'locations_1_location','a:3:{s:7:\"address\";s:21:\"42.133680, -80.062399\";s:3:\"lat\";s:9:\"42.133828\";s:3:\"lng\";s:10:\"-80.062521\";}'),(6935,451,'_locations_1_location','field_5683f288dcba1'),(6936,451,'locations_1_title','State Route 4034, Section A51 Erie Bayfront – New Roadway Construction'),(6937,451,'_locations_1_title','field_5683f2aadcba2'),(6938,451,'locations_1_image','445'),(6939,451,'_locations_1_image','field_568439ed8109d'),(6940,451,'locations_1_description','This project was for new road construction and affected 25 properties and resulted in the relocation of 3 residents and 12 businesses in the City of Erie, Erie County.'),(6941,451,'_locations_1_description','field_5683f2b1dcba3'),(6942,451,'locations_2_location','a:3:{s:7:\"address\";s:21:\"42.125226, -79.980737\";s:3:\"lat\";s:10:\"42.1251108\";s:3:\"lng\";s:11:\"-79.9808974\";}'),(6943,451,'_locations_2_location','field_5683f288dcba1'),(6944,451,'locations_2_title','State Route 4034, Section A90 Bayfront Station Road – New Roadway Construction'),(6945,451,'_locations_2_title','field_5683f2aadcba2'),(6946,451,'locations_2_image','448'),(6947,451,'_locations_2_image','field_568439ed8109d'),(6948,451,'locations_2_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie County.'),(6949,451,'_locations_2_description','field_5683f2b1dcba3'),(6950,451,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.157692, -80.225869\";s:3:\"lat\";s:10:\"41.1576901\";s:3:\"lng\";s:10:\"-80.225885\";}'),(6951,451,'_locations_3_location','field_5683f288dcba1'),(6952,451,'locations_3_title','Iron Bridge – State Route 0019, B04 – Bridge Replacement'),(6953,451,'_locations_3_title','field_5683f2aadcba2'),(6954,451,'locations_3_image','450'),(6955,451,'_locations_3_image','field_568439ed8109d'),(6956,451,'locations_3_description','This project was for a mid-sized bridge replacement and affected 8 properties in the Township of Springfield, Mercer County.'),(6957,451,'_locations_3_description','field_5683f2b1dcba3'),(6958,451,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.157502, -80.225829\";s:3:\"lat\";s:10:\"41.1575001\";s:3:\"lng\";s:11:\"-80.2258445\";}'),(6959,451,'_locations_4_location','field_5683f288dcba1'),(6960,451,'locations_4_title','State Route 0062, Section A02G, Sharon – Roadway Widening'),(6961,451,'_locations_4_title','field_5683f2aadcba2'),(6962,451,'locations_4_image',''),(6963,451,'_locations_4_image','field_568439ed8109d'),(6964,451,'locations_4_description','This project was for a road widening and affected 12 properties and resulted in the relocation of 2 residents and 4 businesses in the Cities of Sharon and Farrell, Mercer County.'),(6965,451,'_locations_4_description','field_5683f2b1dcba3'),(6966,451,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.203515, -80.500030\";s:3:\"lat\";s:10:\"41.2035162\";s:3:\"lng\";s:18:\"-80.50022580000001\";}'),(6967,451,'_locations_5_location','field_5683f288dcba1'),(6968,451,'locations_5_title','State Route 0062, Section A02, Sharon – Roadway Widening'),(6969,451,'_locations_5_title','field_5683f2aadcba2'),(6970,451,'locations_5_image',''),(6971,451,'_locations_5_image','field_568439ed8109d'),(6972,451,'locations_5_description','This project is for roadway widening and intersection improvements and is affecting over 100 properties and resulting in the relocation of 2 residents and 2 businesses in the Cities of Sharon and Farrell, and the Borough of West Wheatland, Mercer County.'),(6973,451,'_locations_5_description','field_5683f2b1dcba3'),(6974,451,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.174312, -80.459088\";s:3:\"lat\";s:9:\"41.174248\";s:3:\"lng\";s:18:\"-80.45922139999999\";}'),(6975,451,'_locations_6_location','field_5683f288dcba1'),(6976,451,'locations_6_title','State Route 318, Section B00 – West Middlesex – Bridge Replacement'),(6977,451,'_locations_6_title','field_5683f2aadcba2'),(6978,451,'locations_6_image',''),(6979,451,'_locations_6_image','field_568439ed8109d'),(6980,451,'locations_6_description','This project is for a large bridge replacement spanning the Shenango River and is affecting 23 properties in the Borough of West Middlesex, Mercer County.'),(6981,451,'_locations_6_description','field_5683f2b1dcba3'),(6982,451,'locations_7_location','a:3:{s:7:\"address\";s:21:\"42.101392, -79.988518\";s:3:\"lat\";s:10:\"42.1009699\";s:3:\"lng\";s:18:\"-79.98816999999997\";}'),(6983,451,'_locations_7_location','field_5683f288dcba1'),(6984,451,'locations_7_title','Township Road T609, Section S000 - Kane Hill Road Bridge – Erie County (LOCAL)'),(6985,451,'_locations_7_title','field_5683f2aadcba2'),(6986,451,'locations_7_image',''),(6987,451,'_locations_7_image','field_568439ed8109d'),(6988,451,'locations_7_description','This project is for a bridge replacement and is affecting 4 properties in Township of Greene, Erie County.'),(6989,451,'_locations_7_description','field_5683f2b1dcba3'),(6990,451,'locations_8_location','a:3:{s:7:\"address\";s:21:\"42.067111, -80.103791\";s:3:\"lat\";s:10:\"42.0681078\";s:3:\"lng\";s:11:\"-80.1039467\";}'),(6991,451,'_locations_8_location','field_5683f288dcba1'),(6992,451,'locations_8_title','State Route 4012, Section A00 – Erie County – Millcreek, Roadway Widening'),(6993,451,'_locations_8_title','field_5683f2aadcba2'),(6994,451,'locations_8_image',''),(6995,451,'_locations_8_image','field_568439ed8109d'),(6996,451,'locations_8_description',''),(6997,451,'_locations_8_description','field_5683f2b1dcba3'),(6998,451,'locations_9_location','a:3:{s:7:\"address\";s:21:\"42.071262, -80.202530\";s:3:\"lat\";s:8:\"42.07139\";s:3:\"lng\";s:18:\"-80.20223699999997\";}'),(6999,451,'_locations_9_location','field_5683f288dcba1'),(7000,451,'locations_9_title','State Route 4016, Section L00 – Millfair Erie – Intersection and Roadway Improvements'),(7001,451,'_locations_9_title','field_5683f2aadcba2'),(7002,451,'locations_9_image',''),(7003,451,'_locations_9_image','field_568439ed8109d'),(7004,451,'locations_9_description',''),(7005,451,'_locations_9_description','field_5683f2b1dcba3'),(7006,451,'locations_10_location','a:3:{s:7:\"address\";s:21:\"42.150704, -80.005306\";s:3:\"lat\";s:10:\"42.1512609\";s:3:\"lng\";s:18:\"-80.00499430000002\";}'),(7007,451,'_locations_10_location','field_5683f288dcba1'),(7008,451,'locations_10_title','Nagle Road Bridge – Harborcreek – Bridge Replacement'),(7009,451,'_locations_10_title','field_5683f2aadcba2'),(7010,451,'locations_10_image',''),(7011,451,'_locations_10_image','field_568439ed8109d'),(7012,451,'locations_10_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie Country.'),(7013,451,'_locations_10_description','field_5683f2b1dcba3'),(7014,451,'locations_11_location','a:3:{s:7:\"address\";s:21:\"41.731326, -80.143636\";s:3:\"lat\";s:10:\"41.7312678\";s:3:\"lng\";s:18:\"-80.14303139999998\";}'),(7015,451,'_locations_11_location','field_5683f288dcba1'),(7016,451,'locations_11_title','Peters Road Bridge – Woodcock Township'),(7017,451,'_locations_11_title','field_5683f2aadcba2'),(7018,451,'locations_11_image',''),(7019,451,'_locations_11_image','field_568439ed8109d'),(7020,451,'locations_11_description','This project is for bridge removal and a new railroad crossing and is affecting 5 properties in the Township of Woodcock, Crawford County.'),(7021,451,'_locations_11_description','field_5683f2b1dcba3'),(7022,451,'locations_12_location','a:3:{s:7:\"address\";s:21:\"42.074226, -80.182684\";s:3:\"lat\";s:10:\"42.0750544\";s:3:\"lng\";s:18:\"-80.18202980000001\";}'),(7023,451,'_locations_12_location','field_5683f288dcba1'),(7024,451,'locations_12_title','State Route 4002, Section A02 Erie'),(7025,451,'_locations_12_title','field_5683f2aadcba2'),(7026,451,'locations_12_image',''),(7027,451,'_locations_12_image','field_568439ed8109d'),(7028,451,'locations_12_description',''),(7029,451,'_locations_12_description','field_5683f2b1dcba3'),(7030,451,'locations_13_location','a:3:{s:7:\"address\";s:21:\"41.506210, -79.633939\";s:3:\"lat\";s:9:\"41.505463\";s:3:\"lng\";s:18:\"-79.63243899999998\";}'),(7031,451,'_locations_13_location','field_5683f288dcba1'),(7032,451,'locations_13_title','State Route 0227, Section B01, Venango County – Bridge Replacement'),(7033,451,'_locations_13_title','field_5683f2aadcba2'),(7034,451,'locations_13_image','425'),(7035,451,'_locations_13_image','field_568439ed8109d'),(7036,451,'locations_13_description','This project is for a small bridge and is affecting 2 properties in the Township of Sugar Grove, Warren County.'),(7037,451,'_locations_13_description','field_5683f2b1dcba3'),(7038,451,'locations_14_location','a:3:{s:7:\"address\";s:21:\"42.160855, -79.978735\";s:3:\"lat\";s:9:\"42.160685\";s:3:\"lng\";s:10:\"-79.979015\";}'),(7039,451,'_locations_14_location','field_5683f288dcba1'),(7040,451,'locations_14_title','State Route 955, Section B00, Erie County – Bridge Replacement'),(7041,451,'_locations_14_title','field_5683f2aadcba2'),(7042,451,'locations_14_image','427'),(7043,451,'_locations_14_image','field_568439ed8109d'),(7044,451,'locations_14_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(7045,451,'_locations_14_description','field_5683f2b1dcba3'),(7046,451,'locations_15_location','a:3:{s:7:\"address\";s:21:\"42.166954, -79.961159\";s:3:\"lat\";s:9:\"42.167122\";s:3:\"lng\";s:10:\"-79.959048\";}'),(7047,451,'_locations_15_location','field_5683f288dcba1'),(7048,451,'locations_15_title','State Route 0955, Section B01, Erie Count – Bridge Replacement'),(7049,451,'_locations_15_title','field_5683f2aadcba2'),(7050,451,'locations_15_image','427'),(7051,451,'_locations_15_image','field_568439ed8109d'),(7052,451,'locations_15_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(7053,451,'_locations_15_description','field_5683f2b1dcba3'),(7054,451,'locations_16_location','a:3:{s:7:\"address\";s:21:\"41.470470, -80.335987\";s:3:\"lat\";s:10:\"41.4704425\";s:3:\"lng\";s:18:\"-80.33643310000002\";}'),(7055,451,'_locations_16_location','field_5683f288dcba1'),(7056,451,'locations_16_title','State Route 4021, Section B00, Mercer County – Bridge Replacement'),(7057,451,'_locations_16_title','field_5683f2aadcba2'),(7058,451,'locations_16_image','430'),(7059,451,'_locations_16_image','field_568439ed8109d'),(7060,451,'locations_16_description','This project was for a small bridge and affected 2 properties in the Township of Sugar Grove, Mercer County.'),(7061,451,'_locations_16_description','field_5683f2b1dcba3'),(7062,451,'locations_17_location','a:3:{s:7:\"address\";s:21:\"41.883264, -79.813068\";s:3:\"lat\";s:10:\"41.8827053\";s:3:\"lng\";s:18:\"-79.81425380000002\";}'),(7063,451,'_locations_17_location','field_5683f288dcba1'),(7064,451,'locations_17_title','State Route 2010, Section B01, Erie County'),(7065,451,'_locations_17_title','field_5683f2aadcba2'),(7066,451,'locations_17_image',''),(7067,451,'_locations_17_image','field_568439ed8109d'),(7068,451,'locations_17_description',''),(7069,451,'_locations_17_description','field_5683f2b1dcba3'),(7070,451,'locations_18_location','a:3:{s:7:\"address\";s:21:\"41.717397, -79.539631\";s:3:\"lat\";s:9:\"41.717376\";s:3:\"lng\";s:18:\"-79.53928450000001\";}'),(7071,451,'_locations_18_location','field_5683f288dcba1'),(7072,451,'locations_18_title','State Route 6100, Section 2B, Erie County – Bridge Replacement'),(7073,451,'_locations_18_title','field_5683f2aadcba2'),(7074,451,'locations_18_image',''),(7075,451,'_locations_18_image','field_568439ed8109d'),(7076,451,'locations_18_description',''),(7077,451,'_locations_18_description','field_5683f2b1dcba3'),(7078,451,'locations','19'),(7079,451,'_locations','field_5683f253a5dba'),(7080,452,'_wp_attached_file','2015/12/wp6fe04d49_06.png'),(7081,452,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:411;s:6:\"height\";i:435;s:4:\"file\";s:25:\"2015/12/wp6fe04d49_06.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wp6fe04d49_06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"wp6fe04d49_06-283x300.png\";s:5:\"width\";i:283;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"wp6fe04d49_06-374x435.png\";s:5:\"width\";i:374;s:6:\"height\";i:435;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"wordpressstartertheme-full-width\";a:4:{s:4:\"file\";s:25:\"wp6fe04d49_06-374x435.png\";s:5:\"width\";i:374;s:6:\"height\";i:435;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(7082,453,'_wp_attached_file','2015/12/wp4245f5b7_06.png'),(7083,453,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:409;s:6:\"height\";i:447;s:4:\"file\";s:25:\"2015/12/wp4245f5b7_06.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wp4245f5b7_06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"wp4245f5b7_06-274x300.png\";s:5:\"width\";i:274;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"wp4245f5b7_06-374x447.png\";s:5:\"width\";i:374;s:6:\"height\";i:447;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"wordpressstartertheme-full-width\";a:4:{s:4:\"file\";s:25:\"wp4245f5b7_06-374x447.png\";s:5:\"width\";i:374;s:6:\"height\";i:447;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(7084,454,'locations_0_location','a:3:{s:7:\"address\";s:21:\"42.139003, -80.068528\";s:3:\"lat\";s:9:\"42.139028\";s:3:\"lng\";s:18:\"-80.06825400000002\";}'),(7085,454,'_locations_0_location','field_5683f288dcba1'),(7086,454,'locations_0_title','State Route 4034, Section A50 Erie Bayfront – New Roadway Construction'),(7087,454,'_locations_0_title','field_5683f2aadcba2'),(7088,454,'locations_0_image','443'),(7089,454,'_locations_0_image','field_568439ed8109d'),(7090,454,'locations_0_description','This project was for new road construction and affected 24 properties and resulted in the relocation of 12 residents and 3 businesses in the City of Erie, Erie County.'),(7091,454,'_locations_0_description','field_5683f2b1dcba3'),(7092,454,'locations_1_location','a:3:{s:7:\"address\";s:21:\"42.133680, -80.062399\";s:3:\"lat\";s:9:\"42.133828\";s:3:\"lng\";s:10:\"-80.062521\";}'),(7093,454,'_locations_1_location','field_5683f288dcba1'),(7094,454,'locations_1_title','State Route 4034, Section A51 Erie Bayfront – New Roadway Construction'),(7095,454,'_locations_1_title','field_5683f2aadcba2'),(7096,454,'locations_1_image','445'),(7097,454,'_locations_1_image','field_568439ed8109d'),(7098,454,'locations_1_description','This project was for new road construction and affected 25 properties and resulted in the relocation of 3 residents and 12 businesses in the City of Erie, Erie County.'),(7099,454,'_locations_1_description','field_5683f2b1dcba3'),(7100,454,'locations_2_location','a:3:{s:7:\"address\";s:21:\"42.125226, -79.980737\";s:3:\"lat\";s:10:\"42.1251108\";s:3:\"lng\";s:11:\"-79.9808974\";}'),(7101,454,'_locations_2_location','field_5683f288dcba1'),(7102,454,'locations_2_title','State Route 4034, Section A90 Bayfront Station Road – New Roadway Construction'),(7103,454,'_locations_2_title','field_5683f2aadcba2'),(7104,454,'locations_2_image','448'),(7105,454,'_locations_2_image','field_568439ed8109d'),(7106,454,'locations_2_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie County.'),(7107,454,'_locations_2_description','field_5683f2b1dcba3'),(7108,454,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.157692, -80.225869\";s:3:\"lat\";s:10:\"41.1576901\";s:3:\"lng\";s:10:\"-80.225885\";}'),(7109,454,'_locations_3_location','field_5683f288dcba1'),(7110,454,'locations_3_title','Iron Bridge – State Route 0019, B04 – Bridge Replacement'),(7111,454,'_locations_3_title','field_5683f2aadcba2'),(7112,454,'locations_3_image','450'),(7113,454,'_locations_3_image','field_568439ed8109d'),(7114,454,'locations_3_description','This project was for a mid-sized bridge replacement and affected 8 properties in the Township of Springfield, Mercer County.'),(7115,454,'_locations_3_description','field_5683f2b1dcba3'),(7116,454,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.157502, -80.225829\";s:3:\"lat\";s:10:\"41.1575001\";s:3:\"lng\";s:11:\"-80.2258445\";}'),(7117,454,'_locations_4_location','field_5683f288dcba1'),(7118,454,'locations_4_title','State Route 0062, Section A02G, Sharon – Roadway Widening'),(7119,454,'_locations_4_title','field_5683f2aadcba2'),(7120,454,'locations_4_image','452'),(7121,454,'_locations_4_image','field_568439ed8109d'),(7122,454,'locations_4_description','This project was for a road widening and affected 12 properties and resulted in the relocation of 2 residents and 4 businesses in the Cities of Sharon and Farrell, Mercer County.'),(7123,454,'_locations_4_description','field_5683f2b1dcba3'),(7124,454,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.203515, -80.500030\";s:3:\"lat\";s:10:\"41.2035162\";s:3:\"lng\";s:18:\"-80.50022580000001\";}'),(7125,454,'_locations_5_location','field_5683f288dcba1'),(7126,454,'locations_5_title','State Route 0062, Section A02, Sharon – Roadway Widening'),(7127,454,'_locations_5_title','field_5683f2aadcba2'),(7128,454,'locations_5_image','453'),(7129,454,'_locations_5_image','field_568439ed8109d'),(7130,454,'locations_5_description','This project is for roadway widening and intersection improvements and is affecting over 100 properties and resulting in the relocation of 2 residents and 2 businesses in the Cities of Sharon and Farrell, and the Borough of West Wheatland, Mercer County.'),(7131,454,'_locations_5_description','field_5683f2b1dcba3'),(7132,454,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.174312, -80.459088\";s:3:\"lat\";s:9:\"41.174248\";s:3:\"lng\";s:18:\"-80.45922139999999\";}'),(7133,454,'_locations_6_location','field_5683f288dcba1'),(7134,454,'locations_6_title','State Route 318, Section B00 – West Middlesex – Bridge Replacement'),(7135,454,'_locations_6_title','field_5683f2aadcba2'),(7136,454,'locations_6_image',''),(7137,454,'_locations_6_image','field_568439ed8109d'),(7138,454,'locations_6_description','This project is for a large bridge replacement spanning the Shenango River and is affecting 23 properties in the Borough of West Middlesex, Mercer County.'),(7139,454,'_locations_6_description','field_5683f2b1dcba3'),(7140,454,'locations_7_location','a:3:{s:7:\"address\";s:21:\"42.101392, -79.988518\";s:3:\"lat\";s:10:\"42.1009699\";s:3:\"lng\";s:18:\"-79.98816999999997\";}'),(7141,454,'_locations_7_location','field_5683f288dcba1'),(7142,454,'locations_7_title','Township Road T609, Section S000 - Kane Hill Road Bridge – Erie County (LOCAL)'),(7143,454,'_locations_7_title','field_5683f2aadcba2'),(7144,454,'locations_7_image',''),(7145,454,'_locations_7_image','field_568439ed8109d'),(7146,454,'locations_7_description','This project is for a bridge replacement and is affecting 4 properties in Township of Greene, Erie County.'),(7147,454,'_locations_7_description','field_5683f2b1dcba3'),(7148,454,'locations_8_location','a:3:{s:7:\"address\";s:21:\"42.067111, -80.103791\";s:3:\"lat\";s:10:\"42.0681078\";s:3:\"lng\";s:11:\"-80.1039467\";}'),(7149,454,'_locations_8_location','field_5683f288dcba1'),(7150,454,'locations_8_title','State Route 4012, Section A00 – Erie County – Millcreek, Roadway Widening'),(7151,454,'_locations_8_title','field_5683f2aadcba2'),(7152,454,'locations_8_image',''),(7153,454,'_locations_8_image','field_568439ed8109d'),(7154,454,'locations_8_description',''),(7155,454,'_locations_8_description','field_5683f2b1dcba3'),(7156,454,'locations_9_location','a:3:{s:7:\"address\";s:21:\"42.071262, -80.202530\";s:3:\"lat\";s:8:\"42.07139\";s:3:\"lng\";s:18:\"-80.20223699999997\";}'),(7157,454,'_locations_9_location','field_5683f288dcba1'),(7158,454,'locations_9_title','State Route 4016, Section L00 – Millfair Erie – Intersection and Roadway Improvements'),(7159,454,'_locations_9_title','field_5683f2aadcba2'),(7160,454,'locations_9_image',''),(7161,454,'_locations_9_image','field_568439ed8109d'),(7162,454,'locations_9_description',''),(7163,454,'_locations_9_description','field_5683f2b1dcba3'),(7164,454,'locations_10_location','a:3:{s:7:\"address\";s:21:\"42.150704, -80.005306\";s:3:\"lat\";s:10:\"42.1512609\";s:3:\"lng\";s:18:\"-80.00499430000002\";}'),(7165,454,'_locations_10_location','field_5683f288dcba1'),(7166,454,'locations_10_title','Nagle Road Bridge – Harborcreek – Bridge Replacement'),(7167,454,'_locations_10_title','field_5683f2aadcba2'),(7168,454,'locations_10_image',''),(7169,454,'_locations_10_image','field_568439ed8109d'),(7170,454,'locations_10_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie Country.'),(7171,454,'_locations_10_description','field_5683f2b1dcba3'),(7172,454,'locations_11_location','a:3:{s:7:\"address\";s:21:\"41.731326, -80.143636\";s:3:\"lat\";s:10:\"41.7312678\";s:3:\"lng\";s:18:\"-80.14303139999998\";}'),(7173,454,'_locations_11_location','field_5683f288dcba1'),(7174,454,'locations_11_title','Peters Road Bridge – Woodcock Township'),(7175,454,'_locations_11_title','field_5683f2aadcba2'),(7176,454,'locations_11_image',''),(7177,454,'_locations_11_image','field_568439ed8109d'),(7178,454,'locations_11_description','This project is for bridge removal and a new railroad crossing and is affecting 5 properties in the Township of Woodcock, Crawford County.'),(7179,454,'_locations_11_description','field_5683f2b1dcba3'),(7180,454,'locations_12_location','a:3:{s:7:\"address\";s:21:\"42.074226, -80.182684\";s:3:\"lat\";s:10:\"42.0750544\";s:3:\"lng\";s:18:\"-80.18202980000001\";}'),(7181,454,'_locations_12_location','field_5683f288dcba1'),(7182,454,'locations_12_title','State Route 4002, Section A02 Erie'),(7183,454,'_locations_12_title','field_5683f2aadcba2'),(7184,454,'locations_12_image',''),(7185,454,'_locations_12_image','field_568439ed8109d'),(7186,454,'locations_12_description',''),(7187,454,'_locations_12_description','field_5683f2b1dcba3'),(7188,454,'locations_13_location','a:3:{s:7:\"address\";s:21:\"41.506210, -79.633939\";s:3:\"lat\";s:9:\"41.505463\";s:3:\"lng\";s:18:\"-79.63243899999998\";}'),(7189,454,'_locations_13_location','field_5683f288dcba1'),(7190,454,'locations_13_title','State Route 0227, Section B01, Venango County – Bridge Replacement'),(7191,454,'_locations_13_title','field_5683f2aadcba2'),(7192,454,'locations_13_image','425'),(7193,454,'_locations_13_image','field_568439ed8109d'),(7194,454,'locations_13_description','This project is for a small bridge and is affecting 2 properties in the Township of Sugar Grove, Warren County.'),(7195,454,'_locations_13_description','field_5683f2b1dcba3'),(7196,454,'locations_14_location','a:3:{s:7:\"address\";s:21:\"42.160855, -79.978735\";s:3:\"lat\";s:9:\"42.160685\";s:3:\"lng\";s:10:\"-79.979015\";}'),(7197,454,'_locations_14_location','field_5683f288dcba1'),(7198,454,'locations_14_title','State Route 955, Section B00, Erie County – Bridge Replacement'),(7199,454,'_locations_14_title','field_5683f2aadcba2'),(7200,454,'locations_14_image','427'),(7201,454,'_locations_14_image','field_568439ed8109d'),(7202,454,'locations_14_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(7203,454,'_locations_14_description','field_5683f2b1dcba3'),(7204,454,'locations_15_location','a:3:{s:7:\"address\";s:21:\"42.166954, -79.961159\";s:3:\"lat\";s:9:\"42.167122\";s:3:\"lng\";s:10:\"-79.959048\";}'),(7205,454,'_locations_15_location','field_5683f288dcba1'),(7206,454,'locations_15_title','State Route 0955, Section B01, Erie Count – Bridge Replacement'),(7207,454,'_locations_15_title','field_5683f2aadcba2'),(7208,454,'locations_15_image','427'),(7209,454,'_locations_15_image','field_568439ed8109d'),(7210,454,'locations_15_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(7211,454,'_locations_15_description','field_5683f2b1dcba3'),(7212,454,'locations_16_location','a:3:{s:7:\"address\";s:21:\"41.470470, -80.335987\";s:3:\"lat\";s:10:\"41.4704425\";s:3:\"lng\";s:18:\"-80.33643310000002\";}'),(7213,454,'_locations_16_location','field_5683f288dcba1'),(7214,454,'locations_16_title','State Route 4021, Section B00, Mercer County – Bridge Replacement'),(7215,454,'_locations_16_title','field_5683f2aadcba2'),(7216,454,'locations_16_image','430'),(7217,454,'_locations_16_image','field_568439ed8109d'),(7218,454,'locations_16_description','This project was for a small bridge and affected 2 properties in the Township of Sugar Grove, Mercer County.'),(7219,454,'_locations_16_description','field_5683f2b1dcba3'),(7220,454,'locations_17_location','a:3:{s:7:\"address\";s:21:\"41.883264, -79.813068\";s:3:\"lat\";s:10:\"41.8827053\";s:3:\"lng\";s:18:\"-79.81425380000002\";}'),(7221,454,'_locations_17_location','field_5683f288dcba1'),(7222,454,'locations_17_title','State Route 2010, Section B01, Erie County'),(7223,454,'_locations_17_title','field_5683f2aadcba2'),(7224,454,'locations_17_image',''),(7225,454,'_locations_17_image','field_568439ed8109d'),(7226,454,'locations_17_description',''),(7227,454,'_locations_17_description','field_5683f2b1dcba3'),(7228,454,'locations_18_location','a:3:{s:7:\"address\";s:21:\"41.717397, -79.539631\";s:3:\"lat\";s:9:\"41.717376\";s:3:\"lng\";s:18:\"-79.53928450000001\";}'),(7229,454,'_locations_18_location','field_5683f288dcba1'),(7230,454,'locations_18_title','State Route 6100, Section 2B, Erie County – Bridge Replacement'),(7231,454,'_locations_18_title','field_5683f2aadcba2'),(7232,454,'locations_18_image',''),(7233,454,'_locations_18_image','field_568439ed8109d'),(7234,454,'locations_18_description',''),(7235,454,'_locations_18_description','field_5683f2b1dcba3'),(7236,454,'locations','19'),(7237,454,'_locations','field_5683f253a5dba'),(7238,455,'_wp_attached_file','2015/12/wpf2c102b8_06.png'),(7239,455,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:410;s:6:\"height\";i:410;s:4:\"file\";s:25:\"2015/12/wpf2c102b8_06.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wpf2c102b8_06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"wpf2c102b8_06-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"wpf2c102b8_06-374x410.png\";s:5:\"width\";i:374;s:6:\"height\";i:410;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"wordpressstartertheme-full-width\";a:4:{s:4:\"file\";s:25:\"wpf2c102b8_06-374x410.png\";s:5:\"width\";i:374;s:6:\"height\";i:410;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(7240,456,'locations_0_location','a:3:{s:7:\"address\";s:21:\"42.139003, -80.068528\";s:3:\"lat\";s:9:\"42.139028\";s:3:\"lng\";s:18:\"-80.06825400000002\";}'),(7241,456,'_locations_0_location','field_5683f288dcba1'),(7242,456,'locations_0_title','State Route 4034, Section A50 Erie Bayfront – New Roadway Construction'),(7243,456,'_locations_0_title','field_5683f2aadcba2'),(7244,456,'locations_0_image','443'),(7245,456,'_locations_0_image','field_568439ed8109d'),(7246,456,'locations_0_description','This project was for new road construction and affected 24 properties and resulted in the relocation of 12 residents and 3 businesses in the City of Erie, Erie County.'),(7247,456,'_locations_0_description','field_5683f2b1dcba3'),(7248,456,'locations_1_location','a:3:{s:7:\"address\";s:21:\"42.133680, -80.062399\";s:3:\"lat\";s:9:\"42.133828\";s:3:\"lng\";s:10:\"-80.062521\";}'),(7249,456,'_locations_1_location','field_5683f288dcba1'),(7250,456,'locations_1_title','State Route 4034, Section A51 Erie Bayfront – New Roadway Construction'),(7251,456,'_locations_1_title','field_5683f2aadcba2'),(7252,456,'locations_1_image','445'),(7253,456,'_locations_1_image','field_568439ed8109d'),(7254,456,'locations_1_description','This project was for new road construction and affected 25 properties and resulted in the relocation of 3 residents and 12 businesses in the City of Erie, Erie County.'),(7255,456,'_locations_1_description','field_5683f2b1dcba3'),(7256,456,'locations_2_location','a:3:{s:7:\"address\";s:21:\"42.125226, -79.980737\";s:3:\"lat\";s:10:\"42.1251108\";s:3:\"lng\";s:11:\"-79.9808974\";}'),(7257,456,'_locations_2_location','field_5683f288dcba1'),(7258,456,'locations_2_title','State Route 4034, Section A90 Bayfront Station Road – New Roadway Construction'),(7259,456,'_locations_2_title','field_5683f2aadcba2'),(7260,456,'locations_2_image','448'),(7261,456,'_locations_2_image','field_568439ed8109d'),(7262,456,'locations_2_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie County.'),(7263,456,'_locations_2_description','field_5683f2b1dcba3'),(7264,456,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.157692, -80.225869\";s:3:\"lat\";s:10:\"41.1576901\";s:3:\"lng\";s:10:\"-80.225885\";}'),(7265,456,'_locations_3_location','field_5683f288dcba1'),(7266,456,'locations_3_title','Iron Bridge – State Route 0019, B04 – Bridge Replacement'),(7267,456,'_locations_3_title','field_5683f2aadcba2'),(7268,456,'locations_3_image','450'),(7269,456,'_locations_3_image','field_568439ed8109d'),(7270,456,'locations_3_description','This project was for a mid-sized bridge replacement and affected 8 properties in the Township of Springfield, Mercer County.'),(7271,456,'_locations_3_description','field_5683f2b1dcba3'),(7272,456,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.157502, -80.225829\";s:3:\"lat\";s:10:\"41.1575001\";s:3:\"lng\";s:11:\"-80.2258445\";}'),(7273,456,'_locations_4_location','field_5683f288dcba1'),(7274,456,'locations_4_title','State Route 0062, Section A02G, Sharon – Roadway Widening'),(7275,456,'_locations_4_title','field_5683f2aadcba2'),(7276,456,'locations_4_image','452'),(7277,456,'_locations_4_image','field_568439ed8109d'),(7278,456,'locations_4_description','This project was for a road widening and affected 12 properties and resulted in the relocation of 2 residents and 4 businesses in the Cities of Sharon and Farrell, Mercer County.'),(7279,456,'_locations_4_description','field_5683f2b1dcba3'),(7280,456,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.203515, -80.500030\";s:3:\"lat\";s:10:\"41.2035162\";s:3:\"lng\";s:18:\"-80.50022580000001\";}'),(7281,456,'_locations_5_location','field_5683f288dcba1'),(7282,456,'locations_5_title','State Route 0062, Section A02, Sharon – Roadway Widening'),(7283,456,'_locations_5_title','field_5683f2aadcba2'),(7284,456,'locations_5_image','453'),(7285,456,'_locations_5_image','field_568439ed8109d'),(7286,456,'locations_5_description','This project is for roadway widening and intersection improvements and is affecting over 100 properties and resulting in the relocation of 2 residents and 2 businesses in the Cities of Sharon and Farrell, and the Borough of West Wheatland, Mercer County.'),(7287,456,'_locations_5_description','field_5683f2b1dcba3'),(7288,456,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.174312, -80.459088\";s:3:\"lat\";s:9:\"41.174248\";s:3:\"lng\";s:18:\"-80.45922139999999\";}'),(7289,456,'_locations_6_location','field_5683f288dcba1'),(7290,456,'locations_6_title','State Route 318, Section B00 – West Middlesex – Bridge Replacement'),(7291,456,'_locations_6_title','field_5683f2aadcba2'),(7292,456,'locations_6_image','455'),(7293,456,'_locations_6_image','field_568439ed8109d'),(7294,456,'locations_6_description','This project is for a large bridge replacement spanning the Shenango River and is affecting 23 properties in the Borough of West Middlesex, Mercer County.'),(7295,456,'_locations_6_description','field_5683f2b1dcba3'),(7296,456,'locations_7_location','a:3:{s:7:\"address\";s:21:\"42.101392, -79.988518\";s:3:\"lat\";s:10:\"42.1009699\";s:3:\"lng\";s:18:\"-79.98816999999997\";}'),(7297,456,'_locations_7_location','field_5683f288dcba1'),(7298,456,'locations_7_title','Township Road T609, Section S000 - Kane Hill Road Bridge – Erie County (LOCAL)'),(7299,456,'_locations_7_title','field_5683f2aadcba2'),(7300,456,'locations_7_image',''),(7301,456,'_locations_7_image','field_568439ed8109d'),(7302,456,'locations_7_description','This project is for a bridge replacement and is affecting 4 properties in Township of Greene, Erie County.'),(7303,456,'_locations_7_description','field_5683f2b1dcba3'),(7304,456,'locations_8_location','a:3:{s:7:\"address\";s:21:\"42.067111, -80.103791\";s:3:\"lat\";s:10:\"42.0681078\";s:3:\"lng\";s:11:\"-80.1039467\";}'),(7305,456,'_locations_8_location','field_5683f288dcba1'),(7306,456,'locations_8_title','State Route 4012, Section A00 – Erie County – Millcreek, Roadway Widening'),(7307,456,'_locations_8_title','field_5683f2aadcba2'),(7308,456,'locations_8_image',''),(7309,456,'_locations_8_image','field_568439ed8109d'),(7310,456,'locations_8_description',''),(7311,456,'_locations_8_description','field_5683f2b1dcba3'),(7312,456,'locations_9_location','a:3:{s:7:\"address\";s:21:\"42.071262, -80.202530\";s:3:\"lat\";s:8:\"42.07139\";s:3:\"lng\";s:18:\"-80.20223699999997\";}'),(7313,456,'_locations_9_location','field_5683f288dcba1'),(7314,456,'locations_9_title','State Route 4016, Section L00 – Millfair Erie – Intersection and Roadway Improvements'),(7315,456,'_locations_9_title','field_5683f2aadcba2'),(7316,456,'locations_9_image',''),(7317,456,'_locations_9_image','field_568439ed8109d'),(7318,456,'locations_9_description',''),(7319,456,'_locations_9_description','field_5683f2b1dcba3'),(7320,456,'locations_10_location','a:3:{s:7:\"address\";s:21:\"42.150704, -80.005306\";s:3:\"lat\";s:10:\"42.1512609\";s:3:\"lng\";s:18:\"-80.00499430000002\";}'),(7321,456,'_locations_10_location','field_5683f288dcba1'),(7322,456,'locations_10_title','Nagle Road Bridge – Harborcreek – Bridge Replacement'),(7323,456,'_locations_10_title','field_5683f2aadcba2'),(7324,456,'locations_10_image',''),(7325,456,'_locations_10_image','field_568439ed8109d'),(7326,456,'locations_10_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie Country.'),(7327,456,'_locations_10_description','field_5683f2b1dcba3'),(7328,456,'locations_11_location','a:3:{s:7:\"address\";s:21:\"41.731326, -80.143636\";s:3:\"lat\";s:10:\"41.7312678\";s:3:\"lng\";s:18:\"-80.14303139999998\";}'),(7329,456,'_locations_11_location','field_5683f288dcba1'),(7330,456,'locations_11_title','Peters Road Bridge – Woodcock Township'),(7331,456,'_locations_11_title','field_5683f2aadcba2'),(7332,456,'locations_11_image',''),(7333,456,'_locations_11_image','field_568439ed8109d'),(7334,456,'locations_11_description','This project is for bridge removal and a new railroad crossing and is affecting 5 properties in the Township of Woodcock, Crawford County.'),(7335,456,'_locations_11_description','field_5683f2b1dcba3'),(7336,456,'locations_12_location','a:3:{s:7:\"address\";s:21:\"42.074226, -80.182684\";s:3:\"lat\";s:10:\"42.0750544\";s:3:\"lng\";s:18:\"-80.18202980000001\";}'),(7337,456,'_locations_12_location','field_5683f288dcba1'),(7338,456,'locations_12_title','State Route 4002, Section A02 Erie'),(7339,456,'_locations_12_title','field_5683f2aadcba2'),(7340,456,'locations_12_image',''),(7341,456,'_locations_12_image','field_568439ed8109d'),(7342,456,'locations_12_description',''),(7343,456,'_locations_12_description','field_5683f2b1dcba3'),(7344,456,'locations_13_location','a:3:{s:7:\"address\";s:21:\"41.506210, -79.633939\";s:3:\"lat\";s:9:\"41.505463\";s:3:\"lng\";s:18:\"-79.63243899999998\";}'),(7345,456,'_locations_13_location','field_5683f288dcba1'),(7346,456,'locations_13_title','State Route 0227, Section B01, Venango County – Bridge Replacement'),(7347,456,'_locations_13_title','field_5683f2aadcba2'),(7348,456,'locations_13_image','425'),(7349,456,'_locations_13_image','field_568439ed8109d'),(7350,456,'locations_13_description','This project is for a small bridge and is affecting 2 properties in the Township of Sugar Grove, Warren County.'),(7351,456,'_locations_13_description','field_5683f2b1dcba3'),(7352,456,'locations_14_location','a:3:{s:7:\"address\";s:21:\"42.160855, -79.978735\";s:3:\"lat\";s:9:\"42.160685\";s:3:\"lng\";s:10:\"-79.979015\";}'),(7353,456,'_locations_14_location','field_5683f288dcba1'),(7354,456,'locations_14_title','State Route 955, Section B00, Erie County – Bridge Replacement'),(7355,456,'_locations_14_title','field_5683f2aadcba2'),(7356,456,'locations_14_image','427'),(7357,456,'_locations_14_image','field_568439ed8109d'),(7358,456,'locations_14_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(7359,456,'_locations_14_description','field_5683f2b1dcba3'),(7360,456,'locations_15_location','a:3:{s:7:\"address\";s:21:\"42.166954, -79.961159\";s:3:\"lat\";s:9:\"42.167122\";s:3:\"lng\";s:10:\"-79.959048\";}'),(7361,456,'_locations_15_location','field_5683f288dcba1'),(7362,456,'locations_15_title','State Route 0955, Section B01, Erie Count – Bridge Replacement'),(7363,456,'_locations_15_title','field_5683f2aadcba2'),(7364,456,'locations_15_image','427'),(7365,456,'_locations_15_image','field_568439ed8109d'),(7366,456,'locations_15_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(7367,456,'_locations_15_description','field_5683f2b1dcba3'),(7368,456,'locations_16_location','a:3:{s:7:\"address\";s:21:\"41.470470, -80.335987\";s:3:\"lat\";s:10:\"41.4704425\";s:3:\"lng\";s:18:\"-80.33643310000002\";}'),(7369,456,'_locations_16_location','field_5683f288dcba1'),(7370,456,'locations_16_title','State Route 4021, Section B00, Mercer County – Bridge Replacement'),(7371,456,'_locations_16_title','field_5683f2aadcba2'),(7372,456,'locations_16_image','430'),(7373,456,'_locations_16_image','field_568439ed8109d'),(7374,456,'locations_16_description','This project was for a small bridge and affected 2 properties in the Township of Sugar Grove, Mercer County.'),(7375,456,'_locations_16_description','field_5683f2b1dcba3'),(7376,456,'locations_17_location','a:3:{s:7:\"address\";s:21:\"41.883264, -79.813068\";s:3:\"lat\";s:10:\"41.8827053\";s:3:\"lng\";s:18:\"-79.81425380000002\";}'),(7377,456,'_locations_17_location','field_5683f288dcba1'),(7378,456,'locations_17_title','State Route 2010, Section B01, Erie County'),(7379,456,'_locations_17_title','field_5683f2aadcba2'),(7380,456,'locations_17_image',''),(7381,456,'_locations_17_image','field_568439ed8109d'),(7382,456,'locations_17_description',''),(7383,456,'_locations_17_description','field_5683f2b1dcba3'),(7384,456,'locations_18_location','a:3:{s:7:\"address\";s:21:\"41.717397, -79.539631\";s:3:\"lat\";s:9:\"41.717376\";s:3:\"lng\";s:18:\"-79.53928450000001\";}'),(7385,456,'_locations_18_location','field_5683f288dcba1'),(7386,456,'locations_18_title','State Route 6100, Section 2B, Erie County – Bridge Replacement'),(7387,456,'_locations_18_title','field_5683f2aadcba2'),(7388,456,'locations_18_image',''),(7389,456,'_locations_18_image','field_568439ed8109d'),(7390,456,'locations_18_description',''),(7391,456,'_locations_18_description','field_5683f2b1dcba3'),(7392,456,'locations','19'),(7393,456,'_locations','field_5683f253a5dba'),(7394,457,'_wp_attached_file','2015/12/wpe12b54fa_06.png'),(7395,457,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:410;s:6:\"height\";i:410;s:4:\"file\";s:25:\"2015/12/wpe12b54fa_06.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wpe12b54fa_06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"wpe12b54fa_06-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"wpe12b54fa_06-374x410.png\";s:5:\"width\";i:374;s:6:\"height\";i:410;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"wordpressstartertheme-full-width\";a:4:{s:4:\"file\";s:25:\"wpe12b54fa_06-374x410.png\";s:5:\"width\";i:374;s:6:\"height\";i:410;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(7396,458,'locations_0_location','a:3:{s:7:\"address\";s:21:\"42.139003, -80.068528\";s:3:\"lat\";s:9:\"42.139028\";s:3:\"lng\";s:18:\"-80.06825400000002\";}'),(7397,458,'_locations_0_location','field_5683f288dcba1'),(7398,458,'locations_0_title','State Route 4034, Section A50 Erie Bayfront – New Roadway Construction'),(7399,458,'_locations_0_title','field_5683f2aadcba2'),(7400,458,'locations_0_image','443'),(7401,458,'_locations_0_image','field_568439ed8109d'),(7402,458,'locations_0_description','This project was for new road construction and affected 24 properties and resulted in the relocation of 12 residents and 3 businesses in the City of Erie, Erie County.'),(7403,458,'_locations_0_description','field_5683f2b1dcba3'),(7404,458,'locations_1_location','a:3:{s:7:\"address\";s:21:\"42.133680, -80.062399\";s:3:\"lat\";s:9:\"42.133828\";s:3:\"lng\";s:10:\"-80.062521\";}'),(7405,458,'_locations_1_location','field_5683f288dcba1'),(7406,458,'locations_1_title','State Route 4034, Section A51 Erie Bayfront – New Roadway Construction'),(7407,458,'_locations_1_title','field_5683f2aadcba2'),(7408,458,'locations_1_image','445'),(7409,458,'_locations_1_image','field_568439ed8109d'),(7410,458,'locations_1_description','This project was for new road construction and affected 25 properties and resulted in the relocation of 3 residents and 12 businesses in the City of Erie, Erie County.'),(7411,458,'_locations_1_description','field_5683f2b1dcba3'),(7412,458,'locations_2_location','a:3:{s:7:\"address\";s:21:\"42.125226, -79.980737\";s:3:\"lat\";s:10:\"42.1251108\";s:3:\"lng\";s:11:\"-79.9808974\";}'),(7413,458,'_locations_2_location','field_5683f288dcba1'),(7414,458,'locations_2_title','State Route 4034, Section A90 Bayfront Station Road – New Roadway Construction'),(7415,458,'_locations_2_title','field_5683f2aadcba2'),(7416,458,'locations_2_image','448'),(7417,458,'_locations_2_image','field_568439ed8109d'),(7418,458,'locations_2_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie County.'),(7419,458,'_locations_2_description','field_5683f2b1dcba3'),(7420,458,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.157692, -80.225869\";s:3:\"lat\";s:10:\"41.1576901\";s:3:\"lng\";s:10:\"-80.225885\";}'),(7421,458,'_locations_3_location','field_5683f288dcba1'),(7422,458,'locations_3_title','Iron Bridge – State Route 0019, B04 – Bridge Replacement'),(7423,458,'_locations_3_title','field_5683f2aadcba2'),(7424,458,'locations_3_image','450'),(7425,458,'_locations_3_image','field_568439ed8109d'),(7426,458,'locations_3_description','This project was for a mid-sized bridge replacement and affected 8 properties in the Township of Springfield, Mercer County.'),(7427,458,'_locations_3_description','field_5683f2b1dcba3'),(7428,458,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.157502, -80.225829\";s:3:\"lat\";s:10:\"41.1575001\";s:3:\"lng\";s:11:\"-80.2258445\";}'),(7429,458,'_locations_4_location','field_5683f288dcba1'),(7430,458,'locations_4_title','State Route 0062, Section A02G, Sharon – Roadway Widening'),(7431,458,'_locations_4_title','field_5683f2aadcba2'),(7432,458,'locations_4_image','452'),(7433,458,'_locations_4_image','field_568439ed8109d'),(7434,458,'locations_4_description','This project was for a road widening and affected 12 properties and resulted in the relocation of 2 residents and 4 businesses in the Cities of Sharon and Farrell, Mercer County.'),(7435,458,'_locations_4_description','field_5683f2b1dcba3'),(7436,458,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.203515, -80.500030\";s:3:\"lat\";s:10:\"41.2035162\";s:3:\"lng\";s:18:\"-80.50022580000001\";}'),(7437,458,'_locations_5_location','field_5683f288dcba1'),(7438,458,'locations_5_title','State Route 0062, Section A02, Sharon – Roadway Widening'),(7439,458,'_locations_5_title','field_5683f2aadcba2'),(7440,458,'locations_5_image','453'),(7441,458,'_locations_5_image','field_568439ed8109d'),(7442,458,'locations_5_description','This project is for roadway widening and intersection improvements and is affecting over 100 properties and resulting in the relocation of 2 residents and 2 businesses in the Cities of Sharon and Farrell, and the Borough of West Wheatland, Mercer County.'),(7443,458,'_locations_5_description','field_5683f2b1dcba3'),(7444,458,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.174312, -80.459088\";s:3:\"lat\";s:9:\"41.174248\";s:3:\"lng\";s:18:\"-80.45922139999999\";}'),(7445,458,'_locations_6_location','field_5683f288dcba1'),(7446,458,'locations_6_title','State Route 318, Section B00 – West Middlesex – Bridge Replacement'),(7447,458,'_locations_6_title','field_5683f2aadcba2'),(7448,458,'locations_6_image','455'),(7449,458,'_locations_6_image','field_568439ed8109d'),(7450,458,'locations_6_description','This project is for a large bridge replacement spanning the Shenango River and is affecting 23 properties in the Borough of West Middlesex, Mercer County.'),(7451,458,'_locations_6_description','field_5683f2b1dcba3'),(7452,458,'locations_7_location','a:3:{s:7:\"address\";s:21:\"42.101392, -79.988518\";s:3:\"lat\";s:10:\"42.1009699\";s:3:\"lng\";s:18:\"-79.98816999999997\";}'),(7453,458,'_locations_7_location','field_5683f288dcba1'),(7454,458,'locations_7_title','Township Road T609, Section S000 - Kane Hill Road Bridge – Erie County (LOCAL)'),(7455,458,'_locations_7_title','field_5683f2aadcba2'),(7456,458,'locations_7_image',''),(7457,458,'_locations_7_image','field_568439ed8109d'),(7458,458,'locations_7_description','This project is for a bridge replacement and is affecting 4 properties in Township of Greene, Erie County.'),(7459,458,'_locations_7_description','field_5683f2b1dcba3'),(7460,458,'locations_8_location','a:3:{s:7:\"address\";s:21:\"42.067111, -80.103791\";s:3:\"lat\";s:10:\"42.0681078\";s:3:\"lng\";s:11:\"-80.1039467\";}'),(7461,458,'_locations_8_location','field_5683f288dcba1'),(7462,458,'locations_8_title','State Route 4012, Section A00 – Erie County – Millcreek, Roadway Widening'),(7463,458,'_locations_8_title','field_5683f2aadcba2'),(7464,458,'locations_8_image',''),(7465,458,'_locations_8_image','field_568439ed8109d'),(7466,458,'locations_8_description',''),(7467,458,'_locations_8_description','field_5683f2b1dcba3'),(7468,458,'locations_9_location','a:3:{s:7:\"address\";s:21:\"42.071262, -80.202530\";s:3:\"lat\";s:8:\"42.07139\";s:3:\"lng\";s:18:\"-80.20223699999997\";}'),(7469,458,'_locations_9_location','field_5683f288dcba1'),(7470,458,'locations_9_title','State Route 4016, Section L00 – Millfair Erie – Intersection and Roadway Improvements'),(7471,458,'_locations_9_title','field_5683f2aadcba2'),(7472,458,'locations_9_image',''),(7473,458,'_locations_9_image','field_568439ed8109d'),(7474,458,'locations_9_description',''),(7475,458,'_locations_9_description','field_5683f2b1dcba3'),(7476,458,'locations_10_location','a:3:{s:7:\"address\";s:21:\"42.150704, -80.005306\";s:3:\"lat\";s:10:\"42.1512609\";s:3:\"lng\";s:18:\"-80.00499430000002\";}'),(7477,458,'_locations_10_location','field_5683f288dcba1'),(7478,458,'locations_10_title','Nagle Road Bridge – Harborcreek – Bridge Replacement'),(7479,458,'_locations_10_title','field_5683f2aadcba2'),(7480,458,'locations_10_image','457'),(7481,458,'_locations_10_image','field_568439ed8109d'),(7482,458,'locations_10_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie Country.'),(7483,458,'_locations_10_description','field_5683f2b1dcba3'),(7484,458,'locations_11_location','a:3:{s:7:\"address\";s:21:\"41.731326, -80.143636\";s:3:\"lat\";s:10:\"41.7312678\";s:3:\"lng\";s:18:\"-80.14303139999998\";}'),(7485,458,'_locations_11_location','field_5683f288dcba1'),(7486,458,'locations_11_title','Peters Road Bridge – Woodcock Township'),(7487,458,'_locations_11_title','field_5683f2aadcba2'),(7488,458,'locations_11_image',''),(7489,458,'_locations_11_image','field_568439ed8109d'),(7490,458,'locations_11_description','This project is for bridge removal and a new railroad crossing and is affecting 5 properties in the Township of Woodcock, Crawford County.'),(7491,458,'_locations_11_description','field_5683f2b1dcba3'),(7492,458,'locations_12_location','a:3:{s:7:\"address\";s:21:\"42.074226, -80.182684\";s:3:\"lat\";s:10:\"42.0750544\";s:3:\"lng\";s:18:\"-80.18202980000001\";}'),(7493,458,'_locations_12_location','field_5683f288dcba1'),(7494,458,'locations_12_title','State Route 4002, Section A02 Erie'),(7495,458,'_locations_12_title','field_5683f2aadcba2'),(7496,458,'locations_12_image',''),(7497,458,'_locations_12_image','field_568439ed8109d'),(7498,458,'locations_12_description',''),(7499,458,'_locations_12_description','field_5683f2b1dcba3'),(7500,458,'locations_13_location','a:3:{s:7:\"address\";s:21:\"41.506210, -79.633939\";s:3:\"lat\";s:9:\"41.505463\";s:3:\"lng\";s:18:\"-79.63243899999998\";}'),(7501,458,'_locations_13_location','field_5683f288dcba1'),(7502,458,'locations_13_title','State Route 0227, Section B01, Venango County – Bridge Replacement'),(7503,458,'_locations_13_title','field_5683f2aadcba2'),(7504,458,'locations_13_image','425'),(7505,458,'_locations_13_image','field_568439ed8109d'),(7506,458,'locations_13_description','This project is for a small bridge and is affecting 2 properties in the Township of Sugar Grove, Warren County.'),(7507,458,'_locations_13_description','field_5683f2b1dcba3'),(7508,458,'locations_14_location','a:3:{s:7:\"address\";s:21:\"42.160855, -79.978735\";s:3:\"lat\";s:9:\"42.160685\";s:3:\"lng\";s:10:\"-79.979015\";}'),(7509,458,'_locations_14_location','field_5683f288dcba1'),(7510,458,'locations_14_title','State Route 955, Section B00, Erie County – Bridge Replacement'),(7511,458,'_locations_14_title','field_5683f2aadcba2'),(7512,458,'locations_14_image','427'),(7513,458,'_locations_14_image','field_568439ed8109d'),(7514,458,'locations_14_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(7515,458,'_locations_14_description','field_5683f2b1dcba3'),(7516,458,'locations_15_location','a:3:{s:7:\"address\";s:21:\"42.166954, -79.961159\";s:3:\"lat\";s:9:\"42.167122\";s:3:\"lng\";s:10:\"-79.959048\";}'),(7517,458,'_locations_15_location','field_5683f288dcba1'),(7518,458,'locations_15_title','State Route 0955, Section B01, Erie Count – Bridge Replacement'),(7519,458,'_locations_15_title','field_5683f2aadcba2'),(7520,458,'locations_15_image','427'),(7521,458,'_locations_15_image','field_568439ed8109d'),(7522,458,'locations_15_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(7523,458,'_locations_15_description','field_5683f2b1dcba3'),(7524,458,'locations_16_location','a:3:{s:7:\"address\";s:21:\"41.470470, -80.335987\";s:3:\"lat\";s:10:\"41.4704425\";s:3:\"lng\";s:18:\"-80.33643310000002\";}'),(7525,458,'_locations_16_location','field_5683f288dcba1'),(7526,458,'locations_16_title','State Route 4021, Section B00, Mercer County – Bridge Replacement'),(7527,458,'_locations_16_title','field_5683f2aadcba2'),(7528,458,'locations_16_image','430'),(7529,458,'_locations_16_image','field_568439ed8109d'),(7530,458,'locations_16_description','This project was for a small bridge and affected 2 properties in the Township of Sugar Grove, Mercer County.'),(7531,458,'_locations_16_description','field_5683f2b1dcba3'),(7532,458,'locations_17_location','a:3:{s:7:\"address\";s:21:\"41.883264, -79.813068\";s:3:\"lat\";s:10:\"41.8827053\";s:3:\"lng\";s:18:\"-79.81425380000002\";}'),(7533,458,'_locations_17_location','field_5683f288dcba1'),(7534,458,'locations_17_title','State Route 2010, Section B01, Erie County'),(7535,458,'_locations_17_title','field_5683f2aadcba2'),(7536,458,'locations_17_image',''),(7537,458,'_locations_17_image','field_568439ed8109d'),(7538,458,'locations_17_description',''),(7539,458,'_locations_17_description','field_5683f2b1dcba3'),(7540,458,'locations_18_location','a:3:{s:7:\"address\";s:21:\"41.717397, -79.539631\";s:3:\"lat\";s:9:\"41.717376\";s:3:\"lng\";s:18:\"-79.53928450000001\";}'),(7541,458,'_locations_18_location','field_5683f288dcba1'),(7542,458,'locations_18_title','State Route 6100, Section 2B, Erie County – Bridge Replacement'),(7543,458,'_locations_18_title','field_5683f2aadcba2'),(7544,458,'locations_18_image',''),(7545,458,'_locations_18_image','field_568439ed8109d'),(7546,458,'locations_18_description',''),(7547,458,'_locations_18_description','field_5683f2b1dcba3'),(7548,458,'locations','19'),(7549,458,'_locations','field_5683f253a5dba'),(7550,459,'_wp_attached_file','2015/12/wp933e9772_06.png'),(7551,459,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:410;s:6:\"height\";i:410;s:4:\"file\";s:25:\"2015/12/wp933e9772_06.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wp933e9772_06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"wp933e9772_06-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"wp933e9772_06-374x410.png\";s:5:\"width\";i:374;s:6:\"height\";i:410;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"wordpressstartertheme-full-width\";a:4:{s:4:\"file\";s:25:\"wp933e9772_06-374x410.png\";s:5:\"width\";i:374;s:6:\"height\";i:410;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(7552,460,'locations_0_location','a:3:{s:7:\"address\";s:21:\"42.139003, -80.068528\";s:3:\"lat\";s:9:\"42.139028\";s:3:\"lng\";s:18:\"-80.06825400000002\";}'),(7553,460,'_locations_0_location','field_5683f288dcba1'),(7554,460,'locations_0_title','State Route 4034, Section A50 Erie Bayfront – New Roadway Construction'),(7555,460,'_locations_0_title','field_5683f2aadcba2'),(7556,460,'locations_0_image','443'),(7557,460,'_locations_0_image','field_568439ed8109d'),(7558,460,'locations_0_description','This project was for new road construction and affected 24 properties and resulted in the relocation of 12 residents and 3 businesses in the City of Erie, Erie County.'),(7559,460,'_locations_0_description','field_5683f2b1dcba3'),(7560,460,'locations_1_location','a:3:{s:7:\"address\";s:21:\"42.133680, -80.062399\";s:3:\"lat\";s:9:\"42.133828\";s:3:\"lng\";s:10:\"-80.062521\";}'),(7561,460,'_locations_1_location','field_5683f288dcba1'),(7562,460,'locations_1_title','State Route 4034, Section A51 Erie Bayfront – New Roadway Construction'),(7563,460,'_locations_1_title','field_5683f2aadcba2'),(7564,460,'locations_1_image','445'),(7565,460,'_locations_1_image','field_568439ed8109d'),(7566,460,'locations_1_description','This project was for new road construction and affected 25 properties and resulted in the relocation of 3 residents and 12 businesses in the City of Erie, Erie County.'),(7567,460,'_locations_1_description','field_5683f2b1dcba3'),(7568,460,'locations_2_location','a:3:{s:7:\"address\";s:21:\"42.125226, -79.980737\";s:3:\"lat\";s:10:\"42.1251108\";s:3:\"lng\";s:11:\"-79.9808974\";}'),(7569,460,'_locations_2_location','field_5683f288dcba1'),(7570,460,'locations_2_title','State Route 4034, Section A90 Bayfront Station Road – New Roadway Construction'),(7571,460,'_locations_2_title','field_5683f2aadcba2'),(7572,460,'locations_2_image','448'),(7573,460,'_locations_2_image','field_568439ed8109d'),(7574,460,'locations_2_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie County.'),(7575,460,'_locations_2_description','field_5683f2b1dcba3'),(7576,460,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.157692, -80.225869\";s:3:\"lat\";s:10:\"41.1576901\";s:3:\"lng\";s:10:\"-80.225885\";}'),(7577,460,'_locations_3_location','field_5683f288dcba1'),(7578,460,'locations_3_title','Iron Bridge – State Route 0019, B04 – Bridge Replacement'),(7579,460,'_locations_3_title','field_5683f2aadcba2'),(7580,460,'locations_3_image','450'),(7581,460,'_locations_3_image','field_568439ed8109d'),(7582,460,'locations_3_description','This project was for a mid-sized bridge replacement and affected 8 properties in the Township of Springfield, Mercer County.'),(7583,460,'_locations_3_description','field_5683f2b1dcba3'),(7584,460,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.157502, -80.225829\";s:3:\"lat\";s:10:\"41.1575001\";s:3:\"lng\";s:11:\"-80.2258445\";}'),(7585,460,'_locations_4_location','field_5683f288dcba1'),(7586,460,'locations_4_title','State Route 0062, Section A02G, Sharon – Roadway Widening'),(7587,460,'_locations_4_title','field_5683f2aadcba2'),(7588,460,'locations_4_image','452'),(7589,460,'_locations_4_image','field_568439ed8109d'),(7590,460,'locations_4_description','This project was for a road widening and affected 12 properties and resulted in the relocation of 2 residents and 4 businesses in the Cities of Sharon and Farrell, Mercer County.'),(7591,460,'_locations_4_description','field_5683f2b1dcba3'),(7592,460,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.203515, -80.500030\";s:3:\"lat\";s:10:\"41.2035162\";s:3:\"lng\";s:18:\"-80.50022580000001\";}'),(7593,460,'_locations_5_location','field_5683f288dcba1'),(7594,460,'locations_5_title','State Route 0062, Section A02, Sharon – Roadway Widening'),(7595,460,'_locations_5_title','field_5683f2aadcba2'),(7596,460,'locations_5_image','453'),(7597,460,'_locations_5_image','field_568439ed8109d'),(7598,460,'locations_5_description','This project is for roadway widening and intersection improvements and is affecting over 100 properties and resulting in the relocation of 2 residents and 2 businesses in the Cities of Sharon and Farrell, and the Borough of West Wheatland, Mercer County.'),(7599,460,'_locations_5_description','field_5683f2b1dcba3'),(7600,460,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.174312, -80.459088\";s:3:\"lat\";s:9:\"41.174248\";s:3:\"lng\";s:18:\"-80.45922139999999\";}'),(7601,460,'_locations_6_location','field_5683f288dcba1'),(7602,460,'locations_6_title','State Route 318, Section B00 – West Middlesex – Bridge Replacement'),(7603,460,'_locations_6_title','field_5683f2aadcba2'),(7604,460,'locations_6_image','455'),(7605,460,'_locations_6_image','field_568439ed8109d'),(7606,460,'locations_6_description','This project is for a large bridge replacement spanning the Shenango River and is affecting 23 properties in the Borough of West Middlesex, Mercer County.'),(7607,460,'_locations_6_description','field_5683f2b1dcba3'),(7608,460,'locations_7_location','a:3:{s:7:\"address\";s:21:\"42.101392, -79.988518\";s:3:\"lat\";s:10:\"42.1009699\";s:3:\"lng\";s:18:\"-79.98816999999997\";}'),(7609,460,'_locations_7_location','field_5683f288dcba1'),(7610,460,'locations_7_title','Township Road T609, Section S000 - Kane Hill Road Bridge – Erie County (LOCAL)'),(7611,460,'_locations_7_title','field_5683f2aadcba2'),(7612,460,'locations_7_image',''),(7613,460,'_locations_7_image','field_568439ed8109d'),(7614,460,'locations_7_description','This project is for a bridge replacement and is affecting 4 properties in Township of Greene, Erie County.'),(7615,460,'_locations_7_description','field_5683f2b1dcba3'),(7616,460,'locations_8_location','a:3:{s:7:\"address\";s:21:\"42.067111, -80.103791\";s:3:\"lat\";s:10:\"42.0681078\";s:3:\"lng\";s:11:\"-80.1039467\";}'),(7617,460,'_locations_8_location','field_5683f288dcba1'),(7618,460,'locations_8_title','State Route 4012, Section A00 – Erie County – Millcreek, Roadway Widening'),(7619,460,'_locations_8_title','field_5683f2aadcba2'),(7620,460,'locations_8_image',''),(7621,460,'_locations_8_image','field_568439ed8109d'),(7622,460,'locations_8_description',''),(7623,460,'_locations_8_description','field_5683f2b1dcba3'),(7624,460,'locations_9_location','a:3:{s:7:\"address\";s:21:\"42.071262, -80.202530\";s:3:\"lat\";s:8:\"42.07139\";s:3:\"lng\";s:18:\"-80.20223699999997\";}'),(7625,460,'_locations_9_location','field_5683f288dcba1'),(7626,460,'locations_9_title','State Route 4016, Section L00 – Millfair Erie – Intersection and Roadway Improvements'),(7627,460,'_locations_9_title','field_5683f2aadcba2'),(7628,460,'locations_9_image',''),(7629,460,'_locations_9_image','field_568439ed8109d'),(7630,460,'locations_9_description',''),(7631,460,'_locations_9_description','field_5683f2b1dcba3'),(7632,460,'locations_10_location','a:3:{s:7:\"address\";s:21:\"42.150704, -80.005306\";s:3:\"lat\";s:10:\"42.1512609\";s:3:\"lng\";s:18:\"-80.00499430000002\";}'),(7633,460,'_locations_10_location','field_5683f288dcba1'),(7634,460,'locations_10_title','Nagle Road Bridge – Harborcreek – Bridge Replacement'),(7635,460,'_locations_10_title','field_5683f2aadcba2'),(7636,460,'locations_10_image','457'),(7637,460,'_locations_10_image','field_568439ed8109d'),(7638,460,'locations_10_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie Country.'),(7639,460,'_locations_10_description','field_5683f2b1dcba3'),(7640,460,'locations_11_location','a:3:{s:7:\"address\";s:21:\"41.731326, -80.143636\";s:3:\"lat\";s:10:\"41.7312678\";s:3:\"lng\";s:18:\"-80.14303139999998\";}'),(7641,460,'_locations_11_location','field_5683f288dcba1'),(7642,460,'locations_11_title','Peters Road Bridge – Woodcock Township'),(7643,460,'_locations_11_title','field_5683f2aadcba2'),(7644,460,'locations_11_image','459'),(7645,460,'_locations_11_image','field_568439ed8109d'),(7646,460,'locations_11_description','This project is for bridge removal and a new railroad crossing and is affecting 5 properties in the Township of Woodcock, Crawford County.'),(7647,460,'_locations_11_description','field_5683f2b1dcba3'),(7648,460,'locations_12_location','a:3:{s:7:\"address\";s:21:\"42.074226, -80.182684\";s:3:\"lat\";s:10:\"42.0750544\";s:3:\"lng\";s:18:\"-80.18202980000001\";}'),(7649,460,'_locations_12_location','field_5683f288dcba1'),(7650,460,'locations_12_title','State Route 4002, Section A02 Erie'),(7651,460,'_locations_12_title','field_5683f2aadcba2'),(7652,460,'locations_12_image',''),(7653,460,'_locations_12_image','field_568439ed8109d'),(7654,460,'locations_12_description',''),(7655,460,'_locations_12_description','field_5683f2b1dcba3'),(7656,460,'locations_13_location','a:3:{s:7:\"address\";s:21:\"41.506210, -79.633939\";s:3:\"lat\";s:9:\"41.505463\";s:3:\"lng\";s:18:\"-79.63243899999998\";}'),(7657,460,'_locations_13_location','field_5683f288dcba1'),(7658,460,'locations_13_title','State Route 0227, Section B01, Venango County – Bridge Replacement'),(7659,460,'_locations_13_title','field_5683f2aadcba2'),(7660,460,'locations_13_image','425'),(7661,460,'_locations_13_image','field_568439ed8109d'),(7662,460,'locations_13_description','This project is for a small bridge and is affecting 2 properties in the Township of Sugar Grove, Warren County.'),(7663,460,'_locations_13_description','field_5683f2b1dcba3'),(7664,460,'locations_14_location','a:3:{s:7:\"address\";s:21:\"42.160855, -79.978735\";s:3:\"lat\";s:9:\"42.160685\";s:3:\"lng\";s:10:\"-79.979015\";}'),(7665,460,'_locations_14_location','field_5683f288dcba1'),(7666,460,'locations_14_title','State Route 955, Section B00, Erie County – Bridge Replacement'),(7667,460,'_locations_14_title','field_5683f2aadcba2'),(7668,460,'locations_14_image','427'),(7669,460,'_locations_14_image','field_568439ed8109d'),(7670,460,'locations_14_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(7671,460,'_locations_14_description','field_5683f2b1dcba3'),(7672,460,'locations_15_location','a:3:{s:7:\"address\";s:21:\"42.166954, -79.961159\";s:3:\"lat\";s:9:\"42.167122\";s:3:\"lng\";s:10:\"-79.959048\";}'),(7673,460,'_locations_15_location','field_5683f288dcba1'),(7674,460,'locations_15_title','State Route 0955, Section B01, Erie Count – Bridge Replacement'),(7675,460,'_locations_15_title','field_5683f2aadcba2'),(7676,460,'locations_15_image','427'),(7677,460,'_locations_15_image','field_568439ed8109d'),(7678,460,'locations_15_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(7679,460,'_locations_15_description','field_5683f2b1dcba3'),(7680,460,'locations_16_location','a:3:{s:7:\"address\";s:21:\"41.470470, -80.335987\";s:3:\"lat\";s:10:\"41.4704425\";s:3:\"lng\";s:18:\"-80.33643310000002\";}'),(7681,460,'_locations_16_location','field_5683f288dcba1'),(7682,460,'locations_16_title','State Route 4021, Section B00, Mercer County – Bridge Replacement'),(7683,460,'_locations_16_title','field_5683f2aadcba2'),(7684,460,'locations_16_image','430'),(7685,460,'_locations_16_image','field_568439ed8109d'),(7686,460,'locations_16_description','This project was for a small bridge and affected 2 properties in the Township of Sugar Grove, Mercer County.'),(7687,460,'_locations_16_description','field_5683f2b1dcba3'),(7688,460,'locations_17_location','a:3:{s:7:\"address\";s:21:\"41.883264, -79.813068\";s:3:\"lat\";s:10:\"41.8827053\";s:3:\"lng\";s:18:\"-79.81425380000002\";}'),(7689,460,'_locations_17_location','field_5683f288dcba1'),(7690,460,'locations_17_title','State Route 2010, Section B01, Erie County'),(7691,460,'_locations_17_title','field_5683f2aadcba2'),(7692,460,'locations_17_image',''),(7693,460,'_locations_17_image','field_568439ed8109d'),(7694,460,'locations_17_description',''),(7695,460,'_locations_17_description','field_5683f2b1dcba3'),(7696,460,'locations_18_location','a:3:{s:7:\"address\";s:21:\"41.717397, -79.539631\";s:3:\"lat\";s:9:\"41.717376\";s:3:\"lng\";s:18:\"-79.53928450000001\";}'),(7697,460,'_locations_18_location','field_5683f288dcba1'),(7698,460,'locations_18_title','State Route 6100, Section 2B, Erie County – Bridge Replacement'),(7699,460,'_locations_18_title','field_5683f2aadcba2'),(7700,460,'locations_18_image',''),(7701,460,'_locations_18_image','field_568439ed8109d'),(7702,460,'locations_18_description',''),(7703,460,'_locations_18_description','field_5683f2b1dcba3'),(7704,460,'locations','19'),(7705,460,'_locations','field_5683f253a5dba'),(7706,461,'_wp_attached_file','2015/12/wp13da8a0a_06.png'),(7707,461,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:410;s:6:\"height\";i:410;s:4:\"file\";s:25:\"2015/12/wp13da8a0a_06.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wp13da8a0a_06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"wp13da8a0a_06-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"wp13da8a0a_06-374x410.png\";s:5:\"width\";i:374;s:6:\"height\";i:410;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"wordpressstartertheme-full-width\";a:4:{s:4:\"file\";s:25:\"wp13da8a0a_06-374x410.png\";s:5:\"width\";i:374;s:6:\"height\";i:410;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(7708,462,'locations_0_location','a:3:{s:7:\"address\";s:21:\"42.139003, -80.068528\";s:3:\"lat\";s:9:\"42.139028\";s:3:\"lng\";s:18:\"-80.06825400000002\";}'),(7709,462,'_locations_0_location','field_5683f288dcba1'),(7710,462,'locations_0_title','State Route 4034, Section A50 Erie Bayfront – New Roadway Construction'),(7711,462,'_locations_0_title','field_5683f2aadcba2'),(7712,462,'locations_0_image','443'),(7713,462,'_locations_0_image','field_568439ed8109d'),(7714,462,'locations_0_description','This project was for new road construction and affected 24 properties and resulted in the relocation of 12 residents and 3 businesses in the City of Erie, Erie County.'),(7715,462,'_locations_0_description','field_5683f2b1dcba3'),(7716,462,'locations_1_location','a:3:{s:7:\"address\";s:21:\"42.133680, -80.062399\";s:3:\"lat\";s:9:\"42.133828\";s:3:\"lng\";s:10:\"-80.062521\";}'),(7717,462,'_locations_1_location','field_5683f288dcba1'),(7718,462,'locations_1_title','State Route 4034, Section A51 Erie Bayfront – New Roadway Construction'),(7719,462,'_locations_1_title','field_5683f2aadcba2'),(7720,462,'locations_1_image','445'),(7721,462,'_locations_1_image','field_568439ed8109d'),(7722,462,'locations_1_description','This project was for new road construction and affected 25 properties and resulted in the relocation of 3 residents and 12 businesses in the City of Erie, Erie County.'),(7723,462,'_locations_1_description','field_5683f2b1dcba3'),(7724,462,'locations_2_location','a:3:{s:7:\"address\";s:21:\"42.125226, -79.980737\";s:3:\"lat\";s:10:\"42.1251108\";s:3:\"lng\";s:11:\"-79.9808974\";}'),(7725,462,'_locations_2_location','field_5683f288dcba1'),(7726,462,'locations_2_title','State Route 4034, Section A90 Bayfront Station Road – New Roadway Construction'),(7727,462,'_locations_2_title','field_5683f2aadcba2'),(7728,462,'locations_2_image','448'),(7729,462,'_locations_2_image','field_568439ed8109d'),(7730,462,'locations_2_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie County.'),(7731,462,'_locations_2_description','field_5683f2b1dcba3'),(7732,462,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.157692, -80.225869\";s:3:\"lat\";s:10:\"41.1576901\";s:3:\"lng\";s:10:\"-80.225885\";}'),(7733,462,'_locations_3_location','field_5683f288dcba1'),(7734,462,'locations_3_title','Iron Bridge – State Route 0019, B04 – Bridge Replacement'),(7735,462,'_locations_3_title','field_5683f2aadcba2'),(7736,462,'locations_3_image','450'),(7737,462,'_locations_3_image','field_568439ed8109d'),(7738,462,'locations_3_description','This project was for a mid-sized bridge replacement and affected 8 properties in the Township of Springfield, Mercer County.'),(7739,462,'_locations_3_description','field_5683f2b1dcba3'),(7740,462,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.157502, -80.225829\";s:3:\"lat\";s:10:\"41.1575001\";s:3:\"lng\";s:11:\"-80.2258445\";}'),(7741,462,'_locations_4_location','field_5683f288dcba1'),(7742,462,'locations_4_title','State Route 0062, Section A02G, Sharon – Roadway Widening'),(7743,462,'_locations_4_title','field_5683f2aadcba2'),(7744,462,'locations_4_image','452'),(7745,462,'_locations_4_image','field_568439ed8109d'),(7746,462,'locations_4_description','This project was for a road widening and affected 12 properties and resulted in the relocation of 2 residents and 4 businesses in the Cities of Sharon and Farrell, Mercer County.'),(7747,462,'_locations_4_description','field_5683f2b1dcba3'),(7748,462,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.203515, -80.500030\";s:3:\"lat\";s:10:\"41.2035162\";s:3:\"lng\";s:18:\"-80.50022580000001\";}'),(7749,462,'_locations_5_location','field_5683f288dcba1'),(7750,462,'locations_5_title','State Route 0062, Section A02, Sharon – Roadway Widening'),(7751,462,'_locations_5_title','field_5683f2aadcba2'),(7752,462,'locations_5_image','453'),(7753,462,'_locations_5_image','field_568439ed8109d'),(7754,462,'locations_5_description','This project is for roadway widening and intersection improvements and is affecting over 100 properties and resulting in the relocation of 2 residents and 2 businesses in the Cities of Sharon and Farrell, and the Borough of West Wheatland, Mercer County.'),(7755,462,'_locations_5_description','field_5683f2b1dcba3'),(7756,462,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.174312, -80.459088\";s:3:\"lat\";s:9:\"41.174248\";s:3:\"lng\";s:18:\"-80.45922139999999\";}'),(7757,462,'_locations_6_location','field_5683f288dcba1'),(7758,462,'locations_6_title','State Route 318, Section B00 – West Middlesex – Bridge Replacement'),(7759,462,'_locations_6_title','field_5683f2aadcba2'),(7760,462,'locations_6_image','455'),(7761,462,'_locations_6_image','field_568439ed8109d'),(7762,462,'locations_6_description','This project is for a large bridge replacement spanning the Shenango River and is affecting 23 properties in the Borough of West Middlesex, Mercer County.'),(7763,462,'_locations_6_description','field_5683f2b1dcba3'),(7764,462,'locations_7_location','a:3:{s:7:\"address\";s:21:\"42.101392, -79.988518\";s:3:\"lat\";s:10:\"42.1009699\";s:3:\"lng\";s:18:\"-79.98816999999997\";}'),(7765,462,'_locations_7_location','field_5683f288dcba1'),(7766,462,'locations_7_title','Township Road T609, Section S000 - Kane Hill Road Bridge – Erie County (LOCAL)'),(7767,462,'_locations_7_title','field_5683f2aadcba2'),(7768,462,'locations_7_image','461'),(7769,462,'_locations_7_image','field_568439ed8109d'),(7770,462,'locations_7_description','This project is for a bridge replacement and is affecting 4 properties in Township of Greene, Erie County.'),(7771,462,'_locations_7_description','field_5683f2b1dcba3'),(7772,462,'locations_8_location','a:3:{s:7:\"address\";s:21:\"42.067111, -80.103791\";s:3:\"lat\";s:10:\"42.0681078\";s:3:\"lng\";s:11:\"-80.1039467\";}'),(7773,462,'_locations_8_location','field_5683f288dcba1'),(7774,462,'locations_8_title','State Route 4012, Section A00 – Erie County – Millcreek, Roadway Widening'),(7775,462,'_locations_8_title','field_5683f2aadcba2'),(7776,462,'locations_8_image',''),(7777,462,'_locations_8_image','field_568439ed8109d'),(7778,462,'locations_8_description',''),(7779,462,'_locations_8_description','field_5683f2b1dcba3'),(7780,462,'locations_9_location','a:3:{s:7:\"address\";s:21:\"42.071262, -80.202530\";s:3:\"lat\";s:8:\"42.07139\";s:3:\"lng\";s:18:\"-80.20223699999997\";}'),(7781,462,'_locations_9_location','field_5683f288dcba1'),(7782,462,'locations_9_title','State Route 4016, Section L00 – Millfair Erie – Intersection and Roadway Improvements'),(7783,462,'_locations_9_title','field_5683f2aadcba2'),(7784,462,'locations_9_image',''),(7785,462,'_locations_9_image','field_568439ed8109d'),(7786,462,'locations_9_description',''),(7787,462,'_locations_9_description','field_5683f2b1dcba3'),(7788,462,'locations_10_location','a:3:{s:7:\"address\";s:21:\"42.150704, -80.005306\";s:3:\"lat\";s:10:\"42.1512609\";s:3:\"lng\";s:18:\"-80.00499430000002\";}'),(7789,462,'_locations_10_location','field_5683f288dcba1'),(7790,462,'locations_10_title','Nagle Road Bridge – Harborcreek – Bridge Replacement'),(7791,462,'_locations_10_title','field_5683f2aadcba2'),(7792,462,'locations_10_image','457'),(7793,462,'_locations_10_image','field_568439ed8109d'),(7794,462,'locations_10_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie Country.'),(7795,462,'_locations_10_description','field_5683f2b1dcba3'),(7796,462,'locations_11_location','a:3:{s:7:\"address\";s:21:\"41.731326, -80.143636\";s:3:\"lat\";s:10:\"41.7312678\";s:3:\"lng\";s:18:\"-80.14303139999998\";}'),(7797,462,'_locations_11_location','field_5683f288dcba1'),(7798,462,'locations_11_title','Peters Road Bridge – Woodcock Township'),(7799,462,'_locations_11_title','field_5683f2aadcba2'),(7800,462,'locations_11_image','459'),(7801,462,'_locations_11_image','field_568439ed8109d'),(7802,462,'locations_11_description','This project is for bridge removal and a new railroad crossing and is affecting 5 properties in the Township of Woodcock, Crawford County.'),(7803,462,'_locations_11_description','field_5683f2b1dcba3'),(7804,462,'locations_12_location','a:3:{s:7:\"address\";s:21:\"42.074226, -80.182684\";s:3:\"lat\";s:10:\"42.0750544\";s:3:\"lng\";s:18:\"-80.18202980000001\";}'),(7805,462,'_locations_12_location','field_5683f288dcba1'),(7806,462,'locations_12_title','State Route 4002, Section A02 Erie'),(7807,462,'_locations_12_title','field_5683f2aadcba2'),(7808,462,'locations_12_image',''),(7809,462,'_locations_12_image','field_568439ed8109d'),(7810,462,'locations_12_description',''),(7811,462,'_locations_12_description','field_5683f2b1dcba3'),(7812,462,'locations_13_location','a:3:{s:7:\"address\";s:21:\"41.506210, -79.633939\";s:3:\"lat\";s:9:\"41.505463\";s:3:\"lng\";s:18:\"-79.63243899999998\";}'),(7813,462,'_locations_13_location','field_5683f288dcba1'),(7814,462,'locations_13_title','State Route 0227, Section B01, Venango County – Bridge Replacement'),(7815,462,'_locations_13_title','field_5683f2aadcba2'),(7816,462,'locations_13_image','425'),(7817,462,'_locations_13_image','field_568439ed8109d'),(7818,462,'locations_13_description','This project is for a small bridge and is affecting 2 properties in the Township of Sugar Grove, Warren County.'),(7819,462,'_locations_13_description','field_5683f2b1dcba3'),(7820,462,'locations_14_location','a:3:{s:7:\"address\";s:21:\"42.160855, -79.978735\";s:3:\"lat\";s:9:\"42.160685\";s:3:\"lng\";s:10:\"-79.979015\";}'),(7821,462,'_locations_14_location','field_5683f288dcba1'),(7822,462,'locations_14_title','State Route 955, Section B00, Erie County – Bridge Replacement'),(7823,462,'_locations_14_title','field_5683f2aadcba2'),(7824,462,'locations_14_image','427'),(7825,462,'_locations_14_image','field_568439ed8109d'),(7826,462,'locations_14_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(7827,462,'_locations_14_description','field_5683f2b1dcba3'),(7828,462,'locations_15_location','a:3:{s:7:\"address\";s:21:\"42.166954, -79.961159\";s:3:\"lat\";s:9:\"42.167122\";s:3:\"lng\";s:10:\"-79.959048\";}'),(7829,462,'_locations_15_location','field_5683f288dcba1'),(7830,462,'locations_15_title','State Route 0955, Section B01, Erie Count – Bridge Replacement'),(7831,462,'_locations_15_title','field_5683f2aadcba2'),(7832,462,'locations_15_image','427'),(7833,462,'_locations_15_image','field_568439ed8109d'),(7834,462,'locations_15_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(7835,462,'_locations_15_description','field_5683f2b1dcba3'),(7836,462,'locations_16_location','a:3:{s:7:\"address\";s:21:\"41.470470, -80.335987\";s:3:\"lat\";s:10:\"41.4704425\";s:3:\"lng\";s:18:\"-80.33643310000002\";}'),(7837,462,'_locations_16_location','field_5683f288dcba1'),(7838,462,'locations_16_title','State Route 4021, Section B00, Mercer County – Bridge Replacement'),(7839,462,'_locations_16_title','field_5683f2aadcba2'),(7840,462,'locations_16_image','430'),(7841,462,'_locations_16_image','field_568439ed8109d'),(7842,462,'locations_16_description','This project was for a small bridge and affected 2 properties in the Township of Sugar Grove, Mercer County.'),(7843,462,'_locations_16_description','field_5683f2b1dcba3'),(7844,462,'locations_17_location','a:3:{s:7:\"address\";s:21:\"41.883264, -79.813068\";s:3:\"lat\";s:10:\"41.8827053\";s:3:\"lng\";s:18:\"-79.81425380000002\";}'),(7845,462,'_locations_17_location','field_5683f288dcba1'),(7846,462,'locations_17_title','State Route 2010, Section B01, Erie County'),(7847,462,'_locations_17_title','field_5683f2aadcba2'),(7848,462,'locations_17_image',''),(7849,462,'_locations_17_image','field_568439ed8109d'),(7850,462,'locations_17_description',''),(7851,462,'_locations_17_description','field_5683f2b1dcba3'),(7852,462,'locations_18_location','a:3:{s:7:\"address\";s:21:\"41.717397, -79.539631\";s:3:\"lat\";s:9:\"41.717376\";s:3:\"lng\";s:18:\"-79.53928450000001\";}'),(7853,462,'_locations_18_location','field_5683f288dcba1'),(7854,462,'locations_18_title','State Route 6100, Section 2B, Erie County – Bridge Replacement'),(7855,462,'_locations_18_title','field_5683f2aadcba2'),(7856,462,'locations_18_image',''),(7857,462,'_locations_18_image','field_568439ed8109d'),(7858,462,'locations_18_description',''),(7859,462,'_locations_18_description','field_5683f2b1dcba3'),(7860,462,'locations','19'),(7861,462,'_locations','field_5683f253a5dba'),(7862,463,'_wp_attached_file','2015/12/wpc28477ed_06.png'),(7863,463,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:410;s:6:\"height\";i:444;s:4:\"file\";s:25:\"2015/12/wpc28477ed_06.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wpc28477ed_06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"wpc28477ed_06-277x300.png\";s:5:\"width\";i:277;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"wpc28477ed_06-374x444.png\";s:5:\"width\";i:374;s:6:\"height\";i:444;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"wordpressstartertheme-full-width\";a:4:{s:4:\"file\";s:25:\"wpc28477ed_06-374x444.png\";s:5:\"width\";i:374;s:6:\"height\";i:444;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(7864,464,'locations_0_location','a:3:{s:7:\"address\";s:21:\"41.565697, -76.058985\";s:3:\"lat\";s:10:\"41.5656927\";s:3:\"lng\";s:11:\"-76.0575996\";}'),(7865,464,'_locations_0_location','field_5683f288dcba1'),(7866,464,'locations_0_title','3003 – 773 – Mehoopany'),(7867,464,'_locations_0_title','field_5683f2aadcba2'),(7868,464,'locations_0_image','463'),(7869,464,'_locations_0_image','field_568439ed8109d'),(7870,464,'locations_0_description','This project is for a mid-sized bridge replacement and roadway alignment and is affecting 10 properties and resulting in the relocation of 1 resident in the Township of Mehoopany, Wyoming County.'),(7871,464,'_locations_0_description','field_5683f2b1dcba3'),(7872,464,'locations','1'),(7873,464,'_locations','field_5683f253a5dba'),(7874,335,'locations_0_image','463'),(7875,335,'_locations_0_image','field_568439ed8109d'),(7876,465,'_wp_attached_file','2015/12/wpb3805985_06.png'),(7877,465,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:410;s:6:\"height\";i:459;s:4:\"file\";s:25:\"2015/12/wpb3805985_06.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wpb3805985_06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"wpb3805985_06-268x300.png\";s:5:\"width\";i:268;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"wpb3805985_06-374x459.png\";s:5:\"width\";i:374;s:6:\"height\";i:459;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"wordpressstartertheme-full-width\";a:4:{s:4:\"file\";s:25:\"wpb3805985_06-374x459.png\";s:5:\"width\";i:374;s:6:\"height\";i:459;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(7878,466,'locations_0_location','a:3:{s:7:\"address\";s:21:\"41.565697, -76.058985\";s:3:\"lat\";s:10:\"41.5656927\";s:3:\"lng\";s:11:\"-76.0575996\";}'),(7879,466,'_locations_0_location','field_5683f288dcba1'),(7880,466,'locations_0_title','3003 – 773 – Mehoopany'),(7881,466,'_locations_0_title','field_5683f2aadcba2'),(7882,466,'locations_0_image','463'),(7883,466,'_locations_0_image','field_568439ed8109d'),(7884,466,'locations_0_description','This project is for a mid-sized bridge replacement and roadway alignment and is affecting 10 properties and resulting in the relocation of 1 resident in the Township of Mehoopany, Wyoming County.'),(7885,466,'_locations_0_description','field_5683f2b1dcba3'),(7886,466,'locations_1_location',''),(7887,466,'_locations_1_location','field_5683f288dcba1'),(7888,466,'locations_1_title','SR0006, Section 214'),(7889,466,'_locations_1_title','field_5683f2aadcba2'),(7890,466,'locations_1_image','465'),(7891,466,'_locations_1_image','field_568439ed8109d'),(7892,466,'locations_1_description','This project is for lane reconfiguration, intersection improvements, and drainage improvements and is affecting 34 parcels in the municipalities of Clinton, La Plume, Glenburn, South Abington, Factoryville, and Dalton, Lackawanna and Wyoming Counties.'),(7893,466,'_locations_1_description','field_5683f2b1dcba3'),(7894,466,'locations','2'),(7895,466,'_locations','field_5683f253a5dba'),(7896,335,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.558172, -75.756456\";s:3:\"lat\";s:10:\"41.5550934\";s:3:\"lng\";s:18:\"-75.75364639999998\";}'),(7897,335,'_locations_1_location','field_5683f288dcba1'),(7898,335,'locations_1_title','SR0006, Section 214'),(7899,335,'_locations_1_title','field_5683f2aadcba2'),(7900,335,'locations_1_image',''),(7901,335,'_locations_1_image','field_568439ed8109d'),(7902,335,'locations_1_description','This project is for lane reconfiguration, intersection improvements, and drainage improvements and is affecting 34 parcels in the municipalities of Clinton, La Plume, Glenburn, South Abington, Factoryville, and Dalton, Lackawanna and Wyoming Counties.'),(7903,335,'_locations_1_description','field_5683f2b1dcba3'),(7904,467,'locations_0_location','a:3:{s:7:\"address\";s:21:\"41.565697, -76.058985\";s:3:\"lat\";s:10:\"41.5656927\";s:3:\"lng\";s:11:\"-76.0575996\";}'),(7905,467,'_locations_0_location','field_5683f288dcba1'),(7906,467,'locations_0_title','3003 – 773 – Mehoopany'),(7907,467,'_locations_0_title','field_5683f2aadcba2'),(7908,467,'locations_0_image','463'),(7909,467,'_locations_0_image','field_568439ed8109d'),(7910,467,'locations_0_description','This project is for a mid-sized bridge replacement and roadway alignment and is affecting 10 properties and resulting in the relocation of 1 resident in the Township of Mehoopany, Wyoming County.'),(7911,467,'_locations_0_description','field_5683f2b1dcba3'),(7912,467,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.559835, -75.756573\";s:3:\"lat\";s:10:\"41.5598496\";s:3:\"lng\";s:18:\"-75.75686619999999\";}'),(7913,467,'_locations_1_location','field_5683f288dcba1'),(7914,467,'locations_1_title','SR0006, Section 214'),(7915,467,'_locations_1_title','field_5683f2aadcba2'),(7916,467,'locations_1_image','465'),(7917,467,'_locations_1_image','field_568439ed8109d'),(7918,467,'locations_1_description','This project is for lane reconfiguration, intersection improvements, and drainage improvements and is affecting 34 parcels in the municipalities of Clinton, La Plume, Glenburn, South Abington, Factoryville, and Dalton, Lackawanna and Wyoming Counties.'),(7919,467,'_locations_1_description','field_5683f2b1dcba3'),(7920,467,'locations','2'),(7921,467,'_locations','field_5683f253a5dba'),(7922,468,'locations_0_location','a:3:{s:7:\"address\";s:21:\"41.565697, -76.058985\";s:3:\"lat\";s:10:\"41.5656927\";s:3:\"lng\";s:11:\"-76.0575996\";}'),(7923,468,'_locations_0_location','field_5683f288dcba1'),(7924,468,'locations_0_title','3003 – 773 – Mehoopany'),(7925,468,'_locations_0_title','field_5683f2aadcba2'),(7926,468,'locations_0_image','463'),(7927,468,'_locations_0_image','field_568439ed8109d'),(7928,468,'locations_0_description','This project is for a mid-sized bridge replacement and roadway alignment and is affecting 10 properties and resulting in the relocation of 1 resident in the Township of Mehoopany, Wyoming County.'),(7929,468,'_locations_0_description','field_5683f2b1dcba3'),(7930,468,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.559963, -75.756487\";s:3:\"lat\";s:10:\"41.5598496\";s:3:\"lng\";s:18:\"-75.75686619999999\";}'),(7931,468,'_locations_1_location','field_5683f288dcba1'),(7932,468,'locations_1_title','SR0006, Section 214'),(7933,468,'_locations_1_title','field_5683f2aadcba2'),(7934,468,'locations_1_image','465'),(7935,468,'_locations_1_image','field_568439ed8109d'),(7936,468,'locations_1_description','This project is for lane reconfiguration, intersection improvements, and drainage improvements and is affecting 34 parcels in the municipalities of Clinton, La Plume, Glenburn, South Abington, Factoryville, and Dalton, Lackawanna and Wyoming Counties.'),(7937,468,'_locations_1_description','field_5683f2b1dcba3'),(7938,468,'locations','2'),(7939,468,'_locations','field_5683f253a5dba'),(7940,469,'locations_0_location','a:3:{s:7:\"address\";s:21:\"41.565697, -76.058985\";s:3:\"lat\";s:10:\"41.5656927\";s:3:\"lng\";s:11:\"-76.0575996\";}'),(7941,469,'_locations_0_location','field_5683f288dcba1'),(7942,469,'locations_0_title','3003 – 773 – Mehoopany'),(7943,469,'_locations_0_title','field_5683f2aadcba2'),(7944,469,'locations_0_image','463'),(7945,469,'_locations_0_image','field_568439ed8109d'),(7946,469,'locations_0_description','This project is for a mid-sized bridge replacement and roadway alignment and is affecting 10 properties and resulting in the relocation of 1 resident in the Township of Mehoopany, Wyoming County.'),(7947,469,'_locations_0_description','field_5683f2b1dcba3'),(7948,469,'locations_1_location','a:3:{s:7:\"address\";s:44:\"2121 College Rd, Factoryville, PA 18419, USA\";s:3:\"lat\";s:17:\"41.55942411498371\";s:3:\"lng\";s:18:\"-75.75912998440856\";}'),(7949,469,'_locations_1_location','field_5683f288dcba1'),(7950,469,'locations_1_title','SR0006, Section 214'),(7951,469,'_locations_1_title','field_5683f2aadcba2'),(7952,469,'locations_1_image','465'),(7953,469,'_locations_1_image','field_568439ed8109d'),(7954,469,'locations_1_description','This project is for lane reconfiguration, intersection improvements, and drainage improvements and is affecting 34 parcels in the municipalities of Clinton, La Plume, Glenburn, South Abington, Factoryville, and Dalton, Lackawanna and Wyoming Counties.'),(7955,469,'_locations_1_description','field_5683f2b1dcba3'),(7956,469,'locations','2'),(7957,469,'_locations','field_5683f253a5dba'),(7958,470,'locations_0_location','a:3:{s:7:\"address\";s:21:\"41.565697, -76.058985\";s:3:\"lat\";s:10:\"41.5656927\";s:3:\"lng\";s:11:\"-76.0575996\";}'),(7959,470,'_locations_0_location','field_5683f288dcba1'),(7960,470,'locations_0_title','3003 – 773 – Mehoopany'),(7961,470,'_locations_0_title','field_5683f2aadcba2'),(7962,470,'locations_0_image','463'),(7963,470,'_locations_0_image','field_568439ed8109d'),(7964,470,'locations_0_description','This project is for a mid-sized bridge replacement and roadway alignment and is affecting 10 properties and resulting in the relocation of 1 resident in the Township of Mehoopany, Wyoming County.'),(7965,470,'_locations_0_description','field_5683f2b1dcba3'),(7966,470,'locations_1_location',''),(7967,470,'_locations_1_location','field_5683f288dcba1'),(7968,470,'locations_1_title','SR0006, Section 214'),(7969,470,'_locations_1_title','field_5683f2aadcba2'),(7970,470,'locations_1_image','465'),(7971,470,'_locations_1_image','field_568439ed8109d'),(7972,470,'locations_1_description','This project is for lane reconfiguration, intersection improvements, and drainage improvements and is affecting 34 parcels in the municipalities of Clinton, La Plume, Glenburn, South Abington, Factoryville, and Dalton, Lackawanna and Wyoming Counties.'),(7973,470,'_locations_1_description','field_5683f2b1dcba3'),(7974,470,'locations','2'),(7975,470,'_locations','field_5683f253a5dba'),(7976,471,'locations_0_location',''),(7977,471,'_locations_0_location','field_5683f288dcba1'),(7978,471,'locations_0_title','3003 – 773 – Mehoopany'),(7979,471,'_locations_0_title','field_5683f2aadcba2'),(7980,471,'locations_0_image','463'),(7981,471,'_locations_0_image','field_568439ed8109d'),(7982,471,'locations_0_description','This project is for a mid-sized bridge replacement and roadway alignment and is affecting 10 properties and resulting in the relocation of 1 resident in the Township of Mehoopany, Wyoming County.'),(7983,471,'_locations_0_description','field_5683f2b1dcba3'),(7984,471,'locations_1_location',''),(7985,471,'_locations_1_location','field_5683f288dcba1'),(7986,471,'locations_1_title','SR0006, Section 214'),(7987,471,'_locations_1_title','field_5683f2aadcba2'),(7988,471,'locations_1_image','465'),(7989,471,'_locations_1_image','field_568439ed8109d'),(7990,471,'locations_1_description','This project is for lane reconfiguration, intersection improvements, and drainage improvements and is affecting 34 parcels in the municipalities of Clinton, La Plume, Glenburn, South Abington, Factoryville, and Dalton, Lackawanna and Wyoming Counties.'),(7991,471,'_locations_1_description','field_5683f2b1dcba3'),(7992,471,'locations','2'),(7993,471,'_locations','field_5683f253a5dba'),(7994,472,'locations_0_location','a:3:{s:7:\"address\";s:21:\"42.139003, -80.068528\";s:3:\"lat\";s:9:\"42.139028\";s:3:\"lng\";s:18:\"-80.06825400000002\";}'),(7995,472,'_locations_0_location','field_5683f288dcba1'),(7996,472,'locations_0_title','State Route 4034, Section A50 Erie Bayfront – New Roadway Construction'),(7997,472,'_locations_0_title','field_5683f2aadcba2'),(7998,472,'locations_0_image','443'),(7999,472,'_locations_0_image','field_568439ed8109d'),(8000,472,'locations_0_description','This project was for new road construction and affected 24 properties and resulted in the relocation of 12 residents and 3 businesses in the City of Erie, Erie County.'),(8001,472,'_locations_0_description','field_5683f2b1dcba3'),(8002,472,'locations_1_location','a:3:{s:7:\"address\";s:21:\"42.133680, -80.062399\";s:3:\"lat\";s:9:\"42.133828\";s:3:\"lng\";s:10:\"-80.062521\";}'),(8003,472,'_locations_1_location','field_5683f288dcba1'),(8004,472,'locations_1_title','State Route 4034, Section A51 Erie Bayfront – New Roadway Construction'),(8005,472,'_locations_1_title','field_5683f2aadcba2'),(8006,472,'locations_1_image','445'),(8007,472,'_locations_1_image','field_568439ed8109d'),(8008,472,'locations_1_description','This project was for new road construction and affected 25 properties and resulted in the relocation of 3 residents and 12 businesses in the City of Erie, Erie County.'),(8009,472,'_locations_1_description','field_5683f2b1dcba3'),(8010,472,'locations_2_location','a:3:{s:7:\"address\";s:21:\"42.125226, -79.980737\";s:3:\"lat\";s:10:\"42.1251108\";s:3:\"lng\";s:11:\"-79.9808974\";}'),(8011,472,'_locations_2_location','field_5683f288dcba1'),(8012,472,'locations_2_title','State Route 4034, Section A90 Bayfront Station Road – New Roadway Construction'),(8013,472,'_locations_2_title','field_5683f2aadcba2'),(8014,472,'locations_2_image','448'),(8015,472,'_locations_2_image','field_568439ed8109d'),(8016,472,'locations_2_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie County.'),(8017,472,'_locations_2_description','field_5683f2b1dcba3'),(8018,472,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.157692, -80.225869\";s:3:\"lat\";s:10:\"41.1576901\";s:3:\"lng\";s:10:\"-80.225885\";}'),(8019,472,'_locations_3_location','field_5683f288dcba1'),(8020,472,'locations_3_title','Iron Bridge – State Route 0019, B04 – Bridge Replacement'),(8021,472,'_locations_3_title','field_5683f2aadcba2'),(8022,472,'locations_3_image','450'),(8023,472,'_locations_3_image','field_568439ed8109d'),(8024,472,'locations_3_description','This project was for a mid-sized bridge replacement and affected 8 properties in the Township of Springfield, Mercer County.'),(8025,472,'_locations_3_description','field_5683f2b1dcba3'),(8026,472,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.157502, -80.225829\";s:3:\"lat\";s:10:\"41.1575001\";s:3:\"lng\";s:11:\"-80.2258445\";}'),(8027,472,'_locations_4_location','field_5683f288dcba1'),(8028,472,'locations_4_title','State Route 0062, Section A02G, Sharon – Roadway Widening'),(8029,472,'_locations_4_title','field_5683f2aadcba2'),(8030,472,'locations_4_image','452'),(8031,472,'_locations_4_image','field_568439ed8109d'),(8032,472,'locations_4_description','This project was for a road widening and affected 12 properties and resulted in the relocation of 2 residents and 4 businesses in the Cities of Sharon and Farrell, Mercer County.'),(8033,472,'_locations_4_description','field_5683f2b1dcba3'),(8034,472,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.203515, -80.500030\";s:3:\"lat\";s:10:\"41.2035162\";s:3:\"lng\";s:18:\"-80.50022580000001\";}'),(8035,472,'_locations_5_location','field_5683f288dcba1'),(8036,472,'locations_5_title','State Route 0062, Section A02, Sharon – Roadway Widening'),(8037,472,'_locations_5_title','field_5683f2aadcba2'),(8038,472,'locations_5_image','453'),(8039,472,'_locations_5_image','field_568439ed8109d'),(8040,472,'locations_5_description','This project is for roadway widening and intersection improvements and is affecting over 100 properties and resulting in the relocation of 2 residents and 2 businesses in the Cities of Sharon and Farrell, and the Borough of West Wheatland, Mercer County.'),(8041,472,'_locations_5_description','field_5683f2b1dcba3'),(8042,472,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.174312, -80.459088\";s:3:\"lat\";s:9:\"41.174248\";s:3:\"lng\";s:18:\"-80.45922139999999\";}'),(8043,472,'_locations_6_location','field_5683f288dcba1'),(8044,472,'locations_6_title','State Route 318, Section B00 – West Middlesex – Bridge Replacement'),(8045,472,'_locations_6_title','field_5683f2aadcba2'),(8046,472,'locations_6_image','455'),(8047,472,'_locations_6_image','field_568439ed8109d'),(8048,472,'locations_6_description','This project is for a large bridge replacement spanning the Shenango River and is affecting 23 properties in the Borough of West Middlesex, Mercer County.'),(8049,472,'_locations_6_description','field_5683f2b1dcba3'),(8050,472,'locations_7_location','a:3:{s:7:\"address\";s:21:\"42.101392, -79.988518\";s:3:\"lat\";s:10:\"42.1009699\";s:3:\"lng\";s:18:\"-79.98816999999997\";}'),(8051,472,'_locations_7_location','field_5683f288dcba1'),(8052,472,'locations_7_title','Township Road T609, Section S000 - Kane Hill Road Bridge – Erie County (LOCAL)'),(8053,472,'_locations_7_title','field_5683f2aadcba2'),(8054,472,'locations_7_image','461'),(8055,472,'_locations_7_image','field_568439ed8109d'),(8056,472,'locations_7_description','This project is for a bridge replacement and is affecting 4 properties in Township of Greene, Erie County.'),(8057,472,'_locations_7_description','field_5683f2b1dcba3'),(8058,472,'locations_8_location','a:3:{s:7:\"address\";s:21:\"42.067111, -80.103791\";s:3:\"lat\";s:10:\"42.0681078\";s:3:\"lng\";s:11:\"-80.1039467\";}'),(8059,472,'_locations_8_location','field_5683f288dcba1'),(8060,472,'locations_8_title','State Route 4012, Section A00 – Erie County – Millcreek, Roadway Widening'),(8061,472,'_locations_8_title','field_5683f2aadcba2'),(8062,472,'locations_8_image',''),(8063,472,'_locations_8_image','field_568439ed8109d'),(8064,472,'locations_8_description',''),(8065,472,'_locations_8_description','field_5683f2b1dcba3'),(8066,472,'locations_9_location','a:3:{s:7:\"address\";s:21:\"42.071262, -80.202530\";s:3:\"lat\";s:8:\"42.07139\";s:3:\"lng\";s:18:\"-80.20223699999997\";}'),(8067,472,'_locations_9_location','field_5683f288dcba1'),(8068,472,'locations_9_title','State Route 4016, Section L00 – Millfair Erie – Intersection and Roadway Improvements'),(8069,472,'_locations_9_title','field_5683f2aadcba2'),(8070,472,'locations_9_image',''),(8071,472,'_locations_9_image','field_568439ed8109d'),(8072,472,'locations_9_description',''),(8073,472,'_locations_9_description','field_5683f2b1dcba3'),(8074,472,'locations_10_location','a:3:{s:7:\"address\";s:21:\"42.150704, -80.005306\";s:3:\"lat\";s:10:\"42.1512609\";s:3:\"lng\";s:18:\"-80.00499430000002\";}'),(8075,472,'_locations_10_location','field_5683f288dcba1'),(8076,472,'locations_10_title','Nagle Road Bridge – Harborcreek – Bridge Replacement'),(8077,472,'_locations_10_title','field_5683f2aadcba2'),(8078,472,'locations_10_image','457'),(8079,472,'_locations_10_image','field_568439ed8109d'),(8080,472,'locations_10_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie Country.'),(8081,472,'_locations_10_description','field_5683f2b1dcba3'),(8082,472,'locations_11_location','a:3:{s:7:\"address\";s:21:\"41.731326, -80.143636\";s:3:\"lat\";s:10:\"41.7312678\";s:3:\"lng\";s:18:\"-80.14303139999998\";}'),(8083,472,'_locations_11_location','field_5683f288dcba1'),(8084,472,'locations_11_title','Peters Road Bridge – Woodcock Township'),(8085,472,'_locations_11_title','field_5683f2aadcba2'),(8086,472,'locations_11_image','459'),(8087,472,'_locations_11_image','field_568439ed8109d'),(8088,472,'locations_11_description','This project is for bridge removal and a new railroad crossing and is affecting 5 properties in the Township of Woodcock, Crawford County.'),(8089,472,'_locations_11_description','field_5683f2b1dcba3'),(8090,472,'locations_12_location','a:3:{s:7:\"address\";s:21:\"42.074226, -80.182684\";s:3:\"lat\";s:10:\"42.0750544\";s:3:\"lng\";s:18:\"-80.18202980000001\";}'),(8091,472,'_locations_12_location','field_5683f288dcba1'),(8092,472,'locations_12_title','State Route 4002, Section A02 Erie'),(8093,472,'_locations_12_title','field_5683f2aadcba2'),(8094,472,'locations_12_image',''),(8095,472,'_locations_12_image','field_568439ed8109d'),(8096,472,'locations_12_description',''),(8097,472,'_locations_12_description','field_5683f2b1dcba3'),(8098,472,'locations_13_location','a:3:{s:7:\"address\";s:21:\"41.506210, -79.633939\";s:3:\"lat\";s:9:\"41.505463\";s:3:\"lng\";s:18:\"-79.63243899999998\";}'),(8099,472,'_locations_13_location','field_5683f288dcba1'),(8100,472,'locations_13_title','State Route 0227, Section B01, Venango County – Bridge Replacement'),(8101,472,'_locations_13_title','field_5683f2aadcba2'),(8102,472,'locations_13_image','425'),(8103,472,'_locations_13_image','field_568439ed8109d'),(8104,472,'locations_13_description','This project is for a small bridge and is affecting 2 properties in the Township of Sugar Grove, Warren County.'),(8105,472,'_locations_13_description','field_5683f2b1dcba3'),(8106,472,'locations_14_location','a:3:{s:7:\"address\";s:21:\"42.160855, -79.978735\";s:3:\"lat\";s:9:\"42.160685\";s:3:\"lng\";s:10:\"-79.979015\";}'),(8107,472,'_locations_14_location','field_5683f288dcba1'),(8108,472,'locations_14_title','State Route 955, Section B00, Erie County – Bridge Replacement'),(8109,472,'_locations_14_title','field_5683f2aadcba2'),(8110,472,'locations_14_image','427'),(8111,472,'_locations_14_image','field_568439ed8109d'),(8112,472,'locations_14_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(8113,472,'_locations_14_description','field_5683f2b1dcba3'),(8114,472,'locations_15_location','a:3:{s:7:\"address\";s:21:\"42.166954, -79.961159\";s:3:\"lat\";s:9:\"42.167122\";s:3:\"lng\";s:10:\"-79.959048\";}'),(8115,472,'_locations_15_location','field_5683f288dcba1'),(8116,472,'locations_15_title','State Route 0955, Section B01, Erie Count – Bridge Replacement'),(8117,472,'_locations_15_title','field_5683f2aadcba2'),(8118,472,'locations_15_image','427'),(8119,472,'_locations_15_image','field_568439ed8109d'),(8120,472,'locations_15_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(8121,472,'_locations_15_description','field_5683f2b1dcba3'),(8122,472,'locations_16_location','a:3:{s:7:\"address\";s:21:\"41.470470, -80.335987\";s:3:\"lat\";s:10:\"41.4704425\";s:3:\"lng\";s:18:\"-80.33643310000002\";}'),(8123,472,'_locations_16_location','field_5683f288dcba1'),(8124,472,'locations_16_title','State Route 4021, Section B00, Mercer County – Bridge Replacement'),(8125,472,'_locations_16_title','field_5683f2aadcba2'),(8126,472,'locations_16_image','430'),(8127,472,'_locations_16_image','field_568439ed8109d'),(8128,472,'locations_16_description','This project was for a small bridge and affected 2 properties in the Township of Sugar Grove, Mercer County.'),(8129,472,'_locations_16_description','field_5683f2b1dcba3'),(8130,472,'locations_17_location','a:3:{s:7:\"address\";s:21:\"41.883264, -79.813068\";s:3:\"lat\";s:10:\"41.8827053\";s:3:\"lng\";s:18:\"-79.81425380000002\";}'),(8131,472,'_locations_17_location','field_5683f288dcba1'),(8132,472,'locations_17_title','State Route 2010, Section B01, Erie County'),(8133,472,'_locations_17_title','field_5683f2aadcba2'),(8134,472,'locations_17_image',''),(8135,472,'_locations_17_image','field_568439ed8109d'),(8136,472,'locations_17_description',''),(8137,472,'_locations_17_description','field_5683f2b1dcba3'),(8138,472,'locations_18_location','a:3:{s:7:\"address\";s:21:\"41.717397, -79.539631\";s:3:\"lat\";s:9:\"41.717376\";s:3:\"lng\";s:18:\"-79.53928450000001\";}'),(8139,472,'_locations_18_location','field_5683f288dcba1'),(8140,472,'locations_18_title','State Route 6100, Section 2B, Erie County – Bridge Replacement'),(8141,472,'_locations_18_title','field_5683f2aadcba2'),(8142,472,'locations_18_image',''),(8143,472,'_locations_18_image','field_568439ed8109d'),(8144,472,'locations_18_description',''),(8145,472,'_locations_18_description','field_5683f2b1dcba3'),(8146,472,'locations','19'),(8147,472,'_locations','field_5683f253a5dba'),(8148,473,'locations_0_location','a:3:{s:7:\"address\";s:21:\"41.931099, -78.647957\";s:3:\"lat\";s:10:\"41.9318097\";s:3:\"lng\";s:18:\"-78.64843759999997\";}'),(8149,473,'_locations_0_location','field_5683f288dcba1'),(8150,473,'locations_0_title','219 C08 – Bradford'),(8151,473,'_locations_0_title','field_5683f2aadcba2'),(8152,473,'locations_0_image','434'),(8153,473,'_locations_0_image','field_568439ed8109d'),(8154,473,'locations_0_description','This project was for an interchange project and affected 7 properties in the City of Bradford, McKean County.'),(8155,473,'_locations_0_description','field_5683f2b1dcba3'),(8156,473,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.484822, -78.674813\";s:3:\"lat\";s:10:\"41.4850408\";s:3:\"lng\";s:18:\"-78.67406919999996\";}'),(8157,473,'_locations_1_location','field_5683f288dcba1'),(8158,473,'locations_1_title','Johnsonburg Bypass – 219 C10 and D10'),(8159,473,'_locations_1_title','field_5683f2aadcba2'),(8160,473,'locations_1_image','437'),(8161,473,'_locations_1_image','field_568439ed8109d'),(8162,473,'locations_1_description','This project is for a new bridge and bypass construction to alleviate congestion and is affecting 32 properties and resulting in the relocation of 1 resident in the Borough of Johnsonburg, Elk County.'),(8163,473,'_locations_1_description','field_5683f2b1dcba3'),(8164,473,'locations_2_location','a:3:{s:7:\"address\";s:21:\"41.821385, -78.286205\";s:3:\"lat\";s:10:\"41.8213012\";s:3:\"lng\";s:18:\"-78.28613200000001\";}'),(8165,473,'_locations_2_location','field_5683f288dcba1'),(8166,473,'locations_2_title','0006 – A02'),(8167,473,'_locations_2_title','field_5683f2aadcba2'),(8168,473,'locations_2_image','441'),(8169,473,'_locations_2_image','field_568439ed8109d'),(8170,473,'locations_2_description','This project was for a bridge replacement and roadway realignment and affected 24 properties in the Borough of Port Alleghany, McKean County.'),(8171,473,'_locations_2_description','field_5683f2b1dcba3'),(8172,473,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.820699, -78.298296\";s:3:\"lat\";s:9:\"41.821552\";s:3:\"lng\";s:18:\"-78.29956449999997\";}'),(8173,473,'_locations_3_location','field_5683f288dcba1'),(8174,473,'locations_3_title','0006 – A03'),(8175,473,'_locations_3_title','field_5683f2aadcba2'),(8176,473,'locations_3_image','441'),(8177,473,'_locations_3_image','field_568439ed8109d'),(8178,473,'locations_3_description','This project was for a bridge replacement and roadway realignment and affected 24 properties in the Borough of Port Alleghany, McKean County.'),(8179,473,'_locations_3_description','field_5683f2b1dcba3'),(8180,473,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.727093, -78.940621\";s:3:\"lat\";s:10:\"41.7270901\";s:3:\"lng\";s:18:\"-78.94062400000001\";}'),(8181,473,'_locations_4_location','field_5683f288dcba1'),(8182,473,'locations_4_title','Center Avenue Bridge – Hamilton Township'),(8183,473,'_locations_4_title','field_5683f2aadcba2'),(8184,473,'locations_4_image','439'),(8185,473,'_locations_4_image','field_568439ed8109d'),(8186,473,'locations_4_description','This project was for a small bridge replacement and affected 7 properties in the Township of Hamilton, McKean County.'),(8187,473,'_locations_4_description','field_5683f2b1dcba3'),(8188,473,'locations','5'),(8189,473,'_locations','field_5683f253a5dba'),(8190,474,'locations_0_location','a:3:{s:7:\"address\";s:61:\"401-899 Sulphur Springs Rd, Armstrong Township, PA 17702, USA\";s:3:\"lat\";s:18:\"41.209655278807034\";s:3:\"lng\";s:18:\"-76.97296142578125\";}'),(8191,474,'_locations_0_location','field_5683f288dcba1'),(8192,474,'locations_0_title',''),(8193,474,'_locations_0_title','field_5683f2aadcba2'),(8194,474,'locations_0_image',''),(8195,474,'_locations_0_image','field_568439ed8109d'),(8196,474,'locations_0_description',''),(8197,474,'_locations_0_description','field_5683f2b1dcba3'),(8198,474,'locations','1'),(8199,474,'_locations','field_5683f253a5dba'),(8202,475,'locations_0_location','a:3:{s:7:\"address\";s:36:\"304 5th St, Whitehall, PA 18052, USA\";s:3:\"lat\";s:17:\"40.62437645591559\";s:3:\"lng\";s:18:\"-75.47332763671875\";}'),(8203,475,'_locations_0_location','field_5683f288dcba1'),(8204,475,'locations_0_title',''),(8205,475,'_locations_0_title','field_5683f2aadcba2'),(8206,475,'locations_0_image',''),(8207,475,'_locations_0_image','field_568439ed8109d'),(8208,475,'locations_0_description',''),(8209,475,'_locations_0_description','field_5683f2b1dcba3'),(8210,475,'locations','1'),(8211,475,'_locations','field_5683f253a5dba'),(8212,337,'locations_0_image',''),(8213,337,'_locations_0_image','field_568439ed8109d'),(8214,476,'locations_0_location','a:3:{s:7:\"address\";s:42:\"569 N 20th St, Philadelphia, PA 19130, USA\";s:3:\"lat\";s:17:\"39.96449067924025\";s:3:\"lng\";s:18:\"-75.17051696777344\";}'),(8215,476,'_locations_0_location','field_5683f288dcba1'),(8216,476,'locations_0_title',''),(8217,476,'_locations_0_title','field_5683f2aadcba2'),(8218,476,'locations_0_image',''),(8219,476,'_locations_0_image','field_568439ed8109d'),(8220,476,'locations_0_description',''),(8221,476,'_locations_0_description','field_5683f2b1dcba3'),(8222,476,'locations','1'),(8223,476,'_locations','field_5683f253a5dba'),(8224,339,'locations_0_image','572'),(8225,339,'_locations_0_image','field_568439ed8109d'),(8226,477,'locations_0_location','a:3:{s:7:\"address\";s:42:\"1290 Orchard Dr, Harrisburg, PA 17113, USA\";s:3:\"lat\";s:18:\"40.245991504199026\";s:3:\"lng\";s:18:\"-76.82464599609375\";}'),(8227,477,'_locations_0_location','field_5683f288dcba1'),(8228,477,'locations_0_title',''),(8229,477,'_locations_0_title','field_5683f2aadcba2'),(8230,477,'locations_0_image',''),(8231,477,'_locations_0_image','field_568439ed8109d'),(8232,477,'locations_0_description',''),(8233,477,'_locations_0_description','field_5683f2b1dcba3'),(8234,477,'locations','1'),(8235,477,'_locations','field_5683f253a5dba'),(8236,341,'locations_0_image','586'),(8237,341,'_locations_0_image','field_568439ed8109d'),(8238,478,'locations_0_location','a:3:{s:7:\"address\";s:34:\"Redtail Ln, Altoona, PA 16601, USA\";s:3:\"lat\";s:17:\"40.50126945841645\";s:3:\"lng\";s:16:\"-78.343505859375\";}'),(8239,478,'_locations_0_location','field_5683f288dcba1'),(8240,478,'locations_0_title',''),(8241,478,'_locations_0_title','field_5683f2aadcba2'),(8242,478,'locations_0_image',''),(8243,478,'_locations_0_image','field_568439ed8109d'),(8244,478,'locations_0_description',''),(8245,478,'_locations_0_description','field_5683f2b1dcba3'),(8246,478,'locations','1'),(8247,478,'_locations','field_5683f253a5dba'),(8248,343,'locations_0_image',''),(8249,343,'_locations_0_image','field_568439ed8109d'),(8250,479,'locations_0_location','a:3:{s:7:\"address\";s:43:\"125 Montereed St, Kittanning, PA 16201, USA\";s:3:\"lat\";s:17:\"40.81796653313175\";s:3:\"lng\";s:13:\"-79.541015625\";}'),(8251,479,'_locations_0_location','field_5683f288dcba1'),(8252,479,'locations_0_title',''),(8253,479,'_locations_0_title','field_5683f2aadcba2'),(8254,479,'locations_0_image',''),(8255,479,'_locations_0_image','field_568439ed8109d'),(8256,479,'locations_0_description',''),(8257,479,'_locations_0_description','field_5683f2b1dcba3'),(8258,479,'locations','1'),(8259,479,'_locations','field_5683f253a5dba'),(8260,345,'locations_0_image','629'),(8261,345,'_locations_0_image','field_568439ed8109d'),(8262,480,'locations_0_location','a:3:{s:7:\"address\";s:41:\"429 Forbes Ave, Pittsburgh, PA 15219, USA\";s:3:\"lat\";s:17:\"40.43910847204672\";s:3:\"lng\";s:18:\"-79.99763488769531\";}'),(8263,480,'_locations_0_location','field_5683f288dcba1'),(8264,480,'locations_0_title',''),(8265,480,'_locations_0_title','field_5683f2aadcba2'),(8266,480,'locations_0_image',''),(8267,480,'_locations_0_image','field_568439ed8109d'),(8268,480,'locations_0_description',''),(8269,480,'_locations_0_description','field_5683f2b1dcba3'),(8270,480,'locations','1'),(8271,480,'_locations','field_5683f253a5dba'),(8272,347,'locations_0_image',''),(8273,347,'_locations_0_image','field_568439ed8109d'),(8277,481,'locations_0_location','a:3:{s:7:\"address\";s:21:\"42.139003, -80.068528\";s:3:\"lat\";s:9:\"42.139028\";s:3:\"lng\";s:18:\"-80.06825400000002\";}'),(8278,481,'_locations_0_location','field_5683f288dcba1'),(8279,481,'locations_0_title','State Route 4034, Section A50 Erie Bayfront – New Roadway Construction'),(8280,481,'_locations_0_title','field_5683f2aadcba2'),(8281,481,'locations_0_image',''),(8282,481,'_locations_0_image','field_568439ed8109d'),(8283,481,'locations_0_description','This project was for new road construction and affected 24 properties and resulted in the relocation of 12 residents and 3 businesses in the City of Erie, Erie County.'),(8284,481,'_locations_0_description','field_5683f2b1dcba3'),(8285,481,'locations_1_location','a:3:{s:7:\"address\";s:21:\"42.133680, -80.062399\";s:3:\"lat\";s:9:\"42.133828\";s:3:\"lng\";s:10:\"-80.062521\";}'),(8286,481,'_locations_1_location','field_5683f288dcba1'),(8287,481,'locations_1_title','State Route 4034, Section A51 Erie Bayfront – New Roadway Construction'),(8288,481,'_locations_1_title','field_5683f2aadcba2'),(8289,481,'locations_1_image','445'),(8290,481,'_locations_1_image','field_568439ed8109d'),(8291,481,'locations_1_description','This project was for new road construction and affected 25 properties and resulted in the relocation of 3 residents and 12 businesses in the City of Erie, Erie County.'),(8292,481,'_locations_1_description','field_5683f2b1dcba3'),(8293,481,'locations_2_location','a:3:{s:7:\"address\";s:21:\"42.125226, -79.980737\";s:3:\"lat\";s:10:\"42.1251108\";s:3:\"lng\";s:11:\"-79.9808974\";}'),(8294,481,'_locations_2_location','field_5683f288dcba1'),(8295,481,'locations_2_title','State Route 4034, Section A90 Bayfront Station Road – New Roadway Construction'),(8296,481,'_locations_2_title','field_5683f2aadcba2'),(8297,481,'locations_2_image','448'),(8298,481,'_locations_2_image','field_568439ed8109d'),(8299,481,'locations_2_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie County.'),(8300,481,'_locations_2_description','field_5683f2b1dcba3'),(8301,481,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.157692, -80.225869\";s:3:\"lat\";s:10:\"41.1576901\";s:3:\"lng\";s:10:\"-80.225885\";}'),(8302,481,'_locations_3_location','field_5683f288dcba1'),(8303,481,'locations_3_title','Iron Bridge – State Route 0019, B04 – Bridge Replacement'),(8304,481,'_locations_3_title','field_5683f2aadcba2'),(8305,481,'locations_3_image','450'),(8306,481,'_locations_3_image','field_568439ed8109d'),(8307,481,'locations_3_description','This project was for a mid-sized bridge replacement and affected 8 properties in the Township of Springfield, Mercer County.'),(8308,481,'_locations_3_description','field_5683f2b1dcba3'),(8309,481,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.157502, -80.225829\";s:3:\"lat\";s:10:\"41.1575001\";s:3:\"lng\";s:11:\"-80.2258445\";}'),(8310,481,'_locations_4_location','field_5683f288dcba1'),(8311,481,'locations_4_title','State Route 0062, Section A02G, Sharon – Roadway Widening'),(8312,481,'_locations_4_title','field_5683f2aadcba2'),(8313,481,'locations_4_image','452'),(8314,481,'_locations_4_image','field_568439ed8109d'),(8315,481,'locations_4_description','This project was for a road widening and affected 12 properties and resulted in the relocation of 2 residents and 4 businesses in the Cities of Sharon and Farrell, Mercer County.'),(8316,481,'_locations_4_description','field_5683f2b1dcba3'),(8317,481,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.203515, -80.500030\";s:3:\"lat\";s:10:\"41.2035162\";s:3:\"lng\";s:18:\"-80.50022580000001\";}'),(8318,481,'_locations_5_location','field_5683f288dcba1'),(8319,481,'locations_5_title','State Route 0062, Section A02, Sharon – Roadway Widening'),(8320,481,'_locations_5_title','field_5683f2aadcba2'),(8321,481,'locations_5_image',''),(8322,481,'_locations_5_image','field_568439ed8109d'),(8323,481,'locations_5_description','This project is for roadway widening and intersection improvements and is affecting over 100 properties and resulting in the relocation of 2 residents and 2 businesses in the Cities of Sharon and Farrell, and the Borough of West Wheatland, Mercer County.'),(8324,481,'_locations_5_description','field_5683f2b1dcba3'),(8325,481,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.174312, -80.459088\";s:3:\"lat\";s:9:\"41.174248\";s:3:\"lng\";s:18:\"-80.45922139999999\";}'),(8326,481,'_locations_6_location','field_5683f288dcba1'),(8327,481,'locations_6_title','State Route 318, Section B00 – West Middlesex – Bridge Replacement'),(8328,481,'_locations_6_title','field_5683f2aadcba2'),(8329,481,'locations_6_image',''),(8330,481,'_locations_6_image','field_568439ed8109d'),(8331,481,'locations_6_description','This project is for a large bridge replacement spanning the Shenango River and is affecting 23 properties in the Borough of West Middlesex, Mercer County.'),(8332,481,'_locations_6_description','field_5683f2b1dcba3'),(8333,481,'locations_7_location','a:3:{s:7:\"address\";s:21:\"42.101392, -79.988518\";s:3:\"lat\";s:10:\"42.1009699\";s:3:\"lng\";s:18:\"-79.98816999999997\";}'),(8334,481,'_locations_7_location','field_5683f288dcba1'),(8335,481,'locations_7_title','Township Road T609, Section S000 - Kane Hill Road Bridge – Erie County (LOCAL)'),(8336,481,'_locations_7_title','field_5683f2aadcba2'),(8337,481,'locations_7_image','461'),(8338,481,'_locations_7_image','field_568439ed8109d'),(8339,481,'locations_7_description','This project is for a bridge replacement and is affecting 4 properties in Township of Greene, Erie County.'),(8340,481,'_locations_7_description','field_5683f2b1dcba3'),(8341,481,'locations_8_location','a:3:{s:7:\"address\";s:21:\"42.067111, -80.103791\";s:3:\"lat\";s:10:\"42.0681078\";s:3:\"lng\";s:11:\"-80.1039467\";}'),(8342,481,'_locations_8_location','field_5683f288dcba1'),(8343,481,'locations_8_title','State Route 4012, Section A00 – Erie County – Millcreek, Roadway Widening'),(8344,481,'_locations_8_title','field_5683f2aadcba2'),(8345,481,'locations_8_image',''),(8346,481,'_locations_8_image','field_568439ed8109d'),(8347,481,'locations_8_description',''),(8348,481,'_locations_8_description','field_5683f2b1dcba3'),(8349,481,'locations_9_location','a:3:{s:7:\"address\";s:21:\"42.071262, -80.202530\";s:3:\"lat\";s:8:\"42.07139\";s:3:\"lng\";s:18:\"-80.20223699999997\";}'),(8350,481,'_locations_9_location','field_5683f288dcba1'),(8351,481,'locations_9_title','State Route 4016, Section L00 – Millfair Erie – Intersection and Roadway Improvements'),(8352,481,'_locations_9_title','field_5683f2aadcba2'),(8353,481,'locations_9_image',''),(8354,481,'_locations_9_image','field_568439ed8109d'),(8355,481,'locations_9_description',''),(8356,481,'_locations_9_description','field_5683f2b1dcba3'),(8357,481,'locations_10_location','a:3:{s:7:\"address\";s:21:\"42.150704, -80.005306\";s:3:\"lat\";s:10:\"42.1512609\";s:3:\"lng\";s:18:\"-80.00499430000002\";}'),(8358,481,'_locations_10_location','field_5683f288dcba1'),(8359,481,'locations_10_title','Nagle Road Bridge – Harborcreek – Bridge Replacement'),(8360,481,'_locations_10_title','field_5683f2aadcba2'),(8361,481,'locations_10_image','457'),(8362,481,'_locations_10_image','field_568439ed8109d'),(8363,481,'locations_10_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie Country.'),(8364,481,'_locations_10_description','field_5683f2b1dcba3'),(8365,481,'locations_11_location','a:3:{s:7:\"address\";s:21:\"41.731326, -80.143636\";s:3:\"lat\";s:10:\"41.7312678\";s:3:\"lng\";s:18:\"-80.14303139999998\";}'),(8366,481,'_locations_11_location','field_5683f288dcba1'),(8367,481,'locations_11_title','Peters Road Bridge – Woodcock Township'),(8368,481,'_locations_11_title','field_5683f2aadcba2'),(8369,481,'locations_11_image',''),(8370,481,'_locations_11_image','field_568439ed8109d'),(8371,481,'locations_11_description','This project is for bridge removal and a new railroad crossing and is affecting 5 properties in the Township of Woodcock, Crawford County.'),(8372,481,'_locations_11_description','field_5683f2b1dcba3'),(8373,481,'locations_12_location','a:3:{s:7:\"address\";s:21:\"42.074226, -80.182684\";s:3:\"lat\";s:10:\"42.0750544\";s:3:\"lng\";s:18:\"-80.18202980000001\";}'),(8374,481,'_locations_12_location','field_5683f288dcba1'),(8375,481,'locations_12_title','State Route 4002, Section A02 Erie'),(8376,481,'_locations_12_title','field_5683f2aadcba2'),(8377,481,'locations_12_image',''),(8378,481,'_locations_12_image','field_568439ed8109d'),(8379,481,'locations_12_description',''),(8380,481,'_locations_12_description','field_5683f2b1dcba3'),(8381,481,'locations_13_location','a:3:{s:7:\"address\";s:21:\"41.506210, -79.633939\";s:3:\"lat\";s:9:\"41.505463\";s:3:\"lng\";s:18:\"-79.63243899999998\";}'),(8382,481,'_locations_13_location','field_5683f288dcba1'),(8383,481,'locations_13_title','State Route 0227, Section B01, Venango County – Bridge Replacement'),(8384,481,'_locations_13_title','field_5683f2aadcba2'),(8385,481,'locations_13_image',''),(8386,481,'_locations_13_image','field_568439ed8109d'),(8387,481,'locations_13_description','This project is for a small bridge and is affecting 2 properties in the Township of Sugar Grove, Warren County.'),(8388,481,'_locations_13_description','field_5683f2b1dcba3'),(8389,481,'locations_14_location','a:3:{s:7:\"address\";s:21:\"42.160855, -79.978735\";s:3:\"lat\";s:9:\"42.160685\";s:3:\"lng\";s:10:\"-79.979015\";}'),(8390,481,'_locations_14_location','field_5683f288dcba1'),(8391,481,'locations_14_title','State Route 955, Section B00, Erie County – Bridge Replacement'),(8392,481,'_locations_14_title','field_5683f2aadcba2'),(8393,481,'locations_14_image','427'),(8394,481,'_locations_14_image','field_568439ed8109d'),(8395,481,'locations_14_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(8396,481,'_locations_14_description','field_5683f2b1dcba3'),(8397,481,'locations_15_location','a:3:{s:7:\"address\";s:21:\"42.166954, -79.961159\";s:3:\"lat\";s:9:\"42.167122\";s:3:\"lng\";s:10:\"-79.959048\";}'),(8398,481,'_locations_15_location','field_5683f288dcba1'),(8399,481,'locations_15_title','State Route 0955, Section B01, Erie Count – Bridge Replacement'),(8400,481,'_locations_15_title','field_5683f2aadcba2'),(8401,481,'locations_15_image','427'),(8402,481,'_locations_15_image','field_568439ed8109d'),(8403,481,'locations_15_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(8404,481,'_locations_15_description','field_5683f2b1dcba3'),(8405,481,'locations_16_location','a:3:{s:7:\"address\";s:21:\"41.470470, -80.335987\";s:3:\"lat\";s:10:\"41.4704425\";s:3:\"lng\";s:18:\"-80.33643310000002\";}'),(8406,481,'_locations_16_location','field_5683f288dcba1'),(8407,481,'locations_16_title','State Route 4021, Section B00, Mercer County – Bridge Replacement'),(8408,481,'_locations_16_title','field_5683f2aadcba2'),(8409,481,'locations_16_image','430'),(8410,481,'_locations_16_image','field_568439ed8109d'),(8411,481,'locations_16_description','This project was for a small bridge and affected 2 properties in the Township of Sugar Grove, Mercer County.'),(8412,481,'_locations_16_description','field_5683f2b1dcba3'),(8413,481,'locations_17_location','a:3:{s:7:\"address\";s:21:\"41.883264, -79.813068\";s:3:\"lat\";s:10:\"41.8827053\";s:3:\"lng\";s:18:\"-79.81425380000002\";}'),(8414,481,'_locations_17_location','field_5683f288dcba1'),(8415,481,'locations_17_title','State Route 2010, Section B01, Erie County'),(8416,481,'_locations_17_title','field_5683f2aadcba2'),(8417,481,'locations_17_image',''),(8418,481,'_locations_17_image','field_568439ed8109d'),(8419,481,'locations_17_description',''),(8420,481,'_locations_17_description','field_5683f2b1dcba3'),(8421,481,'locations_18_location','a:3:{s:7:\"address\";s:21:\"41.717397, -79.539631\";s:3:\"lat\";s:9:\"41.717376\";s:3:\"lng\";s:18:\"-79.53928450000001\";}'),(8422,481,'_locations_18_location','field_5683f288dcba1'),(8423,481,'locations_18_title','State Route 6100, Section 2B, Erie County – Bridge Replacement'),(8424,481,'_locations_18_title','field_5683f2aadcba2'),(8425,481,'locations_18_image',''),(8426,481,'_locations_18_image','field_568439ed8109d'),(8427,481,'locations_18_description',''),(8428,481,'_locations_18_description','field_5683f2b1dcba3'),(8429,481,'locations','19'),(8430,481,'_locations','field_5683f253a5dba'),(8431,482,'locations_0_location','a:3:{s:7:\"address\";s:21:\"41.565475, -76.059046\";s:3:\"lat\";s:10:\"41.5656927\";s:3:\"lng\";s:11:\"-76.0575996\";}'),(8432,482,'_locations_0_location','field_5683f288dcba1'),(8433,482,'locations_0_title','3003 – 773 – Mehoopany'),(8434,482,'_locations_0_title','field_5683f2aadcba2'),(8435,482,'locations_0_image','463'),(8436,482,'_locations_0_image','field_568439ed8109d'),(8437,482,'locations_0_description','This project is for a mid-sized bridge replacement and roadway alignment and is affecting 10 properties and resulting in the relocation of 1 resident in the Township of Mehoopany, Wyoming County.'),(8438,482,'_locations_0_description','field_5683f2b1dcba3'),(8439,482,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.559706, -75.756187\";s:3:\"lat\";s:10:\"41.5598496\";s:3:\"lng\";s:18:\"-75.75686619999999\";}'),(8440,482,'_locations_1_location','field_5683f288dcba1'),(8441,482,'locations_1_title','SR0006, Section 214'),(8442,482,'_locations_1_title','field_5683f2aadcba2'),(8443,482,'locations_1_image',''),(8444,482,'_locations_1_image','field_568439ed8109d'),(8445,482,'locations_1_description','This project is for lane reconfiguration, intersection improvements, and drainage improvements and is affecting 34 parcels in the municipalities of Clinton, La Plume, Glenburn, South Abington, Factoryville, and Dalton, Lackawanna and Wyoming Counties.'),(8446,482,'_locations_1_description','field_5683f2b1dcba3'),(8447,482,'locations','2'),(8448,482,'_locations','field_5683f253a5dba'),(8449,483,'locations_0_location','a:3:{s:7:\"address\";s:21:\"41.565475, -76.059046\";s:3:\"lat\";s:10:\"41.5656927\";s:3:\"lng\";s:11:\"-76.0575996\";}'),(8450,483,'_locations_0_location','field_5683f288dcba1'),(8451,483,'locations_0_title','3003 – 773 – Mehoopany'),(8452,483,'_locations_0_title','field_5683f2aadcba2'),(8453,483,'locations_0_image','463'),(8454,483,'_locations_0_image','field_568439ed8109d'),(8455,483,'locations_0_description','This project is for a mid-sized bridge replacement and roadway alignment and is affecting 10 properties and resulting in the relocation of 1 resident in the Township of Mehoopany, Wyoming County.'),(8456,483,'_locations_0_description','field_5683f2b1dcba3'),(8457,483,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.559706, -75.756187\";s:3:\"lat\";s:10:\"41.5598496\";s:3:\"lng\";s:18:\"-75.75686619999999\";}'),(8458,483,'_locations_1_location','field_5683f288dcba1'),(8459,483,'locations_1_title','SR0006, Section 214'),(8460,483,'_locations_1_title','field_5683f2aadcba2'),(8461,483,'locations_1_image',''),(8462,483,'_locations_1_image','field_568439ed8109d'),(8463,483,'locations_1_description','This project is for lane reconfiguration, intersection improvements, and drainage improvements and is affecting 34 parcels in the municipalities of Clinton, La Plume, Glenburn, South Abington, Factoryville, and Dalton, Lackawanna and Wyoming Counties.'),(8464,483,'_locations_1_description','field_5683f2b1dcba3'),(8465,483,'locations_2_location','a:3:{s:7:\"address\";s:21:\"41.559867, -75.756402\";s:3:\"lat\";s:10:\"41.5598496\";s:3:\"lng\";s:18:\"-75.75686619999999\";}'),(8466,483,'_locations_2_location','field_5683f288dcba1'),(8467,483,'locations_2_title','SR0415, 303'),(8468,483,'_locations_2_title','field_5683f2aadcba2'),(8469,483,'locations_2_image',''),(8470,483,'_locations_2_image','field_568439ed8109d'),(8471,483,'locations_2_description','This project is for a roadway realignment and is affecting 15 properties in the Township of Dallas, Luzerne County.'),(8472,483,'_locations_2_description','field_5683f2b1dcba3'),(8473,483,'locations','3'),(8474,483,'_locations','field_5683f253a5dba'),(8483,484,'locations_0_location','a:3:{s:7:\"address\";s:21:\"41.565475, -76.059046\";s:3:\"lat\";s:10:\"41.5656927\";s:3:\"lng\";s:11:\"-76.0575996\";}'),(8484,484,'_locations_0_location','field_5683f288dcba1'),(8485,484,'locations_0_title','3003 – 773 – Mehoopany'),(8486,484,'_locations_0_title','field_5683f2aadcba2'),(8487,484,'locations_0_image','463'),(8488,484,'_locations_0_image','field_568439ed8109d'),(8489,484,'locations_0_description','This project is for a mid-sized bridge replacement and roadway alignment and is affecting 10 properties and resulting in the relocation of 1 resident in the Township of Mehoopany, Wyoming County.'),(8490,484,'_locations_0_description','field_5683f2b1dcba3'),(8491,484,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.559706, -75.756187\";s:3:\"lat\";s:10:\"41.5598496\";s:3:\"lng\";s:18:\"-75.75686619999999\";}'),(8492,484,'_locations_1_location','field_5683f288dcba1'),(8493,484,'locations_1_title','SR0006, Section 214'),(8494,484,'_locations_1_title','field_5683f2aadcba2'),(8495,484,'locations_1_image',''),(8496,484,'_locations_1_image','field_568439ed8109d'),(8497,484,'locations_1_description','This project is for lane reconfiguration, intersection improvements, and drainage improvements and is affecting 34 parcels in the municipalities of Clinton, La Plume, Glenburn, South Abington, Factoryville, and Dalton, Lackawanna and Wyoming Counties.'),(8498,484,'_locations_1_description','field_5683f2b1dcba3'),(8499,484,'locations_2_location','a:3:{s:7:\"address\";s:21:\"41.559867, -75.756402\";s:3:\"lat\";s:10:\"41.5598496\";s:3:\"lng\";s:18:\"-75.75686619999999\";}'),(8500,484,'_locations_2_location','field_5683f288dcba1'),(8501,484,'locations_2_title','SR0415, 303'),(8502,484,'_locations_2_title','field_5683f2aadcba2'),(8503,484,'locations_2_image',''),(8504,484,'_locations_2_image','field_568439ed8109d'),(8505,484,'locations_2_description','This project is for a roadway realignment and is affecting 15 properties in the Township of Dallas, Luzerne County.'),(8506,484,'_locations_2_description','field_5683f2b1dcba3'),(8507,484,'locations','3'),(8508,484,'_locations','field_5683f253a5dba'),(8509,485,'locations_0_location','a:3:{s:7:\"address\";s:21:\"41.565475, -76.059046\";s:3:\"lat\";s:10:\"41.5656927\";s:3:\"lng\";s:11:\"-76.0575996\";}'),(8510,485,'_locations_0_location','field_5683f288dcba1'),(8511,485,'locations_0_title','3003 – 773 – Mehoopany'),(8512,485,'_locations_0_title','field_5683f2aadcba2'),(8513,485,'locations_0_image','463'),(8514,485,'_locations_0_image','field_568439ed8109d'),(8515,485,'locations_0_description','This project is for a mid-sized bridge replacement and roadway alignment and is affecting 10 properties and resulting in the relocation of 1 resident in the Township of Mehoopany, Wyoming County.'),(8516,485,'_locations_0_description','field_5683f2b1dcba3'),(8517,485,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.559706, -75.756187\";s:3:\"lat\";s:10:\"41.5598496\";s:3:\"lng\";s:18:\"-75.75686619999999\";}'),(8518,485,'_locations_1_location','field_5683f288dcba1'),(8519,485,'locations_1_title','SR0006, Section 214'),(8520,485,'_locations_1_title','field_5683f2aadcba2'),(8521,485,'locations_1_image',''),(8522,485,'_locations_1_image','field_568439ed8109d'),(8523,485,'locations_1_description','This project is for lane reconfiguration, intersection improvements, and drainage improvements and is affecting 34 parcels in the municipalities of Clinton, La Plume, Glenburn, South Abington, Factoryville, and Dalton, Lackawanna and Wyoming Counties.'),(8524,485,'_locations_1_description','field_5683f2b1dcba3'),(8525,485,'locations_2_location','a:3:{s:7:\"address\";s:34:\"T-493, Factoryville, PA 18419, USA\";s:3:\"lat\";s:17:\"41.57153730034571\";s:3:\"lng\";s:18:\"-75.74038670781249\";}'),(8526,485,'_locations_2_location','field_5683f288dcba1'),(8527,485,'locations_2_title','SR0415, 303'),(8528,485,'_locations_2_title','field_5683f2aadcba2'),(8529,485,'locations_2_image',''),(8530,485,'_locations_2_image','field_568439ed8109d'),(8531,485,'locations_2_description','This project is for a roadway realignment and is affecting 15 properties in the Township of Dallas, Luzerne County.'),(8532,485,'_locations_2_description','field_5683f2b1dcba3'),(8533,485,'locations','3'),(8534,485,'_locations','field_5683f253a5dba'),(8535,486,'locations_0_location','a:3:{s:7:\"address\";s:21:\"41.565475, -76.059046\";s:3:\"lat\";s:10:\"41.5656927\";s:3:\"lng\";s:11:\"-76.0575996\";}'),(8536,486,'_locations_0_location','field_5683f288dcba1'),(8537,486,'locations_0_title','3003 – 773 – Mehoopany'),(8538,486,'_locations_0_title','field_5683f2aadcba2'),(8539,486,'locations_0_image','463'),(8540,486,'_locations_0_image','field_568439ed8109d'),(8541,486,'locations_0_description','This project is for a mid-sized bridge replacement and roadway alignment and is affecting 10 properties and resulting in the relocation of 1 resident in the Township of Mehoopany, Wyoming County.'),(8542,486,'_locations_0_description','field_5683f2b1dcba3'),(8543,486,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.559706, -75.756187\";s:3:\"lat\";s:10:\"41.5598496\";s:3:\"lng\";s:18:\"-75.75686619999999\";}'),(8544,486,'_locations_1_location','field_5683f288dcba1'),(8545,486,'locations_1_title','SR0006, Section 214'),(8546,486,'_locations_1_title','field_5683f2aadcba2'),(8547,486,'locations_1_image',''),(8548,486,'_locations_1_image','field_568439ed8109d'),(8549,486,'locations_1_description','This project is for lane reconfiguration, intersection improvements, and drainage improvements and is affecting 34 parcels in the municipalities of Clinton, La Plume, Glenburn, South Abington, Factoryville, and Dalton, Lackawanna and Wyoming Counties.'),(8550,486,'_locations_1_description','field_5683f2b1dcba3'),(8551,486,'locations_2_location',''),(8552,486,'_locations_2_location','field_5683f288dcba1'),(8553,486,'locations_2_title','SR0415, 303'),(8554,486,'_locations_2_title','field_5683f2aadcba2'),(8555,486,'locations_2_image',''),(8556,486,'_locations_2_image','field_568439ed8109d'),(8557,486,'locations_2_description','This project is for a roadway realignment and is affecting 15 properties in the Township of Dallas, Luzerne County.'),(8558,486,'_locations_2_description','field_5683f2b1dcba3'),(8559,486,'locations','3'),(8560,486,'_locations','field_5683f253a5dba'),(8561,487,'locations_0_location','a:3:{s:7:\"address\";s:21:\"41.565475, -76.059046\";s:3:\"lat\";s:10:\"41.5656927\";s:3:\"lng\";s:11:\"-76.0575996\";}'),(8562,487,'_locations_0_location','field_5683f288dcba1'),(8563,487,'locations_0_title','3003 – 773 – Mehoopany'),(8564,487,'_locations_0_title','field_5683f2aadcba2'),(8565,487,'locations_0_image','463'),(8566,487,'_locations_0_image','field_568439ed8109d'),(8567,487,'locations_0_description','This project is for a mid-sized bridge replacement and roadway alignment and is affecting 10 properties and resulting in the relocation of 1 resident in the Township of Mehoopany, Wyoming County.'),(8568,487,'_locations_0_description','field_5683f2b1dcba3'),(8569,487,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.559706, -75.756187\";s:3:\"lat\";s:10:\"41.5598496\";s:3:\"lng\";s:18:\"-75.75686619999999\";}'),(8570,487,'_locations_1_location','field_5683f288dcba1'),(8571,487,'locations_1_title','SR0006, Section 214'),(8572,487,'_locations_1_title','field_5683f2aadcba2'),(8573,487,'locations_1_image',''),(8574,487,'_locations_1_image','field_568439ed8109d'),(8575,487,'locations_1_description','This project is for lane reconfiguration, intersection improvements, and drainage improvements and is affecting 34 parcels in the municipalities of Clinton, La Plume, Glenburn, South Abington, Factoryville, and Dalton, Lackawanna and Wyoming Counties.'),(8576,487,'_locations_1_description','field_5683f2b1dcba3'),(8577,487,'locations_2_location','a:3:{s:7:\"address\";s:21:\"41.558137, -75.756423\";s:3:\"lat\";s:10:\"41.5550934\";s:3:\"lng\";s:18:\"-75.75364639999998\";}'),(8578,487,'_locations_2_location','field_5683f288dcba1'),(8579,487,'locations_2_title','SR0415, 303'),(8580,487,'_locations_2_title','field_5683f2aadcba2'),(8581,487,'locations_2_image',''),(8582,487,'_locations_2_image','field_568439ed8109d'),(8583,487,'locations_2_description','This project is for a roadway realignment and is affecting 15 properties in the Township of Dallas, Luzerne County.'),(8584,487,'_locations_2_description','field_5683f2b1dcba3'),(8585,487,'locations','3'),(8586,487,'_locations','field_5683f253a5dba'),(8587,488,'locations_0_location','a:3:{s:7:\"address\";s:21:\"41.565475, -76.059046\";s:3:\"lat\";s:10:\"41.5656927\";s:3:\"lng\";s:11:\"-76.0575996\";}'),(8588,488,'_locations_0_location','field_5683f288dcba1'),(8589,488,'locations_0_title','3003 – 773 – Mehoopany'),(8590,488,'_locations_0_title','field_5683f2aadcba2'),(8591,488,'locations_0_image','463'),(8592,488,'_locations_0_image','field_568439ed8109d'),(8593,488,'locations_0_description','This project is for a mid-sized bridge replacement and roadway alignment and is affecting 10 properties and resulting in the relocation of 1 resident in the Township of Mehoopany, Wyoming County.'),(8594,488,'_locations_0_description','field_5683f2b1dcba3'),(8595,488,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.559706, -75.756187\";s:3:\"lat\";s:10:\"41.5598496\";s:3:\"lng\";s:18:\"-75.75686619999999\";}'),(8596,488,'_locations_1_location','field_5683f288dcba1'),(8597,488,'locations_1_title','SR0006, Section 214'),(8598,488,'_locations_1_title','field_5683f2aadcba2'),(8599,488,'locations_1_image',''),(8600,488,'_locations_1_image','field_568439ed8109d'),(8601,488,'locations_1_description','This project is for lane reconfiguration, intersection improvements, and drainage improvements and is affecting 34 parcels in the municipalities of Clinton, La Plume, Glenburn, South Abington, Factoryville, and Dalton, Lackawanna and Wyoming Counties.'),(8602,488,'_locations_1_description','field_5683f2b1dcba3'),(8603,488,'locations_2_location','a:3:{s:7:\"address\";s:21:\"41.558137, -75.756423\";s:3:\"lat\";s:10:\"41.5550934\";s:3:\"lng\";s:18:\"-75.75364639999998\";}'),(8604,488,'_locations_2_location','field_5683f288dcba1'),(8605,488,'locations_2_title','SR0415, 303'),(8606,488,'_locations_2_title','field_5683f2aadcba2'),(8607,488,'locations_2_image',''),(8608,488,'_locations_2_image','field_568439ed8109d'),(8609,488,'locations_2_description','This project is for a roadway realignment and is affecting 15 properties in the Township of Dallas, Luzerne County.'),(8610,488,'_locations_2_description','field_5683f2b1dcba3'),(8611,488,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.346356, -75.960099\";s:3:\"lat\";s:10:\"41.3469317\";s:3:\"lng\";s:18:\"-75.96046380000001\";}'),(8612,488,'_locations_3_location','field_5683f288dcba1'),(8613,488,'locations_3_title','SR0309, 330'),(8614,488,'_locations_3_title','field_5683f2aadcba2'),(8615,488,'locations_3_image',''),(8616,488,'_locations_3_image','field_568439ed8109d'),(8617,488,'locations_3_description','This project is for roadway relocation and intersection realignment and is affecting 8 properties in the Township of Dallas, Luzerne County.'),(8618,488,'_locations_3_description','field_5683f2b1dcba3'),(8619,488,'locations','4'),(8620,488,'_locations','field_5683f253a5dba'),(8629,489,'locations_0_location','a:3:{s:7:\"address\";s:21:\"41.565475, -76.059046\";s:3:\"lat\";s:10:\"41.5656927\";s:3:\"lng\";s:11:\"-76.0575996\";}'),(8630,489,'_locations_0_location','field_5683f288dcba1'),(8631,489,'locations_0_title','3003 – 773 – Mehoopany'),(8632,489,'_locations_0_title','field_5683f2aadcba2'),(8633,489,'locations_0_image','463'),(8634,489,'_locations_0_image','field_568439ed8109d'),(8635,489,'locations_0_description','This project is for a mid-sized bridge replacement and roadway alignment and is affecting 10 properties and resulting in the relocation of 1 resident in the Township of Mehoopany, Wyoming County.'),(8636,489,'_locations_0_description','field_5683f2b1dcba3'),(8637,489,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.344940, -75.960054\";s:3:\"lat\";s:9:\"41.345173\";s:3:\"lng\";s:18:\"-75.96029190000002\";}'),(8638,489,'_locations_1_location','field_5683f288dcba1'),(8639,489,'locations_1_title','SR0006, Section 214'),(8640,489,'_locations_1_title','field_5683f2aadcba2'),(8641,489,'locations_1_image',''),(8642,489,'_locations_1_image','field_568439ed8109d'),(8643,489,'locations_1_description','This project is for lane reconfiguration, intersection improvements, and drainage improvements and is affecting 34 parcels in the municipalities of Clinton, La Plume, Glenburn, South Abington, Factoryville, and Dalton, Lackawanna and Wyoming Counties.'),(8644,489,'_locations_1_description','field_5683f2b1dcba3'),(8645,489,'locations','2'),(8646,489,'_locations','field_5683f253a5dba'),(8647,490,'locations_0_location','a:3:{s:7:\"address\";s:21:\"41.565475, -76.059046\";s:3:\"lat\";s:10:\"41.5656927\";s:3:\"lng\";s:11:\"-76.0575996\";}'),(8648,490,'_locations_0_location','field_5683f288dcba1'),(8649,490,'locations_0_title','3003 – 773 – Mehoopany'),(8650,490,'_locations_0_title','field_5683f2aadcba2'),(8651,490,'locations_0_image','463'),(8652,490,'_locations_0_image','field_568439ed8109d'),(8653,490,'locations_0_description','This project is for a mid-sized bridge replacement and roadway alignment and is affecting 10 properties and resulting in the relocation of 1 resident in the Township of Mehoopany, Wyoming County.'),(8654,490,'_locations_0_description','field_5683f2b1dcba3'),(8655,490,'locations_1_location',''),(8656,490,'_locations_1_location','field_5683f288dcba1'),(8657,490,'locations_1_title','SR0006, Section 214'),(8658,490,'_locations_1_title','field_5683f2aadcba2'),(8659,490,'locations_1_image',''),(8660,490,'_locations_1_image','field_568439ed8109d'),(8661,490,'locations_1_description','This project is for lane reconfiguration, intersection improvements, and drainage improvements and is affecting 34 parcels in the municipalities of Clinton, La Plume, Glenburn, South Abington, Factoryville, and Dalton, Lackawanna and Wyoming Counties.'),(8662,490,'_locations_1_description','field_5683f2b1dcba3'),(8663,490,'locations','2'),(8664,490,'_locations','field_5683f253a5dba'),(8665,491,'locations_0_location','a:3:{s:7:\"address\";s:21:\"41.564217, -76.059027\";s:3:\"lat\";s:10:\"41.5633759\";s:3:\"lng\";s:18:\"-76.06040280000002\";}'),(8666,491,'_locations_0_location','field_5683f288dcba1'),(8667,491,'locations_0_title','3003 – 773 – Mehoopany'),(8668,491,'_locations_0_title','field_5683f2aadcba2'),(8669,491,'locations_0_image','463'),(8670,491,'_locations_0_image','field_568439ed8109d'),(8671,491,'locations_0_description','This project is for a mid-sized bridge replacement and roadway alignment and is affecting 10 properties and resulting in the relocation of 1 resident in the Township of Mehoopany, Wyoming County.'),(8672,491,'_locations_0_description','field_5683f2b1dcba3'),(8673,491,'locations_1_location',''),(8674,491,'_locations_1_location','field_5683f288dcba1'),(8675,491,'locations_1_title','SR0006, Section 214'),(8676,491,'_locations_1_title','field_5683f2aadcba2'),(8677,491,'locations_1_image',''),(8678,491,'_locations_1_image','field_568439ed8109d'),(8679,491,'locations_1_description','This project is for lane reconfiguration, intersection improvements, and drainage improvements and is affecting 34 parcels in the municipalities of Clinton, La Plume, Glenburn, South Abington, Factoryville, and Dalton, Lackawanna and Wyoming Counties.'),(8680,491,'_locations_1_description','field_5683f2b1dcba3'),(8681,491,'locations','2'),(8682,491,'_locations','field_5683f253a5dba'),(8683,492,'locations_0_location','a:3:{s:7:\"address\";s:21:\"42.136992, -80.068054\";s:3:\"lat\";s:9:\"42.137055\";s:3:\"lng\";s:11:\"-80.0681085\";}'),(8684,492,'_locations_0_location','field_5683f288dcba1'),(8685,492,'locations_0_title','State Route 4034, Section A50 Erie Bayfront – New Roadway Construction'),(8686,492,'_locations_0_title','field_5683f2aadcba2'),(8687,492,'locations_0_image',''),(8688,492,'_locations_0_image','field_568439ed8109d'),(8689,492,'locations_0_description','This project was for new road construction and affected 24 properties and resulted in the relocation of 12 residents and 3 businesses in the City of Erie, Erie County.'),(8690,492,'_locations_0_description','field_5683f2b1dcba3'),(8691,492,'locations_1_location','a:3:{s:7:\"address\";s:21:\"42.133680, -80.062399\";s:3:\"lat\";s:9:\"42.133828\";s:3:\"lng\";s:10:\"-80.062521\";}'),(8692,492,'_locations_1_location','field_5683f288dcba1'),(8693,492,'locations_1_title','State Route 4034, Section A51 Erie Bayfront – New Roadway Construction'),(8694,492,'_locations_1_title','field_5683f2aadcba2'),(8695,492,'locations_1_image','445'),(8696,492,'_locations_1_image','field_568439ed8109d'),(8697,492,'locations_1_description','This project was for new road construction and affected 25 properties and resulted in the relocation of 3 residents and 12 businesses in the City of Erie, Erie County.'),(8698,492,'_locations_1_description','field_5683f2b1dcba3'),(8699,492,'locations_2_location','a:3:{s:7:\"address\";s:21:\"42.125226, -79.980737\";s:3:\"lat\";s:10:\"42.1251108\";s:3:\"lng\";s:11:\"-79.9808974\";}'),(8700,492,'_locations_2_location','field_5683f288dcba1'),(8701,492,'locations_2_title','State Route 4034, Section A90 Bayfront Station Road – New Roadway Construction'),(8702,492,'_locations_2_title','field_5683f2aadcba2'),(8703,492,'locations_2_image','448'),(8704,492,'_locations_2_image','field_568439ed8109d'),(8705,492,'locations_2_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie County.'),(8706,492,'_locations_2_description','field_5683f2b1dcba3'),(8707,492,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.157692, -80.225869\";s:3:\"lat\";s:10:\"41.1576901\";s:3:\"lng\";s:10:\"-80.225885\";}'),(8708,492,'_locations_3_location','field_5683f288dcba1'),(8709,492,'locations_3_title','Iron Bridge – State Route 0019, B04 – Bridge Replacement'),(8710,492,'_locations_3_title','field_5683f2aadcba2'),(8711,492,'locations_3_image','450'),(8712,492,'_locations_3_image','field_568439ed8109d'),(8713,492,'locations_3_description','This project was for a mid-sized bridge replacement and affected 8 properties in the Township of Springfield, Mercer County.'),(8714,492,'_locations_3_description','field_5683f2b1dcba3'),(8715,492,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.157502, -80.225829\";s:3:\"lat\";s:10:\"41.1575001\";s:3:\"lng\";s:11:\"-80.2258445\";}'),(8716,492,'_locations_4_location','field_5683f288dcba1'),(8717,492,'locations_4_title','State Route 0062, Section A02G, Sharon – Roadway Widening'),(8718,492,'_locations_4_title','field_5683f2aadcba2'),(8719,492,'locations_4_image','452'),(8720,492,'_locations_4_image','field_568439ed8109d'),(8721,492,'locations_4_description','This project was for a road widening and affected 12 properties and resulted in the relocation of 2 residents and 4 businesses in the Cities of Sharon and Farrell, Mercer County.'),(8722,492,'_locations_4_description','field_5683f2b1dcba3'),(8723,492,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.203515, -80.500030\";s:3:\"lat\";s:10:\"41.2035162\";s:3:\"lng\";s:18:\"-80.50022580000001\";}'),(8724,492,'_locations_5_location','field_5683f288dcba1'),(8725,492,'locations_5_title','State Route 0062, Section A02, Sharon – Roadway Widening'),(8726,492,'_locations_5_title','field_5683f2aadcba2'),(8727,492,'locations_5_image',''),(8728,492,'_locations_5_image','field_568439ed8109d'),(8729,492,'locations_5_description','This project is for roadway widening and intersection improvements and is affecting over 100 properties and resulting in the relocation of 2 residents and 2 businesses in the Cities of Sharon and Farrell, and the Borough of West Wheatland, Mercer County.'),(8730,492,'_locations_5_description','field_5683f2b1dcba3'),(8731,492,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.174312, -80.459088\";s:3:\"lat\";s:9:\"41.174248\";s:3:\"lng\";s:18:\"-80.45922139999999\";}'),(8732,492,'_locations_6_location','field_5683f288dcba1'),(8733,492,'locations_6_title','State Route 318, Section B00 – West Middlesex – Bridge Replacement'),(8734,492,'_locations_6_title','field_5683f2aadcba2'),(8735,492,'locations_6_image',''),(8736,492,'_locations_6_image','field_568439ed8109d'),(8737,492,'locations_6_description','This project is for a large bridge replacement spanning the Shenango River and is affecting 23 properties in the Borough of West Middlesex, Mercer County.'),(8738,492,'_locations_6_description','field_5683f2b1dcba3'),(8739,492,'locations_7_location','a:3:{s:7:\"address\";s:21:\"42.101392, -79.988518\";s:3:\"lat\";s:10:\"42.1009699\";s:3:\"lng\";s:18:\"-79.98816999999997\";}'),(8740,492,'_locations_7_location','field_5683f288dcba1'),(8741,492,'locations_7_title','Township Road T609, Section S000 - Kane Hill Road Bridge – Erie County (LOCAL)'),(8742,492,'_locations_7_title','field_5683f2aadcba2'),(8743,492,'locations_7_image','461'),(8744,492,'_locations_7_image','field_568439ed8109d'),(8745,492,'locations_7_description','This project is for a bridge replacement and is affecting 4 properties in Township of Greene, Erie County.'),(8746,492,'_locations_7_description','field_5683f2b1dcba3'),(8747,492,'locations_8_location','a:3:{s:7:\"address\";s:21:\"42.067111, -80.103791\";s:3:\"lat\";s:10:\"42.0681078\";s:3:\"lng\";s:11:\"-80.1039467\";}'),(8748,492,'_locations_8_location','field_5683f288dcba1'),(8749,492,'locations_8_title','State Route 4012, Section A00 – Erie County – Millcreek, Roadway Widening'),(8750,492,'_locations_8_title','field_5683f2aadcba2'),(8751,492,'locations_8_image',''),(8752,492,'_locations_8_image','field_568439ed8109d'),(8753,492,'locations_8_description',''),(8754,492,'_locations_8_description','field_5683f2b1dcba3'),(8755,492,'locations_9_location','a:3:{s:7:\"address\";s:21:\"42.071262, -80.202530\";s:3:\"lat\";s:8:\"42.07139\";s:3:\"lng\";s:18:\"-80.20223699999997\";}'),(8756,492,'_locations_9_location','field_5683f288dcba1'),(8757,492,'locations_9_title','State Route 4016, Section L00 – Millfair Erie – Intersection and Roadway Improvements'),(8758,492,'_locations_9_title','field_5683f2aadcba2'),(8759,492,'locations_9_image',''),(8760,492,'_locations_9_image','field_568439ed8109d'),(8761,492,'locations_9_description',''),(8762,492,'_locations_9_description','field_5683f2b1dcba3'),(8763,492,'locations_10_location','a:3:{s:7:\"address\";s:21:\"42.150704, -80.005306\";s:3:\"lat\";s:10:\"42.1512609\";s:3:\"lng\";s:18:\"-80.00499430000002\";}'),(8764,492,'_locations_10_location','field_5683f288dcba1'),(8765,492,'locations_10_title','Nagle Road Bridge – Harborcreek – Bridge Replacement'),(8766,492,'_locations_10_title','field_5683f2aadcba2'),(8767,492,'locations_10_image','457'),(8768,492,'_locations_10_image','field_568439ed8109d'),(8769,492,'locations_10_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie Country.'),(8770,492,'_locations_10_description','field_5683f2b1dcba3'),(8771,492,'locations_11_location','a:3:{s:7:\"address\";s:21:\"41.731326, -80.143636\";s:3:\"lat\";s:10:\"41.7312678\";s:3:\"lng\";s:18:\"-80.14303139999998\";}'),(8772,492,'_locations_11_location','field_5683f288dcba1'),(8773,492,'locations_11_title','Peters Road Bridge – Woodcock Township'),(8774,492,'_locations_11_title','field_5683f2aadcba2'),(8775,492,'locations_11_image',''),(8776,492,'_locations_11_image','field_568439ed8109d'),(8777,492,'locations_11_description','This project is for bridge removal and a new railroad crossing and is affecting 5 properties in the Township of Woodcock, Crawford County.'),(8778,492,'_locations_11_description','field_5683f2b1dcba3'),(8779,492,'locations_12_location','a:3:{s:7:\"address\";s:21:\"42.074226, -80.182684\";s:3:\"lat\";s:10:\"42.0750544\";s:3:\"lng\";s:18:\"-80.18202980000001\";}'),(8780,492,'_locations_12_location','field_5683f288dcba1'),(8781,492,'locations_12_title','State Route 4002, Section A02 Erie'),(8782,492,'_locations_12_title','field_5683f2aadcba2'),(8783,492,'locations_12_image',''),(8784,492,'_locations_12_image','field_568439ed8109d'),(8785,492,'locations_12_description',''),(8786,492,'_locations_12_description','field_5683f2b1dcba3'),(8787,492,'locations_13_location','a:3:{s:7:\"address\";s:21:\"41.506210, -79.633939\";s:3:\"lat\";s:9:\"41.505463\";s:3:\"lng\";s:18:\"-79.63243899999998\";}'),(8788,492,'_locations_13_location','field_5683f288dcba1'),(8789,492,'locations_13_title','State Route 0227, Section B01, Venango County – Bridge Replacement'),(8790,492,'_locations_13_title','field_5683f2aadcba2'),(8791,492,'locations_13_image',''),(8792,492,'_locations_13_image','field_568439ed8109d'),(8793,492,'locations_13_description','This project is for a small bridge and is affecting 2 properties in the Township of Sugar Grove, Warren County.'),(8794,492,'_locations_13_description','field_5683f2b1dcba3'),(8795,492,'locations_14_location','a:3:{s:7:\"address\";s:21:\"42.160855, -79.978735\";s:3:\"lat\";s:9:\"42.160685\";s:3:\"lng\";s:10:\"-79.979015\";}'),(8796,492,'_locations_14_location','field_5683f288dcba1'),(8797,492,'locations_14_title','State Route 955, Section B00, Erie County – Bridge Replacement'),(8798,492,'_locations_14_title','field_5683f2aadcba2'),(8799,492,'locations_14_image','427'),(8800,492,'_locations_14_image','field_568439ed8109d'),(8801,492,'locations_14_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(8802,492,'_locations_14_description','field_5683f2b1dcba3'),(8803,492,'locations_15_location','a:3:{s:7:\"address\";s:21:\"42.166954, -79.961159\";s:3:\"lat\";s:9:\"42.167122\";s:3:\"lng\";s:10:\"-79.959048\";}'),(8804,492,'_locations_15_location','field_5683f288dcba1'),(8805,492,'locations_15_title','State Route 0955, Section B01, Erie Count – Bridge Replacement'),(8806,492,'_locations_15_title','field_5683f2aadcba2'),(8807,492,'locations_15_image','427'),(8808,492,'_locations_15_image','field_568439ed8109d'),(8809,492,'locations_15_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(8810,492,'_locations_15_description','field_5683f2b1dcba3'),(8811,492,'locations_16_location','a:3:{s:7:\"address\";s:21:\"41.470470, -80.335987\";s:3:\"lat\";s:10:\"41.4704425\";s:3:\"lng\";s:18:\"-80.33643310000002\";}'),(8812,492,'_locations_16_location','field_5683f288dcba1'),(8813,492,'locations_16_title','State Route 4021, Section B00, Mercer County – Bridge Replacement'),(8814,492,'_locations_16_title','field_5683f2aadcba2'),(8815,492,'locations_16_image','430'),(8816,492,'_locations_16_image','field_568439ed8109d'),(8817,492,'locations_16_description','This project was for a small bridge and affected 2 properties in the Township of Sugar Grove, Mercer County.'),(8818,492,'_locations_16_description','field_5683f2b1dcba3'),(8819,492,'locations_17_location','a:3:{s:7:\"address\";s:21:\"41.883264, -79.813068\";s:3:\"lat\";s:10:\"41.8827053\";s:3:\"lng\";s:18:\"-79.81425380000002\";}'),(8820,492,'_locations_17_location','field_5683f288dcba1'),(8821,492,'locations_17_title','State Route 2010, Section B01, Erie County'),(8822,492,'_locations_17_title','field_5683f2aadcba2'),(8823,492,'locations_17_image',''),(8824,492,'_locations_17_image','field_568439ed8109d'),(8825,492,'locations_17_description',''),(8826,492,'_locations_17_description','field_5683f2b1dcba3'),(8827,492,'locations_18_location','a:3:{s:7:\"address\";s:21:\"41.717397, -79.539631\";s:3:\"lat\";s:9:\"41.717376\";s:3:\"lng\";s:18:\"-79.53928450000001\";}'),(8828,492,'_locations_18_location','field_5683f288dcba1'),(8829,492,'locations_18_title','State Route 6100, Section 2B, Erie County – Bridge Replacement'),(8830,492,'_locations_18_title','field_5683f2aadcba2'),(8831,492,'locations_18_image',''),(8832,492,'_locations_18_image','field_568439ed8109d'),(8833,492,'locations_18_description',''),(8834,492,'_locations_18_description','field_5683f2b1dcba3'),(8835,492,'locations','19'),(8836,492,'_locations','field_5683f253a5dba'),(8837,493,'locations_0_location','a:3:{s:7:\"address\";s:21:\"42.136992, -80.068054\";s:3:\"lat\";s:9:\"42.137055\";s:3:\"lng\";s:11:\"-80.0681085\";}'),(8838,493,'_locations_0_location','field_5683f288dcba1'),(8839,493,'locations_0_title','State Route 4034, Section A50 Erie Bayfront – New Roadway Construction'),(8840,493,'_locations_0_title','field_5683f2aadcba2'),(8841,493,'locations_0_image',''),(8842,493,'_locations_0_image','field_568439ed8109d'),(8843,493,'locations_0_description','This project was for new road construction and affected 24 properties and resulted in the relocation of 12 residents and 3 businesses in the City of Erie, Erie County.'),(8844,493,'_locations_0_description','field_5683f2b1dcba3'),(8845,493,'locations_1_location',''),(8846,493,'_locations_1_location','field_5683f288dcba1'),(8847,493,'locations_1_title','State Route 4034, Section A51 Erie Bayfront – New Roadway Construction'),(8848,493,'_locations_1_title','field_5683f2aadcba2'),(8849,493,'locations_1_image','445'),(8850,493,'_locations_1_image','field_568439ed8109d'),(8851,493,'locations_1_description','This project was for new road construction and affected 25 properties and resulted in the relocation of 3 residents and 12 businesses in the City of Erie, Erie County.'),(8852,493,'_locations_1_description','field_5683f2b1dcba3'),(8853,493,'locations_2_location','a:3:{s:7:\"address\";s:21:\"42.125226, -79.980737\";s:3:\"lat\";s:10:\"42.1251108\";s:3:\"lng\";s:11:\"-79.9808974\";}'),(8854,493,'_locations_2_location','field_5683f288dcba1'),(8855,493,'locations_2_title','State Route 4034, Section A90 Bayfront Station Road – New Roadway Construction'),(8856,493,'_locations_2_title','field_5683f2aadcba2'),(8857,493,'locations_2_image','448'),(8858,493,'_locations_2_image','field_568439ed8109d'),(8859,493,'locations_2_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie County.'),(8860,493,'_locations_2_description','field_5683f2b1dcba3'),(8861,493,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.157692, -80.225869\";s:3:\"lat\";s:10:\"41.1576901\";s:3:\"lng\";s:10:\"-80.225885\";}'),(8862,493,'_locations_3_location','field_5683f288dcba1'),(8863,493,'locations_3_title','Iron Bridge – State Route 0019, B04 – Bridge Replacement'),(8864,493,'_locations_3_title','field_5683f2aadcba2'),(8865,493,'locations_3_image','450'),(8866,493,'_locations_3_image','field_568439ed8109d'),(8867,493,'locations_3_description','This project was for a mid-sized bridge replacement and affected 8 properties in the Township of Springfield, Mercer County.'),(8868,493,'_locations_3_description','field_5683f2b1dcba3'),(8869,493,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.157502, -80.225829\";s:3:\"lat\";s:10:\"41.1575001\";s:3:\"lng\";s:11:\"-80.2258445\";}'),(8870,493,'_locations_4_location','field_5683f288dcba1'),(8871,493,'locations_4_title','State Route 0062, Section A02G, Sharon – Roadway Widening'),(8872,493,'_locations_4_title','field_5683f2aadcba2'),(8873,493,'locations_4_image','452'),(8874,493,'_locations_4_image','field_568439ed8109d'),(8875,493,'locations_4_description','This project was for a road widening and affected 12 properties and resulted in the relocation of 2 residents and 4 businesses in the Cities of Sharon and Farrell, Mercer County.'),(8876,493,'_locations_4_description','field_5683f2b1dcba3'),(8877,493,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.203515, -80.500030\";s:3:\"lat\";s:10:\"41.2035162\";s:3:\"lng\";s:18:\"-80.50022580000001\";}'),(8878,493,'_locations_5_location','field_5683f288dcba1'),(8879,493,'locations_5_title','State Route 0062, Section A02, Sharon – Roadway Widening'),(8880,493,'_locations_5_title','field_5683f2aadcba2'),(8881,493,'locations_5_image',''),(8882,493,'_locations_5_image','field_568439ed8109d'),(8883,493,'locations_5_description','This project is for roadway widening and intersection improvements and is affecting over 100 properties and resulting in the relocation of 2 residents and 2 businesses in the Cities of Sharon and Farrell, and the Borough of West Wheatland, Mercer County.'),(8884,493,'_locations_5_description','field_5683f2b1dcba3'),(8885,493,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.174312, -80.459088\";s:3:\"lat\";s:9:\"41.174248\";s:3:\"lng\";s:18:\"-80.45922139999999\";}'),(8886,493,'_locations_6_location','field_5683f288dcba1'),(8887,493,'locations_6_title','State Route 318, Section B00 – West Middlesex – Bridge Replacement'),(8888,493,'_locations_6_title','field_5683f2aadcba2'),(8889,493,'locations_6_image',''),(8890,493,'_locations_6_image','field_568439ed8109d'),(8891,493,'locations_6_description','This project is for a large bridge replacement spanning the Shenango River and is affecting 23 properties in the Borough of West Middlesex, Mercer County.'),(8892,493,'_locations_6_description','field_5683f2b1dcba3'),(8893,493,'locations_7_location','a:3:{s:7:\"address\";s:21:\"42.101392, -79.988518\";s:3:\"lat\";s:10:\"42.1009699\";s:3:\"lng\";s:18:\"-79.98816999999997\";}'),(8894,493,'_locations_7_location','field_5683f288dcba1'),(8895,493,'locations_7_title','Township Road T609, Section S000 - Kane Hill Road Bridge – Erie County (LOCAL)'),(8896,493,'_locations_7_title','field_5683f2aadcba2'),(8897,493,'locations_7_image','461'),(8898,493,'_locations_7_image','field_568439ed8109d'),(8899,493,'locations_7_description','This project is for a bridge replacement and is affecting 4 properties in Township of Greene, Erie County.'),(8900,493,'_locations_7_description','field_5683f2b1dcba3'),(8901,493,'locations_8_location','a:3:{s:7:\"address\";s:21:\"42.067111, -80.103791\";s:3:\"lat\";s:10:\"42.0681078\";s:3:\"lng\";s:11:\"-80.1039467\";}'),(8902,493,'_locations_8_location','field_5683f288dcba1'),(8903,493,'locations_8_title','State Route 4012, Section A00 – Erie County – Millcreek, Roadway Widening'),(8904,493,'_locations_8_title','field_5683f2aadcba2'),(8905,493,'locations_8_image',''),(8906,493,'_locations_8_image','field_568439ed8109d'),(8907,493,'locations_8_description',''),(8908,493,'_locations_8_description','field_5683f2b1dcba3'),(8909,493,'locations_9_location','a:3:{s:7:\"address\";s:21:\"42.071262, -80.202530\";s:3:\"lat\";s:8:\"42.07139\";s:3:\"lng\";s:18:\"-80.20223699999997\";}'),(8910,493,'_locations_9_location','field_5683f288dcba1'),(8911,493,'locations_9_title','State Route 4016, Section L00 – Millfair Erie – Intersection and Roadway Improvements'),(8912,493,'_locations_9_title','field_5683f2aadcba2'),(8913,493,'locations_9_image',''),(8914,493,'_locations_9_image','field_568439ed8109d'),(8915,493,'locations_9_description',''),(8916,493,'_locations_9_description','field_5683f2b1dcba3'),(8917,493,'locations_10_location','a:3:{s:7:\"address\";s:21:\"42.150704, -80.005306\";s:3:\"lat\";s:10:\"42.1512609\";s:3:\"lng\";s:18:\"-80.00499430000002\";}'),(8918,493,'_locations_10_location','field_5683f288dcba1'),(8919,493,'locations_10_title','Nagle Road Bridge – Harborcreek – Bridge Replacement'),(8920,493,'_locations_10_title','field_5683f2aadcba2'),(8921,493,'locations_10_image','457'),(8922,493,'_locations_10_image','field_568439ed8109d'),(8923,493,'locations_10_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie Country.'),(8924,493,'_locations_10_description','field_5683f2b1dcba3'),(8925,493,'locations_11_location','a:3:{s:7:\"address\";s:21:\"41.731326, -80.143636\";s:3:\"lat\";s:10:\"41.7312678\";s:3:\"lng\";s:18:\"-80.14303139999998\";}'),(8926,493,'_locations_11_location','field_5683f288dcba1'),(8927,493,'locations_11_title','Peters Road Bridge – Woodcock Township'),(8928,493,'_locations_11_title','field_5683f2aadcba2'),(8929,493,'locations_11_image',''),(8930,493,'_locations_11_image','field_568439ed8109d'),(8931,493,'locations_11_description','This project is for bridge removal and a new railroad crossing and is affecting 5 properties in the Township of Woodcock, Crawford County.'),(8932,493,'_locations_11_description','field_5683f2b1dcba3'),(8933,493,'locations_12_location','a:3:{s:7:\"address\";s:21:\"42.074226, -80.182684\";s:3:\"lat\";s:10:\"42.0750544\";s:3:\"lng\";s:18:\"-80.18202980000001\";}'),(8934,493,'_locations_12_location','field_5683f288dcba1'),(8935,493,'locations_12_title','State Route 4002, Section A02 Erie'),(8936,493,'_locations_12_title','field_5683f2aadcba2'),(8937,493,'locations_12_image',''),(8938,493,'_locations_12_image','field_568439ed8109d'),(8939,493,'locations_12_description',''),(8940,493,'_locations_12_description','field_5683f2b1dcba3'),(8941,493,'locations_13_location','a:3:{s:7:\"address\";s:21:\"41.506210, -79.633939\";s:3:\"lat\";s:9:\"41.505463\";s:3:\"lng\";s:18:\"-79.63243899999998\";}'),(8942,493,'_locations_13_location','field_5683f288dcba1'),(8943,493,'locations_13_title','State Route 0227, Section B01, Venango County – Bridge Replacement'),(8944,493,'_locations_13_title','field_5683f2aadcba2'),(8945,493,'locations_13_image',''),(8946,493,'_locations_13_image','field_568439ed8109d'),(8947,493,'locations_13_description','This project is for a small bridge and is affecting 2 properties in the Township of Sugar Grove, Warren County.'),(8948,493,'_locations_13_description','field_5683f2b1dcba3'),(8949,493,'locations_14_location','a:3:{s:7:\"address\";s:21:\"42.160855, -79.978735\";s:3:\"lat\";s:9:\"42.160685\";s:3:\"lng\";s:10:\"-79.979015\";}'),(8950,493,'_locations_14_location','field_5683f288dcba1'),(8951,493,'locations_14_title','State Route 955, Section B00, Erie County – Bridge Replacement'),(8952,493,'_locations_14_title','field_5683f2aadcba2'),(8953,493,'locations_14_image','427'),(8954,493,'_locations_14_image','field_568439ed8109d'),(8955,493,'locations_14_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(8956,493,'_locations_14_description','field_5683f2b1dcba3'),(8957,493,'locations_15_location','a:3:{s:7:\"address\";s:21:\"42.166954, -79.961159\";s:3:\"lat\";s:9:\"42.167122\";s:3:\"lng\";s:10:\"-79.959048\";}'),(8958,493,'_locations_15_location','field_5683f288dcba1'),(8959,493,'locations_15_title','State Route 0955, Section B01, Erie Count – Bridge Replacement'),(8960,493,'_locations_15_title','field_5683f2aadcba2'),(8961,493,'locations_15_image','427'),(8962,493,'_locations_15_image','field_568439ed8109d'),(8963,493,'locations_15_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(8964,493,'_locations_15_description','field_5683f2b1dcba3'),(8965,493,'locations_16_location','a:3:{s:7:\"address\";s:21:\"41.470470, -80.335987\";s:3:\"lat\";s:10:\"41.4704425\";s:3:\"lng\";s:18:\"-80.33643310000002\";}'),(8966,493,'_locations_16_location','field_5683f288dcba1'),(8967,493,'locations_16_title','State Route 4021, Section B00, Mercer County – Bridge Replacement'),(8968,493,'_locations_16_title','field_5683f2aadcba2'),(8969,493,'locations_16_image','430'),(8970,493,'_locations_16_image','field_568439ed8109d'),(8971,493,'locations_16_description','This project was for a small bridge and affected 2 properties in the Township of Sugar Grove, Mercer County.'),(8972,493,'_locations_16_description','field_5683f2b1dcba3'),(8973,493,'locations_17_location','a:3:{s:7:\"address\";s:21:\"41.883264, -79.813068\";s:3:\"lat\";s:10:\"41.8827053\";s:3:\"lng\";s:18:\"-79.81425380000002\";}'),(8974,493,'_locations_17_location','field_5683f288dcba1'),(8975,493,'locations_17_title','State Route 2010, Section B01, Erie County'),(8976,493,'_locations_17_title','field_5683f2aadcba2'),(8977,493,'locations_17_image',''),(8978,493,'_locations_17_image','field_568439ed8109d'),(8979,493,'locations_17_description',''),(8980,493,'_locations_17_description','field_5683f2b1dcba3'),(8981,493,'locations_18_location','a:3:{s:7:\"address\";s:21:\"41.717397, -79.539631\";s:3:\"lat\";s:9:\"41.717376\";s:3:\"lng\";s:18:\"-79.53928450000001\";}'),(8982,493,'_locations_18_location','field_5683f288dcba1'),(8983,493,'locations_18_title','State Route 6100, Section 2B, Erie County – Bridge Replacement'),(8984,493,'_locations_18_title','field_5683f2aadcba2'),(8985,493,'locations_18_image',''),(8986,493,'_locations_18_image','field_568439ed8109d'),(8987,493,'locations_18_description',''),(8988,493,'_locations_18_description','field_5683f2b1dcba3'),(8989,493,'locations','19'),(8990,493,'_locations','field_5683f253a5dba'),(8991,494,'locations_0_location','a:3:{s:7:\"address\";s:21:\"42.136992, -80.068054\";s:3:\"lat\";s:9:\"42.137055\";s:3:\"lng\";s:11:\"-80.0681085\";}'),(8992,494,'_locations_0_location','field_5683f288dcba1'),(8993,494,'locations_0_title','State Route 4034, Section A50 Erie Bayfront – New Roadway Construction'),(8994,494,'_locations_0_title','field_5683f2aadcba2'),(8995,494,'locations_0_image',''),(8996,494,'_locations_0_image','field_568439ed8109d'),(8997,494,'locations_0_description','This project was for new road construction and affected 24 properties and resulted in the relocation of 12 residents and 3 businesses in the City of Erie, Erie County.'),(8998,494,'_locations_0_description','field_5683f2b1dcba3'),(8999,494,'locations_1_location',''),(9000,494,'_locations_1_location','field_5683f288dcba1'),(9001,494,'locations_1_title','State Route 4034, Section A51 Erie Bayfront – New Roadway Construction'),(9002,494,'_locations_1_title','field_5683f2aadcba2'),(9003,494,'locations_1_image','445'),(9004,494,'_locations_1_image','field_568439ed8109d'),(9005,494,'locations_1_description','This project was for new road construction and affected 25 properties and resulted in the relocation of 3 residents and 12 businesses in the City of Erie, Erie County.'),(9006,494,'_locations_1_description','field_5683f2b1dcba3'),(9007,494,'locations_2_location',''),(9008,494,'_locations_2_location','field_5683f288dcba1'),(9009,494,'locations_2_title','State Route 4034, Section A90 Bayfront Station Road – New Roadway Construction'),(9010,494,'_locations_2_title','field_5683f2aadcba2'),(9011,494,'locations_2_image','448'),(9012,494,'_locations_2_image','field_568439ed8109d'),(9013,494,'locations_2_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie County.'),(9014,494,'_locations_2_description','field_5683f2b1dcba3'),(9015,494,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.157692, -80.225869\";s:3:\"lat\";s:10:\"41.1576901\";s:3:\"lng\";s:10:\"-80.225885\";}'),(9016,494,'_locations_3_location','field_5683f288dcba1'),(9017,494,'locations_3_title','Iron Bridge – State Route 0019, B04 – Bridge Replacement'),(9018,494,'_locations_3_title','field_5683f2aadcba2'),(9019,494,'locations_3_image','450'),(9020,494,'_locations_3_image','field_568439ed8109d'),(9021,494,'locations_3_description','This project was for a mid-sized bridge replacement and affected 8 properties in the Township of Springfield, Mercer County.'),(9022,494,'_locations_3_description','field_5683f2b1dcba3'),(9023,494,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.157502, -80.225829\";s:3:\"lat\";s:10:\"41.1575001\";s:3:\"lng\";s:11:\"-80.2258445\";}'),(9024,494,'_locations_4_location','field_5683f288dcba1'),(9025,494,'locations_4_title','State Route 0062, Section A02G, Sharon – Roadway Widening'),(9026,494,'_locations_4_title','field_5683f2aadcba2'),(9027,494,'locations_4_image','452'),(9028,494,'_locations_4_image','field_568439ed8109d'),(9029,494,'locations_4_description','This project was for a road widening and affected 12 properties and resulted in the relocation of 2 residents and 4 businesses in the Cities of Sharon and Farrell, Mercer County.'),(9030,494,'_locations_4_description','field_5683f2b1dcba3'),(9031,494,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.203515, -80.500030\";s:3:\"lat\";s:10:\"41.2035162\";s:3:\"lng\";s:18:\"-80.50022580000001\";}'),(9032,494,'_locations_5_location','field_5683f288dcba1'),(9033,494,'locations_5_title','State Route 0062, Section A02, Sharon – Roadway Widening'),(9034,494,'_locations_5_title','field_5683f2aadcba2'),(9035,494,'locations_5_image',''),(9036,494,'_locations_5_image','field_568439ed8109d'),(9037,494,'locations_5_description','This project is for roadway widening and intersection improvements and is affecting over 100 properties and resulting in the relocation of 2 residents and 2 businesses in the Cities of Sharon and Farrell, and the Borough of West Wheatland, Mercer County.'),(9038,494,'_locations_5_description','field_5683f2b1dcba3'),(9039,494,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.174312, -80.459088\";s:3:\"lat\";s:9:\"41.174248\";s:3:\"lng\";s:18:\"-80.45922139999999\";}'),(9040,494,'_locations_6_location','field_5683f288dcba1'),(9041,494,'locations_6_title','State Route 318, Section B00 – West Middlesex – Bridge Replacement'),(9042,494,'_locations_6_title','field_5683f2aadcba2'),(9043,494,'locations_6_image',''),(9044,494,'_locations_6_image','field_568439ed8109d'),(9045,494,'locations_6_description','This project is for a large bridge replacement spanning the Shenango River and is affecting 23 properties in the Borough of West Middlesex, Mercer County.'),(9046,494,'_locations_6_description','field_5683f2b1dcba3'),(9047,494,'locations_7_location','a:3:{s:7:\"address\";s:21:\"42.101392, -79.988518\";s:3:\"lat\";s:10:\"42.1009699\";s:3:\"lng\";s:18:\"-79.98816999999997\";}'),(9048,494,'_locations_7_location','field_5683f288dcba1'),(9049,494,'locations_7_title','Township Road T609, Section S000 - Kane Hill Road Bridge – Erie County (LOCAL)'),(9050,494,'_locations_7_title','field_5683f2aadcba2'),(9051,494,'locations_7_image','461'),(9052,494,'_locations_7_image','field_568439ed8109d'),(9053,494,'locations_7_description','This project is for a bridge replacement and is affecting 4 properties in Township of Greene, Erie County.'),(9054,494,'_locations_7_description','field_5683f2b1dcba3'),(9055,494,'locations_8_location','a:3:{s:7:\"address\";s:21:\"42.067111, -80.103791\";s:3:\"lat\";s:10:\"42.0681078\";s:3:\"lng\";s:11:\"-80.1039467\";}'),(9056,494,'_locations_8_location','field_5683f288dcba1'),(9057,494,'locations_8_title','State Route 4012, Section A00 – Erie County – Millcreek, Roadway Widening'),(9058,494,'_locations_8_title','field_5683f2aadcba2'),(9059,494,'locations_8_image',''),(9060,494,'_locations_8_image','field_568439ed8109d'),(9061,494,'locations_8_description',''),(9062,494,'_locations_8_description','field_5683f2b1dcba3'),(9063,494,'locations_9_location','a:3:{s:7:\"address\";s:21:\"42.071262, -80.202530\";s:3:\"lat\";s:8:\"42.07139\";s:3:\"lng\";s:18:\"-80.20223699999997\";}'),(9064,494,'_locations_9_location','field_5683f288dcba1'),(9065,494,'locations_9_title','State Route 4016, Section L00 – Millfair Erie – Intersection and Roadway Improvements'),(9066,494,'_locations_9_title','field_5683f2aadcba2'),(9067,494,'locations_9_image',''),(9068,494,'_locations_9_image','field_568439ed8109d'),(9069,494,'locations_9_description',''),(9070,494,'_locations_9_description','field_5683f2b1dcba3'),(9071,494,'locations_10_location','a:3:{s:7:\"address\";s:21:\"42.150704, -80.005306\";s:3:\"lat\";s:10:\"42.1512609\";s:3:\"lng\";s:18:\"-80.00499430000002\";}'),(9072,494,'_locations_10_location','field_5683f288dcba1'),(9073,494,'locations_10_title','Nagle Road Bridge – Harborcreek – Bridge Replacement'),(9074,494,'_locations_10_title','field_5683f2aadcba2'),(9075,494,'locations_10_image','457'),(9076,494,'_locations_10_image','field_568439ed8109d'),(9077,494,'locations_10_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie Country.'),(9078,494,'_locations_10_description','field_5683f2b1dcba3'),(9079,494,'locations_11_location','a:3:{s:7:\"address\";s:21:\"41.731326, -80.143636\";s:3:\"lat\";s:10:\"41.7312678\";s:3:\"lng\";s:18:\"-80.14303139999998\";}'),(9080,494,'_locations_11_location','field_5683f288dcba1'),(9081,494,'locations_11_title','Peters Road Bridge – Woodcock Township'),(9082,494,'_locations_11_title','field_5683f2aadcba2'),(9083,494,'locations_11_image',''),(9084,494,'_locations_11_image','field_568439ed8109d'),(9085,494,'locations_11_description','This project is for bridge removal and a new railroad crossing and is affecting 5 properties in the Township of Woodcock, Crawford County.'),(9086,494,'_locations_11_description','field_5683f2b1dcba3'),(9087,494,'locations_12_location','a:3:{s:7:\"address\";s:21:\"42.074226, -80.182684\";s:3:\"lat\";s:10:\"42.0750544\";s:3:\"lng\";s:18:\"-80.18202980000001\";}'),(9088,494,'_locations_12_location','field_5683f288dcba1'),(9089,494,'locations_12_title','State Route 4002, Section A02 Erie'),(9090,494,'_locations_12_title','field_5683f2aadcba2'),(9091,494,'locations_12_image',''),(9092,494,'_locations_12_image','field_568439ed8109d'),(9093,494,'locations_12_description',''),(9094,494,'_locations_12_description','field_5683f2b1dcba3'),(9095,494,'locations_13_location','a:3:{s:7:\"address\";s:21:\"41.506210, -79.633939\";s:3:\"lat\";s:9:\"41.505463\";s:3:\"lng\";s:18:\"-79.63243899999998\";}'),(9096,494,'_locations_13_location','field_5683f288dcba1'),(9097,494,'locations_13_title','State Route 0227, Section B01, Venango County – Bridge Replacement'),(9098,494,'_locations_13_title','field_5683f2aadcba2'),(9099,494,'locations_13_image',''),(9100,494,'_locations_13_image','field_568439ed8109d'),(9101,494,'locations_13_description','This project is for a small bridge and is affecting 2 properties in the Township of Sugar Grove, Warren County.'),(9102,494,'_locations_13_description','field_5683f2b1dcba3'),(9103,494,'locations_14_location','a:3:{s:7:\"address\";s:21:\"42.160855, -79.978735\";s:3:\"lat\";s:9:\"42.160685\";s:3:\"lng\";s:10:\"-79.979015\";}'),(9104,494,'_locations_14_location','field_5683f288dcba1'),(9105,494,'locations_14_title','State Route 955, Section B00, Erie County – Bridge Replacement'),(9106,494,'_locations_14_title','field_5683f2aadcba2'),(9107,494,'locations_14_image','427'),(9108,494,'_locations_14_image','field_568439ed8109d'),(9109,494,'locations_14_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(9110,494,'_locations_14_description','field_5683f2b1dcba3'),(9111,494,'locations_15_location','a:3:{s:7:\"address\";s:21:\"42.166954, -79.961159\";s:3:\"lat\";s:9:\"42.167122\";s:3:\"lng\";s:10:\"-79.959048\";}'),(9112,494,'_locations_15_location','field_5683f288dcba1'),(9113,494,'locations_15_title','State Route 0955, Section B01, Erie Count – Bridge Replacement'),(9114,494,'_locations_15_title','field_5683f2aadcba2'),(9115,494,'locations_15_image','427'),(9116,494,'_locations_15_image','field_568439ed8109d'),(9117,494,'locations_15_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(9118,494,'_locations_15_description','field_5683f2b1dcba3'),(9119,494,'locations_16_location','a:3:{s:7:\"address\";s:21:\"41.470470, -80.335987\";s:3:\"lat\";s:10:\"41.4704425\";s:3:\"lng\";s:18:\"-80.33643310000002\";}'),(9120,494,'_locations_16_location','field_5683f288dcba1'),(9121,494,'locations_16_title','State Route 4021, Section B00, Mercer County – Bridge Replacement'),(9122,494,'_locations_16_title','field_5683f2aadcba2'),(9123,494,'locations_16_image','430'),(9124,494,'_locations_16_image','field_568439ed8109d'),(9125,494,'locations_16_description','This project was for a small bridge and affected 2 properties in the Township of Sugar Grove, Mercer County.'),(9126,494,'_locations_16_description','field_5683f2b1dcba3'),(9127,494,'locations_17_location','a:3:{s:7:\"address\";s:21:\"41.883264, -79.813068\";s:3:\"lat\";s:10:\"41.8827053\";s:3:\"lng\";s:18:\"-79.81425380000002\";}'),(9128,494,'_locations_17_location','field_5683f288dcba1'),(9129,494,'locations_17_title','State Route 2010, Section B01, Erie County'),(9130,494,'_locations_17_title','field_5683f2aadcba2'),(9131,494,'locations_17_image',''),(9132,494,'_locations_17_image','field_568439ed8109d'),(9133,494,'locations_17_description',''),(9134,494,'_locations_17_description','field_5683f2b1dcba3'),(9135,494,'locations_18_location','a:3:{s:7:\"address\";s:21:\"41.717397, -79.539631\";s:3:\"lat\";s:9:\"41.717376\";s:3:\"lng\";s:18:\"-79.53928450000001\";}'),(9136,494,'_locations_18_location','field_5683f288dcba1'),(9137,494,'locations_18_title','State Route 6100, Section 2B, Erie County – Bridge Replacement'),(9138,494,'_locations_18_title','field_5683f2aadcba2'),(9139,494,'locations_18_image',''),(9140,494,'_locations_18_image','field_568439ed8109d'),(9141,494,'locations_18_description',''),(9142,494,'_locations_18_description','field_5683f2b1dcba3'),(9143,494,'locations','19'),(9144,494,'_locations','field_5683f253a5dba'),(9145,495,'locations_0_location','a:3:{s:7:\"address\";s:21:\"42.136992, -80.068054\";s:3:\"lat\";s:9:\"42.137055\";s:3:\"lng\";s:11:\"-80.0681085\";}'),(9146,495,'_locations_0_location','field_5683f288dcba1'),(9147,495,'locations_0_title','State Route 4034, Section A50 Erie Bayfront – New Roadway Construction'),(9148,495,'_locations_0_title','field_5683f2aadcba2'),(9149,495,'locations_0_image',''),(9150,495,'_locations_0_image','field_568439ed8109d'),(9151,495,'locations_0_description','This project was for new road construction and affected 24 properties and resulted in the relocation of 12 residents and 3 businesses in the City of Erie, Erie County.'),(9152,495,'_locations_0_description','field_5683f2b1dcba3'),(9153,495,'locations_1_location',''),(9154,495,'_locations_1_location','field_5683f288dcba1'),(9155,495,'locations_1_title','State Route 4034, Section A51 Erie Bayfront – New Roadway Construction'),(9156,495,'_locations_1_title','field_5683f2aadcba2'),(9157,495,'locations_1_image','445'),(9158,495,'_locations_1_image','field_568439ed8109d'),(9159,495,'locations_1_description','This project was for new road construction and affected 25 properties and resulted in the relocation of 3 residents and 12 businesses in the City of Erie, Erie County.'),(9160,495,'_locations_1_description','field_5683f2b1dcba3'),(9161,495,'locations_2_location','a:3:{s:7:\"address\";s:21:\"42.123213, -79.980684\";s:3:\"lat\";s:17:\"42.12319309999999\";s:3:\"lng\";s:18:\"-79.98069599999997\";}'),(9162,495,'_locations_2_location','field_5683f288dcba1'),(9163,495,'locations_2_title','State Route 4034, Section A90 Bayfront Station Road – New Roadway Construction'),(9164,495,'_locations_2_title','field_5683f2aadcba2'),(9165,495,'locations_2_image','448'),(9166,495,'_locations_2_image','field_568439ed8109d'),(9167,495,'locations_2_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie County.'),(9168,495,'_locations_2_description','field_5683f2b1dcba3'),(9169,495,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.157692, -80.225869\";s:3:\"lat\";s:10:\"41.1576901\";s:3:\"lng\";s:10:\"-80.225885\";}'),(9170,495,'_locations_3_location','field_5683f288dcba1'),(9171,495,'locations_3_title','Iron Bridge – State Route 0019, B04 – Bridge Replacement'),(9172,495,'_locations_3_title','field_5683f2aadcba2'),(9173,495,'locations_3_image','450'),(9174,495,'_locations_3_image','field_568439ed8109d'),(9175,495,'locations_3_description','This project was for a mid-sized bridge replacement and affected 8 properties in the Township of Springfield, Mercer County.'),(9176,495,'_locations_3_description','field_5683f2b1dcba3'),(9177,495,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.157502, -80.225829\";s:3:\"lat\";s:10:\"41.1575001\";s:3:\"lng\";s:11:\"-80.2258445\";}'),(9178,495,'_locations_4_location','field_5683f288dcba1'),(9179,495,'locations_4_title','State Route 0062, Section A02G, Sharon – Roadway Widening'),(9180,495,'_locations_4_title','field_5683f2aadcba2'),(9181,495,'locations_4_image','452'),(9182,495,'_locations_4_image','field_568439ed8109d'),(9183,495,'locations_4_description','This project was for a road widening and affected 12 properties and resulted in the relocation of 2 residents and 4 businesses in the Cities of Sharon and Farrell, Mercer County.'),(9184,495,'_locations_4_description','field_5683f2b1dcba3'),(9185,495,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.203515, -80.500030\";s:3:\"lat\";s:10:\"41.2035162\";s:3:\"lng\";s:18:\"-80.50022580000001\";}'),(9186,495,'_locations_5_location','field_5683f288dcba1'),(9187,495,'locations_5_title','State Route 0062, Section A02, Sharon – Roadway Widening'),(9188,495,'_locations_5_title','field_5683f2aadcba2'),(9189,495,'locations_5_image',''),(9190,495,'_locations_5_image','field_568439ed8109d'),(9191,495,'locations_5_description','This project is for roadway widening and intersection improvements and is affecting over 100 properties and resulting in the relocation of 2 residents and 2 businesses in the Cities of Sharon and Farrell, and the Borough of West Wheatland, Mercer County.'),(9192,495,'_locations_5_description','field_5683f2b1dcba3'),(9193,495,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.174312, -80.459088\";s:3:\"lat\";s:9:\"41.174248\";s:3:\"lng\";s:18:\"-80.45922139999999\";}'),(9194,495,'_locations_6_location','field_5683f288dcba1'),(9195,495,'locations_6_title','State Route 318, Section B00 – West Middlesex – Bridge Replacement'),(9196,495,'_locations_6_title','field_5683f2aadcba2'),(9197,495,'locations_6_image',''),(9198,495,'_locations_6_image','field_568439ed8109d'),(9199,495,'locations_6_description','This project is for a large bridge replacement spanning the Shenango River and is affecting 23 properties in the Borough of West Middlesex, Mercer County.'),(9200,495,'_locations_6_description','field_5683f2b1dcba3'),(9201,495,'locations_7_location','a:3:{s:7:\"address\";s:21:\"42.101392, -79.988518\";s:3:\"lat\";s:10:\"42.1009699\";s:3:\"lng\";s:18:\"-79.98816999999997\";}'),(9202,495,'_locations_7_location','field_5683f288dcba1'),(9203,495,'locations_7_title','Township Road T609, Section S000 - Kane Hill Road Bridge – Erie County (LOCAL)'),(9204,495,'_locations_7_title','field_5683f2aadcba2'),(9205,495,'locations_7_image','461'),(9206,495,'_locations_7_image','field_568439ed8109d'),(9207,495,'locations_7_description','This project is for a bridge replacement and is affecting 4 properties in Township of Greene, Erie County.'),(9208,495,'_locations_7_description','field_5683f2b1dcba3'),(9209,495,'locations_8_location','a:3:{s:7:\"address\";s:21:\"42.067111, -80.103791\";s:3:\"lat\";s:10:\"42.0681078\";s:3:\"lng\";s:11:\"-80.1039467\";}'),(9210,495,'_locations_8_location','field_5683f288dcba1'),(9211,495,'locations_8_title','State Route 4012, Section A00 – Erie County – Millcreek, Roadway Widening'),(9212,495,'_locations_8_title','field_5683f2aadcba2'),(9213,495,'locations_8_image',''),(9214,495,'_locations_8_image','field_568439ed8109d'),(9215,495,'locations_8_description',''),(9216,495,'_locations_8_description','field_5683f2b1dcba3'),(9217,495,'locations_9_location','a:3:{s:7:\"address\";s:21:\"42.071262, -80.202530\";s:3:\"lat\";s:8:\"42.07139\";s:3:\"lng\";s:18:\"-80.20223699999997\";}'),(9218,495,'_locations_9_location','field_5683f288dcba1'),(9219,495,'locations_9_title','State Route 4016, Section L00 – Millfair Erie – Intersection and Roadway Improvements'),(9220,495,'_locations_9_title','field_5683f2aadcba2'),(9221,495,'locations_9_image',''),(9222,495,'_locations_9_image','field_568439ed8109d'),(9223,495,'locations_9_description',''),(9224,495,'_locations_9_description','field_5683f2b1dcba3'),(9225,495,'locations_10_location','a:3:{s:7:\"address\";s:21:\"42.150704, -80.005306\";s:3:\"lat\";s:10:\"42.1512609\";s:3:\"lng\";s:18:\"-80.00499430000002\";}'),(9226,495,'_locations_10_location','field_5683f288dcba1'),(9227,495,'locations_10_title','Nagle Road Bridge – Harborcreek – Bridge Replacement'),(9228,495,'_locations_10_title','field_5683f2aadcba2'),(9229,495,'locations_10_image','457'),(9230,495,'_locations_10_image','field_568439ed8109d'),(9231,495,'locations_10_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie Country.'),(9232,495,'_locations_10_description','field_5683f2b1dcba3'),(9233,495,'locations_11_location','a:3:{s:7:\"address\";s:21:\"41.731326, -80.143636\";s:3:\"lat\";s:10:\"41.7312678\";s:3:\"lng\";s:18:\"-80.14303139999998\";}'),(9234,495,'_locations_11_location','field_5683f288dcba1'),(9235,495,'locations_11_title','Peters Road Bridge – Woodcock Township'),(9236,495,'_locations_11_title','field_5683f2aadcba2'),(9237,495,'locations_11_image',''),(9238,495,'_locations_11_image','field_568439ed8109d'),(9239,495,'locations_11_description','This project is for bridge removal and a new railroad crossing and is affecting 5 properties in the Township of Woodcock, Crawford County.'),(9240,495,'_locations_11_description','field_5683f2b1dcba3'),(9241,495,'locations_12_location','a:3:{s:7:\"address\";s:21:\"42.074226, -80.182684\";s:3:\"lat\";s:10:\"42.0750544\";s:3:\"lng\";s:18:\"-80.18202980000001\";}'),(9242,495,'_locations_12_location','field_5683f288dcba1'),(9243,495,'locations_12_title','State Route 4002, Section A02 Erie'),(9244,495,'_locations_12_title','field_5683f2aadcba2'),(9245,495,'locations_12_image',''),(9246,495,'_locations_12_image','field_568439ed8109d'),(9247,495,'locations_12_description',''),(9248,495,'_locations_12_description','field_5683f2b1dcba3'),(9249,495,'locations_13_location','a:3:{s:7:\"address\";s:21:\"41.506210, -79.633939\";s:3:\"lat\";s:9:\"41.505463\";s:3:\"lng\";s:18:\"-79.63243899999998\";}'),(9250,495,'_locations_13_location','field_5683f288dcba1'),(9251,495,'locations_13_title','State Route 0227, Section B01, Venango County – Bridge Replacement'),(9252,495,'_locations_13_title','field_5683f2aadcba2'),(9253,495,'locations_13_image',''),(9254,495,'_locations_13_image','field_568439ed8109d'),(9255,495,'locations_13_description','This project is for a small bridge and is affecting 2 properties in the Township of Sugar Grove, Warren County.'),(9256,495,'_locations_13_description','field_5683f2b1dcba3'),(9257,495,'locations_14_location','a:3:{s:7:\"address\";s:21:\"42.160855, -79.978735\";s:3:\"lat\";s:9:\"42.160685\";s:3:\"lng\";s:10:\"-79.979015\";}'),(9258,495,'_locations_14_location','field_5683f288dcba1'),(9259,495,'locations_14_title','State Route 955, Section B00, Erie County – Bridge Replacement'),(9260,495,'_locations_14_title','field_5683f2aadcba2'),(9261,495,'locations_14_image','427'),(9262,495,'_locations_14_image','field_568439ed8109d'),(9263,495,'locations_14_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(9264,495,'_locations_14_description','field_5683f2b1dcba3'),(9265,495,'locations_15_location','a:3:{s:7:\"address\";s:21:\"42.166954, -79.961159\";s:3:\"lat\";s:9:\"42.167122\";s:3:\"lng\";s:10:\"-79.959048\";}'),(9266,495,'_locations_15_location','field_5683f288dcba1'),(9267,495,'locations_15_title','State Route 0955, Section B01, Erie Count – Bridge Replacement'),(9268,495,'_locations_15_title','field_5683f2aadcba2'),(9269,495,'locations_15_image','427'),(9270,495,'_locations_15_image','field_568439ed8109d'),(9271,495,'locations_15_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(9272,495,'_locations_15_description','field_5683f2b1dcba3'),(9273,495,'locations_16_location','a:3:{s:7:\"address\";s:21:\"41.470470, -80.335987\";s:3:\"lat\";s:10:\"41.4704425\";s:3:\"lng\";s:18:\"-80.33643310000002\";}'),(9274,495,'_locations_16_location','field_5683f288dcba1'),(9275,495,'locations_16_title','State Route 4021, Section B00, Mercer County – Bridge Replacement'),(9276,495,'_locations_16_title','field_5683f2aadcba2'),(9277,495,'locations_16_image','430'),(9278,495,'_locations_16_image','field_568439ed8109d'),(9279,495,'locations_16_description','This project was for a small bridge and affected 2 properties in the Township of Sugar Grove, Mercer County.'),(9280,495,'_locations_16_description','field_5683f2b1dcba3'),(9281,495,'locations_17_location','a:3:{s:7:\"address\";s:21:\"41.883264, -79.813068\";s:3:\"lat\";s:10:\"41.8827053\";s:3:\"lng\";s:18:\"-79.81425380000002\";}'),(9282,495,'_locations_17_location','field_5683f288dcba1'),(9283,495,'locations_17_title','State Route 2010, Section B01, Erie County'),(9284,495,'_locations_17_title','field_5683f2aadcba2'),(9285,495,'locations_17_image',''),(9286,495,'_locations_17_image','field_568439ed8109d'),(9287,495,'locations_17_description',''),(9288,495,'_locations_17_description','field_5683f2b1dcba3'),(9289,495,'locations_18_location','a:3:{s:7:\"address\";s:21:\"41.717397, -79.539631\";s:3:\"lat\";s:9:\"41.717376\";s:3:\"lng\";s:18:\"-79.53928450000001\";}'),(9290,495,'_locations_18_location','field_5683f288dcba1'),(9291,495,'locations_18_title','State Route 6100, Section 2B, Erie County – Bridge Replacement'),(9292,495,'_locations_18_title','field_5683f2aadcba2'),(9293,495,'locations_18_image',''),(9294,495,'_locations_18_image','field_568439ed8109d'),(9295,495,'locations_18_description',''),(9296,495,'_locations_18_description','field_5683f2b1dcba3'),(9297,495,'locations','19'),(9298,495,'_locations','field_5683f253a5dba'),(9299,496,'locations_0_location','a:3:{s:7:\"address\";s:21:\"42.136992, -80.068054\";s:3:\"lat\";s:9:\"42.137055\";s:3:\"lng\";s:11:\"-80.0681085\";}'),(9300,496,'_locations_0_location','field_5683f288dcba1'),(9301,496,'locations_0_title','State Route 4034, Section A50 Erie Bayfront – New Roadway Construction'),(9302,496,'_locations_0_title','field_5683f2aadcba2'),(9303,496,'locations_0_image',''),(9304,496,'_locations_0_image','field_568439ed8109d'),(9305,496,'locations_0_description','This project was for new road construction and affected 24 properties and resulted in the relocation of 12 residents and 3 businesses in the City of Erie, Erie County.'),(9306,496,'_locations_0_description','field_5683f2b1dcba3'),(9307,496,'locations_1_location','a:3:{s:7:\"address\";s:21:\"42.132253, -80.062521\";s:3:\"lat\";s:10:\"42.1317107\";s:3:\"lng\";s:18:\"-80.06192249999998\";}'),(9308,496,'_locations_1_location','field_5683f288dcba1'),(9309,496,'locations_1_title','State Route 4034, Section A51 Erie Bayfront – New Roadway Construction'),(9310,496,'_locations_1_title','field_5683f2aadcba2'),(9311,496,'locations_1_image','445'),(9312,496,'_locations_1_image','field_568439ed8109d'),(9313,496,'locations_1_description','This project was for new road construction and affected 25 properties and resulted in the relocation of 3 residents and 12 businesses in the City of Erie, Erie County.'),(9314,496,'_locations_1_description','field_5683f2b1dcba3'),(9315,496,'locations_2_location','a:3:{s:7:\"address\";s:21:\"42.123213, -79.980684\";s:3:\"lat\";s:17:\"42.12319309999999\";s:3:\"lng\";s:18:\"-79.98069599999997\";}'),(9316,496,'_locations_2_location','field_5683f288dcba1'),(9317,496,'locations_2_title','State Route 4034, Section A90 Bayfront Station Road – New Roadway Construction'),(9318,496,'_locations_2_title','field_5683f2aadcba2'),(9319,496,'locations_2_image','448'),(9320,496,'_locations_2_image','field_568439ed8109d'),(9321,496,'locations_2_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie County.'),(9322,496,'_locations_2_description','field_5683f2b1dcba3'),(9323,496,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.157692, -80.225869\";s:3:\"lat\";s:10:\"41.1576901\";s:3:\"lng\";s:10:\"-80.225885\";}'),(9324,496,'_locations_3_location','field_5683f288dcba1'),(9325,496,'locations_3_title','Iron Bridge – State Route 0019, B04 – Bridge Replacement'),(9326,496,'_locations_3_title','field_5683f2aadcba2'),(9327,496,'locations_3_image','450'),(9328,496,'_locations_3_image','field_568439ed8109d'),(9329,496,'locations_3_description','This project was for a mid-sized bridge replacement and affected 8 properties in the Township of Springfield, Mercer County.'),(9330,496,'_locations_3_description','field_5683f2b1dcba3'),(9331,496,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.157502, -80.225829\";s:3:\"lat\";s:10:\"41.1575001\";s:3:\"lng\";s:11:\"-80.2258445\";}'),(9332,496,'_locations_4_location','field_5683f288dcba1'),(9333,496,'locations_4_title','State Route 0062, Section A02G, Sharon – Roadway Widening'),(9334,496,'_locations_4_title','field_5683f2aadcba2'),(9335,496,'locations_4_image','452'),(9336,496,'_locations_4_image','field_568439ed8109d'),(9337,496,'locations_4_description','This project was for a road widening and affected 12 properties and resulted in the relocation of 2 residents and 4 businesses in the Cities of Sharon and Farrell, Mercer County.'),(9338,496,'_locations_4_description','field_5683f2b1dcba3'),(9339,496,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.203515, -80.500030\";s:3:\"lat\";s:10:\"41.2035162\";s:3:\"lng\";s:18:\"-80.50022580000001\";}'),(9340,496,'_locations_5_location','field_5683f288dcba1'),(9341,496,'locations_5_title','State Route 0062, Section A02, Sharon – Roadway Widening'),(9342,496,'_locations_5_title','field_5683f2aadcba2'),(9343,496,'locations_5_image',''),(9344,496,'_locations_5_image','field_568439ed8109d'),(9345,496,'locations_5_description','This project is for roadway widening and intersection improvements and is affecting over 100 properties and resulting in the relocation of 2 residents and 2 businesses in the Cities of Sharon and Farrell, and the Borough of West Wheatland, Mercer County.'),(9346,496,'_locations_5_description','field_5683f2b1dcba3'),(9347,496,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.174312, -80.459088\";s:3:\"lat\";s:9:\"41.174248\";s:3:\"lng\";s:18:\"-80.45922139999999\";}'),(9348,496,'_locations_6_location','field_5683f288dcba1'),(9349,496,'locations_6_title','State Route 318, Section B00 – West Middlesex – Bridge Replacement'),(9350,496,'_locations_6_title','field_5683f2aadcba2'),(9351,496,'locations_6_image',''),(9352,496,'_locations_6_image','field_568439ed8109d'),(9353,496,'locations_6_description','This project is for a large bridge replacement spanning the Shenango River and is affecting 23 properties in the Borough of West Middlesex, Mercer County.'),(9354,496,'_locations_6_description','field_5683f2b1dcba3'),(9355,496,'locations_7_location','a:3:{s:7:\"address\";s:21:\"42.101392, -79.988518\";s:3:\"lat\";s:10:\"42.1009699\";s:3:\"lng\";s:18:\"-79.98816999999997\";}'),(9356,496,'_locations_7_location','field_5683f288dcba1'),(9357,496,'locations_7_title','Township Road T609, Section S000 - Kane Hill Road Bridge – Erie County (LOCAL)'),(9358,496,'_locations_7_title','field_5683f2aadcba2'),(9359,496,'locations_7_image','461'),(9360,496,'_locations_7_image','field_568439ed8109d'),(9361,496,'locations_7_description','This project is for a bridge replacement and is affecting 4 properties in Township of Greene, Erie County.'),(9362,496,'_locations_7_description','field_5683f2b1dcba3'),(9363,496,'locations_8_location','a:3:{s:7:\"address\";s:21:\"42.067111, -80.103791\";s:3:\"lat\";s:10:\"42.0681078\";s:3:\"lng\";s:11:\"-80.1039467\";}'),(9364,496,'_locations_8_location','field_5683f288dcba1'),(9365,496,'locations_8_title','State Route 4012, Section A00 – Erie County – Millcreek, Roadway Widening'),(9366,496,'_locations_8_title','field_5683f2aadcba2'),(9367,496,'locations_8_image',''),(9368,496,'_locations_8_image','field_568439ed8109d'),(9369,496,'locations_8_description',''),(9370,496,'_locations_8_description','field_5683f2b1dcba3'),(9371,496,'locations_9_location','a:3:{s:7:\"address\";s:21:\"42.071262, -80.202530\";s:3:\"lat\";s:8:\"42.07139\";s:3:\"lng\";s:18:\"-80.20223699999997\";}'),(9372,496,'_locations_9_location','field_5683f288dcba1'),(9373,496,'locations_9_title','State Route 4016, Section L00 – Millfair Erie – Intersection and Roadway Improvements'),(9374,496,'_locations_9_title','field_5683f2aadcba2'),(9375,496,'locations_9_image',''),(9376,496,'_locations_9_image','field_568439ed8109d'),(9377,496,'locations_9_description',''),(9378,496,'_locations_9_description','field_5683f2b1dcba3'),(9379,496,'locations_10_location','a:3:{s:7:\"address\";s:21:\"42.150704, -80.005306\";s:3:\"lat\";s:10:\"42.1512609\";s:3:\"lng\";s:18:\"-80.00499430000002\";}'),(9380,496,'_locations_10_location','field_5683f288dcba1'),(9381,496,'locations_10_title','Nagle Road Bridge – Harborcreek – Bridge Replacement'),(9382,496,'_locations_10_title','field_5683f2aadcba2'),(9383,496,'locations_10_image','457'),(9384,496,'_locations_10_image','field_568439ed8109d'),(9385,496,'locations_10_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie Country.'),(9386,496,'_locations_10_description','field_5683f2b1dcba3'),(9387,496,'locations_11_location','a:3:{s:7:\"address\";s:21:\"41.731326, -80.143636\";s:3:\"lat\";s:10:\"41.7312678\";s:3:\"lng\";s:18:\"-80.14303139999998\";}'),(9388,496,'_locations_11_location','field_5683f288dcba1'),(9389,496,'locations_11_title','Peters Road Bridge – Woodcock Township'),(9390,496,'_locations_11_title','field_5683f2aadcba2'),(9391,496,'locations_11_image',''),(9392,496,'_locations_11_image','field_568439ed8109d'),(9393,496,'locations_11_description','This project is for bridge removal and a new railroad crossing and is affecting 5 properties in the Township of Woodcock, Crawford County.'),(9394,496,'_locations_11_description','field_5683f2b1dcba3'),(9395,496,'locations_12_location','a:3:{s:7:\"address\";s:21:\"42.074226, -80.182684\";s:3:\"lat\";s:10:\"42.0750544\";s:3:\"lng\";s:18:\"-80.18202980000001\";}'),(9396,496,'_locations_12_location','field_5683f288dcba1'),(9397,496,'locations_12_title','State Route 4002, Section A02 Erie'),(9398,496,'_locations_12_title','field_5683f2aadcba2'),(9399,496,'locations_12_image',''),(9400,496,'_locations_12_image','field_568439ed8109d'),(9401,496,'locations_12_description',''),(9402,496,'_locations_12_description','field_5683f2b1dcba3'),(9403,496,'locations_13_location','a:3:{s:7:\"address\";s:21:\"41.506210, -79.633939\";s:3:\"lat\";s:9:\"41.505463\";s:3:\"lng\";s:18:\"-79.63243899999998\";}'),(9404,496,'_locations_13_location','field_5683f288dcba1'),(9405,496,'locations_13_title','State Route 0227, Section B01, Venango County – Bridge Replacement'),(9406,496,'_locations_13_title','field_5683f2aadcba2'),(9407,496,'locations_13_image',''),(9408,496,'_locations_13_image','field_568439ed8109d'),(9409,496,'locations_13_description','This project is for a small bridge and is affecting 2 properties in the Township of Sugar Grove, Warren County.'),(9410,496,'_locations_13_description','field_5683f2b1dcba3'),(9411,496,'locations_14_location','a:3:{s:7:\"address\";s:21:\"42.160855, -79.978735\";s:3:\"lat\";s:9:\"42.160685\";s:3:\"lng\";s:10:\"-79.979015\";}'),(9412,496,'_locations_14_location','field_5683f288dcba1'),(9413,496,'locations_14_title','State Route 955, Section B00, Erie County – Bridge Replacement'),(9414,496,'_locations_14_title','field_5683f2aadcba2'),(9415,496,'locations_14_image','427'),(9416,496,'_locations_14_image','field_568439ed8109d'),(9417,496,'locations_14_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(9418,496,'_locations_14_description','field_5683f2b1dcba3'),(9419,496,'locations_15_location','a:3:{s:7:\"address\";s:21:\"42.166954, -79.961159\";s:3:\"lat\";s:9:\"42.167122\";s:3:\"lng\";s:10:\"-79.959048\";}'),(9420,496,'_locations_15_location','field_5683f288dcba1'),(9421,496,'locations_15_title','State Route 0955, Section B01, Erie Count – Bridge Replacement'),(9422,496,'_locations_15_title','field_5683f2aadcba2'),(9423,496,'locations_15_image','427'),(9424,496,'_locations_15_image','field_568439ed8109d'),(9425,496,'locations_15_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(9426,496,'_locations_15_description','field_5683f2b1dcba3'),(9427,496,'locations_16_location','a:3:{s:7:\"address\";s:21:\"41.470470, -80.335987\";s:3:\"lat\";s:10:\"41.4704425\";s:3:\"lng\";s:18:\"-80.33643310000002\";}'),(9428,496,'_locations_16_location','field_5683f288dcba1'),(9429,496,'locations_16_title','State Route 4021, Section B00, Mercer County – Bridge Replacement'),(9430,496,'_locations_16_title','field_5683f2aadcba2'),(9431,496,'locations_16_image','430'),(9432,496,'_locations_16_image','field_568439ed8109d'),(9433,496,'locations_16_description','This project was for a small bridge and affected 2 properties in the Township of Sugar Grove, Mercer County.'),(9434,496,'_locations_16_description','field_5683f2b1dcba3'),(9435,496,'locations_17_location','a:3:{s:7:\"address\";s:21:\"41.883264, -79.813068\";s:3:\"lat\";s:10:\"41.8827053\";s:3:\"lng\";s:18:\"-79.81425380000002\";}'),(9436,496,'_locations_17_location','field_5683f288dcba1'),(9437,496,'locations_17_title','State Route 2010, Section B01, Erie County'),(9438,496,'_locations_17_title','field_5683f2aadcba2'),(9439,496,'locations_17_image',''),(9440,496,'_locations_17_image','field_568439ed8109d'),(9441,496,'locations_17_description',''),(9442,496,'_locations_17_description','field_5683f2b1dcba3'),(9443,496,'locations_18_location','a:3:{s:7:\"address\";s:21:\"41.717397, -79.539631\";s:3:\"lat\";s:9:\"41.717376\";s:3:\"lng\";s:18:\"-79.53928450000001\";}'),(9444,496,'_locations_18_location','field_5683f288dcba1'),(9445,496,'locations_18_title','State Route 6100, Section 2B, Erie County – Bridge Replacement'),(9446,496,'_locations_18_title','field_5683f2aadcba2'),(9447,496,'locations_18_image',''),(9448,496,'_locations_18_image','field_568439ed8109d'),(9449,496,'locations_18_description',''),(9450,496,'_locations_18_description','field_5683f2b1dcba3'),(9451,496,'locations','19'),(9452,496,'_locations','field_5683f253a5dba'),(9453,497,'locations_0_location','a:3:{s:7:\"address\";s:21:\"42.136992, -80.068054\";s:3:\"lat\";s:9:\"42.137055\";s:3:\"lng\";s:11:\"-80.0681085\";}'),(9454,497,'_locations_0_location','field_5683f288dcba1'),(9455,497,'locations_0_title','State Route 4034, Section A50 Erie Bayfront – New Roadway Construction'),(9456,497,'_locations_0_title','field_5683f2aadcba2'),(9457,497,'locations_0_image',''),(9458,497,'_locations_0_image','field_568439ed8109d'),(9459,497,'locations_0_description','This project was for new road construction and affected 24 properties and resulted in the relocation of 12 residents and 3 businesses in the City of Erie, Erie County.'),(9460,497,'_locations_0_description','field_5683f2b1dcba3'),(9461,497,'locations_1_location','a:3:{s:7:\"address\";s:21:\"42.132253, -80.062521\";s:3:\"lat\";s:10:\"42.1317107\";s:3:\"lng\";s:18:\"-80.06192249999998\";}'),(9462,497,'_locations_1_location','field_5683f288dcba1'),(9463,497,'locations_1_title','State Route 4034, Section A51 Erie Bayfront – New Roadway Construction'),(9464,497,'_locations_1_title','field_5683f2aadcba2'),(9465,497,'locations_1_image','445'),(9466,497,'_locations_1_image','field_568439ed8109d'),(9467,497,'locations_1_description','This project was for new road construction and affected 25 properties and resulted in the relocation of 3 residents and 12 businesses in the City of Erie, Erie County.'),(9468,497,'_locations_1_description','field_5683f2b1dcba3'),(9469,497,'locations_2_location','a:3:{s:7:\"address\";s:21:\"42.123213, -79.980684\";s:3:\"lat\";s:17:\"42.12319309999999\";s:3:\"lng\";s:18:\"-79.98069599999997\";}'),(9470,497,'_locations_2_location','field_5683f288dcba1'),(9471,497,'locations_2_title','State Route 4034, Section A90 Bayfront Station Road – New Roadway Construction'),(9472,497,'_locations_2_title','field_5683f2aadcba2'),(9473,497,'locations_2_image','448'),(9474,497,'_locations_2_image','field_568439ed8109d'),(9475,497,'locations_2_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie County.'),(9476,497,'_locations_2_description','field_5683f2b1dcba3'),(9477,497,'locations_3_location',''),(9478,497,'_locations_3_location','field_5683f288dcba1'),(9479,497,'locations_3_title','Iron Bridge – State Route 0019, B04 – Bridge Replacement'),(9480,497,'_locations_3_title','field_5683f2aadcba2'),(9481,497,'locations_3_image','450'),(9482,497,'_locations_3_image','field_568439ed8109d'),(9483,497,'locations_3_description','This project was for a mid-sized bridge replacement and affected 8 properties in the Township of Springfield, Mercer County.'),(9484,497,'_locations_3_description','field_5683f2b1dcba3'),(9485,497,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.157502, -80.225829\";s:3:\"lat\";s:10:\"41.1575001\";s:3:\"lng\";s:11:\"-80.2258445\";}'),(9486,497,'_locations_4_location','field_5683f288dcba1'),(9487,497,'locations_4_title','State Route 0062, Section A02G, Sharon – Roadway Widening'),(9488,497,'_locations_4_title','field_5683f2aadcba2'),(9489,497,'locations_4_image','452'),(9490,497,'_locations_4_image','field_568439ed8109d'),(9491,497,'locations_4_description','This project was for a road widening and affected 12 properties and resulted in the relocation of 2 residents and 4 businesses in the Cities of Sharon and Farrell, Mercer County.'),(9492,497,'_locations_4_description','field_5683f2b1dcba3'),(9493,497,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.203515, -80.500030\";s:3:\"lat\";s:10:\"41.2035162\";s:3:\"lng\";s:18:\"-80.50022580000001\";}'),(9494,497,'_locations_5_location','field_5683f288dcba1'),(9495,497,'locations_5_title','State Route 0062, Section A02, Sharon – Roadway Widening'),(9496,497,'_locations_5_title','field_5683f2aadcba2'),(9497,497,'locations_5_image',''),(9498,497,'_locations_5_image','field_568439ed8109d'),(9499,497,'locations_5_description','This project is for roadway widening and intersection improvements and is affecting over 100 properties and resulting in the relocation of 2 residents and 2 businesses in the Cities of Sharon and Farrell, and the Borough of West Wheatland, Mercer County.'),(9500,497,'_locations_5_description','field_5683f2b1dcba3'),(9501,497,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.174312, -80.459088\";s:3:\"lat\";s:9:\"41.174248\";s:3:\"lng\";s:18:\"-80.45922139999999\";}'),(9502,497,'_locations_6_location','field_5683f288dcba1'),(9503,497,'locations_6_title','State Route 318, Section B00 – West Middlesex – Bridge Replacement'),(9504,497,'_locations_6_title','field_5683f2aadcba2'),(9505,497,'locations_6_image',''),(9506,497,'_locations_6_image','field_568439ed8109d'),(9507,497,'locations_6_description','This project is for a large bridge replacement spanning the Shenango River and is affecting 23 properties in the Borough of West Middlesex, Mercer County.'),(9508,497,'_locations_6_description','field_5683f2b1dcba3'),(9509,497,'locations_7_location','a:3:{s:7:\"address\";s:21:\"42.101392, -79.988518\";s:3:\"lat\";s:10:\"42.1009699\";s:3:\"lng\";s:18:\"-79.98816999999997\";}'),(9510,497,'_locations_7_location','field_5683f288dcba1'),(9511,497,'locations_7_title','Township Road T609, Section S000 - Kane Hill Road Bridge – Erie County (LOCAL)'),(9512,497,'_locations_7_title','field_5683f2aadcba2'),(9513,497,'locations_7_image','461'),(9514,497,'_locations_7_image','field_568439ed8109d'),(9515,497,'locations_7_description','This project is for a bridge replacement and is affecting 4 properties in Township of Greene, Erie County.'),(9516,497,'_locations_7_description','field_5683f2b1dcba3'),(9517,497,'locations_8_location','a:3:{s:7:\"address\";s:21:\"42.067111, -80.103791\";s:3:\"lat\";s:10:\"42.0681078\";s:3:\"lng\";s:11:\"-80.1039467\";}'),(9518,497,'_locations_8_location','field_5683f288dcba1'),(9519,497,'locations_8_title','State Route 4012, Section A00 – Erie County – Millcreek, Roadway Widening'),(9520,497,'_locations_8_title','field_5683f2aadcba2'),(9521,497,'locations_8_image',''),(9522,497,'_locations_8_image','field_568439ed8109d'),(9523,497,'locations_8_description',''),(9524,497,'_locations_8_description','field_5683f2b1dcba3'),(9525,497,'locations_9_location','a:3:{s:7:\"address\";s:21:\"42.071262, -80.202530\";s:3:\"lat\";s:8:\"42.07139\";s:3:\"lng\";s:18:\"-80.20223699999997\";}'),(9526,497,'_locations_9_location','field_5683f288dcba1'),(9527,497,'locations_9_title','State Route 4016, Section L00 – Millfair Erie – Intersection and Roadway Improvements'),(9528,497,'_locations_9_title','field_5683f2aadcba2'),(9529,497,'locations_9_image',''),(9530,497,'_locations_9_image','field_568439ed8109d'),(9531,497,'locations_9_description',''),(9532,497,'_locations_9_description','field_5683f2b1dcba3'),(9533,497,'locations_10_location','a:3:{s:7:\"address\";s:21:\"42.150704, -80.005306\";s:3:\"lat\";s:10:\"42.1512609\";s:3:\"lng\";s:18:\"-80.00499430000002\";}'),(9534,497,'_locations_10_location','field_5683f288dcba1'),(9535,497,'locations_10_title','Nagle Road Bridge – Harborcreek – Bridge Replacement'),(9536,497,'_locations_10_title','field_5683f2aadcba2'),(9537,497,'locations_10_image','457'),(9538,497,'_locations_10_image','field_568439ed8109d'),(9539,497,'locations_10_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie Country.'),(9540,497,'_locations_10_description','field_5683f2b1dcba3'),(9541,497,'locations_11_location','a:3:{s:7:\"address\";s:21:\"41.731326, -80.143636\";s:3:\"lat\";s:10:\"41.7312678\";s:3:\"lng\";s:18:\"-80.14303139999998\";}'),(9542,497,'_locations_11_location','field_5683f288dcba1'),(9543,497,'locations_11_title','Peters Road Bridge – Woodcock Township'),(9544,497,'_locations_11_title','field_5683f2aadcba2'),(9545,497,'locations_11_image',''),(9546,497,'_locations_11_image','field_568439ed8109d'),(9547,497,'locations_11_description','This project is for bridge removal and a new railroad crossing and is affecting 5 properties in the Township of Woodcock, Crawford County.'),(9548,497,'_locations_11_description','field_5683f2b1dcba3'),(9549,497,'locations_12_location','a:3:{s:7:\"address\";s:21:\"42.074226, -80.182684\";s:3:\"lat\";s:10:\"42.0750544\";s:3:\"lng\";s:18:\"-80.18202980000001\";}'),(9550,497,'_locations_12_location','field_5683f288dcba1'),(9551,497,'locations_12_title','State Route 4002, Section A02 Erie'),(9552,497,'_locations_12_title','field_5683f2aadcba2'),(9553,497,'locations_12_image',''),(9554,497,'_locations_12_image','field_568439ed8109d'),(9555,497,'locations_12_description',''),(9556,497,'_locations_12_description','field_5683f2b1dcba3'),(9557,497,'locations_13_location','a:3:{s:7:\"address\";s:21:\"41.506210, -79.633939\";s:3:\"lat\";s:9:\"41.505463\";s:3:\"lng\";s:18:\"-79.63243899999998\";}'),(9558,497,'_locations_13_location','field_5683f288dcba1'),(9559,497,'locations_13_title','State Route 0227, Section B01, Venango County – Bridge Replacement'),(9560,497,'_locations_13_title','field_5683f2aadcba2'),(9561,497,'locations_13_image',''),(9562,497,'_locations_13_image','field_568439ed8109d'),(9563,497,'locations_13_description','This project is for a small bridge and is affecting 2 properties in the Township of Sugar Grove, Warren County.'),(9564,497,'_locations_13_description','field_5683f2b1dcba3'),(9565,497,'locations_14_location','a:3:{s:7:\"address\";s:21:\"42.160855, -79.978735\";s:3:\"lat\";s:9:\"42.160685\";s:3:\"lng\";s:10:\"-79.979015\";}'),(9566,497,'_locations_14_location','field_5683f288dcba1'),(9567,497,'locations_14_title','State Route 955, Section B00, Erie County – Bridge Replacement'),(9568,497,'_locations_14_title','field_5683f2aadcba2'),(9569,497,'locations_14_image','427'),(9570,497,'_locations_14_image','field_568439ed8109d'),(9571,497,'locations_14_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(9572,497,'_locations_14_description','field_5683f2b1dcba3'),(9573,497,'locations_15_location','a:3:{s:7:\"address\";s:21:\"42.166954, -79.961159\";s:3:\"lat\";s:9:\"42.167122\";s:3:\"lng\";s:10:\"-79.959048\";}'),(9574,497,'_locations_15_location','field_5683f288dcba1'),(9575,497,'locations_15_title','State Route 0955, Section B01, Erie Count – Bridge Replacement'),(9576,497,'_locations_15_title','field_5683f2aadcba2'),(9577,497,'locations_15_image','427'),(9578,497,'_locations_15_image','field_568439ed8109d'),(9579,497,'locations_15_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(9580,497,'_locations_15_description','field_5683f2b1dcba3'),(9581,497,'locations_16_location','a:3:{s:7:\"address\";s:21:\"41.470470, -80.335987\";s:3:\"lat\";s:10:\"41.4704425\";s:3:\"lng\";s:18:\"-80.33643310000002\";}'),(9582,497,'_locations_16_location','field_5683f288dcba1'),(9583,497,'locations_16_title','State Route 4021, Section B00, Mercer County – Bridge Replacement'),(9584,497,'_locations_16_title','field_5683f2aadcba2'),(9585,497,'locations_16_image','430'),(9586,497,'_locations_16_image','field_568439ed8109d'),(9587,497,'locations_16_description','This project was for a small bridge and affected 2 properties in the Township of Sugar Grove, Mercer County.'),(9588,497,'_locations_16_description','field_5683f2b1dcba3'),(9589,497,'locations_17_location','a:3:{s:7:\"address\";s:21:\"41.883264, -79.813068\";s:3:\"lat\";s:10:\"41.8827053\";s:3:\"lng\";s:18:\"-79.81425380000002\";}'),(9590,497,'_locations_17_location','field_5683f288dcba1'),(9591,497,'locations_17_title','State Route 2010, Section B01, Erie County'),(9592,497,'_locations_17_title','field_5683f2aadcba2'),(9593,497,'locations_17_image',''),(9594,497,'_locations_17_image','field_568439ed8109d'),(9595,497,'locations_17_description',''),(9596,497,'_locations_17_description','field_5683f2b1dcba3'),(9597,497,'locations_18_location','a:3:{s:7:\"address\";s:21:\"41.717397, -79.539631\";s:3:\"lat\";s:9:\"41.717376\";s:3:\"lng\";s:18:\"-79.53928450000001\";}'),(9598,497,'_locations_18_location','field_5683f288dcba1'),(9599,497,'locations_18_title','State Route 6100, Section 2B, Erie County – Bridge Replacement'),(9600,497,'_locations_18_title','field_5683f2aadcba2'),(9601,497,'locations_18_image',''),(9602,497,'_locations_18_image','field_568439ed8109d'),(9603,497,'locations_18_description',''),(9604,497,'_locations_18_description','field_5683f2b1dcba3'),(9605,497,'locations','19'),(9606,497,'_locations','field_5683f253a5dba'),(9607,498,'locations_0_location','a:3:{s:7:\"address\";s:21:\"42.136992, -80.068054\";s:3:\"lat\";s:9:\"42.137055\";s:3:\"lng\";s:11:\"-80.0681085\";}'),(9608,498,'_locations_0_location','field_5683f288dcba1'),(9609,498,'locations_0_title','State Route 4034, Section A50 Erie Bayfront – New Roadway Construction'),(9610,498,'_locations_0_title','field_5683f2aadcba2'),(9611,498,'locations_0_image',''),(9612,498,'_locations_0_image','field_568439ed8109d'),(9613,498,'locations_0_description','This project was for new road construction and affected 24 properties and resulted in the relocation of 12 residents and 3 businesses in the City of Erie, Erie County.'),(9614,498,'_locations_0_description','field_5683f2b1dcba3'),(9615,498,'locations_1_location','a:3:{s:7:\"address\";s:21:\"42.132253, -80.062521\";s:3:\"lat\";s:10:\"42.1317107\";s:3:\"lng\";s:18:\"-80.06192249999998\";}'),(9616,498,'_locations_1_location','field_5683f288dcba1'),(9617,498,'locations_1_title','State Route 4034, Section A51 Erie Bayfront – New Roadway Construction'),(9618,498,'_locations_1_title','field_5683f2aadcba2'),(9619,498,'locations_1_image','445'),(9620,498,'_locations_1_image','field_568439ed8109d'),(9621,498,'locations_1_description','This project was for new road construction and affected 25 properties and resulted in the relocation of 3 residents and 12 businesses in the City of Erie, Erie County.'),(9622,498,'_locations_1_description','field_5683f2b1dcba3'),(9623,498,'locations_2_location','a:3:{s:7:\"address\";s:21:\"42.123213, -79.980684\";s:3:\"lat\";s:17:\"42.12319309999999\";s:3:\"lng\";s:18:\"-79.98069599999997\";}'),(9624,498,'_locations_2_location','field_5683f288dcba1'),(9625,498,'locations_2_title','State Route 4034, Section A90 Bayfront Station Road – New Roadway Construction'),(9626,498,'_locations_2_title','field_5683f2aadcba2'),(9627,498,'locations_2_image','448'),(9628,498,'_locations_2_image','field_568439ed8109d'),(9629,498,'locations_2_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie County.'),(9630,498,'_locations_2_description','field_5683f2b1dcba3'),(9631,498,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.157606, -80.225857\";s:3:\"lat\";s:10:\"41.1576048\";s:3:\"lng\";s:11:\"-80.2258668\";}'),(9632,498,'_locations_3_location','field_5683f288dcba1'),(9633,498,'locations_3_title','Iron Bridge – State Route 0019, B04 – Bridge Replacement'),(9634,498,'_locations_3_title','field_5683f2aadcba2'),(9635,498,'locations_3_image','450'),(9636,498,'_locations_3_image','field_568439ed8109d'),(9637,498,'locations_3_description','This project was for a mid-sized bridge replacement and affected 8 properties in the Township of Springfield, Mercer County.'),(9638,498,'_locations_3_description','field_5683f2b1dcba3'),(9639,498,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.157502, -80.225829\";s:3:\"lat\";s:10:\"41.1575001\";s:3:\"lng\";s:11:\"-80.2258445\";}'),(9640,498,'_locations_4_location','field_5683f288dcba1'),(9641,498,'locations_4_title','State Route 0062, Section A02G, Sharon – Roadway Widening'),(9642,498,'_locations_4_title','field_5683f2aadcba2'),(9643,498,'locations_4_image','452'),(9644,498,'_locations_4_image','field_568439ed8109d'),(9645,498,'locations_4_description','This project was for a road widening and affected 12 properties and resulted in the relocation of 2 residents and 4 businesses in the Cities of Sharon and Farrell, Mercer County.'),(9646,498,'_locations_4_description','field_5683f2b1dcba3'),(9647,498,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.203515, -80.500030\";s:3:\"lat\";s:10:\"41.2035162\";s:3:\"lng\";s:18:\"-80.50022580000001\";}'),(9648,498,'_locations_5_location','field_5683f288dcba1'),(9649,498,'locations_5_title','State Route 0062, Section A02, Sharon – Roadway Widening'),(9650,498,'_locations_5_title','field_5683f2aadcba2'),(9651,498,'locations_5_image',''),(9652,498,'_locations_5_image','field_568439ed8109d'),(9653,498,'locations_5_description','This project is for roadway widening and intersection improvements and is affecting over 100 properties and resulting in the relocation of 2 residents and 2 businesses in the Cities of Sharon and Farrell, and the Borough of West Wheatland, Mercer County.'),(9654,498,'_locations_5_description','field_5683f2b1dcba3'),(9655,498,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.174312, -80.459088\";s:3:\"lat\";s:9:\"41.174248\";s:3:\"lng\";s:18:\"-80.45922139999999\";}'),(9656,498,'_locations_6_location','field_5683f288dcba1'),(9657,498,'locations_6_title','State Route 318, Section B00 – West Middlesex – Bridge Replacement'),(9658,498,'_locations_6_title','field_5683f2aadcba2'),(9659,498,'locations_6_image',''),(9660,498,'_locations_6_image','field_568439ed8109d'),(9661,498,'locations_6_description','This project is for a large bridge replacement spanning the Shenango River and is affecting 23 properties in the Borough of West Middlesex, Mercer County.'),(9662,498,'_locations_6_description','field_5683f2b1dcba3'),(9663,498,'locations_7_location','a:3:{s:7:\"address\";s:21:\"42.101392, -79.988518\";s:3:\"lat\";s:10:\"42.1009699\";s:3:\"lng\";s:18:\"-79.98816999999997\";}'),(9664,498,'_locations_7_location','field_5683f288dcba1'),(9665,498,'locations_7_title','Township Road T609, Section S000 - Kane Hill Road Bridge – Erie County (LOCAL)'),(9666,498,'_locations_7_title','field_5683f2aadcba2'),(9667,498,'locations_7_image','461'),(9668,498,'_locations_7_image','field_568439ed8109d'),(9669,498,'locations_7_description','This project is for a bridge replacement and is affecting 4 properties in Township of Greene, Erie County.'),(9670,498,'_locations_7_description','field_5683f2b1dcba3'),(9671,498,'locations_8_location','a:3:{s:7:\"address\";s:21:\"42.067111, -80.103791\";s:3:\"lat\";s:10:\"42.0681078\";s:3:\"lng\";s:11:\"-80.1039467\";}'),(9672,498,'_locations_8_location','field_5683f288dcba1'),(9673,498,'locations_8_title','State Route 4012, Section A00 – Erie County – Millcreek, Roadway Widening'),(9674,498,'_locations_8_title','field_5683f2aadcba2'),(9675,498,'locations_8_image',''),(9676,498,'_locations_8_image','field_568439ed8109d'),(9677,498,'locations_8_description',''),(9678,498,'_locations_8_description','field_5683f2b1dcba3'),(9679,498,'locations_9_location','a:3:{s:7:\"address\";s:21:\"42.071262, -80.202530\";s:3:\"lat\";s:8:\"42.07139\";s:3:\"lng\";s:18:\"-80.20223699999997\";}'),(9680,498,'_locations_9_location','field_5683f288dcba1'),(9681,498,'locations_9_title','State Route 4016, Section L00 – Millfair Erie – Intersection and Roadway Improvements'),(9682,498,'_locations_9_title','field_5683f2aadcba2'),(9683,498,'locations_9_image',''),(9684,498,'_locations_9_image','field_568439ed8109d'),(9685,498,'locations_9_description',''),(9686,498,'_locations_9_description','field_5683f2b1dcba3'),(9687,498,'locations_10_location','a:3:{s:7:\"address\";s:21:\"42.150704, -80.005306\";s:3:\"lat\";s:10:\"42.1512609\";s:3:\"lng\";s:18:\"-80.00499430000002\";}'),(9688,498,'_locations_10_location','field_5683f288dcba1'),(9689,498,'locations_10_title','Nagle Road Bridge – Harborcreek – Bridge Replacement'),(9690,498,'_locations_10_title','field_5683f2aadcba2'),(9691,498,'locations_10_image','457'),(9692,498,'_locations_10_image','field_568439ed8109d'),(9693,498,'locations_10_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie Country.'),(9694,498,'_locations_10_description','field_5683f2b1dcba3'),(9695,498,'locations_11_location','a:3:{s:7:\"address\";s:21:\"41.731326, -80.143636\";s:3:\"lat\";s:10:\"41.7312678\";s:3:\"lng\";s:18:\"-80.14303139999998\";}'),(9696,498,'_locations_11_location','field_5683f288dcba1'),(9697,498,'locations_11_title','Peters Road Bridge – Woodcock Township'),(9698,498,'_locations_11_title','field_5683f2aadcba2'),(9699,498,'locations_11_image',''),(9700,498,'_locations_11_image','field_568439ed8109d'),(9701,498,'locations_11_description','This project is for bridge removal and a new railroad crossing and is affecting 5 properties in the Township of Woodcock, Crawford County.'),(9702,498,'_locations_11_description','field_5683f2b1dcba3'),(9703,498,'locations_12_location','a:3:{s:7:\"address\";s:21:\"42.074226, -80.182684\";s:3:\"lat\";s:10:\"42.0750544\";s:3:\"lng\";s:18:\"-80.18202980000001\";}'),(9704,498,'_locations_12_location','field_5683f288dcba1'),(9705,498,'locations_12_title','State Route 4002, Section A02 Erie'),(9706,498,'_locations_12_title','field_5683f2aadcba2'),(9707,498,'locations_12_image',''),(9708,498,'_locations_12_image','field_568439ed8109d'),(9709,498,'locations_12_description',''),(9710,498,'_locations_12_description','field_5683f2b1dcba3'),(9711,498,'locations_13_location','a:3:{s:7:\"address\";s:21:\"41.506210, -79.633939\";s:3:\"lat\";s:9:\"41.505463\";s:3:\"lng\";s:18:\"-79.63243899999998\";}'),(9712,498,'_locations_13_location','field_5683f288dcba1'),(9713,498,'locations_13_title','State Route 0227, Section B01, Venango County – Bridge Replacement'),(9714,498,'_locations_13_title','field_5683f2aadcba2'),(9715,498,'locations_13_image',''),(9716,498,'_locations_13_image','field_568439ed8109d'),(9717,498,'locations_13_description','This project is for a small bridge and is affecting 2 properties in the Township of Sugar Grove, Warren County.'),(9718,498,'_locations_13_description','field_5683f2b1dcba3'),(9719,498,'locations_14_location','a:3:{s:7:\"address\";s:21:\"42.160855, -79.978735\";s:3:\"lat\";s:9:\"42.160685\";s:3:\"lng\";s:10:\"-79.979015\";}'),(9720,498,'_locations_14_location','field_5683f288dcba1'),(9721,498,'locations_14_title','State Route 955, Section B00, Erie County – Bridge Replacement'),(9722,498,'_locations_14_title','field_5683f2aadcba2'),(9723,498,'locations_14_image','427'),(9724,498,'_locations_14_image','field_568439ed8109d'),(9725,498,'locations_14_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(9726,498,'_locations_14_description','field_5683f2b1dcba3'),(9727,498,'locations_15_location','a:3:{s:7:\"address\";s:21:\"42.166954, -79.961159\";s:3:\"lat\";s:9:\"42.167122\";s:3:\"lng\";s:10:\"-79.959048\";}'),(9728,498,'_locations_15_location','field_5683f288dcba1'),(9729,498,'locations_15_title','State Route 0955, Section B01, Erie Count – Bridge Replacement'),(9730,498,'_locations_15_title','field_5683f2aadcba2'),(9731,498,'locations_15_image','427'),(9732,498,'_locations_15_image','field_568439ed8109d'),(9733,498,'locations_15_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(9734,498,'_locations_15_description','field_5683f2b1dcba3'),(9735,498,'locations_16_location','a:3:{s:7:\"address\";s:21:\"41.470470, -80.335987\";s:3:\"lat\";s:10:\"41.4704425\";s:3:\"lng\";s:18:\"-80.33643310000002\";}'),(9736,498,'_locations_16_location','field_5683f288dcba1'),(9737,498,'locations_16_title','State Route 4021, Section B00, Mercer County – Bridge Replacement'),(9738,498,'_locations_16_title','field_5683f2aadcba2'),(9739,498,'locations_16_image','430'),(9740,498,'_locations_16_image','field_568439ed8109d'),(9741,498,'locations_16_description','This project was for a small bridge and affected 2 properties in the Township of Sugar Grove, Mercer County.'),(9742,498,'_locations_16_description','field_5683f2b1dcba3'),(9743,498,'locations_17_location','a:3:{s:7:\"address\";s:21:\"41.883264, -79.813068\";s:3:\"lat\";s:10:\"41.8827053\";s:3:\"lng\";s:18:\"-79.81425380000002\";}'),(9744,498,'_locations_17_location','field_5683f288dcba1'),(9745,498,'locations_17_title','State Route 2010, Section B01, Erie County'),(9746,498,'_locations_17_title','field_5683f2aadcba2'),(9747,498,'locations_17_image',''),(9748,498,'_locations_17_image','field_568439ed8109d'),(9749,498,'locations_17_description',''),(9750,498,'_locations_17_description','field_5683f2b1dcba3'),(9751,498,'locations_18_location','a:3:{s:7:\"address\";s:21:\"41.717397, -79.539631\";s:3:\"lat\";s:9:\"41.717376\";s:3:\"lng\";s:18:\"-79.53928450000001\";}'),(9752,498,'_locations_18_location','field_5683f288dcba1'),(9753,498,'locations_18_title','State Route 6100, Section 2B, Erie County – Bridge Replacement'),(9754,498,'_locations_18_title','field_5683f2aadcba2'),(9755,498,'locations_18_image',''),(9756,498,'_locations_18_image','field_568439ed8109d'),(9757,498,'locations_18_description',''),(9758,498,'_locations_18_description','field_5683f2b1dcba3'),(9759,498,'locations','19'),(9760,498,'_locations','field_5683f253a5dba'),(9761,499,'locations_0_location','a:3:{s:7:\"address\";s:21:\"41.564217, -76.059027\";s:3:\"lat\";s:10:\"41.5633759\";s:3:\"lng\";s:18:\"-76.06040280000002\";}'),(9762,499,'_locations_0_location','field_5683f288dcba1'),(9763,499,'locations_0_title','3003 – 773 – Mehoopany'),(9764,499,'_locations_0_title','field_5683f2aadcba2'),(9765,499,'locations_0_image','463'),(9766,499,'_locations_0_image','field_568439ed8109d'),(9767,499,'locations_0_description','This project is for a mid-sized bridge replacement and roadway alignment and is affecting 10 properties and resulting in the relocation of 1 resident in the Township of Mehoopany, Wyoming County.'),(9768,499,'_locations_0_description','field_5683f2b1dcba3'),(9769,499,'locations_1_location',''),(9770,499,'_locations_1_location','field_5683f288dcba1'),(9771,499,'locations_1_title','SR0006, Section 214'),(9772,499,'_locations_1_title','field_5683f2aadcba2'),(9773,499,'locations_1_image',''),(9774,499,'_locations_1_image','field_568439ed8109d'),(9775,499,'locations_1_description','This project is for lane reconfiguration, intersection improvements, and drainage improvements and is affecting 34 parcels in the municipalities of Clinton, La Plume, Glenburn, South Abington, Factoryville, and Dalton, Lackawanna and Wyoming Counties.'),(9776,499,'_locations_1_description','field_5683f2b1dcba3'),(9777,499,'locations','2'),(9778,499,'_locations','field_5683f253a5dba'),(9779,500,'locations_0_location','a:3:{s:7:\"address\";s:21:\"41.564217, -76.059027\";s:3:\"lat\";s:10:\"41.5633759\";s:3:\"lng\";s:18:\"-76.06040280000002\";}'),(9780,500,'_locations_0_location','field_5683f288dcba1'),(9781,500,'locations_0_title','3003 – 773 – Mehoopany'),(9782,500,'_locations_0_title','field_5683f2aadcba2'),(9783,500,'locations_0_image','463'),(9784,500,'_locations_0_image','field_568439ed8109d'),(9785,500,'locations_0_description','This project is for a mid-sized bridge replacement and roadway alignment and is affecting 10 properties and resulting in the relocation of 1 resident in the Township of Mehoopany, Wyoming County.'),(9786,500,'_locations_0_description','field_5683f2b1dcba3'),(9787,500,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.558172, -75.756456\";s:3:\"lat\";s:10:\"41.5550934\";s:3:\"lng\";s:18:\"-75.75364639999998\";}'),(9788,500,'_locations_1_location','field_5683f288dcba1'),(9789,500,'locations_1_title','SR0006, Section 214'),(9790,500,'_locations_1_title','field_5683f2aadcba2'),(9791,500,'locations_1_image',''),(9792,500,'_locations_1_image','field_568439ed8109d'),(9793,500,'locations_1_description','This project is for lane reconfiguration, intersection improvements, and drainage improvements and is affecting 34 parcels in the municipalities of Clinton, La Plume, Glenburn, South Abington, Factoryville, and Dalton, Lackawanna and Wyoming Counties.'),(9794,500,'_locations_1_description','field_5683f2b1dcba3'),(9795,500,'locations','2'),(9796,500,'_locations','field_5683f253a5dba'),(9797,501,'locations_0_location','a:3:{s:7:\"address\";s:21:\"41.564217, -76.059027\";s:3:\"lat\";s:10:\"41.5633759\";s:3:\"lng\";s:18:\"-76.06040280000002\";}'),(9798,501,'_locations_0_location','field_5683f288dcba1'),(9799,501,'locations_0_title','3003 – 773 – Mehoopany'),(9800,501,'_locations_0_title','field_5683f2aadcba2'),(9801,501,'locations_0_image','463'),(9802,501,'_locations_0_image','field_568439ed8109d'),(9803,501,'locations_0_description','This project is for a mid-sized bridge replacement and roadway alignment and is affecting 10 properties and resulting in the relocation of 1 resident in the Township of Mehoopany, Wyoming County.'),(9804,501,'_locations_0_description','field_5683f2b1dcba3'),(9805,501,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.558172, -75.756456\";s:3:\"lat\";s:10:\"41.5550934\";s:3:\"lng\";s:18:\"-75.75364639999998\";}'),(9806,501,'_locations_1_location','field_5683f288dcba1'),(9807,501,'locations_1_title','SR0006, Section 214'),(9808,501,'_locations_1_title','field_5683f2aadcba2'),(9809,501,'locations_1_image',''),(9810,501,'_locations_1_image','field_568439ed8109d'),(9811,501,'locations_1_description','This project is for lane reconfiguration, intersection improvements, and drainage improvements and is affecting 34 parcels in the municipalities of Clinton, La Plume, Glenburn, South Abington, Factoryville, and Dalton, Lackawanna and Wyoming Counties.'),(9812,501,'_locations_1_description','field_5683f2b1dcba3'),(9813,501,'locations_2_location','a:3:{s:7:\"address\";s:21:\"41.558109, -75.756371\";s:3:\"lat\";s:10:\"41.5581464\";s:3:\"lng\";s:11:\"-75.7562883\";}'),(9814,501,'_locations_2_location','field_5683f288dcba1'),(9815,501,'locations_2_title','SR0415, 303'),(9816,501,'_locations_2_title','field_5683f2aadcba2'),(9817,501,'locations_2_image',''),(9818,501,'_locations_2_image','field_568439ed8109d'),(9819,501,'locations_2_description','This project is for a roadway realignment and is affecting 15 properties in the Township of Dallas, Luzerne County.'),(9820,501,'_locations_2_description','field_5683f2b1dcba3'),(9821,501,'locations','3'),(9822,501,'_locations','field_5683f253a5dba'),(9823,335,'locations_2_location','a:3:{s:7:\"address\";s:21:\"41.558109, -75.756371\";s:3:\"lat\";s:10:\"41.5581464\";s:3:\"lng\";s:11:\"-75.7562883\";}'),(9824,335,'_locations_2_location','field_5683f288dcba1'),(9825,335,'locations_2_title','SR0415, 303'),(9826,335,'_locations_2_title','field_5683f2aadcba2'),(9827,335,'locations_2_image',''),(9828,335,'_locations_2_image','field_568439ed8109d'),(9829,335,'locations_2_description','This project is for a roadway realignment and is affecting 15 properties in the Township of Dallas, Luzerne County.'),(9830,335,'_locations_2_description','field_5683f2b1dcba3'),(9831,502,'locations_0_location','a:3:{s:7:\"address\";s:21:\"41.564217, -76.059027\";s:3:\"lat\";s:10:\"41.5633759\";s:3:\"lng\";s:18:\"-76.06040280000002\";}'),(9832,502,'_locations_0_location','field_5683f288dcba1'),(9833,502,'locations_0_title','3003 – 773 – Mehoopany'),(9834,502,'_locations_0_title','field_5683f2aadcba2'),(9835,502,'locations_0_image','463'),(9836,502,'_locations_0_image','field_568439ed8109d'),(9837,502,'locations_0_description','This project is for a mid-sized bridge replacement and roadway alignment and is affecting 10 properties and resulting in the relocation of 1 resident in the Township of Mehoopany, Wyoming County.'),(9838,502,'_locations_0_description','field_5683f2b1dcba3'),(9839,502,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.558172, -75.756456\";s:3:\"lat\";s:10:\"41.5550934\";s:3:\"lng\";s:18:\"-75.75364639999998\";}'),(9840,502,'_locations_1_location','field_5683f288dcba1'),(9841,502,'locations_1_title','SR0006, Section 214'),(9842,502,'_locations_1_title','field_5683f2aadcba2'),(9843,502,'locations_1_image',''),(9844,502,'_locations_1_image','field_568439ed8109d'),(9845,502,'locations_1_description','This project is for lane reconfiguration, intersection improvements, and drainage improvements and is affecting 34 parcels in the municipalities of Clinton, La Plume, Glenburn, South Abington, Factoryville, and Dalton, Lackawanna and Wyoming Counties.'),(9846,502,'_locations_1_description','field_5683f2b1dcba3'),(9847,502,'locations_2_location','a:3:{s:7:\"address\";s:21:\"41.558109, -75.756371\";s:3:\"lat\";s:10:\"41.5581464\";s:3:\"lng\";s:11:\"-75.7562883\";}'),(9848,502,'_locations_2_location','field_5683f288dcba1'),(9849,502,'locations_2_title','SR0415, 303'),(9850,502,'_locations_2_title','field_5683f2aadcba2'),(9851,502,'locations_2_image',''),(9852,502,'_locations_2_image','field_568439ed8109d'),(9853,502,'locations_2_description','This project is for a roadway realignment and is affecting 15 properties in the Township of Dallas, Luzerne County.'),(9854,502,'_locations_2_description','field_5683f2b1dcba3'),(9855,502,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.344964, -75.960057\";s:3:\"lat\";s:9:\"41.345173\";s:3:\"lng\";s:18:\"-75.96029190000002\";}'),(9856,502,'_locations_3_location','field_5683f288dcba1'),(9857,502,'locations_3_title','SR0309, 330'),(9858,502,'_locations_3_title','field_5683f2aadcba2'),(9859,502,'locations_3_image',''),(9860,502,'_locations_3_image','field_568439ed8109d'),(9861,502,'locations_3_description','This project is for roadway relocation and intersection realignment and is affecting 8 properties in the Township of Dallas, Luzerne County.'),(9862,502,'_locations_3_description','field_5683f2b1dcba3'),(9863,502,'locations','4'),(9864,502,'_locations','field_5683f253a5dba'),(9865,335,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.344964, -75.960057\";s:3:\"lat\";s:9:\"41.345173\";s:3:\"lng\";s:18:\"-75.96029190000002\";}'),(9866,335,'_locations_3_location','field_5683f288dcba1'),(9867,335,'locations_3_title','SR0309, 330'),(9868,335,'_locations_3_title','field_5683f2aadcba2'),(9869,335,'locations_3_image',''),(9870,335,'_locations_3_image','field_568439ed8109d'),(9871,335,'locations_3_description','This project is for roadway relocation and intersection realignment and is affecting 8 properties in the Township of Dallas, Luzerne County.'),(9872,335,'_locations_3_description','field_5683f2b1dcba3'),(9873,503,'locations_0_location','a:3:{s:7:\"address\";s:21:\"41.564217, -76.059027\";s:3:\"lat\";s:10:\"41.5633759\";s:3:\"lng\";s:18:\"-76.06040280000002\";}'),(9874,503,'_locations_0_location','field_5683f288dcba1'),(9875,503,'locations_0_title','3003 – 773 – Mehoopany'),(9876,503,'_locations_0_title','field_5683f2aadcba2'),(9877,503,'locations_0_image','463'),(9878,503,'_locations_0_image','field_568439ed8109d'),(9879,503,'locations_0_description','This project is for a mid-sized bridge replacement and roadway alignment and is affecting 10 properties and resulting in the relocation of 1 resident in the Township of Mehoopany, Wyoming County.'),(9880,503,'_locations_0_description','field_5683f2b1dcba3'),(9881,503,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.558172, -75.756456\";s:3:\"lat\";s:10:\"41.5550934\";s:3:\"lng\";s:18:\"-75.75364639999998\";}'),(9882,503,'_locations_1_location','field_5683f288dcba1'),(9883,503,'locations_1_title','SR0006, Section 214'),(9884,503,'_locations_1_title','field_5683f2aadcba2'),(9885,503,'locations_1_image',''),(9886,503,'_locations_1_image','field_568439ed8109d'),(9887,503,'locations_1_description','This project is for lane reconfiguration, intersection improvements, and drainage improvements and is affecting 34 parcels in the municipalities of Clinton, La Plume, Glenburn, South Abington, Factoryville, and Dalton, Lackawanna and Wyoming Counties.'),(9888,503,'_locations_1_description','field_5683f2b1dcba3'),(9889,503,'locations_2_location','a:3:{s:7:\"address\";s:21:\"41.558109, -75.756371\";s:3:\"lat\";s:10:\"41.5581464\";s:3:\"lng\";s:11:\"-75.7562883\";}'),(9890,503,'_locations_2_location','field_5683f288dcba1'),(9891,503,'locations_2_title','SR0415, 303'),(9892,503,'_locations_2_title','field_5683f2aadcba2'),(9893,503,'locations_2_image',''),(9894,503,'_locations_2_image','field_568439ed8109d'),(9895,503,'locations_2_description','This project is for a roadway realignment and is affecting 15 properties in the Township of Dallas, Luzerne County.'),(9896,503,'_locations_2_description','field_5683f2b1dcba3'),(9897,503,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.344964, -75.960057\";s:3:\"lat\";s:9:\"41.345173\";s:3:\"lng\";s:18:\"-75.96029190000002\";}'),(9898,503,'_locations_3_location','field_5683f288dcba1'),(9899,503,'locations_3_title','SR0309, 330'),(9900,503,'_locations_3_title','field_5683f2aadcba2'),(9901,503,'locations_3_image',''),(9902,503,'_locations_3_image','field_568439ed8109d'),(9903,503,'locations_3_description','This project is for roadway relocation and intersection realignment and is affecting 8 properties in the Township of Dallas, Luzerne County.'),(9904,503,'_locations_3_description','field_5683f2b1dcba3'),(9905,503,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.490658, -75.551795\";s:3:\"lat\";s:10:\"41.4905565\";s:3:\"lng\";s:18:\"-75.55236930000001\";}'),(9906,503,'_locations_4_location','field_5683f288dcba1'),(9907,503,'locations_4_title','SR1012, 202'),(9908,503,'_locations_4_title','field_5683f2aadcba2'),(9909,503,'locations_4_image',''),(9910,503,'_locations_4_image','field_568439ed8109d'),(9911,503,'locations_4_description',''),(9912,503,'_locations_4_description','field_5683f2b1dcba3'),(9913,503,'locations','5'),(9914,503,'_locations','field_5683f253a5dba'),(9915,335,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.490658, -75.551795\";s:3:\"lat\";s:10:\"41.4905565\";s:3:\"lng\";s:18:\"-75.55236930000001\";}'),(9916,335,'_locations_4_location','field_5683f288dcba1'),(9917,335,'locations_4_title','SR1012, 202'),(9918,335,'_locations_4_title','field_5683f2aadcba2'),(9919,335,'locations_4_image',''),(9920,335,'_locations_4_image','field_568439ed8109d'),(9921,335,'locations_4_description',''),(9922,335,'_locations_4_description','field_5683f2b1dcba3'),(9923,504,'locations_0_location','a:3:{s:7:\"address\";s:21:\"41.564217, -76.059027\";s:3:\"lat\";s:10:\"41.5633759\";s:3:\"lng\";s:18:\"-76.06040280000002\";}'),(9924,504,'_locations_0_location','field_5683f288dcba1'),(9925,504,'locations_0_title','3003 – 773 – Mehoopany'),(9926,504,'_locations_0_title','field_5683f2aadcba2'),(9927,504,'locations_0_image','463'),(9928,504,'_locations_0_image','field_568439ed8109d'),(9929,504,'locations_0_description','This project is for a mid-sized bridge replacement and roadway alignment and is affecting 10 properties and resulting in the relocation of 1 resident in the Township of Mehoopany, Wyoming County.'),(9930,504,'_locations_0_description','field_5683f2b1dcba3'),(9931,504,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.558172, -75.756456\";s:3:\"lat\";s:10:\"41.5550934\";s:3:\"lng\";s:18:\"-75.75364639999998\";}'),(9932,504,'_locations_1_location','field_5683f288dcba1'),(9933,504,'locations_1_title','SR0006, Section 214'),(9934,504,'_locations_1_title','field_5683f2aadcba2'),(9935,504,'locations_1_image',''),(9936,504,'_locations_1_image','field_568439ed8109d'),(9937,504,'locations_1_description','This project is for lane reconfiguration, intersection improvements, and drainage improvements and is affecting 34 parcels in the municipalities of Clinton, La Plume, Glenburn, South Abington, Factoryville, and Dalton, Lackawanna and Wyoming Counties.'),(9938,504,'_locations_1_description','field_5683f2b1dcba3'),(9939,504,'locations_2_location','a:3:{s:7:\"address\";s:21:\"41.558109, -75.756371\";s:3:\"lat\";s:10:\"41.5581464\";s:3:\"lng\";s:11:\"-75.7562883\";}'),(9940,504,'_locations_2_location','field_5683f288dcba1'),(9941,504,'locations_2_title','SR0415, 303'),(9942,504,'_locations_2_title','field_5683f2aadcba2'),(9943,504,'locations_2_image',''),(9944,504,'_locations_2_image','field_568439ed8109d'),(9945,504,'locations_2_description','This project is for a roadway realignment and is affecting 15 properties in the Township of Dallas, Luzerne County.'),(9946,504,'_locations_2_description','field_5683f2b1dcba3'),(9947,504,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.344964, -75.960057\";s:3:\"lat\";s:9:\"41.345173\";s:3:\"lng\";s:18:\"-75.96029190000002\";}'),(9948,504,'_locations_3_location','field_5683f288dcba1'),(9949,504,'locations_3_title','SR0309, 330'),(9950,504,'_locations_3_title','field_5683f2aadcba2'),(9951,504,'locations_3_image',''),(9952,504,'_locations_3_image','field_568439ed8109d'),(9953,504,'locations_3_description','This project is for roadway relocation and intersection realignment and is affecting 8 properties in the Township of Dallas, Luzerne County.'),(9954,504,'_locations_3_description','field_5683f2b1dcba3'),(9955,504,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.490658, -75.551795\";s:3:\"lat\";s:10:\"41.4905565\";s:3:\"lng\";s:18:\"-75.55236930000001\";}'),(9956,504,'_locations_4_location','field_5683f288dcba1'),(9957,504,'locations_4_title','SR1012, 202'),(9958,504,'_locations_4_title','field_5683f2aadcba2'),(9959,504,'locations_4_image',''),(9960,504,'_locations_4_image','field_568439ed8109d'),(9961,504,'locations_4_description',''),(9962,504,'_locations_4_description','field_5683f2b1dcba3'),(9963,504,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.872160, -75.730199\";s:3:\"lat\";s:17:\"41.87217649999999\";s:3:\"lng\";s:11:\"-75.7301933\";}'),(9964,504,'_locations_5_location','field_5683f288dcba1'),(9965,504,'locations_5_title','SR1016, 571'),(9966,504,'_locations_5_title','field_5683f2aadcba2'),(9967,504,'locations_5_image',''),(9968,504,'_locations_5_image','field_568439ed8109d'),(9969,504,'locations_5_description',''),(9970,504,'_locations_5_description','field_5683f2b1dcba3'),(9971,504,'locations','6'),(9972,504,'_locations','field_5683f253a5dba'),(9973,335,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.872160, -75.730199\";s:3:\"lat\";s:17:\"41.87217649999999\";s:3:\"lng\";s:11:\"-75.7301933\";}'),(9974,335,'_locations_5_location','field_5683f288dcba1'),(9975,335,'locations_5_title','SR1016, 571'),(9976,335,'_locations_5_title','field_5683f2aadcba2'),(9977,335,'locations_5_image',''),(9978,335,'_locations_5_image','field_568439ed8109d'),(9979,335,'locations_5_description','This project is for bridge replacement and intersection improvement and is affecting 7 properties in the Borough of New Milford, Susquehanna County.'),(9980,335,'_locations_5_description','field_5683f2b1dcba3'),(9981,505,'locations_0_location','a:3:{s:7:\"address\";s:21:\"41.564217, -76.059027\";s:3:\"lat\";s:10:\"41.5633759\";s:3:\"lng\";s:18:\"-76.06040280000002\";}'),(9982,505,'_locations_0_location','field_5683f288dcba1'),(9983,505,'locations_0_title','3003 – 773 – Mehoopany'),(9984,505,'_locations_0_title','field_5683f2aadcba2'),(9985,505,'locations_0_image','463'),(9986,505,'_locations_0_image','field_568439ed8109d'),(9987,505,'locations_0_description','This project is for a mid-sized bridge replacement and roadway alignment and is affecting 10 properties and resulting in the relocation of 1 resident in the Township of Mehoopany, Wyoming County.'),(9988,505,'_locations_0_description','field_5683f2b1dcba3'),(9989,505,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.558172, -75.756456\";s:3:\"lat\";s:10:\"41.5550934\";s:3:\"lng\";s:18:\"-75.75364639999998\";}'),(9990,505,'_locations_1_location','field_5683f288dcba1'),(9991,505,'locations_1_title','SR0006, Section 214'),(9992,505,'_locations_1_title','field_5683f2aadcba2'),(9993,505,'locations_1_image',''),(9994,505,'_locations_1_image','field_568439ed8109d'),(9995,505,'locations_1_description','This project is for lane reconfiguration, intersection improvements, and drainage improvements and is affecting 34 parcels in the municipalities of Clinton, La Plume, Glenburn, South Abington, Factoryville, and Dalton, Lackawanna and Wyoming Counties.'),(9996,505,'_locations_1_description','field_5683f2b1dcba3'),(9997,505,'locations_2_location','a:3:{s:7:\"address\";s:21:\"41.558109, -75.756371\";s:3:\"lat\";s:10:\"41.5581464\";s:3:\"lng\";s:11:\"-75.7562883\";}'),(9998,505,'_locations_2_location','field_5683f288dcba1'),(9999,505,'locations_2_title','SR0415, 303'),(10000,505,'_locations_2_title','field_5683f2aadcba2'),(10001,505,'locations_2_image',''),(10002,505,'_locations_2_image','field_568439ed8109d'),(10003,505,'locations_2_description','This project is for a roadway realignment and is affecting 15 properties in the Township of Dallas, Luzerne County.'),(10004,505,'_locations_2_description','field_5683f2b1dcba3'),(10005,505,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.344964, -75.960057\";s:3:\"lat\";s:9:\"41.345173\";s:3:\"lng\";s:18:\"-75.96029190000002\";}'),(10006,505,'_locations_3_location','field_5683f288dcba1'),(10007,505,'locations_3_title','SR0309, 330'),(10008,505,'_locations_3_title','field_5683f2aadcba2'),(10009,505,'locations_3_image',''),(10010,505,'_locations_3_image','field_568439ed8109d'),(10011,505,'locations_3_description','This project is for roadway relocation and intersection realignment and is affecting 8 properties in the Township of Dallas, Luzerne County.'),(10012,505,'_locations_3_description','field_5683f2b1dcba3'),(10013,505,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.490658, -75.551795\";s:3:\"lat\";s:10:\"41.4905565\";s:3:\"lng\";s:18:\"-75.55236930000001\";}'),(10014,505,'_locations_4_location','field_5683f288dcba1'),(10015,505,'locations_4_title','SR1012, 202'),(10016,505,'_locations_4_title','field_5683f2aadcba2'),(10017,505,'locations_4_image',''),(10018,505,'_locations_4_image','field_568439ed8109d'),(10019,505,'locations_4_description',''),(10020,505,'_locations_4_description','field_5683f2b1dcba3'),(10021,505,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.872160, -75.730199\";s:3:\"lat\";s:17:\"41.87217649999999\";s:3:\"lng\";s:11:\"-75.7301933\";}'),(10022,505,'_locations_5_location','field_5683f288dcba1'),(10023,505,'locations_5_title','SR1016, 571'),(10024,505,'_locations_5_title','field_5683f2aadcba2'),(10025,505,'locations_5_image',''),(10026,505,'_locations_5_image','field_568439ed8109d'),(10027,505,'locations_5_description',''),(10028,505,'_locations_5_description','field_5683f2b1dcba3'),(10029,505,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.359132, -75.494434\";s:3:\"lat\";s:9:\"41.359067\";s:3:\"lng\";s:18:\"-75.49490600000001\";}'),(10030,505,'_locations_6_location','field_5683f288dcba1'),(10031,505,'locations_6_title','SR2004, 250'),(10032,505,'_locations_6_title','field_5683f2aadcba2'),(10033,505,'locations_6_image',''),(10034,505,'_locations_6_image','field_568439ed8109d'),(10035,505,'locations_6_description','This project is for a flood project and is affecting 5 properties in the Township of Covington, Lackawanna County.'),(10036,505,'_locations_6_description','field_5683f2b1dcba3'),(10037,505,'locations','7'),(10038,505,'_locations','field_5683f253a5dba'),(10039,335,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.359132, -75.494434\";s:3:\"lat\";s:9:\"41.359067\";s:3:\"lng\";s:18:\"-75.49490600000001\";}'),(10040,335,'_locations_6_location','field_5683f288dcba1'),(10041,335,'locations_6_title','SR2004, 250'),(10042,335,'_locations_6_title','field_5683f2aadcba2'),(10043,335,'locations_6_image',''),(10044,335,'_locations_6_image','field_568439ed8109d'),(10045,335,'locations_6_description','This project is for a flood project and is affecting 5 properties in the Township of Covington, Lackawanna County.'),(10046,335,'_locations_6_description','field_5683f2b1dcba3'),(10047,506,'locations_0_location','a:3:{s:7:\"address\";s:21:\"41.564217, -76.059027\";s:3:\"lat\";s:10:\"41.5633759\";s:3:\"lng\";s:18:\"-76.06040280000002\";}'),(10048,506,'_locations_0_location','field_5683f288dcba1'),(10049,506,'locations_0_title','3003 – 773 – Mehoopany'),(10050,506,'_locations_0_title','field_5683f2aadcba2'),(10051,506,'locations_0_image','463'),(10052,506,'_locations_0_image','field_568439ed8109d'),(10053,506,'locations_0_description','This project is for a mid-sized bridge replacement and roadway alignment and is affecting 10 properties and resulting in the relocation of 1 resident in the Township of Mehoopany, Wyoming County.'),(10054,506,'_locations_0_description','field_5683f2b1dcba3'),(10055,506,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.558172, -75.756456\";s:3:\"lat\";s:10:\"41.5550934\";s:3:\"lng\";s:18:\"-75.75364639999998\";}'),(10056,506,'_locations_1_location','field_5683f288dcba1'),(10057,506,'locations_1_title','SR0006, Section 214'),(10058,506,'_locations_1_title','field_5683f2aadcba2'),(10059,506,'locations_1_image',''),(10060,506,'_locations_1_image','field_568439ed8109d'),(10061,506,'locations_1_description','This project is for lane reconfiguration, intersection improvements, and drainage improvements and is affecting 34 parcels in the municipalities of Clinton, La Plume, Glenburn, South Abington, Factoryville, and Dalton, Lackawanna and Wyoming Counties.'),(10062,506,'_locations_1_description','field_5683f2b1dcba3'),(10063,506,'locations_2_location','a:3:{s:7:\"address\";s:21:\"41.558109, -75.756371\";s:3:\"lat\";s:10:\"41.5581464\";s:3:\"lng\";s:11:\"-75.7562883\";}'),(10064,506,'_locations_2_location','field_5683f288dcba1'),(10065,506,'locations_2_title','SR0415, 303'),(10066,506,'_locations_2_title','field_5683f2aadcba2'),(10067,506,'locations_2_image',''),(10068,506,'_locations_2_image','field_568439ed8109d'),(10069,506,'locations_2_description','This project is for a roadway realignment and is affecting 15 properties in the Township of Dallas, Luzerne County.'),(10070,506,'_locations_2_description','field_5683f2b1dcba3'),(10071,506,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.344964, -75.960057\";s:3:\"lat\";s:9:\"41.345173\";s:3:\"lng\";s:18:\"-75.96029190000002\";}'),(10072,506,'_locations_3_location','field_5683f288dcba1'),(10073,506,'locations_3_title','SR0309, 330'),(10074,506,'_locations_3_title','field_5683f2aadcba2'),(10075,506,'locations_3_image',''),(10076,506,'_locations_3_image','field_568439ed8109d'),(10077,506,'locations_3_description','This project is for roadway relocation and intersection realignment and is affecting 8 properties in the Township of Dallas, Luzerne County.'),(10078,506,'_locations_3_description','field_5683f2b1dcba3'),(10079,506,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.490658, -75.551795\";s:3:\"lat\";s:10:\"41.4905565\";s:3:\"lng\";s:18:\"-75.55236930000001\";}'),(10080,506,'_locations_4_location','field_5683f288dcba1'),(10081,506,'locations_4_title','SR1012, 202'),(10082,506,'_locations_4_title','field_5683f2aadcba2'),(10083,506,'locations_4_image',''),(10084,506,'_locations_4_image','field_568439ed8109d'),(10085,506,'locations_4_description',''),(10086,506,'_locations_4_description','field_5683f2b1dcba3'),(10087,506,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.872160, -75.730199\";s:3:\"lat\";s:17:\"41.87217649999999\";s:3:\"lng\";s:11:\"-75.7301933\";}'),(10088,506,'_locations_5_location','field_5683f288dcba1'),(10089,506,'locations_5_title','SR1016, 571'),(10090,506,'_locations_5_title','field_5683f2aadcba2'),(10091,506,'locations_5_image',''),(10092,506,'_locations_5_image','field_568439ed8109d'),(10093,506,'locations_5_description',''),(10094,506,'_locations_5_description','field_5683f2b1dcba3'),(10095,506,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.359132, -75.494434\";s:3:\"lat\";s:9:\"41.359067\";s:3:\"lng\";s:18:\"-75.49490600000001\";}'),(10096,506,'_locations_6_location','field_5683f288dcba1'),(10097,506,'locations_6_title','SR2004, 250'),(10098,506,'_locations_6_title','field_5683f2aadcba2'),(10099,506,'locations_6_image',''),(10100,506,'_locations_6_image','field_568439ed8109d'),(10101,506,'locations_6_description','This project is for a flood project and is affecting 5 properties in the Township of Covington, Lackawanna County.'),(10102,506,'_locations_6_description','field_5683f2b1dcba3'),(10103,506,'locations_7_location','a:3:{s:7:\"address\";s:21:\"41.359135, -75.494447\";s:3:\"lat\";s:9:\"41.359067\";s:3:\"lng\";s:18:\"-75.49490600000001\";}'),(10104,506,'_locations_7_location','field_5683f288dcba1'),(10105,506,'locations_7_title','SR2004, 250'),(10106,506,'_locations_7_title','field_5683f2aadcba2'),(10107,506,'locations_7_image',''),(10108,506,'_locations_7_image','field_568439ed8109d'),(10109,506,'locations_7_description','This project is for reconstruction and is affecting 4 properties in the Township of Madison, Lackawanna County.'),(10110,506,'_locations_7_description','field_5683f2b1dcba3'),(10111,506,'locations','8'),(10112,506,'_locations','field_5683f253a5dba'),(10113,335,'locations_7_location','a:3:{s:7:\"address\";s:21:\"41.359135, -75.494447\";s:3:\"lat\";s:9:\"41.359067\";s:3:\"lng\";s:18:\"-75.49490600000001\";}'),(10114,335,'_locations_7_location','field_5683f288dcba1'),(10115,335,'locations_7_title','SR2004, 250'),(10116,335,'_locations_7_title','field_5683f2aadcba2'),(10117,335,'locations_7_image',''),(10118,335,'_locations_7_image','field_568439ed8109d'),(10119,335,'locations_7_description','This project is for reconstruction and is affecting 4 properties in the Township of Madison, Lackawanna County.'),(10120,335,'_locations_7_description','field_5683f2b1dcba3'),(10121,507,'locations_0_location','a:3:{s:7:\"address\";s:21:\"41.564217, -76.059027\";s:3:\"lat\";s:10:\"41.5633759\";s:3:\"lng\";s:18:\"-76.06040280000002\";}'),(10122,507,'_locations_0_location','field_5683f288dcba1'),(10123,507,'locations_0_title','3003 – 773 – Mehoopany'),(10124,507,'_locations_0_title','field_5683f2aadcba2'),(10125,507,'locations_0_image','463'),(10126,507,'_locations_0_image','field_568439ed8109d'),(10127,507,'locations_0_description','This project is for a mid-sized bridge replacement and roadway alignment and is affecting 10 properties and resulting in the relocation of 1 resident in the Township of Mehoopany, Wyoming County.'),(10128,507,'_locations_0_description','field_5683f2b1dcba3'),(10129,507,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.558172, -75.756456\";s:3:\"lat\";s:10:\"41.5550934\";s:3:\"lng\";s:18:\"-75.75364639999998\";}'),(10130,507,'_locations_1_location','field_5683f288dcba1'),(10131,507,'locations_1_title','SR0006, Section 214'),(10132,507,'_locations_1_title','field_5683f2aadcba2'),(10133,507,'locations_1_image',''),(10134,507,'_locations_1_image','field_568439ed8109d'),(10135,507,'locations_1_description','This project is for lane reconfiguration, intersection improvements, and drainage improvements and is affecting 34 parcels in the municipalities of Clinton, La Plume, Glenburn, South Abington, Factoryville, and Dalton, Lackawanna and Wyoming Counties.'),(10136,507,'_locations_1_description','field_5683f2b1dcba3'),(10137,507,'locations_2_location','a:3:{s:7:\"address\";s:21:\"41.558109, -75.756371\";s:3:\"lat\";s:10:\"41.5581464\";s:3:\"lng\";s:11:\"-75.7562883\";}'),(10138,507,'_locations_2_location','field_5683f288dcba1'),(10139,507,'locations_2_title','SR0415, 303'),(10140,507,'_locations_2_title','field_5683f2aadcba2'),(10141,507,'locations_2_image',''),(10142,507,'_locations_2_image','field_568439ed8109d'),(10143,507,'locations_2_description','This project is for a roadway realignment and is affecting 15 properties in the Township of Dallas, Luzerne County.'),(10144,507,'_locations_2_description','field_5683f2b1dcba3'),(10145,507,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.344964, -75.960057\";s:3:\"lat\";s:9:\"41.345173\";s:3:\"lng\";s:18:\"-75.96029190000002\";}'),(10146,507,'_locations_3_location','field_5683f288dcba1'),(10147,507,'locations_3_title','SR0309, 330'),(10148,507,'_locations_3_title','field_5683f2aadcba2'),(10149,507,'locations_3_image',''),(10150,507,'_locations_3_image','field_568439ed8109d'),(10151,507,'locations_3_description','This project is for roadway relocation and intersection realignment and is affecting 8 properties in the Township of Dallas, Luzerne County.'),(10152,507,'_locations_3_description','field_5683f2b1dcba3'),(10153,507,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.490658, -75.551795\";s:3:\"lat\";s:10:\"41.4905565\";s:3:\"lng\";s:18:\"-75.55236930000001\";}'),(10154,507,'_locations_4_location','field_5683f288dcba1'),(10155,507,'locations_4_title','SR1012, 202'),(10156,507,'_locations_4_title','field_5683f2aadcba2'),(10157,507,'locations_4_image',''),(10158,507,'_locations_4_image','field_568439ed8109d'),(10159,507,'locations_4_description',''),(10160,507,'_locations_4_description','field_5683f2b1dcba3'),(10161,507,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.872160, -75.730199\";s:3:\"lat\";s:17:\"41.87217649999999\";s:3:\"lng\";s:11:\"-75.7301933\";}'),(10162,507,'_locations_5_location','field_5683f288dcba1'),(10163,507,'locations_5_title','SR1016, 571'),(10164,507,'_locations_5_title','field_5683f2aadcba2'),(10165,507,'locations_5_image',''),(10166,507,'_locations_5_image','field_568439ed8109d'),(10167,507,'locations_5_description',''),(10168,507,'_locations_5_description','field_5683f2b1dcba3'),(10169,507,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.359132, -75.494434\";s:3:\"lat\";s:9:\"41.359067\";s:3:\"lng\";s:18:\"-75.49490600000001\";}'),(10170,507,'_locations_6_location','field_5683f288dcba1'),(10171,507,'locations_6_title','SR2004, 250'),(10172,507,'_locations_6_title','field_5683f2aadcba2'),(10173,507,'locations_6_image',''),(10174,507,'_locations_6_image','field_568439ed8109d'),(10175,507,'locations_6_description','This project is for a flood project and is affecting 5 properties in the Township of Covington, Lackawanna County.'),(10176,507,'_locations_6_description','field_5683f2b1dcba3'),(10177,507,'locations_7_location','a:3:{s:7:\"address\";s:21:\"41.359135, -75.494447\";s:3:\"lat\";s:9:\"41.359067\";s:3:\"lng\";s:18:\"-75.49490600000001\";}'),(10178,507,'_locations_7_location','field_5683f288dcba1'),(10179,507,'locations_7_title','SR2004, 250'),(10180,507,'_locations_7_title','field_5683f2aadcba2'),(10181,507,'locations_7_image',''),(10182,507,'_locations_7_image','field_568439ed8109d'),(10183,507,'locations_7_description','This project is for reconstruction and is affecting 4 properties in the Township of Madison, Lackawanna County.'),(10184,507,'_locations_7_description','field_5683f2b1dcba3'),(10185,507,'locations_8_location','a:3:{s:7:\"address\";s:21:\"41.317135, -75.551164\";s:3:\"lat\";s:10:\"41.3171963\";s:3:\"lng\";s:18:\"-75.55109429999999\";}'),(10186,507,'_locations_8_location','field_5683f288dcba1'),(10187,507,'locations_8_title','Daleville Stockpile'),(10188,507,'_locations_8_title','field_5683f2aadcba2'),(10189,507,'locations_8_image',''),(10190,507,'_locations_8_image','field_568439ed8109d'),(10191,507,'locations_8_description','This project is for a flood project and is affecting 5 properties in the Township of Covington, Lackawanna County.'),(10192,507,'_locations_8_description','field_5683f2b1dcba3'),(10193,507,'locations','9'),(10194,507,'_locations','field_5683f253a5dba'),(10195,335,'locations_8_location','a:3:{s:7:\"address\";s:21:\"41.317135, -75.551164\";s:3:\"lat\";s:10:\"41.3171963\";s:3:\"lng\";s:18:\"-75.55109429999999\";}'),(10196,335,'_locations_8_location','field_5683f288dcba1'),(10197,335,'locations_8_title','Daleville Stockpile'),(10198,335,'_locations_8_title','field_5683f2aadcba2'),(10199,335,'locations_8_image',''),(10200,335,'_locations_8_image','field_568439ed8109d'),(10201,335,'locations_8_description','This project is for a flood project and is affecting 5 properties in the Township of Covington, Lackawanna County.'),(10202,335,'_locations_8_description','field_5683f2b1dcba3'),(10203,508,'locations_0_location','a:3:{s:7:\"address\";s:21:\"41.564217, -76.059027\";s:3:\"lat\";s:10:\"41.5633759\";s:3:\"lng\";s:18:\"-76.06040280000002\";}'),(10204,508,'_locations_0_location','field_5683f288dcba1'),(10205,508,'locations_0_title','3003 – 773 – Mehoopany'),(10206,508,'_locations_0_title','field_5683f2aadcba2'),(10207,508,'locations_0_image','463'),(10208,508,'_locations_0_image','field_568439ed8109d'),(10209,508,'locations_0_description','This project is for a mid-sized bridge replacement and roadway alignment and is affecting 10 properties and resulting in the relocation of 1 resident in the Township of Mehoopany, Wyoming County.'),(10210,508,'_locations_0_description','field_5683f2b1dcba3'),(10211,508,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.558172, -75.756456\";s:3:\"lat\";s:10:\"41.5550934\";s:3:\"lng\";s:18:\"-75.75364639999998\";}'),(10212,508,'_locations_1_location','field_5683f288dcba1'),(10213,508,'locations_1_title','SR0006, Section 214'),(10214,508,'_locations_1_title','field_5683f2aadcba2'),(10215,508,'locations_1_image',''),(10216,508,'_locations_1_image','field_568439ed8109d'),(10217,508,'locations_1_description','This project is for lane reconfiguration, intersection improvements, and drainage improvements and is affecting 34 parcels in the municipalities of Clinton, La Plume, Glenburn, South Abington, Factoryville, and Dalton, Lackawanna and Wyoming Counties.'),(10218,508,'_locations_1_description','field_5683f2b1dcba3'),(10219,508,'locations_2_location','a:3:{s:7:\"address\";s:21:\"41.558109, -75.756371\";s:3:\"lat\";s:10:\"41.5581464\";s:3:\"lng\";s:11:\"-75.7562883\";}'),(10220,508,'_locations_2_location','field_5683f288dcba1'),(10221,508,'locations_2_title','SR0415, 303'),(10222,508,'_locations_2_title','field_5683f2aadcba2'),(10223,508,'locations_2_image',''),(10224,508,'_locations_2_image','field_568439ed8109d'),(10225,508,'locations_2_description','This project is for a roadway realignment and is affecting 15 properties in the Township of Dallas, Luzerne County.'),(10226,508,'_locations_2_description','field_5683f2b1dcba3'),(10227,508,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.344964, -75.960057\";s:3:\"lat\";s:9:\"41.345173\";s:3:\"lng\";s:18:\"-75.96029190000002\";}'),(10228,508,'_locations_3_location','field_5683f288dcba1'),(10229,508,'locations_3_title','SR0309, 330'),(10230,508,'_locations_3_title','field_5683f2aadcba2'),(10231,508,'locations_3_image',''),(10232,508,'_locations_3_image','field_568439ed8109d'),(10233,508,'locations_3_description','This project is for roadway relocation and intersection realignment and is affecting 8 properties in the Township of Dallas, Luzerne County.'),(10234,508,'_locations_3_description','field_5683f2b1dcba3'),(10235,508,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.490658, -75.551795\";s:3:\"lat\";s:10:\"41.4905565\";s:3:\"lng\";s:18:\"-75.55236930000001\";}'),(10236,508,'_locations_4_location','field_5683f288dcba1'),(10237,508,'locations_4_title','SR1012, 202'),(10238,508,'_locations_4_title','field_5683f2aadcba2'),(10239,508,'locations_4_image',''),(10240,508,'_locations_4_image','field_568439ed8109d'),(10241,508,'locations_4_description',''),(10242,508,'_locations_4_description','field_5683f2b1dcba3'),(10243,508,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.872160, -75.730199\";s:3:\"lat\";s:17:\"41.87217649999999\";s:3:\"lng\";s:11:\"-75.7301933\";}'),(10244,508,'_locations_5_location','field_5683f288dcba1'),(10245,508,'locations_5_title','SR1016, 571'),(10246,508,'_locations_5_title','field_5683f2aadcba2'),(10247,508,'locations_5_image',''),(10248,508,'_locations_5_image','field_568439ed8109d'),(10249,508,'locations_5_description',''),(10250,508,'_locations_5_description','field_5683f2b1dcba3'),(10251,508,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.359132, -75.494434\";s:3:\"lat\";s:9:\"41.359067\";s:3:\"lng\";s:18:\"-75.49490600000001\";}'),(10252,508,'_locations_6_location','field_5683f288dcba1'),(10253,508,'locations_6_title','SR2004, 250'),(10254,508,'_locations_6_title','field_5683f2aadcba2'),(10255,508,'locations_6_image',''),(10256,508,'_locations_6_image','field_568439ed8109d'),(10257,508,'locations_6_description','This project is for a flood project and is affecting 5 properties in the Township of Covington, Lackawanna County.'),(10258,508,'_locations_6_description','field_5683f2b1dcba3'),(10259,508,'locations_7_location','a:3:{s:7:\"address\";s:21:\"41.359135, -75.494447\";s:3:\"lat\";s:9:\"41.359067\";s:3:\"lng\";s:18:\"-75.49490600000001\";}'),(10260,508,'_locations_7_location','field_5683f288dcba1'),(10261,508,'locations_7_title','SR2004, 250'),(10262,508,'_locations_7_title','field_5683f2aadcba2'),(10263,508,'locations_7_image',''),(10264,508,'_locations_7_image','field_568439ed8109d'),(10265,508,'locations_7_description','This project is for reconstruction and is affecting 4 properties in the Township of Madison, Lackawanna County.'),(10266,508,'_locations_7_description','field_5683f2b1dcba3'),(10267,508,'locations_8_location','a:3:{s:7:\"address\";s:21:\"41.317135, -75.551164\";s:3:\"lat\";s:10:\"41.3171963\";s:3:\"lng\";s:18:\"-75.55109429999999\";}'),(10268,508,'_locations_8_location','field_5683f288dcba1'),(10269,508,'locations_8_title','Daleville Stockpile'),(10270,508,'_locations_8_title','field_5683f2aadcba2'),(10271,508,'locations_8_image',''),(10272,508,'_locations_8_image','field_568439ed8109d'),(10273,508,'locations_8_description','This project is for a flood project and is affecting 5 properties in the Township of Covington, Lackawanna County.'),(10274,508,'_locations_8_description','field_5683f2b1dcba3'),(10275,508,'locations_9_location','a:3:{s:7:\"address\";s:21:\"41.266081, -76.291267\";s:3:\"lat\";s:10:\"41.2668817\";s:3:\"lng\";s:18:\"-76.29025159999998\";}'),(10276,508,'_locations_9_location','field_5683f288dcba1'),(10277,508,'locations_9_title','Luzerne County Brish'),(10278,508,'_locations_9_title','field_5683f2aadcba2'),(10279,508,'locations_9_image',''),(10280,508,'_locations_9_image','field_568439ed8109d'),(10281,508,'locations_9_description',''),(10282,508,'_locations_9_description','field_5683f2b1dcba3'),(10283,508,'locations','10'),(10284,508,'_locations','field_5683f253a5dba'),(10285,335,'locations_9_location','a:3:{s:7:\"address\";s:21:\"41.266081, -76.291267\";s:3:\"lat\";s:10:\"41.2668817\";s:3:\"lng\";s:18:\"-76.29025159999998\";}'),(10286,335,'_locations_9_location','field_5683f288dcba1'),(10287,335,'locations_9_title','Luzerne County Brish'),(10288,335,'_locations_9_title','field_5683f2aadcba2'),(10289,335,'locations_9_image',''),(10290,335,'_locations_9_image','field_568439ed8109d'),(10291,335,'locations_9_description',''),(10292,335,'_locations_9_description','field_5683f2b1dcba3'),(10293,509,'locations_0_location','a:3:{s:7:\"address\";s:21:\"41.564217, -76.059027\";s:3:\"lat\";s:10:\"41.5633759\";s:3:\"lng\";s:18:\"-76.06040280000002\";}'),(10294,509,'_locations_0_location','field_5683f288dcba1'),(10295,509,'locations_0_title','3003 – 773 – Mehoopany'),(10296,509,'_locations_0_title','field_5683f2aadcba2'),(10297,509,'locations_0_image','463'),(10298,509,'_locations_0_image','field_568439ed8109d'),(10299,509,'locations_0_description','This project is for a mid-sized bridge replacement and roadway alignment and is affecting 10 properties and resulting in the relocation of 1 resident in the Township of Mehoopany, Wyoming County.'),(10300,509,'_locations_0_description','field_5683f2b1dcba3'),(10301,509,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.558172, -75.756456\";s:3:\"lat\";s:10:\"41.5550934\";s:3:\"lng\";s:18:\"-75.75364639999998\";}'),(10302,509,'_locations_1_location','field_5683f288dcba1'),(10303,509,'locations_1_title','SR0006, Section 214'),(10304,509,'_locations_1_title','field_5683f2aadcba2'),(10305,509,'locations_1_image',''),(10306,509,'_locations_1_image','field_568439ed8109d'),(10307,509,'locations_1_description','This project is for lane reconfiguration, intersection improvements, and drainage improvements and is affecting 34 parcels in the municipalities of Clinton, La Plume, Glenburn, South Abington, Factoryville, and Dalton, Lackawanna and Wyoming Counties.'),(10308,509,'_locations_1_description','field_5683f2b1dcba3'),(10309,509,'locations_2_location','a:3:{s:7:\"address\";s:21:\"41.558109, -75.756371\";s:3:\"lat\";s:10:\"41.5581464\";s:3:\"lng\";s:11:\"-75.7562883\";}'),(10310,509,'_locations_2_location','field_5683f288dcba1'),(10311,509,'locations_2_title','SR0415, 303'),(10312,509,'_locations_2_title','field_5683f2aadcba2'),(10313,509,'locations_2_image',''),(10314,509,'_locations_2_image','field_568439ed8109d'),(10315,509,'locations_2_description','This project is for a roadway realignment and is affecting 15 properties in the Township of Dallas, Luzerne County.'),(10316,509,'_locations_2_description','field_5683f2b1dcba3'),(10317,509,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.344964, -75.960057\";s:3:\"lat\";s:9:\"41.345173\";s:3:\"lng\";s:18:\"-75.96029190000002\";}'),(10318,509,'_locations_3_location','field_5683f288dcba1'),(10319,509,'locations_3_title','SR0309, 330'),(10320,509,'_locations_3_title','field_5683f2aadcba2'),(10321,509,'locations_3_image',''),(10322,509,'_locations_3_image','field_568439ed8109d'),(10323,509,'locations_3_description','This project is for roadway relocation and intersection realignment and is affecting 8 properties in the Township of Dallas, Luzerne County.'),(10324,509,'_locations_3_description','field_5683f2b1dcba3'),(10325,509,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.490658, -75.551795\";s:3:\"lat\";s:10:\"41.4905565\";s:3:\"lng\";s:18:\"-75.55236930000001\";}'),(10326,509,'_locations_4_location','field_5683f288dcba1'),(10327,509,'locations_4_title','SR1012, 202'),(10328,509,'_locations_4_title','field_5683f2aadcba2'),(10329,509,'locations_4_image',''),(10330,509,'_locations_4_image','field_568439ed8109d'),(10331,509,'locations_4_description',''),(10332,509,'_locations_4_description','field_5683f2b1dcba3'),(10333,509,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.872160, -75.730199\";s:3:\"lat\";s:17:\"41.87217649999999\";s:3:\"lng\";s:11:\"-75.7301933\";}'),(10334,509,'_locations_5_location','field_5683f288dcba1'),(10335,509,'locations_5_title','SR1016, 571'),(10336,509,'_locations_5_title','field_5683f2aadcba2'),(10337,509,'locations_5_image',''),(10338,509,'_locations_5_image','field_568439ed8109d'),(10339,509,'locations_5_description',''),(10340,509,'_locations_5_description','field_5683f2b1dcba3'),(10341,509,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.359132, -75.494434\";s:3:\"lat\";s:9:\"41.359067\";s:3:\"lng\";s:18:\"-75.49490600000001\";}'),(10342,509,'_locations_6_location','field_5683f288dcba1'),(10343,509,'locations_6_title','SR2004, 250'),(10344,509,'_locations_6_title','field_5683f2aadcba2'),(10345,509,'locations_6_image',''),(10346,509,'_locations_6_image','field_568439ed8109d'),(10347,509,'locations_6_description','This project is for a flood project and is affecting 5 properties in the Township of Covington, Lackawanna County.'),(10348,509,'_locations_6_description','field_5683f2b1dcba3'),(10349,509,'locations_7_location','a:3:{s:7:\"address\";s:21:\"41.359135, -75.494447\";s:3:\"lat\";s:9:\"41.359067\";s:3:\"lng\";s:18:\"-75.49490600000001\";}'),(10350,509,'_locations_7_location','field_5683f288dcba1'),(10351,509,'locations_7_title','SR2004, 250'),(10352,509,'_locations_7_title','field_5683f2aadcba2'),(10353,509,'locations_7_image',''),(10354,509,'_locations_7_image','field_568439ed8109d'),(10355,509,'locations_7_description','This project is for reconstruction and is affecting 4 properties in the Township of Madison, Lackawanna County.'),(10356,509,'_locations_7_description','field_5683f2b1dcba3'),(10357,509,'locations_8_location','a:3:{s:7:\"address\";s:21:\"41.317135, -75.551164\";s:3:\"lat\";s:10:\"41.3171963\";s:3:\"lng\";s:18:\"-75.55109429999999\";}'),(10358,509,'_locations_8_location','field_5683f288dcba1'),(10359,509,'locations_8_title','Daleville Stockpile'),(10360,509,'_locations_8_title','field_5683f2aadcba2'),(10361,509,'locations_8_image',''),(10362,509,'_locations_8_image','field_568439ed8109d'),(10363,509,'locations_8_description','This project is for a flood project and is affecting 5 properties in the Township of Covington, Lackawanna County.'),(10364,509,'_locations_8_description','field_5683f2b1dcba3'),(10365,509,'locations_9_location','a:3:{s:7:\"address\";s:21:\"41.266081, -76.291267\";s:3:\"lat\";s:10:\"41.2668817\";s:3:\"lng\";s:18:\"-76.29025159999998\";}'),(10366,509,'_locations_9_location','field_5683f288dcba1'),(10367,509,'locations_9_title','Luzerne County Brish'),(10368,509,'_locations_9_title','field_5683f2aadcba2'),(10369,509,'locations_9_image',''),(10370,509,'_locations_9_image','field_568439ed8109d'),(10371,509,'locations_9_description',''),(10372,509,'_locations_9_description','field_5683f2b1dcba3'),(10373,509,'locations_10_location','a:3:{s:7:\"address\";s:21:\"41.294579, -75.947686\";s:3:\"lat\";s:10:\"41.2945835\";s:3:\"lng\";s:18:\"-75.94770040000003\";}'),(10374,509,'_locations_10_location','field_5683f288dcba1'),(10375,509,'locations_10_title','Luzerne County Browns Creek 12'),(10376,509,'_locations_10_title','field_5683f2aadcba2'),(10377,509,'locations_10_image',''),(10378,509,'_locations_10_image','field_568439ed8109d'),(10379,509,'locations_10_description',''),(10380,509,'_locations_10_description','field_5683f2b1dcba3'),(10381,509,'locations','11'),(10382,509,'_locations','field_5683f253a5dba'),(10383,335,'locations_10_location','a:3:{s:7:\"address\";s:21:\"41.294579, -75.947686\";s:3:\"lat\";s:10:\"41.2945835\";s:3:\"lng\";s:18:\"-75.94770040000003\";}'),(10384,335,'_locations_10_location','field_5683f288dcba1'),(10385,335,'locations_10_title','Luzerne County Browns Creek 12'),(10386,335,'_locations_10_title','field_5683f2aadcba2'),(10387,335,'locations_10_image',''),(10388,335,'_locations_10_image','field_568439ed8109d'),(10389,335,'locations_10_description',''),(10390,335,'_locations_10_description','field_5683f2b1dcba3'),(10391,510,'locations_0_location','a:3:{s:7:\"address\";s:21:\"41.564217, -76.059027\";s:3:\"lat\";s:10:\"41.5633759\";s:3:\"lng\";s:18:\"-76.06040280000002\";}'),(10392,510,'_locations_0_location','field_5683f288dcba1'),(10393,510,'locations_0_title','3003 – 773 – Mehoopany'),(10394,510,'_locations_0_title','field_5683f2aadcba2'),(10395,510,'locations_0_image','463'),(10396,510,'_locations_0_image','field_568439ed8109d'),(10397,510,'locations_0_description','This project is for a mid-sized bridge replacement and roadway alignment and is affecting 10 properties and resulting in the relocation of 1 resident in the Township of Mehoopany, Wyoming County.'),(10398,510,'_locations_0_description','field_5683f2b1dcba3'),(10399,510,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.558172, -75.756456\";s:3:\"lat\";s:10:\"41.5550934\";s:3:\"lng\";s:18:\"-75.75364639999998\";}'),(10400,510,'_locations_1_location','field_5683f288dcba1'),(10401,510,'locations_1_title','SR0006, Section 214'),(10402,510,'_locations_1_title','field_5683f2aadcba2'),(10403,510,'locations_1_image',''),(10404,510,'_locations_1_image','field_568439ed8109d'),(10405,510,'locations_1_description','This project is for lane reconfiguration, intersection improvements, and drainage improvements and is affecting 34 parcels in the municipalities of Clinton, La Plume, Glenburn, South Abington, Factoryville, and Dalton, Lackawanna and Wyoming Counties.'),(10406,510,'_locations_1_description','field_5683f2b1dcba3'),(10407,510,'locations_2_location','a:3:{s:7:\"address\";s:21:\"41.558109, -75.756371\";s:3:\"lat\";s:10:\"41.5581464\";s:3:\"lng\";s:11:\"-75.7562883\";}'),(10408,510,'_locations_2_location','field_5683f288dcba1'),(10409,510,'locations_2_title','SR0415, 303'),(10410,510,'_locations_2_title','field_5683f2aadcba2'),(10411,510,'locations_2_image',''),(10412,510,'_locations_2_image','field_568439ed8109d'),(10413,510,'locations_2_description','This project is for a roadway realignment and is affecting 15 properties in the Township of Dallas, Luzerne County.'),(10414,510,'_locations_2_description','field_5683f2b1dcba3'),(10415,510,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.344964, -75.960057\";s:3:\"lat\";s:9:\"41.345173\";s:3:\"lng\";s:18:\"-75.96029190000002\";}'),(10416,510,'_locations_3_location','field_5683f288dcba1'),(10417,510,'locations_3_title','SR0309, 330'),(10418,510,'_locations_3_title','field_5683f2aadcba2'),(10419,510,'locations_3_image',''),(10420,510,'_locations_3_image','field_568439ed8109d'),(10421,510,'locations_3_description','This project is for roadway relocation and intersection realignment and is affecting 8 properties in the Township of Dallas, Luzerne County.'),(10422,510,'_locations_3_description','field_5683f2b1dcba3'),(10423,510,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.490658, -75.551795\";s:3:\"lat\";s:10:\"41.4905565\";s:3:\"lng\";s:18:\"-75.55236930000001\";}'),(10424,510,'_locations_4_location','field_5683f288dcba1'),(10425,510,'locations_4_title','SR1012, 202'),(10426,510,'_locations_4_title','field_5683f2aadcba2'),(10427,510,'locations_4_image',''),(10428,510,'_locations_4_image','field_568439ed8109d'),(10429,510,'locations_4_description',''),(10430,510,'_locations_4_description','field_5683f2b1dcba3'),(10431,510,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.872160, -75.730199\";s:3:\"lat\";s:17:\"41.87217649999999\";s:3:\"lng\";s:11:\"-75.7301933\";}'),(10432,510,'_locations_5_location','field_5683f288dcba1'),(10433,510,'locations_5_title','SR1016, 571'),(10434,510,'_locations_5_title','field_5683f2aadcba2'),(10435,510,'locations_5_image',''),(10436,510,'_locations_5_image','field_568439ed8109d'),(10437,510,'locations_5_description',''),(10438,510,'_locations_5_description','field_5683f2b1dcba3'),(10439,510,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.359132, -75.494434\";s:3:\"lat\";s:9:\"41.359067\";s:3:\"lng\";s:18:\"-75.49490600000001\";}'),(10440,510,'_locations_6_location','field_5683f288dcba1'),(10441,510,'locations_6_title','SR2004, 250'),(10442,510,'_locations_6_title','field_5683f2aadcba2'),(10443,510,'locations_6_image',''),(10444,510,'_locations_6_image','field_568439ed8109d'),(10445,510,'locations_6_description','This project is for a flood project and is affecting 5 properties in the Township of Covington, Lackawanna County.'),(10446,510,'_locations_6_description','field_5683f2b1dcba3'),(10447,510,'locations_7_location','a:3:{s:7:\"address\";s:21:\"41.359135, -75.494447\";s:3:\"lat\";s:9:\"41.359067\";s:3:\"lng\";s:18:\"-75.49490600000001\";}'),(10448,510,'_locations_7_location','field_5683f288dcba1'),(10449,510,'locations_7_title','SR2004, 250'),(10450,510,'_locations_7_title','field_5683f2aadcba2'),(10451,510,'locations_7_image',''),(10452,510,'_locations_7_image','field_568439ed8109d'),(10453,510,'locations_7_description','This project is for reconstruction and is affecting 4 properties in the Township of Madison, Lackawanna County.'),(10454,510,'_locations_7_description','field_5683f2b1dcba3'),(10455,510,'locations_8_location','a:3:{s:7:\"address\";s:21:\"41.317135, -75.551164\";s:3:\"lat\";s:10:\"41.3171963\";s:3:\"lng\";s:18:\"-75.55109429999999\";}'),(10456,510,'_locations_8_location','field_5683f288dcba1'),(10457,510,'locations_8_title','Daleville Stockpile'),(10458,510,'_locations_8_title','field_5683f2aadcba2'),(10459,510,'locations_8_image',''),(10460,510,'_locations_8_image','field_568439ed8109d'),(10461,510,'locations_8_description','This project is for a flood project and is affecting 5 properties in the Township of Covington, Lackawanna County.'),(10462,510,'_locations_8_description','field_5683f2b1dcba3'),(10463,510,'locations_9_location','a:3:{s:7:\"address\";s:21:\"41.266081, -76.291267\";s:3:\"lat\";s:10:\"41.2668817\";s:3:\"lng\";s:18:\"-76.29025159999998\";}'),(10464,510,'_locations_9_location','field_5683f288dcba1'),(10465,510,'locations_9_title','Luzerne County Brish'),(10466,510,'_locations_9_title','field_5683f2aadcba2'),(10467,510,'locations_9_image',''),(10468,510,'_locations_9_image','field_568439ed8109d'),(10469,510,'locations_9_description',''),(10470,510,'_locations_9_description','field_5683f2b1dcba3'),(10471,510,'locations_10_location','a:3:{s:7:\"address\";s:21:\"41.294579, -75.947686\";s:3:\"lat\";s:10:\"41.2945835\";s:3:\"lng\";s:18:\"-75.94770040000003\";}'),(10472,510,'_locations_10_location','field_5683f288dcba1'),(10473,510,'locations_10_title','Luzerne County Browns Creek 12'),(10474,510,'_locations_10_title','field_5683f2aadcba2'),(10475,510,'locations_10_image',''),(10476,510,'_locations_10_image','field_568439ed8109d'),(10477,510,'locations_10_description',''),(10478,510,'_locations_10_description','field_5683f2b1dcba3'),(10479,510,'locations_11_location','a:3:{s:7:\"address\";s:21:\"41.289499, -75.955916\";s:3:\"lat\";s:9:\"41.288856\";s:3:\"lng\";s:9:\"-75.95745\";}'),(10480,510,'_locations_11_location','field_5683f288dcba1'),(10481,510,'locations_11_title','Luzerne County Browns Creek 13'),(10482,510,'_locations_11_title','field_5683f2aadcba2'),(10483,510,'locations_11_image',''),(10484,510,'_locations_11_image','field_568439ed8109d'),(10485,510,'locations_11_description',''),(10486,510,'_locations_11_description','field_5683f2b1dcba3'),(10487,510,'locations','12'),(10488,510,'_locations','field_5683f253a5dba'),(10489,335,'locations_11_location','a:3:{s:7:\"address\";s:21:\"41.289499, -75.955916\";s:3:\"lat\";s:9:\"41.288856\";s:3:\"lng\";s:9:\"-75.95745\";}'),(10490,335,'_locations_11_location','field_5683f288dcba1'),(10491,335,'locations_11_title','Luzerne County Browns Creek 13'),(10492,335,'_locations_11_title','field_5683f2aadcba2'),(10493,335,'locations_11_image',''),(10494,335,'_locations_11_image','field_568439ed8109d'),(10495,335,'locations_11_description',''),(10496,335,'_locations_11_description','field_5683f2b1dcba3'),(10497,511,'_wp_attached_file','2015/12/wpea0a5f48_06.png'),(10498,511,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:281;s:6:\"height\";i:198;s:4:\"file\";s:25:\"2015/12/wpea0a5f48_06.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wpea0a5f48_06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(10499,512,'locations_0_location','a:3:{s:7:\"address\";s:21:\"41.564217, -76.059027\";s:3:\"lat\";s:10:\"41.5633759\";s:3:\"lng\";s:18:\"-76.06040280000002\";}'),(10500,512,'_locations_0_location','field_5683f288dcba1'),(10501,512,'locations_0_title','3003 – 773 – Mehoopany'),(10502,512,'_locations_0_title','field_5683f2aadcba2'),(10503,512,'locations_0_image','463'),(10504,512,'_locations_0_image','field_568439ed8109d'),(10505,512,'locations_0_description','This project is for a mid-sized bridge replacement and roadway alignment and is affecting 10 properties and resulting in the relocation of 1 resident in the Township of Mehoopany, Wyoming County.'),(10506,512,'_locations_0_description','field_5683f2b1dcba3'),(10507,512,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.558172, -75.756456\";s:3:\"lat\";s:10:\"41.5550934\";s:3:\"lng\";s:18:\"-75.75364639999998\";}'),(10508,512,'_locations_1_location','field_5683f288dcba1'),(10509,512,'locations_1_title','SR0006, Section 214'),(10510,512,'_locations_1_title','field_5683f2aadcba2'),(10511,512,'locations_1_image',''),(10512,512,'_locations_1_image','field_568439ed8109d'),(10513,512,'locations_1_description','This project is for lane reconfiguration, intersection improvements, and drainage improvements and is affecting 34 parcels in the municipalities of Clinton, La Plume, Glenburn, South Abington, Factoryville, and Dalton, Lackawanna and Wyoming Counties.'),(10514,512,'_locations_1_description','field_5683f2b1dcba3'),(10515,512,'locations_2_location','a:3:{s:7:\"address\";s:21:\"41.558109, -75.756371\";s:3:\"lat\";s:10:\"41.5581464\";s:3:\"lng\";s:11:\"-75.7562883\";}'),(10516,512,'_locations_2_location','field_5683f288dcba1'),(10517,512,'locations_2_title','SR0415, 303'),(10518,512,'_locations_2_title','field_5683f2aadcba2'),(10519,512,'locations_2_image',''),(10520,512,'_locations_2_image','field_568439ed8109d'),(10521,512,'locations_2_description','This project is for a roadway realignment and is affecting 15 properties in the Township of Dallas, Luzerne County.'),(10522,512,'_locations_2_description','field_5683f2b1dcba3'),(10523,512,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.344964, -75.960057\";s:3:\"lat\";s:9:\"41.345173\";s:3:\"lng\";s:18:\"-75.96029190000002\";}'),(10524,512,'_locations_3_location','field_5683f288dcba1'),(10525,512,'locations_3_title','SR0309, 330'),(10526,512,'_locations_3_title','field_5683f2aadcba2'),(10527,512,'locations_3_image',''),(10528,512,'_locations_3_image','field_568439ed8109d'),(10529,512,'locations_3_description','This project is for roadway relocation and intersection realignment and is affecting 8 properties in the Township of Dallas, Luzerne County.'),(10530,512,'_locations_3_description','field_5683f2b1dcba3'),(10531,512,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.490658, -75.551795\";s:3:\"lat\";s:10:\"41.4905565\";s:3:\"lng\";s:18:\"-75.55236930000001\";}'),(10532,512,'_locations_4_location','field_5683f288dcba1'),(10533,512,'locations_4_title','SR1012, 202'),(10534,512,'_locations_4_title','field_5683f2aadcba2'),(10535,512,'locations_4_image',''),(10536,512,'_locations_4_image','field_568439ed8109d'),(10537,512,'locations_4_description',''),(10538,512,'_locations_4_description','field_5683f2b1dcba3'),(10539,512,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.872160, -75.730199\";s:3:\"lat\";s:17:\"41.87217649999999\";s:3:\"lng\";s:11:\"-75.7301933\";}'),(10540,512,'_locations_5_location','field_5683f288dcba1'),(10541,512,'locations_5_title','SR1016, 571'),(10542,512,'_locations_5_title','field_5683f2aadcba2'),(10543,512,'locations_5_image',''),(10544,512,'_locations_5_image','field_568439ed8109d'),(10545,512,'locations_5_description',''),(10546,512,'_locations_5_description','field_5683f2b1dcba3'),(10547,512,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.359132, -75.494434\";s:3:\"lat\";s:9:\"41.359067\";s:3:\"lng\";s:18:\"-75.49490600000001\";}'),(10548,512,'_locations_6_location','field_5683f288dcba1'),(10549,512,'locations_6_title','SR2004, 250'),(10550,512,'_locations_6_title','field_5683f2aadcba2'),(10551,512,'locations_6_image',''),(10552,512,'_locations_6_image','field_568439ed8109d'),(10553,512,'locations_6_description','This project is for a flood project and is affecting 5 properties in the Township of Covington, Lackawanna County.'),(10554,512,'_locations_6_description','field_5683f2b1dcba3'),(10555,512,'locations_7_location','a:3:{s:7:\"address\";s:21:\"41.359135, -75.494447\";s:3:\"lat\";s:9:\"41.359067\";s:3:\"lng\";s:18:\"-75.49490600000001\";}'),(10556,512,'_locations_7_location','field_5683f288dcba1'),(10557,512,'locations_7_title','SR2004, 250'),(10558,512,'_locations_7_title','field_5683f2aadcba2'),(10559,512,'locations_7_image',''),(10560,512,'_locations_7_image','field_568439ed8109d'),(10561,512,'locations_7_description','This project is for reconstruction and is affecting 4 properties in the Township of Madison, Lackawanna County.'),(10562,512,'_locations_7_description','field_5683f2b1dcba3'),(10563,512,'locations_8_location','a:3:{s:7:\"address\";s:21:\"41.317135, -75.551164\";s:3:\"lat\";s:10:\"41.3171963\";s:3:\"lng\";s:18:\"-75.55109429999999\";}'),(10564,512,'_locations_8_location','field_5683f288dcba1'),(10565,512,'locations_8_title','Daleville Stockpile'),(10566,512,'_locations_8_title','field_5683f2aadcba2'),(10567,512,'locations_8_image',''),(10568,512,'_locations_8_image','field_568439ed8109d'),(10569,512,'locations_8_description','This project is for a flood project and is affecting 5 properties in the Township of Covington, Lackawanna County.'),(10570,512,'_locations_8_description','field_5683f2b1dcba3'),(10571,512,'locations_9_location','a:3:{s:7:\"address\";s:21:\"41.266081, -76.291267\";s:3:\"lat\";s:10:\"41.2668817\";s:3:\"lng\";s:18:\"-76.29025159999998\";}'),(10572,512,'_locations_9_location','field_5683f288dcba1'),(10573,512,'locations_9_title','Luzerne County Brish'),(10574,512,'_locations_9_title','field_5683f2aadcba2'),(10575,512,'locations_9_image',''),(10576,512,'_locations_9_image','field_568439ed8109d'),(10577,512,'locations_9_description',''),(10578,512,'_locations_9_description','field_5683f2b1dcba3'),(10579,512,'locations_10_location','a:3:{s:7:\"address\";s:21:\"41.294579, -75.947686\";s:3:\"lat\";s:10:\"41.2945835\";s:3:\"lng\";s:18:\"-75.94770040000003\";}'),(10580,512,'_locations_10_location','field_5683f288dcba1'),(10581,512,'locations_10_title','Luzerne County Browns Creek 12'),(10582,512,'_locations_10_title','field_5683f2aadcba2'),(10583,512,'locations_10_image',''),(10584,512,'_locations_10_image','field_568439ed8109d'),(10585,512,'locations_10_description',''),(10586,512,'_locations_10_description','field_5683f2b1dcba3'),(10587,512,'locations_11_location','a:3:{s:7:\"address\";s:21:\"41.289499, -75.955916\";s:3:\"lat\";s:9:\"41.288856\";s:3:\"lng\";s:9:\"-75.95745\";}'),(10588,512,'_locations_11_location','field_5683f288dcba1'),(10589,512,'locations_11_title','Luzerne County Browns Creek 13'),(10590,512,'_locations_11_title','field_5683f2aadcba2'),(10591,512,'locations_11_image',''),(10592,512,'_locations_11_image','field_568439ed8109d'),(10593,512,'locations_11_description',''),(10594,512,'_locations_11_description','field_5683f2b1dcba3'),(10595,512,'locations_12_location',''),(10596,512,'_locations_12_location','field_5683f288dcba1'),(10597,512,'locations_12_title','State Route 115, Section 371 – E09080, Monroe and Luzerne – Bridge Replacement'),(10598,512,'_locations_12_title','field_5683f2aadcba2'),(10599,512,'locations_12_image','511'),(10600,512,'_locations_12_image','field_568439ed8109d'),(10601,512,'locations_12_description','This project was for a small bridge and affected 2 properties in the Townships of Bucks and Tobyhanna, Luzerne and Monroe Counties.'),(10602,512,'_locations_12_description','field_5683f2b1dcba3'),(10603,512,'locations','13'),(10604,512,'_locations','field_5683f253a5dba'),(10605,335,'locations_12_location','a:3:{s:7:\"address\";s:21:\"41.130388, -75.625973\";s:3:\"lat\";s:17:\"41.13012380000001\";s:3:\"lng\";s:18:\"-75.62548429999998\";}'),(10606,335,'_locations_12_location','field_5683f288dcba1'),(10607,335,'locations_12_title','State Route 115, Section 371 – E09080, Monroe and Luzerne – Bridge Replacement'),(10608,335,'_locations_12_title','field_5683f2aadcba2'),(10609,335,'locations_12_image','511'),(10610,335,'_locations_12_image','field_568439ed8109d'),(10611,335,'locations_12_description','This project was for a small bridge and affected 2 properties in the Townships of Bucks and Tobyhanna, Luzerne and Monroe Counties.'),(10612,335,'_locations_12_description','field_5683f2b1dcba3'),(10613,513,'locations_0_location','a:3:{s:7:\"address\";s:21:\"41.564217, -76.059027\";s:3:\"lat\";s:10:\"41.5633759\";s:3:\"lng\";s:18:\"-76.06040280000002\";}'),(10614,513,'_locations_0_location','field_5683f288dcba1'),(10615,513,'locations_0_title','3003 – 773 – Mehoopany'),(10616,513,'_locations_0_title','field_5683f2aadcba2'),(10617,513,'locations_0_image','463'),(10618,513,'_locations_0_image','field_568439ed8109d'),(10619,513,'locations_0_description','This project is for a mid-sized bridge replacement and roadway alignment and is affecting 10 properties and resulting in the relocation of 1 resident in the Township of Mehoopany, Wyoming County.'),(10620,513,'_locations_0_description','field_5683f2b1dcba3'),(10621,513,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.558172, -75.756456\";s:3:\"lat\";s:10:\"41.5550934\";s:3:\"lng\";s:18:\"-75.75364639999998\";}'),(10622,513,'_locations_1_location','field_5683f288dcba1'),(10623,513,'locations_1_title','SR0006, Section 214'),(10624,513,'_locations_1_title','field_5683f2aadcba2'),(10625,513,'locations_1_image',''),(10626,513,'_locations_1_image','field_568439ed8109d'),(10627,513,'locations_1_description','This project is for lane reconfiguration, intersection improvements, and drainage improvements and is affecting 34 parcels in the municipalities of Clinton, La Plume, Glenburn, South Abington, Factoryville, and Dalton, Lackawanna and Wyoming Counties.'),(10628,513,'_locations_1_description','field_5683f2b1dcba3'),(10629,513,'locations_2_location','a:3:{s:7:\"address\";s:21:\"41.558109, -75.756371\";s:3:\"lat\";s:10:\"41.5581464\";s:3:\"lng\";s:11:\"-75.7562883\";}'),(10630,513,'_locations_2_location','field_5683f288dcba1'),(10631,513,'locations_2_title','SR0415, 303'),(10632,513,'_locations_2_title','field_5683f2aadcba2'),(10633,513,'locations_2_image',''),(10634,513,'_locations_2_image','field_568439ed8109d'),(10635,513,'locations_2_description','This project is for a roadway realignment and is affecting 15 properties in the Township of Dallas, Luzerne County.'),(10636,513,'_locations_2_description','field_5683f2b1dcba3'),(10637,513,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.344964, -75.960057\";s:3:\"lat\";s:9:\"41.345173\";s:3:\"lng\";s:18:\"-75.96029190000002\";}'),(10638,513,'_locations_3_location','field_5683f288dcba1'),(10639,513,'locations_3_title','SR0309, 330'),(10640,513,'_locations_3_title','field_5683f2aadcba2'),(10641,513,'locations_3_image',''),(10642,513,'_locations_3_image','field_568439ed8109d'),(10643,513,'locations_3_description','This project is for roadway relocation and intersection realignment and is affecting 8 properties in the Township of Dallas, Luzerne County.'),(10644,513,'_locations_3_description','field_5683f2b1dcba3'),(10645,513,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.490658, -75.551795\";s:3:\"lat\";s:10:\"41.4905565\";s:3:\"lng\";s:18:\"-75.55236930000001\";}'),(10646,513,'_locations_4_location','field_5683f288dcba1'),(10647,513,'locations_4_title','SR1012, 202'),(10648,513,'_locations_4_title','field_5683f2aadcba2'),(10649,513,'locations_4_image',''),(10650,513,'_locations_4_image','field_568439ed8109d'),(10651,513,'locations_4_description',''),(10652,513,'_locations_4_description','field_5683f2b1dcba3'),(10653,513,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.872160, -75.730199\";s:3:\"lat\";s:17:\"41.87217649999999\";s:3:\"lng\";s:11:\"-75.7301933\";}'),(10654,513,'_locations_5_location','field_5683f288dcba1'),(10655,513,'locations_5_title','SR1016, 571'),(10656,513,'_locations_5_title','field_5683f2aadcba2'),(10657,513,'locations_5_image',''),(10658,513,'_locations_5_image','field_568439ed8109d'),(10659,513,'locations_5_description',''),(10660,513,'_locations_5_description','field_5683f2b1dcba3'),(10661,513,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.359132, -75.494434\";s:3:\"lat\";s:9:\"41.359067\";s:3:\"lng\";s:18:\"-75.49490600000001\";}'),(10662,513,'_locations_6_location','field_5683f288dcba1'),(10663,513,'locations_6_title','SR2004, 250'),(10664,513,'_locations_6_title','field_5683f2aadcba2'),(10665,513,'locations_6_image',''),(10666,513,'_locations_6_image','field_568439ed8109d'),(10667,513,'locations_6_description','This project is for a flood project and is affecting 5 properties in the Township of Covington, Lackawanna County.'),(10668,513,'_locations_6_description','field_5683f2b1dcba3'),(10669,513,'locations_7_location','a:3:{s:7:\"address\";s:21:\"41.359135, -75.494447\";s:3:\"lat\";s:9:\"41.359067\";s:3:\"lng\";s:18:\"-75.49490600000001\";}'),(10670,513,'_locations_7_location','field_5683f288dcba1'),(10671,513,'locations_7_title','SR2004, 250'),(10672,513,'_locations_7_title','field_5683f2aadcba2'),(10673,513,'locations_7_image',''),(10674,513,'_locations_7_image','field_568439ed8109d'),(10675,513,'locations_7_description','This project is for reconstruction and is affecting 4 properties in the Township of Madison, Lackawanna County.'),(10676,513,'_locations_7_description','field_5683f2b1dcba3'),(10677,513,'locations_8_location','a:3:{s:7:\"address\";s:21:\"41.317135, -75.551164\";s:3:\"lat\";s:10:\"41.3171963\";s:3:\"lng\";s:18:\"-75.55109429999999\";}'),(10678,513,'_locations_8_location','field_5683f288dcba1'),(10679,513,'locations_8_title','Daleville Stockpile'),(10680,513,'_locations_8_title','field_5683f2aadcba2'),(10681,513,'locations_8_image',''),(10682,513,'_locations_8_image','field_568439ed8109d'),(10683,513,'locations_8_description','This project is for a flood project and is affecting 5 properties in the Township of Covington, Lackawanna County.'),(10684,513,'_locations_8_description','field_5683f2b1dcba3'),(10685,513,'locations_9_location','a:3:{s:7:\"address\";s:21:\"41.266081, -76.291267\";s:3:\"lat\";s:10:\"41.2668817\";s:3:\"lng\";s:18:\"-76.29025159999998\";}'),(10686,513,'_locations_9_location','field_5683f288dcba1'),(10687,513,'locations_9_title','Luzerne County Brish'),(10688,513,'_locations_9_title','field_5683f2aadcba2'),(10689,513,'locations_9_image',''),(10690,513,'_locations_9_image','field_568439ed8109d'),(10691,513,'locations_9_description',''),(10692,513,'_locations_9_description','field_5683f2b1dcba3'),(10693,513,'locations_10_location','a:3:{s:7:\"address\";s:21:\"41.294579, -75.947686\";s:3:\"lat\";s:10:\"41.2945835\";s:3:\"lng\";s:18:\"-75.94770040000003\";}'),(10694,513,'_locations_10_location','field_5683f288dcba1'),(10695,513,'locations_10_title','Luzerne County Browns Creek 12'),(10696,513,'_locations_10_title','field_5683f2aadcba2'),(10697,513,'locations_10_image',''),(10698,513,'_locations_10_image','field_568439ed8109d'),(10699,513,'locations_10_description',''),(10700,513,'_locations_10_description','field_5683f2b1dcba3'),(10701,513,'locations_11_location','a:3:{s:7:\"address\";s:21:\"41.289499, -75.955916\";s:3:\"lat\";s:9:\"41.288856\";s:3:\"lng\";s:9:\"-75.95745\";}'),(10702,513,'_locations_11_location','field_5683f288dcba1'),(10703,513,'locations_11_title','Luzerne County Browns Creek 13'),(10704,513,'_locations_11_title','field_5683f2aadcba2'),(10705,513,'locations_11_image',''),(10706,513,'_locations_11_image','field_568439ed8109d'),(10707,513,'locations_11_description',''),(10708,513,'_locations_11_description','field_5683f2b1dcba3'),(10709,513,'locations_12_location','a:3:{s:7:\"address\";s:21:\"41.130388, -75.625973\";s:3:\"lat\";s:17:\"41.13012380000001\";s:3:\"lng\";s:18:\"-75.62548429999998\";}'),(10710,513,'_locations_12_location','field_5683f288dcba1'),(10711,513,'locations_12_title','State Route 115, Section 371 – E09080, Monroe and Luzerne – Bridge Replacement'),(10712,513,'_locations_12_title','field_5683f2aadcba2'),(10713,513,'locations_12_image','511'),(10714,513,'_locations_12_image','field_568439ed8109d'),(10715,513,'locations_12_description','This project was for a small bridge and affected 2 properties in the Townships of Bucks and Tobyhanna, Luzerne and Monroe Counties.'),(10716,513,'_locations_12_description','field_5683f2b1dcba3'),(10717,513,'locations','13'),(10718,513,'_locations','field_5683f253a5dba'),(10719,514,'locations_0_location','a:3:{s:7:\"address\";s:21:\"41.564217, -76.059027\";s:3:\"lat\";s:10:\"41.5633759\";s:3:\"lng\";s:18:\"-76.06040280000002\";}'),(10720,514,'_locations_0_location','field_5683f288dcba1'),(10721,514,'locations_0_title','3003 – 773 – Mehoopany'),(10722,514,'_locations_0_title','field_5683f2aadcba2'),(10723,514,'locations_0_image','463'),(10724,514,'_locations_0_image','field_568439ed8109d'),(10725,514,'locations_0_description','This project is for a mid-sized bridge replacement and roadway alignment and is affecting 10 properties and resulting in the relocation of 1 resident in the Township of Mehoopany, Wyoming County.'),(10726,514,'_locations_0_description','field_5683f2b1dcba3'),(10727,514,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.558172, -75.756456\";s:3:\"lat\";s:10:\"41.5550934\";s:3:\"lng\";s:18:\"-75.75364639999998\";}'),(10728,514,'_locations_1_location','field_5683f288dcba1'),(10729,514,'locations_1_title','SR0006, Section 214'),(10730,514,'_locations_1_title','field_5683f2aadcba2'),(10731,514,'locations_1_image',''),(10732,514,'_locations_1_image','field_568439ed8109d'),(10733,514,'locations_1_description','This project is for lane reconfiguration, intersection improvements, and drainage improvements and is affecting 34 parcels in the municipalities of Clinton, La Plume, Glenburn, South Abington, Factoryville, and Dalton, Lackawanna and Wyoming Counties.'),(10734,514,'_locations_1_description','field_5683f2b1dcba3'),(10735,514,'locations_2_location','a:3:{s:7:\"address\";s:21:\"41.558109, -75.756371\";s:3:\"lat\";s:10:\"41.5581464\";s:3:\"lng\";s:11:\"-75.7562883\";}'),(10736,514,'_locations_2_location','field_5683f288dcba1'),(10737,514,'locations_2_title','SR0415, 303'),(10738,514,'_locations_2_title','field_5683f2aadcba2'),(10739,514,'locations_2_image',''),(10740,514,'_locations_2_image','field_568439ed8109d'),(10741,514,'locations_2_description','This project is for a roadway realignment and is affecting 15 properties in the Township of Dallas, Luzerne County.'),(10742,514,'_locations_2_description','field_5683f2b1dcba3'),(10743,514,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.344964, -75.960057\";s:3:\"lat\";s:9:\"41.345173\";s:3:\"lng\";s:18:\"-75.96029190000002\";}'),(10744,514,'_locations_3_location','field_5683f288dcba1'),(10745,514,'locations_3_title','SR0309, 330'),(10746,514,'_locations_3_title','field_5683f2aadcba2'),(10747,514,'locations_3_image',''),(10748,514,'_locations_3_image','field_568439ed8109d'),(10749,514,'locations_3_description','This project is for roadway relocation and intersection realignment and is affecting 8 properties in the Township of Dallas, Luzerne County.'),(10750,514,'_locations_3_description','field_5683f2b1dcba3'),(10751,514,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.490658, -75.551795\";s:3:\"lat\";s:10:\"41.4905565\";s:3:\"lng\";s:18:\"-75.55236930000001\";}'),(10752,514,'_locations_4_location','field_5683f288dcba1'),(10753,514,'locations_4_title','SR1012, 202'),(10754,514,'_locations_4_title','field_5683f2aadcba2'),(10755,514,'locations_4_image',''),(10756,514,'_locations_4_image','field_568439ed8109d'),(10757,514,'locations_4_description',''),(10758,514,'_locations_4_description','field_5683f2b1dcba3'),(10759,514,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.872160, -75.730199\";s:3:\"lat\";s:17:\"41.87217649999999\";s:3:\"lng\";s:11:\"-75.7301933\";}'),(10760,514,'_locations_5_location','field_5683f288dcba1'),(10761,514,'locations_5_title','SR1016, 571'),(10762,514,'_locations_5_title','field_5683f2aadcba2'),(10763,514,'locations_5_image',''),(10764,514,'_locations_5_image','field_568439ed8109d'),(10765,514,'locations_5_description',''),(10766,514,'_locations_5_description','field_5683f2b1dcba3'),(10767,514,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.359132, -75.494434\";s:3:\"lat\";s:9:\"41.359067\";s:3:\"lng\";s:18:\"-75.49490600000001\";}'),(10768,514,'_locations_6_location','field_5683f288dcba1'),(10769,514,'locations_6_title','SR2004, 250'),(10770,514,'_locations_6_title','field_5683f2aadcba2'),(10771,514,'locations_6_image',''),(10772,514,'_locations_6_image','field_568439ed8109d'),(10773,514,'locations_6_description','This project is for a flood project and is affecting 5 properties in the Township of Covington, Lackawanna County.'),(10774,514,'_locations_6_description','field_5683f2b1dcba3'),(10775,514,'locations_7_location','a:3:{s:7:\"address\";s:21:\"41.359135, -75.494447\";s:3:\"lat\";s:9:\"41.359067\";s:3:\"lng\";s:18:\"-75.49490600000001\";}'),(10776,514,'_locations_7_location','field_5683f288dcba1'),(10777,514,'locations_7_title','SR2004, 250'),(10778,514,'_locations_7_title','field_5683f2aadcba2'),(10779,514,'locations_7_image',''),(10780,514,'_locations_7_image','field_568439ed8109d'),(10781,514,'locations_7_description','This project is for reconstruction and is affecting 4 properties in the Township of Madison, Lackawanna County.'),(10782,514,'_locations_7_description','field_5683f2b1dcba3'),(10783,514,'locations_8_location','a:3:{s:7:\"address\";s:21:\"41.317135, -75.551164\";s:3:\"lat\";s:10:\"41.3171963\";s:3:\"lng\";s:18:\"-75.55109429999999\";}'),(10784,514,'_locations_8_location','field_5683f288dcba1'),(10785,514,'locations_8_title','Daleville Stockpile'),(10786,514,'_locations_8_title','field_5683f2aadcba2'),(10787,514,'locations_8_image',''),(10788,514,'_locations_8_image','field_568439ed8109d'),(10789,514,'locations_8_description','This project is for a flood project and is affecting 5 properties in the Township of Covington, Lackawanna County.'),(10790,514,'_locations_8_description','field_5683f2b1dcba3'),(10791,514,'locations_9_location','a:3:{s:7:\"address\";s:21:\"41.266081, -76.291267\";s:3:\"lat\";s:10:\"41.2668817\";s:3:\"lng\";s:18:\"-76.29025159999998\";}'),(10792,514,'_locations_9_location','field_5683f288dcba1'),(10793,514,'locations_9_title','Luzerne County Brish'),(10794,514,'_locations_9_title','field_5683f2aadcba2'),(10795,514,'locations_9_image',''),(10796,514,'_locations_9_image','field_568439ed8109d'),(10797,514,'locations_9_description',''),(10798,514,'_locations_9_description','field_5683f2b1dcba3'),(10799,514,'locations_10_location','a:3:{s:7:\"address\";s:21:\"41.294579, -75.947686\";s:3:\"lat\";s:10:\"41.2945835\";s:3:\"lng\";s:18:\"-75.94770040000003\";}'),(10800,514,'_locations_10_location','field_5683f288dcba1'),(10801,514,'locations_10_title','Luzerne County Browns Creek 12'),(10802,514,'_locations_10_title','field_5683f2aadcba2'),(10803,514,'locations_10_image',''),(10804,514,'_locations_10_image','field_568439ed8109d'),(10805,514,'locations_10_description',''),(10806,514,'_locations_10_description','field_5683f2b1dcba3'),(10807,514,'locations_11_location','a:3:{s:7:\"address\";s:21:\"41.289499, -75.955916\";s:3:\"lat\";s:9:\"41.288856\";s:3:\"lng\";s:9:\"-75.95745\";}'),(10808,514,'_locations_11_location','field_5683f288dcba1'),(10809,514,'locations_11_title','Luzerne County Browns Creek 13'),(10810,514,'_locations_11_title','field_5683f2aadcba2'),(10811,514,'locations_11_image',''),(10812,514,'_locations_11_image','field_568439ed8109d'),(10813,514,'locations_11_description',''),(10814,514,'_locations_11_description','field_5683f2b1dcba3'),(10815,514,'locations_12_location','a:3:{s:7:\"address\";s:21:\"41.130388, -75.625973\";s:3:\"lat\";s:17:\"41.13012380000001\";s:3:\"lng\";s:18:\"-75.62548429999998\";}'),(10816,514,'_locations_12_location','field_5683f288dcba1'),(10817,514,'locations_12_title','State Route 115, Section 371 – E09080, Monroe and Luzerne – Bridge Replacement'),(10818,514,'_locations_12_title','field_5683f2aadcba2'),(10819,514,'locations_12_image','511'),(10820,514,'_locations_12_image','field_568439ed8109d'),(10821,514,'locations_12_description','This project was for a small bridge and affected 2 properties in the Townships of Bucks and Tobyhanna, Luzerne and Monroe Counties.'),(10822,514,'_locations_12_description','field_5683f2b1dcba3'),(10823,514,'locations_13_location','a:3:{s:7:\"address\";s:21:\"41.518613, -75.322306\";s:3:\"lat\";s:8:\"41.51691\";s:3:\"lng\";s:18:\"-75.32142599999997\";}'),(10824,514,'_locations_13_location','field_5683f288dcba1'),(10825,514,'locations_13_title','State Route 3037, Section 650 – E83054 - in Wayne County – Bridge Replacement'),(10826,514,'_locations_13_title','field_5683f2aadcba2'),(10827,514,'locations_13_image',''),(10828,514,'_locations_13_image','field_568439ed8109d'),(10829,514,'locations_13_description','This project is for a small bridge project and is affecting 2 properties in the Township of Cherry Ridge, Wayne County.'),(10830,514,'_locations_13_description','field_5683f2b1dcba3'),(10831,514,'locations','14'),(10832,514,'_locations','field_5683f253a5dba'),(10833,335,'locations_13_location','a:3:{s:7:\"address\";s:21:\"41.518613, -75.322306\";s:3:\"lat\";s:8:\"41.51691\";s:3:\"lng\";s:18:\"-75.32142599999997\";}'),(10834,335,'_locations_13_location','field_5683f288dcba1'),(10835,335,'locations_13_title','State Route 3037, Section 650 – E83054 - in Wayne County – Bridge Replacement'),(10836,335,'_locations_13_title','field_5683f2aadcba2'),(10837,335,'locations_13_image',''),(10838,335,'_locations_13_image','field_568439ed8109d'),(10839,335,'locations_13_description','This project is for a small bridge project and is affecting 2 properties in the Township of Cherry Ridge, Wayne County.'),(10840,335,'_locations_13_description','field_5683f2b1dcba3'),(10841,515,'_wp_attached_file','2015/12/wp0f6f15ed_06.png'),(10842,515,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:281;s:6:\"height\";i:198;s:4:\"file\";s:25:\"2015/12/wp0f6f15ed_06.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wp0f6f15ed_06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(10843,516,'locations_0_location','a:3:{s:7:\"address\";s:21:\"41.564217, -76.059027\";s:3:\"lat\";s:10:\"41.5633759\";s:3:\"lng\";s:18:\"-76.06040280000002\";}'),(10844,516,'_locations_0_location','field_5683f288dcba1'),(10845,516,'locations_0_title','3003 – 773 – Mehoopany'),(10846,516,'_locations_0_title','field_5683f2aadcba2'),(10847,516,'locations_0_image','463'),(10848,516,'_locations_0_image','field_568439ed8109d'),(10849,516,'locations_0_description','This project is for a mid-sized bridge replacement and roadway alignment and is affecting 10 properties and resulting in the relocation of 1 resident in the Township of Mehoopany, Wyoming County.'),(10850,516,'_locations_0_description','field_5683f2b1dcba3'),(10851,516,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.558172, -75.756456\";s:3:\"lat\";s:10:\"41.5550934\";s:3:\"lng\";s:18:\"-75.75364639999998\";}'),(10852,516,'_locations_1_location','field_5683f288dcba1'),(10853,516,'locations_1_title','SR0006, Section 214'),(10854,516,'_locations_1_title','field_5683f2aadcba2'),(10855,516,'locations_1_image',''),(10856,516,'_locations_1_image','field_568439ed8109d'),(10857,516,'locations_1_description','This project is for lane reconfiguration, intersection improvements, and drainage improvements and is affecting 34 parcels in the municipalities of Clinton, La Plume, Glenburn, South Abington, Factoryville, and Dalton, Lackawanna and Wyoming Counties.'),(10858,516,'_locations_1_description','field_5683f2b1dcba3'),(10859,516,'locations_2_location','a:3:{s:7:\"address\";s:21:\"41.558109, -75.756371\";s:3:\"lat\";s:10:\"41.5581464\";s:3:\"lng\";s:11:\"-75.7562883\";}'),(10860,516,'_locations_2_location','field_5683f288dcba1'),(10861,516,'locations_2_title','SR0415, 303'),(10862,516,'_locations_2_title','field_5683f2aadcba2'),(10863,516,'locations_2_image',''),(10864,516,'_locations_2_image','field_568439ed8109d'),(10865,516,'locations_2_description','This project is for a roadway realignment and is affecting 15 properties in the Township of Dallas, Luzerne County.'),(10866,516,'_locations_2_description','field_5683f2b1dcba3'),(10867,516,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.344964, -75.960057\";s:3:\"lat\";s:9:\"41.345173\";s:3:\"lng\";s:18:\"-75.96029190000002\";}'),(10868,516,'_locations_3_location','field_5683f288dcba1'),(10869,516,'locations_3_title','SR0309, 330'),(10870,516,'_locations_3_title','field_5683f2aadcba2'),(10871,516,'locations_3_image',''),(10872,516,'_locations_3_image','field_568439ed8109d'),(10873,516,'locations_3_description','This project is for roadway relocation and intersection realignment and is affecting 8 properties in the Township of Dallas, Luzerne County.'),(10874,516,'_locations_3_description','field_5683f2b1dcba3'),(10875,516,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.490658, -75.551795\";s:3:\"lat\";s:10:\"41.4905565\";s:3:\"lng\";s:18:\"-75.55236930000001\";}'),(10876,516,'_locations_4_location','field_5683f288dcba1'),(10877,516,'locations_4_title','SR1012, 202'),(10878,516,'_locations_4_title','field_5683f2aadcba2'),(10879,516,'locations_4_image',''),(10880,516,'_locations_4_image','field_568439ed8109d'),(10881,516,'locations_4_description',''),(10882,516,'_locations_4_description','field_5683f2b1dcba3'),(10883,516,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.872160, -75.730199\";s:3:\"lat\";s:17:\"41.87217649999999\";s:3:\"lng\";s:11:\"-75.7301933\";}'),(10884,516,'_locations_5_location','field_5683f288dcba1'),(10885,516,'locations_5_title','SR1016, 571'),(10886,516,'_locations_5_title','field_5683f2aadcba2'),(10887,516,'locations_5_image',''),(10888,516,'_locations_5_image','field_568439ed8109d'),(10889,516,'locations_5_description',''),(10890,516,'_locations_5_description','field_5683f2b1dcba3'),(10891,516,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.359132, -75.494434\";s:3:\"lat\";s:9:\"41.359067\";s:3:\"lng\";s:18:\"-75.49490600000001\";}'),(10892,516,'_locations_6_location','field_5683f288dcba1'),(10893,516,'locations_6_title','SR2004, 250'),(10894,516,'_locations_6_title','field_5683f2aadcba2'),(10895,516,'locations_6_image',''),(10896,516,'_locations_6_image','field_568439ed8109d'),(10897,516,'locations_6_description','This project is for a flood project and is affecting 5 properties in the Township of Covington, Lackawanna County.'),(10898,516,'_locations_6_description','field_5683f2b1dcba3'),(10899,516,'locations_7_location','a:3:{s:7:\"address\";s:21:\"41.359135, -75.494447\";s:3:\"lat\";s:9:\"41.359067\";s:3:\"lng\";s:18:\"-75.49490600000001\";}'),(10900,516,'_locations_7_location','field_5683f288dcba1'),(10901,516,'locations_7_title','SR2004, 250'),(10902,516,'_locations_7_title','field_5683f2aadcba2'),(10903,516,'locations_7_image',''),(10904,516,'_locations_7_image','field_568439ed8109d'),(10905,516,'locations_7_description','This project is for reconstruction and is affecting 4 properties in the Township of Madison, Lackawanna County.'),(10906,516,'_locations_7_description','field_5683f2b1dcba3'),(10907,516,'locations_8_location','a:3:{s:7:\"address\";s:21:\"41.317135, -75.551164\";s:3:\"lat\";s:10:\"41.3171963\";s:3:\"lng\";s:18:\"-75.55109429999999\";}'),(10908,516,'_locations_8_location','field_5683f288dcba1'),(10909,516,'locations_8_title','Daleville Stockpile'),(10910,516,'_locations_8_title','field_5683f2aadcba2'),(10911,516,'locations_8_image',''),(10912,516,'_locations_8_image','field_568439ed8109d'),(10913,516,'locations_8_description','This project is for a flood project and is affecting 5 properties in the Township of Covington, Lackawanna County.'),(10914,516,'_locations_8_description','field_5683f2b1dcba3'),(10915,516,'locations_9_location','a:3:{s:7:\"address\";s:21:\"41.266081, -76.291267\";s:3:\"lat\";s:10:\"41.2668817\";s:3:\"lng\";s:18:\"-76.29025159999998\";}'),(10916,516,'_locations_9_location','field_5683f288dcba1'),(10917,516,'locations_9_title','Luzerne County Brish'),(10918,516,'_locations_9_title','field_5683f2aadcba2'),(10919,516,'locations_9_image',''),(10920,516,'_locations_9_image','field_568439ed8109d'),(10921,516,'locations_9_description',''),(10922,516,'_locations_9_description','field_5683f2b1dcba3'),(10923,516,'locations_10_location','a:3:{s:7:\"address\";s:21:\"41.294579, -75.947686\";s:3:\"lat\";s:10:\"41.2945835\";s:3:\"lng\";s:18:\"-75.94770040000003\";}'),(10924,516,'_locations_10_location','field_5683f288dcba1'),(10925,516,'locations_10_title','Luzerne County Browns Creek 12'),(10926,516,'_locations_10_title','field_5683f2aadcba2'),(10927,516,'locations_10_image',''),(10928,516,'_locations_10_image','field_568439ed8109d'),(10929,516,'locations_10_description',''),(10930,516,'_locations_10_description','field_5683f2b1dcba3'),(10931,516,'locations_11_location','a:3:{s:7:\"address\";s:21:\"41.289499, -75.955916\";s:3:\"lat\";s:9:\"41.288856\";s:3:\"lng\";s:9:\"-75.95745\";}'),(10932,516,'_locations_11_location','field_5683f288dcba1'),(10933,516,'locations_11_title','Luzerne County Browns Creek 13'),(10934,516,'_locations_11_title','field_5683f2aadcba2'),(10935,516,'locations_11_image',''),(10936,516,'_locations_11_image','field_568439ed8109d'),(10937,516,'locations_11_description',''),(10938,516,'_locations_11_description','field_5683f2b1dcba3'),(10939,516,'locations_12_location','a:3:{s:7:\"address\";s:21:\"41.130388, -75.625973\";s:3:\"lat\";s:17:\"41.13012380000001\";s:3:\"lng\";s:18:\"-75.62548429999998\";}'),(10940,516,'_locations_12_location','field_5683f288dcba1'),(10941,516,'locations_12_title','State Route 115, Section 371 – E09080, Monroe and Luzerne – Bridge Replacement'),(10942,516,'_locations_12_title','field_5683f2aadcba2'),(10943,516,'locations_12_image','511'),(10944,516,'_locations_12_image','field_568439ed8109d'),(10945,516,'locations_12_description','This project was for a small bridge and affected 2 properties in the Townships of Bucks and Tobyhanna, Luzerne and Monroe Counties.'),(10946,516,'_locations_12_description','field_5683f2b1dcba3'),(10947,516,'locations_13_location','a:3:{s:7:\"address\";s:21:\"41.518613, -75.322306\";s:3:\"lat\";s:8:\"41.51691\";s:3:\"lng\";s:18:\"-75.32142599999997\";}'),(10948,516,'_locations_13_location','field_5683f288dcba1'),(10949,516,'locations_13_title','State Route 3037, Section 650 – E83054 - in Wayne County – Bridge Replacement'),(10950,516,'_locations_13_title','field_5683f2aadcba2'),(10951,516,'locations_13_image',''),(10952,516,'_locations_13_image','field_568439ed8109d'),(10953,516,'locations_13_description','This project is for a small bridge project and is affecting 2 properties in the Township of Cherry Ridge, Wayne County.'),(10954,516,'_locations_13_description','field_5683f2b1dcba3'),(10955,516,'locations_14_location',''),(10956,516,'_locations_14_location','field_5683f288dcba1'),(10957,516,'locations_14_title','State Route 0011, Section 353 – E08899 - in Luzerne County – Bridge Replacement'),(10958,516,'_locations_14_title','field_5683f2aadcba2'),(10959,516,'locations_14_image','515'),(10960,516,'_locations_14_image','field_568439ed8109d'),(10961,516,'locations_14_description','This project was for a small bridge and affected 4 properties in the Township of Plymouth, Luzerne County.'),(10962,516,'_locations_14_description','field_5683f2b1dcba3'),(10963,516,'locations','15'),(10964,516,'_locations','field_5683f253a5dba'),(10965,335,'locations_14_location','a:3:{s:7:\"address\";s:21:\"41.221166, -76.015002\";s:3:\"lat\";s:10:\"41.2211475\";s:3:\"lng\";s:18:\"-76.01497369999998\";}'),(10966,335,'_locations_14_location','field_5683f288dcba1'),(10967,335,'locations_14_title','State Route 0011, Section 353 – E08899 - in Luzerne County – Bridge Replacement'),(10968,335,'_locations_14_title','field_5683f2aadcba2'),(10969,335,'locations_14_image','515'),(10970,335,'_locations_14_image','field_568439ed8109d'),(10971,335,'locations_14_description','This project was for a small bridge and affected 4 properties in the Township of Plymouth, Luzerne County.'),(10972,335,'_locations_14_description','field_5683f2b1dcba3'),(10973,517,'locations_0_location','a:3:{s:7:\"address\";s:21:\"41.564217, -76.059027\";s:3:\"lat\";s:10:\"41.5633759\";s:3:\"lng\";s:18:\"-76.06040280000002\";}'),(10974,517,'_locations_0_location','field_5683f288dcba1'),(10975,517,'locations_0_title','3003 – 773 – Mehoopany'),(10976,517,'_locations_0_title','field_5683f2aadcba2'),(10977,517,'locations_0_image','463'),(10978,517,'_locations_0_image','field_568439ed8109d'),(10979,517,'locations_0_description','This project is for a mid-sized bridge replacement and roadway alignment and is affecting 10 properties and resulting in the relocation of 1 resident in the Township of Mehoopany, Wyoming County.'),(10980,517,'_locations_0_description','field_5683f2b1dcba3'),(10981,517,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.558172, -75.756456\";s:3:\"lat\";s:10:\"41.5550934\";s:3:\"lng\";s:18:\"-75.75364639999998\";}'),(10982,517,'_locations_1_location','field_5683f288dcba1'),(10983,517,'locations_1_title','SR0006, Section 214'),(10984,517,'_locations_1_title','field_5683f2aadcba2'),(10985,517,'locations_1_image',''),(10986,517,'_locations_1_image','field_568439ed8109d'),(10987,517,'locations_1_description','This project is for lane reconfiguration, intersection improvements, and drainage improvements and is affecting 34 parcels in the municipalities of Clinton, La Plume, Glenburn, South Abington, Factoryville, and Dalton, Lackawanna and Wyoming Counties.'),(10988,517,'_locations_1_description','field_5683f2b1dcba3'),(10989,517,'locations_2_location','a:3:{s:7:\"address\";s:21:\"41.558109, -75.756371\";s:3:\"lat\";s:10:\"41.5581464\";s:3:\"lng\";s:11:\"-75.7562883\";}'),(10990,517,'_locations_2_location','field_5683f288dcba1'),(10991,517,'locations_2_title','SR0415, 303'),(10992,517,'_locations_2_title','field_5683f2aadcba2'),(10993,517,'locations_2_image',''),(10994,517,'_locations_2_image','field_568439ed8109d'),(10995,517,'locations_2_description','This project is for a roadway realignment and is affecting 15 properties in the Township of Dallas, Luzerne County.'),(10996,517,'_locations_2_description','field_5683f2b1dcba3'),(10997,517,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.344964, -75.960057\";s:3:\"lat\";s:9:\"41.345173\";s:3:\"lng\";s:18:\"-75.96029190000002\";}'),(10998,517,'_locations_3_location','field_5683f288dcba1'),(10999,517,'locations_3_title','SR0309, 330'),(11000,517,'_locations_3_title','field_5683f2aadcba2'),(11001,517,'locations_3_image',''),(11002,517,'_locations_3_image','field_568439ed8109d'),(11003,517,'locations_3_description','This project is for roadway relocation and intersection realignment and is affecting 8 properties in the Township of Dallas, Luzerne County.'),(11004,517,'_locations_3_description','field_5683f2b1dcba3'),(11005,517,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.490658, -75.551795\";s:3:\"lat\";s:10:\"41.4905565\";s:3:\"lng\";s:18:\"-75.55236930000001\";}'),(11006,517,'_locations_4_location','field_5683f288dcba1'),(11007,517,'locations_4_title','SR1012, 202'),(11008,517,'_locations_4_title','field_5683f2aadcba2'),(11009,517,'locations_4_image',''),(11010,517,'_locations_4_image','field_568439ed8109d'),(11011,517,'locations_4_description',''),(11012,517,'_locations_4_description','field_5683f2b1dcba3'),(11013,517,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.872160, -75.730199\";s:3:\"lat\";s:17:\"41.87217649999999\";s:3:\"lng\";s:11:\"-75.7301933\";}'),(11014,517,'_locations_5_location','field_5683f288dcba1'),(11015,517,'locations_5_title','SR1016, 571'),(11016,517,'_locations_5_title','field_5683f2aadcba2'),(11017,517,'locations_5_image',''),(11018,517,'_locations_5_image','field_568439ed8109d'),(11019,517,'locations_5_description',''),(11020,517,'_locations_5_description','field_5683f2b1dcba3'),(11021,517,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.359132, -75.494434\";s:3:\"lat\";s:9:\"41.359067\";s:3:\"lng\";s:18:\"-75.49490600000001\";}'),(11022,517,'_locations_6_location','field_5683f288dcba1'),(11023,517,'locations_6_title','SR2004, 250'),(11024,517,'_locations_6_title','field_5683f2aadcba2'),(11025,517,'locations_6_image',''),(11026,517,'_locations_6_image','field_568439ed8109d'),(11027,517,'locations_6_description','This project is for a flood project and is affecting 5 properties in the Township of Covington, Lackawanna County.'),(11028,517,'_locations_6_description','field_5683f2b1dcba3'),(11029,517,'locations_7_location','a:3:{s:7:\"address\";s:21:\"41.359135, -75.494447\";s:3:\"lat\";s:9:\"41.359067\";s:3:\"lng\";s:18:\"-75.49490600000001\";}'),(11030,517,'_locations_7_location','field_5683f288dcba1'),(11031,517,'locations_7_title','SR2004, 250'),(11032,517,'_locations_7_title','field_5683f2aadcba2'),(11033,517,'locations_7_image',''),(11034,517,'_locations_7_image','field_568439ed8109d'),(11035,517,'locations_7_description','This project is for reconstruction and is affecting 4 properties in the Township of Madison, Lackawanna County.'),(11036,517,'_locations_7_description','field_5683f2b1dcba3'),(11037,517,'locations_8_location','a:3:{s:7:\"address\";s:21:\"41.317135, -75.551164\";s:3:\"lat\";s:10:\"41.3171963\";s:3:\"lng\";s:18:\"-75.55109429999999\";}'),(11038,517,'_locations_8_location','field_5683f288dcba1'),(11039,517,'locations_8_title','Daleville Stockpile'),(11040,517,'_locations_8_title','field_5683f2aadcba2'),(11041,517,'locations_8_image',''),(11042,517,'_locations_8_image','field_568439ed8109d'),(11043,517,'locations_8_description','This project is for a flood project and is affecting 5 properties in the Township of Covington, Lackawanna County.'),(11044,517,'_locations_8_description','field_5683f2b1dcba3'),(11045,517,'locations_9_location','a:3:{s:7:\"address\";s:21:\"41.266081, -76.291267\";s:3:\"lat\";s:10:\"41.2668817\";s:3:\"lng\";s:18:\"-76.29025159999998\";}'),(11046,517,'_locations_9_location','field_5683f288dcba1'),(11047,517,'locations_9_title','Luzerne County Brish'),(11048,517,'_locations_9_title','field_5683f2aadcba2'),(11049,517,'locations_9_image',''),(11050,517,'_locations_9_image','field_568439ed8109d'),(11051,517,'locations_9_description',''),(11052,517,'_locations_9_description','field_5683f2b1dcba3'),(11053,517,'locations_10_location','a:3:{s:7:\"address\";s:21:\"41.294579, -75.947686\";s:3:\"lat\";s:10:\"41.2945835\";s:3:\"lng\";s:18:\"-75.94770040000003\";}'),(11054,517,'_locations_10_location','field_5683f288dcba1'),(11055,517,'locations_10_title','Luzerne County Browns Creek 12'),(11056,517,'_locations_10_title','field_5683f2aadcba2'),(11057,517,'locations_10_image',''),(11058,517,'_locations_10_image','field_568439ed8109d'),(11059,517,'locations_10_description',''),(11060,517,'_locations_10_description','field_5683f2b1dcba3'),(11061,517,'locations_11_location','a:3:{s:7:\"address\";s:21:\"41.289499, -75.955916\";s:3:\"lat\";s:9:\"41.288856\";s:3:\"lng\";s:9:\"-75.95745\";}'),(11062,517,'_locations_11_location','field_5683f288dcba1'),(11063,517,'locations_11_title','Luzerne County Browns Creek 13'),(11064,517,'_locations_11_title','field_5683f2aadcba2'),(11065,517,'locations_11_image',''),(11066,517,'_locations_11_image','field_568439ed8109d'),(11067,517,'locations_11_description',''),(11068,517,'_locations_11_description','field_5683f2b1dcba3'),(11069,517,'locations_12_location','a:3:{s:7:\"address\";s:21:\"41.130388, -75.625973\";s:3:\"lat\";s:17:\"41.13012380000001\";s:3:\"lng\";s:18:\"-75.62548429999998\";}'),(11070,517,'_locations_12_location','field_5683f288dcba1'),(11071,517,'locations_12_title','State Route 115, Section 371 – E09080, Monroe and Luzerne – Bridge Replacement'),(11072,517,'_locations_12_title','field_5683f2aadcba2'),(11073,517,'locations_12_image','511'),(11074,517,'_locations_12_image','field_568439ed8109d'),(11075,517,'locations_12_description','This project was for a small bridge and affected 2 properties in the Townships of Bucks and Tobyhanna, Luzerne and Monroe Counties.'),(11076,517,'_locations_12_description','field_5683f2b1dcba3'),(11077,517,'locations_13_location','a:3:{s:7:\"address\";s:21:\"41.518613, -75.322306\";s:3:\"lat\";s:8:\"41.51691\";s:3:\"lng\";s:18:\"-75.32142599999997\";}'),(11078,517,'_locations_13_location','field_5683f288dcba1'),(11079,517,'locations_13_title','State Route 3037, Section 650 – E83054 - in Wayne County – Bridge Replacement'),(11080,517,'_locations_13_title','field_5683f2aadcba2'),(11081,517,'locations_13_image',''),(11082,517,'_locations_13_image','field_568439ed8109d'),(11083,517,'locations_13_description','This project is for a small bridge project and is affecting 2 properties in the Township of Cherry Ridge, Wayne County.'),(11084,517,'_locations_13_description','field_5683f2b1dcba3'),(11085,517,'locations_14_location','a:3:{s:7:\"address\";s:21:\"41.221166, -76.015002\";s:3:\"lat\";s:10:\"41.2211475\";s:3:\"lng\";s:18:\"-76.01497369999998\";}'),(11086,517,'_locations_14_location','field_5683f288dcba1'),(11087,517,'locations_14_title','State Route 0011, Section 353 – E08899 - in Luzerne County – Bridge Replacement'),(11088,517,'_locations_14_title','field_5683f2aadcba2'),(11089,517,'locations_14_image','515'),(11090,517,'_locations_14_image','field_568439ed8109d'),(11091,517,'locations_14_description','This project was for a small bridge and affected 4 properties in the Township of Plymouth, Luzerne County.'),(11092,517,'_locations_14_description','field_5683f2b1dcba3'),(11093,517,'locations','15'),(11094,517,'_locations','field_5683f253a5dba'),(11095,518,'_wp_attached_file','2015/12/wp9cc4b58b_06.png'),(11096,518,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:281;s:6:\"height\";i:198;s:4:\"file\";s:25:\"2015/12/wp9cc4b58b_06.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wp9cc4b58b_06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(11097,519,'locations_0_location','a:3:{s:7:\"address\";s:21:\"41.564217, -76.059027\";s:3:\"lat\";s:10:\"41.5633759\";s:3:\"lng\";s:18:\"-76.06040280000002\";}'),(11098,519,'_locations_0_location','field_5683f288dcba1'),(11099,519,'locations_0_title','3003 – 773 – Mehoopany'),(11100,519,'_locations_0_title','field_5683f2aadcba2'),(11101,519,'locations_0_image','463'),(11102,519,'_locations_0_image','field_568439ed8109d'),(11103,519,'locations_0_description','This project is for a mid-sized bridge replacement and roadway alignment and is affecting 10 properties and resulting in the relocation of 1 resident in the Township of Mehoopany, Wyoming County.'),(11104,519,'_locations_0_description','field_5683f2b1dcba3'),(11105,519,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.558172, -75.756456\";s:3:\"lat\";s:10:\"41.5550934\";s:3:\"lng\";s:18:\"-75.75364639999998\";}'),(11106,519,'_locations_1_location','field_5683f288dcba1'),(11107,519,'locations_1_title','SR0006, Section 214'),(11108,519,'_locations_1_title','field_5683f2aadcba2'),(11109,519,'locations_1_image',''),(11110,519,'_locations_1_image','field_568439ed8109d'),(11111,519,'locations_1_description','This project is for lane reconfiguration, intersection improvements, and drainage improvements and is affecting 34 parcels in the municipalities of Clinton, La Plume, Glenburn, South Abington, Factoryville, and Dalton, Lackawanna and Wyoming Counties.'),(11112,519,'_locations_1_description','field_5683f2b1dcba3'),(11113,519,'locations_2_location','a:3:{s:7:\"address\";s:21:\"41.558109, -75.756371\";s:3:\"lat\";s:10:\"41.5581464\";s:3:\"lng\";s:11:\"-75.7562883\";}'),(11114,519,'_locations_2_location','field_5683f288dcba1'),(11115,519,'locations_2_title','SR0415, 303'),(11116,519,'_locations_2_title','field_5683f2aadcba2'),(11117,519,'locations_2_image',''),(11118,519,'_locations_2_image','field_568439ed8109d'),(11119,519,'locations_2_description','This project is for a roadway realignment and is affecting 15 properties in the Township of Dallas, Luzerne County.'),(11120,519,'_locations_2_description','field_5683f2b1dcba3'),(11121,519,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.344964, -75.960057\";s:3:\"lat\";s:9:\"41.345173\";s:3:\"lng\";s:18:\"-75.96029190000002\";}'),(11122,519,'_locations_3_location','field_5683f288dcba1'),(11123,519,'locations_3_title','SR0309, 330'),(11124,519,'_locations_3_title','field_5683f2aadcba2'),(11125,519,'locations_3_image',''),(11126,519,'_locations_3_image','field_568439ed8109d'),(11127,519,'locations_3_description','This project is for roadway relocation and intersection realignment and is affecting 8 properties in the Township of Dallas, Luzerne County.'),(11128,519,'_locations_3_description','field_5683f2b1dcba3'),(11129,519,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.490658, -75.551795\";s:3:\"lat\";s:10:\"41.4905565\";s:3:\"lng\";s:18:\"-75.55236930000001\";}'),(11130,519,'_locations_4_location','field_5683f288dcba1'),(11131,519,'locations_4_title','SR1012, 202'),(11132,519,'_locations_4_title','field_5683f2aadcba2'),(11133,519,'locations_4_image',''),(11134,519,'_locations_4_image','field_568439ed8109d'),(11135,519,'locations_4_description',''),(11136,519,'_locations_4_description','field_5683f2b1dcba3'),(11137,519,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.872160, -75.730199\";s:3:\"lat\";s:17:\"41.87217649999999\";s:3:\"lng\";s:11:\"-75.7301933\";}'),(11138,519,'_locations_5_location','field_5683f288dcba1'),(11139,519,'locations_5_title','SR1016, 571'),(11140,519,'_locations_5_title','field_5683f2aadcba2'),(11141,519,'locations_5_image',''),(11142,519,'_locations_5_image','field_568439ed8109d'),(11143,519,'locations_5_description',''),(11144,519,'_locations_5_description','field_5683f2b1dcba3'),(11145,519,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.359132, -75.494434\";s:3:\"lat\";s:9:\"41.359067\";s:3:\"lng\";s:18:\"-75.49490600000001\";}'),(11146,519,'_locations_6_location','field_5683f288dcba1'),(11147,519,'locations_6_title','SR2004, 250'),(11148,519,'_locations_6_title','field_5683f2aadcba2'),(11149,519,'locations_6_image',''),(11150,519,'_locations_6_image','field_568439ed8109d'),(11151,519,'locations_6_description','This project is for a flood project and is affecting 5 properties in the Township of Covington, Lackawanna County.'),(11152,519,'_locations_6_description','field_5683f2b1dcba3'),(11153,519,'locations_7_location','a:3:{s:7:\"address\";s:21:\"41.359135, -75.494447\";s:3:\"lat\";s:9:\"41.359067\";s:3:\"lng\";s:18:\"-75.49490600000001\";}'),(11154,519,'_locations_7_location','field_5683f288dcba1'),(11155,519,'locations_7_title','SR2004, 250'),(11156,519,'_locations_7_title','field_5683f2aadcba2'),(11157,519,'locations_7_image',''),(11158,519,'_locations_7_image','field_568439ed8109d'),(11159,519,'locations_7_description','This project is for reconstruction and is affecting 4 properties in the Township of Madison, Lackawanna County.'),(11160,519,'_locations_7_description','field_5683f2b1dcba3'),(11161,519,'locations_8_location','a:3:{s:7:\"address\";s:21:\"41.317135, -75.551164\";s:3:\"lat\";s:10:\"41.3171963\";s:3:\"lng\";s:18:\"-75.55109429999999\";}'),(11162,519,'_locations_8_location','field_5683f288dcba1'),(11163,519,'locations_8_title','Daleville Stockpile'),(11164,519,'_locations_8_title','field_5683f2aadcba2'),(11165,519,'locations_8_image',''),(11166,519,'_locations_8_image','field_568439ed8109d'),(11167,519,'locations_8_description','This project is for a flood project and is affecting 5 properties in the Township of Covington, Lackawanna County.'),(11168,519,'_locations_8_description','field_5683f2b1dcba3'),(11169,519,'locations_9_location','a:3:{s:7:\"address\";s:21:\"41.266081, -76.291267\";s:3:\"lat\";s:10:\"41.2668817\";s:3:\"lng\";s:18:\"-76.29025159999998\";}'),(11170,519,'_locations_9_location','field_5683f288dcba1'),(11171,519,'locations_9_title','Luzerne County Brish'),(11172,519,'_locations_9_title','field_5683f2aadcba2'),(11173,519,'locations_9_image',''),(11174,519,'_locations_9_image','field_568439ed8109d'),(11175,519,'locations_9_description',''),(11176,519,'_locations_9_description','field_5683f2b1dcba3'),(11177,519,'locations_10_location','a:3:{s:7:\"address\";s:21:\"41.294579, -75.947686\";s:3:\"lat\";s:10:\"41.2945835\";s:3:\"lng\";s:18:\"-75.94770040000003\";}'),(11178,519,'_locations_10_location','field_5683f288dcba1'),(11179,519,'locations_10_title','Luzerne County Browns Creek 12'),(11180,519,'_locations_10_title','field_5683f2aadcba2'),(11181,519,'locations_10_image',''),(11182,519,'_locations_10_image','field_568439ed8109d'),(11183,519,'locations_10_description',''),(11184,519,'_locations_10_description','field_5683f2b1dcba3'),(11185,519,'locations_11_location','a:3:{s:7:\"address\";s:21:\"41.289499, -75.955916\";s:3:\"lat\";s:9:\"41.288856\";s:3:\"lng\";s:9:\"-75.95745\";}'),(11186,519,'_locations_11_location','field_5683f288dcba1'),(11187,519,'locations_11_title','Luzerne County Browns Creek 13'),(11188,519,'_locations_11_title','field_5683f2aadcba2'),(11189,519,'locations_11_image',''),(11190,519,'_locations_11_image','field_568439ed8109d'),(11191,519,'locations_11_description',''),(11192,519,'_locations_11_description','field_5683f2b1dcba3'),(11193,519,'locations_12_location','a:3:{s:7:\"address\";s:21:\"41.130388, -75.625973\";s:3:\"lat\";s:17:\"41.13012380000001\";s:3:\"lng\";s:18:\"-75.62548429999998\";}'),(11194,519,'_locations_12_location','field_5683f288dcba1'),(11195,519,'locations_12_title','State Route 115, Section 371 – E09080, Monroe and Luzerne – Bridge Replacement'),(11196,519,'_locations_12_title','field_5683f2aadcba2'),(11197,519,'locations_12_image','511'),(11198,519,'_locations_12_image','field_568439ed8109d'),(11199,519,'locations_12_description','This project was for a small bridge and affected 2 properties in the Townships of Bucks and Tobyhanna, Luzerne and Monroe Counties.'),(11200,519,'_locations_12_description','field_5683f2b1dcba3'),(11201,519,'locations_13_location','a:3:{s:7:\"address\";s:21:\"41.518613, -75.322306\";s:3:\"lat\";s:8:\"41.51691\";s:3:\"lng\";s:18:\"-75.32142599999997\";}'),(11202,519,'_locations_13_location','field_5683f288dcba1'),(11203,519,'locations_13_title','State Route 3037, Section 650 – E83054 - in Wayne County – Bridge Replacement'),(11204,519,'_locations_13_title','field_5683f2aadcba2'),(11205,519,'locations_13_image',''),(11206,519,'_locations_13_image','field_568439ed8109d'),(11207,519,'locations_13_description','This project is for a small bridge project and is affecting 2 properties in the Township of Cherry Ridge, Wayne County.'),(11208,519,'_locations_13_description','field_5683f2b1dcba3'),(11209,519,'locations_14_location','a:3:{s:7:\"address\";s:21:\"41.221166, -76.015002\";s:3:\"lat\";s:10:\"41.2211475\";s:3:\"lng\";s:18:\"-76.01497369999998\";}'),(11210,519,'_locations_14_location','field_5683f288dcba1'),(11211,519,'locations_14_title','State Route 0011, Section 353 – E08899 - in Luzerne County – Bridge Replacement'),(11212,519,'_locations_14_title','field_5683f2aadcba2'),(11213,519,'locations_14_image','515'),(11214,519,'_locations_14_image','field_568439ed8109d'),(11215,519,'locations_14_description','This project was for a small bridge and affected 4 properties in the Township of Plymouth, Luzerne County.'),(11216,519,'_locations_14_description','field_5683f2b1dcba3'),(11217,519,'locations_15_location','a:3:{s:7:\"address\";s:21:\"41.280778, -75.895555\";s:3:\"lat\";s:9:\"41.279748\";s:3:\"lng\";s:18:\"-75.89788499999997\";}'),(11218,519,'_locations_15_location','field_5683f288dcba1'),(11219,519,'locations_15_title','State Route 1054, Section 370 – E56699 in Luzerne County – Bridge Replacement'),(11220,519,'_locations_15_title','field_5683f2aadcba2'),(11221,519,'locations_15_image','518'),(11222,519,'_locations_15_image','field_568439ed8109d'),(11223,519,'locations_15_description','This project was for a small bridge and affected 3 properties in the Borough of Luzerne, Luzerne County.'),(11224,519,'_locations_15_description','field_5683f2b1dcba3'),(11225,519,'locations','16'),(11226,519,'_locations','field_5683f253a5dba'),(11227,335,'locations_15_location','a:3:{s:7:\"address\";s:21:\"41.280778, -75.895555\";s:3:\"lat\";s:9:\"41.279748\";s:3:\"lng\";s:18:\"-75.89788499999997\";}'),(11228,335,'_locations_15_location','field_5683f288dcba1'),(11229,335,'locations_15_title','State Route 1054, Section 370 – E56699 in Luzerne County – Bridge Replacement'),(11230,335,'_locations_15_title','field_5683f2aadcba2'),(11231,335,'locations_15_image','518'),(11232,335,'_locations_15_image','field_568439ed8109d'),(11233,335,'locations_15_description','This project was for a small bridge and affected 3 properties in the Borough of Luzerne, Luzerne County.'),(11234,335,'_locations_15_description','field_5683f2b1dcba3'),(11235,520,'locations_0_location','a:3:{s:7:\"address\";s:21:\"41.564217, -76.059027\";s:3:\"lat\";s:10:\"41.5633759\";s:3:\"lng\";s:18:\"-76.06040280000002\";}'),(11236,520,'_locations_0_location','field_5683f288dcba1'),(11237,520,'locations_0_title','3003 – 773 – Mehoopany'),(11238,520,'_locations_0_title','field_5683f2aadcba2'),(11239,520,'locations_0_image','463'),(11240,520,'_locations_0_image','field_568439ed8109d'),(11241,520,'locations_0_description','This project is for a mid-sized bridge replacement and roadway alignment and is affecting 10 properties and resulting in the relocation of 1 resident in the Township of Mehoopany, Wyoming County.'),(11242,520,'_locations_0_description','field_5683f2b1dcba3'),(11243,520,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.558172, -75.756456\";s:3:\"lat\";s:10:\"41.5550934\";s:3:\"lng\";s:18:\"-75.75364639999998\";}'),(11244,520,'_locations_1_location','field_5683f288dcba1'),(11245,520,'locations_1_title','SR0006, Section 214'),(11246,520,'_locations_1_title','field_5683f2aadcba2'),(11247,520,'locations_1_image',''),(11248,520,'_locations_1_image','field_568439ed8109d'),(11249,520,'locations_1_description','This project is for lane reconfiguration, intersection improvements, and drainage improvements and is affecting 34 parcels in the municipalities of Clinton, La Plume, Glenburn, South Abington, Factoryville, and Dalton, Lackawanna and Wyoming Counties.'),(11250,520,'_locations_1_description','field_5683f2b1dcba3'),(11251,520,'locations_2_location','a:3:{s:7:\"address\";s:21:\"41.558109, -75.756371\";s:3:\"lat\";s:10:\"41.5581464\";s:3:\"lng\";s:11:\"-75.7562883\";}'),(11252,520,'_locations_2_location','field_5683f288dcba1'),(11253,520,'locations_2_title','SR0415, 303'),(11254,520,'_locations_2_title','field_5683f2aadcba2'),(11255,520,'locations_2_image',''),(11256,520,'_locations_2_image','field_568439ed8109d'),(11257,520,'locations_2_description','This project is for a roadway realignment and is affecting 15 properties in the Township of Dallas, Luzerne County.'),(11258,520,'_locations_2_description','field_5683f2b1dcba3'),(11259,520,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.344964, -75.960057\";s:3:\"lat\";s:9:\"41.345173\";s:3:\"lng\";s:18:\"-75.96029190000002\";}'),(11260,520,'_locations_3_location','field_5683f288dcba1'),(11261,520,'locations_3_title','SR0309, 330'),(11262,520,'_locations_3_title','field_5683f2aadcba2'),(11263,520,'locations_3_image',''),(11264,520,'_locations_3_image','field_568439ed8109d'),(11265,520,'locations_3_description','This project is for roadway relocation and intersection realignment and is affecting 8 properties in the Township of Dallas, Luzerne County.'),(11266,520,'_locations_3_description','field_5683f2b1dcba3'),(11267,520,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.490658, -75.551795\";s:3:\"lat\";s:10:\"41.4905565\";s:3:\"lng\";s:18:\"-75.55236930000001\";}'),(11268,520,'_locations_4_location','field_5683f288dcba1'),(11269,520,'locations_4_title','SR1012, 202'),(11270,520,'_locations_4_title','field_5683f2aadcba2'),(11271,520,'locations_4_image',''),(11272,520,'_locations_4_image','field_568439ed8109d'),(11273,520,'locations_4_description',''),(11274,520,'_locations_4_description','field_5683f2b1dcba3'),(11275,520,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.872160, -75.730199\";s:3:\"lat\";s:17:\"41.87217649999999\";s:3:\"lng\";s:11:\"-75.7301933\";}'),(11276,520,'_locations_5_location','field_5683f288dcba1'),(11277,520,'locations_5_title','SR1016, 571'),(11278,520,'_locations_5_title','field_5683f2aadcba2'),(11279,520,'locations_5_image',''),(11280,520,'_locations_5_image','field_568439ed8109d'),(11281,520,'locations_5_description',''),(11282,520,'_locations_5_description','field_5683f2b1dcba3'),(11283,520,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.359132, -75.494434\";s:3:\"lat\";s:9:\"41.359067\";s:3:\"lng\";s:18:\"-75.49490600000001\";}'),(11284,520,'_locations_6_location','field_5683f288dcba1'),(11285,520,'locations_6_title','SR2004, 250'),(11286,520,'_locations_6_title','field_5683f2aadcba2'),(11287,520,'locations_6_image',''),(11288,520,'_locations_6_image','field_568439ed8109d'),(11289,520,'locations_6_description','This project is for a flood project and is affecting 5 properties in the Township of Covington, Lackawanna County.'),(11290,520,'_locations_6_description','field_5683f2b1dcba3'),(11291,520,'locations_7_location','a:3:{s:7:\"address\";s:21:\"41.359135, -75.494447\";s:3:\"lat\";s:9:\"41.359067\";s:3:\"lng\";s:18:\"-75.49490600000001\";}'),(11292,520,'_locations_7_location','field_5683f288dcba1'),(11293,520,'locations_7_title','SR2004, 250'),(11294,520,'_locations_7_title','field_5683f2aadcba2'),(11295,520,'locations_7_image',''),(11296,520,'_locations_7_image','field_568439ed8109d'),(11297,520,'locations_7_description','This project is for reconstruction and is affecting 4 properties in the Township of Madison, Lackawanna County.'),(11298,520,'_locations_7_description','field_5683f2b1dcba3'),(11299,520,'locations_8_location','a:3:{s:7:\"address\";s:21:\"41.317135, -75.551164\";s:3:\"lat\";s:10:\"41.3171963\";s:3:\"lng\";s:18:\"-75.55109429999999\";}'),(11300,520,'_locations_8_location','field_5683f288dcba1'),(11301,520,'locations_8_title','Daleville Stockpile'),(11302,520,'_locations_8_title','field_5683f2aadcba2'),(11303,520,'locations_8_image',''),(11304,520,'_locations_8_image','field_568439ed8109d'),(11305,520,'locations_8_description','This project is for a flood project and is affecting 5 properties in the Township of Covington, Lackawanna County.'),(11306,520,'_locations_8_description','field_5683f2b1dcba3'),(11307,520,'locations_9_location','a:3:{s:7:\"address\";s:21:\"41.266081, -76.291267\";s:3:\"lat\";s:10:\"41.2668817\";s:3:\"lng\";s:18:\"-76.29025159999998\";}'),(11308,520,'_locations_9_location','field_5683f288dcba1'),(11309,520,'locations_9_title','Luzerne County Brish'),(11310,520,'_locations_9_title','field_5683f2aadcba2'),(11311,520,'locations_9_image',''),(11312,520,'_locations_9_image','field_568439ed8109d'),(11313,520,'locations_9_description',''),(11314,520,'_locations_9_description','field_5683f2b1dcba3'),(11315,520,'locations_10_location','a:3:{s:7:\"address\";s:21:\"41.294579, -75.947686\";s:3:\"lat\";s:10:\"41.2945835\";s:3:\"lng\";s:18:\"-75.94770040000003\";}'),(11316,520,'_locations_10_location','field_5683f288dcba1'),(11317,520,'locations_10_title','Luzerne County Browns Creek 12'),(11318,520,'_locations_10_title','field_5683f2aadcba2'),(11319,520,'locations_10_image',''),(11320,520,'_locations_10_image','field_568439ed8109d'),(11321,520,'locations_10_description',''),(11322,520,'_locations_10_description','field_5683f2b1dcba3'),(11323,520,'locations_11_location','a:3:{s:7:\"address\";s:21:\"41.289499, -75.955916\";s:3:\"lat\";s:9:\"41.288856\";s:3:\"lng\";s:9:\"-75.95745\";}'),(11324,520,'_locations_11_location','field_5683f288dcba1'),(11325,520,'locations_11_title','Luzerne County Browns Creek 13'),(11326,520,'_locations_11_title','field_5683f2aadcba2'),(11327,520,'locations_11_image',''),(11328,520,'_locations_11_image','field_568439ed8109d'),(11329,520,'locations_11_description',''),(11330,520,'_locations_11_description','field_5683f2b1dcba3'),(11331,520,'locations_12_location','a:3:{s:7:\"address\";s:21:\"41.130388, -75.625973\";s:3:\"lat\";s:17:\"41.13012380000001\";s:3:\"lng\";s:18:\"-75.62548429999998\";}'),(11332,520,'_locations_12_location','field_5683f288dcba1'),(11333,520,'locations_12_title','State Route 115, Section 371 – E09080, Monroe and Luzerne – Bridge Replacement'),(11334,520,'_locations_12_title','field_5683f2aadcba2'),(11335,520,'locations_12_image','511'),(11336,520,'_locations_12_image','field_568439ed8109d'),(11337,520,'locations_12_description','This project was for a small bridge and affected 2 properties in the Townships of Bucks and Tobyhanna, Luzerne and Monroe Counties.'),(11338,520,'_locations_12_description','field_5683f2b1dcba3'),(11339,520,'locations_13_location','a:3:{s:7:\"address\";s:21:\"41.518613, -75.322306\";s:3:\"lat\";s:8:\"41.51691\";s:3:\"lng\";s:18:\"-75.32142599999997\";}'),(11340,520,'_locations_13_location','field_5683f288dcba1'),(11341,520,'locations_13_title','State Route 3037, Section 650 – E83054 - in Wayne County – Bridge Replacement'),(11342,520,'_locations_13_title','field_5683f2aadcba2'),(11343,520,'locations_13_image',''),(11344,520,'_locations_13_image','field_568439ed8109d'),(11345,520,'locations_13_description','This project is for a small bridge project and is affecting 2 properties in the Township of Cherry Ridge, Wayne County.'),(11346,520,'_locations_13_description','field_5683f2b1dcba3'),(11347,520,'locations_14_location','a:3:{s:7:\"address\";s:21:\"41.221166, -76.015002\";s:3:\"lat\";s:10:\"41.2211475\";s:3:\"lng\";s:18:\"-76.01497369999998\";}'),(11348,520,'_locations_14_location','field_5683f288dcba1'),(11349,520,'locations_14_title','State Route 0011, Section 353 – E08899 - in Luzerne County – Bridge Replacement'),(11350,520,'_locations_14_title','field_5683f2aadcba2'),(11351,520,'locations_14_image','515'),(11352,520,'_locations_14_image','field_568439ed8109d'),(11353,520,'locations_14_description','This project was for a small bridge and affected 4 properties in the Township of Plymouth, Luzerne County.'),(11354,520,'_locations_14_description','field_5683f2b1dcba3'),(11355,520,'locations_15_location','a:3:{s:7:\"address\";s:21:\"41.280778, -75.895555\";s:3:\"lat\";s:9:\"41.279748\";s:3:\"lng\";s:18:\"-75.89788499999997\";}'),(11356,520,'_locations_15_location','field_5683f288dcba1'),(11357,520,'locations_15_title','State Route 1054, Section 370 – E56699 in Luzerne County – Bridge Replacement'),(11358,520,'_locations_15_title','field_5683f2aadcba2'),(11359,520,'locations_15_image','518'),(11360,520,'_locations_15_image','field_568439ed8109d'),(11361,520,'locations_15_description','This project was for a small bridge and affected 3 properties in the Borough of Luzerne, Luzerne County.'),(11362,520,'_locations_15_description','field_5683f2b1dcba3'),(11363,520,'locations_16_location','a:3:{s:7:\"address\";s:21:\"41.989313, -75.423747\";s:3:\"lat\";s:9:\"41.989307\";s:3:\"lng\";s:18:\"-75.42374489999997\";}'),(11364,520,'_locations_16_location','field_5683f288dcba1'),(11365,520,'locations_16_title','State Route 4043 over Sherman – E56754 in Wayne County, Scott Twp. – Bridge Replacement'),(11366,520,'_locations_16_title','field_5683f2aadcba2'),(11367,520,'locations_16_image',''),(11368,520,'_locations_16_image','field_568439ed8109d'),(11369,520,'locations_16_description','This project is for a small bridge and is affecting 4 properties in the Township of Scott, Wayne County.'),(11370,520,'_locations_16_description','field_5683f2b1dcba3'),(11371,520,'locations','17'),(11372,520,'_locations','field_5683f253a5dba'),(11373,335,'locations_16_location','a:3:{s:7:\"address\";s:21:\"41.989313, -75.423747\";s:3:\"lat\";s:9:\"41.989307\";s:3:\"lng\";s:18:\"-75.42374489999997\";}'),(11374,335,'_locations_16_location','field_5683f288dcba1'),(11375,335,'locations_16_title','State Route 4043 over Sherman – E56754 in Wayne County, Scott Twp. – Bridge Replacement'),(11376,335,'_locations_16_title','field_5683f2aadcba2'),(11377,335,'locations_16_image',''),(11378,335,'_locations_16_image','field_568439ed8109d'),(11379,335,'locations_16_description','This project is for a small bridge and is affecting 4 properties in the Township of Scott, Wayne County.'),(11380,335,'_locations_16_description','field_5683f2b1dcba3'),(11381,521,'_wp_attached_file','2015/12/wpd73924c4_06.png'),(11382,521,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:281;s:6:\"height\";i:198;s:4:\"file\";s:25:\"2015/12/wpd73924c4_06.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wpd73924c4_06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(11383,522,'locations_0_location','a:3:{s:7:\"address\";s:21:\"41.564217, -76.059027\";s:3:\"lat\";s:10:\"41.5633759\";s:3:\"lng\";s:18:\"-76.06040280000002\";}'),(11384,522,'_locations_0_location','field_5683f288dcba1'),(11385,522,'locations_0_title','3003 – 773 – Mehoopany'),(11386,522,'_locations_0_title','field_5683f2aadcba2'),(11387,522,'locations_0_image','463'),(11388,522,'_locations_0_image','field_568439ed8109d'),(11389,522,'locations_0_description','This project is for a mid-sized bridge replacement and roadway alignment and is affecting 10 properties and resulting in the relocation of 1 resident in the Township of Mehoopany, Wyoming County.'),(11390,522,'_locations_0_description','field_5683f2b1dcba3'),(11391,522,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.558172, -75.756456\";s:3:\"lat\";s:10:\"41.5550934\";s:3:\"lng\";s:18:\"-75.75364639999998\";}'),(11392,522,'_locations_1_location','field_5683f288dcba1'),(11393,522,'locations_1_title','SR0006, Section 214'),(11394,522,'_locations_1_title','field_5683f2aadcba2'),(11395,522,'locations_1_image',''),(11396,522,'_locations_1_image','field_568439ed8109d'),(11397,522,'locations_1_description','This project is for lane reconfiguration, intersection improvements, and drainage improvements and is affecting 34 parcels in the municipalities of Clinton, La Plume, Glenburn, South Abington, Factoryville, and Dalton, Lackawanna and Wyoming Counties.'),(11398,522,'_locations_1_description','field_5683f2b1dcba3'),(11399,522,'locations_2_location','a:3:{s:7:\"address\";s:21:\"41.558109, -75.756371\";s:3:\"lat\";s:10:\"41.5581464\";s:3:\"lng\";s:11:\"-75.7562883\";}'),(11400,522,'_locations_2_location','field_5683f288dcba1'),(11401,522,'locations_2_title','SR0415, 303'),(11402,522,'_locations_2_title','field_5683f2aadcba2'),(11403,522,'locations_2_image',''),(11404,522,'_locations_2_image','field_568439ed8109d'),(11405,522,'locations_2_description','This project is for a roadway realignment and is affecting 15 properties in the Township of Dallas, Luzerne County.'),(11406,522,'_locations_2_description','field_5683f2b1dcba3'),(11407,522,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.344964, -75.960057\";s:3:\"lat\";s:9:\"41.345173\";s:3:\"lng\";s:18:\"-75.96029190000002\";}'),(11408,522,'_locations_3_location','field_5683f288dcba1'),(11409,522,'locations_3_title','SR0309, 330'),(11410,522,'_locations_3_title','field_5683f2aadcba2'),(11411,522,'locations_3_image',''),(11412,522,'_locations_3_image','field_568439ed8109d'),(11413,522,'locations_3_description','This project is for roadway relocation and intersection realignment and is affecting 8 properties in the Township of Dallas, Luzerne County.'),(11414,522,'_locations_3_description','field_5683f2b1dcba3'),(11415,522,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.490658, -75.551795\";s:3:\"lat\";s:10:\"41.4905565\";s:3:\"lng\";s:18:\"-75.55236930000001\";}'),(11416,522,'_locations_4_location','field_5683f288dcba1'),(11417,522,'locations_4_title','SR1012, 202'),(11418,522,'_locations_4_title','field_5683f2aadcba2'),(11419,522,'locations_4_image',''),(11420,522,'_locations_4_image','field_568439ed8109d'),(11421,522,'locations_4_description',''),(11422,522,'_locations_4_description','field_5683f2b1dcba3'),(11423,522,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.872160, -75.730199\";s:3:\"lat\";s:17:\"41.87217649999999\";s:3:\"lng\";s:11:\"-75.7301933\";}'),(11424,522,'_locations_5_location','field_5683f288dcba1'),(11425,522,'locations_5_title','SR1016, 571'),(11426,522,'_locations_5_title','field_5683f2aadcba2'),(11427,522,'locations_5_image',''),(11428,522,'_locations_5_image','field_568439ed8109d'),(11429,522,'locations_5_description',''),(11430,522,'_locations_5_description','field_5683f2b1dcba3'),(11431,522,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.359132, -75.494434\";s:3:\"lat\";s:9:\"41.359067\";s:3:\"lng\";s:18:\"-75.49490600000001\";}'),(11432,522,'_locations_6_location','field_5683f288dcba1'),(11433,522,'locations_6_title','SR2004, 250'),(11434,522,'_locations_6_title','field_5683f2aadcba2'),(11435,522,'locations_6_image',''),(11436,522,'_locations_6_image','field_568439ed8109d'),(11437,522,'locations_6_description','This project is for a flood project and is affecting 5 properties in the Township of Covington, Lackawanna County.'),(11438,522,'_locations_6_description','field_5683f2b1dcba3'),(11439,522,'locations_7_location','a:3:{s:7:\"address\";s:21:\"41.359135, -75.494447\";s:3:\"lat\";s:9:\"41.359067\";s:3:\"lng\";s:18:\"-75.49490600000001\";}'),(11440,522,'_locations_7_location','field_5683f288dcba1'),(11441,522,'locations_7_title','SR2004, 250'),(11442,522,'_locations_7_title','field_5683f2aadcba2'),(11443,522,'locations_7_image',''),(11444,522,'_locations_7_image','field_568439ed8109d'),(11445,522,'locations_7_description','This project is for reconstruction and is affecting 4 properties in the Township of Madison, Lackawanna County.'),(11446,522,'_locations_7_description','field_5683f2b1dcba3'),(11447,522,'locations_8_location','a:3:{s:7:\"address\";s:21:\"41.317135, -75.551164\";s:3:\"lat\";s:10:\"41.3171963\";s:3:\"lng\";s:18:\"-75.55109429999999\";}'),(11448,522,'_locations_8_location','field_5683f288dcba1'),(11449,522,'locations_8_title','Daleville Stockpile'),(11450,522,'_locations_8_title','field_5683f2aadcba2'),(11451,522,'locations_8_image',''),(11452,522,'_locations_8_image','field_568439ed8109d'),(11453,522,'locations_8_description','This project is for a flood project and is affecting 5 properties in the Township of Covington, Lackawanna County.'),(11454,522,'_locations_8_description','field_5683f2b1dcba3'),(11455,522,'locations_9_location','a:3:{s:7:\"address\";s:21:\"41.266081, -76.291267\";s:3:\"lat\";s:10:\"41.2668817\";s:3:\"lng\";s:18:\"-76.29025159999998\";}'),(11456,522,'_locations_9_location','field_5683f288dcba1'),(11457,522,'locations_9_title','Luzerne County Brish'),(11458,522,'_locations_9_title','field_5683f2aadcba2'),(11459,522,'locations_9_image',''),(11460,522,'_locations_9_image','field_568439ed8109d'),(11461,522,'locations_9_description',''),(11462,522,'_locations_9_description','field_5683f2b1dcba3'),(11463,522,'locations_10_location','a:3:{s:7:\"address\";s:21:\"41.294579, -75.947686\";s:3:\"lat\";s:10:\"41.2945835\";s:3:\"lng\";s:18:\"-75.94770040000003\";}'),(11464,522,'_locations_10_location','field_5683f288dcba1'),(11465,522,'locations_10_title','Luzerne County Browns Creek 12'),(11466,522,'_locations_10_title','field_5683f2aadcba2'),(11467,522,'locations_10_image',''),(11468,522,'_locations_10_image','field_568439ed8109d'),(11469,522,'locations_10_description',''),(11470,522,'_locations_10_description','field_5683f2b1dcba3'),(11471,522,'locations_11_location','a:3:{s:7:\"address\";s:21:\"41.289499, -75.955916\";s:3:\"lat\";s:9:\"41.288856\";s:3:\"lng\";s:9:\"-75.95745\";}'),(11472,522,'_locations_11_location','field_5683f288dcba1'),(11473,522,'locations_11_title','Luzerne County Browns Creek 13'),(11474,522,'_locations_11_title','field_5683f2aadcba2'),(11475,522,'locations_11_image',''),(11476,522,'_locations_11_image','field_568439ed8109d'),(11477,522,'locations_11_description',''),(11478,522,'_locations_11_description','field_5683f2b1dcba3'),(11479,522,'locations_12_location','a:3:{s:7:\"address\";s:21:\"41.130388, -75.625973\";s:3:\"lat\";s:17:\"41.13012380000001\";s:3:\"lng\";s:18:\"-75.62548429999998\";}'),(11480,522,'_locations_12_location','field_5683f288dcba1'),(11481,522,'locations_12_title','State Route 115, Section 371 – E09080, Monroe and Luzerne – Bridge Replacement'),(11482,522,'_locations_12_title','field_5683f2aadcba2'),(11483,522,'locations_12_image','511'),(11484,522,'_locations_12_image','field_568439ed8109d'),(11485,522,'locations_12_description','This project was for a small bridge and affected 2 properties in the Townships of Bucks and Tobyhanna, Luzerne and Monroe Counties.'),(11486,522,'_locations_12_description','field_5683f2b1dcba3'),(11487,522,'locations_13_location','a:3:{s:7:\"address\";s:21:\"41.518613, -75.322306\";s:3:\"lat\";s:8:\"41.51691\";s:3:\"lng\";s:18:\"-75.32142599999997\";}'),(11488,522,'_locations_13_location','field_5683f288dcba1'),(11489,522,'locations_13_title','State Route 3037, Section 650 – E83054 - in Wayne County – Bridge Replacement'),(11490,522,'_locations_13_title','field_5683f2aadcba2'),(11491,522,'locations_13_image',''),(11492,522,'_locations_13_image','field_568439ed8109d'),(11493,522,'locations_13_description','This project is for a small bridge project and is affecting 2 properties in the Township of Cherry Ridge, Wayne County.'),(11494,522,'_locations_13_description','field_5683f2b1dcba3'),(11495,522,'locations_14_location','a:3:{s:7:\"address\";s:21:\"41.221166, -76.015002\";s:3:\"lat\";s:10:\"41.2211475\";s:3:\"lng\";s:18:\"-76.01497369999998\";}'),(11496,522,'_locations_14_location','field_5683f288dcba1'),(11497,522,'locations_14_title','State Route 0011, Section 353 – E08899 - in Luzerne County – Bridge Replacement'),(11498,522,'_locations_14_title','field_5683f2aadcba2'),(11499,522,'locations_14_image','515'),(11500,522,'_locations_14_image','field_568439ed8109d'),(11501,522,'locations_14_description','This project was for a small bridge and affected 4 properties in the Township of Plymouth, Luzerne County.'),(11502,522,'_locations_14_description','field_5683f2b1dcba3'),(11503,522,'locations_15_location','a:3:{s:7:\"address\";s:21:\"41.280778, -75.895555\";s:3:\"lat\";s:9:\"41.279748\";s:3:\"lng\";s:18:\"-75.89788499999997\";}'),(11504,522,'_locations_15_location','field_5683f288dcba1'),(11505,522,'locations_15_title','State Route 1054, Section 370 – E56699 in Luzerne County – Bridge Replacement'),(11506,522,'_locations_15_title','field_5683f2aadcba2'),(11507,522,'locations_15_image','518'),(11508,522,'_locations_15_image','field_568439ed8109d'),(11509,522,'locations_15_description','This project was for a small bridge and affected 3 properties in the Borough of Luzerne, Luzerne County.'),(11510,522,'_locations_15_description','field_5683f2b1dcba3'),(11511,522,'locations_16_location','a:3:{s:7:\"address\";s:21:\"41.989313, -75.423747\";s:3:\"lat\";s:9:\"41.989307\";s:3:\"lng\";s:18:\"-75.42374489999997\";}'),(11512,522,'_locations_16_location','field_5683f288dcba1'),(11513,522,'locations_16_title','State Route 4043 over Sherman – E56754 in Wayne County, Scott Twp. – Bridge Replacement'),(11514,522,'_locations_16_title','field_5683f2aadcba2'),(11515,522,'locations_16_image',''),(11516,522,'_locations_16_image','field_568439ed8109d'),(11517,522,'locations_16_description','This project is for a small bridge and is affecting 4 properties in the Township of Scott, Wayne County.'),(11518,522,'_locations_16_description','field_5683f2b1dcba3'),(11519,522,'locations_17_location','a:3:{s:7:\"address\";s:21:\"41.283610, -75.780138\";s:3:\"lat\";s:9:\"41.284705\";s:3:\"lng\";s:18:\"-75.77986499999997\";}'),(11520,522,'_locations_17_location','field_5683f288dcba1'),(11521,522,'locations_17_title','State Route 2039, Section 370 – E08867 in Luzerne County – Bridge Reeplacement'),(11522,522,'_locations_17_title','field_5683f2aadcba2'),(11523,522,'locations_17_image','521'),(11524,522,'_locations_17_image','field_568439ed8109d'),(11525,522,'locations_17_description','This project was for a small bridge and affected 3 properties in the Township of Jenkins, Luzerne County.'),(11526,522,'_locations_17_description','field_5683f2b1dcba3'),(11527,522,'locations','18'),(11528,522,'_locations','field_5683f253a5dba'),(11529,335,'locations_17_location','a:3:{s:7:\"address\";s:21:\"41.283610, -75.780138\";s:3:\"lat\";s:9:\"41.284705\";s:3:\"lng\";s:18:\"-75.77986499999997\";}'),(11530,335,'_locations_17_location','field_5683f288dcba1'),(11531,335,'locations_17_title','State Route 2039, Section 370 – E08867 in Luzerne County – Bridge Reeplacement'),(11532,335,'_locations_17_title','field_5683f2aadcba2'),(11533,335,'locations_17_image','521'),(11534,335,'_locations_17_image','field_568439ed8109d'),(11535,335,'locations_17_description','This project was for a small bridge and affected 3 properties in the Township of Jenkins, Luzerne County.'),(11536,335,'_locations_17_description','field_5683f2b1dcba3'),(11537,523,'locations_0_location','a:3:{s:7:\"address\";s:21:\"41.564217, -76.059027\";s:3:\"lat\";s:10:\"41.5633759\";s:3:\"lng\";s:18:\"-76.06040280000002\";}'),(11538,523,'_locations_0_location','field_5683f288dcba1'),(11539,523,'locations_0_title','3003 – 773 – Mehoopany'),(11540,523,'_locations_0_title','field_5683f2aadcba2'),(11541,523,'locations_0_image','463'),(11542,523,'_locations_0_image','field_568439ed8109d'),(11543,523,'locations_0_description','This project is for a mid-sized bridge replacement and roadway alignment and is affecting 10 properties and resulting in the relocation of 1 resident in the Township of Mehoopany, Wyoming County.'),(11544,523,'_locations_0_description','field_5683f2b1dcba3'),(11545,523,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.558172, -75.756456\";s:3:\"lat\";s:10:\"41.5550934\";s:3:\"lng\";s:18:\"-75.75364639999998\";}'),(11546,523,'_locations_1_location','field_5683f288dcba1'),(11547,523,'locations_1_title','SR0006, Section 214'),(11548,523,'_locations_1_title','field_5683f2aadcba2'),(11549,523,'locations_1_image',''),(11550,523,'_locations_1_image','field_568439ed8109d'),(11551,523,'locations_1_description','This project is for lane reconfiguration, intersection improvements, and drainage improvements and is affecting 34 parcels in the municipalities of Clinton, La Plume, Glenburn, South Abington, Factoryville, and Dalton, Lackawanna and Wyoming Counties.'),(11552,523,'_locations_1_description','field_5683f2b1dcba3'),(11553,523,'locations_2_location','a:3:{s:7:\"address\";s:21:\"41.558109, -75.756371\";s:3:\"lat\";s:10:\"41.5581464\";s:3:\"lng\";s:11:\"-75.7562883\";}'),(11554,523,'_locations_2_location','field_5683f288dcba1'),(11555,523,'locations_2_title','SR0415, 303'),(11556,523,'_locations_2_title','field_5683f2aadcba2'),(11557,523,'locations_2_image',''),(11558,523,'_locations_2_image','field_568439ed8109d'),(11559,523,'locations_2_description','This project is for a roadway realignment and is affecting 15 properties in the Township of Dallas, Luzerne County.'),(11560,523,'_locations_2_description','field_5683f2b1dcba3'),(11561,523,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.344964, -75.960057\";s:3:\"lat\";s:9:\"41.345173\";s:3:\"lng\";s:18:\"-75.96029190000002\";}'),(11562,523,'_locations_3_location','field_5683f288dcba1'),(11563,523,'locations_3_title','SR0309, 330'),(11564,523,'_locations_3_title','field_5683f2aadcba2'),(11565,523,'locations_3_image',''),(11566,523,'_locations_3_image','field_568439ed8109d'),(11567,523,'locations_3_description','This project is for roadway relocation and intersection realignment and is affecting 8 properties in the Township of Dallas, Luzerne County.'),(11568,523,'_locations_3_description','field_5683f2b1dcba3'),(11569,523,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.490658, -75.551795\";s:3:\"lat\";s:10:\"41.4905565\";s:3:\"lng\";s:18:\"-75.55236930000001\";}'),(11570,523,'_locations_4_location','field_5683f288dcba1'),(11571,523,'locations_4_title','SR1012, 202'),(11572,523,'_locations_4_title','field_5683f2aadcba2'),(11573,523,'locations_4_image',''),(11574,523,'_locations_4_image','field_568439ed8109d'),(11575,523,'locations_4_description',''),(11576,523,'_locations_4_description','field_5683f2b1dcba3'),(11577,523,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.872160, -75.730199\";s:3:\"lat\";s:17:\"41.87217649999999\";s:3:\"lng\";s:11:\"-75.7301933\";}'),(11578,523,'_locations_5_location','field_5683f288dcba1'),(11579,523,'locations_5_title','SR1016, 571'),(11580,523,'_locations_5_title','field_5683f2aadcba2'),(11581,523,'locations_5_image',''),(11582,523,'_locations_5_image','field_568439ed8109d'),(11583,523,'locations_5_description',''),(11584,523,'_locations_5_description','field_5683f2b1dcba3'),(11585,523,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.359132, -75.494434\";s:3:\"lat\";s:9:\"41.359067\";s:3:\"lng\";s:18:\"-75.49490600000001\";}'),(11586,523,'_locations_6_location','field_5683f288dcba1'),(11587,523,'locations_6_title','SR2004, 250'),(11588,523,'_locations_6_title','field_5683f2aadcba2'),(11589,523,'locations_6_image',''),(11590,523,'_locations_6_image','field_568439ed8109d'),(11591,523,'locations_6_description','This project is for a flood project and is affecting 5 properties in the Township of Covington, Lackawanna County.'),(11592,523,'_locations_6_description','field_5683f2b1dcba3'),(11593,523,'locations_7_location','a:3:{s:7:\"address\";s:21:\"41.359135, -75.494447\";s:3:\"lat\";s:9:\"41.359067\";s:3:\"lng\";s:18:\"-75.49490600000001\";}'),(11594,523,'_locations_7_location','field_5683f288dcba1'),(11595,523,'locations_7_title','SR2004, 250'),(11596,523,'_locations_7_title','field_5683f2aadcba2'),(11597,523,'locations_7_image',''),(11598,523,'_locations_7_image','field_568439ed8109d'),(11599,523,'locations_7_description','This project is for reconstruction and is affecting 4 properties in the Township of Madison, Lackawanna County.'),(11600,523,'_locations_7_description','field_5683f2b1dcba3'),(11601,523,'locations_8_location','a:3:{s:7:\"address\";s:21:\"41.317135, -75.551164\";s:3:\"lat\";s:10:\"41.3171963\";s:3:\"lng\";s:18:\"-75.55109429999999\";}'),(11602,523,'_locations_8_location','field_5683f288dcba1'),(11603,523,'locations_8_title','Daleville Stockpile'),(11604,523,'_locations_8_title','field_5683f2aadcba2'),(11605,523,'locations_8_image',''),(11606,523,'_locations_8_image','field_568439ed8109d'),(11607,523,'locations_8_description','This project is for a flood project and is affecting 5 properties in the Township of Covington, Lackawanna County.'),(11608,523,'_locations_8_description','field_5683f2b1dcba3'),(11609,523,'locations_9_location','a:3:{s:7:\"address\";s:21:\"41.266081, -76.291267\";s:3:\"lat\";s:10:\"41.2668817\";s:3:\"lng\";s:18:\"-76.29025159999998\";}'),(11610,523,'_locations_9_location','field_5683f288dcba1'),(11611,523,'locations_9_title','Luzerne County Brish'),(11612,523,'_locations_9_title','field_5683f2aadcba2'),(11613,523,'locations_9_image',''),(11614,523,'_locations_9_image','field_568439ed8109d'),(11615,523,'locations_9_description',''),(11616,523,'_locations_9_description','field_5683f2b1dcba3'),(11617,523,'locations_10_location','a:3:{s:7:\"address\";s:21:\"41.294579, -75.947686\";s:3:\"lat\";s:10:\"41.2945835\";s:3:\"lng\";s:18:\"-75.94770040000003\";}'),(11618,523,'_locations_10_location','field_5683f288dcba1'),(11619,523,'locations_10_title','Luzerne County Browns Creek 12'),(11620,523,'_locations_10_title','field_5683f2aadcba2'),(11621,523,'locations_10_image',''),(11622,523,'_locations_10_image','field_568439ed8109d'),(11623,523,'locations_10_description',''),(11624,523,'_locations_10_description','field_5683f2b1dcba3'),(11625,523,'locations_11_location','a:3:{s:7:\"address\";s:21:\"41.289499, -75.955916\";s:3:\"lat\";s:9:\"41.288856\";s:3:\"lng\";s:9:\"-75.95745\";}'),(11626,523,'_locations_11_location','field_5683f288dcba1'),(11627,523,'locations_11_title','Luzerne County Browns Creek 13'),(11628,523,'_locations_11_title','field_5683f2aadcba2'),(11629,523,'locations_11_image',''),(11630,523,'_locations_11_image','field_568439ed8109d'),(11631,523,'locations_11_description',''),(11632,523,'_locations_11_description','field_5683f2b1dcba3'),(11633,523,'locations_12_location','a:3:{s:7:\"address\";s:21:\"41.130388, -75.625973\";s:3:\"lat\";s:17:\"41.13012380000001\";s:3:\"lng\";s:18:\"-75.62548429999998\";}'),(11634,523,'_locations_12_location','field_5683f288dcba1'),(11635,523,'locations_12_title','State Route 115, Section 371 – E09080, Monroe and Luzerne – Bridge Replacement'),(11636,523,'_locations_12_title','field_5683f2aadcba2'),(11637,523,'locations_12_image','511'),(11638,523,'_locations_12_image','field_568439ed8109d'),(11639,523,'locations_12_description','This project was for a small bridge and affected 2 properties in the Townships of Bucks and Tobyhanna, Luzerne and Monroe Counties.'),(11640,523,'_locations_12_description','field_5683f2b1dcba3'),(11641,523,'locations_13_location','a:3:{s:7:\"address\";s:21:\"41.518613, -75.322306\";s:3:\"lat\";s:8:\"41.51691\";s:3:\"lng\";s:18:\"-75.32142599999997\";}'),(11642,523,'_locations_13_location','field_5683f288dcba1'),(11643,523,'locations_13_title','State Route 3037, Section 650 – E83054 - in Wayne County – Bridge Replacement'),(11644,523,'_locations_13_title','field_5683f2aadcba2'),(11645,523,'locations_13_image',''),(11646,523,'_locations_13_image','field_568439ed8109d'),(11647,523,'locations_13_description','This project is for a small bridge project and is affecting 2 properties in the Township of Cherry Ridge, Wayne County.'),(11648,523,'_locations_13_description','field_5683f2b1dcba3'),(11649,523,'locations_14_location','a:3:{s:7:\"address\";s:21:\"41.221166, -76.015002\";s:3:\"lat\";s:10:\"41.2211475\";s:3:\"lng\";s:18:\"-76.01497369999998\";}'),(11650,523,'_locations_14_location','field_5683f288dcba1'),(11651,523,'locations_14_title','State Route 0011, Section 353 – E08899 - in Luzerne County – Bridge Replacement'),(11652,523,'_locations_14_title','field_5683f2aadcba2'),(11653,523,'locations_14_image','515'),(11654,523,'_locations_14_image','field_568439ed8109d'),(11655,523,'locations_14_description','This project was for a small bridge and affected 4 properties in the Township of Plymouth, Luzerne County.'),(11656,523,'_locations_14_description','field_5683f2b1dcba3'),(11657,523,'locations_15_location','a:3:{s:7:\"address\";s:21:\"41.280778, -75.895555\";s:3:\"lat\";s:9:\"41.279748\";s:3:\"lng\";s:18:\"-75.89788499999997\";}'),(11658,523,'_locations_15_location','field_5683f288dcba1'),(11659,523,'locations_15_title','State Route 1054, Section 370 – E56699 in Luzerne County – Bridge Replacement'),(11660,523,'_locations_15_title','field_5683f2aadcba2'),(11661,523,'locations_15_image','518'),(11662,523,'_locations_15_image','field_568439ed8109d'),(11663,523,'locations_15_description','This project was for a small bridge and affected 3 properties in the Borough of Luzerne, Luzerne County.'),(11664,523,'_locations_15_description','field_5683f2b1dcba3'),(11665,523,'locations_16_location','a:3:{s:7:\"address\";s:21:\"41.989313, -75.423747\";s:3:\"lat\";s:9:\"41.989307\";s:3:\"lng\";s:18:\"-75.42374489999997\";}'),(11666,523,'_locations_16_location','field_5683f288dcba1'),(11667,523,'locations_16_title','State Route 4043 over Sherman – E56754 in Wayne County, Scott Twp. – Bridge Replacement'),(11668,523,'_locations_16_title','field_5683f2aadcba2'),(11669,523,'locations_16_image',''),(11670,523,'_locations_16_image','field_568439ed8109d'),(11671,523,'locations_16_description','This project is for a small bridge and is affecting 4 properties in the Township of Scott, Wayne County.'),(11672,523,'_locations_16_description','field_5683f2b1dcba3'),(11673,523,'locations_17_location','a:3:{s:7:\"address\";s:21:\"41.283610, -75.780138\";s:3:\"lat\";s:9:\"41.284705\";s:3:\"lng\";s:18:\"-75.77986499999997\";}'),(11674,523,'_locations_17_location','field_5683f288dcba1'),(11675,523,'locations_17_title','State Route 2039, Section 370 – E08867 in Luzerne County – Bridge Reeplacement'),(11676,523,'_locations_17_title','field_5683f2aadcba2'),(11677,523,'locations_17_image','521'),(11678,523,'_locations_17_image','field_568439ed8109d'),(11679,523,'locations_17_description','This project was for a small bridge and affected 3 properties in the Township of Jenkins, Luzerne County.'),(11680,523,'_locations_17_description','field_5683f2b1dcba3'),(11681,523,'locations_18_location','a:3:{s:7:\"address\";s:21:\"41.243054, -75.934914\";s:3:\"lat\";s:10:\"41.2430407\";s:3:\"lng\";s:18:\"-75.93489540000002\";}'),(11682,523,'_locations_18_location','field_5683f288dcba1'),(11683,523,'locations_18_title','State Route 2067, Section 370 – E08743 in Luzerne County, Plymouth Boro – Bridge Replacement'),(11684,523,'_locations_18_title','field_5683f2aadcba2'),(11685,523,'locations_18_image',''),(11686,523,'_locations_18_image','field_568439ed8109d'),(11687,523,'locations_18_description','This project is for a small bridge and is affecting 3 properties in the Township of Plymouth, Luzerne County.'),(11688,523,'_locations_18_description','field_5683f2b1dcba3'),(11689,523,'locations','19'),(11690,523,'_locations','field_5683f253a5dba'),(11691,335,'locations_18_location','a:3:{s:7:\"address\";s:21:\"41.243054, -75.934914\";s:3:\"lat\";s:10:\"41.2430407\";s:3:\"lng\";s:18:\"-75.93489540000002\";}'),(11692,335,'_locations_18_location','field_5683f288dcba1'),(11693,335,'locations_18_title','State Route 2067, Section 370 – E08743 in Luzerne County, Plymouth Boro – Bridge Replacement'),(11694,335,'_locations_18_title','field_5683f2aadcba2'),(11695,335,'locations_18_image',''),(11696,335,'_locations_18_image','field_568439ed8109d'),(11697,335,'locations_18_description','This project is for a small bridge and is affecting 3 properties in the Township of Plymouth, Luzerne County.'),(11698,335,'_locations_18_description','field_5683f2b1dcba3'),(11699,524,'_wp_attached_file','2015/12/wpe62a1973_06.png'),(11700,524,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:281;s:6:\"height\";i:198;s:4:\"file\";s:25:\"2015/12/wpe62a1973_06.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wpe62a1973_06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(11701,525,'locations_0_location','a:3:{s:7:\"address\";s:21:\"41.564217, -76.059027\";s:3:\"lat\";s:10:\"41.5633759\";s:3:\"lng\";s:18:\"-76.06040280000002\";}'),(11702,525,'_locations_0_location','field_5683f288dcba1'),(11703,525,'locations_0_title','3003 – 773 – Mehoopany'),(11704,525,'_locations_0_title','field_5683f2aadcba2'),(11705,525,'locations_0_image','463'),(11706,525,'_locations_0_image','field_568439ed8109d'),(11707,525,'locations_0_description','This project is for a mid-sized bridge replacement and roadway alignment and is affecting 10 properties and resulting in the relocation of 1 resident in the Township of Mehoopany, Wyoming County.'),(11708,525,'_locations_0_description','field_5683f2b1dcba3'),(11709,525,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.558172, -75.756456\";s:3:\"lat\";s:10:\"41.5550934\";s:3:\"lng\";s:18:\"-75.75364639999998\";}'),(11710,525,'_locations_1_location','field_5683f288dcba1'),(11711,525,'locations_1_title','SR0006, Section 214'),(11712,525,'_locations_1_title','field_5683f2aadcba2'),(11713,525,'locations_1_image',''),(11714,525,'_locations_1_image','field_568439ed8109d'),(11715,525,'locations_1_description','This project is for lane reconfiguration, intersection improvements, and drainage improvements and is affecting 34 parcels in the municipalities of Clinton, La Plume, Glenburn, South Abington, Factoryville, and Dalton, Lackawanna and Wyoming Counties.'),(11716,525,'_locations_1_description','field_5683f2b1dcba3'),(11717,525,'locations_2_location','a:3:{s:7:\"address\";s:21:\"41.558109, -75.756371\";s:3:\"lat\";s:10:\"41.5581464\";s:3:\"lng\";s:11:\"-75.7562883\";}'),(11718,525,'_locations_2_location','field_5683f288dcba1'),(11719,525,'locations_2_title','SR0415, 303'),(11720,525,'_locations_2_title','field_5683f2aadcba2'),(11721,525,'locations_2_image',''),(11722,525,'_locations_2_image','field_568439ed8109d'),(11723,525,'locations_2_description','This project is for a roadway realignment and is affecting 15 properties in the Township of Dallas, Luzerne County.'),(11724,525,'_locations_2_description','field_5683f2b1dcba3'),(11725,525,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.344964, -75.960057\";s:3:\"lat\";s:9:\"41.345173\";s:3:\"lng\";s:18:\"-75.96029190000002\";}'),(11726,525,'_locations_3_location','field_5683f288dcba1'),(11727,525,'locations_3_title','SR0309, 330'),(11728,525,'_locations_3_title','field_5683f2aadcba2'),(11729,525,'locations_3_image',''),(11730,525,'_locations_3_image','field_568439ed8109d'),(11731,525,'locations_3_description','This project is for roadway relocation and intersection realignment and is affecting 8 properties in the Township of Dallas, Luzerne County.'),(11732,525,'_locations_3_description','field_5683f2b1dcba3'),(11733,525,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.490658, -75.551795\";s:3:\"lat\";s:10:\"41.4905565\";s:3:\"lng\";s:18:\"-75.55236930000001\";}'),(11734,525,'_locations_4_location','field_5683f288dcba1'),(11735,525,'locations_4_title','SR1012, 202'),(11736,525,'_locations_4_title','field_5683f2aadcba2'),(11737,525,'locations_4_image',''),(11738,525,'_locations_4_image','field_568439ed8109d'),(11739,525,'locations_4_description',''),(11740,525,'_locations_4_description','field_5683f2b1dcba3'),(11741,525,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.872160, -75.730199\";s:3:\"lat\";s:17:\"41.87217649999999\";s:3:\"lng\";s:11:\"-75.7301933\";}'),(11742,525,'_locations_5_location','field_5683f288dcba1'),(11743,525,'locations_5_title','SR1016, 571'),(11744,525,'_locations_5_title','field_5683f2aadcba2'),(11745,525,'locations_5_image',''),(11746,525,'_locations_5_image','field_568439ed8109d'),(11747,525,'locations_5_description',''),(11748,525,'_locations_5_description','field_5683f2b1dcba3'),(11749,525,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.359132, -75.494434\";s:3:\"lat\";s:9:\"41.359067\";s:3:\"lng\";s:18:\"-75.49490600000001\";}'),(11750,525,'_locations_6_location','field_5683f288dcba1'),(11751,525,'locations_6_title','SR2004, 250'),(11752,525,'_locations_6_title','field_5683f2aadcba2'),(11753,525,'locations_6_image',''),(11754,525,'_locations_6_image','field_568439ed8109d'),(11755,525,'locations_6_description','This project is for a flood project and is affecting 5 properties in the Township of Covington, Lackawanna County.'),(11756,525,'_locations_6_description','field_5683f2b1dcba3'),(11757,525,'locations_7_location','a:3:{s:7:\"address\";s:21:\"41.359135, -75.494447\";s:3:\"lat\";s:9:\"41.359067\";s:3:\"lng\";s:18:\"-75.49490600000001\";}'),(11758,525,'_locations_7_location','field_5683f288dcba1'),(11759,525,'locations_7_title','SR2004, 250'),(11760,525,'_locations_7_title','field_5683f2aadcba2'),(11761,525,'locations_7_image',''),(11762,525,'_locations_7_image','field_568439ed8109d'),(11763,525,'locations_7_description','This project is for reconstruction and is affecting 4 properties in the Township of Madison, Lackawanna County.'),(11764,525,'_locations_7_description','field_5683f2b1dcba3'),(11765,525,'locations_8_location','a:3:{s:7:\"address\";s:21:\"41.317135, -75.551164\";s:3:\"lat\";s:10:\"41.3171963\";s:3:\"lng\";s:18:\"-75.55109429999999\";}'),(11766,525,'_locations_8_location','field_5683f288dcba1'),(11767,525,'locations_8_title','Daleville Stockpile'),(11768,525,'_locations_8_title','field_5683f2aadcba2'),(11769,525,'locations_8_image',''),(11770,525,'_locations_8_image','field_568439ed8109d'),(11771,525,'locations_8_description','This project is for a flood project and is affecting 5 properties in the Township of Covington, Lackawanna County.'),(11772,525,'_locations_8_description','field_5683f2b1dcba3'),(11773,525,'locations_9_location','a:3:{s:7:\"address\";s:21:\"41.266081, -76.291267\";s:3:\"lat\";s:10:\"41.2668817\";s:3:\"lng\";s:18:\"-76.29025159999998\";}'),(11774,525,'_locations_9_location','field_5683f288dcba1'),(11775,525,'locations_9_title','Luzerne County Brish'),(11776,525,'_locations_9_title','field_5683f2aadcba2'),(11777,525,'locations_9_image',''),(11778,525,'_locations_9_image','field_568439ed8109d'),(11779,525,'locations_9_description',''),(11780,525,'_locations_9_description','field_5683f2b1dcba3'),(11781,525,'locations_10_location','a:3:{s:7:\"address\";s:21:\"41.294579, -75.947686\";s:3:\"lat\";s:10:\"41.2945835\";s:3:\"lng\";s:18:\"-75.94770040000003\";}'),(11782,525,'_locations_10_location','field_5683f288dcba1'),(11783,525,'locations_10_title','Luzerne County Browns Creek 12'),(11784,525,'_locations_10_title','field_5683f2aadcba2'),(11785,525,'locations_10_image',''),(11786,525,'_locations_10_image','field_568439ed8109d'),(11787,525,'locations_10_description',''),(11788,525,'_locations_10_description','field_5683f2b1dcba3'),(11789,525,'locations_11_location','a:3:{s:7:\"address\";s:21:\"41.289499, -75.955916\";s:3:\"lat\";s:9:\"41.288856\";s:3:\"lng\";s:9:\"-75.95745\";}'),(11790,525,'_locations_11_location','field_5683f288dcba1'),(11791,525,'locations_11_title','Luzerne County Browns Creek 13'),(11792,525,'_locations_11_title','field_5683f2aadcba2'),(11793,525,'locations_11_image',''),(11794,525,'_locations_11_image','field_568439ed8109d'),(11795,525,'locations_11_description',''),(11796,525,'_locations_11_description','field_5683f2b1dcba3'),(11797,525,'locations_12_location','a:3:{s:7:\"address\";s:21:\"41.130388, -75.625973\";s:3:\"lat\";s:17:\"41.13012380000001\";s:3:\"lng\";s:18:\"-75.62548429999998\";}'),(11798,525,'_locations_12_location','field_5683f288dcba1'),(11799,525,'locations_12_title','State Route 115, Section 371 – E09080, Monroe and Luzerne – Bridge Replacement'),(11800,525,'_locations_12_title','field_5683f2aadcba2'),(11801,525,'locations_12_image','511'),(11802,525,'_locations_12_image','field_568439ed8109d'),(11803,525,'locations_12_description','This project was for a small bridge and affected 2 properties in the Townships of Bucks and Tobyhanna, Luzerne and Monroe Counties.'),(11804,525,'_locations_12_description','field_5683f2b1dcba3'),(11805,525,'locations_13_location','a:3:{s:7:\"address\";s:21:\"41.518613, -75.322306\";s:3:\"lat\";s:8:\"41.51691\";s:3:\"lng\";s:18:\"-75.32142599999997\";}'),(11806,525,'_locations_13_location','field_5683f288dcba1'),(11807,525,'locations_13_title','State Route 3037, Section 650 – E83054 - in Wayne County – Bridge Replacement'),(11808,525,'_locations_13_title','field_5683f2aadcba2'),(11809,525,'locations_13_image',''),(11810,525,'_locations_13_image','field_568439ed8109d'),(11811,525,'locations_13_description','This project is for a small bridge project and is affecting 2 properties in the Township of Cherry Ridge, Wayne County.'),(11812,525,'_locations_13_description','field_5683f2b1dcba3'),(11813,525,'locations_14_location','a:3:{s:7:\"address\";s:21:\"41.221166, -76.015002\";s:3:\"lat\";s:10:\"41.2211475\";s:3:\"lng\";s:18:\"-76.01497369999998\";}'),(11814,525,'_locations_14_location','field_5683f288dcba1'),(11815,525,'locations_14_title','State Route 0011, Section 353 – E08899 - in Luzerne County – Bridge Replacement'),(11816,525,'_locations_14_title','field_5683f2aadcba2'),(11817,525,'locations_14_image','515'),(11818,525,'_locations_14_image','field_568439ed8109d'),(11819,525,'locations_14_description','This project was for a small bridge and affected 4 properties in the Township of Plymouth, Luzerne County.'),(11820,525,'_locations_14_description','field_5683f2b1dcba3'),(11821,525,'locations_15_location','a:3:{s:7:\"address\";s:21:\"41.280778, -75.895555\";s:3:\"lat\";s:9:\"41.279748\";s:3:\"lng\";s:18:\"-75.89788499999997\";}'),(11822,525,'_locations_15_location','field_5683f288dcba1'),(11823,525,'locations_15_title','State Route 1054, Section 370 – E56699 in Luzerne County – Bridge Replacement'),(11824,525,'_locations_15_title','field_5683f2aadcba2'),(11825,525,'locations_15_image','518'),(11826,525,'_locations_15_image','field_568439ed8109d'),(11827,525,'locations_15_description','This project was for a small bridge and affected 3 properties in the Borough of Luzerne, Luzerne County.'),(11828,525,'_locations_15_description','field_5683f2b1dcba3'),(11829,525,'locations_16_location','a:3:{s:7:\"address\";s:21:\"41.989313, -75.423747\";s:3:\"lat\";s:9:\"41.989307\";s:3:\"lng\";s:18:\"-75.42374489999997\";}'),(11830,525,'_locations_16_location','field_5683f288dcba1'),(11831,525,'locations_16_title','State Route 4043 over Sherman – E56754 in Wayne County, Scott Twp. – Bridge Replacement'),(11832,525,'_locations_16_title','field_5683f2aadcba2'),(11833,525,'locations_16_image',''),(11834,525,'_locations_16_image','field_568439ed8109d'),(11835,525,'locations_16_description','This project is for a small bridge and is affecting 4 properties in the Township of Scott, Wayne County.'),(11836,525,'_locations_16_description','field_5683f2b1dcba3'),(11837,525,'locations_17_location','a:3:{s:7:\"address\";s:21:\"41.283610, -75.780138\";s:3:\"lat\";s:9:\"41.284705\";s:3:\"lng\";s:18:\"-75.77986499999997\";}'),(11838,525,'_locations_17_location','field_5683f288dcba1'),(11839,525,'locations_17_title','State Route 2039, Section 370 – E08867 in Luzerne County – Bridge Reeplacement'),(11840,525,'_locations_17_title','field_5683f2aadcba2'),(11841,525,'locations_17_image','521'),(11842,525,'_locations_17_image','field_568439ed8109d'),(11843,525,'locations_17_description','This project was for a small bridge and affected 3 properties in the Township of Jenkins, Luzerne County.'),(11844,525,'_locations_17_description','field_5683f2b1dcba3'),(11845,525,'locations_18_location','a:3:{s:7:\"address\";s:21:\"41.243054, -75.934914\";s:3:\"lat\";s:10:\"41.2430407\";s:3:\"lng\";s:18:\"-75.93489540000002\";}'),(11846,525,'_locations_18_location','field_5683f288dcba1'),(11847,525,'locations_18_title','State Route 2067, Section 370 – E08743 in Luzerne County, Plymouth Boro – Bridge Replacement'),(11848,525,'_locations_18_title','field_5683f2aadcba2'),(11849,525,'locations_18_image',''),(11850,525,'_locations_18_image','field_568439ed8109d'),(11851,525,'locations_18_description','This project is for a small bridge and is affecting 3 properties in the Township of Plymouth, Luzerne County.'),(11852,525,'_locations_18_description','field_5683f2b1dcba3'),(11853,525,'locations_19_location','a:3:{s:7:\"address\";s:21:\"41.592388, -75.858530\";s:3:\"lat\";s:10:\"41.5924082\";s:3:\"lng\";s:18:\"-75.85857759999999\";}'),(11854,525,'_locations_19_location','field_5683f288dcba1'),(11855,525,'locations_19_title','State Route 1010, Section 770 – E68803 in Clinton and Wyoming? – Bridge Replacement'),(11856,525,'_locations_19_title','field_5683f2aadcba2'),(11857,525,'locations_19_image','524'),(11858,525,'_locations_19_image','field_568439ed8109d'),(11859,525,'locations_19_description','This project is for a small bridge and is affecting 3 properties in the Township of Clinton, Wyoming County.'),(11860,525,'_locations_19_description','field_5683f2b1dcba3'),(11861,525,'locations','20'),(11862,525,'_locations','field_5683f253a5dba'),(11863,335,'locations_19_location','a:3:{s:7:\"address\";s:21:\"41.592388, -75.858530\";s:3:\"lat\";s:10:\"41.5924082\";s:3:\"lng\";s:18:\"-75.85857759999999\";}'),(11864,335,'_locations_19_location','field_5683f288dcba1'),(11865,335,'locations_19_title','State Route 1010, Section 770 – E68803 in Clinton and Wyoming? – Bridge Replacement'),(11866,335,'_locations_19_title','field_5683f2aadcba2'),(11867,335,'locations_19_image','524'),(11868,335,'_locations_19_image','field_568439ed8109d'),(11869,335,'locations_19_description','This project is for a small bridge and is affecting 3 properties in the Township of Clinton, Wyoming County.'),(11870,335,'_locations_19_description','field_5683f2b1dcba3'),(11871,526,'locations_0_location','a:3:{s:7:\"address\";s:21:\"41.564217, -76.059027\";s:3:\"lat\";s:10:\"41.5633759\";s:3:\"lng\";s:18:\"-76.06040280000002\";}'),(11872,526,'_locations_0_location','field_5683f288dcba1'),(11873,526,'locations_0_title','3003 – 773 – Mehoopany'),(11874,526,'_locations_0_title','field_5683f2aadcba2'),(11875,526,'locations_0_image','463'),(11876,526,'_locations_0_image','field_568439ed8109d'),(11877,526,'locations_0_description','This project is for a mid-sized bridge replacement and roadway alignment and is affecting 10 properties and resulting in the relocation of 1 resident in the Township of Mehoopany, Wyoming County.'),(11878,526,'_locations_0_description','field_5683f2b1dcba3'),(11879,526,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.558172, -75.756456\";s:3:\"lat\";s:10:\"41.5550934\";s:3:\"lng\";s:18:\"-75.75364639999998\";}'),(11880,526,'_locations_1_location','field_5683f288dcba1'),(11881,526,'locations_1_title','SR0006, Section 214'),(11882,526,'_locations_1_title','field_5683f2aadcba2'),(11883,526,'locations_1_image',''),(11884,526,'_locations_1_image','field_568439ed8109d'),(11885,526,'locations_1_description','This project is for lane reconfiguration, intersection improvements, and drainage improvements and is affecting 34 parcels in the municipalities of Clinton, La Plume, Glenburn, South Abington, Factoryville, and Dalton, Lackawanna and Wyoming Counties.'),(11886,526,'_locations_1_description','field_5683f2b1dcba3'),(11887,526,'locations_2_location','a:3:{s:7:\"address\";s:21:\"41.558109, -75.756371\";s:3:\"lat\";s:10:\"41.5581464\";s:3:\"lng\";s:11:\"-75.7562883\";}'),(11888,526,'_locations_2_location','field_5683f288dcba1'),(11889,526,'locations_2_title','SR0415, 303'),(11890,526,'_locations_2_title','field_5683f2aadcba2'),(11891,526,'locations_2_image',''),(11892,526,'_locations_2_image','field_568439ed8109d'),(11893,526,'locations_2_description','This project is for a roadway realignment and is affecting 15 properties in the Township of Dallas, Luzerne County.'),(11894,526,'_locations_2_description','field_5683f2b1dcba3'),(11895,526,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.344964, -75.960057\";s:3:\"lat\";s:9:\"41.345173\";s:3:\"lng\";s:18:\"-75.96029190000002\";}'),(11896,526,'_locations_3_location','field_5683f288dcba1'),(11897,526,'locations_3_title','SR0309, 330'),(11898,526,'_locations_3_title','field_5683f2aadcba2'),(11899,526,'locations_3_image',''),(11900,526,'_locations_3_image','field_568439ed8109d'),(11901,526,'locations_3_description','This project is for roadway relocation and intersection realignment and is affecting 8 properties in the Township of Dallas, Luzerne County.'),(11902,526,'_locations_3_description','field_5683f2b1dcba3'),(11903,526,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.490658, -75.551795\";s:3:\"lat\";s:10:\"41.4905565\";s:3:\"lng\";s:18:\"-75.55236930000001\";}'),(11904,526,'_locations_4_location','field_5683f288dcba1'),(11905,526,'locations_4_title','SR1012, 202'),(11906,526,'_locations_4_title','field_5683f2aadcba2'),(11907,526,'locations_4_image',''),(11908,526,'_locations_4_image','field_568439ed8109d'),(11909,526,'locations_4_description',''),(11910,526,'_locations_4_description','field_5683f2b1dcba3'),(11911,526,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.872160, -75.730199\";s:3:\"lat\";s:17:\"41.87217649999999\";s:3:\"lng\";s:11:\"-75.7301933\";}'),(11912,526,'_locations_5_location','field_5683f288dcba1'),(11913,526,'locations_5_title','SR1016, 571'),(11914,526,'_locations_5_title','field_5683f2aadcba2'),(11915,526,'locations_5_image',''),(11916,526,'_locations_5_image','field_568439ed8109d'),(11917,526,'locations_5_description',''),(11918,526,'_locations_5_description','field_5683f2b1dcba3'),(11919,526,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.359132, -75.494434\";s:3:\"lat\";s:9:\"41.359067\";s:3:\"lng\";s:18:\"-75.49490600000001\";}'),(11920,526,'_locations_6_location','field_5683f288dcba1'),(11921,526,'locations_6_title','SR2004, 250'),(11922,526,'_locations_6_title','field_5683f2aadcba2'),(11923,526,'locations_6_image',''),(11924,526,'_locations_6_image','field_568439ed8109d'),(11925,526,'locations_6_description','This project is for a flood project and is affecting 5 properties in the Township of Covington, Lackawanna County.'),(11926,526,'_locations_6_description','field_5683f2b1dcba3'),(11927,526,'locations_7_location','a:3:{s:7:\"address\";s:21:\"41.359135, -75.494447\";s:3:\"lat\";s:9:\"41.359067\";s:3:\"lng\";s:18:\"-75.49490600000001\";}'),(11928,526,'_locations_7_location','field_5683f288dcba1'),(11929,526,'locations_7_title','SR2004, 250'),(11930,526,'_locations_7_title','field_5683f2aadcba2'),(11931,526,'locations_7_image',''),(11932,526,'_locations_7_image','field_568439ed8109d'),(11933,526,'locations_7_description','This project is for reconstruction and is affecting 4 properties in the Township of Madison, Lackawanna County.'),(11934,526,'_locations_7_description','field_5683f2b1dcba3'),(11935,526,'locations_8_location','a:3:{s:7:\"address\";s:21:\"41.317135, -75.551164\";s:3:\"lat\";s:10:\"41.3171963\";s:3:\"lng\";s:18:\"-75.55109429999999\";}'),(11936,526,'_locations_8_location','field_5683f288dcba1'),(11937,526,'locations_8_title','Daleville Stockpile'),(11938,526,'_locations_8_title','field_5683f2aadcba2'),(11939,526,'locations_8_image',''),(11940,526,'_locations_8_image','field_568439ed8109d'),(11941,526,'locations_8_description','This project is for a flood project and is affecting 5 properties in the Township of Covington, Lackawanna County.'),(11942,526,'_locations_8_description','field_5683f2b1dcba3'),(11943,526,'locations_9_location','a:3:{s:7:\"address\";s:21:\"41.266081, -76.291267\";s:3:\"lat\";s:10:\"41.2668817\";s:3:\"lng\";s:18:\"-76.29025159999998\";}'),(11944,526,'_locations_9_location','field_5683f288dcba1'),(11945,526,'locations_9_title','Luzerne County Brish'),(11946,526,'_locations_9_title','field_5683f2aadcba2'),(11947,526,'locations_9_image',''),(11948,526,'_locations_9_image','field_568439ed8109d'),(11949,526,'locations_9_description',''),(11950,526,'_locations_9_description','field_5683f2b1dcba3'),(11951,526,'locations_10_location','a:3:{s:7:\"address\";s:21:\"41.294579, -75.947686\";s:3:\"lat\";s:10:\"41.2945835\";s:3:\"lng\";s:18:\"-75.94770040000003\";}'),(11952,526,'_locations_10_location','field_5683f288dcba1'),(11953,526,'locations_10_title','Luzerne County Browns Creek 12'),(11954,526,'_locations_10_title','field_5683f2aadcba2'),(11955,526,'locations_10_image',''),(11956,526,'_locations_10_image','field_568439ed8109d'),(11957,526,'locations_10_description',''),(11958,526,'_locations_10_description','field_5683f2b1dcba3'),(11959,526,'locations_11_location','a:3:{s:7:\"address\";s:21:\"41.289499, -75.955916\";s:3:\"lat\";s:9:\"41.288856\";s:3:\"lng\";s:9:\"-75.95745\";}'),(11960,526,'_locations_11_location','field_5683f288dcba1'),(11961,526,'locations_11_title','Luzerne County Browns Creek 13'),(11962,526,'_locations_11_title','field_5683f2aadcba2'),(11963,526,'locations_11_image',''),(11964,526,'_locations_11_image','field_568439ed8109d'),(11965,526,'locations_11_description',''),(11966,526,'_locations_11_description','field_5683f2b1dcba3'),(11967,526,'locations_12_location','a:3:{s:7:\"address\";s:21:\"41.130388, -75.625973\";s:3:\"lat\";s:17:\"41.13012380000001\";s:3:\"lng\";s:18:\"-75.62548429999998\";}'),(11968,526,'_locations_12_location','field_5683f288dcba1'),(11969,526,'locations_12_title','State Route 115, Section 371 – E09080, Monroe and Luzerne – Bridge Replacement'),(11970,526,'_locations_12_title','field_5683f2aadcba2'),(11971,526,'locations_12_image','511'),(11972,526,'_locations_12_image','field_568439ed8109d'),(11973,526,'locations_12_description','This project was for a small bridge and affected 2 properties in the Townships of Bucks and Tobyhanna, Luzerne and Monroe Counties.'),(11974,526,'_locations_12_description','field_5683f2b1dcba3'),(11975,526,'locations_13_location','a:3:{s:7:\"address\";s:21:\"41.518613, -75.322306\";s:3:\"lat\";s:8:\"41.51691\";s:3:\"lng\";s:18:\"-75.32142599999997\";}'),(11976,526,'_locations_13_location','field_5683f288dcba1'),(11977,526,'locations_13_title','State Route 3037, Section 650 – E83054 - in Wayne County – Bridge Replacement'),(11978,526,'_locations_13_title','field_5683f2aadcba2'),(11979,526,'locations_13_image',''),(11980,526,'_locations_13_image','field_568439ed8109d'),(11981,526,'locations_13_description','This project is for a small bridge project and is affecting 2 properties in the Township of Cherry Ridge, Wayne County.'),(11982,526,'_locations_13_description','field_5683f2b1dcba3'),(11983,526,'locations_14_location','a:3:{s:7:\"address\";s:21:\"41.221166, -76.015002\";s:3:\"lat\";s:10:\"41.2211475\";s:3:\"lng\";s:18:\"-76.01497369999998\";}'),(11984,526,'_locations_14_location','field_5683f288dcba1'),(11985,526,'locations_14_title','State Route 0011, Section 353 – E08899 - in Luzerne County – Bridge Replacement'),(11986,526,'_locations_14_title','field_5683f2aadcba2'),(11987,526,'locations_14_image','515'),(11988,526,'_locations_14_image','field_568439ed8109d'),(11989,526,'locations_14_description','This project was for a small bridge and affected 4 properties in the Township of Plymouth, Luzerne County.'),(11990,526,'_locations_14_description','field_5683f2b1dcba3'),(11991,526,'locations_15_location','a:3:{s:7:\"address\";s:21:\"41.280778, -75.895555\";s:3:\"lat\";s:9:\"41.279748\";s:3:\"lng\";s:18:\"-75.89788499999997\";}'),(11992,526,'_locations_15_location','field_5683f288dcba1'),(11993,526,'locations_15_title','State Route 1054, Section 370 – E56699 in Luzerne County – Bridge Replacement'),(11994,526,'_locations_15_title','field_5683f2aadcba2'),(11995,526,'locations_15_image','518'),(11996,526,'_locations_15_image','field_568439ed8109d'),(11997,526,'locations_15_description','This project was for a small bridge and affected 3 properties in the Borough of Luzerne, Luzerne County.'),(11998,526,'_locations_15_description','field_5683f2b1dcba3'),(11999,526,'locations_16_location','a:3:{s:7:\"address\";s:21:\"41.989313, -75.423747\";s:3:\"lat\";s:9:\"41.989307\";s:3:\"lng\";s:18:\"-75.42374489999997\";}'),(12000,526,'_locations_16_location','field_5683f288dcba1'),(12001,526,'locations_16_title','State Route 4043 over Sherman – E56754 in Wayne County, Scott Twp. – Bridge Replacement'),(12002,526,'_locations_16_title','field_5683f2aadcba2'),(12003,526,'locations_16_image',''),(12004,526,'_locations_16_image','field_568439ed8109d'),(12005,526,'locations_16_description','This project is for a small bridge and is affecting 4 properties in the Township of Scott, Wayne County.'),(12006,526,'_locations_16_description','field_5683f2b1dcba3'),(12007,526,'locations_17_location','a:3:{s:7:\"address\";s:21:\"41.283610, -75.780138\";s:3:\"lat\";s:9:\"41.284705\";s:3:\"lng\";s:18:\"-75.77986499999997\";}'),(12008,526,'_locations_17_location','field_5683f288dcba1'),(12009,526,'locations_17_title','State Route 2039, Section 370 – E08867 in Luzerne County – Bridge Reeplacement'),(12010,526,'_locations_17_title','field_5683f2aadcba2'),(12011,526,'locations_17_image','521'),(12012,526,'_locations_17_image','field_568439ed8109d'),(12013,526,'locations_17_description','This project was for a small bridge and affected 3 properties in the Township of Jenkins, Luzerne County.'),(12014,526,'_locations_17_description','field_5683f2b1dcba3'),(12015,526,'locations_18_location','a:3:{s:7:\"address\";s:21:\"41.243054, -75.934914\";s:3:\"lat\";s:10:\"41.2430407\";s:3:\"lng\";s:18:\"-75.93489540000002\";}'),(12016,526,'_locations_18_location','field_5683f288dcba1'),(12017,526,'locations_18_title','State Route 2067, Section 370 – E08743 in Luzerne County, Plymouth Boro – Bridge Replacement'),(12018,526,'_locations_18_title','field_5683f2aadcba2'),(12019,526,'locations_18_image',''),(12020,526,'_locations_18_image','field_568439ed8109d'),(12021,526,'locations_18_description','This project is for a small bridge and is affecting 3 properties in the Township of Plymouth, Luzerne County.'),(12022,526,'_locations_18_description','field_5683f2b1dcba3'),(12023,526,'locations_19_location','a:3:{s:7:\"address\";s:21:\"41.592388, -75.858530\";s:3:\"lat\";s:10:\"41.5924082\";s:3:\"lng\";s:18:\"-75.85857759999999\";}'),(12024,526,'_locations_19_location','field_5683f288dcba1'),(12025,526,'locations_19_title','State Route 1010, Section 770 – E68803 in Clinton and Wyoming? – Bridge Replacement'),(12026,526,'_locations_19_title','field_5683f2aadcba2'),(12027,526,'locations_19_image','524'),(12028,526,'_locations_19_image','field_568439ed8109d'),(12029,526,'locations_19_description','This project is for a small bridge and is affecting 3 properties in the Township of Clinton, Wyoming County.'),(12030,526,'_locations_19_description','field_5683f2b1dcba3'),(12031,526,'locations_20_location','a:3:{s:7:\"address\";s:21:\"41.413861, -75.487693\";s:3:\"lat\";s:17:\"41.41387590000001\";s:3:\"lng\";s:11:\"-75.4876964\";}'),(12032,526,'_locations_20_location','field_5683f288dcba1'),(12033,526,'locations_20_title','State Route 348, Section 250 – E67196 in Lackawanna, Jefferson Township – Bridge '),(12034,526,'_locations_20_title','field_5683f2aadcba2'),(12035,526,'locations_20_image',''),(12036,526,'_locations_20_image','field_568439ed8109d'),(12037,526,'locations_20_description','This project is for a small bridge and is affecting 2 properties in the Township of Jefferson, Lackawanna County.'),(12038,526,'_locations_20_description','field_5683f2b1dcba3'),(12039,526,'locations','21'),(12040,526,'_locations','field_5683f253a5dba'),(12041,335,'locations_20_location','a:3:{s:7:\"address\";s:21:\"41.413861, -75.487693\";s:3:\"lat\";s:17:\"41.41387590000001\";s:3:\"lng\";s:11:\"-75.4876964\";}'),(12042,335,'_locations_20_location','field_5683f288dcba1'),(12043,335,'locations_20_title','State Route 348, Section 250 – E67196 in Lackawanna, Jefferson Township – Bridge '),(12044,335,'_locations_20_title','field_5683f2aadcba2'),(12045,335,'locations_20_image',''),(12046,335,'_locations_20_image','field_568439ed8109d'),(12047,335,'locations_20_description','This project is for a small bridge and is affecting 2 properties in the Township of Jefferson, Lackawanna County.'),(12048,335,'_locations_20_description','field_5683f2b1dcba3'),(12049,527,'locations_0_location','a:3:{s:7:\"address\";s:21:\"41.564217, -76.059027\";s:3:\"lat\";s:10:\"41.5633759\";s:3:\"lng\";s:18:\"-76.06040280000002\";}'),(12050,527,'_locations_0_location','field_5683f288dcba1'),(12051,527,'locations_0_title','3003 – 773 – Mehoopany'),(12052,527,'_locations_0_title','field_5683f2aadcba2'),(12053,527,'locations_0_image','463'),(12054,527,'_locations_0_image','field_568439ed8109d'),(12055,527,'locations_0_description','This project is for a mid-sized bridge replacement and roadway alignment and is affecting 10 properties and resulting in the relocation of 1 resident in the Township of Mehoopany, Wyoming County.'),(12056,527,'_locations_0_description','field_5683f2b1dcba3'),(12057,527,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.558172, -75.756456\";s:3:\"lat\";s:10:\"41.5550934\";s:3:\"lng\";s:18:\"-75.75364639999998\";}'),(12058,527,'_locations_1_location','field_5683f288dcba1'),(12059,527,'locations_1_title','SR0006, Section 214'),(12060,527,'_locations_1_title','field_5683f2aadcba2'),(12061,527,'locations_1_image',''),(12062,527,'_locations_1_image','field_568439ed8109d'),(12063,527,'locations_1_description','This project is for lane reconfiguration, intersection improvements, and drainage improvements and is affecting 34 parcels in the municipalities of Clinton, La Plume, Glenburn, South Abington, Factoryville, and Dalton, Lackawanna and Wyoming Counties.'),(12064,527,'_locations_1_description','field_5683f2b1dcba3'),(12065,527,'locations_2_location','a:3:{s:7:\"address\";s:21:\"41.558109, -75.756371\";s:3:\"lat\";s:10:\"41.5581464\";s:3:\"lng\";s:11:\"-75.7562883\";}'),(12066,527,'_locations_2_location','field_5683f288dcba1'),(12067,527,'locations_2_title','SR0415, 303'),(12068,527,'_locations_2_title','field_5683f2aadcba2'),(12069,527,'locations_2_image',''),(12070,527,'_locations_2_image','field_568439ed8109d'),(12071,527,'locations_2_description','This project is for a roadway realignment and is affecting 15 properties in the Township of Dallas, Luzerne County.'),(12072,527,'_locations_2_description','field_5683f2b1dcba3'),(12073,527,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.344964, -75.960057\";s:3:\"lat\";s:9:\"41.345173\";s:3:\"lng\";s:18:\"-75.96029190000002\";}'),(12074,527,'_locations_3_location','field_5683f288dcba1'),(12075,527,'locations_3_title','SR0309, 330'),(12076,527,'_locations_3_title','field_5683f2aadcba2'),(12077,527,'locations_3_image',''),(12078,527,'_locations_3_image','field_568439ed8109d'),(12079,527,'locations_3_description','This project is for roadway relocation and intersection realignment and is affecting 8 properties in the Township of Dallas, Luzerne County.'),(12080,527,'_locations_3_description','field_5683f2b1dcba3'),(12081,527,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.490658, -75.551795\";s:3:\"lat\";s:10:\"41.4905565\";s:3:\"lng\";s:18:\"-75.55236930000001\";}'),(12082,527,'_locations_4_location','field_5683f288dcba1'),(12083,527,'locations_4_title','SR1012, 202'),(12084,527,'_locations_4_title','field_5683f2aadcba2'),(12085,527,'locations_4_image',''),(12086,527,'_locations_4_image','field_568439ed8109d'),(12087,527,'locations_4_description',''),(12088,527,'_locations_4_description','field_5683f2b1dcba3'),(12089,527,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.872160, -75.730199\";s:3:\"lat\";s:17:\"41.87217649999999\";s:3:\"lng\";s:11:\"-75.7301933\";}'),(12090,527,'_locations_5_location','field_5683f288dcba1'),(12091,527,'locations_5_title','SR1016, 571'),(12092,527,'_locations_5_title','field_5683f2aadcba2'),(12093,527,'locations_5_image',''),(12094,527,'_locations_5_image','field_568439ed8109d'),(12095,527,'locations_5_description',''),(12096,527,'_locations_5_description','field_5683f2b1dcba3'),(12097,527,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.359132, -75.494434\";s:3:\"lat\";s:9:\"41.359067\";s:3:\"lng\";s:18:\"-75.49490600000001\";}'),(12098,527,'_locations_6_location','field_5683f288dcba1'),(12099,527,'locations_6_title','SR2004, 250'),(12100,527,'_locations_6_title','field_5683f2aadcba2'),(12101,527,'locations_6_image',''),(12102,527,'_locations_6_image','field_568439ed8109d'),(12103,527,'locations_6_description','This project is for a flood project and is affecting 5 properties in the Township of Covington, Lackawanna County.'),(12104,527,'_locations_6_description','field_5683f2b1dcba3'),(12105,527,'locations_7_location','a:3:{s:7:\"address\";s:21:\"41.359135, -75.494447\";s:3:\"lat\";s:9:\"41.359067\";s:3:\"lng\";s:18:\"-75.49490600000001\";}'),(12106,527,'_locations_7_location','field_5683f288dcba1'),(12107,527,'locations_7_title','SR2004, 250'),(12108,527,'_locations_7_title','field_5683f2aadcba2'),(12109,527,'locations_7_image',''),(12110,527,'_locations_7_image','field_568439ed8109d'),(12111,527,'locations_7_description','This project is for reconstruction and is affecting 4 properties in the Township of Madison, Lackawanna County.'),(12112,527,'_locations_7_description','field_5683f2b1dcba3'),(12113,527,'locations_8_location','a:3:{s:7:\"address\";s:21:\"41.317135, -75.551164\";s:3:\"lat\";s:10:\"41.3171963\";s:3:\"lng\";s:18:\"-75.55109429999999\";}'),(12114,527,'_locations_8_location','field_5683f288dcba1'),(12115,527,'locations_8_title','Daleville Stockpile'),(12116,527,'_locations_8_title','field_5683f2aadcba2'),(12117,527,'locations_8_image',''),(12118,527,'_locations_8_image','field_568439ed8109d'),(12119,527,'locations_8_description','This project is for a flood project and is affecting 5 properties in the Township of Covington, Lackawanna County.'),(12120,527,'_locations_8_description','field_5683f2b1dcba3'),(12121,527,'locations_9_location','a:3:{s:7:\"address\";s:21:\"41.266081, -76.291267\";s:3:\"lat\";s:10:\"41.2668817\";s:3:\"lng\";s:18:\"-76.29025159999998\";}'),(12122,527,'_locations_9_location','field_5683f288dcba1'),(12123,527,'locations_9_title','Luzerne County Brish'),(12124,527,'_locations_9_title','field_5683f2aadcba2'),(12125,527,'locations_9_image',''),(12126,527,'_locations_9_image','field_568439ed8109d'),(12127,527,'locations_9_description',''),(12128,527,'_locations_9_description','field_5683f2b1dcba3'),(12129,527,'locations_10_location','a:3:{s:7:\"address\";s:21:\"41.294579, -75.947686\";s:3:\"lat\";s:10:\"41.2945835\";s:3:\"lng\";s:18:\"-75.94770040000003\";}'),(12130,527,'_locations_10_location','field_5683f288dcba1'),(12131,527,'locations_10_title','Luzerne County Browns Creek 12'),(12132,527,'_locations_10_title','field_5683f2aadcba2'),(12133,527,'locations_10_image',''),(12134,527,'_locations_10_image','field_568439ed8109d'),(12135,527,'locations_10_description',''),(12136,527,'_locations_10_description','field_5683f2b1dcba3'),(12137,527,'locations_11_location','a:3:{s:7:\"address\";s:21:\"41.289499, -75.955916\";s:3:\"lat\";s:9:\"41.288856\";s:3:\"lng\";s:9:\"-75.95745\";}'),(12138,527,'_locations_11_location','field_5683f288dcba1'),(12139,527,'locations_11_title','Luzerne County Browns Creek 13'),(12140,527,'_locations_11_title','field_5683f2aadcba2'),(12141,527,'locations_11_image',''),(12142,527,'_locations_11_image','field_568439ed8109d'),(12143,527,'locations_11_description',''),(12144,527,'_locations_11_description','field_5683f2b1dcba3'),(12145,527,'locations_12_location','a:3:{s:7:\"address\";s:21:\"41.130388, -75.625973\";s:3:\"lat\";s:17:\"41.13012380000001\";s:3:\"lng\";s:18:\"-75.62548429999998\";}'),(12146,527,'_locations_12_location','field_5683f288dcba1'),(12147,527,'locations_12_title','State Route 115, Section 371 – E09080, Monroe and Luzerne – Bridge Replacement'),(12148,527,'_locations_12_title','field_5683f2aadcba2'),(12149,527,'locations_12_image','511'),(12150,527,'_locations_12_image','field_568439ed8109d'),(12151,527,'locations_12_description','This project was for a small bridge and affected 2 properties in the Townships of Bucks and Tobyhanna, Luzerne and Monroe Counties.'),(12152,527,'_locations_12_description','field_5683f2b1dcba3'),(12153,527,'locations_13_location','a:3:{s:7:\"address\";s:21:\"41.518613, -75.322306\";s:3:\"lat\";s:8:\"41.51691\";s:3:\"lng\";s:18:\"-75.32142599999997\";}'),(12154,527,'_locations_13_location','field_5683f288dcba1'),(12155,527,'locations_13_title','State Route 3037, Section 650 – E83054 - in Wayne County – Bridge Replacement'),(12156,527,'_locations_13_title','field_5683f2aadcba2'),(12157,527,'locations_13_image',''),(12158,527,'_locations_13_image','field_568439ed8109d'),(12159,527,'locations_13_description','This project is for a small bridge project and is affecting 2 properties in the Township of Cherry Ridge, Wayne County.'),(12160,527,'_locations_13_description','field_5683f2b1dcba3'),(12161,527,'locations_14_location','a:3:{s:7:\"address\";s:21:\"41.221166, -76.015002\";s:3:\"lat\";s:10:\"41.2211475\";s:3:\"lng\";s:18:\"-76.01497369999998\";}'),(12162,527,'_locations_14_location','field_5683f288dcba1'),(12163,527,'locations_14_title','State Route 0011, Section 353 – E08899 - in Luzerne County – Bridge Replacement'),(12164,527,'_locations_14_title','field_5683f2aadcba2'),(12165,527,'locations_14_image','515'),(12166,527,'_locations_14_image','field_568439ed8109d'),(12167,527,'locations_14_description','This project was for a small bridge and affected 4 properties in the Township of Plymouth, Luzerne County.'),(12168,527,'_locations_14_description','field_5683f2b1dcba3'),(12169,527,'locations_15_location','a:3:{s:7:\"address\";s:21:\"41.280778, -75.895555\";s:3:\"lat\";s:9:\"41.279748\";s:3:\"lng\";s:18:\"-75.89788499999997\";}'),(12170,527,'_locations_15_location','field_5683f288dcba1'),(12171,527,'locations_15_title','State Route 1054, Section 370 – E56699 in Luzerne County – Bridge Replacement'),(12172,527,'_locations_15_title','field_5683f2aadcba2'),(12173,527,'locations_15_image','518'),(12174,527,'_locations_15_image','field_568439ed8109d'),(12175,527,'locations_15_description','This project was for a small bridge and affected 3 properties in the Borough of Luzerne, Luzerne County.'),(12176,527,'_locations_15_description','field_5683f2b1dcba3'),(12177,527,'locations_16_location','a:3:{s:7:\"address\";s:21:\"41.989313, -75.423747\";s:3:\"lat\";s:9:\"41.989307\";s:3:\"lng\";s:18:\"-75.42374489999997\";}'),(12178,527,'_locations_16_location','field_5683f288dcba1'),(12179,527,'locations_16_title','State Route 4043 over Sherman – E56754 in Wayne County, Scott Twp. – Bridge Replacement'),(12180,527,'_locations_16_title','field_5683f2aadcba2'),(12181,527,'locations_16_image',''),(12182,527,'_locations_16_image','field_568439ed8109d'),(12183,527,'locations_16_description','This project is for a small bridge and is affecting 4 properties in the Township of Scott, Wayne County.'),(12184,527,'_locations_16_description','field_5683f2b1dcba3'),(12185,527,'locations_17_location','a:3:{s:7:\"address\";s:21:\"41.283610, -75.780138\";s:3:\"lat\";s:9:\"41.284705\";s:3:\"lng\";s:18:\"-75.77986499999997\";}'),(12186,527,'_locations_17_location','field_5683f288dcba1'),(12187,527,'locations_17_title','State Route 2039, Section 370 – E08867 in Luzerne County – Bridge Reeplacement'),(12188,527,'_locations_17_title','field_5683f2aadcba2'),(12189,527,'locations_17_image','521'),(12190,527,'_locations_17_image','field_568439ed8109d'),(12191,527,'locations_17_description','This project was for a small bridge and affected 3 properties in the Township of Jenkins, Luzerne County.'),(12192,527,'_locations_17_description','field_5683f2b1dcba3'),(12193,527,'locations_18_location','a:3:{s:7:\"address\";s:21:\"41.243054, -75.934914\";s:3:\"lat\";s:10:\"41.2430407\";s:3:\"lng\";s:18:\"-75.93489540000002\";}'),(12194,527,'_locations_18_location','field_5683f288dcba1'),(12195,527,'locations_18_title','State Route 2067, Section 370 – E08743 in Luzerne County, Plymouth Boro – Bridge Replacement'),(12196,527,'_locations_18_title','field_5683f2aadcba2'),(12197,527,'locations_18_image',''),(12198,527,'_locations_18_image','field_568439ed8109d'),(12199,527,'locations_18_description','This project is for a small bridge and is affecting 3 properties in the Township of Plymouth, Luzerne County.'),(12200,527,'_locations_18_description','field_5683f2b1dcba3'),(12201,527,'locations_19_location','a:3:{s:7:\"address\";s:21:\"41.592388, -75.858530\";s:3:\"lat\";s:10:\"41.5924082\";s:3:\"lng\";s:18:\"-75.85857759999999\";}'),(12202,527,'_locations_19_location','field_5683f288dcba1'),(12203,527,'locations_19_title','State Route 1010, Section 770 – E68803 in Clinton and Wyoming? – Bridge Replacement'),(12204,527,'_locations_19_title','field_5683f2aadcba2'),(12205,527,'locations_19_image','524'),(12206,527,'_locations_19_image','field_568439ed8109d'),(12207,527,'locations_19_description','This project is for a small bridge and is affecting 3 properties in the Township of Clinton, Wyoming County.'),(12208,527,'_locations_19_description','field_5683f2b1dcba3'),(12209,527,'locations_20_location','a:3:{s:7:\"address\";s:21:\"41.413861, -75.487693\";s:3:\"lat\";s:17:\"41.41387590000001\";s:3:\"lng\";s:11:\"-75.4876964\";}'),(12210,527,'_locations_20_location','field_5683f288dcba1'),(12211,527,'locations_20_title','State Route 348, Section 250 – E67196 in Lackawanna, Jefferson Township – Bridge '),(12212,527,'_locations_20_title','field_5683f2aadcba2'),(12213,527,'locations_20_image',''),(12214,527,'_locations_20_image','field_568439ed8109d'),(12215,527,'locations_20_description','This project is for a small bridge and is affecting 2 properties in the Township of Jefferson, Lackawanna County.'),(12216,527,'_locations_20_description','field_5683f2b1dcba3'),(12217,527,'locations_21_location','a:3:{s:7:\"address\";s:21:\"41.536054, -75.777392\";s:3:\"lat\";s:10:\"41.5378938\";s:3:\"lng\";s:18:\"-75.77944389999999\";}'),(12218,527,'_locations_21_location','field_5683f288dcba1'),(12219,527,'locations_21_title','State Route 4018, Section 250 – E67235 in Lackawanna – Bridge Replacement'),(12220,527,'_locations_21_title','field_5683f2aadcba2'),(12221,527,'locations_21_image',''),(12222,527,'_locations_21_image','field_568439ed8109d'),(12223,527,'locations_21_description','This project is for a small bridge is affecting 2 properties in the Township of West Abington, Lackawanna County.'),(12224,527,'_locations_21_description','field_5683f2b1dcba3'),(12225,527,'locations','22'),(12226,527,'_locations','field_5683f253a5dba'),(12227,335,'locations_21_location','a:3:{s:7:\"address\";s:21:\"41.536054, -75.777392\";s:3:\"lat\";s:10:\"41.5378938\";s:3:\"lng\";s:18:\"-75.77944389999999\";}'),(12228,335,'_locations_21_location','field_5683f288dcba1'),(12229,335,'locations_21_title','State Route 4018, Section 250 – E67235 in Lackawanna – Bridge Replacement'),(12230,335,'_locations_21_title','field_5683f2aadcba2'),(12231,335,'locations_21_image',''),(12232,335,'_locations_21_image','field_568439ed8109d'),(12233,335,'locations_21_description','This project is for a small bridge is affecting 2 properties in the Township of West Abington, Lackawanna County.'),(12234,335,'_locations_21_description','field_5683f2b1dcba3'),(12235,528,'locations_0_location','a:3:{s:7:\"address\";s:21:\"41.564217, -76.059027\";s:3:\"lat\";s:10:\"41.5633759\";s:3:\"lng\";s:18:\"-76.06040280000002\";}'),(12236,528,'_locations_0_location','field_5683f288dcba1'),(12237,528,'locations_0_title','3003 – 773 – Mehoopany'),(12238,528,'_locations_0_title','field_5683f2aadcba2'),(12239,528,'locations_0_image','463'),(12240,528,'_locations_0_image','field_568439ed8109d'),(12241,528,'locations_0_description','This project is for a mid-sized bridge replacement and roadway alignment and is affecting 10 properties and resulting in the relocation of 1 resident in the Township of Mehoopany, Wyoming County.'),(12242,528,'_locations_0_description','field_5683f2b1dcba3'),(12243,528,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.558172, -75.756456\";s:3:\"lat\";s:10:\"41.5550934\";s:3:\"lng\";s:18:\"-75.75364639999998\";}'),(12244,528,'_locations_1_location','field_5683f288dcba1'),(12245,528,'locations_1_title','SR0006, Section 214'),(12246,528,'_locations_1_title','field_5683f2aadcba2'),(12247,528,'locations_1_image',''),(12248,528,'_locations_1_image','field_568439ed8109d'),(12249,528,'locations_1_description','This project is for lane reconfiguration, intersection improvements, and drainage improvements and is affecting 34 parcels in the municipalities of Clinton, La Plume, Glenburn, South Abington, Factoryville, and Dalton, Lackawanna and Wyoming Counties.'),(12250,528,'_locations_1_description','field_5683f2b1dcba3'),(12251,528,'locations_2_location','a:3:{s:7:\"address\";s:21:\"41.558109, -75.756371\";s:3:\"lat\";s:10:\"41.5581464\";s:3:\"lng\";s:11:\"-75.7562883\";}'),(12252,528,'_locations_2_location','field_5683f288dcba1'),(12253,528,'locations_2_title','SR0415, 303'),(12254,528,'_locations_2_title','field_5683f2aadcba2'),(12255,528,'locations_2_image',''),(12256,528,'_locations_2_image','field_568439ed8109d'),(12257,528,'locations_2_description','This project is for a roadway realignment and is affecting 15 properties in the Township of Dallas, Luzerne County.'),(12258,528,'_locations_2_description','field_5683f2b1dcba3'),(12259,528,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.344964, -75.960057\";s:3:\"lat\";s:9:\"41.345173\";s:3:\"lng\";s:18:\"-75.96029190000002\";}'),(12260,528,'_locations_3_location','field_5683f288dcba1'),(12261,528,'locations_3_title','SR0309, 330'),(12262,528,'_locations_3_title','field_5683f2aadcba2'),(12263,528,'locations_3_image',''),(12264,528,'_locations_3_image','field_568439ed8109d'),(12265,528,'locations_3_description','This project is for roadway relocation and intersection realignment and is affecting 8 properties in the Township of Dallas, Luzerne County.'),(12266,528,'_locations_3_description','field_5683f2b1dcba3'),(12267,528,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.490658, -75.551795\";s:3:\"lat\";s:10:\"41.4905565\";s:3:\"lng\";s:18:\"-75.55236930000001\";}'),(12268,528,'_locations_4_location','field_5683f288dcba1'),(12269,528,'locations_4_title','SR1012, 202'),(12270,528,'_locations_4_title','field_5683f2aadcba2'),(12271,528,'locations_4_image',''),(12272,528,'_locations_4_image','field_568439ed8109d'),(12273,528,'locations_4_description',''),(12274,528,'_locations_4_description','field_5683f2b1dcba3'),(12275,528,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.872160, -75.730199\";s:3:\"lat\";s:17:\"41.87217649999999\";s:3:\"lng\";s:11:\"-75.7301933\";}'),(12276,528,'_locations_5_location','field_5683f288dcba1'),(12277,528,'locations_5_title','SR1016, 571'),(12278,528,'_locations_5_title','field_5683f2aadcba2'),(12279,528,'locations_5_image',''),(12280,528,'_locations_5_image','field_568439ed8109d'),(12281,528,'locations_5_description',''),(12282,528,'_locations_5_description','field_5683f2b1dcba3'),(12283,528,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.359132, -75.494434\";s:3:\"lat\";s:9:\"41.359067\";s:3:\"lng\";s:18:\"-75.49490600000001\";}'),(12284,528,'_locations_6_location','field_5683f288dcba1'),(12285,528,'locations_6_title','SR2004, 250'),(12286,528,'_locations_6_title','field_5683f2aadcba2'),(12287,528,'locations_6_image',''),(12288,528,'_locations_6_image','field_568439ed8109d'),(12289,528,'locations_6_description','This project is for a flood project and is affecting 5 properties in the Township of Covington, Lackawanna County.'),(12290,528,'_locations_6_description','field_5683f2b1dcba3'),(12291,528,'locations_7_location','a:3:{s:7:\"address\";s:21:\"41.359135, -75.494447\";s:3:\"lat\";s:9:\"41.359067\";s:3:\"lng\";s:18:\"-75.49490600000001\";}'),(12292,528,'_locations_7_location','field_5683f288dcba1'),(12293,528,'locations_7_title','SR2004, 250'),(12294,528,'_locations_7_title','field_5683f2aadcba2'),(12295,528,'locations_7_image',''),(12296,528,'_locations_7_image','field_568439ed8109d'),(12297,528,'locations_7_description','This project is for reconstruction and is affecting 4 properties in the Township of Madison, Lackawanna County.'),(12298,528,'_locations_7_description','field_5683f2b1dcba3'),(12299,528,'locations_8_location','a:3:{s:7:\"address\";s:21:\"41.317135, -75.551164\";s:3:\"lat\";s:10:\"41.3171963\";s:3:\"lng\";s:18:\"-75.55109429999999\";}'),(12300,528,'_locations_8_location','field_5683f288dcba1'),(12301,528,'locations_8_title','Daleville Stockpile'),(12302,528,'_locations_8_title','field_5683f2aadcba2'),(12303,528,'locations_8_image',''),(12304,528,'_locations_8_image','field_568439ed8109d'),(12305,528,'locations_8_description','This project is for a flood project and is affecting 5 properties in the Township of Covington, Lackawanna County.'),(12306,528,'_locations_8_description','field_5683f2b1dcba3'),(12307,528,'locations_9_location','a:3:{s:7:\"address\";s:21:\"41.266081, -76.291267\";s:3:\"lat\";s:10:\"41.2668817\";s:3:\"lng\";s:18:\"-76.29025159999998\";}'),(12308,528,'_locations_9_location','field_5683f288dcba1'),(12309,528,'locations_9_title','Luzerne County Brish'),(12310,528,'_locations_9_title','field_5683f2aadcba2'),(12311,528,'locations_9_image',''),(12312,528,'_locations_9_image','field_568439ed8109d'),(12313,528,'locations_9_description',''),(12314,528,'_locations_9_description','field_5683f2b1dcba3'),(12315,528,'locations_10_location','a:3:{s:7:\"address\";s:21:\"41.294579, -75.947686\";s:3:\"lat\";s:10:\"41.2945835\";s:3:\"lng\";s:18:\"-75.94770040000003\";}'),(12316,528,'_locations_10_location','field_5683f288dcba1'),(12317,528,'locations_10_title','Luzerne County Browns Creek 12'),(12318,528,'_locations_10_title','field_5683f2aadcba2'),(12319,528,'locations_10_image',''),(12320,528,'_locations_10_image','field_568439ed8109d'),(12321,528,'locations_10_description',''),(12322,528,'_locations_10_description','field_5683f2b1dcba3'),(12323,528,'locations_11_location','a:3:{s:7:\"address\";s:21:\"41.289499, -75.955916\";s:3:\"lat\";s:9:\"41.288856\";s:3:\"lng\";s:9:\"-75.95745\";}'),(12324,528,'_locations_11_location','field_5683f288dcba1'),(12325,528,'locations_11_title','Luzerne County Browns Creek 13'),(12326,528,'_locations_11_title','field_5683f2aadcba2'),(12327,528,'locations_11_image',''),(12328,528,'_locations_11_image','field_568439ed8109d'),(12329,528,'locations_11_description',''),(12330,528,'_locations_11_description','field_5683f2b1dcba3'),(12331,528,'locations_12_location','a:3:{s:7:\"address\";s:21:\"41.130388, -75.625973\";s:3:\"lat\";s:17:\"41.13012380000001\";s:3:\"lng\";s:18:\"-75.62548429999998\";}'),(12332,528,'_locations_12_location','field_5683f288dcba1'),(12333,528,'locations_12_title','State Route 115, Section 371 – E09080, Monroe and Luzerne – Bridge Replacement'),(12334,528,'_locations_12_title','field_5683f2aadcba2'),(12335,528,'locations_12_image','511'),(12336,528,'_locations_12_image','field_568439ed8109d'),(12337,528,'locations_12_description','This project was for a small bridge and affected 2 properties in the Townships of Bucks and Tobyhanna, Luzerne and Monroe Counties.'),(12338,528,'_locations_12_description','field_5683f2b1dcba3'),(12339,528,'locations_13_location','a:3:{s:7:\"address\";s:21:\"41.518613, -75.322306\";s:3:\"lat\";s:8:\"41.51691\";s:3:\"lng\";s:18:\"-75.32142599999997\";}'),(12340,528,'_locations_13_location','field_5683f288dcba1'),(12341,528,'locations_13_title','State Route 3037, Section 650 – E83054 - in Wayne County – Bridge Replacement'),(12342,528,'_locations_13_title','field_5683f2aadcba2'),(12343,528,'locations_13_image',''),(12344,528,'_locations_13_image','field_568439ed8109d'),(12345,528,'locations_13_description','This project is for a small bridge project and is affecting 2 properties in the Township of Cherry Ridge, Wayne County.'),(12346,528,'_locations_13_description','field_5683f2b1dcba3'),(12347,528,'locations_14_location','a:3:{s:7:\"address\";s:21:\"41.221166, -76.015002\";s:3:\"lat\";s:10:\"41.2211475\";s:3:\"lng\";s:18:\"-76.01497369999998\";}'),(12348,528,'_locations_14_location','field_5683f288dcba1'),(12349,528,'locations_14_title','State Route 0011, Section 353 – E08899 - in Luzerne County – Bridge Replacement'),(12350,528,'_locations_14_title','field_5683f2aadcba2'),(12351,528,'locations_14_image','515'),(12352,528,'_locations_14_image','field_568439ed8109d'),(12353,528,'locations_14_description','This project was for a small bridge and affected 4 properties in the Township of Plymouth, Luzerne County.'),(12354,528,'_locations_14_description','field_5683f2b1dcba3'),(12355,528,'locations_15_location','a:3:{s:7:\"address\";s:21:\"41.280778, -75.895555\";s:3:\"lat\";s:9:\"41.279748\";s:3:\"lng\";s:18:\"-75.89788499999997\";}'),(12356,528,'_locations_15_location','field_5683f288dcba1'),(12357,528,'locations_15_title','State Route 1054, Section 370 – E56699 in Luzerne County – Bridge Replacement'),(12358,528,'_locations_15_title','field_5683f2aadcba2'),(12359,528,'locations_15_image','518'),(12360,528,'_locations_15_image','field_568439ed8109d'),(12361,528,'locations_15_description','This project was for a small bridge and affected 3 properties in the Borough of Luzerne, Luzerne County.'),(12362,528,'_locations_15_description','field_5683f2b1dcba3'),(12363,528,'locations_16_location','a:3:{s:7:\"address\";s:21:\"41.989313, -75.423747\";s:3:\"lat\";s:9:\"41.989307\";s:3:\"lng\";s:18:\"-75.42374489999997\";}'),(12364,528,'_locations_16_location','field_5683f288dcba1'),(12365,528,'locations_16_title','State Route 4043 over Sherman – E56754 in Wayne County, Scott Twp. – Bridge Replacement'),(12366,528,'_locations_16_title','field_5683f2aadcba2'),(12367,528,'locations_16_image',''),(12368,528,'_locations_16_image','field_568439ed8109d'),(12369,528,'locations_16_description','This project is for a small bridge and is affecting 4 properties in the Township of Scott, Wayne County.'),(12370,528,'_locations_16_description','field_5683f2b1dcba3'),(12371,528,'locations_17_location','a:3:{s:7:\"address\";s:21:\"41.283610, -75.780138\";s:3:\"lat\";s:9:\"41.284705\";s:3:\"lng\";s:18:\"-75.77986499999997\";}'),(12372,528,'_locations_17_location','field_5683f288dcba1'),(12373,528,'locations_17_title','State Route 2039, Section 370 – E08867 in Luzerne County – Bridge Reeplacement'),(12374,528,'_locations_17_title','field_5683f2aadcba2'),(12375,528,'locations_17_image','521'),(12376,528,'_locations_17_image','field_568439ed8109d'),(12377,528,'locations_17_description','This project was for a small bridge and affected 3 properties in the Township of Jenkins, Luzerne County.'),(12378,528,'_locations_17_description','field_5683f2b1dcba3'),(12379,528,'locations_18_location','a:3:{s:7:\"address\";s:21:\"41.243054, -75.934914\";s:3:\"lat\";s:10:\"41.2430407\";s:3:\"lng\";s:18:\"-75.93489540000002\";}'),(12380,528,'_locations_18_location','field_5683f288dcba1'),(12381,528,'locations_18_title','State Route 2067, Section 370 – E08743 in Luzerne County, Plymouth Boro – Bridge Replacement'),(12382,528,'_locations_18_title','field_5683f2aadcba2'),(12383,528,'locations_18_image',''),(12384,528,'_locations_18_image','field_568439ed8109d'),(12385,528,'locations_18_description','This project is for a small bridge and is affecting 3 properties in the Township of Plymouth, Luzerne County.'),(12386,528,'_locations_18_description','field_5683f2b1dcba3'),(12387,528,'locations_19_location','a:3:{s:7:\"address\";s:21:\"41.592388, -75.858530\";s:3:\"lat\";s:10:\"41.5924082\";s:3:\"lng\";s:18:\"-75.85857759999999\";}'),(12388,528,'_locations_19_location','field_5683f288dcba1'),(12389,528,'locations_19_title','State Route 1010, Section 770 – E68803 in Clinton and Wyoming? – Bridge Replacement'),(12390,528,'_locations_19_title','field_5683f2aadcba2'),(12391,528,'locations_19_image','524'),(12392,528,'_locations_19_image','field_568439ed8109d'),(12393,528,'locations_19_description','This project is for a small bridge and is affecting 3 properties in the Township of Clinton, Wyoming County.'),(12394,528,'_locations_19_description','field_5683f2b1dcba3'),(12395,528,'locations_20_location','a:3:{s:7:\"address\";s:21:\"41.413861, -75.487693\";s:3:\"lat\";s:17:\"41.41387590000001\";s:3:\"lng\";s:11:\"-75.4876964\";}'),(12396,528,'_locations_20_location','field_5683f288dcba1'),(12397,528,'locations_20_title','State Route 348, Section 250 – E67196 in Lackawanna, Jefferson Township – Bridge '),(12398,528,'_locations_20_title','field_5683f2aadcba2'),(12399,528,'locations_20_image',''),(12400,528,'_locations_20_image','field_568439ed8109d'),(12401,528,'locations_20_description','This project is for a small bridge and is affecting 2 properties in the Township of Jefferson, Lackawanna County.'),(12402,528,'_locations_20_description','field_5683f2b1dcba3'),(12403,528,'locations_21_location','a:3:{s:7:\"address\";s:21:\"41.536054, -75.777392\";s:3:\"lat\";s:10:\"41.5378938\";s:3:\"lng\";s:18:\"-75.77944389999999\";}'),(12404,528,'_locations_21_location','field_5683f288dcba1'),(12405,528,'locations_21_title','State Route 4018, Section 250 – E67235 in Lackawanna – Bridge Replacement'),(12406,528,'_locations_21_title','field_5683f2aadcba2'),(12407,528,'locations_21_image',''),(12408,528,'_locations_21_image','field_568439ed8109d'),(12409,528,'locations_21_description','This project is for a small bridge is affecting 2 properties in the Township of West Abington, Lackawanna County.'),(12410,528,'_locations_21_description','field_5683f2b1dcba3'),(12411,528,'locations_22_location','a:3:{s:7:\"address\";s:21:\"41.393109, -75.818332\";s:3:\"lat\";s:10:\"41.3931108\";s:3:\"lng\";s:18:\"-75.81833080000001\";}'),(12412,528,'_locations_22_location','field_5683f288dcba1'),(12413,528,'locations_22_title','State Route 3005 Over Gardeners Creek – E08181 – Lackawanna (ransom twp) – Bridge'),(12414,528,'_locations_22_title','field_5683f2aadcba2'),(12415,528,'locations_22_image',''),(12416,528,'_locations_22_image','field_568439ed8109d'),(12417,528,'locations_22_description','This project is for a small bridge and is affecting 4 properties in the township of Ransom, Lackawanna County.'),(12418,528,'_locations_22_description','field_5683f2b1dcba3'),(12419,528,'locations','23'),(12420,528,'_locations','field_5683f253a5dba'),(12421,335,'locations_22_location','a:3:{s:7:\"address\";s:21:\"41.393109, -75.818332\";s:3:\"lat\";s:10:\"41.3931108\";s:3:\"lng\";s:18:\"-75.81833080000001\";}'),(12422,335,'_locations_22_location','field_5683f288dcba1'),(12423,335,'locations_22_title','State Route 3005 Over Gardeners Creek – E08181 – Lackawanna (ransom twp) – Bridge'),(12424,335,'_locations_22_title','field_5683f2aadcba2'),(12425,335,'locations_22_image',''),(12426,335,'_locations_22_image','field_568439ed8109d'),(12427,335,'locations_22_description','This project is for a small bridge and is affecting 4 properties in the township of Ransom, Lackawanna County.'),(12428,335,'_locations_22_description','field_5683f2b1dcba3'),(12429,529,'locations_0_location','a:3:{s:7:\"address\";s:21:\"41.564217, -76.059027\";s:3:\"lat\";s:10:\"41.5633759\";s:3:\"lng\";s:18:\"-76.06040280000002\";}'),(12430,529,'_locations_0_location','field_5683f288dcba1'),(12431,529,'locations_0_title','3003 – 773 – Mehoopany'),(12432,529,'_locations_0_title','field_5683f2aadcba2'),(12433,529,'locations_0_image','463'),(12434,529,'_locations_0_image','field_568439ed8109d'),(12435,529,'locations_0_description','This project is for a mid-sized bridge replacement and roadway alignment and is affecting 10 properties and resulting in the relocation of 1 resident in the Township of Mehoopany, Wyoming County.'),(12436,529,'_locations_0_description','field_5683f2b1dcba3'),(12437,529,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.558172, -75.756456\";s:3:\"lat\";s:10:\"41.5550934\";s:3:\"lng\";s:18:\"-75.75364639999998\";}'),(12438,529,'_locations_1_location','field_5683f288dcba1'),(12439,529,'locations_1_title','SR0006, Section 214'),(12440,529,'_locations_1_title','field_5683f2aadcba2'),(12441,529,'locations_1_image',''),(12442,529,'_locations_1_image','field_568439ed8109d'),(12443,529,'locations_1_description','This project is for lane reconfiguration, intersection improvements, and drainage improvements and is affecting 34 parcels in the municipalities of Clinton, La Plume, Glenburn, South Abington, Factoryville, and Dalton, Lackawanna and Wyoming Counties.'),(12444,529,'_locations_1_description','field_5683f2b1dcba3'),(12445,529,'locations_2_location','a:3:{s:7:\"address\";s:21:\"41.558109, -75.756371\";s:3:\"lat\";s:10:\"41.5581464\";s:3:\"lng\";s:11:\"-75.7562883\";}'),(12446,529,'_locations_2_location','field_5683f288dcba1'),(12447,529,'locations_2_title','SR0415, 303'),(12448,529,'_locations_2_title','field_5683f2aadcba2'),(12449,529,'locations_2_image',''),(12450,529,'_locations_2_image','field_568439ed8109d'),(12451,529,'locations_2_description','This project is for a roadway realignment and is affecting 15 properties in the Township of Dallas, Luzerne County.'),(12452,529,'_locations_2_description','field_5683f2b1dcba3'),(12453,529,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.344964, -75.960057\";s:3:\"lat\";s:9:\"41.345173\";s:3:\"lng\";s:18:\"-75.96029190000002\";}'),(12454,529,'_locations_3_location','field_5683f288dcba1'),(12455,529,'locations_3_title','SR0309, 330'),(12456,529,'_locations_3_title','field_5683f2aadcba2'),(12457,529,'locations_3_image',''),(12458,529,'_locations_3_image','field_568439ed8109d'),(12459,529,'locations_3_description','This project is for roadway relocation and intersection realignment and is affecting 8 properties in the Township of Dallas, Luzerne County.'),(12460,529,'_locations_3_description','field_5683f2b1dcba3'),(12461,529,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.490658, -75.551795\";s:3:\"lat\";s:10:\"41.4905565\";s:3:\"lng\";s:18:\"-75.55236930000001\";}'),(12462,529,'_locations_4_location','field_5683f288dcba1'),(12463,529,'locations_4_title','SR1012, 202'),(12464,529,'_locations_4_title','field_5683f2aadcba2'),(12465,529,'locations_4_image',''),(12466,529,'_locations_4_image','field_568439ed8109d'),(12467,529,'locations_4_description',''),(12468,529,'_locations_4_description','field_5683f2b1dcba3'),(12469,529,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.872160, -75.730199\";s:3:\"lat\";s:17:\"41.87217649999999\";s:3:\"lng\";s:11:\"-75.7301933\";}'),(12470,529,'_locations_5_location','field_5683f288dcba1'),(12471,529,'locations_5_title','SR1016, 571'),(12472,529,'_locations_5_title','field_5683f2aadcba2'),(12473,529,'locations_5_image',''),(12474,529,'_locations_5_image','field_568439ed8109d'),(12475,529,'locations_5_description',''),(12476,529,'_locations_5_description','field_5683f2b1dcba3'),(12477,529,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.359132, -75.494434\";s:3:\"lat\";s:9:\"41.359067\";s:3:\"lng\";s:18:\"-75.49490600000001\";}'),(12478,529,'_locations_6_location','field_5683f288dcba1'),(12479,529,'locations_6_title','SR2004, 250'),(12480,529,'_locations_6_title','field_5683f2aadcba2'),(12481,529,'locations_6_image',''),(12482,529,'_locations_6_image','field_568439ed8109d'),(12483,529,'locations_6_description','This project is for a flood project and is affecting 5 properties in the Township of Covington, Lackawanna County.'),(12484,529,'_locations_6_description','field_5683f2b1dcba3'),(12485,529,'locations_7_location','a:3:{s:7:\"address\";s:21:\"41.359135, -75.494447\";s:3:\"lat\";s:9:\"41.359067\";s:3:\"lng\";s:18:\"-75.49490600000001\";}'),(12486,529,'_locations_7_location','field_5683f288dcba1'),(12487,529,'locations_7_title','SR2004, 250'),(12488,529,'_locations_7_title','field_5683f2aadcba2'),(12489,529,'locations_7_image',''),(12490,529,'_locations_7_image','field_568439ed8109d'),(12491,529,'locations_7_description','This project is for reconstruction and is affecting 4 properties in the Township of Madison, Lackawanna County.'),(12492,529,'_locations_7_description','field_5683f2b1dcba3'),(12493,529,'locations_8_location','a:3:{s:7:\"address\";s:21:\"41.317135, -75.551164\";s:3:\"lat\";s:10:\"41.3171963\";s:3:\"lng\";s:18:\"-75.55109429999999\";}'),(12494,529,'_locations_8_location','field_5683f288dcba1'),(12495,529,'locations_8_title','Daleville Stockpile'),(12496,529,'_locations_8_title','field_5683f2aadcba2'),(12497,529,'locations_8_image',''),(12498,529,'_locations_8_image','field_568439ed8109d'),(12499,529,'locations_8_description','This project is for a flood project and is affecting 5 properties in the Township of Covington, Lackawanna County.'),(12500,529,'_locations_8_description','field_5683f2b1dcba3'),(12501,529,'locations_9_location','a:3:{s:7:\"address\";s:21:\"41.266081, -76.291267\";s:3:\"lat\";s:10:\"41.2668817\";s:3:\"lng\";s:18:\"-76.29025159999998\";}'),(12502,529,'_locations_9_location','field_5683f288dcba1'),(12503,529,'locations_9_title','Luzerne County Brish'),(12504,529,'_locations_9_title','field_5683f2aadcba2'),(12505,529,'locations_9_image',''),(12506,529,'_locations_9_image','field_568439ed8109d'),(12507,529,'locations_9_description',''),(12508,529,'_locations_9_description','field_5683f2b1dcba3'),(12509,529,'locations_10_location','a:3:{s:7:\"address\";s:21:\"41.294579, -75.947686\";s:3:\"lat\";s:10:\"41.2945835\";s:3:\"lng\";s:18:\"-75.94770040000003\";}'),(12510,529,'_locations_10_location','field_5683f288dcba1'),(12511,529,'locations_10_title','Luzerne County Browns Creek 12'),(12512,529,'_locations_10_title','field_5683f2aadcba2'),(12513,529,'locations_10_image',''),(12514,529,'_locations_10_image','field_568439ed8109d'),(12515,529,'locations_10_description',''),(12516,529,'_locations_10_description','field_5683f2b1dcba3'),(12517,529,'locations_11_location','a:3:{s:7:\"address\";s:21:\"41.289499, -75.955916\";s:3:\"lat\";s:9:\"41.288856\";s:3:\"lng\";s:9:\"-75.95745\";}'),(12518,529,'_locations_11_location','field_5683f288dcba1'),(12519,529,'locations_11_title','Luzerne County Browns Creek 13'),(12520,529,'_locations_11_title','field_5683f2aadcba2'),(12521,529,'locations_11_image',''),(12522,529,'_locations_11_image','field_568439ed8109d'),(12523,529,'locations_11_description',''),(12524,529,'_locations_11_description','field_5683f2b1dcba3'),(12525,529,'locations_12_location','a:3:{s:7:\"address\";s:21:\"41.130388, -75.625973\";s:3:\"lat\";s:17:\"41.13012380000001\";s:3:\"lng\";s:18:\"-75.62548429999998\";}'),(12526,529,'_locations_12_location','field_5683f288dcba1'),(12527,529,'locations_12_title','State Route 115, Section 371 – E09080, Monroe and Luzerne – Bridge Replacement'),(12528,529,'_locations_12_title','field_5683f2aadcba2'),(12529,529,'locations_12_image','511'),(12530,529,'_locations_12_image','field_568439ed8109d'),(12531,529,'locations_12_description','This project was for a small bridge and affected 2 properties in the Townships of Bucks and Tobyhanna, Luzerne and Monroe Counties.'),(12532,529,'_locations_12_description','field_5683f2b1dcba3'),(12533,529,'locations_13_location','a:3:{s:7:\"address\";s:21:\"41.518613, -75.322306\";s:3:\"lat\";s:8:\"41.51691\";s:3:\"lng\";s:18:\"-75.32142599999997\";}'),(12534,529,'_locations_13_location','field_5683f288dcba1'),(12535,529,'locations_13_title','State Route 3037, Section 650 – E83054 - in Wayne County – Bridge Replacement'),(12536,529,'_locations_13_title','field_5683f2aadcba2'),(12537,529,'locations_13_image',''),(12538,529,'_locations_13_image','field_568439ed8109d'),(12539,529,'locations_13_description','This project is for a small bridge project and is affecting 2 properties in the Township of Cherry Ridge, Wayne County.'),(12540,529,'_locations_13_description','field_5683f2b1dcba3'),(12541,529,'locations_14_location','a:3:{s:7:\"address\";s:21:\"41.221166, -76.015002\";s:3:\"lat\";s:10:\"41.2211475\";s:3:\"lng\";s:18:\"-76.01497369999998\";}'),(12542,529,'_locations_14_location','field_5683f288dcba1'),(12543,529,'locations_14_title','State Route 0011, Section 353 – E08899 - in Luzerne County – Bridge Replacement'),(12544,529,'_locations_14_title','field_5683f2aadcba2'),(12545,529,'locations_14_image','515'),(12546,529,'_locations_14_image','field_568439ed8109d'),(12547,529,'locations_14_description','This project was for a small bridge and affected 4 properties in the Township of Plymouth, Luzerne County.'),(12548,529,'_locations_14_description','field_5683f2b1dcba3'),(12549,529,'locations_15_location','a:3:{s:7:\"address\";s:21:\"41.280778, -75.895555\";s:3:\"lat\";s:9:\"41.279748\";s:3:\"lng\";s:18:\"-75.89788499999997\";}'),(12550,529,'_locations_15_location','field_5683f288dcba1'),(12551,529,'locations_15_title','State Route 1054, Section 370 – E56699 in Luzerne County – Bridge Replacement'),(12552,529,'_locations_15_title','field_5683f2aadcba2'),(12553,529,'locations_15_image','518'),(12554,529,'_locations_15_image','field_568439ed8109d'),(12555,529,'locations_15_description','This project was for a small bridge and affected 3 properties in the Borough of Luzerne, Luzerne County.'),(12556,529,'_locations_15_description','field_5683f2b1dcba3'),(12557,529,'locations_16_location','a:3:{s:7:\"address\";s:21:\"41.989313, -75.423747\";s:3:\"lat\";s:9:\"41.989307\";s:3:\"lng\";s:18:\"-75.42374489999997\";}'),(12558,529,'_locations_16_location','field_5683f288dcba1'),(12559,529,'locations_16_title','State Route 4043 over Sherman – E56754 in Wayne County, Scott Twp. – Bridge Replacement'),(12560,529,'_locations_16_title','field_5683f2aadcba2'),(12561,529,'locations_16_image',''),(12562,529,'_locations_16_image','field_568439ed8109d'),(12563,529,'locations_16_description','This project is for a small bridge and is affecting 4 properties in the Township of Scott, Wayne County.'),(12564,529,'_locations_16_description','field_5683f2b1dcba3'),(12565,529,'locations_17_location','a:3:{s:7:\"address\";s:21:\"41.283610, -75.780138\";s:3:\"lat\";s:9:\"41.284705\";s:3:\"lng\";s:18:\"-75.77986499999997\";}'),(12566,529,'_locations_17_location','field_5683f288dcba1'),(12567,529,'locations_17_title','State Route 2039, Section 370 – E08867 in Luzerne County – Bridge Reeplacement'),(12568,529,'_locations_17_title','field_5683f2aadcba2'),(12569,529,'locations_17_image','521'),(12570,529,'_locations_17_image','field_568439ed8109d'),(12571,529,'locations_17_description','This project was for a small bridge and affected 3 properties in the Township of Jenkins, Luzerne County.'),(12572,529,'_locations_17_description','field_5683f2b1dcba3'),(12573,529,'locations_18_location','a:3:{s:7:\"address\";s:21:\"41.243054, -75.934914\";s:3:\"lat\";s:10:\"41.2430407\";s:3:\"lng\";s:18:\"-75.93489540000002\";}'),(12574,529,'_locations_18_location','field_5683f288dcba1'),(12575,529,'locations_18_title','State Route 2067, Section 370 – E08743 in Luzerne County, Plymouth Boro – Bridge Replacement'),(12576,529,'_locations_18_title','field_5683f2aadcba2'),(12577,529,'locations_18_image',''),(12578,529,'_locations_18_image','field_568439ed8109d'),(12579,529,'locations_18_description','This project is for a small bridge and is affecting 3 properties in the Township of Plymouth, Luzerne County.'),(12580,529,'_locations_18_description','field_5683f2b1dcba3'),(12581,529,'locations_19_location','a:3:{s:7:\"address\";s:21:\"41.592388, -75.858530\";s:3:\"lat\";s:10:\"41.5924082\";s:3:\"lng\";s:18:\"-75.85857759999999\";}'),(12582,529,'_locations_19_location','field_5683f288dcba1'),(12583,529,'locations_19_title','State Route 1010, Section 770 – E68803 in Clinton and Wyoming? – Bridge Replacement'),(12584,529,'_locations_19_title','field_5683f2aadcba2'),(12585,529,'locations_19_image','524'),(12586,529,'_locations_19_image','field_568439ed8109d'),(12587,529,'locations_19_description','This project is for a small bridge and is affecting 3 properties in the Township of Clinton, Wyoming County.'),(12588,529,'_locations_19_description','field_5683f2b1dcba3'),(12589,529,'locations_20_location','a:3:{s:7:\"address\";s:21:\"41.413861, -75.487693\";s:3:\"lat\";s:17:\"41.41387590000001\";s:3:\"lng\";s:11:\"-75.4876964\";}'),(12590,529,'_locations_20_location','field_5683f288dcba1'),(12591,529,'locations_20_title','State Route 348, Section 250 – E67196 in Lackawanna, Jefferson Township – Bridge '),(12592,529,'_locations_20_title','field_5683f2aadcba2'),(12593,529,'locations_20_image',''),(12594,529,'_locations_20_image','field_568439ed8109d'),(12595,529,'locations_20_description','This project is for a small bridge and is affecting 2 properties in the Township of Jefferson, Lackawanna County.'),(12596,529,'_locations_20_description','field_5683f2b1dcba3'),(12597,529,'locations_21_location','a:3:{s:7:\"address\";s:21:\"41.536054, -75.777392\";s:3:\"lat\";s:10:\"41.5378938\";s:3:\"lng\";s:18:\"-75.77944389999999\";}'),(12598,529,'_locations_21_location','field_5683f288dcba1'),(12599,529,'locations_21_title','State Route 4018, Section 250 – E67235 in Lackawanna – Bridge Replacement'),(12600,529,'_locations_21_title','field_5683f2aadcba2'),(12601,529,'locations_21_image',''),(12602,529,'_locations_21_image','field_568439ed8109d'),(12603,529,'locations_21_description','This project is for a small bridge is affecting 2 properties in the Township of West Abington, Lackawanna County.'),(12604,529,'_locations_21_description','field_5683f2b1dcba3'),(12605,529,'locations_22_location','a:3:{s:7:\"address\";s:21:\"41.393109, -75.818332\";s:3:\"lat\";s:10:\"41.3931108\";s:3:\"lng\";s:18:\"-75.81833080000001\";}'),(12606,529,'_locations_22_location','field_5683f288dcba1'),(12607,529,'locations_22_title','State Route 3005 Over Gardeners Creek – E08181 – Lackawanna (ransom twp) – Bridge'),(12608,529,'_locations_22_title','field_5683f2aadcba2'),(12609,529,'locations_22_image',''),(12610,529,'_locations_22_image','field_568439ed8109d'),(12611,529,'locations_22_description','This project is for a small bridge and is affecting 4 properties in the township of Ransom, Lackawanna County.'),(12612,529,'_locations_22_description','field_5683f2b1dcba3'),(12613,529,'locations_23_location','a:3:{s:7:\"address\";s:21:\"41.599889, -75.266112\";s:3:\"lat\";s:9:\"41.599538\";s:3:\"lng\";s:18:\"-75.26654400000001\";}'),(12614,529,'_locations_23_location','field_5683f288dcba1'),(12615,529,'locations_23_title','State Route 4006, Section 650 over dyberry – E83952 – Dyberry Township, Wayne County, Bridge'),(12616,529,'_locations_23_title','field_5683f2aadcba2'),(12617,529,'locations_23_image',''),(12618,529,'_locations_23_image','field_568439ed8109d'),(12619,529,'locations_23_description','This project is for a small bridge and is affecting 2 properties in the Township of Dyberry, Wayne County.'),(12620,529,'_locations_23_description','field_5683f2b1dcba3'),(12621,529,'locations','24'),(12622,529,'_locations','field_5683f253a5dba'),(12623,335,'locations_23_location','a:3:{s:7:\"address\";s:21:\"41.599889, -75.266112\";s:3:\"lat\";s:9:\"41.599538\";s:3:\"lng\";s:18:\"-75.26654400000001\";}'),(12624,335,'_locations_23_location','field_5683f288dcba1'),(12625,335,'locations_23_title','State Route 4006, Section 650 over dyberry – E83952 – Dyberry Township, Wayne County, Bridge'),(12626,335,'_locations_23_title','field_5683f2aadcba2'),(12627,335,'locations_23_image',''),(12628,335,'_locations_23_image','field_568439ed8109d'),(12629,335,'locations_23_description','This project is for a small bridge and is affecting 2 properties in the Township of Dyberry, Wayne County.'),(12630,335,'_locations_23_description','field_5683f2b1dcba3'),(12631,530,'locations_0_location','a:3:{s:7:\"address\";s:21:\"41.564217, -76.059027\";s:3:\"lat\";s:10:\"41.5633759\";s:3:\"lng\";s:18:\"-76.06040280000002\";}'),(12632,530,'_locations_0_location','field_5683f288dcba1'),(12633,530,'locations_0_title','3003 – 773 – Mehoopany'),(12634,530,'_locations_0_title','field_5683f2aadcba2'),(12635,530,'locations_0_image','463'),(12636,530,'_locations_0_image','field_568439ed8109d'),(12637,530,'locations_0_description','This project is for a mid-sized bridge replacement and roadway alignment and is affecting 10 properties and resulting in the relocation of 1 resident in the Township of Mehoopany, Wyoming County.'),(12638,530,'_locations_0_description','field_5683f2b1dcba3'),(12639,530,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.558172, -75.756456\";s:3:\"lat\";s:10:\"41.5550934\";s:3:\"lng\";s:18:\"-75.75364639999998\";}'),(12640,530,'_locations_1_location','field_5683f288dcba1'),(12641,530,'locations_1_title','SR0006, Section 214'),(12642,530,'_locations_1_title','field_5683f2aadcba2'),(12643,530,'locations_1_image',''),(12644,530,'_locations_1_image','field_568439ed8109d'),(12645,530,'locations_1_description','This project is for lane reconfiguration, intersection improvements, and drainage improvements and is affecting 34 parcels in the municipalities of Clinton, La Plume, Glenburn, South Abington, Factoryville, and Dalton, Lackawanna and Wyoming Counties.'),(12646,530,'_locations_1_description','field_5683f2b1dcba3'),(12647,530,'locations_2_location','a:3:{s:7:\"address\";s:21:\"41.558109, -75.756371\";s:3:\"lat\";s:10:\"41.5581464\";s:3:\"lng\";s:11:\"-75.7562883\";}'),(12648,530,'_locations_2_location','field_5683f288dcba1'),(12649,530,'locations_2_title','SR0415, 303'),(12650,530,'_locations_2_title','field_5683f2aadcba2'),(12651,530,'locations_2_image',''),(12652,530,'_locations_2_image','field_568439ed8109d'),(12653,530,'locations_2_description','This project is for a roadway realignment and is affecting 15 properties in the Township of Dallas, Luzerne County.'),(12654,530,'_locations_2_description','field_5683f2b1dcba3'),(12655,530,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.344964, -75.960057\";s:3:\"lat\";s:9:\"41.345173\";s:3:\"lng\";s:18:\"-75.96029190000002\";}'),(12656,530,'_locations_3_location','field_5683f288dcba1'),(12657,530,'locations_3_title','SR0309, 330'),(12658,530,'_locations_3_title','field_5683f2aadcba2'),(12659,530,'locations_3_image',''),(12660,530,'_locations_3_image','field_568439ed8109d'),(12661,530,'locations_3_description','This project is for roadway relocation and intersection realignment and is affecting 8 properties in the Township of Dallas, Luzerne County.'),(12662,530,'_locations_3_description','field_5683f2b1dcba3'),(12663,530,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.490658, -75.551795\";s:3:\"lat\";s:10:\"41.4905565\";s:3:\"lng\";s:18:\"-75.55236930000001\";}'),(12664,530,'_locations_4_location','field_5683f288dcba1'),(12665,530,'locations_4_title','SR1012, 202'),(12666,530,'_locations_4_title','field_5683f2aadcba2'),(12667,530,'locations_4_image',''),(12668,530,'_locations_4_image','field_568439ed8109d'),(12669,530,'locations_4_description',''),(12670,530,'_locations_4_description','field_5683f2b1dcba3'),(12671,530,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.872160, -75.730199\";s:3:\"lat\";s:17:\"41.87217649999999\";s:3:\"lng\";s:11:\"-75.7301933\";}'),(12672,530,'_locations_5_location','field_5683f288dcba1'),(12673,530,'locations_5_title','SR1016, 571'),(12674,530,'_locations_5_title','field_5683f2aadcba2'),(12675,530,'locations_5_image',''),(12676,530,'_locations_5_image','field_568439ed8109d'),(12677,530,'locations_5_description',''),(12678,530,'_locations_5_description','field_5683f2b1dcba3'),(12679,530,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.359132, -75.494434\";s:3:\"lat\";s:9:\"41.359067\";s:3:\"lng\";s:18:\"-75.49490600000001\";}'),(12680,530,'_locations_6_location','field_5683f288dcba1'),(12681,530,'locations_6_title','SR2004, 250'),(12682,530,'_locations_6_title','field_5683f2aadcba2'),(12683,530,'locations_6_image',''),(12684,530,'_locations_6_image','field_568439ed8109d'),(12685,530,'locations_6_description','This project is for a flood project and is affecting 5 properties in the Township of Covington, Lackawanna County.'),(12686,530,'_locations_6_description','field_5683f2b1dcba3'),(12687,530,'locations_7_location','a:3:{s:7:\"address\";s:21:\"41.359135, -75.494447\";s:3:\"lat\";s:9:\"41.359067\";s:3:\"lng\";s:18:\"-75.49490600000001\";}'),(12688,530,'_locations_7_location','field_5683f288dcba1'),(12689,530,'locations_7_title','SR2004, 250'),(12690,530,'_locations_7_title','field_5683f2aadcba2'),(12691,530,'locations_7_image',''),(12692,530,'_locations_7_image','field_568439ed8109d'),(12693,530,'locations_7_description','This project is for reconstruction and is affecting 4 properties in the Township of Madison, Lackawanna County.'),(12694,530,'_locations_7_description','field_5683f2b1dcba3'),(12695,530,'locations_8_location','a:3:{s:7:\"address\";s:21:\"41.317135, -75.551164\";s:3:\"lat\";s:10:\"41.3171963\";s:3:\"lng\";s:18:\"-75.55109429999999\";}'),(12696,530,'_locations_8_location','field_5683f288dcba1'),(12697,530,'locations_8_title','Daleville Stockpile'),(12698,530,'_locations_8_title','field_5683f2aadcba2'),(12699,530,'locations_8_image',''),(12700,530,'_locations_8_image','field_568439ed8109d'),(12701,530,'locations_8_description','This project is for a flood project and is affecting 5 properties in the Township of Covington, Lackawanna County.'),(12702,530,'_locations_8_description','field_5683f2b1dcba3'),(12703,530,'locations_9_location','a:3:{s:7:\"address\";s:21:\"41.266081, -76.291267\";s:3:\"lat\";s:10:\"41.2668817\";s:3:\"lng\";s:18:\"-76.29025159999998\";}'),(12704,530,'_locations_9_location','field_5683f288dcba1'),(12705,530,'locations_9_title','Luzerne County Brish'),(12706,530,'_locations_9_title','field_5683f2aadcba2'),(12707,530,'locations_9_image',''),(12708,530,'_locations_9_image','field_568439ed8109d'),(12709,530,'locations_9_description',''),(12710,530,'_locations_9_description','field_5683f2b1dcba3'),(12711,530,'locations_10_location','a:3:{s:7:\"address\";s:21:\"41.294579, -75.947686\";s:3:\"lat\";s:10:\"41.2945835\";s:3:\"lng\";s:18:\"-75.94770040000003\";}'),(12712,530,'_locations_10_location','field_5683f288dcba1'),(12713,530,'locations_10_title','Luzerne County Browns Creek 12'),(12714,530,'_locations_10_title','field_5683f2aadcba2'),(12715,530,'locations_10_image',''),(12716,530,'_locations_10_image','field_568439ed8109d'),(12717,530,'locations_10_description',''),(12718,530,'_locations_10_description','field_5683f2b1dcba3'),(12719,530,'locations_11_location','a:3:{s:7:\"address\";s:21:\"41.289499, -75.955916\";s:3:\"lat\";s:9:\"41.288856\";s:3:\"lng\";s:9:\"-75.95745\";}'),(12720,530,'_locations_11_location','field_5683f288dcba1'),(12721,530,'locations_11_title','Luzerne County Browns Creek 13'),(12722,530,'_locations_11_title','field_5683f2aadcba2'),(12723,530,'locations_11_image',''),(12724,530,'_locations_11_image','field_568439ed8109d'),(12725,530,'locations_11_description',''),(12726,530,'_locations_11_description','field_5683f2b1dcba3'),(12727,530,'locations_12_location','a:3:{s:7:\"address\";s:21:\"41.130388, -75.625973\";s:3:\"lat\";s:17:\"41.13012380000001\";s:3:\"lng\";s:18:\"-75.62548429999998\";}'),(12728,530,'_locations_12_location','field_5683f288dcba1'),(12729,530,'locations_12_title','State Route 115, Section 371 – E09080, Monroe and Luzerne – Bridge Replacement'),(12730,530,'_locations_12_title','field_5683f2aadcba2'),(12731,530,'locations_12_image','511'),(12732,530,'_locations_12_image','field_568439ed8109d'),(12733,530,'locations_12_description','This project was for a small bridge and affected 2 properties in the Townships of Bucks and Tobyhanna, Luzerne and Monroe Counties.'),(12734,530,'_locations_12_description','field_5683f2b1dcba3'),(12735,530,'locations_13_location','a:3:{s:7:\"address\";s:21:\"41.518613, -75.322306\";s:3:\"lat\";s:8:\"41.51691\";s:3:\"lng\";s:18:\"-75.32142599999997\";}'),(12736,530,'_locations_13_location','field_5683f288dcba1'),(12737,530,'locations_13_title','State Route 3037, Section 650 – E83054 - in Wayne County – Bridge Replacement'),(12738,530,'_locations_13_title','field_5683f2aadcba2'),(12739,530,'locations_13_image',''),(12740,530,'_locations_13_image','field_568439ed8109d'),(12741,530,'locations_13_description','This project is for a small bridge project and is affecting 2 properties in the Township of Cherry Ridge, Wayne County.'),(12742,530,'_locations_13_description','field_5683f2b1dcba3'),(12743,530,'locations_14_location','a:3:{s:7:\"address\";s:21:\"41.221166, -76.015002\";s:3:\"lat\";s:10:\"41.2211475\";s:3:\"lng\";s:18:\"-76.01497369999998\";}'),(12744,530,'_locations_14_location','field_5683f288dcba1'),(12745,530,'locations_14_title','State Route 0011, Section 353 – E08899 - in Luzerne County – Bridge Replacement'),(12746,530,'_locations_14_title','field_5683f2aadcba2'),(12747,530,'locations_14_image','515'),(12748,530,'_locations_14_image','field_568439ed8109d'),(12749,530,'locations_14_description','This project was for a small bridge and affected 4 properties in the Township of Plymouth, Luzerne County.'),(12750,530,'_locations_14_description','field_5683f2b1dcba3'),(12751,530,'locations_15_location','a:3:{s:7:\"address\";s:21:\"41.280778, -75.895555\";s:3:\"lat\";s:9:\"41.279748\";s:3:\"lng\";s:18:\"-75.89788499999997\";}'),(12752,530,'_locations_15_location','field_5683f288dcba1'),(12753,530,'locations_15_title','State Route 1054, Section 370 – E56699 in Luzerne County – Bridge Replacement'),(12754,530,'_locations_15_title','field_5683f2aadcba2'),(12755,530,'locations_15_image','518'),(12756,530,'_locations_15_image','field_568439ed8109d'),(12757,530,'locations_15_description','This project was for a small bridge and affected 3 properties in the Borough of Luzerne, Luzerne County.'),(12758,530,'_locations_15_description','field_5683f2b1dcba3'),(12759,530,'locations_16_location','a:3:{s:7:\"address\";s:21:\"41.989313, -75.423747\";s:3:\"lat\";s:9:\"41.989307\";s:3:\"lng\";s:18:\"-75.42374489999997\";}'),(12760,530,'_locations_16_location','field_5683f288dcba1'),(12761,530,'locations_16_title','State Route 4043 over Sherman – E56754 in Wayne County, Scott Twp. – Bridge Replacement'),(12762,530,'_locations_16_title','field_5683f2aadcba2'),(12763,530,'locations_16_image',''),(12764,530,'_locations_16_image','field_568439ed8109d'),(12765,530,'locations_16_description','This project is for a small bridge and is affecting 4 properties in the Township of Scott, Wayne County.'),(12766,530,'_locations_16_description','field_5683f2b1dcba3'),(12767,530,'locations_17_location','a:3:{s:7:\"address\";s:21:\"41.283610, -75.780138\";s:3:\"lat\";s:9:\"41.284705\";s:3:\"lng\";s:18:\"-75.77986499999997\";}'),(12768,530,'_locations_17_location','field_5683f288dcba1'),(12769,530,'locations_17_title','State Route 2039, Section 370 – E08867 in Luzerne County – Bridge Reeplacement'),(12770,530,'_locations_17_title','field_5683f2aadcba2'),(12771,530,'locations_17_image','521'),(12772,530,'_locations_17_image','field_568439ed8109d'),(12773,530,'locations_17_description','This project was for a small bridge and affected 3 properties in the Township of Jenkins, Luzerne County.'),(12774,530,'_locations_17_description','field_5683f2b1dcba3'),(12775,530,'locations_18_location','a:3:{s:7:\"address\";s:21:\"41.243054, -75.934914\";s:3:\"lat\";s:10:\"41.2430407\";s:3:\"lng\";s:18:\"-75.93489540000002\";}'),(12776,530,'_locations_18_location','field_5683f288dcba1'),(12777,530,'locations_18_title','State Route 2067, Section 370 – E08743 in Luzerne County, Plymouth Boro – Bridge Replacement'),(12778,530,'_locations_18_title','field_5683f2aadcba2'),(12779,530,'locations_18_image',''),(12780,530,'_locations_18_image','field_568439ed8109d'),(12781,530,'locations_18_description','This project is for a small bridge and is affecting 3 properties in the Township of Plymouth, Luzerne County.'),(12782,530,'_locations_18_description','field_5683f2b1dcba3'),(12783,530,'locations_19_location','a:3:{s:7:\"address\";s:21:\"41.592388, -75.858530\";s:3:\"lat\";s:10:\"41.5924082\";s:3:\"lng\";s:18:\"-75.85857759999999\";}'),(12784,530,'_locations_19_location','field_5683f288dcba1'),(12785,530,'locations_19_title','State Route 1010, Section 770 – E68803 in Clinton and Wyoming? – Bridge Replacement'),(12786,530,'_locations_19_title','field_5683f2aadcba2'),(12787,530,'locations_19_image','524'),(12788,530,'_locations_19_image','field_568439ed8109d'),(12789,530,'locations_19_description','This project is for a small bridge and is affecting 3 properties in the Township of Clinton, Wyoming County.'),(12790,530,'_locations_19_description','field_5683f2b1dcba3'),(12791,530,'locations_20_location','a:3:{s:7:\"address\";s:21:\"41.413861, -75.487693\";s:3:\"lat\";s:17:\"41.41387590000001\";s:3:\"lng\";s:11:\"-75.4876964\";}'),(12792,530,'_locations_20_location','field_5683f288dcba1'),(12793,530,'locations_20_title','State Route 348, Section 250 – E67196 in Lackawanna, Jefferson Township – Bridge '),(12794,530,'_locations_20_title','field_5683f2aadcba2'),(12795,530,'locations_20_image',''),(12796,530,'_locations_20_image','field_568439ed8109d'),(12797,530,'locations_20_description','This project is for a small bridge and is affecting 2 properties in the Township of Jefferson, Lackawanna County.'),(12798,530,'_locations_20_description','field_5683f2b1dcba3'),(12799,530,'locations_21_location','a:3:{s:7:\"address\";s:21:\"41.536054, -75.777392\";s:3:\"lat\";s:10:\"41.5378938\";s:3:\"lng\";s:18:\"-75.77944389999999\";}'),(12800,530,'_locations_21_location','field_5683f288dcba1'),(12801,530,'locations_21_title','State Route 4018, Section 250 – E67235 in Lackawanna – Bridge Replacement'),(12802,530,'_locations_21_title','field_5683f2aadcba2'),(12803,530,'locations_21_image',''),(12804,530,'_locations_21_image','field_568439ed8109d'),(12805,530,'locations_21_description','This project is for a small bridge is affecting 2 properties in the Township of West Abington, Lackawanna County.'),(12806,530,'_locations_21_description','field_5683f2b1dcba3'),(12807,530,'locations_22_location','a:3:{s:7:\"address\";s:21:\"41.393109, -75.818332\";s:3:\"lat\";s:10:\"41.3931108\";s:3:\"lng\";s:18:\"-75.81833080000001\";}'),(12808,530,'_locations_22_location','field_5683f288dcba1'),(12809,530,'locations_22_title','State Route 3005 Over Gardeners Creek – E08181 – Lackawanna (ransom twp) – Bridge'),(12810,530,'_locations_22_title','field_5683f2aadcba2'),(12811,530,'locations_22_image',''),(12812,530,'_locations_22_image','field_568439ed8109d'),(12813,530,'locations_22_description','This project is for a small bridge and is affecting 4 properties in the township of Ransom, Lackawanna County.'),(12814,530,'_locations_22_description','field_5683f2b1dcba3'),(12815,530,'locations_23_location','a:3:{s:7:\"address\";s:21:\"41.599889, -75.266112\";s:3:\"lat\";s:9:\"41.599538\";s:3:\"lng\";s:18:\"-75.26654400000001\";}'),(12816,530,'_locations_23_location','field_5683f288dcba1'),(12817,530,'locations_23_title','State Route 4006, Section 650 over dyberry – E83952 – Dyberry Township, Wayne County, Bridge'),(12818,530,'_locations_23_title','field_5683f2aadcba2'),(12819,530,'locations_23_image',''),(12820,530,'_locations_23_image','field_568439ed8109d'),(12821,530,'locations_23_description','This project is for a small bridge and is affecting 2 properties in the Township of Dyberry, Wayne County.'),(12822,530,'_locations_23_description','field_5683f2b1dcba3'),(12823,530,'locations_24_location','a:3:{s:7:\"address\";s:21:\"41.978611, -75.500110\";s:3:\"lat\";s:10:\"41.9758809\";s:3:\"lng\";s:18:\"-75.50041479999999\";}'),(12824,530,'_locations_24_location','field_5683f288dcba1'),(12825,530,'locations_24_title','State Route 1011, Section 552 Over Deep Hollow Susquehanna County – E83952 – Bridge'),(12826,530,'_locations_24_title','field_5683f2aadcba2'),(12827,530,'locations_24_image',''),(12828,530,'_locations_24_image','field_568439ed8109d'),(12829,530,'locations_24_description','This project is for bridge replacement and intersection improvement and is affecting 7 properties in Borough of New Milford, Susquehanna County.'),(12830,530,'_locations_24_description','field_5683f2b1dcba3'),(12831,530,'locations','25'),(12832,530,'_locations','field_5683f253a5dba'),(12833,335,'locations_24_location','a:3:{s:7:\"address\";s:21:\"41.978611, -75.500110\";s:3:\"lat\";s:10:\"41.9758809\";s:3:\"lng\";s:18:\"-75.50041479999999\";}'),(12834,335,'_locations_24_location','field_5683f288dcba1'),(12835,335,'locations_24_title','State Route 1011, Section 552 Over Deep Hollow Susquehanna County – E83952 – Bridge'),(12836,335,'_locations_24_title','field_5683f2aadcba2'),(12837,335,'locations_24_image',''),(12838,335,'_locations_24_image','field_568439ed8109d'),(12839,335,'locations_24_description','This project is for bridge replacement and intersection improvement and is affecting 7 properties in Borough of New Milford, Susquehanna County.'),(12840,335,'_locations_24_description','field_5683f2b1dcba3'),(12841,531,'locations_0_location','a:3:{s:7:\"address\";s:21:\"41.564217, -76.059027\";s:3:\"lat\";s:10:\"41.5633759\";s:3:\"lng\";s:18:\"-76.06040280000002\";}'),(12842,531,'_locations_0_location','field_5683f288dcba1'),(12843,531,'locations_0_title','3003 – 773 – Mehoopany'),(12844,531,'_locations_0_title','field_5683f2aadcba2'),(12845,531,'locations_0_image','463'),(12846,531,'_locations_0_image','field_568439ed8109d'),(12847,531,'locations_0_description','This project is for a mid-sized bridge replacement and roadway alignment and is affecting 10 properties and resulting in the relocation of 1 resident in the Township of Mehoopany, Wyoming County.'),(12848,531,'_locations_0_description','field_5683f2b1dcba3'),(12849,531,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.558172, -75.756456\";s:3:\"lat\";s:10:\"41.5550934\";s:3:\"lng\";s:18:\"-75.75364639999998\";}'),(12850,531,'_locations_1_location','field_5683f288dcba1'),(12851,531,'locations_1_title','SR0006, Section 214'),(12852,531,'_locations_1_title','field_5683f2aadcba2'),(12853,531,'locations_1_image',''),(12854,531,'_locations_1_image','field_568439ed8109d'),(12855,531,'locations_1_description','This project is for lane reconfiguration, intersection improvements, and drainage improvements and is affecting 34 parcels in the municipalities of Clinton, La Plume, Glenburn, South Abington, Factoryville, and Dalton, Lackawanna and Wyoming Counties.'),(12856,531,'_locations_1_description','field_5683f2b1dcba3'),(12857,531,'locations_2_location','a:3:{s:7:\"address\";s:21:\"41.558109, -75.756371\";s:3:\"lat\";s:10:\"41.5581464\";s:3:\"lng\";s:11:\"-75.7562883\";}'),(12858,531,'_locations_2_location','field_5683f288dcba1'),(12859,531,'locations_2_title','SR0415, 303'),(12860,531,'_locations_2_title','field_5683f2aadcba2'),(12861,531,'locations_2_image',''),(12862,531,'_locations_2_image','field_568439ed8109d'),(12863,531,'locations_2_description','This project is for a roadway realignment and is affecting 15 properties in the Township of Dallas, Luzerne County.'),(12864,531,'_locations_2_description','field_5683f2b1dcba3'),(12865,531,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.344964, -75.960057\";s:3:\"lat\";s:9:\"41.345173\";s:3:\"lng\";s:18:\"-75.96029190000002\";}'),(12866,531,'_locations_3_location','field_5683f288dcba1'),(12867,531,'locations_3_title','SR0309, 330'),(12868,531,'_locations_3_title','field_5683f2aadcba2'),(12869,531,'locations_3_image',''),(12870,531,'_locations_3_image','field_568439ed8109d'),(12871,531,'locations_3_description','This project is for roadway relocation and intersection realignment and is affecting 8 properties in the Township of Dallas, Luzerne County.'),(12872,531,'_locations_3_description','field_5683f2b1dcba3'),(12873,531,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.490658, -75.551795\";s:3:\"lat\";s:10:\"41.4905565\";s:3:\"lng\";s:18:\"-75.55236930000001\";}'),(12874,531,'_locations_4_location','field_5683f288dcba1'),(12875,531,'locations_4_title','SR1012, 202'),(12876,531,'_locations_4_title','field_5683f2aadcba2'),(12877,531,'locations_4_image',''),(12878,531,'_locations_4_image','field_568439ed8109d'),(12879,531,'locations_4_description',''),(12880,531,'_locations_4_description','field_5683f2b1dcba3'),(12881,531,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.872160, -75.730199\";s:3:\"lat\";s:17:\"41.87217649999999\";s:3:\"lng\";s:11:\"-75.7301933\";}'),(12882,531,'_locations_5_location','field_5683f288dcba1'),(12883,531,'locations_5_title','SR1016, 571'),(12884,531,'_locations_5_title','field_5683f2aadcba2'),(12885,531,'locations_5_image',''),(12886,531,'_locations_5_image','field_568439ed8109d'),(12887,531,'locations_5_description',''),(12888,531,'_locations_5_description','field_5683f2b1dcba3'); INSERT INTO `wp_postmeta` VALUES (12889,531,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.359132, -75.494434\";s:3:\"lat\";s:9:\"41.359067\";s:3:\"lng\";s:18:\"-75.49490600000001\";}'),(12890,531,'_locations_6_location','field_5683f288dcba1'),(12891,531,'locations_6_title','SR2004, 250'),(12892,531,'_locations_6_title','field_5683f2aadcba2'),(12893,531,'locations_6_image',''),(12894,531,'_locations_6_image','field_568439ed8109d'),(12895,531,'locations_6_description','This project is for a flood project and is affecting 5 properties in the Township of Covington, Lackawanna County.'),(12896,531,'_locations_6_description','field_5683f2b1dcba3'),(12897,531,'locations_7_location','a:3:{s:7:\"address\";s:21:\"41.359135, -75.494447\";s:3:\"lat\";s:9:\"41.359067\";s:3:\"lng\";s:18:\"-75.49490600000001\";}'),(12898,531,'_locations_7_location','field_5683f288dcba1'),(12899,531,'locations_7_title','SR2004, 250'),(12900,531,'_locations_7_title','field_5683f2aadcba2'),(12901,531,'locations_7_image',''),(12902,531,'_locations_7_image','field_568439ed8109d'),(12903,531,'locations_7_description','This project is for reconstruction and is affecting 4 properties in the Township of Madison, Lackawanna County.'),(12904,531,'_locations_7_description','field_5683f2b1dcba3'),(12905,531,'locations_8_location','a:3:{s:7:\"address\";s:21:\"41.317135, -75.551164\";s:3:\"lat\";s:10:\"41.3171963\";s:3:\"lng\";s:18:\"-75.55109429999999\";}'),(12906,531,'_locations_8_location','field_5683f288dcba1'),(12907,531,'locations_8_title','Daleville Stockpile'),(12908,531,'_locations_8_title','field_5683f2aadcba2'),(12909,531,'locations_8_image',''),(12910,531,'_locations_8_image','field_568439ed8109d'),(12911,531,'locations_8_description','This project is for a flood project and is affecting 5 properties in the Township of Covington, Lackawanna County.'),(12912,531,'_locations_8_description','field_5683f2b1dcba3'),(12913,531,'locations_9_location','a:3:{s:7:\"address\";s:21:\"41.266081, -76.291267\";s:3:\"lat\";s:10:\"41.2668817\";s:3:\"lng\";s:18:\"-76.29025159999998\";}'),(12914,531,'_locations_9_location','field_5683f288dcba1'),(12915,531,'locations_9_title','Luzerne County Brish'),(12916,531,'_locations_9_title','field_5683f2aadcba2'),(12917,531,'locations_9_image',''),(12918,531,'_locations_9_image','field_568439ed8109d'),(12919,531,'locations_9_description',''),(12920,531,'_locations_9_description','field_5683f2b1dcba3'),(12921,531,'locations_10_location','a:3:{s:7:\"address\";s:21:\"41.294579, -75.947686\";s:3:\"lat\";s:10:\"41.2945835\";s:3:\"lng\";s:18:\"-75.94770040000003\";}'),(12922,531,'_locations_10_location','field_5683f288dcba1'),(12923,531,'locations_10_title','Luzerne County Browns Creek 12'),(12924,531,'_locations_10_title','field_5683f2aadcba2'),(12925,531,'locations_10_image',''),(12926,531,'_locations_10_image','field_568439ed8109d'),(12927,531,'locations_10_description',''),(12928,531,'_locations_10_description','field_5683f2b1dcba3'),(12929,531,'locations_11_location','a:3:{s:7:\"address\";s:21:\"41.289499, -75.955916\";s:3:\"lat\";s:9:\"41.288856\";s:3:\"lng\";s:9:\"-75.95745\";}'),(12930,531,'_locations_11_location','field_5683f288dcba1'),(12931,531,'locations_11_title','Luzerne County Browns Creek 13'),(12932,531,'_locations_11_title','field_5683f2aadcba2'),(12933,531,'locations_11_image',''),(12934,531,'_locations_11_image','field_568439ed8109d'),(12935,531,'locations_11_description',''),(12936,531,'_locations_11_description','field_5683f2b1dcba3'),(12937,531,'locations_12_location','a:3:{s:7:\"address\";s:21:\"41.130388, -75.625973\";s:3:\"lat\";s:17:\"41.13012380000001\";s:3:\"lng\";s:18:\"-75.62548429999998\";}'),(12938,531,'_locations_12_location','field_5683f288dcba1'),(12939,531,'locations_12_title','State Route 115, Section 371 – E09080, Monroe and Luzerne – Bridge Replacement'),(12940,531,'_locations_12_title','field_5683f2aadcba2'),(12941,531,'locations_12_image','511'),(12942,531,'_locations_12_image','field_568439ed8109d'),(12943,531,'locations_12_description','This project was for a small bridge and affected 2 properties in the Townships of Bucks and Tobyhanna, Luzerne and Monroe Counties.'),(12944,531,'_locations_12_description','field_5683f2b1dcba3'),(12945,531,'locations_13_location','a:3:{s:7:\"address\";s:21:\"41.518613, -75.322306\";s:3:\"lat\";s:8:\"41.51691\";s:3:\"lng\";s:18:\"-75.32142599999997\";}'),(12946,531,'_locations_13_location','field_5683f288dcba1'),(12947,531,'locations_13_title','State Route 3037, Section 650 – E83054 - in Wayne County – Bridge Replacement'),(12948,531,'_locations_13_title','field_5683f2aadcba2'),(12949,531,'locations_13_image',''),(12950,531,'_locations_13_image','field_568439ed8109d'),(12951,531,'locations_13_description','This project is for a small bridge project and is affecting 2 properties in the Township of Cherry Ridge, Wayne County.'),(12952,531,'_locations_13_description','field_5683f2b1dcba3'),(12953,531,'locations_14_location','a:3:{s:7:\"address\";s:21:\"41.221166, -76.015002\";s:3:\"lat\";s:10:\"41.2211475\";s:3:\"lng\";s:18:\"-76.01497369999998\";}'),(12954,531,'_locations_14_location','field_5683f288dcba1'),(12955,531,'locations_14_title','State Route 0011, Section 353 – E08899 - in Luzerne County – Bridge Replacement'),(12956,531,'_locations_14_title','field_5683f2aadcba2'),(12957,531,'locations_14_image','515'),(12958,531,'_locations_14_image','field_568439ed8109d'),(12959,531,'locations_14_description','This project was for a small bridge and affected 4 properties in the Township of Plymouth, Luzerne County.'),(12960,531,'_locations_14_description','field_5683f2b1dcba3'),(12961,531,'locations_15_location','a:3:{s:7:\"address\";s:21:\"41.280778, -75.895555\";s:3:\"lat\";s:9:\"41.279748\";s:3:\"lng\";s:18:\"-75.89788499999997\";}'),(12962,531,'_locations_15_location','field_5683f288dcba1'),(12963,531,'locations_15_title','State Route 1054, Section 370 – E56699 in Luzerne County – Bridge Replacement'),(12964,531,'_locations_15_title','field_5683f2aadcba2'),(12965,531,'locations_15_image','518'),(12966,531,'_locations_15_image','field_568439ed8109d'),(12967,531,'locations_15_description','This project was for a small bridge and affected 3 properties in the Borough of Luzerne, Luzerne County.'),(12968,531,'_locations_15_description','field_5683f2b1dcba3'),(12969,531,'locations_16_location','a:3:{s:7:\"address\";s:21:\"41.989313, -75.423747\";s:3:\"lat\";s:9:\"41.989307\";s:3:\"lng\";s:18:\"-75.42374489999997\";}'),(12970,531,'_locations_16_location','field_5683f288dcba1'),(12971,531,'locations_16_title','State Route 4043 over Sherman – E56754 in Wayne County, Scott Twp. – Bridge Replacement'),(12972,531,'_locations_16_title','field_5683f2aadcba2'),(12973,531,'locations_16_image',''),(12974,531,'_locations_16_image','field_568439ed8109d'),(12975,531,'locations_16_description','This project is for a small bridge and is affecting 4 properties in the Township of Scott, Wayne County.'),(12976,531,'_locations_16_description','field_5683f2b1dcba3'),(12977,531,'locations_17_location','a:3:{s:7:\"address\";s:21:\"41.283610, -75.780138\";s:3:\"lat\";s:9:\"41.284705\";s:3:\"lng\";s:18:\"-75.77986499999997\";}'),(12978,531,'_locations_17_location','field_5683f288dcba1'),(12979,531,'locations_17_title','State Route 2039, Section 370 – E08867 in Luzerne County – Bridge Reeplacement'),(12980,531,'_locations_17_title','field_5683f2aadcba2'),(12981,531,'locations_17_image','521'),(12982,531,'_locations_17_image','field_568439ed8109d'),(12983,531,'locations_17_description','This project was for a small bridge and affected 3 properties in the Township of Jenkins, Luzerne County.'),(12984,531,'_locations_17_description','field_5683f2b1dcba3'),(12985,531,'locations_18_location','a:3:{s:7:\"address\";s:21:\"41.243054, -75.934914\";s:3:\"lat\";s:10:\"41.2430407\";s:3:\"lng\";s:18:\"-75.93489540000002\";}'),(12986,531,'_locations_18_location','field_5683f288dcba1'),(12987,531,'locations_18_title','State Route 2067, Section 370 – E08743 in Luzerne County, Plymouth Boro – Bridge Replacement'),(12988,531,'_locations_18_title','field_5683f2aadcba2'),(12989,531,'locations_18_image',''),(12990,531,'_locations_18_image','field_568439ed8109d'),(12991,531,'locations_18_description','This project is for a small bridge and is affecting 3 properties in the Township of Plymouth, Luzerne County.'),(12992,531,'_locations_18_description','field_5683f2b1dcba3'),(12993,531,'locations_19_location','a:3:{s:7:\"address\";s:21:\"41.592388, -75.858530\";s:3:\"lat\";s:10:\"41.5924082\";s:3:\"lng\";s:18:\"-75.85857759999999\";}'),(12994,531,'_locations_19_location','field_5683f288dcba1'),(12995,531,'locations_19_title','State Route 1010, Section 770 – E68803 in Clinton and Wyoming? – Bridge Replacement'),(12996,531,'_locations_19_title','field_5683f2aadcba2'),(12997,531,'locations_19_image','524'),(12998,531,'_locations_19_image','field_568439ed8109d'),(12999,531,'locations_19_description','This project is for a small bridge and is affecting 3 properties in the Township of Clinton, Wyoming County.'),(13000,531,'_locations_19_description','field_5683f2b1dcba3'),(13001,531,'locations_20_location','a:3:{s:7:\"address\";s:21:\"41.413861, -75.487693\";s:3:\"lat\";s:17:\"41.41387590000001\";s:3:\"lng\";s:11:\"-75.4876964\";}'),(13002,531,'_locations_20_location','field_5683f288dcba1'),(13003,531,'locations_20_title','State Route 348, Section 250 – E67196 in Lackawanna, Jefferson Township – Bridge '),(13004,531,'_locations_20_title','field_5683f2aadcba2'),(13005,531,'locations_20_image',''),(13006,531,'_locations_20_image','field_568439ed8109d'),(13007,531,'locations_20_description','This project is for a small bridge and is affecting 2 properties in the Township of Jefferson, Lackawanna County.'),(13008,531,'_locations_20_description','field_5683f2b1dcba3'),(13009,531,'locations_21_location','a:3:{s:7:\"address\";s:21:\"41.536054, -75.777392\";s:3:\"lat\";s:10:\"41.5378938\";s:3:\"lng\";s:18:\"-75.77944389999999\";}'),(13010,531,'_locations_21_location','field_5683f288dcba1'),(13011,531,'locations_21_title','State Route 4018, Section 250 – E67235 in Lackawanna – Bridge Replacement'),(13012,531,'_locations_21_title','field_5683f2aadcba2'),(13013,531,'locations_21_image',''),(13014,531,'_locations_21_image','field_568439ed8109d'),(13015,531,'locations_21_description','This project is for a small bridge is affecting 2 properties in the Township of West Abington, Lackawanna County.'),(13016,531,'_locations_21_description','field_5683f2b1dcba3'),(13017,531,'locations_22_location','a:3:{s:7:\"address\";s:21:\"41.393109, -75.818332\";s:3:\"lat\";s:10:\"41.3931108\";s:3:\"lng\";s:18:\"-75.81833080000001\";}'),(13018,531,'_locations_22_location','field_5683f288dcba1'),(13019,531,'locations_22_title','State Route 3005 Over Gardeners Creek – E08181 – Lackawanna (ransom twp) – Bridge'),(13020,531,'_locations_22_title','field_5683f2aadcba2'),(13021,531,'locations_22_image',''),(13022,531,'_locations_22_image','field_568439ed8109d'),(13023,531,'locations_22_description','This project is for a small bridge and is affecting 4 properties in the township of Ransom, Lackawanna County.'),(13024,531,'_locations_22_description','field_5683f2b1dcba3'),(13025,531,'locations_23_location','a:3:{s:7:\"address\";s:21:\"41.599889, -75.266112\";s:3:\"lat\";s:9:\"41.599538\";s:3:\"lng\";s:18:\"-75.26654400000001\";}'),(13026,531,'_locations_23_location','field_5683f288dcba1'),(13027,531,'locations_23_title','State Route 4006, Section 650 over dyberry – E83952 – Dyberry Township, Wayne County, Bridge'),(13028,531,'_locations_23_title','field_5683f2aadcba2'),(13029,531,'locations_23_image',''),(13030,531,'_locations_23_image','field_568439ed8109d'),(13031,531,'locations_23_description','This project is for a small bridge and is affecting 2 properties in the Township of Dyberry, Wayne County.'),(13032,531,'_locations_23_description','field_5683f2b1dcba3'),(13033,531,'locations_24_location','a:3:{s:7:\"address\";s:21:\"41.978611, -75.500110\";s:3:\"lat\";s:10:\"41.9758809\";s:3:\"lng\";s:18:\"-75.50041479999999\";}'),(13034,531,'_locations_24_location','field_5683f288dcba1'),(13035,531,'locations_24_title','State Route 1011, Section 552 Over Deep Hollow Susquehanna County – E83952 – Bridge'),(13036,531,'_locations_24_title','field_5683f2aadcba2'),(13037,531,'locations_24_image',''),(13038,531,'_locations_24_image','field_568439ed8109d'),(13039,531,'locations_24_description','This project is for bridge replacement and intersection improvement and is affecting 7 properties in Borough of New Milford, Susquehanna County.'),(13040,531,'_locations_24_description','field_5683f2b1dcba3'),(13041,531,'locations_25_location','a:3:{s:7:\"address\";s:21:\"41.607443, -76.131722\";s:3:\"lat\";s:17:\"41.60742339999999\";s:3:\"lng\";s:18:\"-76.13179359999998\";}'),(13042,531,'_locations_25_location','field_5683f288dcba1'),(13043,531,'locations_25_title','State Route 3001, Section 774 – E69221 Wyoming County, Wyndham Twp – Bridge'),(13044,531,'_locations_25_title','field_5683f2aadcba2'),(13045,531,'locations_25_image',''),(13046,531,'_locations_25_image','field_568439ed8109d'),(13047,531,'locations_25_description','This project is for a bridge and is affecting 1 parcel in the Township of Windham, Wyoming County.'),(13048,531,'_locations_25_description','field_5683f2b1dcba3'),(13049,531,'locations','26'),(13050,531,'_locations','field_5683f253a5dba'),(13051,335,'locations_25_location','a:3:{s:7:\"address\";s:21:\"41.607443, -76.131722\";s:3:\"lat\";s:17:\"41.60742339999999\";s:3:\"lng\";s:18:\"-76.13179359999998\";}'),(13052,335,'_locations_25_location','field_5683f288dcba1'),(13053,335,'locations_25_title','State Route 3001, Section 774 – E69221 Wyoming County, Wyndham Twp – Bridge'),(13054,335,'_locations_25_title','field_5683f2aadcba2'),(13055,335,'locations_25_image',''),(13056,335,'_locations_25_image','field_568439ed8109d'),(13057,335,'locations_25_description','This project is for a bridge and is affecting 1 parcel in the Township of Windham, Wyoming County.'),(13058,335,'_locations_25_description','field_5683f2b1dcba3'),(13059,532,'locations_0_location','a:3:{s:7:\"address\";s:21:\"41.564217, -76.059027\";s:3:\"lat\";s:10:\"41.5633759\";s:3:\"lng\";s:18:\"-76.06040280000002\";}'),(13060,532,'_locations_0_location','field_5683f288dcba1'),(13061,532,'locations_0_title','3003 – 773 – Mehoopany'),(13062,532,'_locations_0_title','field_5683f2aadcba2'),(13063,532,'locations_0_image','463'),(13064,532,'_locations_0_image','field_568439ed8109d'),(13065,532,'locations_0_description','This project is for a mid-sized bridge replacement and roadway alignment and is affecting 10 properties and resulting in the relocation of 1 resident in the Township of Mehoopany, Wyoming County.'),(13066,532,'_locations_0_description','field_5683f2b1dcba3'),(13067,532,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.558172, -75.756456\";s:3:\"lat\";s:10:\"41.5550934\";s:3:\"lng\";s:18:\"-75.75364639999998\";}'),(13068,532,'_locations_1_location','field_5683f288dcba1'),(13069,532,'locations_1_title','SR0006, Section 214'),(13070,532,'_locations_1_title','field_5683f2aadcba2'),(13071,532,'locations_1_image',''),(13072,532,'_locations_1_image','field_568439ed8109d'),(13073,532,'locations_1_description','This project is for lane reconfiguration, intersection improvements, and drainage improvements and is affecting 34 parcels in the municipalities of Clinton, La Plume, Glenburn, South Abington, Factoryville, and Dalton, Lackawanna and Wyoming Counties.'),(13074,532,'_locations_1_description','field_5683f2b1dcba3'),(13075,532,'locations_2_location','a:3:{s:7:\"address\";s:21:\"41.558109, -75.756371\";s:3:\"lat\";s:10:\"41.5581464\";s:3:\"lng\";s:11:\"-75.7562883\";}'),(13076,532,'_locations_2_location','field_5683f288dcba1'),(13077,532,'locations_2_title','SR0415, 303'),(13078,532,'_locations_2_title','field_5683f2aadcba2'),(13079,532,'locations_2_image',''),(13080,532,'_locations_2_image','field_568439ed8109d'),(13081,532,'locations_2_description','This project is for a roadway realignment and is affecting 15 properties in the Township of Dallas, Luzerne County.'),(13082,532,'_locations_2_description','field_5683f2b1dcba3'),(13083,532,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.344964, -75.960057\";s:3:\"lat\";s:9:\"41.345173\";s:3:\"lng\";s:18:\"-75.96029190000002\";}'),(13084,532,'_locations_3_location','field_5683f288dcba1'),(13085,532,'locations_3_title','SR0309, 330'),(13086,532,'_locations_3_title','field_5683f2aadcba2'),(13087,532,'locations_3_image',''),(13088,532,'_locations_3_image','field_568439ed8109d'),(13089,532,'locations_3_description','This project is for roadway relocation and intersection realignment and is affecting 8 properties in the Township of Dallas, Luzerne County.'),(13090,532,'_locations_3_description','field_5683f2b1dcba3'),(13091,532,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.490658, -75.551795\";s:3:\"lat\";s:10:\"41.4905565\";s:3:\"lng\";s:18:\"-75.55236930000001\";}'),(13092,532,'_locations_4_location','field_5683f288dcba1'),(13093,532,'locations_4_title','SR1012, 202'),(13094,532,'_locations_4_title','field_5683f2aadcba2'),(13095,532,'locations_4_image',''),(13096,532,'_locations_4_image','field_568439ed8109d'),(13097,532,'locations_4_description',''),(13098,532,'_locations_4_description','field_5683f2b1dcba3'),(13099,532,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.872160, -75.730199\";s:3:\"lat\";s:17:\"41.87217649999999\";s:3:\"lng\";s:11:\"-75.7301933\";}'),(13100,532,'_locations_5_location','field_5683f288dcba1'),(13101,532,'locations_5_title','SR1016, 571'),(13102,532,'_locations_5_title','field_5683f2aadcba2'),(13103,532,'locations_5_image',''),(13104,532,'_locations_5_image','field_568439ed8109d'),(13105,532,'locations_5_description',''),(13106,532,'_locations_5_description','field_5683f2b1dcba3'),(13107,532,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.359132, -75.494434\";s:3:\"lat\";s:9:\"41.359067\";s:3:\"lng\";s:18:\"-75.49490600000001\";}'),(13108,532,'_locations_6_location','field_5683f288dcba1'),(13109,532,'locations_6_title','SR2004, 250'),(13110,532,'_locations_6_title','field_5683f2aadcba2'),(13111,532,'locations_6_image',''),(13112,532,'_locations_6_image','field_568439ed8109d'),(13113,532,'locations_6_description','This project is for a flood project and is affecting 5 properties in the Township of Covington, Lackawanna County.'),(13114,532,'_locations_6_description','field_5683f2b1dcba3'),(13115,532,'locations_7_location','a:3:{s:7:\"address\";s:21:\"41.359135, -75.494447\";s:3:\"lat\";s:9:\"41.359067\";s:3:\"lng\";s:18:\"-75.49490600000001\";}'),(13116,532,'_locations_7_location','field_5683f288dcba1'),(13117,532,'locations_7_title','SR2004, 250'),(13118,532,'_locations_7_title','field_5683f2aadcba2'),(13119,532,'locations_7_image',''),(13120,532,'_locations_7_image','field_568439ed8109d'),(13121,532,'locations_7_description','This project is for reconstruction and is affecting 4 properties in the Township of Madison, Lackawanna County.'),(13122,532,'_locations_7_description','field_5683f2b1dcba3'),(13123,532,'locations_8_location','a:3:{s:7:\"address\";s:21:\"41.317135, -75.551164\";s:3:\"lat\";s:10:\"41.3171963\";s:3:\"lng\";s:18:\"-75.55109429999999\";}'),(13124,532,'_locations_8_location','field_5683f288dcba1'),(13125,532,'locations_8_title','Daleville Stockpile'),(13126,532,'_locations_8_title','field_5683f2aadcba2'),(13127,532,'locations_8_image',''),(13128,532,'_locations_8_image','field_568439ed8109d'),(13129,532,'locations_8_description','This project is for a flood project and is affecting 5 properties in the Township of Covington, Lackawanna County.'),(13130,532,'_locations_8_description','field_5683f2b1dcba3'),(13131,532,'locations_9_location','a:3:{s:7:\"address\";s:21:\"41.266081, -76.291267\";s:3:\"lat\";s:10:\"41.2668817\";s:3:\"lng\";s:18:\"-76.29025159999998\";}'),(13132,532,'_locations_9_location','field_5683f288dcba1'),(13133,532,'locations_9_title','Luzerne County Brish'),(13134,532,'_locations_9_title','field_5683f2aadcba2'),(13135,532,'locations_9_image',''),(13136,532,'_locations_9_image','field_568439ed8109d'),(13137,532,'locations_9_description',''),(13138,532,'_locations_9_description','field_5683f2b1dcba3'),(13139,532,'locations_10_location','a:3:{s:7:\"address\";s:21:\"41.294579, -75.947686\";s:3:\"lat\";s:10:\"41.2945835\";s:3:\"lng\";s:18:\"-75.94770040000003\";}'),(13140,532,'_locations_10_location','field_5683f288dcba1'),(13141,532,'locations_10_title','Luzerne County Browns Creek 12'),(13142,532,'_locations_10_title','field_5683f2aadcba2'),(13143,532,'locations_10_image',''),(13144,532,'_locations_10_image','field_568439ed8109d'),(13145,532,'locations_10_description',''),(13146,532,'_locations_10_description','field_5683f2b1dcba3'),(13147,532,'locations_11_location','a:3:{s:7:\"address\";s:21:\"41.289499, -75.955916\";s:3:\"lat\";s:9:\"41.288856\";s:3:\"lng\";s:9:\"-75.95745\";}'),(13148,532,'_locations_11_location','field_5683f288dcba1'),(13149,532,'locations_11_title','Luzerne County Browns Creek 13'),(13150,532,'_locations_11_title','field_5683f2aadcba2'),(13151,532,'locations_11_image',''),(13152,532,'_locations_11_image','field_568439ed8109d'),(13153,532,'locations_11_description',''),(13154,532,'_locations_11_description','field_5683f2b1dcba3'),(13155,532,'locations_12_location','a:3:{s:7:\"address\";s:21:\"41.130388, -75.625973\";s:3:\"lat\";s:17:\"41.13012380000001\";s:3:\"lng\";s:18:\"-75.62548429999998\";}'),(13156,532,'_locations_12_location','field_5683f288dcba1'),(13157,532,'locations_12_title','State Route 115, Section 371 – E09080, Monroe and Luzerne – Bridge Replacement'),(13158,532,'_locations_12_title','field_5683f2aadcba2'),(13159,532,'locations_12_image','511'),(13160,532,'_locations_12_image','field_568439ed8109d'),(13161,532,'locations_12_description','This project was for a small bridge and affected 2 properties in the Townships of Bucks and Tobyhanna, Luzerne and Monroe Counties.'),(13162,532,'_locations_12_description','field_5683f2b1dcba3'),(13163,532,'locations_13_location','a:3:{s:7:\"address\";s:21:\"41.518613, -75.322306\";s:3:\"lat\";s:8:\"41.51691\";s:3:\"lng\";s:18:\"-75.32142599999997\";}'),(13164,532,'_locations_13_location','field_5683f288dcba1'),(13165,532,'locations_13_title','State Route 3037, Section 650 – E83054 - in Wayne County – Bridge Replacement'),(13166,532,'_locations_13_title','field_5683f2aadcba2'),(13167,532,'locations_13_image',''),(13168,532,'_locations_13_image','field_568439ed8109d'),(13169,532,'locations_13_description','This project is for a small bridge project and is affecting 2 properties in the Township of Cherry Ridge, Wayne County.'),(13170,532,'_locations_13_description','field_5683f2b1dcba3'),(13171,532,'locations_14_location','a:3:{s:7:\"address\";s:21:\"41.221166, -76.015002\";s:3:\"lat\";s:10:\"41.2211475\";s:3:\"lng\";s:18:\"-76.01497369999998\";}'),(13172,532,'_locations_14_location','field_5683f288dcba1'),(13173,532,'locations_14_title','State Route 0011, Section 353 – E08899 - in Luzerne County – Bridge Replacement'),(13174,532,'_locations_14_title','field_5683f2aadcba2'),(13175,532,'locations_14_image','515'),(13176,532,'_locations_14_image','field_568439ed8109d'),(13177,532,'locations_14_description','This project was for a small bridge and affected 4 properties in the Township of Plymouth, Luzerne County.'),(13178,532,'_locations_14_description','field_5683f2b1dcba3'),(13179,532,'locations_15_location','a:3:{s:7:\"address\";s:21:\"41.280778, -75.895555\";s:3:\"lat\";s:9:\"41.279748\";s:3:\"lng\";s:18:\"-75.89788499999997\";}'),(13180,532,'_locations_15_location','field_5683f288dcba1'),(13181,532,'locations_15_title','State Route 1054, Section 370 – E56699 in Luzerne County – Bridge Replacement'),(13182,532,'_locations_15_title','field_5683f2aadcba2'),(13183,532,'locations_15_image','518'),(13184,532,'_locations_15_image','field_568439ed8109d'),(13185,532,'locations_15_description','This project was for a small bridge and affected 3 properties in the Borough of Luzerne, Luzerne County.'),(13186,532,'_locations_15_description','field_5683f2b1dcba3'),(13187,532,'locations_16_location','a:3:{s:7:\"address\";s:21:\"41.989313, -75.423747\";s:3:\"lat\";s:9:\"41.989307\";s:3:\"lng\";s:18:\"-75.42374489999997\";}'),(13188,532,'_locations_16_location','field_5683f288dcba1'),(13189,532,'locations_16_title','State Route 4043 over Sherman – E56754 in Wayne County, Scott Twp. – Bridge Replacement'),(13190,532,'_locations_16_title','field_5683f2aadcba2'),(13191,532,'locations_16_image',''),(13192,532,'_locations_16_image','field_568439ed8109d'),(13193,532,'locations_16_description','This project is for a small bridge and is affecting 4 properties in the Township of Scott, Wayne County.'),(13194,532,'_locations_16_description','field_5683f2b1dcba3'),(13195,532,'locations_17_location','a:3:{s:7:\"address\";s:21:\"41.283610, -75.780138\";s:3:\"lat\";s:9:\"41.284705\";s:3:\"lng\";s:18:\"-75.77986499999997\";}'),(13196,532,'_locations_17_location','field_5683f288dcba1'),(13197,532,'locations_17_title','State Route 2039, Section 370 – E08867 in Luzerne County – Bridge Reeplacement'),(13198,532,'_locations_17_title','field_5683f2aadcba2'),(13199,532,'locations_17_image','521'),(13200,532,'_locations_17_image','field_568439ed8109d'),(13201,532,'locations_17_description','This project was for a small bridge and affected 3 properties in the Township of Jenkins, Luzerne County.'),(13202,532,'_locations_17_description','field_5683f2b1dcba3'),(13203,532,'locations_18_location','a:3:{s:7:\"address\";s:21:\"41.243054, -75.934914\";s:3:\"lat\";s:10:\"41.2430407\";s:3:\"lng\";s:18:\"-75.93489540000002\";}'),(13204,532,'_locations_18_location','field_5683f288dcba1'),(13205,532,'locations_18_title','State Route 2067, Section 370 – E08743 in Luzerne County, Plymouth Boro – Bridge Replacement'),(13206,532,'_locations_18_title','field_5683f2aadcba2'),(13207,532,'locations_18_image',''),(13208,532,'_locations_18_image','field_568439ed8109d'),(13209,532,'locations_18_description','This project is for a small bridge and is affecting 3 properties in the Township of Plymouth, Luzerne County.'),(13210,532,'_locations_18_description','field_5683f2b1dcba3'),(13211,532,'locations_19_location','a:3:{s:7:\"address\";s:21:\"41.592388, -75.858530\";s:3:\"lat\";s:10:\"41.5924082\";s:3:\"lng\";s:18:\"-75.85857759999999\";}'),(13212,532,'_locations_19_location','field_5683f288dcba1'),(13213,532,'locations_19_title','State Route 1010, Section 770 – E68803 in Clinton and Wyoming? – Bridge Replacement'),(13214,532,'_locations_19_title','field_5683f2aadcba2'),(13215,532,'locations_19_image','524'),(13216,532,'_locations_19_image','field_568439ed8109d'),(13217,532,'locations_19_description','This project is for a small bridge and is affecting 3 properties in the Township of Clinton, Wyoming County.'),(13218,532,'_locations_19_description','field_5683f2b1dcba3'),(13219,532,'locations_20_location','a:3:{s:7:\"address\";s:21:\"41.413861, -75.487693\";s:3:\"lat\";s:17:\"41.41387590000001\";s:3:\"lng\";s:11:\"-75.4876964\";}'),(13220,532,'_locations_20_location','field_5683f288dcba1'),(13221,532,'locations_20_title','State Route 348, Section 250 – E67196 in Lackawanna, Jefferson Township – Bridge '),(13222,532,'_locations_20_title','field_5683f2aadcba2'),(13223,532,'locations_20_image',''),(13224,532,'_locations_20_image','field_568439ed8109d'),(13225,532,'locations_20_description','This project is for a small bridge and is affecting 2 properties in the Township of Jefferson, Lackawanna County.'),(13226,532,'_locations_20_description','field_5683f2b1dcba3'),(13227,532,'locations_21_location','a:3:{s:7:\"address\";s:21:\"41.536054, -75.777392\";s:3:\"lat\";s:10:\"41.5378938\";s:3:\"lng\";s:18:\"-75.77944389999999\";}'),(13228,532,'_locations_21_location','field_5683f288dcba1'),(13229,532,'locations_21_title','State Route 4018, Section 250 – E67235 in Lackawanna – Bridge Replacement'),(13230,532,'_locations_21_title','field_5683f2aadcba2'),(13231,532,'locations_21_image',''),(13232,532,'_locations_21_image','field_568439ed8109d'),(13233,532,'locations_21_description','This project is for a small bridge is affecting 2 properties in the Township of West Abington, Lackawanna County.'),(13234,532,'_locations_21_description','field_5683f2b1dcba3'),(13235,532,'locations_22_location','a:3:{s:7:\"address\";s:21:\"41.393109, -75.818332\";s:3:\"lat\";s:10:\"41.3931108\";s:3:\"lng\";s:18:\"-75.81833080000001\";}'),(13236,532,'_locations_22_location','field_5683f288dcba1'),(13237,532,'locations_22_title','State Route 3005 Over Gardeners Creek – E08181 – Lackawanna (ransom twp) – Bridge'),(13238,532,'_locations_22_title','field_5683f2aadcba2'),(13239,532,'locations_22_image',''),(13240,532,'_locations_22_image','field_568439ed8109d'),(13241,532,'locations_22_description','This project is for a small bridge and is affecting 4 properties in the township of Ransom, Lackawanna County.'),(13242,532,'_locations_22_description','field_5683f2b1dcba3'),(13243,532,'locations_23_location','a:3:{s:7:\"address\";s:21:\"41.599889, -75.266112\";s:3:\"lat\";s:9:\"41.599538\";s:3:\"lng\";s:18:\"-75.26654400000001\";}'),(13244,532,'_locations_23_location','field_5683f288dcba1'),(13245,532,'locations_23_title','State Route 4006, Section 650 over dyberry – E83952 – Dyberry Township, Wayne County, Bridge'),(13246,532,'_locations_23_title','field_5683f2aadcba2'),(13247,532,'locations_23_image',''),(13248,532,'_locations_23_image','field_568439ed8109d'),(13249,532,'locations_23_description','This project is for a small bridge and is affecting 2 properties in the Township of Dyberry, Wayne County.'),(13250,532,'_locations_23_description','field_5683f2b1dcba3'),(13251,532,'locations_24_location','a:3:{s:7:\"address\";s:21:\"41.978611, -75.500110\";s:3:\"lat\";s:10:\"41.9758809\";s:3:\"lng\";s:18:\"-75.50041479999999\";}'),(13252,532,'_locations_24_location','field_5683f288dcba1'),(13253,532,'locations_24_title','State Route 1011, Section 552 Over Deep Hollow Susquehanna County – E83952 – Bridge'),(13254,532,'_locations_24_title','field_5683f2aadcba2'),(13255,532,'locations_24_image',''),(13256,532,'_locations_24_image','field_568439ed8109d'),(13257,532,'locations_24_description','This project is for bridge replacement and intersection improvement and is affecting 7 properties in Borough of New Milford, Susquehanna County.'),(13258,532,'_locations_24_description','field_5683f2b1dcba3'),(13259,532,'locations_25_location','a:3:{s:7:\"address\";s:21:\"41.607443, -76.131722\";s:3:\"lat\";s:17:\"41.60742339999999\";s:3:\"lng\";s:18:\"-76.13179359999998\";}'),(13260,532,'_locations_25_location','field_5683f288dcba1'),(13261,532,'locations_25_title','State Route 3001, Section 774 – E69221 Wyoming County, Wyndham Twp – Bridge'),(13262,532,'_locations_25_title','field_5683f2aadcba2'),(13263,532,'locations_25_image',''),(13264,532,'_locations_25_image','field_568439ed8109d'),(13265,532,'locations_25_description','This project is for a bridge and is affecting 1 parcel in the Township of Windham, Wyoming County.'),(13266,532,'_locations_25_description','field_5683f2b1dcba3'),(13267,532,'locations_26_location','a:3:{s:7:\"address\";s:21:\"40.974082, -76.184973\";s:3:\"lat\";s:9:\"40.970843\";s:3:\"lng\";s:18:\"-76.18496700000003\";}'),(13268,532,'_locations_26_location','field_5683f288dcba1'),(13269,532,'locations_26_title','State Route 3020, Section 350 over Black Creek – E09015, Black Creek Twp – Bridge'),(13270,532,'_locations_26_title','field_5683f2aadcba2'),(13271,532,'locations_26_image',''),(13272,532,'_locations_26_image','field_568439ed8109d'),(13273,532,'locations_26_description','This project is for construction on a small bridge and is affecting 3 properties in the Township of Black Creek, Luzerne County.'),(13274,532,'_locations_26_description','field_5683f2b1dcba3'),(13275,532,'locations','27'),(13276,532,'_locations','field_5683f253a5dba'),(13277,335,'locations_26_location','a:3:{s:7:\"address\";s:21:\"40.974082, -76.184973\";s:3:\"lat\";s:9:\"40.970843\";s:3:\"lng\";s:18:\"-76.18496700000003\";}'),(13278,335,'_locations_26_location','field_5683f288dcba1'),(13279,335,'locations_26_title','State Route 3020, Section 350 over Black Creek – E09015, Black Creek Twp – Bridge'),(13280,335,'_locations_26_title','field_5683f2aadcba2'),(13281,335,'locations_26_image',''),(13282,335,'_locations_26_image','field_568439ed8109d'),(13283,335,'locations_26_description','This project is for construction on a small bridge and is affecting 3 properties in the Township of Black Creek, Luzerne County.'),(13284,335,'_locations_26_description','field_5683f2b1dcba3'),(13285,533,'locations_0_location','a:3:{s:7:\"address\";s:21:\"41.564217, -76.059027\";s:3:\"lat\";s:10:\"41.5633759\";s:3:\"lng\";s:18:\"-76.06040280000002\";}'),(13286,533,'_locations_0_location','field_5683f288dcba1'),(13287,533,'locations_0_title','3003 – 773 – Mehoopany'),(13288,533,'_locations_0_title','field_5683f2aadcba2'),(13289,533,'locations_0_image','463'),(13290,533,'_locations_0_image','field_568439ed8109d'),(13291,533,'locations_0_description','This project is for a mid-sized bridge replacement and roadway alignment and is affecting 10 properties and resulting in the relocation of 1 resident in the Township of Mehoopany, Wyoming County.'),(13292,533,'_locations_0_description','field_5683f2b1dcba3'),(13293,533,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.558172, -75.756456\";s:3:\"lat\";s:10:\"41.5550934\";s:3:\"lng\";s:18:\"-75.75364639999998\";}'),(13294,533,'_locations_1_location','field_5683f288dcba1'),(13295,533,'locations_1_title','SR0006, Section 214'),(13296,533,'_locations_1_title','field_5683f2aadcba2'),(13297,533,'locations_1_image',''),(13298,533,'_locations_1_image','field_568439ed8109d'),(13299,533,'locations_1_description','This project is for lane reconfiguration, intersection improvements, and drainage improvements and is affecting 34 parcels in the municipalities of Clinton, La Plume, Glenburn, South Abington, Factoryville, and Dalton, Lackawanna and Wyoming Counties.'),(13300,533,'_locations_1_description','field_5683f2b1dcba3'),(13301,533,'locations_2_location','a:3:{s:7:\"address\";s:21:\"41.558109, -75.756371\";s:3:\"lat\";s:10:\"41.5581464\";s:3:\"lng\";s:11:\"-75.7562883\";}'),(13302,533,'_locations_2_location','field_5683f288dcba1'),(13303,533,'locations_2_title','SR0415, 303'),(13304,533,'_locations_2_title','field_5683f2aadcba2'),(13305,533,'locations_2_image',''),(13306,533,'_locations_2_image','field_568439ed8109d'),(13307,533,'locations_2_description','This project is for a roadway realignment and is affecting 15 properties in the Township of Dallas, Luzerne County.'),(13308,533,'_locations_2_description','field_5683f2b1dcba3'),(13309,533,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.344964, -75.960057\";s:3:\"lat\";s:9:\"41.345173\";s:3:\"lng\";s:18:\"-75.96029190000002\";}'),(13310,533,'_locations_3_location','field_5683f288dcba1'),(13311,533,'locations_3_title','SR0309, 330'),(13312,533,'_locations_3_title','field_5683f2aadcba2'),(13313,533,'locations_3_image',''),(13314,533,'_locations_3_image','field_568439ed8109d'),(13315,533,'locations_3_description','This project is for roadway relocation and intersection realignment and is affecting 8 properties in the Township of Dallas, Luzerne County.'),(13316,533,'_locations_3_description','field_5683f2b1dcba3'),(13317,533,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.490658, -75.551795\";s:3:\"lat\";s:10:\"41.4905565\";s:3:\"lng\";s:18:\"-75.55236930000001\";}'),(13318,533,'_locations_4_location','field_5683f288dcba1'),(13319,533,'locations_4_title','SR1012, 202'),(13320,533,'_locations_4_title','field_5683f2aadcba2'),(13321,533,'locations_4_image',''),(13322,533,'_locations_4_image','field_568439ed8109d'),(13323,533,'locations_4_description',''),(13324,533,'_locations_4_description','field_5683f2b1dcba3'),(13325,533,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.872160, -75.730199\";s:3:\"lat\";s:17:\"41.87217649999999\";s:3:\"lng\";s:11:\"-75.7301933\";}'),(13326,533,'_locations_5_location','field_5683f288dcba1'),(13327,533,'locations_5_title','SR1016, 571'),(13328,533,'_locations_5_title','field_5683f2aadcba2'),(13329,533,'locations_5_image',''),(13330,533,'_locations_5_image','field_568439ed8109d'),(13331,533,'locations_5_description',''),(13332,533,'_locations_5_description','field_5683f2b1dcba3'),(13333,533,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.359132, -75.494434\";s:3:\"lat\";s:9:\"41.359067\";s:3:\"lng\";s:18:\"-75.49490600000001\";}'),(13334,533,'_locations_6_location','field_5683f288dcba1'),(13335,533,'locations_6_title','SR2004, 250'),(13336,533,'_locations_6_title','field_5683f2aadcba2'),(13337,533,'locations_6_image',''),(13338,533,'_locations_6_image','field_568439ed8109d'),(13339,533,'locations_6_description','This project is for a flood project and is affecting 5 properties in the Township of Covington, Lackawanna County.'),(13340,533,'_locations_6_description','field_5683f2b1dcba3'),(13341,533,'locations_7_location','a:3:{s:7:\"address\";s:21:\"41.359135, -75.494447\";s:3:\"lat\";s:9:\"41.359067\";s:3:\"lng\";s:18:\"-75.49490600000001\";}'),(13342,533,'_locations_7_location','field_5683f288dcba1'),(13343,533,'locations_7_title','SR2004, 250'),(13344,533,'_locations_7_title','field_5683f2aadcba2'),(13345,533,'locations_7_image',''),(13346,533,'_locations_7_image','field_568439ed8109d'),(13347,533,'locations_7_description','This project is for reconstruction and is affecting 4 properties in the Township of Madison, Lackawanna County.'),(13348,533,'_locations_7_description','field_5683f2b1dcba3'),(13349,533,'locations_8_location','a:3:{s:7:\"address\";s:21:\"41.317135, -75.551164\";s:3:\"lat\";s:10:\"41.3171963\";s:3:\"lng\";s:18:\"-75.55109429999999\";}'),(13350,533,'_locations_8_location','field_5683f288dcba1'),(13351,533,'locations_8_title','Daleville Stockpile'),(13352,533,'_locations_8_title','field_5683f2aadcba2'),(13353,533,'locations_8_image',''),(13354,533,'_locations_8_image','field_568439ed8109d'),(13355,533,'locations_8_description','This project is for a flood project and is affecting 5 properties in the Township of Covington, Lackawanna County.'),(13356,533,'_locations_8_description','field_5683f2b1dcba3'),(13357,533,'locations_9_location','a:3:{s:7:\"address\";s:21:\"41.266081, -76.291267\";s:3:\"lat\";s:10:\"41.2668817\";s:3:\"lng\";s:18:\"-76.29025159999998\";}'),(13358,533,'_locations_9_location','field_5683f288dcba1'),(13359,533,'locations_9_title','Luzerne County Brish'),(13360,533,'_locations_9_title','field_5683f2aadcba2'),(13361,533,'locations_9_image',''),(13362,533,'_locations_9_image','field_568439ed8109d'),(13363,533,'locations_9_description',''),(13364,533,'_locations_9_description','field_5683f2b1dcba3'),(13365,533,'locations_10_location','a:3:{s:7:\"address\";s:21:\"41.294579, -75.947686\";s:3:\"lat\";s:10:\"41.2945835\";s:3:\"lng\";s:18:\"-75.94770040000003\";}'),(13366,533,'_locations_10_location','field_5683f288dcba1'),(13367,533,'locations_10_title','Luzerne County Browns Creek 12'),(13368,533,'_locations_10_title','field_5683f2aadcba2'),(13369,533,'locations_10_image',''),(13370,533,'_locations_10_image','field_568439ed8109d'),(13371,533,'locations_10_description',''),(13372,533,'_locations_10_description','field_5683f2b1dcba3'),(13373,533,'locations_11_location','a:3:{s:7:\"address\";s:21:\"41.289499, -75.955916\";s:3:\"lat\";s:9:\"41.288856\";s:3:\"lng\";s:9:\"-75.95745\";}'),(13374,533,'_locations_11_location','field_5683f288dcba1'),(13375,533,'locations_11_title','Luzerne County Browns Creek 13'),(13376,533,'_locations_11_title','field_5683f2aadcba2'),(13377,533,'locations_11_image',''),(13378,533,'_locations_11_image','field_568439ed8109d'),(13379,533,'locations_11_description',''),(13380,533,'_locations_11_description','field_5683f2b1dcba3'),(13381,533,'locations_12_location','a:3:{s:7:\"address\";s:21:\"41.130388, -75.625973\";s:3:\"lat\";s:17:\"41.13012380000001\";s:3:\"lng\";s:18:\"-75.62548429999998\";}'),(13382,533,'_locations_12_location','field_5683f288dcba1'),(13383,533,'locations_12_title','State Route 115, Section 371 – E09080, Monroe and Luzerne – Bridge Replacement'),(13384,533,'_locations_12_title','field_5683f2aadcba2'),(13385,533,'locations_12_image','511'),(13386,533,'_locations_12_image','field_568439ed8109d'),(13387,533,'locations_12_description','This project was for a small bridge and affected 2 properties in the Townships of Bucks and Tobyhanna, Luzerne and Monroe Counties.'),(13388,533,'_locations_12_description','field_5683f2b1dcba3'),(13389,533,'locations_13_location','a:3:{s:7:\"address\";s:21:\"41.518613, -75.322306\";s:3:\"lat\";s:8:\"41.51691\";s:3:\"lng\";s:18:\"-75.32142599999997\";}'),(13390,533,'_locations_13_location','field_5683f288dcba1'),(13391,533,'locations_13_title','State Route 3037, Section 650 – E83054 - in Wayne County – Bridge Replacement'),(13392,533,'_locations_13_title','field_5683f2aadcba2'),(13393,533,'locations_13_image',''),(13394,533,'_locations_13_image','field_568439ed8109d'),(13395,533,'locations_13_description','This project is for a small bridge project and is affecting 2 properties in the Township of Cherry Ridge, Wayne County.'),(13396,533,'_locations_13_description','field_5683f2b1dcba3'),(13397,533,'locations_14_location','a:3:{s:7:\"address\";s:21:\"41.221166, -76.015002\";s:3:\"lat\";s:10:\"41.2211475\";s:3:\"lng\";s:18:\"-76.01497369999998\";}'),(13398,533,'_locations_14_location','field_5683f288dcba1'),(13399,533,'locations_14_title','State Route 0011, Section 353 – E08899 - in Luzerne County – Bridge Replacement'),(13400,533,'_locations_14_title','field_5683f2aadcba2'),(13401,533,'locations_14_image','515'),(13402,533,'_locations_14_image','field_568439ed8109d'),(13403,533,'locations_14_description','This project was for a small bridge and affected 4 properties in the Township of Plymouth, Luzerne County.'),(13404,533,'_locations_14_description','field_5683f2b1dcba3'),(13405,533,'locations_15_location','a:3:{s:7:\"address\";s:21:\"41.280778, -75.895555\";s:3:\"lat\";s:9:\"41.279748\";s:3:\"lng\";s:18:\"-75.89788499999997\";}'),(13406,533,'_locations_15_location','field_5683f288dcba1'),(13407,533,'locations_15_title','State Route 1054, Section 370 – E56699 in Luzerne County – Bridge Replacement'),(13408,533,'_locations_15_title','field_5683f2aadcba2'),(13409,533,'locations_15_image','518'),(13410,533,'_locations_15_image','field_568439ed8109d'),(13411,533,'locations_15_description','This project was for a small bridge and affected 3 properties in the Borough of Luzerne, Luzerne County.'),(13412,533,'_locations_15_description','field_5683f2b1dcba3'),(13413,533,'locations_16_location','a:3:{s:7:\"address\";s:21:\"41.989313, -75.423747\";s:3:\"lat\";s:9:\"41.989307\";s:3:\"lng\";s:18:\"-75.42374489999997\";}'),(13414,533,'_locations_16_location','field_5683f288dcba1'),(13415,533,'locations_16_title','State Route 4043 over Sherman – E56754 in Wayne County, Scott Twp. – Bridge Replacement'),(13416,533,'_locations_16_title','field_5683f2aadcba2'),(13417,533,'locations_16_image',''),(13418,533,'_locations_16_image','field_568439ed8109d'),(13419,533,'locations_16_description','This project is for a small bridge and is affecting 4 properties in the Township of Scott, Wayne County.'),(13420,533,'_locations_16_description','field_5683f2b1dcba3'),(13421,533,'locations_17_location','a:3:{s:7:\"address\";s:21:\"41.283610, -75.780138\";s:3:\"lat\";s:9:\"41.284705\";s:3:\"lng\";s:18:\"-75.77986499999997\";}'),(13422,533,'_locations_17_location','field_5683f288dcba1'),(13423,533,'locations_17_title','State Route 2039, Section 370 – E08867 in Luzerne County – Bridge Reeplacement'),(13424,533,'_locations_17_title','field_5683f2aadcba2'),(13425,533,'locations_17_image','521'),(13426,533,'_locations_17_image','field_568439ed8109d'),(13427,533,'locations_17_description','This project was for a small bridge and affected 3 properties in the Township of Jenkins, Luzerne County.'),(13428,533,'_locations_17_description','field_5683f2b1dcba3'),(13429,533,'locations_18_location','a:3:{s:7:\"address\";s:21:\"41.243054, -75.934914\";s:3:\"lat\";s:10:\"41.2430407\";s:3:\"lng\";s:18:\"-75.93489540000002\";}'),(13430,533,'_locations_18_location','field_5683f288dcba1'),(13431,533,'locations_18_title','State Route 2067, Section 370 – E08743 in Luzerne County, Plymouth Boro – Bridge Replacement'),(13432,533,'_locations_18_title','field_5683f2aadcba2'),(13433,533,'locations_18_image',''),(13434,533,'_locations_18_image','field_568439ed8109d'),(13435,533,'locations_18_description','This project is for a small bridge and is affecting 3 properties in the Township of Plymouth, Luzerne County.'),(13436,533,'_locations_18_description','field_5683f2b1dcba3'),(13437,533,'locations_19_location','a:3:{s:7:\"address\";s:21:\"41.592388, -75.858530\";s:3:\"lat\";s:10:\"41.5924082\";s:3:\"lng\";s:18:\"-75.85857759999999\";}'),(13438,533,'_locations_19_location','field_5683f288dcba1'),(13439,533,'locations_19_title','State Route 1010, Section 770 – E68803 in Clinton and Wyoming? – Bridge Replacement'),(13440,533,'_locations_19_title','field_5683f2aadcba2'),(13441,533,'locations_19_image','524'),(13442,533,'_locations_19_image','field_568439ed8109d'),(13443,533,'locations_19_description','This project is for a small bridge and is affecting 3 properties in the Township of Clinton, Wyoming County.'),(13444,533,'_locations_19_description','field_5683f2b1dcba3'),(13445,533,'locations_20_location','a:3:{s:7:\"address\";s:21:\"41.413861, -75.487693\";s:3:\"lat\";s:17:\"41.41387590000001\";s:3:\"lng\";s:11:\"-75.4876964\";}'),(13446,533,'_locations_20_location','field_5683f288dcba1'),(13447,533,'locations_20_title','State Route 348, Section 250 – E67196 in Lackawanna, Jefferson Township – Bridge '),(13448,533,'_locations_20_title','field_5683f2aadcba2'),(13449,533,'locations_20_image',''),(13450,533,'_locations_20_image','field_568439ed8109d'),(13451,533,'locations_20_description','This project is for a small bridge and is affecting 2 properties in the Township of Jefferson, Lackawanna County.'),(13452,533,'_locations_20_description','field_5683f2b1dcba3'),(13453,533,'locations_21_location','a:3:{s:7:\"address\";s:21:\"41.536054, -75.777392\";s:3:\"lat\";s:10:\"41.5378938\";s:3:\"lng\";s:18:\"-75.77944389999999\";}'),(13454,533,'_locations_21_location','field_5683f288dcba1'),(13455,533,'locations_21_title','State Route 4018, Section 250 – E67235 in Lackawanna – Bridge Replacement'),(13456,533,'_locations_21_title','field_5683f2aadcba2'),(13457,533,'locations_21_image',''),(13458,533,'_locations_21_image','field_568439ed8109d'),(13459,533,'locations_21_description','This project is for a small bridge is affecting 2 properties in the Township of West Abington, Lackawanna County.'),(13460,533,'_locations_21_description','field_5683f2b1dcba3'),(13461,533,'locations_22_location','a:3:{s:7:\"address\";s:21:\"41.393109, -75.818332\";s:3:\"lat\";s:10:\"41.3931108\";s:3:\"lng\";s:18:\"-75.81833080000001\";}'),(13462,533,'_locations_22_location','field_5683f288dcba1'),(13463,533,'locations_22_title','State Route 3005 Over Gardeners Creek – E08181 – Lackawanna (ransom twp) – Bridge'),(13464,533,'_locations_22_title','field_5683f2aadcba2'),(13465,533,'locations_22_image',''),(13466,533,'_locations_22_image','field_568439ed8109d'),(13467,533,'locations_22_description','This project is for a small bridge and is affecting 4 properties in the township of Ransom, Lackawanna County.'),(13468,533,'_locations_22_description','field_5683f2b1dcba3'),(13469,533,'locations_23_location','a:3:{s:7:\"address\";s:21:\"41.599889, -75.266112\";s:3:\"lat\";s:9:\"41.599538\";s:3:\"lng\";s:18:\"-75.26654400000001\";}'),(13470,533,'_locations_23_location','field_5683f288dcba1'),(13471,533,'locations_23_title','State Route 4006, Section 650 over dyberry – E83952 – Dyberry Township, Wayne County, Bridge'),(13472,533,'_locations_23_title','field_5683f2aadcba2'),(13473,533,'locations_23_image',''),(13474,533,'_locations_23_image','field_568439ed8109d'),(13475,533,'locations_23_description','This project is for a small bridge and is affecting 2 properties in the Township of Dyberry, Wayne County.'),(13476,533,'_locations_23_description','field_5683f2b1dcba3'),(13477,533,'locations_24_location','a:3:{s:7:\"address\";s:21:\"41.978611, -75.500110\";s:3:\"lat\";s:10:\"41.9758809\";s:3:\"lng\";s:18:\"-75.50041479999999\";}'),(13478,533,'_locations_24_location','field_5683f288dcba1'),(13479,533,'locations_24_title','State Route 1011, Section 552 Over Deep Hollow Susquehanna County – E83952 – Bridge'),(13480,533,'_locations_24_title','field_5683f2aadcba2'),(13481,533,'locations_24_image',''),(13482,533,'_locations_24_image','field_568439ed8109d'),(13483,533,'locations_24_description','This project is for bridge replacement and intersection improvement and is affecting 7 properties in Borough of New Milford, Susquehanna County.'),(13484,533,'_locations_24_description','field_5683f2b1dcba3'),(13485,533,'locations_25_location','a:3:{s:7:\"address\";s:21:\"41.607443, -76.131722\";s:3:\"lat\";s:17:\"41.60742339999999\";s:3:\"lng\";s:18:\"-76.13179359999998\";}'),(13486,533,'_locations_25_location','field_5683f288dcba1'),(13487,533,'locations_25_title','State Route 3001, Section 774 – E69221 Wyoming County, Wyndham Twp – Bridge'),(13488,533,'_locations_25_title','field_5683f2aadcba2'),(13489,533,'locations_25_image',''),(13490,533,'_locations_25_image','field_568439ed8109d'),(13491,533,'locations_25_description','This project is for a bridge and is affecting 1 parcel in the Township of Windham, Wyoming County.'),(13492,533,'_locations_25_description','field_5683f2b1dcba3'),(13493,533,'locations_26_location','a:3:{s:7:\"address\";s:21:\"40.974082, -76.184973\";s:3:\"lat\";s:9:\"40.970843\";s:3:\"lng\";s:18:\"-76.18496700000003\";}'),(13494,533,'_locations_26_location','field_5683f288dcba1'),(13495,533,'locations_26_title','State Route 3020, Section 350 over Black Creek – E09015, Black Creek Twp – Bridge'),(13496,533,'_locations_26_title','field_5683f2aadcba2'),(13497,533,'locations_26_image',''),(13498,533,'_locations_26_image','field_568439ed8109d'),(13499,533,'locations_26_description','This project is for construction on a small bridge and is affecting 3 properties in the Township of Black Creek, Luzerne County.'),(13500,533,'_locations_26_description','field_5683f2b1dcba3'),(13501,533,'locations_27_location','a:3:{s:7:\"address\";s:21:\"41.568608, -76.061327\";s:3:\"lat\";s:10:\"41.5685911\";s:3:\"lng\";s:18:\"-76.06131189999996\";}'),(13502,533,'_locations_27_location','field_5683f288dcba1'),(13503,533,'locations_27_title','State Route 82, SLD – E96683 – Wyoming County - Bridge'),(13504,533,'_locations_27_title','field_5683f2aadcba2'),(13505,533,'locations_27_image',''),(13506,533,'_locations_27_image','field_568439ed8109d'),(13507,533,'locations_27_description',''),(13508,533,'_locations_27_description','field_5683f2b1dcba3'),(13509,533,'locations','28'),(13510,533,'_locations','field_5683f253a5dba'),(13511,335,'locations_27_location','a:3:{s:7:\"address\";s:21:\"41.568608, -76.061327\";s:3:\"lat\";s:10:\"41.5685911\";s:3:\"lng\";s:18:\"-76.06131189999996\";}'),(13512,335,'_locations_27_location','field_5683f288dcba1'),(13513,335,'locations_27_title','State Route 82, SLD – E96683 – Wyoming County - Bridge'),(13514,335,'_locations_27_title','field_5683f2aadcba2'),(13515,335,'locations_27_image',''),(13516,335,'_locations_27_image','field_568439ed8109d'),(13517,335,'locations_27_description',''),(13518,335,'_locations_27_description','field_5683f2b1dcba3'),(13519,534,'locations_0_location','a:3:{s:7:\"address\";s:21:\"41.564217, -76.059027\";s:3:\"lat\";s:10:\"41.5633759\";s:3:\"lng\";s:18:\"-76.06040280000002\";}'),(13520,534,'_locations_0_location','field_5683f288dcba1'),(13521,534,'locations_0_title','3003 – 773 – Mehoopany'),(13522,534,'_locations_0_title','field_5683f2aadcba2'),(13523,534,'locations_0_image','463'),(13524,534,'_locations_0_image','field_568439ed8109d'),(13525,534,'locations_0_description','This project is for a mid-sized bridge replacement and roadway alignment and is affecting 10 properties and resulting in the relocation of 1 resident in the Township of Mehoopany, Wyoming County.'),(13526,534,'_locations_0_description','field_5683f2b1dcba3'),(13527,534,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.558172, -75.756456\";s:3:\"lat\";s:10:\"41.5550934\";s:3:\"lng\";s:18:\"-75.75364639999998\";}'),(13528,534,'_locations_1_location','field_5683f288dcba1'),(13529,534,'locations_1_title','SR0006, Section 214'),(13530,534,'_locations_1_title','field_5683f2aadcba2'),(13531,534,'locations_1_image',''),(13532,534,'_locations_1_image','field_568439ed8109d'),(13533,534,'locations_1_description','This project is for lane reconfiguration, intersection improvements, and drainage improvements and is affecting 34 parcels in the municipalities of Clinton, La Plume, Glenburn, South Abington, Factoryville, and Dalton, Lackawanna and Wyoming Counties.'),(13534,534,'_locations_1_description','field_5683f2b1dcba3'),(13535,534,'locations_2_location','a:3:{s:7:\"address\";s:21:\"41.558109, -75.756371\";s:3:\"lat\";s:10:\"41.5581464\";s:3:\"lng\";s:11:\"-75.7562883\";}'),(13536,534,'_locations_2_location','field_5683f288dcba1'),(13537,534,'locations_2_title','SR0415, 303'),(13538,534,'_locations_2_title','field_5683f2aadcba2'),(13539,534,'locations_2_image',''),(13540,534,'_locations_2_image','field_568439ed8109d'),(13541,534,'locations_2_description','This project is for a roadway realignment and is affecting 15 properties in the Township of Dallas, Luzerne County.'),(13542,534,'_locations_2_description','field_5683f2b1dcba3'),(13543,534,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.344964, -75.960057\";s:3:\"lat\";s:9:\"41.345173\";s:3:\"lng\";s:18:\"-75.96029190000002\";}'),(13544,534,'_locations_3_location','field_5683f288dcba1'),(13545,534,'locations_3_title','SR0309, 330'),(13546,534,'_locations_3_title','field_5683f2aadcba2'),(13547,534,'locations_3_image',''),(13548,534,'_locations_3_image','field_568439ed8109d'),(13549,534,'locations_3_description','This project is for roadway relocation and intersection realignment and is affecting 8 properties in the Township of Dallas, Luzerne County.'),(13550,534,'_locations_3_description','field_5683f2b1dcba3'),(13551,534,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.490658, -75.551795\";s:3:\"lat\";s:10:\"41.4905565\";s:3:\"lng\";s:18:\"-75.55236930000001\";}'),(13552,534,'_locations_4_location','field_5683f288dcba1'),(13553,534,'locations_4_title','SR1012, 202'),(13554,534,'_locations_4_title','field_5683f2aadcba2'),(13555,534,'locations_4_image',''),(13556,534,'_locations_4_image','field_568439ed8109d'),(13557,534,'locations_4_description',''),(13558,534,'_locations_4_description','field_5683f2b1dcba3'),(13559,534,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.872160, -75.730199\";s:3:\"lat\";s:17:\"41.87217649999999\";s:3:\"lng\";s:11:\"-75.7301933\";}'),(13560,534,'_locations_5_location','field_5683f288dcba1'),(13561,534,'locations_5_title','SR1016, 571'),(13562,534,'_locations_5_title','field_5683f2aadcba2'),(13563,534,'locations_5_image',''),(13564,534,'_locations_5_image','field_568439ed8109d'),(13565,534,'locations_5_description',''),(13566,534,'_locations_5_description','field_5683f2b1dcba3'),(13567,534,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.359132, -75.494434\";s:3:\"lat\";s:9:\"41.359067\";s:3:\"lng\";s:18:\"-75.49490600000001\";}'),(13568,534,'_locations_6_location','field_5683f288dcba1'),(13569,534,'locations_6_title','SR2004, 250'),(13570,534,'_locations_6_title','field_5683f2aadcba2'),(13571,534,'locations_6_image',''),(13572,534,'_locations_6_image','field_568439ed8109d'),(13573,534,'locations_6_description','This project is for a flood project and is affecting 5 properties in the Township of Covington, Lackawanna County.'),(13574,534,'_locations_6_description','field_5683f2b1dcba3'),(13575,534,'locations_7_location','a:3:{s:7:\"address\";s:21:\"41.359135, -75.494447\";s:3:\"lat\";s:9:\"41.359067\";s:3:\"lng\";s:18:\"-75.49490600000001\";}'),(13576,534,'_locations_7_location','field_5683f288dcba1'),(13577,534,'locations_7_title','SR2004, 250'),(13578,534,'_locations_7_title','field_5683f2aadcba2'),(13579,534,'locations_7_image',''),(13580,534,'_locations_7_image','field_568439ed8109d'),(13581,534,'locations_7_description','This project is for reconstruction and is affecting 4 properties in the Township of Madison, Lackawanna County.'),(13582,534,'_locations_7_description','field_5683f2b1dcba3'),(13583,534,'locations_8_location','a:3:{s:7:\"address\";s:21:\"41.317135, -75.551164\";s:3:\"lat\";s:10:\"41.3171963\";s:3:\"lng\";s:18:\"-75.55109429999999\";}'),(13584,534,'_locations_8_location','field_5683f288dcba1'),(13585,534,'locations_8_title','Daleville Stockpile'),(13586,534,'_locations_8_title','field_5683f2aadcba2'),(13587,534,'locations_8_image',''),(13588,534,'_locations_8_image','field_568439ed8109d'),(13589,534,'locations_8_description','This project is for a flood project and is affecting 5 properties in the Township of Covington, Lackawanna County.'),(13590,534,'_locations_8_description','field_5683f2b1dcba3'),(13591,534,'locations_9_location','a:3:{s:7:\"address\";s:21:\"41.266081, -76.291267\";s:3:\"lat\";s:10:\"41.2668817\";s:3:\"lng\";s:18:\"-76.29025159999998\";}'),(13592,534,'_locations_9_location','field_5683f288dcba1'),(13593,534,'locations_9_title','Luzerne County Brish'),(13594,534,'_locations_9_title','field_5683f2aadcba2'),(13595,534,'locations_9_image',''),(13596,534,'_locations_9_image','field_568439ed8109d'),(13597,534,'locations_9_description',''),(13598,534,'_locations_9_description','field_5683f2b1dcba3'),(13599,534,'locations_10_location','a:3:{s:7:\"address\";s:21:\"41.294579, -75.947686\";s:3:\"lat\";s:10:\"41.2945835\";s:3:\"lng\";s:18:\"-75.94770040000003\";}'),(13600,534,'_locations_10_location','field_5683f288dcba1'),(13601,534,'locations_10_title','Luzerne County Browns Creek 12'),(13602,534,'_locations_10_title','field_5683f2aadcba2'),(13603,534,'locations_10_image',''),(13604,534,'_locations_10_image','field_568439ed8109d'),(13605,534,'locations_10_description',''),(13606,534,'_locations_10_description','field_5683f2b1dcba3'),(13607,534,'locations_11_location','a:3:{s:7:\"address\";s:21:\"41.289499, -75.955916\";s:3:\"lat\";s:9:\"41.288856\";s:3:\"lng\";s:9:\"-75.95745\";}'),(13608,534,'_locations_11_location','field_5683f288dcba1'),(13609,534,'locations_11_title','Luzerne County Browns Creek 13'),(13610,534,'_locations_11_title','field_5683f2aadcba2'),(13611,534,'locations_11_image',''),(13612,534,'_locations_11_image','field_568439ed8109d'),(13613,534,'locations_11_description',''),(13614,534,'_locations_11_description','field_5683f2b1dcba3'),(13615,534,'locations_12_location','a:3:{s:7:\"address\";s:21:\"41.130388, -75.625973\";s:3:\"lat\";s:17:\"41.13012380000001\";s:3:\"lng\";s:18:\"-75.62548429999998\";}'),(13616,534,'_locations_12_location','field_5683f288dcba1'),(13617,534,'locations_12_title','State Route 115, Section 371 – E09080, Monroe and Luzerne – Bridge Replacement'),(13618,534,'_locations_12_title','field_5683f2aadcba2'),(13619,534,'locations_12_image','511'),(13620,534,'_locations_12_image','field_568439ed8109d'),(13621,534,'locations_12_description','This project was for a small bridge and affected 2 properties in the Townships of Bucks and Tobyhanna, Luzerne and Monroe Counties.'),(13622,534,'_locations_12_description','field_5683f2b1dcba3'),(13623,534,'locations_13_location','a:3:{s:7:\"address\";s:21:\"41.518613, -75.322306\";s:3:\"lat\";s:8:\"41.51691\";s:3:\"lng\";s:18:\"-75.32142599999997\";}'),(13624,534,'_locations_13_location','field_5683f288dcba1'),(13625,534,'locations_13_title','State Route 3037, Section 650 – E83054 - in Wayne County – Bridge Replacement'),(13626,534,'_locations_13_title','field_5683f2aadcba2'),(13627,534,'locations_13_image',''),(13628,534,'_locations_13_image','field_568439ed8109d'),(13629,534,'locations_13_description','This project is for a small bridge project and is affecting 2 properties in the Township of Cherry Ridge, Wayne County.'),(13630,534,'_locations_13_description','field_5683f2b1dcba3'),(13631,534,'locations_14_location','a:3:{s:7:\"address\";s:21:\"41.221166, -76.015002\";s:3:\"lat\";s:10:\"41.2211475\";s:3:\"lng\";s:18:\"-76.01497369999998\";}'),(13632,534,'_locations_14_location','field_5683f288dcba1'),(13633,534,'locations_14_title','State Route 0011, Section 353 – E08899 - in Luzerne County – Bridge Replacement'),(13634,534,'_locations_14_title','field_5683f2aadcba2'),(13635,534,'locations_14_image','515'),(13636,534,'_locations_14_image','field_568439ed8109d'),(13637,534,'locations_14_description','This project was for a small bridge and affected 4 properties in the Township of Plymouth, Luzerne County.'),(13638,534,'_locations_14_description','field_5683f2b1dcba3'),(13639,534,'locations_15_location','a:3:{s:7:\"address\";s:21:\"41.280778, -75.895555\";s:3:\"lat\";s:9:\"41.279748\";s:3:\"lng\";s:18:\"-75.89788499999997\";}'),(13640,534,'_locations_15_location','field_5683f288dcba1'),(13641,534,'locations_15_title','State Route 1054, Section 370 – E56699 in Luzerne County – Bridge Replacement'),(13642,534,'_locations_15_title','field_5683f2aadcba2'),(13643,534,'locations_15_image','518'),(13644,534,'_locations_15_image','field_568439ed8109d'),(13645,534,'locations_15_description','This project was for a small bridge and affected 3 properties in the Borough of Luzerne, Luzerne County.'),(13646,534,'_locations_15_description','field_5683f2b1dcba3'),(13647,534,'locations_16_location','a:3:{s:7:\"address\";s:21:\"41.989313, -75.423747\";s:3:\"lat\";s:9:\"41.989307\";s:3:\"lng\";s:18:\"-75.42374489999997\";}'),(13648,534,'_locations_16_location','field_5683f288dcba1'),(13649,534,'locations_16_title','State Route 4043 over Sherman – E56754 in Wayne County, Scott Twp. – Bridge Replacement'),(13650,534,'_locations_16_title','field_5683f2aadcba2'),(13651,534,'locations_16_image',''),(13652,534,'_locations_16_image','field_568439ed8109d'),(13653,534,'locations_16_description','This project is for a small bridge and is affecting 4 properties in the Township of Scott, Wayne County.'),(13654,534,'_locations_16_description','field_5683f2b1dcba3'),(13655,534,'locations_17_location','a:3:{s:7:\"address\";s:21:\"41.283610, -75.780138\";s:3:\"lat\";s:9:\"41.284705\";s:3:\"lng\";s:18:\"-75.77986499999997\";}'),(13656,534,'_locations_17_location','field_5683f288dcba1'),(13657,534,'locations_17_title','State Route 2039, Section 370 – E08867 in Luzerne County – Bridge Reeplacement'),(13658,534,'_locations_17_title','field_5683f2aadcba2'),(13659,534,'locations_17_image','521'),(13660,534,'_locations_17_image','field_568439ed8109d'),(13661,534,'locations_17_description','This project was for a small bridge and affected 3 properties in the Township of Jenkins, Luzerne County.'),(13662,534,'_locations_17_description','field_5683f2b1dcba3'),(13663,534,'locations_18_location','a:3:{s:7:\"address\";s:21:\"41.243054, -75.934914\";s:3:\"lat\";s:10:\"41.2430407\";s:3:\"lng\";s:18:\"-75.93489540000002\";}'),(13664,534,'_locations_18_location','field_5683f288dcba1'),(13665,534,'locations_18_title','State Route 2067, Section 370 – E08743 in Luzerne County, Plymouth Boro – Bridge Replacement'),(13666,534,'_locations_18_title','field_5683f2aadcba2'),(13667,534,'locations_18_image',''),(13668,534,'_locations_18_image','field_568439ed8109d'),(13669,534,'locations_18_description','This project is for a small bridge and is affecting 3 properties in the Township of Plymouth, Luzerne County.'),(13670,534,'_locations_18_description','field_5683f2b1dcba3'),(13671,534,'locations_19_location','a:3:{s:7:\"address\";s:21:\"41.592388, -75.858530\";s:3:\"lat\";s:10:\"41.5924082\";s:3:\"lng\";s:18:\"-75.85857759999999\";}'),(13672,534,'_locations_19_location','field_5683f288dcba1'),(13673,534,'locations_19_title','State Route 1010, Section 770 – E68803 in Clinton and Wyoming? – Bridge Replacement'),(13674,534,'_locations_19_title','field_5683f2aadcba2'),(13675,534,'locations_19_image','524'),(13676,534,'_locations_19_image','field_568439ed8109d'),(13677,534,'locations_19_description','This project is for a small bridge and is affecting 3 properties in the Township of Clinton, Wyoming County.'),(13678,534,'_locations_19_description','field_5683f2b1dcba3'),(13679,534,'locations_20_location','a:3:{s:7:\"address\";s:21:\"41.413861, -75.487693\";s:3:\"lat\";s:17:\"41.41387590000001\";s:3:\"lng\";s:11:\"-75.4876964\";}'),(13680,534,'_locations_20_location','field_5683f288dcba1'),(13681,534,'locations_20_title','State Route 348, Section 250 – E67196 in Lackawanna, Jefferson Township – Bridge '),(13682,534,'_locations_20_title','field_5683f2aadcba2'),(13683,534,'locations_20_image',''),(13684,534,'_locations_20_image','field_568439ed8109d'),(13685,534,'locations_20_description','This project is for a small bridge and is affecting 2 properties in the Township of Jefferson, Lackawanna County.'),(13686,534,'_locations_20_description','field_5683f2b1dcba3'),(13687,534,'locations_21_location','a:3:{s:7:\"address\";s:21:\"41.536054, -75.777392\";s:3:\"lat\";s:10:\"41.5378938\";s:3:\"lng\";s:18:\"-75.77944389999999\";}'),(13688,534,'_locations_21_location','field_5683f288dcba1'),(13689,534,'locations_21_title','State Route 4018, Section 250 – E67235 in Lackawanna – Bridge Replacement'),(13690,534,'_locations_21_title','field_5683f2aadcba2'),(13691,534,'locations_21_image',''),(13692,534,'_locations_21_image','field_568439ed8109d'),(13693,534,'locations_21_description','This project is for a small bridge is affecting 2 properties in the Township of West Abington, Lackawanna County.'),(13694,534,'_locations_21_description','field_5683f2b1dcba3'),(13695,534,'locations_22_location','a:3:{s:7:\"address\";s:21:\"41.393109, -75.818332\";s:3:\"lat\";s:10:\"41.3931108\";s:3:\"lng\";s:18:\"-75.81833080000001\";}'),(13696,534,'_locations_22_location','field_5683f288dcba1'),(13697,534,'locations_22_title','State Route 3005 Over Gardeners Creek – E08181 – Lackawanna (ransom twp) – Bridge'),(13698,534,'_locations_22_title','field_5683f2aadcba2'),(13699,534,'locations_22_image',''),(13700,534,'_locations_22_image','field_568439ed8109d'),(13701,534,'locations_22_description','This project is for a small bridge and is affecting 4 properties in the township of Ransom, Lackawanna County.'),(13702,534,'_locations_22_description','field_5683f2b1dcba3'),(13703,534,'locations_23_location','a:3:{s:7:\"address\";s:21:\"41.599889, -75.266112\";s:3:\"lat\";s:9:\"41.599538\";s:3:\"lng\";s:18:\"-75.26654400000001\";}'),(13704,534,'_locations_23_location','field_5683f288dcba1'),(13705,534,'locations_23_title','State Route 4006, Section 650 over dyberry – E83952 – Dyberry Township, Wayne County, Bridge'),(13706,534,'_locations_23_title','field_5683f2aadcba2'),(13707,534,'locations_23_image',''),(13708,534,'_locations_23_image','field_568439ed8109d'),(13709,534,'locations_23_description','This project is for a small bridge and is affecting 2 properties in the Township of Dyberry, Wayne County.'),(13710,534,'_locations_23_description','field_5683f2b1dcba3'),(13711,534,'locations_24_location','a:3:{s:7:\"address\";s:21:\"41.978611, -75.500110\";s:3:\"lat\";s:10:\"41.9758809\";s:3:\"lng\";s:18:\"-75.50041479999999\";}'),(13712,534,'_locations_24_location','field_5683f288dcba1'),(13713,534,'locations_24_title','State Route 1011, Section 552 Over Deep Hollow Susquehanna County – E83952 – Bridge'),(13714,534,'_locations_24_title','field_5683f2aadcba2'),(13715,534,'locations_24_image',''),(13716,534,'_locations_24_image','field_568439ed8109d'),(13717,534,'locations_24_description','This project is for bridge replacement and intersection improvement and is affecting 7 properties in Borough of New Milford, Susquehanna County.'),(13718,534,'_locations_24_description','field_5683f2b1dcba3'),(13719,534,'locations_25_location','a:3:{s:7:\"address\";s:21:\"41.607443, -76.131722\";s:3:\"lat\";s:17:\"41.60742339999999\";s:3:\"lng\";s:18:\"-76.13179359999998\";}'),(13720,534,'_locations_25_location','field_5683f288dcba1'),(13721,534,'locations_25_title','State Route 3001, Section 774 – E69221 Wyoming County, Wyndham Twp – Bridge'),(13722,534,'_locations_25_title','field_5683f2aadcba2'),(13723,534,'locations_25_image',''),(13724,534,'_locations_25_image','field_568439ed8109d'),(13725,534,'locations_25_description','This project is for a bridge and is affecting 1 parcel in the Township of Windham, Wyoming County.'),(13726,534,'_locations_25_description','field_5683f2b1dcba3'),(13727,534,'locations_26_location','a:3:{s:7:\"address\";s:21:\"40.974082, -76.184973\";s:3:\"lat\";s:9:\"40.970843\";s:3:\"lng\";s:18:\"-76.18496700000003\";}'),(13728,534,'_locations_26_location','field_5683f288dcba1'),(13729,534,'locations_26_title','State Route 3020, Section 350 over Black Creek – E09015, Black Creek Twp – Bridge'),(13730,534,'_locations_26_title','field_5683f2aadcba2'),(13731,534,'locations_26_image',''),(13732,534,'_locations_26_image','field_568439ed8109d'),(13733,534,'locations_26_description','This project is for construction on a small bridge and is affecting 3 properties in the Township of Black Creek, Luzerne County.'),(13734,534,'_locations_26_description','field_5683f2b1dcba3'),(13735,534,'locations_27_location','a:3:{s:7:\"address\";s:21:\"41.568608, -76.061327\";s:3:\"lat\";s:10:\"41.5685911\";s:3:\"lng\";s:18:\"-76.06131189999996\";}'),(13736,534,'_locations_27_location','field_5683f288dcba1'),(13737,534,'locations_27_title','State Route 82, SLD – E96683 – Wyoming County - Bridge'),(13738,534,'_locations_27_title','field_5683f2aadcba2'),(13739,534,'locations_27_image',''),(13740,534,'_locations_27_image','field_568439ed8109d'),(13741,534,'locations_27_description',''),(13742,534,'_locations_27_description','field_5683f2b1dcba3'),(13743,534,'locations','28'),(13744,534,'_locations','field_5683f253a5dba'),(13745,535,'locations_0_location','a:3:{s:7:\"address\";s:21:\"41.564217, -76.059027\";s:3:\"lat\";s:10:\"41.5633759\";s:3:\"lng\";s:18:\"-76.06040280000002\";}'),(13746,535,'_locations_0_location','field_5683f288dcba1'),(13747,535,'locations_0_title','3003 – 773 – Mehoopany'),(13748,535,'_locations_0_title','field_5683f2aadcba2'),(13749,535,'locations_0_image','463'),(13750,535,'_locations_0_image','field_568439ed8109d'),(13751,535,'locations_0_description','This project is for a mid-sized bridge replacement and roadway alignment and is affecting 10 properties and resulting in the relocation of 1 resident in the Township of Mehoopany, Wyoming County.'),(13752,535,'_locations_0_description','field_5683f2b1dcba3'),(13753,535,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.558172, -75.756456\";s:3:\"lat\";s:10:\"41.5550934\";s:3:\"lng\";s:18:\"-75.75364639999998\";}'),(13754,535,'_locations_1_location','field_5683f288dcba1'),(13755,535,'locations_1_title','SR0006, Section 214'),(13756,535,'_locations_1_title','field_5683f2aadcba2'),(13757,535,'locations_1_image',''),(13758,535,'_locations_1_image','field_568439ed8109d'),(13759,535,'locations_1_description','This project is for lane reconfiguration, intersection improvements, and drainage improvements and is affecting 34 parcels in the municipalities of Clinton, La Plume, Glenburn, South Abington, Factoryville, and Dalton, Lackawanna and Wyoming Counties.'),(13760,535,'_locations_1_description','field_5683f2b1dcba3'),(13761,535,'locations_2_location','a:3:{s:7:\"address\";s:21:\"41.558109, -75.756371\";s:3:\"lat\";s:10:\"41.5581464\";s:3:\"lng\";s:11:\"-75.7562883\";}'),(13762,535,'_locations_2_location','field_5683f288dcba1'),(13763,535,'locations_2_title','SR0415, 303'),(13764,535,'_locations_2_title','field_5683f2aadcba2'),(13765,535,'locations_2_image',''),(13766,535,'_locations_2_image','field_568439ed8109d'),(13767,535,'locations_2_description','This project is for a roadway realignment and is affecting 15 properties in the Township of Dallas, Luzerne County.'),(13768,535,'_locations_2_description','field_5683f2b1dcba3'),(13769,535,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.344964, -75.960057\";s:3:\"lat\";s:9:\"41.345173\";s:3:\"lng\";s:18:\"-75.96029190000002\";}'),(13770,535,'_locations_3_location','field_5683f288dcba1'),(13771,535,'locations_3_title','SR0309, 330'),(13772,535,'_locations_3_title','field_5683f2aadcba2'),(13773,535,'locations_3_image',''),(13774,535,'_locations_3_image','field_568439ed8109d'),(13775,535,'locations_3_description','This project is for roadway relocation and intersection realignment and is affecting 8 properties in the Township of Dallas, Luzerne County.'),(13776,535,'_locations_3_description','field_5683f2b1dcba3'),(13777,535,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.490658, -75.551795\";s:3:\"lat\";s:10:\"41.4905565\";s:3:\"lng\";s:18:\"-75.55236930000001\";}'),(13778,535,'_locations_4_location','field_5683f288dcba1'),(13779,535,'locations_4_title','SR1012, 202'),(13780,535,'_locations_4_title','field_5683f2aadcba2'),(13781,535,'locations_4_image',''),(13782,535,'_locations_4_image','field_568439ed8109d'),(13783,535,'locations_4_description',''),(13784,535,'_locations_4_description','field_5683f2b1dcba3'),(13785,535,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.872160, -75.730199\";s:3:\"lat\";s:17:\"41.87217649999999\";s:3:\"lng\";s:11:\"-75.7301933\";}'),(13786,535,'_locations_5_location','field_5683f288dcba1'),(13787,535,'locations_5_title','SR1016, 571'),(13788,535,'_locations_5_title','field_5683f2aadcba2'),(13789,535,'locations_5_image',''),(13790,535,'_locations_5_image','field_568439ed8109d'),(13791,535,'locations_5_description',''),(13792,535,'_locations_5_description','field_5683f2b1dcba3'),(13793,535,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.359132, -75.494434\";s:3:\"lat\";s:9:\"41.359067\";s:3:\"lng\";s:18:\"-75.49490600000001\";}'),(13794,535,'_locations_6_location','field_5683f288dcba1'),(13795,535,'locations_6_title','SR2004, 250'),(13796,535,'_locations_6_title','field_5683f2aadcba2'),(13797,535,'locations_6_image',''),(13798,535,'_locations_6_image','field_568439ed8109d'),(13799,535,'locations_6_description','This project is for a flood project and is affecting 5 properties in the Township of Covington, Lackawanna County.'),(13800,535,'_locations_6_description','field_5683f2b1dcba3'),(13801,535,'locations_7_location','a:3:{s:7:\"address\";s:21:\"41.359135, -75.494447\";s:3:\"lat\";s:9:\"41.359067\";s:3:\"lng\";s:18:\"-75.49490600000001\";}'),(13802,535,'_locations_7_location','field_5683f288dcba1'),(13803,535,'locations_7_title','SR2004, 250'),(13804,535,'_locations_7_title','field_5683f2aadcba2'),(13805,535,'locations_7_image',''),(13806,535,'_locations_7_image','field_568439ed8109d'),(13807,535,'locations_7_description','This project is for reconstruction and is affecting 4 properties in the Township of Madison, Lackawanna County.'),(13808,535,'_locations_7_description','field_5683f2b1dcba3'),(13809,535,'locations_8_location','a:3:{s:7:\"address\";s:21:\"41.317135, -75.551164\";s:3:\"lat\";s:10:\"41.3171963\";s:3:\"lng\";s:18:\"-75.55109429999999\";}'),(13810,535,'_locations_8_location','field_5683f288dcba1'),(13811,535,'locations_8_title','Daleville Stockpile'),(13812,535,'_locations_8_title','field_5683f2aadcba2'),(13813,535,'locations_8_image',''),(13814,535,'_locations_8_image','field_568439ed8109d'),(13815,535,'locations_8_description','This project is for a flood project and is affecting 5 properties in the Township of Covington, Lackawanna County.'),(13816,535,'_locations_8_description','field_5683f2b1dcba3'),(13817,535,'locations_9_location','a:3:{s:7:\"address\";s:21:\"41.266081, -76.291267\";s:3:\"lat\";s:10:\"41.2668817\";s:3:\"lng\";s:18:\"-76.29025159999998\";}'),(13818,535,'_locations_9_location','field_5683f288dcba1'),(13819,535,'locations_9_title','Luzerne County Brish'),(13820,535,'_locations_9_title','field_5683f2aadcba2'),(13821,535,'locations_9_image',''),(13822,535,'_locations_9_image','field_568439ed8109d'),(13823,535,'locations_9_description',''),(13824,535,'_locations_9_description','field_5683f2b1dcba3'),(13825,535,'locations_10_location','a:3:{s:7:\"address\";s:21:\"41.294579, -75.947686\";s:3:\"lat\";s:10:\"41.2945835\";s:3:\"lng\";s:18:\"-75.94770040000003\";}'),(13826,535,'_locations_10_location','field_5683f288dcba1'),(13827,535,'locations_10_title','Luzerne County Browns Creek 12'),(13828,535,'_locations_10_title','field_5683f2aadcba2'),(13829,535,'locations_10_image',''),(13830,535,'_locations_10_image','field_568439ed8109d'),(13831,535,'locations_10_description',''),(13832,535,'_locations_10_description','field_5683f2b1dcba3'),(13833,535,'locations_11_location','a:3:{s:7:\"address\";s:21:\"41.289499, -75.955916\";s:3:\"lat\";s:9:\"41.288856\";s:3:\"lng\";s:9:\"-75.95745\";}'),(13834,535,'_locations_11_location','field_5683f288dcba1'),(13835,535,'locations_11_title','Luzerne County Browns Creek 13'),(13836,535,'_locations_11_title','field_5683f2aadcba2'),(13837,535,'locations_11_image',''),(13838,535,'_locations_11_image','field_568439ed8109d'),(13839,535,'locations_11_description',''),(13840,535,'_locations_11_description','field_5683f2b1dcba3'),(13841,535,'locations_12_location','a:3:{s:7:\"address\";s:21:\"41.130388, -75.625973\";s:3:\"lat\";s:17:\"41.13012380000001\";s:3:\"lng\";s:18:\"-75.62548429999998\";}'),(13842,535,'_locations_12_location','field_5683f288dcba1'),(13843,535,'locations_12_title','State Route 115, Section 371 – E09080, Monroe and Luzerne – Bridge Replacement'),(13844,535,'_locations_12_title','field_5683f2aadcba2'),(13845,535,'locations_12_image','511'),(13846,535,'_locations_12_image','field_568439ed8109d'),(13847,535,'locations_12_description','This project was for a small bridge and affected 2 properties in the Townships of Bucks and Tobyhanna, Luzerne and Monroe Counties.'),(13848,535,'_locations_12_description','field_5683f2b1dcba3'),(13849,535,'locations_13_location','a:3:{s:7:\"address\";s:21:\"41.518613, -75.322306\";s:3:\"lat\";s:8:\"41.51691\";s:3:\"lng\";s:18:\"-75.32142599999997\";}'),(13850,535,'_locations_13_location','field_5683f288dcba1'),(13851,535,'locations_13_title','State Route 3037, Section 650 – E83054 - in Wayne County – Bridge Replacement'),(13852,535,'_locations_13_title','field_5683f2aadcba2'),(13853,535,'locations_13_image',''),(13854,535,'_locations_13_image','field_568439ed8109d'),(13855,535,'locations_13_description','This project is for a small bridge project and is affecting 2 properties in the Township of Cherry Ridge, Wayne County.'),(13856,535,'_locations_13_description','field_5683f2b1dcba3'),(13857,535,'locations_14_location','a:3:{s:7:\"address\";s:21:\"41.221166, -76.015002\";s:3:\"lat\";s:10:\"41.2211475\";s:3:\"lng\";s:18:\"-76.01497369999998\";}'),(13858,535,'_locations_14_location','field_5683f288dcba1'),(13859,535,'locations_14_title','State Route 0011, Section 353 – E08899 - in Luzerne County – Bridge Replacement'),(13860,535,'_locations_14_title','field_5683f2aadcba2'),(13861,535,'locations_14_image','515'),(13862,535,'_locations_14_image','field_568439ed8109d'),(13863,535,'locations_14_description','This project was for a small bridge and affected 4 properties in the Township of Plymouth, Luzerne County.'),(13864,535,'_locations_14_description','field_5683f2b1dcba3'),(13865,535,'locations_15_location','a:3:{s:7:\"address\";s:21:\"41.280778, -75.895555\";s:3:\"lat\";s:9:\"41.279748\";s:3:\"lng\";s:18:\"-75.89788499999997\";}'),(13866,535,'_locations_15_location','field_5683f288dcba1'),(13867,535,'locations_15_title','State Route 1054, Section 370 – E56699 in Luzerne County – Bridge Replacement'),(13868,535,'_locations_15_title','field_5683f2aadcba2'),(13869,535,'locations_15_image','518'),(13870,535,'_locations_15_image','field_568439ed8109d'),(13871,535,'locations_15_description','This project was for a small bridge and affected 3 properties in the Borough of Luzerne, Luzerne County.'),(13872,535,'_locations_15_description','field_5683f2b1dcba3'),(13873,535,'locations_16_location','a:3:{s:7:\"address\";s:21:\"41.989313, -75.423747\";s:3:\"lat\";s:9:\"41.989307\";s:3:\"lng\";s:18:\"-75.42374489999997\";}'),(13874,535,'_locations_16_location','field_5683f288dcba1'),(13875,535,'locations_16_title','State Route 4043 over Sherman – E56754 in Wayne County, Scott Twp. – Bridge Replacement'),(13876,535,'_locations_16_title','field_5683f2aadcba2'),(13877,535,'locations_16_image',''),(13878,535,'_locations_16_image','field_568439ed8109d'),(13879,535,'locations_16_description','This project is for a small bridge and is affecting 4 properties in the Township of Scott, Wayne County.'),(13880,535,'_locations_16_description','field_5683f2b1dcba3'),(13881,535,'locations_17_location','a:3:{s:7:\"address\";s:21:\"41.283610, -75.780138\";s:3:\"lat\";s:9:\"41.284705\";s:3:\"lng\";s:18:\"-75.77986499999997\";}'),(13882,535,'_locations_17_location','field_5683f288dcba1'),(13883,535,'locations_17_title','State Route 2039, Section 370 – E08867 in Luzerne County – Bridge Reeplacement'),(13884,535,'_locations_17_title','field_5683f2aadcba2'),(13885,535,'locations_17_image','521'),(13886,535,'_locations_17_image','field_568439ed8109d'),(13887,535,'locations_17_description','This project was for a small bridge and affected 3 properties in the Township of Jenkins, Luzerne County.'),(13888,535,'_locations_17_description','field_5683f2b1dcba3'),(13889,535,'locations_18_location','a:3:{s:7:\"address\";s:21:\"41.243054, -75.934914\";s:3:\"lat\";s:10:\"41.2430407\";s:3:\"lng\";s:18:\"-75.93489540000002\";}'),(13890,535,'_locations_18_location','field_5683f288dcba1'),(13891,535,'locations_18_title','State Route 2067, Section 370 – E08743 in Luzerne County, Plymouth Boro – Bridge Replacement'),(13892,535,'_locations_18_title','field_5683f2aadcba2'),(13893,535,'locations_18_image',''),(13894,535,'_locations_18_image','field_568439ed8109d'),(13895,535,'locations_18_description','This project is for a small bridge and is affecting 3 properties in the Township of Plymouth, Luzerne County.'),(13896,535,'_locations_18_description','field_5683f2b1dcba3'),(13897,535,'locations_19_location','a:3:{s:7:\"address\";s:21:\"41.592388, -75.858530\";s:3:\"lat\";s:10:\"41.5924082\";s:3:\"lng\";s:18:\"-75.85857759999999\";}'),(13898,535,'_locations_19_location','field_5683f288dcba1'),(13899,535,'locations_19_title','State Route 1010, Section 770 – E68803 in Clinton and Wyoming? – Bridge Replacement'),(13900,535,'_locations_19_title','field_5683f2aadcba2'),(13901,535,'locations_19_image','524'),(13902,535,'_locations_19_image','field_568439ed8109d'),(13903,535,'locations_19_description','This project is for a small bridge and is affecting 3 properties in the Township of Clinton, Wyoming County.'),(13904,535,'_locations_19_description','field_5683f2b1dcba3'),(13905,535,'locations_20_location','a:3:{s:7:\"address\";s:21:\"41.413861, -75.487693\";s:3:\"lat\";s:17:\"41.41387590000001\";s:3:\"lng\";s:11:\"-75.4876964\";}'),(13906,535,'_locations_20_location','field_5683f288dcba1'),(13907,535,'locations_20_title','State Route 348, Section 250 – E67196 in Lackawanna, Jefferson Township – Bridge '),(13908,535,'_locations_20_title','field_5683f2aadcba2'),(13909,535,'locations_20_image',''),(13910,535,'_locations_20_image','field_568439ed8109d'),(13911,535,'locations_20_description','This project is for a small bridge and is affecting 2 properties in the Township of Jefferson, Lackawanna County.'),(13912,535,'_locations_20_description','field_5683f2b1dcba3'),(13913,535,'locations_21_location','a:3:{s:7:\"address\";s:21:\"41.536054, -75.777392\";s:3:\"lat\";s:10:\"41.5378938\";s:3:\"lng\";s:18:\"-75.77944389999999\";}'),(13914,535,'_locations_21_location','field_5683f288dcba1'),(13915,535,'locations_21_title','State Route 4018, Section 250 – E67235 in Lackawanna – Bridge Replacement'),(13916,535,'_locations_21_title','field_5683f2aadcba2'),(13917,535,'locations_21_image',''),(13918,535,'_locations_21_image','field_568439ed8109d'),(13919,535,'locations_21_description','This project is for a small bridge is affecting 2 properties in the Township of West Abington, Lackawanna County.'),(13920,535,'_locations_21_description','field_5683f2b1dcba3'),(13921,535,'locations_22_location','a:3:{s:7:\"address\";s:21:\"41.393109, -75.818332\";s:3:\"lat\";s:10:\"41.3931108\";s:3:\"lng\";s:18:\"-75.81833080000001\";}'),(13922,535,'_locations_22_location','field_5683f288dcba1'),(13923,535,'locations_22_title','State Route 3005 Over Gardeners Creek – E08181 – Lackawanna (ransom twp) – Bridge'),(13924,535,'_locations_22_title','field_5683f2aadcba2'),(13925,535,'locations_22_image',''),(13926,535,'_locations_22_image','field_568439ed8109d'),(13927,535,'locations_22_description','This project is for a small bridge and is affecting 4 properties in the township of Ransom, Lackawanna County.'),(13928,535,'_locations_22_description','field_5683f2b1dcba3'),(13929,535,'locations_23_location','a:3:{s:7:\"address\";s:21:\"41.599889, -75.266112\";s:3:\"lat\";s:9:\"41.599538\";s:3:\"lng\";s:18:\"-75.26654400000001\";}'),(13930,535,'_locations_23_location','field_5683f288dcba1'),(13931,535,'locations_23_title','State Route 4006, Section 650 over dyberry – E83952 – Dyberry Township, Wayne County, Bridge'),(13932,535,'_locations_23_title','field_5683f2aadcba2'),(13933,535,'locations_23_image',''),(13934,535,'_locations_23_image','field_568439ed8109d'),(13935,535,'locations_23_description','This project is for a small bridge and is affecting 2 properties in the Township of Dyberry, Wayne County.'),(13936,535,'_locations_23_description','field_5683f2b1dcba3'),(13937,535,'locations_24_location','a:3:{s:7:\"address\";s:21:\"41.978611, -75.500110\";s:3:\"lat\";s:10:\"41.9758809\";s:3:\"lng\";s:18:\"-75.50041479999999\";}'),(13938,535,'_locations_24_location','field_5683f288dcba1'),(13939,535,'locations_24_title','State Route 1011, Section 552 Over Deep Hollow Susquehanna County – E83952 – Bridge'),(13940,535,'_locations_24_title','field_5683f2aadcba2'),(13941,535,'locations_24_image',''),(13942,535,'_locations_24_image','field_568439ed8109d'),(13943,535,'locations_24_description','This project is for bridge replacement and intersection improvement and is affecting 7 properties in Borough of New Milford, Susquehanna County.'),(13944,535,'_locations_24_description','field_5683f2b1dcba3'),(13945,535,'locations_25_location','a:3:{s:7:\"address\";s:21:\"41.607443, -76.131722\";s:3:\"lat\";s:17:\"41.60742339999999\";s:3:\"lng\";s:18:\"-76.13179359999998\";}'),(13946,535,'_locations_25_location','field_5683f288dcba1'),(13947,535,'locations_25_title','State Route 3001, Section 774 – E69221 Wyoming County, Wyndham Twp – Bridge'),(13948,535,'_locations_25_title','field_5683f2aadcba2'),(13949,535,'locations_25_image',''),(13950,535,'_locations_25_image','field_568439ed8109d'),(13951,535,'locations_25_description','This project is for a bridge and is affecting 1 parcel in the Township of Windham, Wyoming County.'),(13952,535,'_locations_25_description','field_5683f2b1dcba3'),(13953,535,'locations_26_location','a:3:{s:7:\"address\";s:21:\"40.974082, -76.184973\";s:3:\"lat\";s:9:\"40.970843\";s:3:\"lng\";s:18:\"-76.18496700000003\";}'),(13954,535,'_locations_26_location','field_5683f288dcba1'),(13955,535,'locations_26_title','State Route 3020, Section 350 over Black Creek – E09015, Black Creek Twp – Bridge'),(13956,535,'_locations_26_title','field_5683f2aadcba2'),(13957,535,'locations_26_image',''),(13958,535,'_locations_26_image','field_568439ed8109d'),(13959,535,'locations_26_description','This project is for construction on a small bridge and is affecting 3 properties in the Township of Black Creek, Luzerne County.'),(13960,535,'_locations_26_description','field_5683f2b1dcba3'),(13961,535,'locations_27_location','a:3:{s:7:\"address\";s:21:\"41.568608, -76.061327\";s:3:\"lat\";s:10:\"41.5685911\";s:3:\"lng\";s:18:\"-76.06131189999996\";}'),(13962,535,'_locations_27_location','field_5683f288dcba1'),(13963,535,'locations_27_title','State Route 82, SLD – E96683 – Wyoming County - Bridge'),(13964,535,'_locations_27_title','field_5683f2aadcba2'),(13965,535,'locations_27_image',''),(13966,535,'_locations_27_image','field_568439ed8109d'),(13967,535,'locations_27_description',''),(13968,535,'_locations_27_description','field_5683f2b1dcba3'),(13969,535,'locations_28_location',''),(13970,535,'_locations_28_location','field_5683f288dcba1'),(13971,535,'locations_28_title',''),(13972,535,'_locations_28_title','field_5683f2aadcba2'),(13973,535,'locations_28_image',''),(13974,535,'_locations_28_image','field_568439ed8109d'),(13975,535,'locations_28_description',''),(13976,535,'_locations_28_description','field_5683f2b1dcba3'),(13977,535,'locations_29_location','a:3:{s:7:\"address\";s:21:\"41.943462, -75.600862\";s:3:\"lat\";s:10:\"41.9434593\";s:3:\"lng\";s:10:\"-75.600866\";}'),(13978,535,'_locations_29_location','field_5683f288dcba1'),(13979,535,'locations_29_title','State Route 92, SLD – E96812 – Susquehanna County'),(13980,535,'_locations_29_title','field_5683f2aadcba2'),(13981,535,'locations_29_image',''),(13982,535,'_locations_29_image','field_568439ed8109d'),(13983,535,'locations_29_description',''),(13984,535,'_locations_29_description','field_5683f2b1dcba3'),(13985,535,'locations','30'),(13986,535,'_locations','field_5683f253a5dba'),(13987,335,'locations_28_location','a:3:{s:7:\"address\";s:21:\"41.943462, -75.600862\";s:3:\"lat\";s:10:\"41.9434593\";s:3:\"lng\";s:10:\"-75.600866\";}'),(13988,335,'_locations_28_location','field_5683f288dcba1'),(13989,335,'locations_28_title','State Route 92, SLD – E96812 – Susquehanna County'),(13990,335,'_locations_28_title','field_5683f2aadcba2'),(13991,335,'locations_28_image',''),(13992,335,'_locations_28_image','field_568439ed8109d'),(13993,335,'locations_28_description',''),(13994,335,'_locations_28_description','field_5683f2b1dcba3'),(13995,335,'locations_29_location','a:3:{s:7:\"address\";s:21:\"41.867247, -75.706059\";s:3:\"lat\";s:10:\"41.8676553\";s:3:\"lng\";s:18:\"-75.70661799999999\";}'),(13996,335,'_locations_29_location','field_5683f288dcba1'),(13997,335,'locations_29_title','State Route 492, SLD – E96809 – Susquhanna County New Milford Boro – Bridge'),(13998,335,'_locations_29_title','field_5683f2aadcba2'),(13999,335,'locations_29_image',''),(14000,335,'_locations_29_image','field_568439ed8109d'),(14001,335,'locations_29_description',''),(14002,335,'_locations_29_description','field_5683f2b1dcba3'),(14003,536,'locations_0_location','a:3:{s:7:\"address\";s:21:\"41.564217, -76.059027\";s:3:\"lat\";s:10:\"41.5633759\";s:3:\"lng\";s:18:\"-76.06040280000002\";}'),(14004,536,'_locations_0_location','field_5683f288dcba1'),(14005,536,'locations_0_title','3003 – 773 – Mehoopany'),(14006,536,'_locations_0_title','field_5683f2aadcba2'),(14007,536,'locations_0_image','463'),(14008,536,'_locations_0_image','field_568439ed8109d'),(14009,536,'locations_0_description','This project is for a mid-sized bridge replacement and roadway alignment and is affecting 10 properties and resulting in the relocation of 1 resident in the Township of Mehoopany, Wyoming County.'),(14010,536,'_locations_0_description','field_5683f2b1dcba3'),(14011,536,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.558172, -75.756456\";s:3:\"lat\";s:10:\"41.5550934\";s:3:\"lng\";s:18:\"-75.75364639999998\";}'),(14012,536,'_locations_1_location','field_5683f288dcba1'),(14013,536,'locations_1_title','SR0006, Section 214'),(14014,536,'_locations_1_title','field_5683f2aadcba2'),(14015,536,'locations_1_image',''),(14016,536,'_locations_1_image','field_568439ed8109d'),(14017,536,'locations_1_description','This project is for lane reconfiguration, intersection improvements, and drainage improvements and is affecting 34 parcels in the municipalities of Clinton, La Plume, Glenburn, South Abington, Factoryville, and Dalton, Lackawanna and Wyoming Counties.'),(14018,536,'_locations_1_description','field_5683f2b1dcba3'),(14019,536,'locations_2_location','a:3:{s:7:\"address\";s:21:\"41.558109, -75.756371\";s:3:\"lat\";s:10:\"41.5581464\";s:3:\"lng\";s:11:\"-75.7562883\";}'),(14020,536,'_locations_2_location','field_5683f288dcba1'),(14021,536,'locations_2_title','SR0415, 303'),(14022,536,'_locations_2_title','field_5683f2aadcba2'),(14023,536,'locations_2_image',''),(14024,536,'_locations_2_image','field_568439ed8109d'),(14025,536,'locations_2_description','This project is for a roadway realignment and is affecting 15 properties in the Township of Dallas, Luzerne County.'),(14026,536,'_locations_2_description','field_5683f2b1dcba3'),(14027,536,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.344964, -75.960057\";s:3:\"lat\";s:9:\"41.345173\";s:3:\"lng\";s:18:\"-75.96029190000002\";}'),(14028,536,'_locations_3_location','field_5683f288dcba1'),(14029,536,'locations_3_title','SR0309, 330'),(14030,536,'_locations_3_title','field_5683f2aadcba2'),(14031,536,'locations_3_image',''),(14032,536,'_locations_3_image','field_568439ed8109d'),(14033,536,'locations_3_description','This project is for roadway relocation and intersection realignment and is affecting 8 properties in the Township of Dallas, Luzerne County.'),(14034,536,'_locations_3_description','field_5683f2b1dcba3'),(14035,536,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.490658, -75.551795\";s:3:\"lat\";s:10:\"41.4905565\";s:3:\"lng\";s:18:\"-75.55236930000001\";}'),(14036,536,'_locations_4_location','field_5683f288dcba1'),(14037,536,'locations_4_title','SR1012, 202'),(14038,536,'_locations_4_title','field_5683f2aadcba2'),(14039,536,'locations_4_image',''),(14040,536,'_locations_4_image','field_568439ed8109d'),(14041,536,'locations_4_description',''),(14042,536,'_locations_4_description','field_5683f2b1dcba3'),(14043,536,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.872160, -75.730199\";s:3:\"lat\";s:17:\"41.87217649999999\";s:3:\"lng\";s:11:\"-75.7301933\";}'),(14044,536,'_locations_5_location','field_5683f288dcba1'),(14045,536,'locations_5_title','SR1016, 571'),(14046,536,'_locations_5_title','field_5683f2aadcba2'),(14047,536,'locations_5_image',''),(14048,536,'_locations_5_image','field_568439ed8109d'),(14049,536,'locations_5_description',''),(14050,536,'_locations_5_description','field_5683f2b1dcba3'),(14051,536,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.359132, -75.494434\";s:3:\"lat\";s:9:\"41.359067\";s:3:\"lng\";s:18:\"-75.49490600000001\";}'),(14052,536,'_locations_6_location','field_5683f288dcba1'),(14053,536,'locations_6_title','SR2004, 250'),(14054,536,'_locations_6_title','field_5683f2aadcba2'),(14055,536,'locations_6_image',''),(14056,536,'_locations_6_image','field_568439ed8109d'),(14057,536,'locations_6_description','This project is for a flood project and is affecting 5 properties in the Township of Covington, Lackawanna County.'),(14058,536,'_locations_6_description','field_5683f2b1dcba3'),(14059,536,'locations_7_location','a:3:{s:7:\"address\";s:21:\"41.359135, -75.494447\";s:3:\"lat\";s:9:\"41.359067\";s:3:\"lng\";s:18:\"-75.49490600000001\";}'),(14060,536,'_locations_7_location','field_5683f288dcba1'),(14061,536,'locations_7_title','SR2004, 250'),(14062,536,'_locations_7_title','field_5683f2aadcba2'),(14063,536,'locations_7_image',''),(14064,536,'_locations_7_image','field_568439ed8109d'),(14065,536,'locations_7_description','This project is for reconstruction and is affecting 4 properties in the Township of Madison, Lackawanna County.'),(14066,536,'_locations_7_description','field_5683f2b1dcba3'),(14067,536,'locations_8_location','a:3:{s:7:\"address\";s:21:\"41.317135, -75.551164\";s:3:\"lat\";s:10:\"41.3171963\";s:3:\"lng\";s:18:\"-75.55109429999999\";}'),(14068,536,'_locations_8_location','field_5683f288dcba1'),(14069,536,'locations_8_title','Daleville Stockpile'),(14070,536,'_locations_8_title','field_5683f2aadcba2'),(14071,536,'locations_8_image',''),(14072,536,'_locations_8_image','field_568439ed8109d'),(14073,536,'locations_8_description','This project is for a flood project and is affecting 5 properties in the Township of Covington, Lackawanna County.'),(14074,536,'_locations_8_description','field_5683f2b1dcba3'),(14075,536,'locations_9_location','a:3:{s:7:\"address\";s:21:\"41.266081, -76.291267\";s:3:\"lat\";s:10:\"41.2668817\";s:3:\"lng\";s:18:\"-76.29025159999998\";}'),(14076,536,'_locations_9_location','field_5683f288dcba1'),(14077,536,'locations_9_title','Luzerne County Brish'),(14078,536,'_locations_9_title','field_5683f2aadcba2'),(14079,536,'locations_9_image',''),(14080,536,'_locations_9_image','field_568439ed8109d'),(14081,536,'locations_9_description',''),(14082,536,'_locations_9_description','field_5683f2b1dcba3'),(14083,536,'locations_10_location','a:3:{s:7:\"address\";s:21:\"41.294579, -75.947686\";s:3:\"lat\";s:10:\"41.2945835\";s:3:\"lng\";s:18:\"-75.94770040000003\";}'),(14084,536,'_locations_10_location','field_5683f288dcba1'),(14085,536,'locations_10_title','Luzerne County Browns Creek 12'),(14086,536,'_locations_10_title','field_5683f2aadcba2'),(14087,536,'locations_10_image',''),(14088,536,'_locations_10_image','field_568439ed8109d'),(14089,536,'locations_10_description',''),(14090,536,'_locations_10_description','field_5683f2b1dcba3'),(14091,536,'locations_11_location','a:3:{s:7:\"address\";s:21:\"41.289499, -75.955916\";s:3:\"lat\";s:9:\"41.288856\";s:3:\"lng\";s:9:\"-75.95745\";}'),(14092,536,'_locations_11_location','field_5683f288dcba1'),(14093,536,'locations_11_title','Luzerne County Browns Creek 13'),(14094,536,'_locations_11_title','field_5683f2aadcba2'),(14095,536,'locations_11_image',''),(14096,536,'_locations_11_image','field_568439ed8109d'),(14097,536,'locations_11_description',''),(14098,536,'_locations_11_description','field_5683f2b1dcba3'),(14099,536,'locations_12_location','a:3:{s:7:\"address\";s:21:\"41.130388, -75.625973\";s:3:\"lat\";s:17:\"41.13012380000001\";s:3:\"lng\";s:18:\"-75.62548429999998\";}'),(14100,536,'_locations_12_location','field_5683f288dcba1'),(14101,536,'locations_12_title','State Route 115, Section 371 – E09080, Monroe and Luzerne – Bridge Replacement'),(14102,536,'_locations_12_title','field_5683f2aadcba2'),(14103,536,'locations_12_image','511'),(14104,536,'_locations_12_image','field_568439ed8109d'),(14105,536,'locations_12_description','This project was for a small bridge and affected 2 properties in the Townships of Bucks and Tobyhanna, Luzerne and Monroe Counties.'),(14106,536,'_locations_12_description','field_5683f2b1dcba3'),(14107,536,'locations_13_location','a:3:{s:7:\"address\";s:21:\"41.518613, -75.322306\";s:3:\"lat\";s:8:\"41.51691\";s:3:\"lng\";s:18:\"-75.32142599999997\";}'),(14108,536,'_locations_13_location','field_5683f288dcba1'),(14109,536,'locations_13_title','State Route 3037, Section 650 – E83054 - in Wayne County – Bridge Replacement'),(14110,536,'_locations_13_title','field_5683f2aadcba2'),(14111,536,'locations_13_image',''),(14112,536,'_locations_13_image','field_568439ed8109d'),(14113,536,'locations_13_description','This project is for a small bridge project and is affecting 2 properties in the Township of Cherry Ridge, Wayne County.'),(14114,536,'_locations_13_description','field_5683f2b1dcba3'),(14115,536,'locations_14_location','a:3:{s:7:\"address\";s:21:\"41.221166, -76.015002\";s:3:\"lat\";s:10:\"41.2211475\";s:3:\"lng\";s:18:\"-76.01497369999998\";}'),(14116,536,'_locations_14_location','field_5683f288dcba1'),(14117,536,'locations_14_title','State Route 0011, Section 353 – E08899 - in Luzerne County – Bridge Replacement'),(14118,536,'_locations_14_title','field_5683f2aadcba2'),(14119,536,'locations_14_image','515'),(14120,536,'_locations_14_image','field_568439ed8109d'),(14121,536,'locations_14_description','This project was for a small bridge and affected 4 properties in the Township of Plymouth, Luzerne County.'),(14122,536,'_locations_14_description','field_5683f2b1dcba3'),(14123,536,'locations_15_location','a:3:{s:7:\"address\";s:21:\"41.280778, -75.895555\";s:3:\"lat\";s:9:\"41.279748\";s:3:\"lng\";s:18:\"-75.89788499999997\";}'),(14124,536,'_locations_15_location','field_5683f288dcba1'),(14125,536,'locations_15_title','State Route 1054, Section 370 – E56699 in Luzerne County – Bridge Replacement'),(14126,536,'_locations_15_title','field_5683f2aadcba2'),(14127,536,'locations_15_image','518'),(14128,536,'_locations_15_image','field_568439ed8109d'),(14129,536,'locations_15_description','This project was for a small bridge and affected 3 properties in the Borough of Luzerne, Luzerne County.'),(14130,536,'_locations_15_description','field_5683f2b1dcba3'),(14131,536,'locations_16_location','a:3:{s:7:\"address\";s:21:\"41.989313, -75.423747\";s:3:\"lat\";s:9:\"41.989307\";s:3:\"lng\";s:18:\"-75.42374489999997\";}'),(14132,536,'_locations_16_location','field_5683f288dcba1'),(14133,536,'locations_16_title','State Route 4043 over Sherman – E56754 in Wayne County, Scott Twp. – Bridge Replacement'),(14134,536,'_locations_16_title','field_5683f2aadcba2'),(14135,536,'locations_16_image',''),(14136,536,'_locations_16_image','field_568439ed8109d'),(14137,536,'locations_16_description','This project is for a small bridge and is affecting 4 properties in the Township of Scott, Wayne County.'),(14138,536,'_locations_16_description','field_5683f2b1dcba3'),(14139,536,'locations_17_location','a:3:{s:7:\"address\";s:21:\"41.283610, -75.780138\";s:3:\"lat\";s:9:\"41.284705\";s:3:\"lng\";s:18:\"-75.77986499999997\";}'),(14140,536,'_locations_17_location','field_5683f288dcba1'),(14141,536,'locations_17_title','State Route 2039, Section 370 – E08867 in Luzerne County – Bridge Reeplacement'),(14142,536,'_locations_17_title','field_5683f2aadcba2'),(14143,536,'locations_17_image','521'),(14144,536,'_locations_17_image','field_568439ed8109d'),(14145,536,'locations_17_description','This project was for a small bridge and affected 3 properties in the Township of Jenkins, Luzerne County.'),(14146,536,'_locations_17_description','field_5683f2b1dcba3'),(14147,536,'locations_18_location','a:3:{s:7:\"address\";s:21:\"41.243054, -75.934914\";s:3:\"lat\";s:10:\"41.2430407\";s:3:\"lng\";s:18:\"-75.93489540000002\";}'),(14148,536,'_locations_18_location','field_5683f288dcba1'),(14149,536,'locations_18_title','State Route 2067, Section 370 – E08743 in Luzerne County, Plymouth Boro – Bridge Replacement'),(14150,536,'_locations_18_title','field_5683f2aadcba2'),(14151,536,'locations_18_image',''),(14152,536,'_locations_18_image','field_568439ed8109d'),(14153,536,'locations_18_description','This project is for a small bridge and is affecting 3 properties in the Township of Plymouth, Luzerne County.'),(14154,536,'_locations_18_description','field_5683f2b1dcba3'),(14155,536,'locations_19_location','a:3:{s:7:\"address\";s:21:\"41.592388, -75.858530\";s:3:\"lat\";s:10:\"41.5924082\";s:3:\"lng\";s:18:\"-75.85857759999999\";}'),(14156,536,'_locations_19_location','field_5683f288dcba1'),(14157,536,'locations_19_title','State Route 1010, Section 770 – E68803 in Clinton and Wyoming? – Bridge Replacement'),(14158,536,'_locations_19_title','field_5683f2aadcba2'),(14159,536,'locations_19_image','524'),(14160,536,'_locations_19_image','field_568439ed8109d'),(14161,536,'locations_19_description','This project is for a small bridge and is affecting 3 properties in the Township of Clinton, Wyoming County.'),(14162,536,'_locations_19_description','field_5683f2b1dcba3'),(14163,536,'locations_20_location','a:3:{s:7:\"address\";s:21:\"41.413861, -75.487693\";s:3:\"lat\";s:17:\"41.41387590000001\";s:3:\"lng\";s:11:\"-75.4876964\";}'),(14164,536,'_locations_20_location','field_5683f288dcba1'),(14165,536,'locations_20_title','State Route 348, Section 250 – E67196 in Lackawanna, Jefferson Township – Bridge '),(14166,536,'_locations_20_title','field_5683f2aadcba2'),(14167,536,'locations_20_image',''),(14168,536,'_locations_20_image','field_568439ed8109d'),(14169,536,'locations_20_description','This project is for a small bridge and is affecting 2 properties in the Township of Jefferson, Lackawanna County.'),(14170,536,'_locations_20_description','field_5683f2b1dcba3'),(14171,536,'locations_21_location','a:3:{s:7:\"address\";s:21:\"41.536054, -75.777392\";s:3:\"lat\";s:10:\"41.5378938\";s:3:\"lng\";s:18:\"-75.77944389999999\";}'),(14172,536,'_locations_21_location','field_5683f288dcba1'),(14173,536,'locations_21_title','State Route 4018, Section 250 – E67235 in Lackawanna – Bridge Replacement'),(14174,536,'_locations_21_title','field_5683f2aadcba2'),(14175,536,'locations_21_image',''),(14176,536,'_locations_21_image','field_568439ed8109d'),(14177,536,'locations_21_description','This project is for a small bridge is affecting 2 properties in the Township of West Abington, Lackawanna County.'),(14178,536,'_locations_21_description','field_5683f2b1dcba3'),(14179,536,'locations_22_location','a:3:{s:7:\"address\";s:21:\"41.393109, -75.818332\";s:3:\"lat\";s:10:\"41.3931108\";s:3:\"lng\";s:18:\"-75.81833080000001\";}'),(14180,536,'_locations_22_location','field_5683f288dcba1'),(14181,536,'locations_22_title','State Route 3005 Over Gardeners Creek – E08181 – Lackawanna (ransom twp) – Bridge'),(14182,536,'_locations_22_title','field_5683f2aadcba2'),(14183,536,'locations_22_image',''),(14184,536,'_locations_22_image','field_568439ed8109d'),(14185,536,'locations_22_description','This project is for a small bridge and is affecting 4 properties in the township of Ransom, Lackawanna County.'),(14186,536,'_locations_22_description','field_5683f2b1dcba3'),(14187,536,'locations_23_location','a:3:{s:7:\"address\";s:21:\"41.599889, -75.266112\";s:3:\"lat\";s:9:\"41.599538\";s:3:\"lng\";s:18:\"-75.26654400000001\";}'),(14188,536,'_locations_23_location','field_5683f288dcba1'),(14189,536,'locations_23_title','State Route 4006, Section 650 over dyberry – E83952 – Dyberry Township, Wayne County, Bridge'),(14190,536,'_locations_23_title','field_5683f2aadcba2'),(14191,536,'locations_23_image',''),(14192,536,'_locations_23_image','field_568439ed8109d'),(14193,536,'locations_23_description','This project is for a small bridge and is affecting 2 properties in the Township of Dyberry, Wayne County.'),(14194,536,'_locations_23_description','field_5683f2b1dcba3'),(14195,536,'locations_24_location','a:3:{s:7:\"address\";s:21:\"41.978611, -75.500110\";s:3:\"lat\";s:10:\"41.9758809\";s:3:\"lng\";s:18:\"-75.50041479999999\";}'),(14196,536,'_locations_24_location','field_5683f288dcba1'),(14197,536,'locations_24_title','State Route 1011, Section 552 Over Deep Hollow Susquehanna County – E83952 – Bridge'),(14198,536,'_locations_24_title','field_5683f2aadcba2'),(14199,536,'locations_24_image',''),(14200,536,'_locations_24_image','field_568439ed8109d'),(14201,536,'locations_24_description','This project is for bridge replacement and intersection improvement and is affecting 7 properties in Borough of New Milford, Susquehanna County.'),(14202,536,'_locations_24_description','field_5683f2b1dcba3'),(14203,536,'locations_25_location','a:3:{s:7:\"address\";s:21:\"41.607443, -76.131722\";s:3:\"lat\";s:17:\"41.60742339999999\";s:3:\"lng\";s:18:\"-76.13179359999998\";}'),(14204,536,'_locations_25_location','field_5683f288dcba1'),(14205,536,'locations_25_title','State Route 3001, Section 774 – E69221 Wyoming County, Wyndham Twp – Bridge'),(14206,536,'_locations_25_title','field_5683f2aadcba2'),(14207,536,'locations_25_image',''),(14208,536,'_locations_25_image','field_568439ed8109d'),(14209,536,'locations_25_description','This project is for a bridge and is affecting 1 parcel in the Township of Windham, Wyoming County.'),(14210,536,'_locations_25_description','field_5683f2b1dcba3'),(14211,536,'locations_26_location','a:3:{s:7:\"address\";s:21:\"40.974082, -76.184973\";s:3:\"lat\";s:9:\"40.970843\";s:3:\"lng\";s:18:\"-76.18496700000003\";}'),(14212,536,'_locations_26_location','field_5683f288dcba1'),(14213,536,'locations_26_title','State Route 3020, Section 350 over Black Creek – E09015, Black Creek Twp – Bridge'),(14214,536,'_locations_26_title','field_5683f2aadcba2'),(14215,536,'locations_26_image',''),(14216,536,'_locations_26_image','field_568439ed8109d'),(14217,536,'locations_26_description','This project is for construction on a small bridge and is affecting 3 properties in the Township of Black Creek, Luzerne County.'),(14218,536,'_locations_26_description','field_5683f2b1dcba3'),(14219,536,'locations_27_location','a:3:{s:7:\"address\";s:21:\"41.568608, -76.061327\";s:3:\"lat\";s:10:\"41.5685911\";s:3:\"lng\";s:18:\"-76.06131189999996\";}'),(14220,536,'_locations_27_location','field_5683f288dcba1'),(14221,536,'locations_27_title','State Route 82, SLD – E96683 – Wyoming County - Bridge'),(14222,536,'_locations_27_title','field_5683f2aadcba2'),(14223,536,'locations_27_image',''),(14224,536,'_locations_27_image','field_568439ed8109d'),(14225,536,'locations_27_description',''),(14226,536,'_locations_27_description','field_5683f2b1dcba3'),(14227,536,'locations_28_location',''),(14228,536,'_locations_28_location','field_5683f288dcba1'),(14229,536,'locations_28_title',''),(14230,536,'_locations_28_title','field_5683f2aadcba2'),(14231,536,'locations_28_image',''),(14232,536,'_locations_28_image','field_568439ed8109d'),(14233,536,'locations_28_description',''),(14234,536,'_locations_28_description','field_5683f2b1dcba3'),(14235,536,'locations_29_location','a:3:{s:7:\"address\";s:21:\"41.943462, -75.600862\";s:3:\"lat\";s:10:\"41.9434593\";s:3:\"lng\";s:10:\"-75.600866\";}'),(14236,536,'_locations_29_location','field_5683f288dcba1'),(14237,536,'locations_29_title','State Route 92, SLD – E96812 – Susquehanna County'),(14238,536,'_locations_29_title','field_5683f2aadcba2'),(14239,536,'locations_29_image',''),(14240,536,'_locations_29_image','field_568439ed8109d'),(14241,536,'locations_29_description',''),(14242,536,'_locations_29_description','field_5683f2b1dcba3'),(14243,536,'locations_30_location','a:3:{s:7:\"address\";s:21:\"41.867247, -75.706059\";s:3:\"lat\";s:10:\"41.8676553\";s:3:\"lng\";s:18:\"-75.70661799999999\";}'),(14244,536,'_locations_30_location','field_5683f288dcba1'),(14245,536,'locations_30_title','State Route 492, SLD – E96809 – Susquhanna County New Milford Boro – Bridge'),(14246,536,'_locations_30_title','field_5683f2aadcba2'),(14247,536,'locations_30_image',''),(14248,536,'_locations_30_image','field_568439ed8109d'),(14249,536,'locations_30_description',''),(14250,536,'_locations_30_description','field_5683f2b1dcba3'),(14251,536,'locations','31'),(14252,536,'_locations','field_5683f253a5dba'),(14253,335,'locations_30_location','a:3:{s:7:\"address\";s:21:\"41.430281, -75.427496\";s:3:\"lat\";s:10:\"41.4302727\";s:3:\"lng\";s:18:\"-75.42750230000001\";}'),(14254,335,'_locations_30_location','field_5683f288dcba1'),(14255,335,'locations_30_title','State Route 3019, Section 670 – E09882, Wayne County Lake Township – Bridge'),(14256,335,'_locations_30_title','field_5683f2aadcba2'),(14257,335,'locations_30_image',''),(14258,335,'_locations_30_image','field_568439ed8109d'),(14259,335,'locations_30_description',''),(14260,335,'_locations_30_description','field_5683f2b1dcba3'),(14261,537,'locations_0_location','a:3:{s:7:\"address\";s:21:\"41.564217, -76.059027\";s:3:\"lat\";s:10:\"41.5633759\";s:3:\"lng\";s:18:\"-76.06040280000002\";}'),(14262,537,'_locations_0_location','field_5683f288dcba1'),(14263,537,'locations_0_title','3003 – 773 – Mehoopany'),(14264,537,'_locations_0_title','field_5683f2aadcba2'),(14265,537,'locations_0_image','463'),(14266,537,'_locations_0_image','field_568439ed8109d'),(14267,537,'locations_0_description','This project is for a mid-sized bridge replacement and roadway alignment and is affecting 10 properties and resulting in the relocation of 1 resident in the Township of Mehoopany, Wyoming County.'),(14268,537,'_locations_0_description','field_5683f2b1dcba3'),(14269,537,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.558172, -75.756456\";s:3:\"lat\";s:10:\"41.5550934\";s:3:\"lng\";s:18:\"-75.75364639999998\";}'),(14270,537,'_locations_1_location','field_5683f288dcba1'),(14271,537,'locations_1_title','SR0006, Section 214'),(14272,537,'_locations_1_title','field_5683f2aadcba2'),(14273,537,'locations_1_image',''),(14274,537,'_locations_1_image','field_568439ed8109d'),(14275,537,'locations_1_description','This project is for lane reconfiguration, intersection improvements, and drainage improvements and is affecting 34 parcels in the municipalities of Clinton, La Plume, Glenburn, South Abington, Factoryville, and Dalton, Lackawanna and Wyoming Counties.'),(14276,537,'_locations_1_description','field_5683f2b1dcba3'),(14277,537,'locations_2_location','a:3:{s:7:\"address\";s:21:\"41.558109, -75.756371\";s:3:\"lat\";s:10:\"41.5581464\";s:3:\"lng\";s:11:\"-75.7562883\";}'),(14278,537,'_locations_2_location','field_5683f288dcba1'),(14279,537,'locations_2_title','SR0415, 303'),(14280,537,'_locations_2_title','field_5683f2aadcba2'),(14281,537,'locations_2_image',''),(14282,537,'_locations_2_image','field_568439ed8109d'),(14283,537,'locations_2_description','This project is for a roadway realignment and is affecting 15 properties in the Township of Dallas, Luzerne County.'),(14284,537,'_locations_2_description','field_5683f2b1dcba3'),(14285,537,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.344964, -75.960057\";s:3:\"lat\";s:9:\"41.345173\";s:3:\"lng\";s:18:\"-75.96029190000002\";}'),(14286,537,'_locations_3_location','field_5683f288dcba1'),(14287,537,'locations_3_title','SR0309, 330'),(14288,537,'_locations_3_title','field_5683f2aadcba2'),(14289,537,'locations_3_image',''),(14290,537,'_locations_3_image','field_568439ed8109d'),(14291,537,'locations_3_description','This project is for roadway relocation and intersection realignment and is affecting 8 properties in the Township of Dallas, Luzerne County.'),(14292,537,'_locations_3_description','field_5683f2b1dcba3'),(14293,537,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.490658, -75.551795\";s:3:\"lat\";s:10:\"41.4905565\";s:3:\"lng\";s:18:\"-75.55236930000001\";}'),(14294,537,'_locations_4_location','field_5683f288dcba1'),(14295,537,'locations_4_title','SR1012, 202'),(14296,537,'_locations_4_title','field_5683f2aadcba2'),(14297,537,'locations_4_image',''),(14298,537,'_locations_4_image','field_568439ed8109d'),(14299,537,'locations_4_description',''),(14300,537,'_locations_4_description','field_5683f2b1dcba3'),(14301,537,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.872160, -75.730199\";s:3:\"lat\";s:17:\"41.87217649999999\";s:3:\"lng\";s:11:\"-75.7301933\";}'),(14302,537,'_locations_5_location','field_5683f288dcba1'),(14303,537,'locations_5_title','SR1016, 571'),(14304,537,'_locations_5_title','field_5683f2aadcba2'),(14305,537,'locations_5_image',''),(14306,537,'_locations_5_image','field_568439ed8109d'),(14307,537,'locations_5_description',''),(14308,537,'_locations_5_description','field_5683f2b1dcba3'),(14309,537,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.359132, -75.494434\";s:3:\"lat\";s:9:\"41.359067\";s:3:\"lng\";s:18:\"-75.49490600000001\";}'),(14310,537,'_locations_6_location','field_5683f288dcba1'),(14311,537,'locations_6_title','SR2004, 250'),(14312,537,'_locations_6_title','field_5683f2aadcba2'),(14313,537,'locations_6_image',''),(14314,537,'_locations_6_image','field_568439ed8109d'),(14315,537,'locations_6_description','This project is for a flood project and is affecting 5 properties in the Township of Covington, Lackawanna County.'),(14316,537,'_locations_6_description','field_5683f2b1dcba3'),(14317,537,'locations_7_location','a:3:{s:7:\"address\";s:21:\"41.359135, -75.494447\";s:3:\"lat\";s:9:\"41.359067\";s:3:\"lng\";s:18:\"-75.49490600000001\";}'),(14318,537,'_locations_7_location','field_5683f288dcba1'),(14319,537,'locations_7_title','SR2004, 250'),(14320,537,'_locations_7_title','field_5683f2aadcba2'),(14321,537,'locations_7_image',''),(14322,537,'_locations_7_image','field_568439ed8109d'),(14323,537,'locations_7_description','This project is for reconstruction and is affecting 4 properties in the Township of Madison, Lackawanna County.'),(14324,537,'_locations_7_description','field_5683f2b1dcba3'),(14325,537,'locations_8_location','a:3:{s:7:\"address\";s:21:\"41.317135, -75.551164\";s:3:\"lat\";s:10:\"41.3171963\";s:3:\"lng\";s:18:\"-75.55109429999999\";}'),(14326,537,'_locations_8_location','field_5683f288dcba1'),(14327,537,'locations_8_title','Daleville Stockpile'),(14328,537,'_locations_8_title','field_5683f2aadcba2'),(14329,537,'locations_8_image',''),(14330,537,'_locations_8_image','field_568439ed8109d'),(14331,537,'locations_8_description','This project is for a flood project and is affecting 5 properties in the Township of Covington, Lackawanna County.'),(14332,537,'_locations_8_description','field_5683f2b1dcba3'),(14333,537,'locations_9_location','a:3:{s:7:\"address\";s:21:\"41.266081, -76.291267\";s:3:\"lat\";s:10:\"41.2668817\";s:3:\"lng\";s:18:\"-76.29025159999998\";}'),(14334,537,'_locations_9_location','field_5683f288dcba1'),(14335,537,'locations_9_title','Luzerne County Brish'),(14336,537,'_locations_9_title','field_5683f2aadcba2'),(14337,537,'locations_9_image',''),(14338,537,'_locations_9_image','field_568439ed8109d'),(14339,537,'locations_9_description',''),(14340,537,'_locations_9_description','field_5683f2b1dcba3'),(14341,537,'locations_10_location','a:3:{s:7:\"address\";s:21:\"41.294579, -75.947686\";s:3:\"lat\";s:10:\"41.2945835\";s:3:\"lng\";s:18:\"-75.94770040000003\";}'),(14342,537,'_locations_10_location','field_5683f288dcba1'),(14343,537,'locations_10_title','Luzerne County Browns Creek 12'),(14344,537,'_locations_10_title','field_5683f2aadcba2'),(14345,537,'locations_10_image',''),(14346,537,'_locations_10_image','field_568439ed8109d'),(14347,537,'locations_10_description',''),(14348,537,'_locations_10_description','field_5683f2b1dcba3'),(14349,537,'locations_11_location','a:3:{s:7:\"address\";s:21:\"41.289499, -75.955916\";s:3:\"lat\";s:9:\"41.288856\";s:3:\"lng\";s:9:\"-75.95745\";}'),(14350,537,'_locations_11_location','field_5683f288dcba1'),(14351,537,'locations_11_title','Luzerne County Browns Creek 13'),(14352,537,'_locations_11_title','field_5683f2aadcba2'),(14353,537,'locations_11_image',''),(14354,537,'_locations_11_image','field_568439ed8109d'),(14355,537,'locations_11_description',''),(14356,537,'_locations_11_description','field_5683f2b1dcba3'),(14357,537,'locations_12_location','a:3:{s:7:\"address\";s:21:\"41.130388, -75.625973\";s:3:\"lat\";s:17:\"41.13012380000001\";s:3:\"lng\";s:18:\"-75.62548429999998\";}'),(14358,537,'_locations_12_location','field_5683f288dcba1'),(14359,537,'locations_12_title','State Route 115, Section 371 – E09080, Monroe and Luzerne – Bridge Replacement'),(14360,537,'_locations_12_title','field_5683f2aadcba2'),(14361,537,'locations_12_image','511'),(14362,537,'_locations_12_image','field_568439ed8109d'),(14363,537,'locations_12_description','This project was for a small bridge and affected 2 properties in the Townships of Bucks and Tobyhanna, Luzerne and Monroe Counties.'),(14364,537,'_locations_12_description','field_5683f2b1dcba3'),(14365,537,'locations_13_location','a:3:{s:7:\"address\";s:21:\"41.518613, -75.322306\";s:3:\"lat\";s:8:\"41.51691\";s:3:\"lng\";s:18:\"-75.32142599999997\";}'),(14366,537,'_locations_13_location','field_5683f288dcba1'),(14367,537,'locations_13_title','State Route 3037, Section 650 – E83054 - in Wayne County – Bridge Replacement'),(14368,537,'_locations_13_title','field_5683f2aadcba2'),(14369,537,'locations_13_image',''),(14370,537,'_locations_13_image','field_568439ed8109d'),(14371,537,'locations_13_description','This project is for a small bridge project and is affecting 2 properties in the Township of Cherry Ridge, Wayne County.'),(14372,537,'_locations_13_description','field_5683f2b1dcba3'),(14373,537,'locations_14_location','a:3:{s:7:\"address\";s:21:\"41.221166, -76.015002\";s:3:\"lat\";s:10:\"41.2211475\";s:3:\"lng\";s:18:\"-76.01497369999998\";}'),(14374,537,'_locations_14_location','field_5683f288dcba1'),(14375,537,'locations_14_title','State Route 0011, Section 353 – E08899 - in Luzerne County – Bridge Replacement'),(14376,537,'_locations_14_title','field_5683f2aadcba2'),(14377,537,'locations_14_image','515'),(14378,537,'_locations_14_image','field_568439ed8109d'),(14379,537,'locations_14_description','This project was for a small bridge and affected 4 properties in the Township of Plymouth, Luzerne County.'),(14380,537,'_locations_14_description','field_5683f2b1dcba3'),(14381,537,'locations_15_location','a:3:{s:7:\"address\";s:21:\"41.280778, -75.895555\";s:3:\"lat\";s:9:\"41.279748\";s:3:\"lng\";s:18:\"-75.89788499999997\";}'),(14382,537,'_locations_15_location','field_5683f288dcba1'),(14383,537,'locations_15_title','State Route 1054, Section 370 – E56699 in Luzerne County – Bridge Replacement'),(14384,537,'_locations_15_title','field_5683f2aadcba2'),(14385,537,'locations_15_image','518'),(14386,537,'_locations_15_image','field_568439ed8109d'),(14387,537,'locations_15_description','This project was for a small bridge and affected 3 properties in the Borough of Luzerne, Luzerne County.'),(14388,537,'_locations_15_description','field_5683f2b1dcba3'),(14389,537,'locations_16_location','a:3:{s:7:\"address\";s:21:\"41.989313, -75.423747\";s:3:\"lat\";s:9:\"41.989307\";s:3:\"lng\";s:18:\"-75.42374489999997\";}'),(14390,537,'_locations_16_location','field_5683f288dcba1'),(14391,537,'locations_16_title','State Route 4043 over Sherman – E56754 in Wayne County, Scott Twp. – Bridge Replacement'),(14392,537,'_locations_16_title','field_5683f2aadcba2'),(14393,537,'locations_16_image',''),(14394,537,'_locations_16_image','field_568439ed8109d'),(14395,537,'locations_16_description','This project is for a small bridge and is affecting 4 properties in the Township of Scott, Wayne County.'),(14396,537,'_locations_16_description','field_5683f2b1dcba3'),(14397,537,'locations_17_location','a:3:{s:7:\"address\";s:21:\"41.283610, -75.780138\";s:3:\"lat\";s:9:\"41.284705\";s:3:\"lng\";s:18:\"-75.77986499999997\";}'),(14398,537,'_locations_17_location','field_5683f288dcba1'),(14399,537,'locations_17_title','State Route 2039, Section 370 – E08867 in Luzerne County – Bridge Reeplacement'),(14400,537,'_locations_17_title','field_5683f2aadcba2'),(14401,537,'locations_17_image','521'),(14402,537,'_locations_17_image','field_568439ed8109d'),(14403,537,'locations_17_description','This project was for a small bridge and affected 3 properties in the Township of Jenkins, Luzerne County.'),(14404,537,'_locations_17_description','field_5683f2b1dcba3'),(14405,537,'locations_18_location','a:3:{s:7:\"address\";s:21:\"41.243054, -75.934914\";s:3:\"lat\";s:10:\"41.2430407\";s:3:\"lng\";s:18:\"-75.93489540000002\";}'),(14406,537,'_locations_18_location','field_5683f288dcba1'),(14407,537,'locations_18_title','State Route 2067, Section 370 – E08743 in Luzerne County, Plymouth Boro – Bridge Replacement'),(14408,537,'_locations_18_title','field_5683f2aadcba2'),(14409,537,'locations_18_image',''),(14410,537,'_locations_18_image','field_568439ed8109d'),(14411,537,'locations_18_description','This project is for a small bridge and is affecting 3 properties in the Township of Plymouth, Luzerne County.'),(14412,537,'_locations_18_description','field_5683f2b1dcba3'),(14413,537,'locations_19_location','a:3:{s:7:\"address\";s:21:\"41.592388, -75.858530\";s:3:\"lat\";s:10:\"41.5924082\";s:3:\"lng\";s:18:\"-75.85857759999999\";}'),(14414,537,'_locations_19_location','field_5683f288dcba1'),(14415,537,'locations_19_title','State Route 1010, Section 770 – E68803 in Clinton and Wyoming? – Bridge Replacement'),(14416,537,'_locations_19_title','field_5683f2aadcba2'),(14417,537,'locations_19_image','524'),(14418,537,'_locations_19_image','field_568439ed8109d'),(14419,537,'locations_19_description','This project is for a small bridge and is affecting 3 properties in the Township of Clinton, Wyoming County.'),(14420,537,'_locations_19_description','field_5683f2b1dcba3'),(14421,537,'locations_20_location','a:3:{s:7:\"address\";s:21:\"41.413861, -75.487693\";s:3:\"lat\";s:17:\"41.41387590000001\";s:3:\"lng\";s:11:\"-75.4876964\";}'),(14422,537,'_locations_20_location','field_5683f288dcba1'),(14423,537,'locations_20_title','State Route 348, Section 250 – E67196 in Lackawanna, Jefferson Township – Bridge '),(14424,537,'_locations_20_title','field_5683f2aadcba2'),(14425,537,'locations_20_image',''),(14426,537,'_locations_20_image','field_568439ed8109d'),(14427,537,'locations_20_description','This project is for a small bridge and is affecting 2 properties in the Township of Jefferson, Lackawanna County.'),(14428,537,'_locations_20_description','field_5683f2b1dcba3'),(14429,537,'locations_21_location','a:3:{s:7:\"address\";s:21:\"41.536054, -75.777392\";s:3:\"lat\";s:10:\"41.5378938\";s:3:\"lng\";s:18:\"-75.77944389999999\";}'),(14430,537,'_locations_21_location','field_5683f288dcba1'),(14431,537,'locations_21_title','State Route 4018, Section 250 – E67235 in Lackawanna – Bridge Replacement'),(14432,537,'_locations_21_title','field_5683f2aadcba2'),(14433,537,'locations_21_image',''),(14434,537,'_locations_21_image','field_568439ed8109d'),(14435,537,'locations_21_description','This project is for a small bridge is affecting 2 properties in the Township of West Abington, Lackawanna County.'),(14436,537,'_locations_21_description','field_5683f2b1dcba3'),(14437,537,'locations_22_location','a:3:{s:7:\"address\";s:21:\"41.393109, -75.818332\";s:3:\"lat\";s:10:\"41.3931108\";s:3:\"lng\";s:18:\"-75.81833080000001\";}'),(14438,537,'_locations_22_location','field_5683f288dcba1'),(14439,537,'locations_22_title','State Route 3005 Over Gardeners Creek – E08181 – Lackawanna (ransom twp) – Bridge'),(14440,537,'_locations_22_title','field_5683f2aadcba2'),(14441,537,'locations_22_image',''),(14442,537,'_locations_22_image','field_568439ed8109d'),(14443,537,'locations_22_description','This project is for a small bridge and is affecting 4 properties in the township of Ransom, Lackawanna County.'),(14444,537,'_locations_22_description','field_5683f2b1dcba3'),(14445,537,'locations_23_location','a:3:{s:7:\"address\";s:21:\"41.599889, -75.266112\";s:3:\"lat\";s:9:\"41.599538\";s:3:\"lng\";s:18:\"-75.26654400000001\";}'),(14446,537,'_locations_23_location','field_5683f288dcba1'),(14447,537,'locations_23_title','State Route 4006, Section 650 over dyberry – E83952 – Dyberry Township, Wayne County, Bridge'),(14448,537,'_locations_23_title','field_5683f2aadcba2'),(14449,537,'locations_23_image',''),(14450,537,'_locations_23_image','field_568439ed8109d'),(14451,537,'locations_23_description','This project is for a small bridge and is affecting 2 properties in the Township of Dyberry, Wayne County.'),(14452,537,'_locations_23_description','field_5683f2b1dcba3'),(14453,537,'locations_24_location','a:3:{s:7:\"address\";s:21:\"41.978611, -75.500110\";s:3:\"lat\";s:10:\"41.9758809\";s:3:\"lng\";s:18:\"-75.50041479999999\";}'),(14454,537,'_locations_24_location','field_5683f288dcba1'),(14455,537,'locations_24_title','State Route 1011, Section 552 Over Deep Hollow Susquehanna County – E83952 – Bridge'),(14456,537,'_locations_24_title','field_5683f2aadcba2'),(14457,537,'locations_24_image',''),(14458,537,'_locations_24_image','field_568439ed8109d'),(14459,537,'locations_24_description','This project is for bridge replacement and intersection improvement and is affecting 7 properties in Borough of New Milford, Susquehanna County.'),(14460,537,'_locations_24_description','field_5683f2b1dcba3'),(14461,537,'locations_25_location','a:3:{s:7:\"address\";s:21:\"41.607443, -76.131722\";s:3:\"lat\";s:17:\"41.60742339999999\";s:3:\"lng\";s:18:\"-76.13179359999998\";}'),(14462,537,'_locations_25_location','field_5683f288dcba1'),(14463,537,'locations_25_title','State Route 3001, Section 774 – E69221 Wyoming County, Wyndham Twp – Bridge'),(14464,537,'_locations_25_title','field_5683f2aadcba2'),(14465,537,'locations_25_image',''),(14466,537,'_locations_25_image','field_568439ed8109d'),(14467,537,'locations_25_description','This project is for a bridge and is affecting 1 parcel in the Township of Windham, Wyoming County.'),(14468,537,'_locations_25_description','field_5683f2b1dcba3'),(14469,537,'locations_26_location','a:3:{s:7:\"address\";s:21:\"40.974082, -76.184973\";s:3:\"lat\";s:9:\"40.970843\";s:3:\"lng\";s:18:\"-76.18496700000003\";}'),(14470,537,'_locations_26_location','field_5683f288dcba1'),(14471,537,'locations_26_title','State Route 3020, Section 350 over Black Creek – E09015, Black Creek Twp – Bridge'),(14472,537,'_locations_26_title','field_5683f2aadcba2'),(14473,537,'locations_26_image',''),(14474,537,'_locations_26_image','field_568439ed8109d'),(14475,537,'locations_26_description','This project is for construction on a small bridge and is affecting 3 properties in the Township of Black Creek, Luzerne County.'),(14476,537,'_locations_26_description','field_5683f2b1dcba3'),(14477,537,'locations_27_location','a:3:{s:7:\"address\";s:21:\"41.568608, -76.061327\";s:3:\"lat\";s:10:\"41.5685911\";s:3:\"lng\";s:18:\"-76.06131189999996\";}'),(14478,537,'_locations_27_location','field_5683f288dcba1'),(14479,537,'locations_27_title','State Route 82, SLD – E96683 – Wyoming County - Bridge'),(14480,537,'_locations_27_title','field_5683f2aadcba2'),(14481,537,'locations_27_image',''),(14482,537,'_locations_27_image','field_568439ed8109d'),(14483,537,'locations_27_description',''),(14484,537,'_locations_27_description','field_5683f2b1dcba3'),(14485,537,'locations_28_location',''),(14486,537,'_locations_28_location','field_5683f288dcba1'),(14487,537,'locations_28_title',''),(14488,537,'_locations_28_title','field_5683f2aadcba2'),(14489,537,'locations_28_image',''),(14490,537,'_locations_28_image','field_568439ed8109d'),(14491,537,'locations_28_description',''),(14492,537,'_locations_28_description','field_5683f2b1dcba3'),(14493,537,'locations_29_location','a:3:{s:7:\"address\";s:21:\"41.943462, -75.600862\";s:3:\"lat\";s:10:\"41.9434593\";s:3:\"lng\";s:10:\"-75.600866\";}'),(14494,537,'_locations_29_location','field_5683f288dcba1'),(14495,537,'locations_29_title','State Route 92, SLD – E96812 – Susquehanna County'),(14496,537,'_locations_29_title','field_5683f2aadcba2'),(14497,537,'locations_29_image',''),(14498,537,'_locations_29_image','field_568439ed8109d'),(14499,537,'locations_29_description',''),(14500,537,'_locations_29_description','field_5683f2b1dcba3'),(14501,537,'locations_30_location','a:3:{s:7:\"address\";s:21:\"41.867247, -75.706059\";s:3:\"lat\";s:10:\"41.8676553\";s:3:\"lng\";s:18:\"-75.70661799999999\";}'),(14502,537,'_locations_30_location','field_5683f288dcba1'),(14503,537,'locations_30_title','State Route 492, SLD – E96809 – Susquhanna County New Milford Boro – Bridge'),(14504,537,'_locations_30_title','field_5683f2aadcba2'),(14505,537,'locations_30_image',''),(14506,537,'_locations_30_image','field_568439ed8109d'),(14507,537,'locations_30_description',''),(14508,537,'_locations_30_description','field_5683f2b1dcba3'),(14509,537,'locations_31_location','a:3:{s:7:\"address\";s:21:\"41.430281, -75.427496\";s:3:\"lat\";s:10:\"41.4302727\";s:3:\"lng\";s:18:\"-75.42750230000001\";}'),(14510,537,'_locations_31_location','field_5683f288dcba1'),(14511,537,'locations_31_title','State Route 3019, Section 670 – E09882, Wayne County Lake Township – Bridge'),(14512,537,'_locations_31_title','field_5683f2aadcba2'),(14513,537,'locations_31_image',''),(14514,537,'_locations_31_image','field_568439ed8109d'),(14515,537,'locations_31_description',''),(14516,537,'_locations_31_description','field_5683f2b1dcba3'),(14517,537,'locations','32'),(14518,537,'_locations','field_5683f253a5dba'),(14527,538,'locations','0'),(14528,538,'_locations','field_5683f253a5dba'),(14529,539,'locations_0_location','a:3:{s:7:\"address\";s:21:\"41.564217, -76.059027\";s:3:\"lat\";s:10:\"41.5633759\";s:3:\"lng\";s:18:\"-76.06040280000002\";}'),(14530,539,'_locations_0_location','field_5683f288dcba1'),(14531,539,'locations_0_title','3003 – 773 – Mehoopany'),(14532,539,'_locations_0_title','field_5683f2aadcba2'),(14533,539,'locations_0_image','463'),(14534,539,'_locations_0_image','field_568439ed8109d'),(14535,539,'locations_0_description','This project is for a mid-sized bridge replacement and roadway alignment and is affecting 10 properties and resulting in the relocation of 1 resident in the Township of Mehoopany, Wyoming County.'),(14536,539,'_locations_0_description','field_5683f2b1dcba3'),(14537,539,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.558172, -75.756456\";s:3:\"lat\";s:10:\"41.5550934\";s:3:\"lng\";s:18:\"-75.75364639999998\";}'),(14538,539,'_locations_1_location','field_5683f288dcba1'),(14539,539,'locations_1_title','SR0006, Section 214'),(14540,539,'_locations_1_title','field_5683f2aadcba2'),(14541,539,'locations_1_image',''),(14542,539,'_locations_1_image','field_568439ed8109d'),(14543,539,'locations_1_description','This project is for lane reconfiguration, intersection improvements, and drainage improvements and is affecting 34 parcels in the municipalities of Clinton, La Plume, Glenburn, South Abington, Factoryville, and Dalton, Lackawanna and Wyoming Counties.'),(14544,539,'_locations_1_description','field_5683f2b1dcba3'),(14545,539,'locations_2_location','a:3:{s:7:\"address\";s:21:\"41.558109, -75.756371\";s:3:\"lat\";s:10:\"41.5581464\";s:3:\"lng\";s:11:\"-75.7562883\";}'),(14546,539,'_locations_2_location','field_5683f288dcba1'),(14547,539,'locations_2_title','SR0415, 303'),(14548,539,'_locations_2_title','field_5683f2aadcba2'),(14549,539,'locations_2_image',''),(14550,539,'_locations_2_image','field_568439ed8109d'),(14551,539,'locations_2_description','This project is for a roadway realignment and is affecting 15 properties in the Township of Dallas, Luzerne County.'),(14552,539,'_locations_2_description','field_5683f2b1dcba3'),(14553,539,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.344964, -75.960057\";s:3:\"lat\";s:9:\"41.345173\";s:3:\"lng\";s:18:\"-75.96029190000002\";}'),(14554,539,'_locations_3_location','field_5683f288dcba1'),(14555,539,'locations_3_title','SR0309, 330'),(14556,539,'_locations_3_title','field_5683f2aadcba2'),(14557,539,'locations_3_image',''),(14558,539,'_locations_3_image','field_568439ed8109d'),(14559,539,'locations_3_description','This project is for roadway relocation and intersection realignment and is affecting 8 properties in the Township of Dallas, Luzerne County.'),(14560,539,'_locations_3_description','field_5683f2b1dcba3'),(14561,539,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.490658, -75.551795\";s:3:\"lat\";s:10:\"41.4905565\";s:3:\"lng\";s:18:\"-75.55236930000001\";}'),(14562,539,'_locations_4_location','field_5683f288dcba1'),(14563,539,'locations_4_title','SR1012, 202'),(14564,539,'_locations_4_title','field_5683f2aadcba2'),(14565,539,'locations_4_image',''),(14566,539,'_locations_4_image','field_568439ed8109d'),(14567,539,'locations_4_description',''),(14568,539,'_locations_4_description','field_5683f2b1dcba3'),(14569,539,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.872160, -75.730199\";s:3:\"lat\";s:17:\"41.87217649999999\";s:3:\"lng\";s:11:\"-75.7301933\";}'),(14570,539,'_locations_5_location','field_5683f288dcba1'),(14571,539,'locations_5_title','SR1016, 571'),(14572,539,'_locations_5_title','field_5683f2aadcba2'),(14573,539,'locations_5_image',''),(14574,539,'_locations_5_image','field_568439ed8109d'),(14575,539,'locations_5_description',''),(14576,539,'_locations_5_description','field_5683f2b1dcba3'),(14577,539,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.359132, -75.494434\";s:3:\"lat\";s:9:\"41.359067\";s:3:\"lng\";s:18:\"-75.49490600000001\";}'),(14578,539,'_locations_6_location','field_5683f288dcba1'),(14579,539,'locations_6_title','SR2004, 250'),(14580,539,'_locations_6_title','field_5683f2aadcba2'),(14581,539,'locations_6_image',''),(14582,539,'_locations_6_image','field_568439ed8109d'),(14583,539,'locations_6_description','This project is for a flood project and is affecting 5 properties in the Township of Covington, Lackawanna County.'),(14584,539,'_locations_6_description','field_5683f2b1dcba3'),(14585,539,'locations_7_location','a:3:{s:7:\"address\";s:21:\"41.359135, -75.494447\";s:3:\"lat\";s:9:\"41.359067\";s:3:\"lng\";s:18:\"-75.49490600000001\";}'),(14586,539,'_locations_7_location','field_5683f288dcba1'),(14587,539,'locations_7_title','SR2004, 250'),(14588,539,'_locations_7_title','field_5683f2aadcba2'),(14589,539,'locations_7_image',''),(14590,539,'_locations_7_image','field_568439ed8109d'),(14591,539,'locations_7_description','This project is for reconstruction and is affecting 4 properties in the Township of Madison, Lackawanna County.'),(14592,539,'_locations_7_description','field_5683f2b1dcba3'),(14593,539,'locations_8_location','a:3:{s:7:\"address\";s:21:\"41.317135, -75.551164\";s:3:\"lat\";s:10:\"41.3171963\";s:3:\"lng\";s:18:\"-75.55109429999999\";}'),(14594,539,'_locations_8_location','field_5683f288dcba1'),(14595,539,'locations_8_title','Daleville Stockpile'),(14596,539,'_locations_8_title','field_5683f2aadcba2'),(14597,539,'locations_8_image',''),(14598,539,'_locations_8_image','field_568439ed8109d'),(14599,539,'locations_8_description','This project is for a flood project and is affecting 5 properties in the Township of Covington, Lackawanna County.'),(14600,539,'_locations_8_description','field_5683f2b1dcba3'),(14601,539,'locations_9_location','a:3:{s:7:\"address\";s:21:\"41.266081, -76.291267\";s:3:\"lat\";s:10:\"41.2668817\";s:3:\"lng\";s:18:\"-76.29025159999998\";}'),(14602,539,'_locations_9_location','field_5683f288dcba1'),(14603,539,'locations_9_title','Luzerne County Brish'),(14604,539,'_locations_9_title','field_5683f2aadcba2'),(14605,539,'locations_9_image',''),(14606,539,'_locations_9_image','field_568439ed8109d'),(14607,539,'locations_9_description',''),(14608,539,'_locations_9_description','field_5683f2b1dcba3'),(14609,539,'locations_10_location','a:3:{s:7:\"address\";s:21:\"41.294579, -75.947686\";s:3:\"lat\";s:10:\"41.2945835\";s:3:\"lng\";s:18:\"-75.94770040000003\";}'),(14610,539,'_locations_10_location','field_5683f288dcba1'),(14611,539,'locations_10_title','Luzerne County Browns Creek 12'),(14612,539,'_locations_10_title','field_5683f2aadcba2'),(14613,539,'locations_10_image',''),(14614,539,'_locations_10_image','field_568439ed8109d'),(14615,539,'locations_10_description',''),(14616,539,'_locations_10_description','field_5683f2b1dcba3'),(14617,539,'locations_11_location','a:3:{s:7:\"address\";s:21:\"41.289499, -75.955916\";s:3:\"lat\";s:9:\"41.288856\";s:3:\"lng\";s:9:\"-75.95745\";}'),(14618,539,'_locations_11_location','field_5683f288dcba1'),(14619,539,'locations_11_title','Luzerne County Browns Creek 13'),(14620,539,'_locations_11_title','field_5683f2aadcba2'),(14621,539,'locations_11_image',''),(14622,539,'_locations_11_image','field_568439ed8109d'),(14623,539,'locations_11_description',''),(14624,539,'_locations_11_description','field_5683f2b1dcba3'),(14625,539,'locations_12_location','a:3:{s:7:\"address\";s:21:\"41.130388, -75.625973\";s:3:\"lat\";s:17:\"41.13012380000001\";s:3:\"lng\";s:18:\"-75.62548429999998\";}'),(14626,539,'_locations_12_location','field_5683f288dcba1'),(14627,539,'locations_12_title','State Route 115, Section 371 – E09080, Monroe and Luzerne – Bridge Replacement'),(14628,539,'_locations_12_title','field_5683f2aadcba2'),(14629,539,'locations_12_image','511'),(14630,539,'_locations_12_image','field_568439ed8109d'),(14631,539,'locations_12_description','This project was for a small bridge and affected 2 properties in the Townships of Bucks and Tobyhanna, Luzerne and Monroe Counties.'),(14632,539,'_locations_12_description','field_5683f2b1dcba3'),(14633,539,'locations_13_location','a:3:{s:7:\"address\";s:21:\"41.518613, -75.322306\";s:3:\"lat\";s:8:\"41.51691\";s:3:\"lng\";s:18:\"-75.32142599999997\";}'),(14634,539,'_locations_13_location','field_5683f288dcba1'),(14635,539,'locations_13_title','State Route 3037, Section 650 – E83054 - in Wayne County – Bridge Replacement'),(14636,539,'_locations_13_title','field_5683f2aadcba2'),(14637,539,'locations_13_image',''),(14638,539,'_locations_13_image','field_568439ed8109d'),(14639,539,'locations_13_description','This project is for a small bridge project and is affecting 2 properties in the Township of Cherry Ridge, Wayne County.'),(14640,539,'_locations_13_description','field_5683f2b1dcba3'),(14641,539,'locations_14_location','a:3:{s:7:\"address\";s:21:\"41.221166, -76.015002\";s:3:\"lat\";s:10:\"41.2211475\";s:3:\"lng\";s:18:\"-76.01497369999998\";}'),(14642,539,'_locations_14_location','field_5683f288dcba1'),(14643,539,'locations_14_title','State Route 0011, Section 353 – E08899 - in Luzerne County – Bridge Replacement'),(14644,539,'_locations_14_title','field_5683f2aadcba2'),(14645,539,'locations_14_image','515'),(14646,539,'_locations_14_image','field_568439ed8109d'),(14647,539,'locations_14_description','This project was for a small bridge and affected 4 properties in the Township of Plymouth, Luzerne County.'),(14648,539,'_locations_14_description','field_5683f2b1dcba3'),(14649,539,'locations_15_location','a:3:{s:7:\"address\";s:21:\"41.280778, -75.895555\";s:3:\"lat\";s:9:\"41.279748\";s:3:\"lng\";s:18:\"-75.89788499999997\";}'),(14650,539,'_locations_15_location','field_5683f288dcba1'),(14651,539,'locations_15_title','State Route 1054, Section 370 – E56699 in Luzerne County – Bridge Replacement'),(14652,539,'_locations_15_title','field_5683f2aadcba2'),(14653,539,'locations_15_image','518'),(14654,539,'_locations_15_image','field_568439ed8109d'),(14655,539,'locations_15_description','This project was for a small bridge and affected 3 properties in the Borough of Luzerne, Luzerne County.'),(14656,539,'_locations_15_description','field_5683f2b1dcba3'),(14657,539,'locations_16_location','a:3:{s:7:\"address\";s:21:\"41.989313, -75.423747\";s:3:\"lat\";s:9:\"41.989307\";s:3:\"lng\";s:18:\"-75.42374489999997\";}'),(14658,539,'_locations_16_location','field_5683f288dcba1'),(14659,539,'locations_16_title','State Route 4043 over Sherman – E56754 in Wayne County, Scott Twp. – Bridge Replacement'),(14660,539,'_locations_16_title','field_5683f2aadcba2'),(14661,539,'locations_16_image',''),(14662,539,'_locations_16_image','field_568439ed8109d'),(14663,539,'locations_16_description','This project is for a small bridge and is affecting 4 properties in the Township of Scott, Wayne County.'),(14664,539,'_locations_16_description','field_5683f2b1dcba3'),(14665,539,'locations_17_location','a:3:{s:7:\"address\";s:21:\"41.283610, -75.780138\";s:3:\"lat\";s:9:\"41.284705\";s:3:\"lng\";s:18:\"-75.77986499999997\";}'),(14666,539,'_locations_17_location','field_5683f288dcba1'),(14667,539,'locations_17_title','State Route 2039, Section 370 – E08867 in Luzerne County – Bridge Reeplacement'),(14668,539,'_locations_17_title','field_5683f2aadcba2'),(14669,539,'locations_17_image','521'),(14670,539,'_locations_17_image','field_568439ed8109d'),(14671,539,'locations_17_description','This project was for a small bridge and affected 3 properties in the Township of Jenkins, Luzerne County.'),(14672,539,'_locations_17_description','field_5683f2b1dcba3'),(14673,539,'locations_18_location','a:3:{s:7:\"address\";s:21:\"41.243054, -75.934914\";s:3:\"lat\";s:10:\"41.2430407\";s:3:\"lng\";s:18:\"-75.93489540000002\";}'),(14674,539,'_locations_18_location','field_5683f288dcba1'),(14675,539,'locations_18_title','State Route 2067, Section 370 – E08743 in Luzerne County, Plymouth Boro – Bridge Replacement'),(14676,539,'_locations_18_title','field_5683f2aadcba2'),(14677,539,'locations_18_image',''),(14678,539,'_locations_18_image','field_568439ed8109d'),(14679,539,'locations_18_description','This project is for a small bridge and is affecting 3 properties in the Township of Plymouth, Luzerne County.'),(14680,539,'_locations_18_description','field_5683f2b1dcba3'),(14681,539,'locations_19_location','a:3:{s:7:\"address\";s:21:\"41.592388, -75.858530\";s:3:\"lat\";s:10:\"41.5924082\";s:3:\"lng\";s:18:\"-75.85857759999999\";}'),(14682,539,'_locations_19_location','field_5683f288dcba1'),(14683,539,'locations_19_title','State Route 1010, Section 770 – E68803 in Clinton and Wyoming? – Bridge Replacement'),(14684,539,'_locations_19_title','field_5683f2aadcba2'),(14685,539,'locations_19_image','524'),(14686,539,'_locations_19_image','field_568439ed8109d'),(14687,539,'locations_19_description','This project is for a small bridge and is affecting 3 properties in the Township of Clinton, Wyoming County.'),(14688,539,'_locations_19_description','field_5683f2b1dcba3'),(14689,539,'locations_20_location','a:3:{s:7:\"address\";s:21:\"41.413861, -75.487693\";s:3:\"lat\";s:17:\"41.41387590000001\";s:3:\"lng\";s:11:\"-75.4876964\";}'),(14690,539,'_locations_20_location','field_5683f288dcba1'),(14691,539,'locations_20_title','State Route 348, Section 250 – E67196 in Lackawanna, Jefferson Township – Bridge '),(14692,539,'_locations_20_title','field_5683f2aadcba2'),(14693,539,'locations_20_image',''),(14694,539,'_locations_20_image','field_568439ed8109d'),(14695,539,'locations_20_description','This project is for a small bridge and is affecting 2 properties in the Township of Jefferson, Lackawanna County.'),(14696,539,'_locations_20_description','field_5683f2b1dcba3'),(14697,539,'locations_21_location','a:3:{s:7:\"address\";s:21:\"41.536054, -75.777392\";s:3:\"lat\";s:10:\"41.5378938\";s:3:\"lng\";s:18:\"-75.77944389999999\";}'),(14698,539,'_locations_21_location','field_5683f288dcba1'),(14699,539,'locations_21_title','State Route 4018, Section 250 – E67235 in Lackawanna – Bridge Replacement'),(14700,539,'_locations_21_title','field_5683f2aadcba2'),(14701,539,'locations_21_image',''),(14702,539,'_locations_21_image','field_568439ed8109d'),(14703,539,'locations_21_description','This project is for a small bridge is affecting 2 properties in the Township of West Abington, Lackawanna County.'),(14704,539,'_locations_21_description','field_5683f2b1dcba3'),(14705,539,'locations_22_location','a:3:{s:7:\"address\";s:21:\"41.393109, -75.818332\";s:3:\"lat\";s:10:\"41.3931108\";s:3:\"lng\";s:18:\"-75.81833080000001\";}'),(14706,539,'_locations_22_location','field_5683f288dcba1'),(14707,539,'locations_22_title','State Route 3005 Over Gardeners Creek – E08181 – Lackawanna (ransom twp) – Bridge'),(14708,539,'_locations_22_title','field_5683f2aadcba2'),(14709,539,'locations_22_image',''),(14710,539,'_locations_22_image','field_568439ed8109d'),(14711,539,'locations_22_description','This project is for a small bridge and is affecting 4 properties in the township of Ransom, Lackawanna County.'),(14712,539,'_locations_22_description','field_5683f2b1dcba3'),(14713,539,'locations_23_location','a:3:{s:7:\"address\";s:21:\"41.599889, -75.266112\";s:3:\"lat\";s:9:\"41.599538\";s:3:\"lng\";s:18:\"-75.26654400000001\";}'),(14714,539,'_locations_23_location','field_5683f288dcba1'),(14715,539,'locations_23_title','State Route 4006, Section 650 over dyberry – E83952 – Dyberry Township, Wayne County, Bridge'),(14716,539,'_locations_23_title','field_5683f2aadcba2'),(14717,539,'locations_23_image',''),(14718,539,'_locations_23_image','field_568439ed8109d'),(14719,539,'locations_23_description','This project is for a small bridge and is affecting 2 properties in the Township of Dyberry, Wayne County.'),(14720,539,'_locations_23_description','field_5683f2b1dcba3'),(14721,539,'locations_24_location','a:3:{s:7:\"address\";s:21:\"41.978611, -75.500110\";s:3:\"lat\";s:10:\"41.9758809\";s:3:\"lng\";s:18:\"-75.50041479999999\";}'),(14722,539,'_locations_24_location','field_5683f288dcba1'),(14723,539,'locations_24_title','State Route 1011, Section 552 Over Deep Hollow Susquehanna County – E83952 – Bridge'),(14724,539,'_locations_24_title','field_5683f2aadcba2'),(14725,539,'locations_24_image',''),(14726,539,'_locations_24_image','field_568439ed8109d'),(14727,539,'locations_24_description','This project is for bridge replacement and intersection improvement and is affecting 7 properties in Borough of New Milford, Susquehanna County.'),(14728,539,'_locations_24_description','field_5683f2b1dcba3'),(14729,539,'locations_25_location','a:3:{s:7:\"address\";s:21:\"41.607443, -76.131722\";s:3:\"lat\";s:17:\"41.60742339999999\";s:3:\"lng\";s:18:\"-76.13179359999998\";}'),(14730,539,'_locations_25_location','field_5683f288dcba1'),(14731,539,'locations_25_title','State Route 3001, Section 774 – E69221 Wyoming County, Wyndham Twp – Bridge'),(14732,539,'_locations_25_title','field_5683f2aadcba2'),(14733,539,'locations_25_image',''),(14734,539,'_locations_25_image','field_568439ed8109d'),(14735,539,'locations_25_description','This project is for a bridge and is affecting 1 parcel in the Township of Windham, Wyoming County.'),(14736,539,'_locations_25_description','field_5683f2b1dcba3'),(14737,539,'locations_26_location','a:3:{s:7:\"address\";s:21:\"40.974082, -76.184973\";s:3:\"lat\";s:9:\"40.970843\";s:3:\"lng\";s:18:\"-76.18496700000003\";}'),(14738,539,'_locations_26_location','field_5683f288dcba1'),(14739,539,'locations_26_title','State Route 3020, Section 350 over Black Creek – E09015, Black Creek Twp – Bridge'),(14740,539,'_locations_26_title','field_5683f2aadcba2'),(14741,539,'locations_26_image',''),(14742,539,'_locations_26_image','field_568439ed8109d'),(14743,539,'locations_26_description','This project is for construction on a small bridge and is affecting 3 properties in the Township of Black Creek, Luzerne County.'),(14744,539,'_locations_26_description','field_5683f2b1dcba3'),(14745,539,'locations_27_location','a:3:{s:7:\"address\";s:21:\"41.568608, -76.061327\";s:3:\"lat\";s:10:\"41.5685911\";s:3:\"lng\";s:18:\"-76.06131189999996\";}'),(14746,539,'_locations_27_location','field_5683f288dcba1'),(14747,539,'locations_27_title','State Route 82, SLD – E96683 – Wyoming County - Bridge'),(14748,539,'_locations_27_title','field_5683f2aadcba2'),(14749,539,'locations_27_image',''),(14750,539,'_locations_27_image','field_568439ed8109d'),(14751,539,'locations_27_description',''),(14752,539,'_locations_27_description','field_5683f2b1dcba3'),(14753,539,'locations_28_location','a:3:{s:7:\"address\";s:21:\"41.943462, -75.600862\";s:3:\"lat\";s:10:\"41.9434593\";s:3:\"lng\";s:10:\"-75.600866\";}'),(14754,539,'_locations_28_location','field_5683f288dcba1'),(14755,539,'locations_28_title','State Route 92, SLD – E96812 – Susquehanna County'),(14756,539,'_locations_28_title','field_5683f2aadcba2'),(14757,539,'locations_28_image',''),(14758,539,'_locations_28_image','field_568439ed8109d'),(14759,539,'locations_28_description',''),(14760,539,'_locations_28_description','field_5683f2b1dcba3'),(14761,539,'locations_29_location','a:3:{s:7:\"address\";s:21:\"41.867247, -75.706059\";s:3:\"lat\";s:10:\"41.8676553\";s:3:\"lng\";s:18:\"-75.70661799999999\";}'),(14762,539,'_locations_29_location','field_5683f288dcba1'),(14763,539,'locations_29_title','State Route 492, SLD – E96809 – Susquhanna County New Milford Boro – Bridge'),(14764,539,'_locations_29_title','field_5683f2aadcba2'),(14765,539,'locations_29_image',''),(14766,539,'_locations_29_image','field_568439ed8109d'),(14767,539,'locations_29_description',''),(14768,539,'_locations_29_description','field_5683f2b1dcba3'),(14769,539,'locations_30_location','a:3:{s:7:\"address\";s:21:\"41.430281, -75.427496\";s:3:\"lat\";s:10:\"41.4302727\";s:3:\"lng\";s:18:\"-75.42750230000001\";}'),(14770,539,'_locations_30_location','field_5683f288dcba1'),(14771,539,'locations_30_title','State Route 3019, Section 670 – E09882, Wayne County Lake Township – Bridge'),(14772,539,'_locations_30_title','field_5683f2aadcba2'),(14773,539,'locations_30_image',''),(14774,539,'_locations_30_image','field_568439ed8109d'),(14775,539,'locations_30_description',''),(14776,539,'_locations_30_description','field_5683f2b1dcba3'),(14777,539,'locations','31'),(14778,539,'_locations','field_5683f253a5dba'),(14779,540,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.577364, -75.758778\";s:3:\"lat\";s:10:\"40.5773582\";s:3:\"lng\";s:11:\"-75.7587785\";}'),(14780,540,'_locations_0_location','field_5683f288dcba1'),(14781,540,'locations_0_title','78, 12M – Krumsville'),(14782,540,'_locations_0_title','field_5683f2aadcba2'),(14783,540,'locations_0_image',''),(14784,540,'_locations_0_image','field_568439ed8109d'),(14785,540,'locations_0_description',''),(14786,540,'_locations_0_description','field_5683f2b1dcba3'),(14787,540,'locations','1'),(14788,540,'_locations','field_5683f253a5dba'),(14789,541,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.577364, -75.758778\";s:3:\"lat\";s:10:\"40.5773582\";s:3:\"lng\";s:11:\"-75.7587785\";}'),(14790,541,'_locations_0_location','field_5683f288dcba1'),(14791,541,'locations_0_title','78, 12M – Krumsville'),(14792,541,'_locations_0_title','field_5683f2aadcba2'),(14793,541,'locations_0_image',''),(14794,541,'_locations_0_image','field_568439ed8109d'),(14795,541,'locations_0_description',''),(14796,541,'_locations_0_description','field_5683f2b1dcba3'),(14797,541,'locations_1_location',''),(14798,541,'_locations_1_location','field_5683f288dcba1'),(14799,541,'locations_1_title','Lehigh County 3 bridge'),(14800,541,'_locations_1_title','field_5683f2aadcba2'),(14801,541,'locations_1_image',''),(14802,541,'_locations_1_image','field_568439ed8109d'),(14803,541,'locations_1_description','This project is for a three bridge replacement and is affecting 11 properties and resulting in the relocation of 4 tenants in a multi-unit dwelling in Lehigh County.'),(14804,541,'_locations_1_description','field_5683f2b1dcba3'),(14805,541,'locations','2'),(14806,541,'_locations','field_5683f253a5dba'),(14807,337,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.660116, -75.484238\";s:3:\"lat\";s:10:\"40.6602927\";s:3:\"lng\";s:18:\"-75.48364449999997\";}'),(14808,337,'_locations_1_location','field_5683f288dcba1'),(14809,337,'locations_1_title','Lehigh County 3 bridge'),(14810,337,'_locations_1_title','field_5683f2aadcba2'),(14811,337,'locations_1_image',''),(14812,337,'_locations_1_image','field_568439ed8109d'),(14813,337,'locations_1_description','This project is for a three bridge replacement and is affecting 11 properties and resulting in the relocation of 4 tenants in a multi-unit dwelling in Lehigh County.'),(14814,337,'_locations_1_description','field_5683f2b1dcba3'),(14815,542,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.577364, -75.758778\";s:3:\"lat\";s:10:\"40.5773582\";s:3:\"lng\";s:11:\"-75.7587785\";}'),(14816,542,'_locations_0_location','field_5683f288dcba1'),(14817,542,'locations_0_title','78, 12M – Krumsville'),(14818,542,'_locations_0_title','field_5683f2aadcba2'),(14819,542,'locations_0_image',''),(14820,542,'_locations_0_image','field_568439ed8109d'),(14821,542,'locations_0_description',''),(14822,542,'_locations_0_description','field_5683f2b1dcba3'),(14823,542,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.660116, -75.484238\";s:3:\"lat\";s:10:\"40.6602927\";s:3:\"lng\";s:18:\"-75.48364449999997\";}'),(14824,542,'_locations_1_location','field_5683f288dcba1'),(14825,542,'locations_1_title','Lehigh County 3 bridge'),(14826,542,'_locations_1_title','field_5683f2aadcba2'),(14827,542,'locations_1_image',''),(14828,542,'_locations_1_image','field_568439ed8109d'),(14829,542,'locations_1_description','This project is for a three bridge replacement and is affecting 11 properties and resulting in the relocation of 4 tenants in a multi-unit dwelling in Lehigh County.'),(14830,542,'_locations_1_description','field_5683f2b1dcba3'),(14831,542,'locations','2'),(14832,542,'_locations','field_5683f253a5dba'),(14833,543,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.577364, -75.758778\";s:3:\"lat\";s:10:\"40.5773582\";s:3:\"lng\";s:11:\"-75.7587785\";}'),(14834,543,'_locations_0_location','field_5683f288dcba1'),(14835,543,'locations_0_title','78, 12M – Krumsville'),(14836,543,'_locations_0_title','field_5683f2aadcba2'),(14837,543,'locations_0_image',''),(14838,543,'_locations_0_image','field_568439ed8109d'),(14839,543,'locations_0_description',''),(14840,543,'_locations_0_description','field_5683f2b1dcba3'),(14841,543,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.660116, -75.484238\";s:3:\"lat\";s:10:\"40.6602927\";s:3:\"lng\";s:18:\"-75.48364449999997\";}'),(14842,543,'_locations_1_location','field_5683f288dcba1'),(14843,543,'locations_1_title','Lehigh County 3 bridge'),(14844,543,'_locations_1_title','field_5683f2aadcba2'),(14845,543,'locations_1_image',''),(14846,543,'_locations_1_image','field_568439ed8109d'),(14847,543,'locations_1_description','This project is for a three bridge replacement and is affecting 11 properties and resulting in the relocation of 4 tenants in a multi-unit dwelling in Lehigh County.'),(14848,543,'_locations_1_description','field_5683f2b1dcba3'),(14849,543,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.675917, -75.489638\";s:3:\"lat\";s:10:\"40.6759335\";s:3:\"lng\";s:11:\"-75.4895912\";}'),(14850,543,'_locations_2_location','field_5683f288dcba1'),(14851,543,'locations_2_title','Lehigh Coplay Northampton'),(14852,543,'_locations_2_title','field_5683f2aadcba2'),(14853,543,'locations_2_image',''),(14854,543,'_locations_2_image','field_568439ed8109d'),(14855,543,'locations_2_description',''),(14856,543,'_locations_2_description','field_5683f2b1dcba3'),(14857,543,'locations','3'),(14858,543,'_locations','field_5683f253a5dba'),(14859,337,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.675917, -75.489638\";s:3:\"lat\";s:10:\"40.6759335\";s:3:\"lng\";s:11:\"-75.4895912\";}'),(14860,337,'_locations_2_location','field_5683f288dcba1'),(14861,337,'locations_2_title','Lehigh Coplay Northampton'),(14862,337,'_locations_2_title','field_5683f2aadcba2'),(14863,337,'locations_2_image',''),(14864,337,'_locations_2_image','field_568439ed8109d'),(14865,337,'locations_2_description','This project is for a bridge replacement and is affecting 9 properties in the Borough of Coplay, Lehigh County and the Borough of Northampton, Northampton County.'),(14866,337,'_locations_2_description','field_5683f2b1dcba3'),(14867,544,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.577364, -75.758778\";s:3:\"lat\";s:10:\"40.5773582\";s:3:\"lng\";s:11:\"-75.7587785\";}'),(14868,544,'_locations_0_location','field_5683f288dcba1'),(14869,544,'locations_0_title','78, 12M – Krumsville'),(14870,544,'_locations_0_title','field_5683f2aadcba2'),(14871,544,'locations_0_image',''),(14872,544,'_locations_0_image','field_568439ed8109d'),(14873,544,'locations_0_description',''),(14874,544,'_locations_0_description','field_5683f2b1dcba3'),(14875,544,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.660116, -75.484238\";s:3:\"lat\";s:10:\"40.6602927\";s:3:\"lng\";s:18:\"-75.48364449999997\";}'),(14876,544,'_locations_1_location','field_5683f288dcba1'),(14877,544,'locations_1_title','Lehigh County 3 bridge'),(14878,544,'_locations_1_title','field_5683f2aadcba2'),(14879,544,'locations_1_image',''),(14880,544,'_locations_1_image','field_568439ed8109d'),(14881,544,'locations_1_description','This project is for a three bridge replacement and is affecting 11 properties and resulting in the relocation of 4 tenants in a multi-unit dwelling in Lehigh County.'),(14882,544,'_locations_1_description','field_5683f2b1dcba3'),(14883,544,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.675917, -75.489638\";s:3:\"lat\";s:10:\"40.6759335\";s:3:\"lng\";s:11:\"-75.4895912\";}'),(14884,544,'_locations_2_location','field_5683f288dcba1'),(14885,544,'locations_2_title','Lehigh Coplay Northampton'),(14886,544,'_locations_2_title','field_5683f2aadcba2'),(14887,544,'locations_2_image',''),(14888,544,'_locations_2_image','field_568439ed8109d'),(14889,544,'locations_2_description','This project is for a bridge replacement and is affecting 9 properties in the Borough of Coplay, Lehigh County and the Borough of Northampton, Northampton County.'),(14890,544,'_locations_2_description','field_5683f2b1dcba3'),(14891,544,'locations','3'),(14892,544,'_locations','field_5683f253a5dba'),(14893,545,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.577364, -75.758778\";s:3:\"lat\";s:10:\"40.5773582\";s:3:\"lng\";s:11:\"-75.7587785\";}'),(14894,545,'_locations_0_location','field_5683f288dcba1'),(14895,545,'locations_0_title','78, 12M – Krumsville'),(14896,545,'_locations_0_title','field_5683f2aadcba2'),(14897,545,'locations_0_image',''),(14898,545,'_locations_0_image','field_568439ed8109d'),(14899,545,'locations_0_description',''),(14900,545,'_locations_0_description','field_5683f2b1dcba3'),(14901,545,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.660116, -75.484238\";s:3:\"lat\";s:10:\"40.6602927\";s:3:\"lng\";s:18:\"-75.48364449999997\";}'),(14902,545,'_locations_1_location','field_5683f288dcba1'),(14903,545,'locations_1_title','Lehigh County 3 bridge'),(14904,545,'_locations_1_title','field_5683f2aadcba2'),(14905,545,'locations_1_image',''),(14906,545,'_locations_1_image','field_568439ed8109d'),(14907,545,'locations_1_description','This project is for a three bridge replacement and is affecting 11 properties and resulting in the relocation of 4 tenants in a multi-unit dwelling in Lehigh County.'),(14908,545,'_locations_1_description','field_5683f2b1dcba3'),(14909,545,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.675917, -75.489638\";s:3:\"lat\";s:10:\"40.6759335\";s:3:\"lng\";s:11:\"-75.4895912\";}'),(14910,545,'_locations_2_location','field_5683f288dcba1'),(14911,545,'locations_2_title','Lehigh Coplay Northampton'),(14912,545,'_locations_2_title','field_5683f2aadcba2'),(14913,545,'locations_2_image',''),(14914,545,'_locations_2_image','field_568439ed8109d'),(14915,545,'locations_2_description','This project is for a bridge replacement and is affecting 9 properties in the Borough of Coplay, Lehigh County and the Borough of Northampton, Northampton County.'),(14916,545,'_locations_2_description','field_5683f2b1dcba3'),(14917,545,'locations_3_location',''),(14918,545,'_locations_3_location','field_5683f288dcba1'),(14919,545,'locations_3_title',''),(14920,545,'_locations_3_title','field_5683f2aadcba2'),(14921,545,'locations_3_image',''),(14922,545,'_locations_3_image','field_568439ed8109d'),(14923,545,'locations_3_description',''),(14924,545,'_locations_3_description','field_5683f2b1dcba3'),(14925,545,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.889830, -75.529302\";s:3:\"lat\";s:9:\"40.890649\";s:3:\"lng\";s:18:\"-75.53066000000001\";}'),(14926,545,'_locations_4_location','field_5683f288dcba1'),(14927,545,'locations_4_title','Carbon – T447'),(14928,545,'_locations_4_title','field_5683f2aadcba2'),(14929,545,'locations_4_image',''),(14930,545,'_locations_4_image','field_568439ed8109d'),(14931,545,'locations_4_description',''),(14932,545,'_locations_4_description','field_5683f2b1dcba3'),(14933,545,'locations','5'),(14934,545,'_locations','field_5683f253a5dba'),(14935,337,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.889830, -75.529302\";s:3:\"lat\";s:9:\"40.890649\";s:3:\"lng\";s:18:\"-75.53066000000001\";}'),(14936,337,'_locations_3_location','field_5683f288dcba1'),(14937,337,'locations_3_title','Carbon – T447'),(14938,337,'_locations_3_title','field_5683f2aadcba2'),(14939,337,'locations_3_image',''),(14940,337,'_locations_3_image','field_568439ed8109d'),(14941,337,'locations_3_description',''),(14942,337,'_locations_3_description','field_5683f2b1dcba3'),(14951,546,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.577364, -75.758778\";s:3:\"lat\";s:10:\"40.5773582\";s:3:\"lng\";s:11:\"-75.7587785\";}'),(14952,546,'_locations_0_location','field_5683f288dcba1'),(14953,546,'locations_0_title','78, 12M – Krumsville'),(14954,546,'_locations_0_title','field_5683f2aadcba2'),(14955,546,'locations_0_image',''),(14956,546,'_locations_0_image','field_568439ed8109d'),(14957,546,'locations_0_description',''),(14958,546,'_locations_0_description','field_5683f2b1dcba3'),(14959,546,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.660116, -75.484238\";s:3:\"lat\";s:10:\"40.6602927\";s:3:\"lng\";s:18:\"-75.48364449999997\";}'),(14960,546,'_locations_1_location','field_5683f288dcba1'),(14961,546,'locations_1_title','Lehigh County 3 bridge'),(14962,546,'_locations_1_title','field_5683f2aadcba2'),(14963,546,'locations_1_image',''),(14964,546,'_locations_1_image','field_568439ed8109d'),(14965,546,'locations_1_description','This project is for a three bridge replacement and is affecting 11 properties and resulting in the relocation of 4 tenants in a multi-unit dwelling in Lehigh County.'),(14966,546,'_locations_1_description','field_5683f2b1dcba3'),(14967,546,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.675917, -75.489638\";s:3:\"lat\";s:10:\"40.6759335\";s:3:\"lng\";s:11:\"-75.4895912\";}'),(14968,546,'_locations_2_location','field_5683f288dcba1'),(14969,546,'locations_2_title','Lehigh Coplay Northampton'),(14970,546,'_locations_2_title','field_5683f2aadcba2'),(14971,546,'locations_2_image',''),(14972,546,'_locations_2_image','field_568439ed8109d'),(14973,546,'locations_2_description','This project is for a bridge replacement and is affecting 9 properties in the Borough of Coplay, Lehigh County and the Borough of Northampton, Northampton County.'),(14974,546,'_locations_2_description','field_5683f2b1dcba3'),(14975,546,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.889830, -75.529302\";s:3:\"lat\";s:9:\"40.890649\";s:3:\"lng\";s:18:\"-75.53066000000001\";}'),(14976,546,'_locations_3_location','field_5683f288dcba1'),(14977,546,'locations_3_title','Carbon – T447'),(14978,546,'_locations_3_title','field_5683f2aadcba2'),(14979,546,'locations_3_image',''),(14980,546,'_locations_3_image','field_568439ed8109d'),(14981,546,'locations_3_description',''),(14982,546,'_locations_3_description','field_5683f2b1dcba3'),(14983,546,'locations','4'),(14984,546,'_locations','field_5683f253a5dba'),(14985,547,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.577364, -75.758778\";s:3:\"lat\";s:10:\"40.5773582\";s:3:\"lng\";s:11:\"-75.7587785\";}'),(14986,547,'_locations_0_location','field_5683f288dcba1'),(14987,547,'locations_0_title','78, 12M – Krumsville'),(14988,547,'_locations_0_title','field_5683f2aadcba2'),(14989,547,'locations_0_image',''),(14990,547,'_locations_0_image','field_568439ed8109d'),(14991,547,'locations_0_description',''),(14992,547,'_locations_0_description','field_5683f2b1dcba3'),(14993,547,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.660116, -75.484238\";s:3:\"lat\";s:10:\"40.6602927\";s:3:\"lng\";s:18:\"-75.48364449999997\";}'),(14994,547,'_locations_1_location','field_5683f288dcba1'),(14995,547,'locations_1_title','Lehigh County 3 bridge'),(14996,547,'_locations_1_title','field_5683f2aadcba2'),(14997,547,'locations_1_image',''),(14998,547,'_locations_1_image','field_568439ed8109d'),(14999,547,'locations_1_description','This project is for a three bridge replacement and is affecting 11 properties and resulting in the relocation of 4 tenants in a multi-unit dwelling in Lehigh County.'),(15000,547,'_locations_1_description','field_5683f2b1dcba3'),(15001,547,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.675917, -75.489638\";s:3:\"lat\";s:10:\"40.6759335\";s:3:\"lng\";s:11:\"-75.4895912\";}'),(15002,547,'_locations_2_location','field_5683f288dcba1'),(15003,547,'locations_2_title','Lehigh Coplay Northampton'),(15004,547,'_locations_2_title','field_5683f2aadcba2'),(15005,547,'locations_2_image',''),(15006,547,'_locations_2_image','field_568439ed8109d'),(15007,547,'locations_2_description','This project is for a bridge replacement and is affecting 9 properties in the Borough of Coplay, Lehigh County and the Borough of Northampton, Northampton County.'),(15008,547,'_locations_2_description','field_5683f2b1dcba3'),(15009,547,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.889830, -75.529302\";s:3:\"lat\";s:9:\"40.890649\";s:3:\"lng\";s:18:\"-75.53066000000001\";}'),(15010,547,'_locations_3_location','field_5683f288dcba1'),(15011,547,'locations_3_title','Carbon – T447'),(15012,547,'_locations_3_title','field_5683f2aadcba2'),(15013,547,'locations_3_image',''),(15014,547,'_locations_3_image','field_568439ed8109d'),(15015,547,'locations_3_description',''),(15016,547,'_locations_3_description','field_5683f2b1dcba3'),(15017,547,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.531138, -75.600697\";s:3:\"lat\";s:10:\"40.5310072\";s:3:\"lng\";s:18:\"-75.60182600000002\";}'),(15018,547,'_locations_4_location','field_5683f288dcba1'),(15019,547,'locations_4_title','State Route 100, Section 13B – E79113, Lehigh County, Lower Macungie twp. Bridge'),(15020,547,'_locations_4_title','field_5683f2aadcba2'),(15021,547,'locations_4_image',''),(15022,547,'_locations_4_image','field_568439ed8109d'),(15023,547,'locations_4_description','This project is for a small bridge and is affecting 6 properties in the Township of Lower Macungie, Lehigh County.'),(15024,547,'_locations_4_description','field_5683f2b1dcba3'),(15025,547,'locations','5'),(15026,547,'_locations','field_5683f253a5dba'),(15027,337,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.531138, -75.600697\";s:3:\"lat\";s:10:\"40.5310072\";s:3:\"lng\";s:18:\"-75.60182600000002\";}'),(15028,337,'_locations_4_location','field_5683f288dcba1'),(15029,337,'locations_4_title','State Route 100, Section 13B – E79113, Lehigh County, Lower Macungie twp. Bridge'),(15030,337,'_locations_4_title','field_5683f2aadcba2'),(15031,337,'locations_4_image',''),(15032,337,'_locations_4_image','field_568439ed8109d'),(15033,337,'locations_4_description','This project is for a small bridge and is affecting 6 properties in the Township of Lower Macungie, Lehigh County.'),(15034,337,'_locations_4_description','field_5683f2b1dcba3'),(15035,548,'_wp_attached_file','2015/12/wp962676db_06.png'),(15036,548,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:281;s:6:\"height\";i:198;s:4:\"file\";s:25:\"2015/12/wp962676db_06.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wp962676db_06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(15037,549,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.577364, -75.758778\";s:3:\"lat\";s:10:\"40.5773582\";s:3:\"lng\";s:11:\"-75.7587785\";}'),(15038,549,'_locations_0_location','field_5683f288dcba1'),(15039,549,'locations_0_title','78, 12M – Krumsville'),(15040,549,'_locations_0_title','field_5683f2aadcba2'),(15041,549,'locations_0_image',''),(15042,549,'_locations_0_image','field_568439ed8109d'),(15043,549,'locations_0_description',''),(15044,549,'_locations_0_description','field_5683f2b1dcba3'),(15045,549,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.660116, -75.484238\";s:3:\"lat\";s:10:\"40.6602927\";s:3:\"lng\";s:18:\"-75.48364449999997\";}'),(15046,549,'_locations_1_location','field_5683f288dcba1'),(15047,549,'locations_1_title','Lehigh County 3 bridge'),(15048,549,'_locations_1_title','field_5683f2aadcba2'),(15049,549,'locations_1_image',''),(15050,549,'_locations_1_image','field_568439ed8109d'),(15051,549,'locations_1_description','This project is for a three bridge replacement and is affecting 11 properties and resulting in the relocation of 4 tenants in a multi-unit dwelling in Lehigh County.'),(15052,549,'_locations_1_description','field_5683f2b1dcba3'),(15053,549,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.675917, -75.489638\";s:3:\"lat\";s:10:\"40.6759335\";s:3:\"lng\";s:11:\"-75.4895912\";}'),(15054,549,'_locations_2_location','field_5683f288dcba1'),(15055,549,'locations_2_title','Lehigh Coplay Northampton'),(15056,549,'_locations_2_title','field_5683f2aadcba2'),(15057,549,'locations_2_image',''),(15058,549,'_locations_2_image','field_568439ed8109d'),(15059,549,'locations_2_description','This project is for a bridge replacement and is affecting 9 properties in the Borough of Coplay, Lehigh County and the Borough of Northampton, Northampton County.'),(15060,549,'_locations_2_description','field_5683f2b1dcba3'),(15061,549,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.889830, -75.529302\";s:3:\"lat\";s:9:\"40.890649\";s:3:\"lng\";s:18:\"-75.53066000000001\";}'),(15062,549,'_locations_3_location','field_5683f288dcba1'),(15063,549,'locations_3_title','Carbon – T447'),(15064,549,'_locations_3_title','field_5683f2aadcba2'),(15065,549,'locations_3_image',''),(15066,549,'_locations_3_image','field_568439ed8109d'),(15067,549,'locations_3_description',''),(15068,549,'_locations_3_description','field_5683f2b1dcba3'),(15069,549,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.531138, -75.600697\";s:3:\"lat\";s:10:\"40.5310072\";s:3:\"lng\";s:18:\"-75.60182600000002\";}'),(15070,549,'_locations_4_location','field_5683f288dcba1'),(15071,549,'locations_4_title','State Route 100, Section 13B – E79113, Lehigh County, Lower Macungie twp. Bridge'),(15072,549,'_locations_4_title','field_5683f2aadcba2'),(15073,549,'locations_4_image',''),(15074,549,'_locations_4_image','field_568439ed8109d'),(15075,549,'locations_4_description','This project is for a small bridge and is affecting 6 properties in the Township of Lower Macungie, Lehigh County.'),(15076,549,'_locations_4_description','field_5683f2b1dcba3'),(15077,549,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.879279, -75.209695\";s:3:\"lat\";s:10:\"40.8792804\";s:3:\"lng\";s:18:\"-75.20967940000003\";}'),(15078,549,'_locations_5_location','field_5683f288dcba1'),(15079,549,'locations_5_title','State Route 1033, Section 1B – E81666, Northampton County, Washington Twp. Bridge'),(15080,549,'_locations_5_title','field_5683f2aadcba2'),(15081,549,'locations_5_image','548'),(15082,549,'_locations_5_image','field_568439ed8109d'),(15083,549,'locations_5_description','This project was for a small bridge and affected 4 properties in the Township of Washington, Northampton County.'),(15084,549,'_locations_5_description','field_5683f2b1dcba3'),(15085,549,'locations','6'),(15086,549,'_locations','field_5683f253a5dba'),(15087,337,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.879279, -75.209695\";s:3:\"lat\";s:10:\"40.8792804\";s:3:\"lng\";s:18:\"-75.20967940000003\";}'),(15088,337,'_locations_5_location','field_5683f288dcba1'),(15089,337,'locations_5_title','State Route 1033, Section 1B – E81666, Northampton County, Washington Twp. Bridge'),(15090,337,'_locations_5_title','field_5683f2aadcba2'),(15091,337,'locations_5_image','548'),(15092,337,'_locations_5_image','field_568439ed8109d'),(15093,337,'locations_5_description','This project was for a small bridge and affected 4 properties in the Township of Washington, Northampton County.'),(15094,337,'_locations_5_description','field_5683f2b1dcba3'),(15095,550,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.577364, -75.758778\";s:3:\"lat\";s:10:\"40.5773582\";s:3:\"lng\";s:11:\"-75.7587785\";}'),(15096,550,'_locations_0_location','field_5683f288dcba1'),(15097,550,'locations_0_title','78, 12M – Krumsville'),(15098,550,'_locations_0_title','field_5683f2aadcba2'),(15099,550,'locations_0_image',''),(15100,550,'_locations_0_image','field_568439ed8109d'),(15101,550,'locations_0_description',''),(15102,550,'_locations_0_description','field_5683f2b1dcba3'),(15103,550,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.660116, -75.484238\";s:3:\"lat\";s:10:\"40.6602927\";s:3:\"lng\";s:18:\"-75.48364449999997\";}'),(15104,550,'_locations_1_location','field_5683f288dcba1'),(15105,550,'locations_1_title','Lehigh County 3 bridge'),(15106,550,'_locations_1_title','field_5683f2aadcba2'),(15107,550,'locations_1_image',''),(15108,550,'_locations_1_image','field_568439ed8109d'),(15109,550,'locations_1_description','This project is for a three bridge replacement and is affecting 11 properties and resulting in the relocation of 4 tenants in a multi-unit dwelling in Lehigh County.'),(15110,550,'_locations_1_description','field_5683f2b1dcba3'),(15111,550,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.675917, -75.489638\";s:3:\"lat\";s:10:\"40.6759335\";s:3:\"lng\";s:11:\"-75.4895912\";}'),(15112,550,'_locations_2_location','field_5683f288dcba1'),(15113,550,'locations_2_title','Lehigh Coplay Northampton'),(15114,550,'_locations_2_title','field_5683f2aadcba2'),(15115,550,'locations_2_image',''),(15116,550,'_locations_2_image','field_568439ed8109d'),(15117,550,'locations_2_description','This project is for a bridge replacement and is affecting 9 properties in the Borough of Coplay, Lehigh County and the Borough of Northampton, Northampton County.'),(15118,550,'_locations_2_description','field_5683f2b1dcba3'),(15119,550,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.889830, -75.529302\";s:3:\"lat\";s:9:\"40.890649\";s:3:\"lng\";s:18:\"-75.53066000000001\";}'),(15120,550,'_locations_3_location','field_5683f288dcba1'),(15121,550,'locations_3_title','Carbon – T447'),(15122,550,'_locations_3_title','field_5683f2aadcba2'),(15123,550,'locations_3_image',''),(15124,550,'_locations_3_image','field_568439ed8109d'),(15125,550,'locations_3_description',''),(15126,550,'_locations_3_description','field_5683f2b1dcba3'),(15127,550,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.531138, -75.600697\";s:3:\"lat\";s:10:\"40.5310072\";s:3:\"lng\";s:18:\"-75.60182600000002\";}'),(15128,550,'_locations_4_location','field_5683f288dcba1'),(15129,550,'locations_4_title','State Route 100, Section 13B – E79113, Lehigh County, Lower Macungie twp. Bridge'),(15130,550,'_locations_4_title','field_5683f2aadcba2'),(15131,550,'locations_4_image',''),(15132,550,'_locations_4_image','field_568439ed8109d'),(15133,550,'locations_4_description','This project is for a small bridge and is affecting 6 properties in the Township of Lower Macungie, Lehigh County.'),(15134,550,'_locations_4_description','field_5683f2b1dcba3'),(15135,550,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.879279, -75.209695\";s:3:\"lat\";s:10:\"40.8792804\";s:3:\"lng\";s:18:\"-75.20967940000003\";}'),(15136,550,'_locations_5_location','field_5683f288dcba1'),(15137,550,'locations_5_title','State Route 1033, Section 1B – E81666, Northampton County, Washington Twp. Bridge'),(15138,550,'_locations_5_title','field_5683f2aadcba2'),(15139,550,'locations_5_image','548'),(15140,550,'_locations_5_image','field_568439ed8109d'),(15141,550,'locations_5_description','This project was for a small bridge and affected 4 properties in the Township of Washington, Northampton County.'),(15142,550,'_locations_5_description','field_5683f2b1dcba3'),(15143,550,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.112056, -75.439060\";s:3:\"lat\";s:10:\"41.1121102\";s:3:\"lng\";s:18:\"-75.43898619999999\";}'),(15144,550,'_locations_6_location','field_5683f288dcba1'),(15145,550,'locations_6_title','State Route 940, Section 4B – E11886, Monroe County Bridge Replacement'),(15146,550,'_locations_6_title','field_5683f2aadcba2'),(15147,550,'locations_6_image',''),(15148,550,'_locations_6_image','field_568439ed8109d'),(15149,550,'locations_6_description','This project is for a small bridge and is affecting 2 properties in the Community of Tobyhanna, Monroe County.'),(15150,550,'_locations_6_description','field_5683f2b1dcba3'),(15151,550,'locations','7'),(15152,550,'_locations','field_5683f253a5dba'),(15153,337,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.112056, -75.439060\";s:3:\"lat\";s:10:\"41.1121102\";s:3:\"lng\";s:18:\"-75.43898619999999\";}'),(15154,337,'_locations_6_location','field_5683f288dcba1'),(15155,337,'locations_6_title','State Route 940, Section 4B – E11886, Monroe County Bridge Replacement'),(15156,337,'_locations_6_title','field_5683f2aadcba2'),(15157,337,'locations_6_image',''),(15158,337,'_locations_6_image','field_568439ed8109d'),(15159,337,'locations_6_description','This project is for a small bridge and is affecting 2 properties in the Community of Tobyhanna, Monroe County.'),(15160,337,'_locations_6_description','field_5683f2b1dcba3'),(15161,551,'_wp_attached_file','2015/12/wp2dd8734f_06.png'),(15162,551,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:281;s:6:\"height\";i:198;s:4:\"file\";s:25:\"2015/12/wp2dd8734f_06.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wp2dd8734f_06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(15163,552,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.577364, -75.758778\";s:3:\"lat\";s:10:\"40.5773582\";s:3:\"lng\";s:11:\"-75.7587785\";}'),(15164,552,'_locations_0_location','field_5683f288dcba1'),(15165,552,'locations_0_title','78, 12M – Krumsville'),(15166,552,'_locations_0_title','field_5683f2aadcba2'),(15167,552,'locations_0_image',''),(15168,552,'_locations_0_image','field_568439ed8109d'),(15169,552,'locations_0_description',''),(15170,552,'_locations_0_description','field_5683f2b1dcba3'),(15171,552,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.660116, -75.484238\";s:3:\"lat\";s:10:\"40.6602927\";s:3:\"lng\";s:18:\"-75.48364449999997\";}'),(15172,552,'_locations_1_location','field_5683f288dcba1'),(15173,552,'locations_1_title','Lehigh County 3 bridge'),(15174,552,'_locations_1_title','field_5683f2aadcba2'),(15175,552,'locations_1_image',''),(15176,552,'_locations_1_image','field_568439ed8109d'),(15177,552,'locations_1_description','This project is for a three bridge replacement and is affecting 11 properties and resulting in the relocation of 4 tenants in a multi-unit dwelling in Lehigh County.'),(15178,552,'_locations_1_description','field_5683f2b1dcba3'),(15179,552,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.675917, -75.489638\";s:3:\"lat\";s:10:\"40.6759335\";s:3:\"lng\";s:11:\"-75.4895912\";}'),(15180,552,'_locations_2_location','field_5683f288dcba1'),(15181,552,'locations_2_title','Lehigh Coplay Northampton'),(15182,552,'_locations_2_title','field_5683f2aadcba2'),(15183,552,'locations_2_image',''),(15184,552,'_locations_2_image','field_568439ed8109d'),(15185,552,'locations_2_description','This project is for a bridge replacement and is affecting 9 properties in the Borough of Coplay, Lehigh County and the Borough of Northampton, Northampton County.'),(15186,552,'_locations_2_description','field_5683f2b1dcba3'),(15187,552,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.889830, -75.529302\";s:3:\"lat\";s:9:\"40.890649\";s:3:\"lng\";s:18:\"-75.53066000000001\";}'),(15188,552,'_locations_3_location','field_5683f288dcba1'),(15189,552,'locations_3_title','Carbon – T447'),(15190,552,'_locations_3_title','field_5683f2aadcba2'),(15191,552,'locations_3_image',''),(15192,552,'_locations_3_image','field_568439ed8109d'),(15193,552,'locations_3_description',''),(15194,552,'_locations_3_description','field_5683f2b1dcba3'),(15195,552,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.531138, -75.600697\";s:3:\"lat\";s:10:\"40.5310072\";s:3:\"lng\";s:18:\"-75.60182600000002\";}'),(15196,552,'_locations_4_location','field_5683f288dcba1'),(15197,552,'locations_4_title','State Route 100, Section 13B – E79113, Lehigh County, Lower Macungie twp. Bridge'),(15198,552,'_locations_4_title','field_5683f2aadcba2'),(15199,552,'locations_4_image',''),(15200,552,'_locations_4_image','field_568439ed8109d'),(15201,552,'locations_4_description','This project is for a small bridge and is affecting 6 properties in the Township of Lower Macungie, Lehigh County.'),(15202,552,'_locations_4_description','field_5683f2b1dcba3'),(15203,552,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.879279, -75.209695\";s:3:\"lat\";s:10:\"40.8792804\";s:3:\"lng\";s:18:\"-75.20967940000003\";}'),(15204,552,'_locations_5_location','field_5683f288dcba1'),(15205,552,'locations_5_title','State Route 1033, Section 1B – E81666, Northampton County, Washington Twp. Bridge'),(15206,552,'_locations_5_title','field_5683f2aadcba2'),(15207,552,'locations_5_image','548'),(15208,552,'_locations_5_image','field_568439ed8109d'),(15209,552,'locations_5_description','This project was for a small bridge and affected 4 properties in the Township of Washington, Northampton County.'),(15210,552,'_locations_5_description','field_5683f2b1dcba3'),(15211,552,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.112056, -75.439060\";s:3:\"lat\";s:10:\"41.1121102\";s:3:\"lng\";s:18:\"-75.43898619999999\";}'),(15212,552,'_locations_6_location','field_5683f288dcba1'),(15213,552,'locations_6_title','State Route 940, Section 4B – E11886, Monroe County Bridge Replacement'),(15214,552,'_locations_6_title','field_5683f2aadcba2'),(15215,552,'locations_6_image',''),(15216,552,'_locations_6_image','field_568439ed8109d'),(15217,552,'locations_6_description','This project is for a small bridge and is affecting 2 properties in the Community of Tobyhanna, Monroe County.'),(15218,552,'_locations_6_description','field_5683f2b1dcba3'),(15219,552,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.682016, -75.693190\";s:3:\"lat\";s:10:\"40.6820167\";s:3:\"lng\";s:11:\"-75.6931907\";}'),(15220,552,'_locations_7_location','field_5683f288dcba1'),(15221,552,'locations_7_title','State Route 309, Section 11B – E79087, Lehigh County - Bridge'),(15222,552,'_locations_7_title','field_5683f2aadcba2'),(15223,552,'locations_7_image','551'),(15224,552,'_locations_7_image','field_568439ed8109d'),(15225,552,'locations_7_description','This project was for a small bridge and affected 6 properties in the Township of North Whitehall, Lehigh County.'),(15226,552,'_locations_7_description','field_5683f2b1dcba3'),(15227,552,'locations','8'),(15228,552,'_locations','field_5683f253a5dba'),(15229,337,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.682016, -75.693190\";s:3:\"lat\";s:10:\"40.6820167\";s:3:\"lng\";s:11:\"-75.6931907\";}'),(15230,337,'_locations_7_location','field_5683f288dcba1'),(15231,337,'locations_7_title','State Route 309, Section 11B – E79087, Lehigh County - Bridge'),(15232,337,'_locations_7_title','field_5683f2aadcba2'),(15233,337,'locations_7_image','551'),(15234,337,'_locations_7_image','field_568439ed8109d'),(15235,337,'locations_7_description','This project was for a small bridge and affected 6 properties in the Township of North Whitehall, Lehigh County.'),(15236,337,'_locations_7_description','field_5683f2b1dcba3'),(15237,553,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.577364, -75.758778\";s:3:\"lat\";s:10:\"40.5773582\";s:3:\"lng\";s:11:\"-75.7587785\";}'),(15238,553,'_locations_0_location','field_5683f288dcba1'),(15239,553,'locations_0_title','78, 12M – Krumsville'),(15240,553,'_locations_0_title','field_5683f2aadcba2'),(15241,553,'locations_0_image',''),(15242,553,'_locations_0_image','field_568439ed8109d'),(15243,553,'locations_0_description',''),(15244,553,'_locations_0_description','field_5683f2b1dcba3'),(15245,553,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.660116, -75.484238\";s:3:\"lat\";s:10:\"40.6602927\";s:3:\"lng\";s:18:\"-75.48364449999997\";}'),(15246,553,'_locations_1_location','field_5683f288dcba1'),(15247,553,'locations_1_title','Lehigh County 3 bridge'),(15248,553,'_locations_1_title','field_5683f2aadcba2'),(15249,553,'locations_1_image',''),(15250,553,'_locations_1_image','field_568439ed8109d'),(15251,553,'locations_1_description','This project is for a three bridge replacement and is affecting 11 properties and resulting in the relocation of 4 tenants in a multi-unit dwelling in Lehigh County.'),(15252,553,'_locations_1_description','field_5683f2b1dcba3'),(15253,553,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.675917, -75.489638\";s:3:\"lat\";s:10:\"40.6759335\";s:3:\"lng\";s:11:\"-75.4895912\";}'),(15254,553,'_locations_2_location','field_5683f288dcba1'),(15255,553,'locations_2_title','Lehigh Coplay Northampton'),(15256,553,'_locations_2_title','field_5683f2aadcba2'),(15257,553,'locations_2_image',''),(15258,553,'_locations_2_image','field_568439ed8109d'),(15259,553,'locations_2_description','This project is for a bridge replacement and is affecting 9 properties in the Borough of Coplay, Lehigh County and the Borough of Northampton, Northampton County.'),(15260,553,'_locations_2_description','field_5683f2b1dcba3'),(15261,553,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.889830, -75.529302\";s:3:\"lat\";s:9:\"40.890649\";s:3:\"lng\";s:18:\"-75.53066000000001\";}'),(15262,553,'_locations_3_location','field_5683f288dcba1'),(15263,553,'locations_3_title','Carbon – T447'),(15264,553,'_locations_3_title','field_5683f2aadcba2'),(15265,553,'locations_3_image',''),(15266,553,'_locations_3_image','field_568439ed8109d'),(15267,553,'locations_3_description',''),(15268,553,'_locations_3_description','field_5683f2b1dcba3'),(15269,553,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.531138, -75.600697\";s:3:\"lat\";s:10:\"40.5310072\";s:3:\"lng\";s:18:\"-75.60182600000002\";}'),(15270,553,'_locations_4_location','field_5683f288dcba1'),(15271,553,'locations_4_title','State Route 100, Section 13B – E79113, Lehigh County, Lower Macungie twp. Bridge'),(15272,553,'_locations_4_title','field_5683f2aadcba2'),(15273,553,'locations_4_image',''),(15274,553,'_locations_4_image','field_568439ed8109d'),(15275,553,'locations_4_description','This project is for a small bridge and is affecting 6 properties in the Township of Lower Macungie, Lehigh County.'),(15276,553,'_locations_4_description','field_5683f2b1dcba3'),(15277,553,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.879279, -75.209695\";s:3:\"lat\";s:10:\"40.8792804\";s:3:\"lng\";s:18:\"-75.20967940000003\";}'),(15278,553,'_locations_5_location','field_5683f288dcba1'),(15279,553,'locations_5_title','State Route 1033, Section 1B – E81666, Northampton County, Washington Twp. Bridge'),(15280,553,'_locations_5_title','field_5683f2aadcba2'),(15281,553,'locations_5_image','548'),(15282,553,'_locations_5_image','field_568439ed8109d'),(15283,553,'locations_5_description','This project was for a small bridge and affected 4 properties in the Township of Washington, Northampton County.'),(15284,553,'_locations_5_description','field_5683f2b1dcba3'),(15285,553,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.112056, -75.439060\";s:3:\"lat\";s:10:\"41.1121102\";s:3:\"lng\";s:18:\"-75.43898619999999\";}'),(15286,553,'_locations_6_location','field_5683f288dcba1'),(15287,553,'locations_6_title','State Route 940, Section 4B – E11886, Monroe County Bridge Replacement'),(15288,553,'_locations_6_title','field_5683f2aadcba2'),(15289,553,'locations_6_image',''),(15290,553,'_locations_6_image','field_568439ed8109d'),(15291,553,'locations_6_description','This project is for a small bridge and is affecting 2 properties in the Community of Tobyhanna, Monroe County.'),(15292,553,'_locations_6_description','field_5683f2b1dcba3'),(15293,553,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.682016, -75.693190\";s:3:\"lat\";s:10:\"40.6820167\";s:3:\"lng\";s:11:\"-75.6931907\";}'),(15294,553,'_locations_7_location','field_5683f288dcba1'),(15295,553,'locations_7_title','State Route 309, Section 11B – E79087, Lehigh County - Bridge'),(15296,553,'_locations_7_title','field_5683f2aadcba2'),(15297,553,'locations_7_image','551'),(15298,553,'_locations_7_image','field_568439ed8109d'),(15299,553,'locations_7_description','This project was for a small bridge and affected 6 properties in the Township of North Whitehall, Lehigh County.'),(15300,553,'_locations_7_description','field_5683f2b1dcba3'),(15301,553,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.679445, -75.629188\";s:3:\"lat\";s:10:\"40.6794586\";s:3:\"lng\";s:18:\"-75.62918300000001\";}'),(15302,553,'_locations_8_location','field_5683f288dcba1'),(15303,553,'locations_8_title','State Route 309, Section 11B – E79087, Lehigh County - Bridge'),(15304,553,'_locations_8_title','field_5683f2aadcba2'),(15305,553,'locations_8_image','551'),(15306,553,'_locations_8_image','field_568439ed8109d'),(15307,553,'locations_8_description','This project was for a small bridge and affected 6 properties in the Township of North Whitehall, Lehigh County.'),(15308,553,'_locations_8_description','field_5683f2b1dcba3'),(15309,553,'locations','9'),(15310,553,'_locations','field_5683f253a5dba'),(15311,337,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.679445, -75.629188\";s:3:\"lat\";s:10:\"40.6794586\";s:3:\"lng\";s:18:\"-75.62918300000001\";}'),(15312,337,'_locations_8_location','field_5683f288dcba1'),(15313,337,'locations_8_title','State Route 309, Section 11B – E79087, Lehigh County - Bridge'),(15314,337,'_locations_8_title','field_5683f2aadcba2'),(15315,337,'locations_8_image','551'),(15316,337,'_locations_8_image','field_568439ed8109d'),(15317,337,'locations_8_description','This project was for a small bridge and affected 6 properties in the Township of North Whitehall, Lehigh County.'),(15318,337,'_locations_8_description','field_5683f2b1dcba3'),(15319,554,'_wp_attached_file','2015/12/wp4dea49b8_06.png'),(15320,554,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:281;s:6:\"height\";i:198;s:4:\"file\";s:25:\"2015/12/wp4dea49b8_06.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wp4dea49b8_06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(15321,555,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.577364, -75.758778\";s:3:\"lat\";s:10:\"40.5773582\";s:3:\"lng\";s:11:\"-75.7587785\";}'),(15322,555,'_locations_0_location','field_5683f288dcba1'),(15323,555,'locations_0_title','78, 12M – Krumsville'),(15324,555,'_locations_0_title','field_5683f2aadcba2'),(15325,555,'locations_0_image',''),(15326,555,'_locations_0_image','field_568439ed8109d'),(15327,555,'locations_0_description',''),(15328,555,'_locations_0_description','field_5683f2b1dcba3'),(15329,555,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.660116, -75.484238\";s:3:\"lat\";s:10:\"40.6602927\";s:3:\"lng\";s:18:\"-75.48364449999997\";}'),(15330,555,'_locations_1_location','field_5683f288dcba1'),(15331,555,'locations_1_title','Lehigh County 3 bridge'),(15332,555,'_locations_1_title','field_5683f2aadcba2'),(15333,555,'locations_1_image',''),(15334,555,'_locations_1_image','field_568439ed8109d'),(15335,555,'locations_1_description','This project is for a three bridge replacement and is affecting 11 properties and resulting in the relocation of 4 tenants in a multi-unit dwelling in Lehigh County.'),(15336,555,'_locations_1_description','field_5683f2b1dcba3'),(15337,555,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.675917, -75.489638\";s:3:\"lat\";s:10:\"40.6759335\";s:3:\"lng\";s:11:\"-75.4895912\";}'),(15338,555,'_locations_2_location','field_5683f288dcba1'),(15339,555,'locations_2_title','Lehigh Coplay Northampton'),(15340,555,'_locations_2_title','field_5683f2aadcba2'),(15341,555,'locations_2_image',''),(15342,555,'_locations_2_image','field_568439ed8109d'),(15343,555,'locations_2_description','This project is for a bridge replacement and is affecting 9 properties in the Borough of Coplay, Lehigh County and the Borough of Northampton, Northampton County.'),(15344,555,'_locations_2_description','field_5683f2b1dcba3'),(15345,555,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.889830, -75.529302\";s:3:\"lat\";s:9:\"40.890649\";s:3:\"lng\";s:18:\"-75.53066000000001\";}'),(15346,555,'_locations_3_location','field_5683f288dcba1'),(15347,555,'locations_3_title','Carbon – T447'),(15348,555,'_locations_3_title','field_5683f2aadcba2'),(15349,555,'locations_3_image',''),(15350,555,'_locations_3_image','field_568439ed8109d'),(15351,555,'locations_3_description',''),(15352,555,'_locations_3_description','field_5683f2b1dcba3'),(15353,555,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.531138, -75.600697\";s:3:\"lat\";s:10:\"40.5310072\";s:3:\"lng\";s:18:\"-75.60182600000002\";}'),(15354,555,'_locations_4_location','field_5683f288dcba1'),(15355,555,'locations_4_title','State Route 100, Section 13B – E79113, Lehigh County, Lower Macungie twp. Bridge'),(15356,555,'_locations_4_title','field_5683f2aadcba2'),(15357,555,'locations_4_image',''),(15358,555,'_locations_4_image','field_568439ed8109d'),(15359,555,'locations_4_description','This project is for a small bridge and is affecting 6 properties in the Township of Lower Macungie, Lehigh County.'),(15360,555,'_locations_4_description','field_5683f2b1dcba3'),(15361,555,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.879279, -75.209695\";s:3:\"lat\";s:10:\"40.8792804\";s:3:\"lng\";s:18:\"-75.20967940000003\";}'),(15362,555,'_locations_5_location','field_5683f288dcba1'),(15363,555,'locations_5_title','State Route 1033, Section 1B – E81666, Northampton County, Washington Twp. Bridge'),(15364,555,'_locations_5_title','field_5683f2aadcba2'),(15365,555,'locations_5_image','548'),(15366,555,'_locations_5_image','field_568439ed8109d'),(15367,555,'locations_5_description','This project was for a small bridge and affected 4 properties in the Township of Washington, Northampton County.'),(15368,555,'_locations_5_description','field_5683f2b1dcba3'),(15369,555,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.112056, -75.439060\";s:3:\"lat\";s:10:\"41.1121102\";s:3:\"lng\";s:18:\"-75.43898619999999\";}'),(15370,555,'_locations_6_location','field_5683f288dcba1'),(15371,555,'locations_6_title','State Route 940, Section 4B – E11886, Monroe County Bridge Replacement'),(15372,555,'_locations_6_title','field_5683f2aadcba2'),(15373,555,'locations_6_image',''),(15374,555,'_locations_6_image','field_568439ed8109d'),(15375,555,'locations_6_description','This project is for a small bridge and is affecting 2 properties in the Community of Tobyhanna, Monroe County.'),(15376,555,'_locations_6_description','field_5683f2b1dcba3'),(15377,555,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.682016, -75.693190\";s:3:\"lat\";s:10:\"40.6820167\";s:3:\"lng\";s:11:\"-75.6931907\";}'),(15378,555,'_locations_7_location','field_5683f288dcba1'),(15379,555,'locations_7_title','State Route 309, Section 11B – E79087, Lehigh County - Bridge'),(15380,555,'_locations_7_title','field_5683f2aadcba2'),(15381,555,'locations_7_image','551'),(15382,555,'_locations_7_image','field_568439ed8109d'),(15383,555,'locations_7_description','This project was for a small bridge and affected 6 properties in the Township of North Whitehall, Lehigh County.'),(15384,555,'_locations_7_description','field_5683f2b1dcba3'),(15385,555,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.679445, -75.629188\";s:3:\"lat\";s:10:\"40.6794586\";s:3:\"lng\";s:18:\"-75.62918300000001\";}'),(15386,555,'_locations_8_location','field_5683f288dcba1'),(15387,555,'locations_8_title','State Route 309, Section 11B – E79087, Lehigh County - Bridge'),(15388,555,'_locations_8_title','field_5683f2aadcba2'),(15389,555,'locations_8_image','551'),(15390,555,'_locations_8_image','field_568439ed8109d'),(15391,555,'locations_8_description','This project was for a small bridge and affected 6 properties in the Township of North Whitehall, Lehigh County.'),(15392,555,'_locations_8_description','field_5683f2b1dcba3'),(15393,555,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.680140, -76.619724\";s:3:\"lat\";s:10:\"40.6801276\";s:3:\"lng\";s:18:\"-76.61972400000002\";}'),(15394,555,'_locations_9_location','field_5683f288dcba1'),(15395,555,'locations_9_title','State Route 4016, Section 1B – E84046, Schuylkill County - Bridge'),(15396,555,'_locations_9_title','field_5683f2aadcba2'),(15397,555,'locations_9_image','554'),(15398,555,'_locations_9_image','field_568439ed8109d'),(15399,555,'locations_9_description','This project was for a small bridge and affected 1 property in the Township of Upper Mahantango, Schuykill County.'),(15400,555,'_locations_9_description','field_5683f2b1dcba3'),(15401,555,'locations','10'),(15402,555,'_locations','field_5683f253a5dba'),(15403,337,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.680140, -76.619724\";s:3:\"lat\";s:10:\"40.6801276\";s:3:\"lng\";s:18:\"-76.61972400000002\";}'),(15404,337,'_locations_9_location','field_5683f288dcba1'),(15405,337,'locations_9_title','State Route 4016, Section 1B – E84046, Schuylkill County - Bridge'),(15406,337,'_locations_9_title','field_5683f2aadcba2'),(15407,337,'locations_9_image','554'),(15408,337,'_locations_9_image','field_568439ed8109d'),(15409,337,'locations_9_description','This project was for a small bridge and affected 1 property in the Township of Upper Mahantango, Schuykill County.'),(15410,337,'_locations_9_description','field_5683f2b1dcba3'),(15411,556,'_wp_attached_file','2015/12/wpc7688f9f_06.png'),(15412,556,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:281;s:6:\"height\";i:198;s:4:\"file\";s:25:\"2015/12/wpc7688f9f_06.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wpc7688f9f_06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(15413,557,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.577364, -75.758778\";s:3:\"lat\";s:10:\"40.5773582\";s:3:\"lng\";s:11:\"-75.7587785\";}'),(15414,557,'_locations_0_location','field_5683f288dcba1'),(15415,557,'locations_0_title','78, 12M – Krumsville'),(15416,557,'_locations_0_title','field_5683f2aadcba2'),(15417,557,'locations_0_image',''),(15418,557,'_locations_0_image','field_568439ed8109d'),(15419,557,'locations_0_description',''),(15420,557,'_locations_0_description','field_5683f2b1dcba3'),(15421,557,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.660116, -75.484238\";s:3:\"lat\";s:10:\"40.6602927\";s:3:\"lng\";s:18:\"-75.48364449999997\";}'),(15422,557,'_locations_1_location','field_5683f288dcba1'),(15423,557,'locations_1_title','Lehigh County 3 bridge'),(15424,557,'_locations_1_title','field_5683f2aadcba2'),(15425,557,'locations_1_image',''),(15426,557,'_locations_1_image','field_568439ed8109d'),(15427,557,'locations_1_description','This project is for a three bridge replacement and is affecting 11 properties and resulting in the relocation of 4 tenants in a multi-unit dwelling in Lehigh County.'),(15428,557,'_locations_1_description','field_5683f2b1dcba3'),(15429,557,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.675917, -75.489638\";s:3:\"lat\";s:10:\"40.6759335\";s:3:\"lng\";s:11:\"-75.4895912\";}'),(15430,557,'_locations_2_location','field_5683f288dcba1'),(15431,557,'locations_2_title','Lehigh Coplay Northampton'),(15432,557,'_locations_2_title','field_5683f2aadcba2'),(15433,557,'locations_2_image',''),(15434,557,'_locations_2_image','field_568439ed8109d'),(15435,557,'locations_2_description','This project is for a bridge replacement and is affecting 9 properties in the Borough of Coplay, Lehigh County and the Borough of Northampton, Northampton County.'),(15436,557,'_locations_2_description','field_5683f2b1dcba3'),(15437,557,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.889830, -75.529302\";s:3:\"lat\";s:9:\"40.890649\";s:3:\"lng\";s:18:\"-75.53066000000001\";}'),(15438,557,'_locations_3_location','field_5683f288dcba1'),(15439,557,'locations_3_title','Carbon – T447'),(15440,557,'_locations_3_title','field_5683f2aadcba2'),(15441,557,'locations_3_image',''),(15442,557,'_locations_3_image','field_568439ed8109d'),(15443,557,'locations_3_description',''),(15444,557,'_locations_3_description','field_5683f2b1dcba3'),(15445,557,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.531138, -75.600697\";s:3:\"lat\";s:10:\"40.5310072\";s:3:\"lng\";s:18:\"-75.60182600000002\";}'),(15446,557,'_locations_4_location','field_5683f288dcba1'),(15447,557,'locations_4_title','State Route 100, Section 13B – E79113, Lehigh County, Lower Macungie twp. Bridge'),(15448,557,'_locations_4_title','field_5683f2aadcba2'),(15449,557,'locations_4_image',''),(15450,557,'_locations_4_image','field_568439ed8109d'),(15451,557,'locations_4_description','This project is for a small bridge and is affecting 6 properties in the Township of Lower Macungie, Lehigh County.'),(15452,557,'_locations_4_description','field_5683f2b1dcba3'),(15453,557,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.879279, -75.209695\";s:3:\"lat\";s:10:\"40.8792804\";s:3:\"lng\";s:18:\"-75.20967940000003\";}'),(15454,557,'_locations_5_location','field_5683f288dcba1'),(15455,557,'locations_5_title','State Route 1033, Section 1B – E81666, Northampton County, Washington Twp. Bridge'),(15456,557,'_locations_5_title','field_5683f2aadcba2'),(15457,557,'locations_5_image','548'),(15458,557,'_locations_5_image','field_568439ed8109d'),(15459,557,'locations_5_description','This project was for a small bridge and affected 4 properties in the Township of Washington, Northampton County.'),(15460,557,'_locations_5_description','field_5683f2b1dcba3'),(15461,557,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.112056, -75.439060\";s:3:\"lat\";s:10:\"41.1121102\";s:3:\"lng\";s:18:\"-75.43898619999999\";}'),(15462,557,'_locations_6_location','field_5683f288dcba1'),(15463,557,'locations_6_title','State Route 940, Section 4B – E11886, Monroe County Bridge Replacement'),(15464,557,'_locations_6_title','field_5683f2aadcba2'),(15465,557,'locations_6_image',''),(15466,557,'_locations_6_image','field_568439ed8109d'),(15467,557,'locations_6_description','This project is for a small bridge and is affecting 2 properties in the Community of Tobyhanna, Monroe County.'),(15468,557,'_locations_6_description','field_5683f2b1dcba3'),(15469,557,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.682016, -75.693190\";s:3:\"lat\";s:10:\"40.6820167\";s:3:\"lng\";s:11:\"-75.6931907\";}'),(15470,557,'_locations_7_location','field_5683f288dcba1'),(15471,557,'locations_7_title','State Route 309, Section 11B – E79087, Lehigh County - Bridge'),(15472,557,'_locations_7_title','field_5683f2aadcba2'),(15473,557,'locations_7_image','551'),(15474,557,'_locations_7_image','field_568439ed8109d'),(15475,557,'locations_7_description','This project was for a small bridge and affected 6 properties in the Township of North Whitehall, Lehigh County.'),(15476,557,'_locations_7_description','field_5683f2b1dcba3'),(15477,557,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.679445, -75.629188\";s:3:\"lat\";s:10:\"40.6794586\";s:3:\"lng\";s:18:\"-75.62918300000001\";}'),(15478,557,'_locations_8_location','field_5683f288dcba1'),(15479,557,'locations_8_title','State Route 309, Section 11B – E79087, Lehigh County - Bridge'),(15480,557,'_locations_8_title','field_5683f2aadcba2'),(15481,557,'locations_8_image','551'),(15482,557,'_locations_8_image','field_568439ed8109d'),(15483,557,'locations_8_description','This project was for a small bridge and affected 6 properties in the Township of North Whitehall, Lehigh County.'),(15484,557,'_locations_8_description','field_5683f2b1dcba3'),(15485,557,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.680140, -76.619724\";s:3:\"lat\";s:10:\"40.6801276\";s:3:\"lng\";s:18:\"-76.61972400000002\";}'),(15486,557,'_locations_9_location','field_5683f288dcba1'),(15487,557,'locations_9_title','State Route 4016, Section 1B – E84046, Schuylkill County - Bridge'),(15488,557,'_locations_9_title','field_5683f2aadcba2'),(15489,557,'locations_9_image','554'),(15490,557,'_locations_9_image','field_568439ed8109d'),(15491,557,'locations_9_description','This project was for a small bridge and affected 1 property in the Township of Upper Mahantango, Schuykill County.'),(15492,557,'_locations_9_description','field_5683f2b1dcba3'),(15493,557,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.611554, -75.336637\";s:3:\"lat\";s:10:\"40.6116032\";s:3:\"lng\";s:11:\"-75.3365867\";}'),(15494,557,'_locations_10_location','field_5683f288dcba1'),(15495,557,'locations_10_title','State Route 2014, Section 1B – E87072, Northampton County, Shimersville - Bridge'),(15496,557,'_locations_10_title','field_5683f2aadcba2'),(15497,557,'locations_10_image','556'),(15498,557,'_locations_10_image','field_568439ed8109d'),(15499,557,'locations_10_description','This project is for a small bridge and is affecting 1 property in the Township of Bethlehem, Northampton County.'),(15500,557,'_locations_10_description','field_5683f2b1dcba3'),(15501,557,'locations','11'),(15502,557,'_locations','field_5683f253a5dba'),(15503,337,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.611554, -75.336637\";s:3:\"lat\";s:10:\"40.6116032\";s:3:\"lng\";s:11:\"-75.3365867\";}'),(15504,337,'_locations_10_location','field_5683f288dcba1'),(15505,337,'locations_10_title','State Route 2014, Section 1B – E87072, Northampton County, Shimersville - Bridge'),(15506,337,'_locations_10_title','field_5683f2aadcba2'),(15507,337,'locations_10_image','556'),(15508,337,'_locations_10_image','field_568439ed8109d'),(15509,337,'locations_10_description','This project is for a small bridge and is affecting 1 property in the Township of Bethlehem, Northampton County.'),(15510,337,'_locations_10_description','field_5683f2b1dcba3'),(15511,558,'_wp_attached_file','2015/12/wpb6ad321a_06.png'),(15512,558,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:281;s:6:\"height\";i:198;s:4:\"file\";s:25:\"2015/12/wpb6ad321a_06.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wpb6ad321a_06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(15513,559,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.577364, -75.758778\";s:3:\"lat\";s:10:\"40.5773582\";s:3:\"lng\";s:11:\"-75.7587785\";}'),(15514,559,'_locations_0_location','field_5683f288dcba1'),(15515,559,'locations_0_title','78, 12M – Krumsville'),(15516,559,'_locations_0_title','field_5683f2aadcba2'),(15517,559,'locations_0_image',''),(15518,559,'_locations_0_image','field_568439ed8109d'),(15519,559,'locations_0_description',''),(15520,559,'_locations_0_description','field_5683f2b1dcba3'),(15521,559,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.660116, -75.484238\";s:3:\"lat\";s:10:\"40.6602927\";s:3:\"lng\";s:18:\"-75.48364449999997\";}'),(15522,559,'_locations_1_location','field_5683f288dcba1'),(15523,559,'locations_1_title','Lehigh County 3 bridge'),(15524,559,'_locations_1_title','field_5683f2aadcba2'),(15525,559,'locations_1_image',''),(15526,559,'_locations_1_image','field_568439ed8109d'),(15527,559,'locations_1_description','This project is for a three bridge replacement and is affecting 11 properties and resulting in the relocation of 4 tenants in a multi-unit dwelling in Lehigh County.'),(15528,559,'_locations_1_description','field_5683f2b1dcba3'),(15529,559,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.675917, -75.489638\";s:3:\"lat\";s:10:\"40.6759335\";s:3:\"lng\";s:11:\"-75.4895912\";}'),(15530,559,'_locations_2_location','field_5683f288dcba1'),(15531,559,'locations_2_title','Lehigh Coplay Northampton'),(15532,559,'_locations_2_title','field_5683f2aadcba2'),(15533,559,'locations_2_image',''),(15534,559,'_locations_2_image','field_568439ed8109d'),(15535,559,'locations_2_description','This project is for a bridge replacement and is affecting 9 properties in the Borough of Coplay, Lehigh County and the Borough of Northampton, Northampton County.'),(15536,559,'_locations_2_description','field_5683f2b1dcba3'),(15537,559,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.889830, -75.529302\";s:3:\"lat\";s:9:\"40.890649\";s:3:\"lng\";s:18:\"-75.53066000000001\";}'),(15538,559,'_locations_3_location','field_5683f288dcba1'),(15539,559,'locations_3_title','Carbon – T447'),(15540,559,'_locations_3_title','field_5683f2aadcba2'),(15541,559,'locations_3_image',''),(15542,559,'_locations_3_image','field_568439ed8109d'),(15543,559,'locations_3_description',''),(15544,559,'_locations_3_description','field_5683f2b1dcba3'),(15545,559,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.531138, -75.600697\";s:3:\"lat\";s:10:\"40.5310072\";s:3:\"lng\";s:18:\"-75.60182600000002\";}'),(15546,559,'_locations_4_location','field_5683f288dcba1'),(15547,559,'locations_4_title','State Route 100, Section 13B – E79113, Lehigh County, Lower Macungie twp. Bridge'),(15548,559,'_locations_4_title','field_5683f2aadcba2'),(15549,559,'locations_4_image',''),(15550,559,'_locations_4_image','field_568439ed8109d'),(15551,559,'locations_4_description','This project is for a small bridge and is affecting 6 properties in the Township of Lower Macungie, Lehigh County.'),(15552,559,'_locations_4_description','field_5683f2b1dcba3'),(15553,559,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.879279, -75.209695\";s:3:\"lat\";s:10:\"40.8792804\";s:3:\"lng\";s:18:\"-75.20967940000003\";}'),(15554,559,'_locations_5_location','field_5683f288dcba1'),(15555,559,'locations_5_title','State Route 1033, Section 1B – E81666, Northampton County, Washington Twp. Bridge'),(15556,559,'_locations_5_title','field_5683f2aadcba2'),(15557,559,'locations_5_image','548'),(15558,559,'_locations_5_image','field_568439ed8109d'),(15559,559,'locations_5_description','This project was for a small bridge and affected 4 properties in the Township of Washington, Northampton County.'),(15560,559,'_locations_5_description','field_5683f2b1dcba3'),(15561,559,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.112056, -75.439060\";s:3:\"lat\";s:10:\"41.1121102\";s:3:\"lng\";s:18:\"-75.43898619999999\";}'),(15562,559,'_locations_6_location','field_5683f288dcba1'),(15563,559,'locations_6_title','State Route 940, Section 4B – E11886, Monroe County Bridge Replacement'),(15564,559,'_locations_6_title','field_5683f2aadcba2'),(15565,559,'locations_6_image',''),(15566,559,'_locations_6_image','field_568439ed8109d'),(15567,559,'locations_6_description','This project is for a small bridge and is affecting 2 properties in the Community of Tobyhanna, Monroe County.'),(15568,559,'_locations_6_description','field_5683f2b1dcba3'),(15569,559,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.682016, -75.693190\";s:3:\"lat\";s:10:\"40.6820167\";s:3:\"lng\";s:11:\"-75.6931907\";}'),(15570,559,'_locations_7_location','field_5683f288dcba1'),(15571,559,'locations_7_title','State Route 309, Section 11B – E79087, Lehigh County - Bridge'),(15572,559,'_locations_7_title','field_5683f2aadcba2'),(15573,559,'locations_7_image','551'),(15574,559,'_locations_7_image','field_568439ed8109d'),(15575,559,'locations_7_description','This project was for a small bridge and affected 6 properties in the Township of North Whitehall, Lehigh County.'),(15576,559,'_locations_7_description','field_5683f2b1dcba3'),(15577,559,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.679445, -75.629188\";s:3:\"lat\";s:10:\"40.6794586\";s:3:\"lng\";s:18:\"-75.62918300000001\";}'),(15578,559,'_locations_8_location','field_5683f288dcba1'),(15579,559,'locations_8_title','State Route 309, Section 11B – E79087, Lehigh County - Bridge'),(15580,559,'_locations_8_title','field_5683f2aadcba2'),(15581,559,'locations_8_image','551'),(15582,559,'_locations_8_image','field_568439ed8109d'),(15583,559,'locations_8_description','This project was for a small bridge and affected 6 properties in the Township of North Whitehall, Lehigh County.'),(15584,559,'_locations_8_description','field_5683f2b1dcba3'),(15585,559,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.680140, -76.619724\";s:3:\"lat\";s:10:\"40.6801276\";s:3:\"lng\";s:18:\"-76.61972400000002\";}'),(15586,559,'_locations_9_location','field_5683f288dcba1'),(15587,559,'locations_9_title','State Route 4016, Section 1B – E84046, Schuylkill County - Bridge'),(15588,559,'_locations_9_title','field_5683f2aadcba2'),(15589,559,'locations_9_image','554'),(15590,559,'_locations_9_image','field_568439ed8109d'),(15591,559,'locations_9_description','This project was for a small bridge and affected 1 property in the Township of Upper Mahantango, Schuykill County.'),(15592,559,'_locations_9_description','field_5683f2b1dcba3'),(15593,559,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.611554, -75.336637\";s:3:\"lat\";s:10:\"40.6116032\";s:3:\"lng\";s:11:\"-75.3365867\";}'),(15594,559,'_locations_10_location','field_5683f288dcba1'),(15595,559,'locations_10_title','State Route 2014, Section 1B – E87072, Northampton County, Shimersville - Bridge'),(15596,559,'_locations_10_title','field_5683f2aadcba2'),(15597,559,'locations_10_image','556'),(15598,559,'_locations_10_image','field_568439ed8109d'),(15599,559,'locations_10_description','This project is for a small bridge and is affecting 1 property in the Township of Bethlehem, Northampton County.'),(15600,559,'_locations_10_description','field_5683f2b1dcba3'),(15601,559,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.756637, -75.565972\";s:3:\"lat\";s:10:\"40.7566356\";s:3:\"lng\";s:11:\"-75.5659695\";}'),(15602,559,'_locations_11_location','field_5683f288dcba1'),(15603,559,'locations_11_title','State Route 4020, Section 2B – E12314, Northampton County, Lehigh Township Bridge'),(15604,559,'_locations_11_title','field_5683f2aadcba2'),(15605,559,'locations_11_image','558'),(15606,559,'_locations_11_image','field_568439ed8109d'),(15607,559,'locations_11_description','This project was for a small bridge project and affected 2 properties in the Township of Lehigh, Northampton County.'),(15608,559,'_locations_11_description','field_5683f2b1dcba3'),(15609,559,'locations','12'),(15610,559,'_locations','field_5683f253a5dba'),(15611,337,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.756637, -75.565972\";s:3:\"lat\";s:10:\"40.7566356\";s:3:\"lng\";s:11:\"-75.5659695\";}'),(15612,337,'_locations_11_location','field_5683f288dcba1'),(15613,337,'locations_11_title','State Route 4020, Section 2B – E12314, Northampton County, Lehigh Township Bridge'),(15614,337,'_locations_11_title','field_5683f2aadcba2'),(15615,337,'locations_11_image','558'),(15616,337,'_locations_11_image','field_568439ed8109d'),(15617,337,'locations_11_description','This project was for a small bridge project and affected 2 properties in the Township of Lehigh, Northampton County.'),(15618,337,'_locations_11_description','field_5683f2b1dcba3'),(15619,560,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.577364, -75.758778\";s:3:\"lat\";s:10:\"40.5773582\";s:3:\"lng\";s:11:\"-75.7587785\";}'),(15620,560,'_locations_0_location','field_5683f288dcba1'),(15621,560,'locations_0_title','78, 12M – Krumsville'),(15622,560,'_locations_0_title','field_5683f2aadcba2'),(15623,560,'locations_0_image',''),(15624,560,'_locations_0_image','field_568439ed8109d'),(15625,560,'locations_0_description',''),(15626,560,'_locations_0_description','field_5683f2b1dcba3'),(15627,560,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.660116, -75.484238\";s:3:\"lat\";s:10:\"40.6602927\";s:3:\"lng\";s:18:\"-75.48364449999997\";}'),(15628,560,'_locations_1_location','field_5683f288dcba1'),(15629,560,'locations_1_title','Lehigh County 3 bridge'),(15630,560,'_locations_1_title','field_5683f2aadcba2'),(15631,560,'locations_1_image',''),(15632,560,'_locations_1_image','field_568439ed8109d'),(15633,560,'locations_1_description','This project is for a three bridge replacement and is affecting 11 properties and resulting in the relocation of 4 tenants in a multi-unit dwelling in Lehigh County.'),(15634,560,'_locations_1_description','field_5683f2b1dcba3'),(15635,560,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.675917, -75.489638\";s:3:\"lat\";s:10:\"40.6759335\";s:3:\"lng\";s:11:\"-75.4895912\";}'),(15636,560,'_locations_2_location','field_5683f288dcba1'),(15637,560,'locations_2_title','Lehigh Coplay Northampton'),(15638,560,'_locations_2_title','field_5683f2aadcba2'),(15639,560,'locations_2_image',''),(15640,560,'_locations_2_image','field_568439ed8109d'),(15641,560,'locations_2_description','This project is for a bridge replacement and is affecting 9 properties in the Borough of Coplay, Lehigh County and the Borough of Northampton, Northampton County.'),(15642,560,'_locations_2_description','field_5683f2b1dcba3'),(15643,560,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.889830, -75.529302\";s:3:\"lat\";s:9:\"40.890649\";s:3:\"lng\";s:18:\"-75.53066000000001\";}'),(15644,560,'_locations_3_location','field_5683f288dcba1'),(15645,560,'locations_3_title','Carbon – T447'),(15646,560,'_locations_3_title','field_5683f2aadcba2'),(15647,560,'locations_3_image',''),(15648,560,'_locations_3_image','field_568439ed8109d'),(15649,560,'locations_3_description',''),(15650,560,'_locations_3_description','field_5683f2b1dcba3'),(15651,560,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.531138, -75.600697\";s:3:\"lat\";s:10:\"40.5310072\";s:3:\"lng\";s:18:\"-75.60182600000002\";}'),(15652,560,'_locations_4_location','field_5683f288dcba1'),(15653,560,'locations_4_title','State Route 100, Section 13B – E79113, Lehigh County, Lower Macungie twp. Bridge'),(15654,560,'_locations_4_title','field_5683f2aadcba2'),(15655,560,'locations_4_image',''),(15656,560,'_locations_4_image','field_568439ed8109d'),(15657,560,'locations_4_description','This project is for a small bridge and is affecting 6 properties in the Township of Lower Macungie, Lehigh County.'),(15658,560,'_locations_4_description','field_5683f2b1dcba3'),(15659,560,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.879279, -75.209695\";s:3:\"lat\";s:10:\"40.8792804\";s:3:\"lng\";s:18:\"-75.20967940000003\";}'),(15660,560,'_locations_5_location','field_5683f288dcba1'),(15661,560,'locations_5_title','State Route 1033, Section 1B – E81666, Northampton County, Washington Twp. Bridge'),(15662,560,'_locations_5_title','field_5683f2aadcba2'),(15663,560,'locations_5_image','548'),(15664,560,'_locations_5_image','field_568439ed8109d'),(15665,560,'locations_5_description','This project was for a small bridge and affected 4 properties in the Township of Washington, Northampton County.'),(15666,560,'_locations_5_description','field_5683f2b1dcba3'),(15667,560,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.112056, -75.439060\";s:3:\"lat\";s:10:\"41.1121102\";s:3:\"lng\";s:18:\"-75.43898619999999\";}'),(15668,560,'_locations_6_location','field_5683f288dcba1'),(15669,560,'locations_6_title','State Route 940, Section 4B – E11886, Monroe County Bridge Replacement'),(15670,560,'_locations_6_title','field_5683f2aadcba2'),(15671,560,'locations_6_image',''),(15672,560,'_locations_6_image','field_568439ed8109d'),(15673,560,'locations_6_description','This project is for a small bridge and is affecting 2 properties in the Community of Tobyhanna, Monroe County.'),(15674,560,'_locations_6_description','field_5683f2b1dcba3'),(15675,560,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.682016, -75.693190\";s:3:\"lat\";s:10:\"40.6820167\";s:3:\"lng\";s:11:\"-75.6931907\";}'),(15676,560,'_locations_7_location','field_5683f288dcba1'),(15677,560,'locations_7_title','State Route 309, Section 11B – E79087, Lehigh County - Bridge'),(15678,560,'_locations_7_title','field_5683f2aadcba2'),(15679,560,'locations_7_image','551'),(15680,560,'_locations_7_image','field_568439ed8109d'),(15681,560,'locations_7_description','This project was for a small bridge and affected 6 properties in the Township of North Whitehall, Lehigh County.'),(15682,560,'_locations_7_description','field_5683f2b1dcba3'),(15683,560,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.679445, -75.629188\";s:3:\"lat\";s:10:\"40.6794586\";s:3:\"lng\";s:18:\"-75.62918300000001\";}'),(15684,560,'_locations_8_location','field_5683f288dcba1'),(15685,560,'locations_8_title','State Route 309, Section 11B – E79087, Lehigh County - Bridge'),(15686,560,'_locations_8_title','field_5683f2aadcba2'),(15687,560,'locations_8_image','551'),(15688,560,'_locations_8_image','field_568439ed8109d'),(15689,560,'locations_8_description','This project was for a small bridge and affected 6 properties in the Township of North Whitehall, Lehigh County.'),(15690,560,'_locations_8_description','field_5683f2b1dcba3'),(15691,560,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.680140, -76.619724\";s:3:\"lat\";s:10:\"40.6801276\";s:3:\"lng\";s:18:\"-76.61972400000002\";}'),(15692,560,'_locations_9_location','field_5683f288dcba1'),(15693,560,'locations_9_title','State Route 4016, Section 1B – E84046, Schuylkill County - Bridge'),(15694,560,'_locations_9_title','field_5683f2aadcba2'),(15695,560,'locations_9_image','554'),(15696,560,'_locations_9_image','field_568439ed8109d'),(15697,560,'locations_9_description','This project was for a small bridge and affected 1 property in the Township of Upper Mahantango, Schuykill County.'),(15698,560,'_locations_9_description','field_5683f2b1dcba3'),(15699,560,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.611554, -75.336637\";s:3:\"lat\";s:10:\"40.6116032\";s:3:\"lng\";s:11:\"-75.3365867\";}'),(15700,560,'_locations_10_location','field_5683f288dcba1'),(15701,560,'locations_10_title','State Route 2014, Section 1B – E87072, Northampton County, Shimersville - Bridge'),(15702,560,'_locations_10_title','field_5683f2aadcba2'),(15703,560,'locations_10_image','556'),(15704,560,'_locations_10_image','field_568439ed8109d'),(15705,560,'locations_10_description','This project is for a small bridge and is affecting 1 property in the Township of Bethlehem, Northampton County.'),(15706,560,'_locations_10_description','field_5683f2b1dcba3'),(15707,560,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.756637, -75.565972\";s:3:\"lat\";s:10:\"40.7566356\";s:3:\"lng\";s:11:\"-75.5659695\";}'),(15708,560,'_locations_11_location','field_5683f288dcba1'),(15709,560,'locations_11_title','State Route 4020, Section 2B – E12314, Northampton County, Lehigh Township Bridge'),(15710,560,'_locations_11_title','field_5683f2aadcba2'),(15711,560,'locations_11_image','558'),(15712,560,'_locations_11_image','field_568439ed8109d'),(15713,560,'locations_11_description','This project was for a small bridge project and affected 2 properties in the Township of Lehigh, Northampton County.'),(15714,560,'_locations_11_description','field_5683f2b1dcba3'),(15715,560,'locations_12_location','a:3:{s:7:\"address\";s:21:\"41.172357, -75.589455\";s:3:\"lat\";s:10:\"41.1685019\";s:3:\"lng\";s:18:\"-75.59053599999999\";}'),(15716,560,'_locations_12_location','field_5683f288dcba1'),(15717,560,'locations_12_title','State Route 4003, Section 1B – E51582, Monroe County, Coolbaugh – Thornhurst Bridge'),(15718,560,'_locations_12_title','field_5683f2aadcba2'),(15719,560,'locations_12_image',''),(15720,560,'_locations_12_image','field_568439ed8109d'),(15721,560,'locations_12_description','This project is for a small bridge and is affecting 7 properties in the Township of Coolbaugh, Monroe and Lackawanna Counties.'),(15722,560,'_locations_12_description','field_5683f2b1dcba3'),(15723,560,'locations','13'),(15724,560,'_locations','field_5683f253a5dba'),(15725,337,'locations_12_location','a:3:{s:7:\"address\";s:21:\"41.172357, -75.589455\";s:3:\"lat\";s:10:\"41.1685019\";s:3:\"lng\";s:18:\"-75.59053599999999\";}'),(15726,337,'_locations_12_location','field_5683f288dcba1'),(15727,337,'locations_12_title','State Route 4003, Section 1B – E51582, Monroe County, Coolbaugh – Thornhurst Bridge'),(15728,337,'_locations_12_title','field_5683f2aadcba2'),(15729,337,'locations_12_image',''),(15730,337,'_locations_12_image','field_568439ed8109d'),(15731,337,'locations_12_description','This project is for a small bridge and is affecting 7 properties in the Township of Coolbaugh, Monroe and Lackawanna Counties.'),(15732,337,'_locations_12_description','field_5683f2b1dcba3'),(15733,561,'_wp_attached_file','2015/12/wpd6efab3b_06.png'),(15734,561,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:281;s:6:\"height\";i:198;s:4:\"file\";s:25:\"2015/12/wpd6efab3b_06.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wpd6efab3b_06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(15735,562,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.577364, -75.758778\";s:3:\"lat\";s:10:\"40.5773582\";s:3:\"lng\";s:11:\"-75.7587785\";}'),(15736,562,'_locations_0_location','field_5683f288dcba1'),(15737,562,'locations_0_title','78, 12M – Krumsville'),(15738,562,'_locations_0_title','field_5683f2aadcba2'),(15739,562,'locations_0_image',''),(15740,562,'_locations_0_image','field_568439ed8109d'),(15741,562,'locations_0_description',''),(15742,562,'_locations_0_description','field_5683f2b1dcba3'),(15743,562,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.660116, -75.484238\";s:3:\"lat\";s:10:\"40.6602927\";s:3:\"lng\";s:18:\"-75.48364449999997\";}'),(15744,562,'_locations_1_location','field_5683f288dcba1'),(15745,562,'locations_1_title','Lehigh County 3 bridge'),(15746,562,'_locations_1_title','field_5683f2aadcba2'),(15747,562,'locations_1_image',''),(15748,562,'_locations_1_image','field_568439ed8109d'),(15749,562,'locations_1_description','This project is for a three bridge replacement and is affecting 11 properties and resulting in the relocation of 4 tenants in a multi-unit dwelling in Lehigh County.'),(15750,562,'_locations_1_description','field_5683f2b1dcba3'),(15751,562,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.675917, -75.489638\";s:3:\"lat\";s:10:\"40.6759335\";s:3:\"lng\";s:11:\"-75.4895912\";}'),(15752,562,'_locations_2_location','field_5683f288dcba1'),(15753,562,'locations_2_title','Lehigh Coplay Northampton'),(15754,562,'_locations_2_title','field_5683f2aadcba2'),(15755,562,'locations_2_image',''),(15756,562,'_locations_2_image','field_568439ed8109d'),(15757,562,'locations_2_description','This project is for a bridge replacement and is affecting 9 properties in the Borough of Coplay, Lehigh County and the Borough of Northampton, Northampton County.'),(15758,562,'_locations_2_description','field_5683f2b1dcba3'),(15759,562,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.889830, -75.529302\";s:3:\"lat\";s:9:\"40.890649\";s:3:\"lng\";s:18:\"-75.53066000000001\";}'),(15760,562,'_locations_3_location','field_5683f288dcba1'),(15761,562,'locations_3_title','Carbon – T447'),(15762,562,'_locations_3_title','field_5683f2aadcba2'),(15763,562,'locations_3_image',''),(15764,562,'_locations_3_image','field_568439ed8109d'),(15765,562,'locations_3_description',''),(15766,562,'_locations_3_description','field_5683f2b1dcba3'),(15767,562,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.531138, -75.600697\";s:3:\"lat\";s:10:\"40.5310072\";s:3:\"lng\";s:18:\"-75.60182600000002\";}'),(15768,562,'_locations_4_location','field_5683f288dcba1'),(15769,562,'locations_4_title','State Route 100, Section 13B – E79113, Lehigh County, Lower Macungie twp. Bridge'),(15770,562,'_locations_4_title','field_5683f2aadcba2'),(15771,562,'locations_4_image',''),(15772,562,'_locations_4_image','field_568439ed8109d'),(15773,562,'locations_4_description','This project is for a small bridge and is affecting 6 properties in the Township of Lower Macungie, Lehigh County.'),(15774,562,'_locations_4_description','field_5683f2b1dcba3'),(15775,562,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.879279, -75.209695\";s:3:\"lat\";s:10:\"40.8792804\";s:3:\"lng\";s:18:\"-75.20967940000003\";}'),(15776,562,'_locations_5_location','field_5683f288dcba1'),(15777,562,'locations_5_title','State Route 1033, Section 1B – E81666, Northampton County, Washington Twp. Bridge'),(15778,562,'_locations_5_title','field_5683f2aadcba2'),(15779,562,'locations_5_image','548'),(15780,562,'_locations_5_image','field_568439ed8109d'),(15781,562,'locations_5_description','This project was for a small bridge and affected 4 properties in the Township of Washington, Northampton County.'),(15782,562,'_locations_5_description','field_5683f2b1dcba3'),(15783,562,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.112056, -75.439060\";s:3:\"lat\";s:10:\"41.1121102\";s:3:\"lng\";s:18:\"-75.43898619999999\";}'),(15784,562,'_locations_6_location','field_5683f288dcba1'),(15785,562,'locations_6_title','State Route 940, Section 4B – E11886, Monroe County Bridge Replacement'),(15786,562,'_locations_6_title','field_5683f2aadcba2'),(15787,562,'locations_6_image',''),(15788,562,'_locations_6_image','field_568439ed8109d'),(15789,562,'locations_6_description','This project is for a small bridge and is affecting 2 properties in the Community of Tobyhanna, Monroe County.'),(15790,562,'_locations_6_description','field_5683f2b1dcba3'),(15791,562,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.682016, -75.693190\";s:3:\"lat\";s:10:\"40.6820167\";s:3:\"lng\";s:11:\"-75.6931907\";}'),(15792,562,'_locations_7_location','field_5683f288dcba1'),(15793,562,'locations_7_title','State Route 309, Section 11B – E79087, Lehigh County - Bridge'),(15794,562,'_locations_7_title','field_5683f2aadcba2'),(15795,562,'locations_7_image','551'),(15796,562,'_locations_7_image','field_568439ed8109d'),(15797,562,'locations_7_description','This project was for a small bridge and affected 6 properties in the Township of North Whitehall, Lehigh County.'),(15798,562,'_locations_7_description','field_5683f2b1dcba3'),(15799,562,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.679445, -75.629188\";s:3:\"lat\";s:10:\"40.6794586\";s:3:\"lng\";s:18:\"-75.62918300000001\";}'),(15800,562,'_locations_8_location','field_5683f288dcba1'),(15801,562,'locations_8_title','State Route 309, Section 11B – E79087, Lehigh County - Bridge'),(15802,562,'_locations_8_title','field_5683f2aadcba2'),(15803,562,'locations_8_image','551'),(15804,562,'_locations_8_image','field_568439ed8109d'),(15805,562,'locations_8_description','This project was for a small bridge and affected 6 properties in the Township of North Whitehall, Lehigh County.'),(15806,562,'_locations_8_description','field_5683f2b1dcba3'),(15807,562,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.680140, -76.619724\";s:3:\"lat\";s:10:\"40.6801276\";s:3:\"lng\";s:18:\"-76.61972400000002\";}'),(15808,562,'_locations_9_location','field_5683f288dcba1'),(15809,562,'locations_9_title','State Route 4016, Section 1B – E84046, Schuylkill County - Bridge'),(15810,562,'_locations_9_title','field_5683f2aadcba2'),(15811,562,'locations_9_image','554'),(15812,562,'_locations_9_image','field_568439ed8109d'),(15813,562,'locations_9_description','This project was for a small bridge and affected 1 property in the Township of Upper Mahantango, Schuykill County.'),(15814,562,'_locations_9_description','field_5683f2b1dcba3'),(15815,562,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.611554, -75.336637\";s:3:\"lat\";s:10:\"40.6116032\";s:3:\"lng\";s:11:\"-75.3365867\";}'),(15816,562,'_locations_10_location','field_5683f288dcba1'),(15817,562,'locations_10_title','State Route 2014, Section 1B – E87072, Northampton County, Shimersville - Bridge'),(15818,562,'_locations_10_title','field_5683f2aadcba2'),(15819,562,'locations_10_image','556'),(15820,562,'_locations_10_image','field_568439ed8109d'),(15821,562,'locations_10_description','This project is for a small bridge and is affecting 1 property in the Township of Bethlehem, Northampton County.'),(15822,562,'_locations_10_description','field_5683f2b1dcba3'),(15823,562,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.756637, -75.565972\";s:3:\"lat\";s:10:\"40.7566356\";s:3:\"lng\";s:11:\"-75.5659695\";}'),(15824,562,'_locations_11_location','field_5683f288dcba1'),(15825,562,'locations_11_title','State Route 4020, Section 2B – E12314, Northampton County, Lehigh Township Bridge'),(15826,562,'_locations_11_title','field_5683f2aadcba2'),(15827,562,'locations_11_image','558'),(15828,562,'_locations_11_image','field_568439ed8109d'),(15829,562,'locations_11_description','This project was for a small bridge project and affected 2 properties in the Township of Lehigh, Northampton County.'),(15830,562,'_locations_11_description','field_5683f2b1dcba3'),(15831,562,'locations_12_location','a:3:{s:7:\"address\";s:21:\"41.172357, -75.589455\";s:3:\"lat\";s:10:\"41.1685019\";s:3:\"lng\";s:18:\"-75.59053599999999\";}'),(15832,562,'_locations_12_location','field_5683f288dcba1'),(15833,562,'locations_12_title','State Route 4003, Section 1B – E51582, Monroe County, Coolbaugh – Thornhurst Bridge'),(15834,562,'_locations_12_title','field_5683f2aadcba2'),(15835,562,'locations_12_image',''),(15836,562,'_locations_12_image','field_568439ed8109d'),(15837,562,'locations_12_description','This project is for a small bridge and is affecting 7 properties in the Township of Coolbaugh, Monroe and Lackawanna Counties.'),(15838,562,'_locations_12_description','field_5683f2b1dcba3'),(15839,562,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.544832, -75.761389\";s:3:\"lat\";s:10:\"40.5448281\";s:3:\"lng\";s:11:\"-75.7613634\";}'),(15840,562,'_locations_13_location','field_5683f288dcba1'),(15841,562,'locations_13_title','State Route 1021, Section 1B – E10694, Berks County, Maxatawny twp. - Bridge'),(15842,562,'_locations_13_title','field_5683f2aadcba2'),(15843,562,'locations_13_image','561'),(15844,562,'_locations_13_image','field_568439ed8109d'),(15845,562,'locations_13_description','This project was for a small bridge and affected 2 properties in the Township of Maxatawny, Berks County.'),(15846,562,'_locations_13_description','field_5683f2b1dcba3'),(15847,562,'locations','14'),(15848,562,'_locations','field_5683f253a5dba'),(15849,337,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.544832, -75.761389\";s:3:\"lat\";s:10:\"40.5448281\";s:3:\"lng\";s:11:\"-75.7613634\";}'),(15850,337,'_locations_13_location','field_5683f288dcba1'),(15851,337,'locations_13_title','State Route 1021, Section 1B – E10694, Berks County, Maxatawny twp. - Bridge'),(15852,337,'_locations_13_title','field_5683f2aadcba2'),(15853,337,'locations_13_image','561'),(15854,337,'_locations_13_image','field_568439ed8109d'),(15855,337,'locations_13_description','This project was for a small bridge and affected 2 properties in the Township of Maxatawny, Berks County.'),(15856,337,'_locations_13_description','field_5683f2b1dcba3'),(15857,563,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.577364, -75.758778\";s:3:\"lat\";s:10:\"40.5773582\";s:3:\"lng\";s:11:\"-75.7587785\";}'),(15858,563,'_locations_0_location','field_5683f288dcba1'),(15859,563,'locations_0_title','78, 12M – Krumsville'),(15860,563,'_locations_0_title','field_5683f2aadcba2'),(15861,563,'locations_0_image',''),(15862,563,'_locations_0_image','field_568439ed8109d'),(15863,563,'locations_0_description',''),(15864,563,'_locations_0_description','field_5683f2b1dcba3'),(15865,563,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.660116, -75.484238\";s:3:\"lat\";s:10:\"40.6602927\";s:3:\"lng\";s:18:\"-75.48364449999997\";}'),(15866,563,'_locations_1_location','field_5683f288dcba1'),(15867,563,'locations_1_title','Lehigh County 3 bridge'),(15868,563,'_locations_1_title','field_5683f2aadcba2'),(15869,563,'locations_1_image',''),(15870,563,'_locations_1_image','field_568439ed8109d'),(15871,563,'locations_1_description','This project is for a three bridge replacement and is affecting 11 properties and resulting in the relocation of 4 tenants in a multi-unit dwelling in Lehigh County.'),(15872,563,'_locations_1_description','field_5683f2b1dcba3'),(15873,563,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.675917, -75.489638\";s:3:\"lat\";s:10:\"40.6759335\";s:3:\"lng\";s:11:\"-75.4895912\";}'),(15874,563,'_locations_2_location','field_5683f288dcba1'),(15875,563,'locations_2_title','Lehigh Coplay Northampton'),(15876,563,'_locations_2_title','field_5683f2aadcba2'),(15877,563,'locations_2_image',''),(15878,563,'_locations_2_image','field_568439ed8109d'),(15879,563,'locations_2_description','This project is for a bridge replacement and is affecting 9 properties in the Borough of Coplay, Lehigh County and the Borough of Northampton, Northampton County.'),(15880,563,'_locations_2_description','field_5683f2b1dcba3'),(15881,563,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.889830, -75.529302\";s:3:\"lat\";s:9:\"40.890649\";s:3:\"lng\";s:18:\"-75.53066000000001\";}'),(15882,563,'_locations_3_location','field_5683f288dcba1'),(15883,563,'locations_3_title','Carbon – T447'),(15884,563,'_locations_3_title','field_5683f2aadcba2'),(15885,563,'locations_3_image',''),(15886,563,'_locations_3_image','field_568439ed8109d'),(15887,563,'locations_3_description',''),(15888,563,'_locations_3_description','field_5683f2b1dcba3'),(15889,563,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.531138, -75.600697\";s:3:\"lat\";s:10:\"40.5310072\";s:3:\"lng\";s:18:\"-75.60182600000002\";}'),(15890,563,'_locations_4_location','field_5683f288dcba1'),(15891,563,'locations_4_title','State Route 100, Section 13B – E79113, Lehigh County, Lower Macungie twp. Bridge'),(15892,563,'_locations_4_title','field_5683f2aadcba2'),(15893,563,'locations_4_image',''),(15894,563,'_locations_4_image','field_568439ed8109d'),(15895,563,'locations_4_description','This project is for a small bridge and is affecting 6 properties in the Township of Lower Macungie, Lehigh County.'),(15896,563,'_locations_4_description','field_5683f2b1dcba3'),(15897,563,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.879279, -75.209695\";s:3:\"lat\";s:10:\"40.8792804\";s:3:\"lng\";s:18:\"-75.20967940000003\";}'),(15898,563,'_locations_5_location','field_5683f288dcba1'),(15899,563,'locations_5_title','State Route 1033, Section 1B – E81666, Northampton County, Washington Twp. Bridge'),(15900,563,'_locations_5_title','field_5683f2aadcba2'),(15901,563,'locations_5_image','548'),(15902,563,'_locations_5_image','field_568439ed8109d'),(15903,563,'locations_5_description','This project was for a small bridge and affected 4 properties in the Township of Washington, Northampton County.'),(15904,563,'_locations_5_description','field_5683f2b1dcba3'),(15905,563,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.112056, -75.439060\";s:3:\"lat\";s:10:\"41.1121102\";s:3:\"lng\";s:18:\"-75.43898619999999\";}'),(15906,563,'_locations_6_location','field_5683f288dcba1'),(15907,563,'locations_6_title','State Route 940, Section 4B – E11886, Monroe County Bridge Replacement'),(15908,563,'_locations_6_title','field_5683f2aadcba2'),(15909,563,'locations_6_image',''),(15910,563,'_locations_6_image','field_568439ed8109d'),(15911,563,'locations_6_description','This project is for a small bridge and is affecting 2 properties in the Community of Tobyhanna, Monroe County.'),(15912,563,'_locations_6_description','field_5683f2b1dcba3'),(15913,563,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.682016, -75.693190\";s:3:\"lat\";s:10:\"40.6820167\";s:3:\"lng\";s:11:\"-75.6931907\";}'),(15914,563,'_locations_7_location','field_5683f288dcba1'),(15915,563,'locations_7_title','State Route 309, Section 11B – E79087, Lehigh County - Bridge'),(15916,563,'_locations_7_title','field_5683f2aadcba2'),(15917,563,'locations_7_image','551'),(15918,563,'_locations_7_image','field_568439ed8109d'),(15919,563,'locations_7_description','This project was for a small bridge and affected 6 properties in the Township of North Whitehall, Lehigh County.'),(15920,563,'_locations_7_description','field_5683f2b1dcba3'),(15921,563,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.679445, -75.629188\";s:3:\"lat\";s:10:\"40.6794586\";s:3:\"lng\";s:18:\"-75.62918300000001\";}'),(15922,563,'_locations_8_location','field_5683f288dcba1'),(15923,563,'locations_8_title','State Route 309, Section 11B – E79087, Lehigh County - Bridge'),(15924,563,'_locations_8_title','field_5683f2aadcba2'),(15925,563,'locations_8_image','551'),(15926,563,'_locations_8_image','field_568439ed8109d'),(15927,563,'locations_8_description','This project was for a small bridge and affected 6 properties in the Township of North Whitehall, Lehigh County.'),(15928,563,'_locations_8_description','field_5683f2b1dcba3'),(15929,563,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.680140, -76.619724\";s:3:\"lat\";s:10:\"40.6801276\";s:3:\"lng\";s:18:\"-76.61972400000002\";}'),(15930,563,'_locations_9_location','field_5683f288dcba1'),(15931,563,'locations_9_title','State Route 4016, Section 1B – E84046, Schuylkill County - Bridge'),(15932,563,'_locations_9_title','field_5683f2aadcba2'),(15933,563,'locations_9_image','554'),(15934,563,'_locations_9_image','field_568439ed8109d'),(15935,563,'locations_9_description','This project was for a small bridge and affected 1 property in the Township of Upper Mahantango, Schuykill County.'),(15936,563,'_locations_9_description','field_5683f2b1dcba3'),(15937,563,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.611554, -75.336637\";s:3:\"lat\";s:10:\"40.6116032\";s:3:\"lng\";s:11:\"-75.3365867\";}'),(15938,563,'_locations_10_location','field_5683f288dcba1'),(15939,563,'locations_10_title','State Route 2014, Section 1B – E87072, Northampton County, Shimersville - Bridge'),(15940,563,'_locations_10_title','field_5683f2aadcba2'),(15941,563,'locations_10_image','556'),(15942,563,'_locations_10_image','field_568439ed8109d'),(15943,563,'locations_10_description','This project is for a small bridge and is affecting 1 property in the Township of Bethlehem, Northampton County.'),(15944,563,'_locations_10_description','field_5683f2b1dcba3'),(15945,563,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.756637, -75.565972\";s:3:\"lat\";s:10:\"40.7566356\";s:3:\"lng\";s:11:\"-75.5659695\";}'),(15946,563,'_locations_11_location','field_5683f288dcba1'),(15947,563,'locations_11_title','State Route 4020, Section 2B – E12314, Northampton County, Lehigh Township Bridge'),(15948,563,'_locations_11_title','field_5683f2aadcba2'),(15949,563,'locations_11_image','558'),(15950,563,'_locations_11_image','field_568439ed8109d'),(15951,563,'locations_11_description','This project was for a small bridge project and affected 2 properties in the Township of Lehigh, Northampton County.'),(15952,563,'_locations_11_description','field_5683f2b1dcba3'),(15953,563,'locations_12_location','a:3:{s:7:\"address\";s:21:\"41.172357, -75.589455\";s:3:\"lat\";s:10:\"41.1685019\";s:3:\"lng\";s:18:\"-75.59053599999999\";}'),(15954,563,'_locations_12_location','field_5683f288dcba1'),(15955,563,'locations_12_title','State Route 4003, Section 1B – E51582, Monroe County, Coolbaugh – Thornhurst Bridge'),(15956,563,'_locations_12_title','field_5683f2aadcba2'),(15957,563,'locations_12_image',''),(15958,563,'_locations_12_image','field_568439ed8109d'),(15959,563,'locations_12_description','This project is for a small bridge and is affecting 7 properties in the Township of Coolbaugh, Monroe and Lackawanna Counties.'),(15960,563,'_locations_12_description','field_5683f2b1dcba3'),(15961,563,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.544832, -75.761389\";s:3:\"lat\";s:10:\"40.5448281\";s:3:\"lng\";s:11:\"-75.7613634\";}'),(15962,563,'_locations_13_location','field_5683f288dcba1'),(15963,563,'locations_13_title','State Route 1021, Section 1B – E10694, Berks County, Maxatawny twp. - Bridge'),(15964,563,'_locations_13_title','field_5683f2aadcba2'),(15965,563,'locations_13_image','561'),(15966,563,'_locations_13_image','field_568439ed8109d'),(15967,563,'locations_13_description','This project was for a small bridge and affected 2 properties in the Township of Maxatawny, Berks County.'),(15968,563,'_locations_13_description','field_5683f2b1dcba3'),(15969,563,'locations_14_location','a:3:{s:7:\"address\";s:21:\"41.100803, -75.346697\";s:3:\"lat\";s:10:\"41.1007883\";s:3:\"lng\";s:18:\"-75.34667230000002\";}'),(15970,563,'_locations_14_location','field_5683f288dcba1'),(15971,563,'locations_14_title','State Route 0314, Section 18B – E79172 – Monroe County, Pocono - Bridge'),(15972,563,'_locations_14_title','field_5683f2aadcba2'),(15973,563,'locations_14_image',''),(15974,563,'_locations_14_image','field_568439ed8109d'),(15975,563,'locations_14_description','This project is for a small bridge and is affecting 2 properties in the Township of Pocono, Monroe County.'),(15976,563,'_locations_14_description','field_5683f2b1dcba3'),(15977,563,'locations','15'),(15978,563,'_locations','field_5683f253a5dba'),(15979,337,'locations_14_location','a:3:{s:7:\"address\";s:21:\"41.100803, -75.346697\";s:3:\"lat\";s:10:\"41.1007883\";s:3:\"lng\";s:18:\"-75.34667230000002\";}'),(15980,337,'_locations_14_location','field_5683f288dcba1'),(15981,337,'locations_14_title','State Route 0314, Section 18B – E79172 – Monroe County, Pocono - Bridge'),(15982,337,'_locations_14_title','field_5683f2aadcba2'),(15983,337,'locations_14_image',''),(15984,337,'_locations_14_image','field_568439ed8109d'),(15985,337,'locations_14_description','This project is for a small bridge and is affecting 2 properties in the Township of Pocono, Monroe County.'),(15986,337,'_locations_14_description','field_5683f2b1dcba3'),(15987,564,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.577364, -75.758778\";s:3:\"lat\";s:10:\"40.5773582\";s:3:\"lng\";s:11:\"-75.7587785\";}'),(15988,564,'_locations_0_location','field_5683f288dcba1'),(15989,564,'locations_0_title','78, 12M – Krumsville'),(15990,564,'_locations_0_title','field_5683f2aadcba2'),(15991,564,'locations_0_image',''),(15992,564,'_locations_0_image','field_568439ed8109d'),(15993,564,'locations_0_description',''),(15994,564,'_locations_0_description','field_5683f2b1dcba3'),(15995,564,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.660116, -75.484238\";s:3:\"lat\";s:10:\"40.6602927\";s:3:\"lng\";s:18:\"-75.48364449999997\";}'),(15996,564,'_locations_1_location','field_5683f288dcba1'),(15997,564,'locations_1_title','Lehigh County 3 bridge'),(15998,564,'_locations_1_title','field_5683f2aadcba2'),(15999,564,'locations_1_image',''),(16000,564,'_locations_1_image','field_568439ed8109d'),(16001,564,'locations_1_description','This project is for a three bridge replacement and is affecting 11 properties and resulting in the relocation of 4 tenants in a multi-unit dwelling in Lehigh County.'),(16002,564,'_locations_1_description','field_5683f2b1dcba3'),(16003,564,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.675917, -75.489638\";s:3:\"lat\";s:10:\"40.6759335\";s:3:\"lng\";s:11:\"-75.4895912\";}'),(16004,564,'_locations_2_location','field_5683f288dcba1'),(16005,564,'locations_2_title','Lehigh Coplay Northampton'),(16006,564,'_locations_2_title','field_5683f2aadcba2'),(16007,564,'locations_2_image',''),(16008,564,'_locations_2_image','field_568439ed8109d'),(16009,564,'locations_2_description','This project is for a bridge replacement and is affecting 9 properties in the Borough of Coplay, Lehigh County and the Borough of Northampton, Northampton County.'),(16010,564,'_locations_2_description','field_5683f2b1dcba3'),(16011,564,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.889830, -75.529302\";s:3:\"lat\";s:9:\"40.890649\";s:3:\"lng\";s:18:\"-75.53066000000001\";}'),(16012,564,'_locations_3_location','field_5683f288dcba1'),(16013,564,'locations_3_title','Carbon – T447'),(16014,564,'_locations_3_title','field_5683f2aadcba2'),(16015,564,'locations_3_image',''),(16016,564,'_locations_3_image','field_568439ed8109d'),(16017,564,'locations_3_description',''),(16018,564,'_locations_3_description','field_5683f2b1dcba3'),(16019,564,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.531138, -75.600697\";s:3:\"lat\";s:10:\"40.5310072\";s:3:\"lng\";s:18:\"-75.60182600000002\";}'),(16020,564,'_locations_4_location','field_5683f288dcba1'),(16021,564,'locations_4_title','State Route 100, Section 13B – E79113, Lehigh County, Lower Macungie twp. Bridge'),(16022,564,'_locations_4_title','field_5683f2aadcba2'),(16023,564,'locations_4_image',''),(16024,564,'_locations_4_image','field_568439ed8109d'),(16025,564,'locations_4_description','This project is for a small bridge and is affecting 6 properties in the Township of Lower Macungie, Lehigh County.'),(16026,564,'_locations_4_description','field_5683f2b1dcba3'),(16027,564,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.879279, -75.209695\";s:3:\"lat\";s:10:\"40.8792804\";s:3:\"lng\";s:18:\"-75.20967940000003\";}'),(16028,564,'_locations_5_location','field_5683f288dcba1'),(16029,564,'locations_5_title','State Route 1033, Section 1B – E81666, Northampton County, Washington Twp. Bridge'),(16030,564,'_locations_5_title','field_5683f2aadcba2'),(16031,564,'locations_5_image','548'),(16032,564,'_locations_5_image','field_568439ed8109d'),(16033,564,'locations_5_description','This project was for a small bridge and affected 4 properties in the Township of Washington, Northampton County.'),(16034,564,'_locations_5_description','field_5683f2b1dcba3'),(16035,564,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.112056, -75.439060\";s:3:\"lat\";s:10:\"41.1121102\";s:3:\"lng\";s:18:\"-75.43898619999999\";}'),(16036,564,'_locations_6_location','field_5683f288dcba1'),(16037,564,'locations_6_title','State Route 940, Section 4B – E11886, Monroe County Bridge Replacement'),(16038,564,'_locations_6_title','field_5683f2aadcba2'),(16039,564,'locations_6_image',''),(16040,564,'_locations_6_image','field_568439ed8109d'),(16041,564,'locations_6_description','This project is for a small bridge and is affecting 2 properties in the Community of Tobyhanna, Monroe County.'),(16042,564,'_locations_6_description','field_5683f2b1dcba3'),(16043,564,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.682016, -75.693190\";s:3:\"lat\";s:10:\"40.6820167\";s:3:\"lng\";s:11:\"-75.6931907\";}'),(16044,564,'_locations_7_location','field_5683f288dcba1'),(16045,564,'locations_7_title','State Route 309, Section 11B – E79087, Lehigh County - Bridge'),(16046,564,'_locations_7_title','field_5683f2aadcba2'),(16047,564,'locations_7_image','551'),(16048,564,'_locations_7_image','field_568439ed8109d'),(16049,564,'locations_7_description','This project was for a small bridge and affected 6 properties in the Township of North Whitehall, Lehigh County.'),(16050,564,'_locations_7_description','field_5683f2b1dcba3'),(16051,564,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.679445, -75.629188\";s:3:\"lat\";s:10:\"40.6794586\";s:3:\"lng\";s:18:\"-75.62918300000001\";}'),(16052,564,'_locations_8_location','field_5683f288dcba1'),(16053,564,'locations_8_title','State Route 309, Section 11B – E79087, Lehigh County - Bridge'),(16054,564,'_locations_8_title','field_5683f2aadcba2'),(16055,564,'locations_8_image','551'),(16056,564,'_locations_8_image','field_568439ed8109d'),(16057,564,'locations_8_description','This project was for a small bridge and affected 6 properties in the Township of North Whitehall, Lehigh County.'),(16058,564,'_locations_8_description','field_5683f2b1dcba3'),(16059,564,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.680140, -76.619724\";s:3:\"lat\";s:10:\"40.6801276\";s:3:\"lng\";s:18:\"-76.61972400000002\";}'),(16060,564,'_locations_9_location','field_5683f288dcba1'),(16061,564,'locations_9_title','State Route 4016, Section 1B – E84046, Schuylkill County - Bridge'),(16062,564,'_locations_9_title','field_5683f2aadcba2'),(16063,564,'locations_9_image','554'),(16064,564,'_locations_9_image','field_568439ed8109d'),(16065,564,'locations_9_description','This project was for a small bridge and affected 1 property in the Township of Upper Mahantango, Schuykill County.'),(16066,564,'_locations_9_description','field_5683f2b1dcba3'),(16067,564,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.611554, -75.336637\";s:3:\"lat\";s:10:\"40.6116032\";s:3:\"lng\";s:11:\"-75.3365867\";}'),(16068,564,'_locations_10_location','field_5683f288dcba1'),(16069,564,'locations_10_title','State Route 2014, Section 1B – E87072, Northampton County, Shimersville - Bridge'),(16070,564,'_locations_10_title','field_5683f2aadcba2'),(16071,564,'locations_10_image','556'),(16072,564,'_locations_10_image','field_568439ed8109d'),(16073,564,'locations_10_description','This project is for a small bridge and is affecting 1 property in the Township of Bethlehem, Northampton County.'),(16074,564,'_locations_10_description','field_5683f2b1dcba3'),(16075,564,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.756637, -75.565972\";s:3:\"lat\";s:10:\"40.7566356\";s:3:\"lng\";s:11:\"-75.5659695\";}'),(16076,564,'_locations_11_location','field_5683f288dcba1'),(16077,564,'locations_11_title','State Route 4020, Section 2B – E12314, Northampton County, Lehigh Township Bridge'),(16078,564,'_locations_11_title','field_5683f2aadcba2'),(16079,564,'locations_11_image','558'),(16080,564,'_locations_11_image','field_568439ed8109d'),(16081,564,'locations_11_description','This project was for a small bridge project and affected 2 properties in the Township of Lehigh, Northampton County.'),(16082,564,'_locations_11_description','field_5683f2b1dcba3'),(16083,564,'locations_12_location','a:3:{s:7:\"address\";s:21:\"41.172357, -75.589455\";s:3:\"lat\";s:10:\"41.1685019\";s:3:\"lng\";s:18:\"-75.59053599999999\";}'),(16084,564,'_locations_12_location','field_5683f288dcba1'),(16085,564,'locations_12_title','State Route 4003, Section 1B – E51582, Monroe County, Coolbaugh – Thornhurst Bridge'),(16086,564,'_locations_12_title','field_5683f2aadcba2'),(16087,564,'locations_12_image',''),(16088,564,'_locations_12_image','field_568439ed8109d'),(16089,564,'locations_12_description','This project is for a small bridge and is affecting 7 properties in the Township of Coolbaugh, Monroe and Lackawanna Counties.'),(16090,564,'_locations_12_description','field_5683f2b1dcba3'),(16091,564,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.544832, -75.761389\";s:3:\"lat\";s:10:\"40.5448281\";s:3:\"lng\";s:11:\"-75.7613634\";}'),(16092,564,'_locations_13_location','field_5683f288dcba1'),(16093,564,'locations_13_title','State Route 1021, Section 1B – E10694, Berks County, Maxatawny twp. - Bridge'),(16094,564,'_locations_13_title','field_5683f2aadcba2'),(16095,564,'locations_13_image','561'),(16096,564,'_locations_13_image','field_568439ed8109d'),(16097,564,'locations_13_description','This project was for a small bridge and affected 2 properties in the Township of Maxatawny, Berks County.'),(16098,564,'_locations_13_description','field_5683f2b1dcba3'),(16099,564,'locations_14_location','a:3:{s:7:\"address\";s:21:\"41.100803, -75.346697\";s:3:\"lat\";s:10:\"41.1007883\";s:3:\"lng\";s:18:\"-75.34667230000002\";}'),(16100,564,'_locations_14_location','field_5683f288dcba1'),(16101,564,'locations_14_title','State Route 0314, Section 18B – E79172 – Monroe County, Pocono - Bridge'),(16102,564,'_locations_14_title','field_5683f2aadcba2'),(16103,564,'locations_14_image',''),(16104,564,'_locations_14_image','field_568439ed8109d'),(16105,564,'locations_14_description','This project is for a small bridge and is affecting 2 properties in the Township of Pocono, Monroe County.'),(16106,564,'_locations_14_description','field_5683f2b1dcba3'),(16107,564,'locations_15_location','a:3:{s:7:\"address\";s:21:\"40.726856, -75.870915\";s:3:\"lat\";s:10:\"40.7268199\";s:3:\"lng\";s:18:\"-75.87125300000002\";}'),(16108,564,'_locations_15_location','field_5683f288dcba1'),(16109,564,'locations_15_title','State Route 309, Section 3B – E82343 – Schuykill County, Penn Twp. Bridge '),(16110,564,'_locations_15_title','field_5683f2aadcba2'),(16111,564,'locations_15_image',''),(16112,564,'_locations_15_image','field_568439ed8109d'),(16113,564,'locations_15_description','This project is for a small bridge and is affecting 5 properties in the Township of West Penn, Schuykill County.'),(16114,564,'_locations_15_description','field_5683f2b1dcba3'),(16115,564,'locations','16'),(16116,564,'_locations','field_5683f253a5dba'),(16117,337,'locations_15_location','a:3:{s:7:\"address\";s:21:\"40.726856, -75.870915\";s:3:\"lat\";s:10:\"40.7268199\";s:3:\"lng\";s:18:\"-75.87125300000002\";}'),(16118,337,'_locations_15_location','field_5683f288dcba1'),(16119,337,'locations_15_title','State Route 309, Section 3B – E82343 – Schuykill County, Penn Twp. Bridge '),(16120,337,'_locations_15_title','field_5683f2aadcba2'),(16121,337,'locations_15_image',''),(16122,337,'_locations_15_image','field_568439ed8109d'),(16123,337,'locations_15_description','This project is for a small bridge and is affecting 5 properties in the Township of West Penn, Schuykill County.'),(16124,337,'_locations_15_description','field_5683f2b1dcba3'),(16125,565,'_wp_attached_file','2015/12/wpa1312f29_06.png'),(16126,565,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:281;s:6:\"height\";i:198;s:4:\"file\";s:25:\"2015/12/wpa1312f29_06.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wpa1312f29_06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(16127,566,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.577364, -75.758778\";s:3:\"lat\";s:10:\"40.5773582\";s:3:\"lng\";s:11:\"-75.7587785\";}'),(16128,566,'_locations_0_location','field_5683f288dcba1'),(16129,566,'locations_0_title','78, 12M – Krumsville'),(16130,566,'_locations_0_title','field_5683f2aadcba2'),(16131,566,'locations_0_image',''),(16132,566,'_locations_0_image','field_568439ed8109d'),(16133,566,'locations_0_description',''),(16134,566,'_locations_0_description','field_5683f2b1dcba3'),(16135,566,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.660116, -75.484238\";s:3:\"lat\";s:10:\"40.6602927\";s:3:\"lng\";s:18:\"-75.48364449999997\";}'),(16136,566,'_locations_1_location','field_5683f288dcba1'),(16137,566,'locations_1_title','Lehigh County 3 bridge'),(16138,566,'_locations_1_title','field_5683f2aadcba2'),(16139,566,'locations_1_image',''),(16140,566,'_locations_1_image','field_568439ed8109d'),(16141,566,'locations_1_description','This project is for a three bridge replacement and is affecting 11 properties and resulting in the relocation of 4 tenants in a multi-unit dwelling in Lehigh County.'),(16142,566,'_locations_1_description','field_5683f2b1dcba3'),(16143,566,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.675917, -75.489638\";s:3:\"lat\";s:10:\"40.6759335\";s:3:\"lng\";s:11:\"-75.4895912\";}'),(16144,566,'_locations_2_location','field_5683f288dcba1'),(16145,566,'locations_2_title','Lehigh Coplay Northampton'),(16146,566,'_locations_2_title','field_5683f2aadcba2'),(16147,566,'locations_2_image',''),(16148,566,'_locations_2_image','field_568439ed8109d'),(16149,566,'locations_2_description','This project is for a bridge replacement and is affecting 9 properties in the Borough of Coplay, Lehigh County and the Borough of Northampton, Northampton County.'),(16150,566,'_locations_2_description','field_5683f2b1dcba3'),(16151,566,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.889830, -75.529302\";s:3:\"lat\";s:9:\"40.890649\";s:3:\"lng\";s:18:\"-75.53066000000001\";}'),(16152,566,'_locations_3_location','field_5683f288dcba1'),(16153,566,'locations_3_title','Carbon – T447'),(16154,566,'_locations_3_title','field_5683f2aadcba2'),(16155,566,'locations_3_image',''),(16156,566,'_locations_3_image','field_568439ed8109d'),(16157,566,'locations_3_description',''),(16158,566,'_locations_3_description','field_5683f2b1dcba3'),(16159,566,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.531138, -75.600697\";s:3:\"lat\";s:10:\"40.5310072\";s:3:\"lng\";s:18:\"-75.60182600000002\";}'),(16160,566,'_locations_4_location','field_5683f288dcba1'),(16161,566,'locations_4_title','State Route 100, Section 13B – E79113, Lehigh County, Lower Macungie twp. Bridge'),(16162,566,'_locations_4_title','field_5683f2aadcba2'),(16163,566,'locations_4_image',''),(16164,566,'_locations_4_image','field_568439ed8109d'),(16165,566,'locations_4_description','This project is for a small bridge and is affecting 6 properties in the Township of Lower Macungie, Lehigh County.'),(16166,566,'_locations_4_description','field_5683f2b1dcba3'),(16167,566,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.879279, -75.209695\";s:3:\"lat\";s:10:\"40.8792804\";s:3:\"lng\";s:18:\"-75.20967940000003\";}'),(16168,566,'_locations_5_location','field_5683f288dcba1'),(16169,566,'locations_5_title','State Route 1033, Section 1B – E81666, Northampton County, Washington Twp. Bridge'),(16170,566,'_locations_5_title','field_5683f2aadcba2'),(16171,566,'locations_5_image','548'),(16172,566,'_locations_5_image','field_568439ed8109d'),(16173,566,'locations_5_description','This project was for a small bridge and affected 4 properties in the Township of Washington, Northampton County.'),(16174,566,'_locations_5_description','field_5683f2b1dcba3'),(16175,566,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.112056, -75.439060\";s:3:\"lat\";s:10:\"41.1121102\";s:3:\"lng\";s:18:\"-75.43898619999999\";}'),(16176,566,'_locations_6_location','field_5683f288dcba1'),(16177,566,'locations_6_title','State Route 940, Section 4B – E11886, Monroe County Bridge Replacement'),(16178,566,'_locations_6_title','field_5683f2aadcba2'),(16179,566,'locations_6_image',''),(16180,566,'_locations_6_image','field_568439ed8109d'),(16181,566,'locations_6_description','This project is for a small bridge and is affecting 2 properties in the Community of Tobyhanna, Monroe County.'),(16182,566,'_locations_6_description','field_5683f2b1dcba3'),(16183,566,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.682016, -75.693190\";s:3:\"lat\";s:10:\"40.6820167\";s:3:\"lng\";s:11:\"-75.6931907\";}'),(16184,566,'_locations_7_location','field_5683f288dcba1'),(16185,566,'locations_7_title','State Route 309, Section 11B – E79087, Lehigh County - Bridge'),(16186,566,'_locations_7_title','field_5683f2aadcba2'),(16187,566,'locations_7_image','551'),(16188,566,'_locations_7_image','field_568439ed8109d'),(16189,566,'locations_7_description','This project was for a small bridge and affected 6 properties in the Township of North Whitehall, Lehigh County.'),(16190,566,'_locations_7_description','field_5683f2b1dcba3'),(16191,566,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.679445, -75.629188\";s:3:\"lat\";s:10:\"40.6794586\";s:3:\"lng\";s:18:\"-75.62918300000001\";}'),(16192,566,'_locations_8_location','field_5683f288dcba1'),(16193,566,'locations_8_title','State Route 309, Section 11B – E79087, Lehigh County - Bridge'),(16194,566,'_locations_8_title','field_5683f2aadcba2'),(16195,566,'locations_8_image','551'),(16196,566,'_locations_8_image','field_568439ed8109d'),(16197,566,'locations_8_description','This project was for a small bridge and affected 6 properties in the Township of North Whitehall, Lehigh County.'),(16198,566,'_locations_8_description','field_5683f2b1dcba3'),(16199,566,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.680140, -76.619724\";s:3:\"lat\";s:10:\"40.6801276\";s:3:\"lng\";s:18:\"-76.61972400000002\";}'),(16200,566,'_locations_9_location','field_5683f288dcba1'),(16201,566,'locations_9_title','State Route 4016, Section 1B – E84046, Schuylkill County - Bridge'),(16202,566,'_locations_9_title','field_5683f2aadcba2'),(16203,566,'locations_9_image','554'),(16204,566,'_locations_9_image','field_568439ed8109d'),(16205,566,'locations_9_description','This project was for a small bridge and affected 1 property in the Township of Upper Mahantango, Schuykill County.'),(16206,566,'_locations_9_description','field_5683f2b1dcba3'),(16207,566,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.611554, -75.336637\";s:3:\"lat\";s:10:\"40.6116032\";s:3:\"lng\";s:11:\"-75.3365867\";}'),(16208,566,'_locations_10_location','field_5683f288dcba1'),(16209,566,'locations_10_title','State Route 2014, Section 1B – E87072, Northampton County, Shimersville - Bridge'),(16210,566,'_locations_10_title','field_5683f2aadcba2'),(16211,566,'locations_10_image','556'),(16212,566,'_locations_10_image','field_568439ed8109d'),(16213,566,'locations_10_description','This project is for a small bridge and is affecting 1 property in the Township of Bethlehem, Northampton County.'),(16214,566,'_locations_10_description','field_5683f2b1dcba3'),(16215,566,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.756637, -75.565972\";s:3:\"lat\";s:10:\"40.7566356\";s:3:\"lng\";s:11:\"-75.5659695\";}'),(16216,566,'_locations_11_location','field_5683f288dcba1'),(16217,566,'locations_11_title','State Route 4020, Section 2B – E12314, Northampton County, Lehigh Township Bridge'),(16218,566,'_locations_11_title','field_5683f2aadcba2'),(16219,566,'locations_11_image','558'),(16220,566,'_locations_11_image','field_568439ed8109d'),(16221,566,'locations_11_description','This project was for a small bridge project and affected 2 properties in the Township of Lehigh, Northampton County.'),(16222,566,'_locations_11_description','field_5683f2b1dcba3'),(16223,566,'locations_12_location','a:3:{s:7:\"address\";s:21:\"41.172357, -75.589455\";s:3:\"lat\";s:10:\"41.1685019\";s:3:\"lng\";s:18:\"-75.59053599999999\";}'),(16224,566,'_locations_12_location','field_5683f288dcba1'),(16225,566,'locations_12_title','State Route 4003, Section 1B – E51582, Monroe County, Coolbaugh – Thornhurst Bridge'),(16226,566,'_locations_12_title','field_5683f2aadcba2'),(16227,566,'locations_12_image',''),(16228,566,'_locations_12_image','field_568439ed8109d'),(16229,566,'locations_12_description','This project is for a small bridge and is affecting 7 properties in the Township of Coolbaugh, Monroe and Lackawanna Counties.'),(16230,566,'_locations_12_description','field_5683f2b1dcba3'),(16231,566,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.544832, -75.761389\";s:3:\"lat\";s:10:\"40.5448281\";s:3:\"lng\";s:11:\"-75.7613634\";}'),(16232,566,'_locations_13_location','field_5683f288dcba1'),(16233,566,'locations_13_title','State Route 1021, Section 1B – E10694, Berks County, Maxatawny twp. - Bridge'),(16234,566,'_locations_13_title','field_5683f2aadcba2'),(16235,566,'locations_13_image','561'),(16236,566,'_locations_13_image','field_568439ed8109d'),(16237,566,'locations_13_description','This project was for a small bridge and affected 2 properties in the Township of Maxatawny, Berks County.'),(16238,566,'_locations_13_description','field_5683f2b1dcba3'),(16239,566,'locations_14_location','a:3:{s:7:\"address\";s:21:\"41.100803, -75.346697\";s:3:\"lat\";s:10:\"41.1007883\";s:3:\"lng\";s:18:\"-75.34667230000002\";}'),(16240,566,'_locations_14_location','field_5683f288dcba1'),(16241,566,'locations_14_title','State Route 0314, Section 18B – E79172 – Monroe County, Pocono - Bridge'),(16242,566,'_locations_14_title','field_5683f2aadcba2'),(16243,566,'locations_14_image',''),(16244,566,'_locations_14_image','field_568439ed8109d'),(16245,566,'locations_14_description','This project is for a small bridge and is affecting 2 properties in the Township of Pocono, Monroe County.'),(16246,566,'_locations_14_description','field_5683f2b1dcba3'),(16247,566,'locations_15_location','a:3:{s:7:\"address\";s:21:\"40.726856, -75.870915\";s:3:\"lat\";s:10:\"40.7268199\";s:3:\"lng\";s:18:\"-75.87125300000002\";}'),(16248,566,'_locations_15_location','field_5683f288dcba1'),(16249,566,'locations_15_title','State Route 309, Section 3B – E82343 – Schuykill County, Penn Twp. Bridge '),(16250,566,'_locations_15_title','field_5683f2aadcba2'),(16251,566,'locations_15_image',''),(16252,566,'_locations_15_image','field_568439ed8109d'),(16253,566,'locations_15_description','This project is for a small bridge and is affecting 5 properties in the Township of West Penn, Schuykill County.'),(16254,566,'_locations_15_description','field_5683f2b1dcba3'),(16255,566,'locations_16_location','a:3:{s:7:\"address\";s:21:\"40.665193, -75.827831\";s:3:\"lat\";s:9:\"40.664553\";s:3:\"lng\";s:10:\"-75.827947\";}'),(16256,566,'_locations_16_location','field_5683f288dcba1'),(16257,566,'locations_16_title','State Route 4037, Section 1B – E11407 – Lehigh County, Lynn Twp. Bridge'),(16258,566,'_locations_16_title','field_5683f2aadcba2'),(16259,566,'locations_16_image','565'),(16260,566,'_locations_16_image','field_568439ed8109d'),(16261,566,'locations_16_description','This project was for a small bridge and affected 3 properties in the Township of Lynn, Lehigh County.'),(16262,566,'_locations_16_description','field_5683f2b1dcba3'),(16263,566,'locations','17'),(16264,566,'_locations','field_5683f253a5dba'),(16265,337,'locations_16_location','a:3:{s:7:\"address\";s:21:\"40.665193, -75.827831\";s:3:\"lat\";s:9:\"40.664553\";s:3:\"lng\";s:10:\"-75.827947\";}'),(16266,337,'_locations_16_location','field_5683f288dcba1'),(16267,337,'locations_16_title','State Route 4037, Section 1B – E11407 – Lehigh County, Lynn Twp. Bridge'),(16268,337,'_locations_16_title','field_5683f2aadcba2'),(16269,337,'locations_16_image','565'),(16270,337,'_locations_16_image','field_568439ed8109d'),(16271,337,'locations_16_description','This project was for a small bridge and affected 3 properties in the Township of Lynn, Lehigh County.'),(16272,337,'_locations_16_description','field_5683f2b1dcba3'),(16273,567,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.577364, -75.758778\";s:3:\"lat\";s:10:\"40.5773582\";s:3:\"lng\";s:11:\"-75.7587785\";}'),(16274,567,'_locations_0_location','field_5683f288dcba1'),(16275,567,'locations_0_title','78, 12M – Krumsville'),(16276,567,'_locations_0_title','field_5683f2aadcba2'),(16277,567,'locations_0_image',''),(16278,567,'_locations_0_image','field_568439ed8109d'),(16279,567,'locations_0_description',''),(16280,567,'_locations_0_description','field_5683f2b1dcba3'),(16281,567,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.660116, -75.484238\";s:3:\"lat\";s:10:\"40.6602927\";s:3:\"lng\";s:18:\"-75.48364449999997\";}'),(16282,567,'_locations_1_location','field_5683f288dcba1'),(16283,567,'locations_1_title','Lehigh County 3 bridge'),(16284,567,'_locations_1_title','field_5683f2aadcba2'),(16285,567,'locations_1_image',''),(16286,567,'_locations_1_image','field_568439ed8109d'),(16287,567,'locations_1_description','This project is for a three bridge replacement and is affecting 11 properties and resulting in the relocation of 4 tenants in a multi-unit dwelling in Lehigh County.'),(16288,567,'_locations_1_description','field_5683f2b1dcba3'),(16289,567,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.675917, -75.489638\";s:3:\"lat\";s:10:\"40.6759335\";s:3:\"lng\";s:11:\"-75.4895912\";}'),(16290,567,'_locations_2_location','field_5683f288dcba1'),(16291,567,'locations_2_title','Lehigh Coplay Northampton'),(16292,567,'_locations_2_title','field_5683f2aadcba2'),(16293,567,'locations_2_image',''),(16294,567,'_locations_2_image','field_568439ed8109d'),(16295,567,'locations_2_description','This project is for a bridge replacement and is affecting 9 properties in the Borough of Coplay, Lehigh County and the Borough of Northampton, Northampton County.'),(16296,567,'_locations_2_description','field_5683f2b1dcba3'),(16297,567,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.889830, -75.529302\";s:3:\"lat\";s:9:\"40.890649\";s:3:\"lng\";s:18:\"-75.53066000000001\";}'),(16298,567,'_locations_3_location','field_5683f288dcba1'),(16299,567,'locations_3_title','Carbon – T447'),(16300,567,'_locations_3_title','field_5683f2aadcba2'),(16301,567,'locations_3_image',''),(16302,567,'_locations_3_image','field_568439ed8109d'),(16303,567,'locations_3_description',''),(16304,567,'_locations_3_description','field_5683f2b1dcba3'),(16305,567,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.531138, -75.600697\";s:3:\"lat\";s:10:\"40.5310072\";s:3:\"lng\";s:18:\"-75.60182600000002\";}'),(16306,567,'_locations_4_location','field_5683f288dcba1'),(16307,567,'locations_4_title','State Route 100, Section 13B – E79113, Lehigh County, Lower Macungie twp. Bridge'),(16308,567,'_locations_4_title','field_5683f2aadcba2'),(16309,567,'locations_4_image',''),(16310,567,'_locations_4_image','field_568439ed8109d'),(16311,567,'locations_4_description','This project is for a small bridge and is affecting 6 properties in the Township of Lower Macungie, Lehigh County.'),(16312,567,'_locations_4_description','field_5683f2b1dcba3'),(16313,567,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.879279, -75.209695\";s:3:\"lat\";s:10:\"40.8792804\";s:3:\"lng\";s:18:\"-75.20967940000003\";}'),(16314,567,'_locations_5_location','field_5683f288dcba1'),(16315,567,'locations_5_title','State Route 1033, Section 1B – E81666, Northampton County, Washington Twp. Bridge'),(16316,567,'_locations_5_title','field_5683f2aadcba2'),(16317,567,'locations_5_image','548'),(16318,567,'_locations_5_image','field_568439ed8109d'),(16319,567,'locations_5_description','This project was for a small bridge and affected 4 properties in the Township of Washington, Northampton County.'),(16320,567,'_locations_5_description','field_5683f2b1dcba3'),(16321,567,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.112056, -75.439060\";s:3:\"lat\";s:10:\"41.1121102\";s:3:\"lng\";s:18:\"-75.43898619999999\";}'),(16322,567,'_locations_6_location','field_5683f288dcba1'),(16323,567,'locations_6_title','State Route 940, Section 4B – E11886, Monroe County Bridge Replacement'),(16324,567,'_locations_6_title','field_5683f2aadcba2'),(16325,567,'locations_6_image',''),(16326,567,'_locations_6_image','field_568439ed8109d'),(16327,567,'locations_6_description','This project is for a small bridge and is affecting 2 properties in the Community of Tobyhanna, Monroe County.'),(16328,567,'_locations_6_description','field_5683f2b1dcba3'),(16329,567,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.682016, -75.693190\";s:3:\"lat\";s:10:\"40.6820167\";s:3:\"lng\";s:11:\"-75.6931907\";}'),(16330,567,'_locations_7_location','field_5683f288dcba1'),(16331,567,'locations_7_title','State Route 309, Section 11B – E79087, Lehigh County - Bridge'),(16332,567,'_locations_7_title','field_5683f2aadcba2'),(16333,567,'locations_7_image','551'),(16334,567,'_locations_7_image','field_568439ed8109d'),(16335,567,'locations_7_description','This project was for a small bridge and affected 6 properties in the Township of North Whitehall, Lehigh County.'),(16336,567,'_locations_7_description','field_5683f2b1dcba3'),(16337,567,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.679445, -75.629188\";s:3:\"lat\";s:10:\"40.6794586\";s:3:\"lng\";s:18:\"-75.62918300000001\";}'),(16338,567,'_locations_8_location','field_5683f288dcba1'),(16339,567,'locations_8_title','State Route 309, Section 11B – E79087, Lehigh County - Bridge'),(16340,567,'_locations_8_title','field_5683f2aadcba2'),(16341,567,'locations_8_image','551'),(16342,567,'_locations_8_image','field_568439ed8109d'),(16343,567,'locations_8_description','This project was for a small bridge and affected 6 properties in the Township of North Whitehall, Lehigh County.'),(16344,567,'_locations_8_description','field_5683f2b1dcba3'),(16345,567,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.680140, -76.619724\";s:3:\"lat\";s:10:\"40.6801276\";s:3:\"lng\";s:18:\"-76.61972400000002\";}'),(16346,567,'_locations_9_location','field_5683f288dcba1'),(16347,567,'locations_9_title','State Route 4016, Section 1B – E84046, Schuylkill County - Bridge'),(16348,567,'_locations_9_title','field_5683f2aadcba2'),(16349,567,'locations_9_image','554'),(16350,567,'_locations_9_image','field_568439ed8109d'),(16351,567,'locations_9_description','This project was for a small bridge and affected 1 property in the Township of Upper Mahantango, Schuykill County.'),(16352,567,'_locations_9_description','field_5683f2b1dcba3'),(16353,567,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.611554, -75.336637\";s:3:\"lat\";s:10:\"40.6116032\";s:3:\"lng\";s:11:\"-75.3365867\";}'),(16354,567,'_locations_10_location','field_5683f288dcba1'),(16355,567,'locations_10_title','State Route 2014, Section 1B – E87072, Northampton County, Shimersville - Bridge'),(16356,567,'_locations_10_title','field_5683f2aadcba2'),(16357,567,'locations_10_image','556'),(16358,567,'_locations_10_image','field_568439ed8109d'),(16359,567,'locations_10_description','This project is for a small bridge and is affecting 1 property in the Township of Bethlehem, Northampton County.'),(16360,567,'_locations_10_description','field_5683f2b1dcba3'),(16361,567,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.756637, -75.565972\";s:3:\"lat\";s:10:\"40.7566356\";s:3:\"lng\";s:11:\"-75.5659695\";}'),(16362,567,'_locations_11_location','field_5683f288dcba1'),(16363,567,'locations_11_title','State Route 4020, Section 2B – E12314, Northampton County, Lehigh Township Bridge'),(16364,567,'_locations_11_title','field_5683f2aadcba2'),(16365,567,'locations_11_image','558'),(16366,567,'_locations_11_image','field_568439ed8109d'),(16367,567,'locations_11_description','This project was for a small bridge project and affected 2 properties in the Township of Lehigh, Northampton County.'),(16368,567,'_locations_11_description','field_5683f2b1dcba3'),(16369,567,'locations_12_location','a:3:{s:7:\"address\";s:21:\"41.172357, -75.589455\";s:3:\"lat\";s:10:\"41.1685019\";s:3:\"lng\";s:18:\"-75.59053599999999\";}'),(16370,567,'_locations_12_location','field_5683f288dcba1'),(16371,567,'locations_12_title','State Route 4003, Section 1B – E51582, Monroe County, Coolbaugh – Thornhurst Bridge'),(16372,567,'_locations_12_title','field_5683f2aadcba2'),(16373,567,'locations_12_image',''),(16374,567,'_locations_12_image','field_568439ed8109d'),(16375,567,'locations_12_description','This project is for a small bridge and is affecting 7 properties in the Township of Coolbaugh, Monroe and Lackawanna Counties.'),(16376,567,'_locations_12_description','field_5683f2b1dcba3'),(16377,567,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.544832, -75.761389\";s:3:\"lat\";s:10:\"40.5448281\";s:3:\"lng\";s:11:\"-75.7613634\";}'),(16378,567,'_locations_13_location','field_5683f288dcba1'),(16379,567,'locations_13_title','State Route 1021, Section 1B – E10694, Berks County, Maxatawny twp. - Bridge'),(16380,567,'_locations_13_title','field_5683f2aadcba2'),(16381,567,'locations_13_image','561'),(16382,567,'_locations_13_image','field_568439ed8109d'),(16383,567,'locations_13_description','This project was for a small bridge and affected 2 properties in the Township of Maxatawny, Berks County.'),(16384,567,'_locations_13_description','field_5683f2b1dcba3'),(16385,567,'locations_14_location','a:3:{s:7:\"address\";s:21:\"41.100803, -75.346697\";s:3:\"lat\";s:10:\"41.1007883\";s:3:\"lng\";s:18:\"-75.34667230000002\";}'),(16386,567,'_locations_14_location','field_5683f288dcba1'),(16387,567,'locations_14_title','State Route 0314, Section 18B – E79172 – Monroe County, Pocono - Bridge'),(16388,567,'_locations_14_title','field_5683f2aadcba2'),(16389,567,'locations_14_image',''),(16390,567,'_locations_14_image','field_568439ed8109d'),(16391,567,'locations_14_description','This project is for a small bridge and is affecting 2 properties in the Township of Pocono, Monroe County.'),(16392,567,'_locations_14_description','field_5683f2b1dcba3'),(16393,567,'locations_15_location','a:3:{s:7:\"address\";s:21:\"40.726856, -75.870915\";s:3:\"lat\";s:10:\"40.7268199\";s:3:\"lng\";s:18:\"-75.87125300000002\";}'),(16394,567,'_locations_15_location','field_5683f288dcba1'),(16395,567,'locations_15_title','State Route 309, Section 3B – E82343 – Schuykill County, Penn Twp. Bridge '),(16396,567,'_locations_15_title','field_5683f2aadcba2'),(16397,567,'locations_15_image',''),(16398,567,'_locations_15_image','field_568439ed8109d'),(16399,567,'locations_15_description','This project is for a small bridge and is affecting 5 properties in the Township of West Penn, Schuykill County.'),(16400,567,'_locations_15_description','field_5683f2b1dcba3'),(16401,567,'locations_16_location','a:3:{s:7:\"address\";s:21:\"40.665193, -75.827831\";s:3:\"lat\";s:9:\"40.664553\";s:3:\"lng\";s:10:\"-75.827947\";}'),(16402,567,'_locations_16_location','field_5683f288dcba1'),(16403,567,'locations_16_title','State Route 4037, Section 1B – E11407 – Lehigh County, Lynn Twp. Bridge'),(16404,567,'_locations_16_title','field_5683f2aadcba2'),(16405,567,'locations_16_image','565'),(16406,567,'_locations_16_image','field_568439ed8109d'),(16407,567,'locations_16_description','This project was for a small bridge and affected 3 properties in the Township of Lynn, Lehigh County.'),(16408,567,'_locations_16_description','field_5683f2b1dcba3'),(16409,567,'locations_17_location','a:3:{s:7:\"address\";s:21:\"40.268207, -75.808862\";s:3:\"lat\";s:9:\"40.271056\";s:3:\"lng\";s:18:\"-75.80798199999998\";}'),(16410,567,'_locations_17_location','field_5683f288dcba1'),(16411,567,'locations_17_title','State Route 345, Section 10B – E10823 – Berks County, Exeter Birdsboro - Bridge'),(16412,567,'_locations_17_title','field_5683f2aadcba2'),(16413,567,'locations_17_image',''),(16414,567,'_locations_17_image','field_568439ed8109d'),(16415,567,'locations_17_description','This project is for roadway & bridge realignment and intersection improvements and is affecting 16 properties in the Township of Exeter, Berks County.'),(16416,567,'_locations_17_description','field_5683f2b1dcba3'),(16417,567,'locations','18'),(16418,567,'_locations','field_5683f253a5dba'),(16419,337,'locations_17_location','a:3:{s:7:\"address\";s:21:\"40.268207, -75.808862\";s:3:\"lat\";s:9:\"40.271056\";s:3:\"lng\";s:18:\"-75.80798199999998\";}'),(16420,337,'_locations_17_location','field_5683f288dcba1'),(16421,337,'locations_17_title','State Route 345, Section 10B – E10823 – Berks County, Exeter Birdsboro - Bridge'),(16422,337,'_locations_17_title','field_5683f2aadcba2'),(16423,337,'locations_17_image',''),(16424,337,'_locations_17_image','field_568439ed8109d'),(16425,337,'locations_17_description','This project is for roadway & bridge realignment and intersection improvements and is affecting 16 properties in the Township of Exeter, Berks County.'),(16426,337,'_locations_17_description','field_5683f2b1dcba3'),(16427,568,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.577364, -75.758778\";s:3:\"lat\";s:10:\"40.5773582\";s:3:\"lng\";s:11:\"-75.7587785\";}'),(16428,568,'_locations_0_location','field_5683f288dcba1'),(16429,568,'locations_0_title','78, 12M – Krumsville'),(16430,568,'_locations_0_title','field_5683f2aadcba2'),(16431,568,'locations_0_image',''),(16432,568,'_locations_0_image','field_568439ed8109d'),(16433,568,'locations_0_description',''),(16434,568,'_locations_0_description','field_5683f2b1dcba3'),(16435,568,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.660116, -75.484238\";s:3:\"lat\";s:10:\"40.6602927\";s:3:\"lng\";s:18:\"-75.48364449999997\";}'),(16436,568,'_locations_1_location','field_5683f288dcba1'),(16437,568,'locations_1_title','Lehigh County 3 bridge'),(16438,568,'_locations_1_title','field_5683f2aadcba2'),(16439,568,'locations_1_image',''),(16440,568,'_locations_1_image','field_568439ed8109d'),(16441,568,'locations_1_description','This project is for a three bridge replacement and is affecting 11 properties and resulting in the relocation of 4 tenants in a multi-unit dwelling in Lehigh County.'),(16442,568,'_locations_1_description','field_5683f2b1dcba3'),(16443,568,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.675917, -75.489638\";s:3:\"lat\";s:10:\"40.6759335\";s:3:\"lng\";s:11:\"-75.4895912\";}'),(16444,568,'_locations_2_location','field_5683f288dcba1'),(16445,568,'locations_2_title','Lehigh Coplay Northampton'),(16446,568,'_locations_2_title','field_5683f2aadcba2'),(16447,568,'locations_2_image',''),(16448,568,'_locations_2_image','field_568439ed8109d'),(16449,568,'locations_2_description','This project is for a bridge replacement and is affecting 9 properties in the Borough of Coplay, Lehigh County and the Borough of Northampton, Northampton County.'),(16450,568,'_locations_2_description','field_5683f2b1dcba3'),(16451,568,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.889830, -75.529302\";s:3:\"lat\";s:9:\"40.890649\";s:3:\"lng\";s:18:\"-75.53066000000001\";}'),(16452,568,'_locations_3_location','field_5683f288dcba1'),(16453,568,'locations_3_title','Carbon – T447'),(16454,568,'_locations_3_title','field_5683f2aadcba2'),(16455,568,'locations_3_image',''),(16456,568,'_locations_3_image','field_568439ed8109d'),(16457,568,'locations_3_description',''),(16458,568,'_locations_3_description','field_5683f2b1dcba3'),(16459,568,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.531138, -75.600697\";s:3:\"lat\";s:10:\"40.5310072\";s:3:\"lng\";s:18:\"-75.60182600000002\";}'),(16460,568,'_locations_4_location','field_5683f288dcba1'),(16461,568,'locations_4_title','State Route 100, Section 13B – E79113, Lehigh County, Lower Macungie twp. Bridge'),(16462,568,'_locations_4_title','field_5683f2aadcba2'),(16463,568,'locations_4_image',''),(16464,568,'_locations_4_image','field_568439ed8109d'),(16465,568,'locations_4_description','This project is for a small bridge and is affecting 6 properties in the Township of Lower Macungie, Lehigh County.'),(16466,568,'_locations_4_description','field_5683f2b1dcba3'),(16467,568,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.879279, -75.209695\";s:3:\"lat\";s:10:\"40.8792804\";s:3:\"lng\";s:18:\"-75.20967940000003\";}'),(16468,568,'_locations_5_location','field_5683f288dcba1'),(16469,568,'locations_5_title','State Route 1033, Section 1B – E81666, Northampton County, Washington Twp. Bridge'),(16470,568,'_locations_5_title','field_5683f2aadcba2'),(16471,568,'locations_5_image','548'),(16472,568,'_locations_5_image','field_568439ed8109d'),(16473,568,'locations_5_description','This project was for a small bridge and affected 4 properties in the Township of Washington, Northampton County.'),(16474,568,'_locations_5_description','field_5683f2b1dcba3'),(16475,568,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.112056, -75.439060\";s:3:\"lat\";s:10:\"41.1121102\";s:3:\"lng\";s:18:\"-75.43898619999999\";}'),(16476,568,'_locations_6_location','field_5683f288dcba1'),(16477,568,'locations_6_title','State Route 940, Section 4B – E11886, Monroe County Bridge Replacement'),(16478,568,'_locations_6_title','field_5683f2aadcba2'),(16479,568,'locations_6_image',''),(16480,568,'_locations_6_image','field_568439ed8109d'),(16481,568,'locations_6_description','This project is for a small bridge and is affecting 2 properties in the Community of Tobyhanna, Monroe County.'),(16482,568,'_locations_6_description','field_5683f2b1dcba3'),(16483,568,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.682016, -75.693190\";s:3:\"lat\";s:10:\"40.6820167\";s:3:\"lng\";s:11:\"-75.6931907\";}'),(16484,568,'_locations_7_location','field_5683f288dcba1'),(16485,568,'locations_7_title','State Route 309, Section 11B – E79087, Lehigh County - Bridge'),(16486,568,'_locations_7_title','field_5683f2aadcba2'),(16487,568,'locations_7_image','551'),(16488,568,'_locations_7_image','field_568439ed8109d'),(16489,568,'locations_7_description','This project was for a small bridge and affected 6 properties in the Township of North Whitehall, Lehigh County.'),(16490,568,'_locations_7_description','field_5683f2b1dcba3'),(16491,568,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.679445, -75.629188\";s:3:\"lat\";s:10:\"40.6794586\";s:3:\"lng\";s:18:\"-75.62918300000001\";}'),(16492,568,'_locations_8_location','field_5683f288dcba1'),(16493,568,'locations_8_title','State Route 309, Section 11B – E79087, Lehigh County - Bridge'),(16494,568,'_locations_8_title','field_5683f2aadcba2'),(16495,568,'locations_8_image','551'),(16496,568,'_locations_8_image','field_568439ed8109d'),(16497,568,'locations_8_description','This project was for a small bridge and affected 6 properties in the Township of North Whitehall, Lehigh County.'),(16498,568,'_locations_8_description','field_5683f2b1dcba3'),(16499,568,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.680140, -76.619724\";s:3:\"lat\";s:10:\"40.6801276\";s:3:\"lng\";s:18:\"-76.61972400000002\";}'),(16500,568,'_locations_9_location','field_5683f288dcba1'),(16501,568,'locations_9_title','State Route 4016, Section 1B – E84046, Schuylkill County - Bridge'),(16502,568,'_locations_9_title','field_5683f2aadcba2'),(16503,568,'locations_9_image','554'),(16504,568,'_locations_9_image','field_568439ed8109d'),(16505,568,'locations_9_description','This project was for a small bridge and affected 1 property in the Township of Upper Mahantango, Schuykill County.'),(16506,568,'_locations_9_description','field_5683f2b1dcba3'),(16507,568,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.611554, -75.336637\";s:3:\"lat\";s:10:\"40.6116032\";s:3:\"lng\";s:11:\"-75.3365867\";}'),(16508,568,'_locations_10_location','field_5683f288dcba1'),(16509,568,'locations_10_title','State Route 2014, Section 1B – E87072, Northampton County, Shimersville - Bridge'),(16510,568,'_locations_10_title','field_5683f2aadcba2'),(16511,568,'locations_10_image','556'),(16512,568,'_locations_10_image','field_568439ed8109d'),(16513,568,'locations_10_description','This project is for a small bridge and is affecting 1 property in the Township of Bethlehem, Northampton County.'),(16514,568,'_locations_10_description','field_5683f2b1dcba3'),(16515,568,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.756637, -75.565972\";s:3:\"lat\";s:10:\"40.7566356\";s:3:\"lng\";s:11:\"-75.5659695\";}'),(16516,568,'_locations_11_location','field_5683f288dcba1'),(16517,568,'locations_11_title','State Route 4020, Section 2B – E12314, Northampton County, Lehigh Township Bridge'),(16518,568,'_locations_11_title','field_5683f2aadcba2'),(16519,568,'locations_11_image','558'),(16520,568,'_locations_11_image','field_568439ed8109d'),(16521,568,'locations_11_description','This project was for a small bridge project and affected 2 properties in the Township of Lehigh, Northampton County.'),(16522,568,'_locations_11_description','field_5683f2b1dcba3'),(16523,568,'locations_12_location','a:3:{s:7:\"address\";s:21:\"41.172357, -75.589455\";s:3:\"lat\";s:10:\"41.1685019\";s:3:\"lng\";s:18:\"-75.59053599999999\";}'),(16524,568,'_locations_12_location','field_5683f288dcba1'),(16525,568,'locations_12_title','State Route 4003, Section 1B – E51582, Monroe County, Coolbaugh – Thornhurst Bridge'),(16526,568,'_locations_12_title','field_5683f2aadcba2'),(16527,568,'locations_12_image',''),(16528,568,'_locations_12_image','field_568439ed8109d'),(16529,568,'locations_12_description','This project is for a small bridge and is affecting 7 properties in the Township of Coolbaugh, Monroe and Lackawanna Counties.'),(16530,568,'_locations_12_description','field_5683f2b1dcba3'),(16531,568,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.544832, -75.761389\";s:3:\"lat\";s:10:\"40.5448281\";s:3:\"lng\";s:11:\"-75.7613634\";}'),(16532,568,'_locations_13_location','field_5683f288dcba1'),(16533,568,'locations_13_title','State Route 1021, Section 1B – E10694, Berks County, Maxatawny twp. - Bridge'),(16534,568,'_locations_13_title','field_5683f2aadcba2'),(16535,568,'locations_13_image','561'),(16536,568,'_locations_13_image','field_568439ed8109d'),(16537,568,'locations_13_description','This project was for a small bridge and affected 2 properties in the Township of Maxatawny, Berks County.'),(16538,568,'_locations_13_description','field_5683f2b1dcba3'),(16539,568,'locations_14_location','a:3:{s:7:\"address\";s:21:\"41.100803, -75.346697\";s:3:\"lat\";s:10:\"41.1007883\";s:3:\"lng\";s:18:\"-75.34667230000002\";}'),(16540,568,'_locations_14_location','field_5683f288dcba1'),(16541,568,'locations_14_title','State Route 0314, Section 18B – E79172 – Monroe County, Pocono - Bridge'),(16542,568,'_locations_14_title','field_5683f2aadcba2'),(16543,568,'locations_14_image',''),(16544,568,'_locations_14_image','field_568439ed8109d'),(16545,568,'locations_14_description','This project is for a small bridge and is affecting 2 properties in the Township of Pocono, Monroe County.'),(16546,568,'_locations_14_description','field_5683f2b1dcba3'),(16547,568,'locations_15_location','a:3:{s:7:\"address\";s:21:\"40.726856, -75.870915\";s:3:\"lat\";s:10:\"40.7268199\";s:3:\"lng\";s:18:\"-75.87125300000002\";}'),(16548,568,'_locations_15_location','field_5683f288dcba1'),(16549,568,'locations_15_title','State Route 309, Section 3B – E82343 – Schuykill County, Penn Twp. Bridge '),(16550,568,'_locations_15_title','field_5683f2aadcba2'),(16551,568,'locations_15_image',''),(16552,568,'_locations_15_image','field_568439ed8109d'),(16553,568,'locations_15_description','This project is for a small bridge and is affecting 5 properties in the Township of West Penn, Schuykill County.'),(16554,568,'_locations_15_description','field_5683f2b1dcba3'),(16555,568,'locations_16_location','a:3:{s:7:\"address\";s:21:\"40.665193, -75.827831\";s:3:\"lat\";s:9:\"40.664553\";s:3:\"lng\";s:10:\"-75.827947\";}'),(16556,568,'_locations_16_location','field_5683f288dcba1'),(16557,568,'locations_16_title','State Route 4037, Section 1B – E11407 – Lehigh County, Lynn Twp. Bridge'),(16558,568,'_locations_16_title','field_5683f2aadcba2'),(16559,568,'locations_16_image','565'),(16560,568,'_locations_16_image','field_568439ed8109d'),(16561,568,'locations_16_description','This project was for a small bridge and affected 3 properties in the Township of Lynn, Lehigh County.'),(16562,568,'_locations_16_description','field_5683f2b1dcba3'),(16563,568,'locations_17_location','a:3:{s:7:\"address\";s:21:\"40.268207, -75.808862\";s:3:\"lat\";s:9:\"40.271056\";s:3:\"lng\";s:18:\"-75.80798199999998\";}'),(16564,568,'_locations_17_location','field_5683f288dcba1'),(16565,568,'locations_17_title','State Route 345, Section 10B – E10823 – Berks County, Exeter Birdsboro - Bridge'),(16566,568,'_locations_17_title','field_5683f2aadcba2'),(16567,568,'locations_17_image',''),(16568,568,'_locations_17_image','field_568439ed8109d'),(16569,568,'locations_17_description','This project is for roadway & bridge realignment and intersection improvements and is affecting 16 properties in the Township of Exeter, Berks County.'),(16570,568,'_locations_17_description','field_5683f2b1dcba3'),(16571,568,'locations_18_location','a:3:{s:7:\"address\";s:21:\"40.833262, -75.299358\";s:3:\"lat\";s:17:\"40.83224209999999\";s:3:\"lng\";s:11:\"-75.3007657\";}'),(16572,568,'_locations_18_location','field_5683f288dcba1'),(16573,568,'locations_18_title','State Route 0033, Section 006 – E12187 – Northampton County, Plainfield - Bridge'),(16574,568,'_locations_18_title','field_5683f2aadcba2'),(16575,568,'locations_18_image',''),(16576,568,'_locations_18_image','field_568439ed8109d'),(16577,568,'locations_18_description','This project is for roadway and intersection reconfiguration and is affecting 15 properties in the Township of Plainfield, Northampton County.'),(16578,568,'_locations_18_description','field_5683f2b1dcba3'),(16579,568,'locations','19'),(16580,568,'_locations','field_5683f253a5dba'),(16581,337,'locations_18_location','a:3:{s:7:\"address\";s:21:\"40.833262, -75.299358\";s:3:\"lat\";s:17:\"40.83224209999999\";s:3:\"lng\";s:11:\"-75.3007657\";}'),(16582,337,'_locations_18_location','field_5683f288dcba1'),(16583,337,'locations_18_title','State Route 0033, Section 006 – E12187 – Northampton County, Plainfield - Bridge'),(16584,337,'_locations_18_title','field_5683f2aadcba2'),(16585,337,'locations_18_image',''),(16586,337,'_locations_18_image','field_568439ed8109d'),(16587,337,'locations_18_description','This project is for roadway and intersection reconfiguration and is affecting 15 properties in the Township of Plainfield, Northampton County.'),(16588,337,'_locations_18_description','field_5683f2b1dcba3'),(16589,569,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.577364, -75.758778\";s:3:\"lat\";s:10:\"40.5773582\";s:3:\"lng\";s:11:\"-75.7587785\";}'),(16590,569,'_locations_0_location','field_5683f288dcba1'),(16591,569,'locations_0_title','78, 12M – Krumsville'),(16592,569,'_locations_0_title','field_5683f2aadcba2'),(16593,569,'locations_0_image',''),(16594,569,'_locations_0_image','field_568439ed8109d'),(16595,569,'locations_0_description',''),(16596,569,'_locations_0_description','field_5683f2b1dcba3'),(16597,569,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.660116, -75.484238\";s:3:\"lat\";s:10:\"40.6602927\";s:3:\"lng\";s:18:\"-75.48364449999997\";}'),(16598,569,'_locations_1_location','field_5683f288dcba1'),(16599,569,'locations_1_title','Lehigh County 3 bridge'),(16600,569,'_locations_1_title','field_5683f2aadcba2'),(16601,569,'locations_1_image',''),(16602,569,'_locations_1_image','field_568439ed8109d'),(16603,569,'locations_1_description','This project is for a three bridge replacement and is affecting 11 properties and resulting in the relocation of 4 tenants in a multi-unit dwelling in Lehigh County.'),(16604,569,'_locations_1_description','field_5683f2b1dcba3'),(16605,569,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.675917, -75.489638\";s:3:\"lat\";s:10:\"40.6759335\";s:3:\"lng\";s:11:\"-75.4895912\";}'),(16606,569,'_locations_2_location','field_5683f288dcba1'),(16607,569,'locations_2_title','Lehigh Coplay Northampton'),(16608,569,'_locations_2_title','field_5683f2aadcba2'),(16609,569,'locations_2_image',''),(16610,569,'_locations_2_image','field_568439ed8109d'),(16611,569,'locations_2_description','This project is for a bridge replacement and is affecting 9 properties in the Borough of Coplay, Lehigh County and the Borough of Northampton, Northampton County.'),(16612,569,'_locations_2_description','field_5683f2b1dcba3'),(16613,569,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.889830, -75.529302\";s:3:\"lat\";s:9:\"40.890649\";s:3:\"lng\";s:18:\"-75.53066000000001\";}'),(16614,569,'_locations_3_location','field_5683f288dcba1'),(16615,569,'locations_3_title','Carbon – T447'),(16616,569,'_locations_3_title','field_5683f2aadcba2'),(16617,569,'locations_3_image',''),(16618,569,'_locations_3_image','field_568439ed8109d'),(16619,569,'locations_3_description',''),(16620,569,'_locations_3_description','field_5683f2b1dcba3'),(16621,569,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.531138, -75.600697\";s:3:\"lat\";s:10:\"40.5310072\";s:3:\"lng\";s:18:\"-75.60182600000002\";}'),(16622,569,'_locations_4_location','field_5683f288dcba1'),(16623,569,'locations_4_title','State Route 100, Section 13B – E79113, Lehigh County, Lower Macungie twp. Bridge'),(16624,569,'_locations_4_title','field_5683f2aadcba2'),(16625,569,'locations_4_image',''),(16626,569,'_locations_4_image','field_568439ed8109d'),(16627,569,'locations_4_description','This project is for a small bridge and is affecting 6 properties in the Township of Lower Macungie, Lehigh County.'),(16628,569,'_locations_4_description','field_5683f2b1dcba3'),(16629,569,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.879279, -75.209695\";s:3:\"lat\";s:10:\"40.8792804\";s:3:\"lng\";s:18:\"-75.20967940000003\";}'),(16630,569,'_locations_5_location','field_5683f288dcba1'),(16631,569,'locations_5_title','State Route 1033, Section 1B – E81666, Northampton County, Washington Twp. Bridge'),(16632,569,'_locations_5_title','field_5683f2aadcba2'),(16633,569,'locations_5_image','548'),(16634,569,'_locations_5_image','field_568439ed8109d'),(16635,569,'locations_5_description','This project was for a small bridge and affected 4 properties in the Township of Washington, Northampton County.'),(16636,569,'_locations_5_description','field_5683f2b1dcba3'),(16637,569,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.112056, -75.439060\";s:3:\"lat\";s:10:\"41.1121102\";s:3:\"lng\";s:18:\"-75.43898619999999\";}'),(16638,569,'_locations_6_location','field_5683f288dcba1'),(16639,569,'locations_6_title','State Route 940, Section 4B – E11886, Monroe County Bridge Replacement'),(16640,569,'_locations_6_title','field_5683f2aadcba2'),(16641,569,'locations_6_image',''),(16642,569,'_locations_6_image','field_568439ed8109d'),(16643,569,'locations_6_description','This project is for a small bridge and is affecting 2 properties in the Community of Tobyhanna, Monroe County.'),(16644,569,'_locations_6_description','field_5683f2b1dcba3'),(16645,569,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.682016, -75.693190\";s:3:\"lat\";s:10:\"40.6820167\";s:3:\"lng\";s:11:\"-75.6931907\";}'),(16646,569,'_locations_7_location','field_5683f288dcba1'),(16647,569,'locations_7_title','State Route 309, Section 11B – E79087, Lehigh County - Bridge'),(16648,569,'_locations_7_title','field_5683f2aadcba2'),(16649,569,'locations_7_image','551'),(16650,569,'_locations_7_image','field_568439ed8109d'),(16651,569,'locations_7_description','This project was for a small bridge and affected 6 properties in the Township of North Whitehall, Lehigh County.'),(16652,569,'_locations_7_description','field_5683f2b1dcba3'),(16653,569,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.679445, -75.629188\";s:3:\"lat\";s:10:\"40.6794586\";s:3:\"lng\";s:18:\"-75.62918300000001\";}'),(16654,569,'_locations_8_location','field_5683f288dcba1'),(16655,569,'locations_8_title','State Route 309, Section 11B – E79087, Lehigh County - Bridge'),(16656,569,'_locations_8_title','field_5683f2aadcba2'),(16657,569,'locations_8_image','551'),(16658,569,'_locations_8_image','field_568439ed8109d'),(16659,569,'locations_8_description','This project was for a small bridge and affected 6 properties in the Township of North Whitehall, Lehigh County.'),(16660,569,'_locations_8_description','field_5683f2b1dcba3'),(16661,569,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.680140, -76.619724\";s:3:\"lat\";s:10:\"40.6801276\";s:3:\"lng\";s:18:\"-76.61972400000002\";}'),(16662,569,'_locations_9_location','field_5683f288dcba1'),(16663,569,'locations_9_title','State Route 4016, Section 1B – E84046, Schuylkill County - Bridge'),(16664,569,'_locations_9_title','field_5683f2aadcba2'),(16665,569,'locations_9_image','554'),(16666,569,'_locations_9_image','field_568439ed8109d'),(16667,569,'locations_9_description','This project was for a small bridge and affected 1 property in the Township of Upper Mahantango, Schuykill County.'),(16668,569,'_locations_9_description','field_5683f2b1dcba3'),(16669,569,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.611554, -75.336637\";s:3:\"lat\";s:10:\"40.6116032\";s:3:\"lng\";s:11:\"-75.3365867\";}'),(16670,569,'_locations_10_location','field_5683f288dcba1'),(16671,569,'locations_10_title','State Route 2014, Section 1B – E87072, Northampton County, Shimersville - Bridge'),(16672,569,'_locations_10_title','field_5683f2aadcba2'),(16673,569,'locations_10_image','556'),(16674,569,'_locations_10_image','field_568439ed8109d'),(16675,569,'locations_10_description','This project is for a small bridge and is affecting 1 property in the Township of Bethlehem, Northampton County.'),(16676,569,'_locations_10_description','field_5683f2b1dcba3'),(16677,569,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.756637, -75.565972\";s:3:\"lat\";s:10:\"40.7566356\";s:3:\"lng\";s:11:\"-75.5659695\";}'),(16678,569,'_locations_11_location','field_5683f288dcba1'),(16679,569,'locations_11_title','State Route 4020, Section 2B – E12314, Northampton County, Lehigh Township Bridge'),(16680,569,'_locations_11_title','field_5683f2aadcba2'),(16681,569,'locations_11_image','558'),(16682,569,'_locations_11_image','field_568439ed8109d'),(16683,569,'locations_11_description','This project was for a small bridge project and affected 2 properties in the Township of Lehigh, Northampton County.'),(16684,569,'_locations_11_description','field_5683f2b1dcba3'),(16685,569,'locations_12_location','a:3:{s:7:\"address\";s:21:\"41.172357, -75.589455\";s:3:\"lat\";s:10:\"41.1685019\";s:3:\"lng\";s:18:\"-75.59053599999999\";}'),(16686,569,'_locations_12_location','field_5683f288dcba1'),(16687,569,'locations_12_title','State Route 4003, Section 1B – E51582, Monroe County, Coolbaugh – Thornhurst Bridge'),(16688,569,'_locations_12_title','field_5683f2aadcba2'),(16689,569,'locations_12_image',''),(16690,569,'_locations_12_image','field_568439ed8109d'),(16691,569,'locations_12_description','This project is for a small bridge and is affecting 7 properties in the Township of Coolbaugh, Monroe and Lackawanna Counties.'),(16692,569,'_locations_12_description','field_5683f2b1dcba3'),(16693,569,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.544832, -75.761389\";s:3:\"lat\";s:10:\"40.5448281\";s:3:\"lng\";s:11:\"-75.7613634\";}'),(16694,569,'_locations_13_location','field_5683f288dcba1'),(16695,569,'locations_13_title','State Route 1021, Section 1B – E10694, Berks County, Maxatawny twp. - Bridge'),(16696,569,'_locations_13_title','field_5683f2aadcba2'),(16697,569,'locations_13_image','561'),(16698,569,'_locations_13_image','field_568439ed8109d'),(16699,569,'locations_13_description','This project was for a small bridge and affected 2 properties in the Township of Maxatawny, Berks County.'),(16700,569,'_locations_13_description','field_5683f2b1dcba3'),(16701,569,'locations_14_location','a:3:{s:7:\"address\";s:21:\"41.100803, -75.346697\";s:3:\"lat\";s:10:\"41.1007883\";s:3:\"lng\";s:18:\"-75.34667230000002\";}'),(16702,569,'_locations_14_location','field_5683f288dcba1'),(16703,569,'locations_14_title','State Route 0314, Section 18B – E79172 – Monroe County, Pocono - Bridge'),(16704,569,'_locations_14_title','field_5683f2aadcba2'),(16705,569,'locations_14_image',''),(16706,569,'_locations_14_image','field_568439ed8109d'),(16707,569,'locations_14_description','This project is for a small bridge and is affecting 2 properties in the Township of Pocono, Monroe County.'),(16708,569,'_locations_14_description','field_5683f2b1dcba3'),(16709,569,'locations_15_location','a:3:{s:7:\"address\";s:21:\"40.726856, -75.870915\";s:3:\"lat\";s:10:\"40.7268199\";s:3:\"lng\";s:18:\"-75.87125300000002\";}'),(16710,569,'_locations_15_location','field_5683f288dcba1'),(16711,569,'locations_15_title','State Route 309, Section 3B – E82343 – Schuykill County, Penn Twp. Bridge '),(16712,569,'_locations_15_title','field_5683f2aadcba2'),(16713,569,'locations_15_image',''),(16714,569,'_locations_15_image','field_568439ed8109d'),(16715,569,'locations_15_description','This project is for a small bridge and is affecting 5 properties in the Township of West Penn, Schuykill County.'),(16716,569,'_locations_15_description','field_5683f2b1dcba3'),(16717,569,'locations_16_location','a:3:{s:7:\"address\";s:21:\"40.665193, -75.827831\";s:3:\"lat\";s:9:\"40.664553\";s:3:\"lng\";s:10:\"-75.827947\";}'),(16718,569,'_locations_16_location','field_5683f288dcba1'),(16719,569,'locations_16_title','State Route 4037, Section 1B – E11407 – Lehigh County, Lynn Twp. Bridge'),(16720,569,'_locations_16_title','field_5683f2aadcba2'),(16721,569,'locations_16_image','565'),(16722,569,'_locations_16_image','field_568439ed8109d'),(16723,569,'locations_16_description','This project was for a small bridge and affected 3 properties in the Township of Lynn, Lehigh County.'),(16724,569,'_locations_16_description','field_5683f2b1dcba3'),(16725,569,'locations_17_location','a:3:{s:7:\"address\";s:21:\"40.268207, -75.808862\";s:3:\"lat\";s:9:\"40.271056\";s:3:\"lng\";s:18:\"-75.80798199999998\";}'),(16726,569,'_locations_17_location','field_5683f288dcba1'),(16727,569,'locations_17_title','State Route 345, Section 10B – E10823 – Berks County, Exeter Birdsboro - Bridge'),(16728,569,'_locations_17_title','field_5683f2aadcba2'),(16729,569,'locations_17_image',''),(16730,569,'_locations_17_image','field_568439ed8109d'),(16731,569,'locations_17_description','This project is for roadway & bridge realignment and intersection improvements and is affecting 16 properties in the Township of Exeter, Berks County.'),(16732,569,'_locations_17_description','field_5683f2b1dcba3'),(16733,569,'locations_18_location','a:3:{s:7:\"address\";s:21:\"40.833262, -75.299358\";s:3:\"lat\";s:17:\"40.83224209999999\";s:3:\"lng\";s:11:\"-75.3007657\";}'),(16734,569,'_locations_18_location','field_5683f288dcba1'),(16735,569,'locations_18_title','State Route 0033, Section 006 – E12187 – Northampton County, Plainfield - Bridge'),(16736,569,'_locations_18_title','field_5683f2aadcba2'),(16737,569,'locations_18_image',''),(16738,569,'_locations_18_image','field_568439ed8109d'),(16739,569,'locations_18_description','This project is for roadway and intersection reconfiguration and is affecting 15 properties in the Township of Plainfield, Northampton County.'),(16740,569,'_locations_18_description','field_5683f2b1dcba3'),(16741,569,'locations_19_location','a:3:{s:7:\"address\";s:21:\"40.528604, -75.391940\";s:3:\"lat\";s:10:\"40.5286192\";s:3:\"lng\";s:18:\"-75.39229009999997\";}'),(16742,569,'_locations_19_location','field_5683f288dcba1'),(16743,569,'locations_19_title','State Route 2030, Section 01B – E11417 – Lehigh County Centennial Bridge'),(16744,569,'_locations_19_title','field_5683f2aadcba2'),(16745,569,'locations_19_image',''),(16746,569,'_locations_19_image','field_568439ed8109d'),(16747,569,'locations_19_description','This project is for a small bridge and is affecting 7 properties in the Township of Upper Saucon, Lehigh County.'),(16748,569,'_locations_19_description','field_5683f2b1dcba3'),(16749,569,'locations','20'),(16750,569,'_locations','field_5683f253a5dba'),(16751,337,'locations_19_location','a:3:{s:7:\"address\";s:21:\"40.528604, -75.391940\";s:3:\"lat\";s:10:\"40.5286192\";s:3:\"lng\";s:18:\"-75.39229009999997\";}'),(16752,337,'_locations_19_location','field_5683f288dcba1'),(16753,337,'locations_19_title','State Route 2030, Section 01B – E11417 – Lehigh County Centennial Bridge'),(16754,337,'_locations_19_title','field_5683f2aadcba2'),(16755,337,'locations_19_image',''),(16756,337,'_locations_19_image','field_568439ed8109d'),(16757,337,'locations_19_description','This project is for a small bridge and is affecting 7 properties in the Township of Upper Saucon, Lehigh County.'),(16758,337,'_locations_19_description','field_5683f2b1dcba3'),(16759,570,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.577364, -75.758778\";s:3:\"lat\";s:10:\"40.5773582\";s:3:\"lng\";s:11:\"-75.7587785\";}'),(16760,570,'_locations_0_location','field_5683f288dcba1'),(16761,570,'locations_0_title','78, 12M – Krumsville'),(16762,570,'_locations_0_title','field_5683f2aadcba2'),(16763,570,'locations_0_image',''),(16764,570,'_locations_0_image','field_568439ed8109d'),(16765,570,'locations_0_description',''),(16766,570,'_locations_0_description','field_5683f2b1dcba3'),(16767,570,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.660116, -75.484238\";s:3:\"lat\";s:10:\"40.6602927\";s:3:\"lng\";s:18:\"-75.48364449999997\";}'),(16768,570,'_locations_1_location','field_5683f288dcba1'),(16769,570,'locations_1_title','Lehigh County 3 bridge'),(16770,570,'_locations_1_title','field_5683f2aadcba2'),(16771,570,'locations_1_image',''),(16772,570,'_locations_1_image','field_568439ed8109d'),(16773,570,'locations_1_description','This project is for a three bridge replacement and is affecting 11 properties and resulting in the relocation of 4 tenants in a multi-unit dwelling in Lehigh County.'),(16774,570,'_locations_1_description','field_5683f2b1dcba3'),(16775,570,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.675917, -75.489638\";s:3:\"lat\";s:10:\"40.6759335\";s:3:\"lng\";s:11:\"-75.4895912\";}'),(16776,570,'_locations_2_location','field_5683f288dcba1'),(16777,570,'locations_2_title','Lehigh Coplay Northampton'),(16778,570,'_locations_2_title','field_5683f2aadcba2'),(16779,570,'locations_2_image',''),(16780,570,'_locations_2_image','field_568439ed8109d'),(16781,570,'locations_2_description','This project is for a bridge replacement and is affecting 9 properties in the Borough of Coplay, Lehigh County and the Borough of Northampton, Northampton County.'),(16782,570,'_locations_2_description','field_5683f2b1dcba3'),(16783,570,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.889830, -75.529302\";s:3:\"lat\";s:9:\"40.890649\";s:3:\"lng\";s:18:\"-75.53066000000001\";}'),(16784,570,'_locations_3_location','field_5683f288dcba1'),(16785,570,'locations_3_title','Carbon – T447'),(16786,570,'_locations_3_title','field_5683f2aadcba2'),(16787,570,'locations_3_image',''),(16788,570,'_locations_3_image','field_568439ed8109d'),(16789,570,'locations_3_description',''),(16790,570,'_locations_3_description','field_5683f2b1dcba3'),(16791,570,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.531138, -75.600697\";s:3:\"lat\";s:10:\"40.5310072\";s:3:\"lng\";s:18:\"-75.60182600000002\";}'),(16792,570,'_locations_4_location','field_5683f288dcba1'),(16793,570,'locations_4_title','State Route 100, Section 13B – E79113, Lehigh County, Lower Macungie twp. Bridge'),(16794,570,'_locations_4_title','field_5683f2aadcba2'),(16795,570,'locations_4_image',''),(16796,570,'_locations_4_image','field_568439ed8109d'),(16797,570,'locations_4_description','This project is for a small bridge and is affecting 6 properties in the Township of Lower Macungie, Lehigh County.'),(16798,570,'_locations_4_description','field_5683f2b1dcba3'),(16799,570,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.879279, -75.209695\";s:3:\"lat\";s:10:\"40.8792804\";s:3:\"lng\";s:18:\"-75.20967940000003\";}'),(16800,570,'_locations_5_location','field_5683f288dcba1'),(16801,570,'locations_5_title','State Route 1033, Section 1B – E81666, Northampton County, Washington Twp. Bridge'),(16802,570,'_locations_5_title','field_5683f2aadcba2'),(16803,570,'locations_5_image','548'),(16804,570,'_locations_5_image','field_568439ed8109d'),(16805,570,'locations_5_description','This project was for a small bridge and affected 4 properties in the Township of Washington, Northampton County.'),(16806,570,'_locations_5_description','field_5683f2b1dcba3'),(16807,570,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.112056, -75.439060\";s:3:\"lat\";s:10:\"41.1121102\";s:3:\"lng\";s:18:\"-75.43898619999999\";}'),(16808,570,'_locations_6_location','field_5683f288dcba1'),(16809,570,'locations_6_title','State Route 940, Section 4B – E11886, Monroe County Bridge Replacement'),(16810,570,'_locations_6_title','field_5683f2aadcba2'),(16811,570,'locations_6_image',''),(16812,570,'_locations_6_image','field_568439ed8109d'),(16813,570,'locations_6_description','This project is for a small bridge and is affecting 2 properties in the Community of Tobyhanna, Monroe County.'),(16814,570,'_locations_6_description','field_5683f2b1dcba3'),(16815,570,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.682016, -75.693190\";s:3:\"lat\";s:10:\"40.6820167\";s:3:\"lng\";s:11:\"-75.6931907\";}'),(16816,570,'_locations_7_location','field_5683f288dcba1'),(16817,570,'locations_7_title','State Route 309, Section 11B – E79087, Lehigh County - Bridge'),(16818,570,'_locations_7_title','field_5683f2aadcba2'),(16819,570,'locations_7_image','551'),(16820,570,'_locations_7_image','field_568439ed8109d'),(16821,570,'locations_7_description','This project was for a small bridge and affected 6 properties in the Township of North Whitehall, Lehigh County.'),(16822,570,'_locations_7_description','field_5683f2b1dcba3'),(16823,570,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.679445, -75.629188\";s:3:\"lat\";s:10:\"40.6794586\";s:3:\"lng\";s:18:\"-75.62918300000001\";}'),(16824,570,'_locations_8_location','field_5683f288dcba1'),(16825,570,'locations_8_title','State Route 309, Section 11B – E79087, Lehigh County - Bridge'),(16826,570,'_locations_8_title','field_5683f2aadcba2'),(16827,570,'locations_8_image','551'),(16828,570,'_locations_8_image','field_568439ed8109d'),(16829,570,'locations_8_description','This project was for a small bridge and affected 6 properties in the Township of North Whitehall, Lehigh County.'),(16830,570,'_locations_8_description','field_5683f2b1dcba3'),(16831,570,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.680140, -76.619724\";s:3:\"lat\";s:10:\"40.6801276\";s:3:\"lng\";s:18:\"-76.61972400000002\";}'),(16832,570,'_locations_9_location','field_5683f288dcba1'),(16833,570,'locations_9_title','State Route 4016, Section 1B – E84046, Schuylkill County - Bridge'),(16834,570,'_locations_9_title','field_5683f2aadcba2'),(16835,570,'locations_9_image','554'),(16836,570,'_locations_9_image','field_568439ed8109d'),(16837,570,'locations_9_description','This project was for a small bridge and affected 1 property in the Township of Upper Mahantango, Schuykill County.'),(16838,570,'_locations_9_description','field_5683f2b1dcba3'),(16839,570,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.611554, -75.336637\";s:3:\"lat\";s:10:\"40.6116032\";s:3:\"lng\";s:11:\"-75.3365867\";}'),(16840,570,'_locations_10_location','field_5683f288dcba1'),(16841,570,'locations_10_title','State Route 2014, Section 1B – E87072, Northampton County, Shimersville - Bridge'),(16842,570,'_locations_10_title','field_5683f2aadcba2'),(16843,570,'locations_10_image','556'),(16844,570,'_locations_10_image','field_568439ed8109d'),(16845,570,'locations_10_description','This project is for a small bridge and is affecting 1 property in the Township of Bethlehem, Northampton County.'),(16846,570,'_locations_10_description','field_5683f2b1dcba3'),(16847,570,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.756637, -75.565972\";s:3:\"lat\";s:10:\"40.7566356\";s:3:\"lng\";s:11:\"-75.5659695\";}'),(16848,570,'_locations_11_location','field_5683f288dcba1'),(16849,570,'locations_11_title','State Route 4020, Section 2B – E12314, Northampton County, Lehigh Township Bridge'),(16850,570,'_locations_11_title','field_5683f2aadcba2'),(16851,570,'locations_11_image','558'),(16852,570,'_locations_11_image','field_568439ed8109d'),(16853,570,'locations_11_description','This project was for a small bridge project and affected 2 properties in the Township of Lehigh, Northampton County.'),(16854,570,'_locations_11_description','field_5683f2b1dcba3'),(16855,570,'locations_12_location','a:3:{s:7:\"address\";s:21:\"41.172357, -75.589455\";s:3:\"lat\";s:10:\"41.1685019\";s:3:\"lng\";s:18:\"-75.59053599999999\";}'),(16856,570,'_locations_12_location','field_5683f288dcba1'),(16857,570,'locations_12_title','State Route 4003, Section 1B – E51582, Monroe County, Coolbaugh – Thornhurst Bridge'),(16858,570,'_locations_12_title','field_5683f2aadcba2'),(16859,570,'locations_12_image',''),(16860,570,'_locations_12_image','field_568439ed8109d'),(16861,570,'locations_12_description','This project is for a small bridge and is affecting 7 properties in the Township of Coolbaugh, Monroe and Lackawanna Counties.'),(16862,570,'_locations_12_description','field_5683f2b1dcba3'),(16863,570,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.544832, -75.761389\";s:3:\"lat\";s:10:\"40.5448281\";s:3:\"lng\";s:11:\"-75.7613634\";}'),(16864,570,'_locations_13_location','field_5683f288dcba1'),(16865,570,'locations_13_title','State Route 1021, Section 1B – E10694, Berks County, Maxatawny twp. - Bridge'),(16866,570,'_locations_13_title','field_5683f2aadcba2'),(16867,570,'locations_13_image','561'),(16868,570,'_locations_13_image','field_568439ed8109d'),(16869,570,'locations_13_description','This project was for a small bridge and affected 2 properties in the Township of Maxatawny, Berks County.'),(16870,570,'_locations_13_description','field_5683f2b1dcba3'),(16871,570,'locations_14_location','a:3:{s:7:\"address\";s:21:\"41.100803, -75.346697\";s:3:\"lat\";s:10:\"41.1007883\";s:3:\"lng\";s:18:\"-75.34667230000002\";}'),(16872,570,'_locations_14_location','field_5683f288dcba1'),(16873,570,'locations_14_title','State Route 0314, Section 18B – E79172 – Monroe County, Pocono - Bridge'),(16874,570,'_locations_14_title','field_5683f2aadcba2'),(16875,570,'locations_14_image',''),(16876,570,'_locations_14_image','field_568439ed8109d'),(16877,570,'locations_14_description','This project is for a small bridge and is affecting 2 properties in the Township of Pocono, Monroe County.'),(16878,570,'_locations_14_description','field_5683f2b1dcba3'),(16879,570,'locations_15_location','a:3:{s:7:\"address\";s:21:\"40.726856, -75.870915\";s:3:\"lat\";s:10:\"40.7268199\";s:3:\"lng\";s:18:\"-75.87125300000002\";}'),(16880,570,'_locations_15_location','field_5683f288dcba1'),(16881,570,'locations_15_title','State Route 309, Section 3B – E82343 – Schuykill County, Penn Twp. Bridge '),(16882,570,'_locations_15_title','field_5683f2aadcba2'),(16883,570,'locations_15_image',''),(16884,570,'_locations_15_image','field_568439ed8109d'),(16885,570,'locations_15_description','This project is for a small bridge and is affecting 5 properties in the Township of West Penn, Schuykill County.'),(16886,570,'_locations_15_description','field_5683f2b1dcba3'),(16887,570,'locations_16_location','a:3:{s:7:\"address\";s:21:\"40.665193, -75.827831\";s:3:\"lat\";s:9:\"40.664553\";s:3:\"lng\";s:10:\"-75.827947\";}'),(16888,570,'_locations_16_location','field_5683f288dcba1'),(16889,570,'locations_16_title','State Route 4037, Section 1B – E11407 – Lehigh County, Lynn Twp. Bridge'),(16890,570,'_locations_16_title','field_5683f2aadcba2'),(16891,570,'locations_16_image','565'),(16892,570,'_locations_16_image','field_568439ed8109d'),(16893,570,'locations_16_description','This project was for a small bridge and affected 3 properties in the Township of Lynn, Lehigh County.'),(16894,570,'_locations_16_description','field_5683f2b1dcba3'),(16895,570,'locations_17_location','a:3:{s:7:\"address\";s:21:\"40.268207, -75.808862\";s:3:\"lat\";s:9:\"40.271056\";s:3:\"lng\";s:18:\"-75.80798199999998\";}'),(16896,570,'_locations_17_location','field_5683f288dcba1'),(16897,570,'locations_17_title','State Route 345, Section 10B – E10823 – Berks County, Exeter Birdsboro - Bridge'),(16898,570,'_locations_17_title','field_5683f2aadcba2'),(16899,570,'locations_17_image',''),(16900,570,'_locations_17_image','field_568439ed8109d'),(16901,570,'locations_17_description','This project is for roadway & bridge realignment and intersection improvements and is affecting 16 properties in the Township of Exeter, Berks County.'),(16902,570,'_locations_17_description','field_5683f2b1dcba3'),(16903,570,'locations_18_location','a:3:{s:7:\"address\";s:21:\"40.833262, -75.299358\";s:3:\"lat\";s:17:\"40.83224209999999\";s:3:\"lng\";s:11:\"-75.3007657\";}'),(16904,570,'_locations_18_location','field_5683f288dcba1'),(16905,570,'locations_18_title','State Route 0033, Section 006 – E12187 – Northampton County, Plainfield - Bridge'),(16906,570,'_locations_18_title','field_5683f2aadcba2'),(16907,570,'locations_18_image',''),(16908,570,'_locations_18_image','field_568439ed8109d'),(16909,570,'locations_18_description','This project is for roadway and intersection reconfiguration and is affecting 15 properties in the Township of Plainfield, Northampton County.'),(16910,570,'_locations_18_description','field_5683f2b1dcba3'),(16911,570,'locations_19_location','a:3:{s:7:\"address\";s:21:\"40.528604, -75.391940\";s:3:\"lat\";s:10:\"40.5286192\";s:3:\"lng\";s:18:\"-75.39229009999997\";}'),(16912,570,'_locations_19_location','field_5683f288dcba1'),(16913,570,'locations_19_title','State Route 2030, Section 01B – E11417 – Lehigh County Centennial Bridge'),(16914,570,'_locations_19_title','field_5683f2aadcba2'),(16915,570,'locations_19_image',''),(16916,570,'_locations_19_image','field_568439ed8109d'),(16917,570,'locations_19_description','This project is for a small bridge and is affecting 7 properties in the Township of Upper Saucon, Lehigh County.'),(16918,570,'_locations_19_description','field_5683f2b1dcba3'),(16919,570,'locations_20_location','a:3:{s:7:\"address\";s:21:\"40.964556, -75.764608\";s:3:\"lat\";s:9:\"40.964384\";s:3:\"lng\";s:18:\"-75.76451700000001\";}'),(16920,570,'_locations_20_location','field_5683f288dcba1'),(16921,570,'locations_20_title','State Route 4014, Section 1B – E11853 – Carbon County - Bridge'),(16922,570,'_locations_20_title','field_5683f2aadcba2'),(16923,570,'locations_20_image',''),(16924,570,'_locations_20_image','field_568439ed8109d'),(16925,570,'locations_20_description','This project is for a small bridge and is affecting 3 properties in the Township of Lehigh, Carbon County.'),(16926,570,'_locations_20_description','field_5683f2b1dcba3'),(16927,570,'locations','21'),(16928,570,'_locations','field_5683f253a5dba'),(16929,337,'locations_20_location','a:3:{s:7:\"address\";s:21:\"40.964556, -75.764608\";s:3:\"lat\";s:9:\"40.964384\";s:3:\"lng\";s:18:\"-75.76451700000001\";}'),(16930,337,'_locations_20_location','field_5683f288dcba1'),(16931,337,'locations_20_title','State Route 4014, Section 1B – E11853 – Carbon County - Bridge'),(16932,337,'_locations_20_title','field_5683f2aadcba2'),(16933,337,'locations_20_image',''),(16934,337,'_locations_20_image','field_568439ed8109d'),(16935,337,'locations_20_description','This project is for a small bridge and is affecting 3 properties in the Township of Lehigh, Carbon County.'),(16936,337,'_locations_20_description','field_5683f2b1dcba3'),(16937,571,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.577364, -75.758778\";s:3:\"lat\";s:10:\"40.5773582\";s:3:\"lng\";s:11:\"-75.7587785\";}'),(16938,571,'_locations_0_location','field_5683f288dcba1'),(16939,571,'locations_0_title','78, 12M – Krumsville'),(16940,571,'_locations_0_title','field_5683f2aadcba2'),(16941,571,'locations_0_image',''),(16942,571,'_locations_0_image','field_568439ed8109d'),(16943,571,'locations_0_description',''),(16944,571,'_locations_0_description','field_5683f2b1dcba3'),(16945,571,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.660116, -75.484238\";s:3:\"lat\";s:10:\"40.6602927\";s:3:\"lng\";s:18:\"-75.48364449999997\";}'),(16946,571,'_locations_1_location','field_5683f288dcba1'),(16947,571,'locations_1_title','Lehigh County 3 bridge'),(16948,571,'_locations_1_title','field_5683f2aadcba2'),(16949,571,'locations_1_image',''),(16950,571,'_locations_1_image','field_568439ed8109d'),(16951,571,'locations_1_description','This project is for a three bridge replacement and is affecting 11 properties and resulting in the relocation of 4 tenants in a multi-unit dwelling in Lehigh County.'),(16952,571,'_locations_1_description','field_5683f2b1dcba3'),(16953,571,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.675917, -75.489638\";s:3:\"lat\";s:10:\"40.6759335\";s:3:\"lng\";s:11:\"-75.4895912\";}'),(16954,571,'_locations_2_location','field_5683f288dcba1'),(16955,571,'locations_2_title','Lehigh Coplay Northampton'),(16956,571,'_locations_2_title','field_5683f2aadcba2'),(16957,571,'locations_2_image',''),(16958,571,'_locations_2_image','field_568439ed8109d'),(16959,571,'locations_2_description','This project is for a bridge replacement and is affecting 9 properties in the Borough of Coplay, Lehigh County and the Borough of Northampton, Northampton County.'),(16960,571,'_locations_2_description','field_5683f2b1dcba3'),(16961,571,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.889830, -75.529302\";s:3:\"lat\";s:9:\"40.890649\";s:3:\"lng\";s:18:\"-75.53066000000001\";}'),(16962,571,'_locations_3_location','field_5683f288dcba1'),(16963,571,'locations_3_title','Carbon – T447'),(16964,571,'_locations_3_title','field_5683f2aadcba2'),(16965,571,'locations_3_image',''),(16966,571,'_locations_3_image','field_568439ed8109d'),(16967,571,'locations_3_description',''),(16968,571,'_locations_3_description','field_5683f2b1dcba3'),(16969,571,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.531138, -75.600697\";s:3:\"lat\";s:10:\"40.5310072\";s:3:\"lng\";s:18:\"-75.60182600000002\";}'),(16970,571,'_locations_4_location','field_5683f288dcba1'),(16971,571,'locations_4_title','State Route 100, Section 13B – E79113, Lehigh County, Lower Macungie twp. Bridge'),(16972,571,'_locations_4_title','field_5683f2aadcba2'),(16973,571,'locations_4_image',''),(16974,571,'_locations_4_image','field_568439ed8109d'),(16975,571,'locations_4_description','This project is for a small bridge and is affecting 6 properties in the Township of Lower Macungie, Lehigh County.'),(16976,571,'_locations_4_description','field_5683f2b1dcba3'),(16977,571,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.879279, -75.209695\";s:3:\"lat\";s:10:\"40.8792804\";s:3:\"lng\";s:18:\"-75.20967940000003\";}'),(16978,571,'_locations_5_location','field_5683f288dcba1'),(16979,571,'locations_5_title','State Route 1033, Section 1B – E81666, Northampton County, Washington Twp. Bridge'),(16980,571,'_locations_5_title','field_5683f2aadcba2'),(16981,571,'locations_5_image','548'),(16982,571,'_locations_5_image','field_568439ed8109d'),(16983,571,'locations_5_description','This project was for a small bridge and affected 4 properties in the Township of Washington, Northampton County.'),(16984,571,'_locations_5_description','field_5683f2b1dcba3'),(16985,571,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.112056, -75.439060\";s:3:\"lat\";s:10:\"41.1121102\";s:3:\"lng\";s:18:\"-75.43898619999999\";}'),(16986,571,'_locations_6_location','field_5683f288dcba1'),(16987,571,'locations_6_title','State Route 940, Section 4B – E11886, Monroe County Bridge Replacement'),(16988,571,'_locations_6_title','field_5683f2aadcba2'),(16989,571,'locations_6_image',''),(16990,571,'_locations_6_image','field_568439ed8109d'),(16991,571,'locations_6_description','This project is for a small bridge and is affecting 2 properties in the Community of Tobyhanna, Monroe County.'),(16992,571,'_locations_6_description','field_5683f2b1dcba3'),(16993,571,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.682016, -75.693190\";s:3:\"lat\";s:10:\"40.6820167\";s:3:\"lng\";s:11:\"-75.6931907\";}'),(16994,571,'_locations_7_location','field_5683f288dcba1'),(16995,571,'locations_7_title','State Route 309, Section 11B – E79087, Lehigh County - Bridge'),(16996,571,'_locations_7_title','field_5683f2aadcba2'),(16997,571,'locations_7_image','551'),(16998,571,'_locations_7_image','field_568439ed8109d'),(16999,571,'locations_7_description','This project was for a small bridge and affected 6 properties in the Township of North Whitehall, Lehigh County.'),(17000,571,'_locations_7_description','field_5683f2b1dcba3'),(17001,571,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.679445, -75.629188\";s:3:\"lat\";s:10:\"40.6794586\";s:3:\"lng\";s:18:\"-75.62918300000001\";}'),(17002,571,'_locations_8_location','field_5683f288dcba1'),(17003,571,'locations_8_title','State Route 309, Section 11B – E79087, Lehigh County - Bridge'),(17004,571,'_locations_8_title','field_5683f2aadcba2'),(17005,571,'locations_8_image','551'),(17006,571,'_locations_8_image','field_568439ed8109d'),(17007,571,'locations_8_description','This project was for a small bridge and affected 6 properties in the Township of North Whitehall, Lehigh County.'),(17008,571,'_locations_8_description','field_5683f2b1dcba3'),(17009,571,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.680140, -76.619724\";s:3:\"lat\";s:10:\"40.6801276\";s:3:\"lng\";s:18:\"-76.61972400000002\";}'),(17010,571,'_locations_9_location','field_5683f288dcba1'),(17011,571,'locations_9_title','State Route 4016, Section 1B – E84046, Schuylkill County - Bridge'),(17012,571,'_locations_9_title','field_5683f2aadcba2'),(17013,571,'locations_9_image','554'),(17014,571,'_locations_9_image','field_568439ed8109d'),(17015,571,'locations_9_description','This project was for a small bridge and affected 1 property in the Township of Upper Mahantango, Schuykill County.'),(17016,571,'_locations_9_description','field_5683f2b1dcba3'),(17017,571,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.611554, -75.336637\";s:3:\"lat\";s:10:\"40.6116032\";s:3:\"lng\";s:11:\"-75.3365867\";}'),(17018,571,'_locations_10_location','field_5683f288dcba1'),(17019,571,'locations_10_title','State Route 2014, Section 1B – E87072, Northampton County, Shimersville - Bridge'),(17020,571,'_locations_10_title','field_5683f2aadcba2'),(17021,571,'locations_10_image','556'),(17022,571,'_locations_10_image','field_568439ed8109d'),(17023,571,'locations_10_description','This project is for a small bridge and is affecting 1 property in the Township of Bethlehem, Northampton County.'),(17024,571,'_locations_10_description','field_5683f2b1dcba3'),(17025,571,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.756637, -75.565972\";s:3:\"lat\";s:10:\"40.7566356\";s:3:\"lng\";s:11:\"-75.5659695\";}'),(17026,571,'_locations_11_location','field_5683f288dcba1'),(17027,571,'locations_11_title','State Route 4020, Section 2B – E12314, Northampton County, Lehigh Township Bridge'),(17028,571,'_locations_11_title','field_5683f2aadcba2'),(17029,571,'locations_11_image','558'),(17030,571,'_locations_11_image','field_568439ed8109d'),(17031,571,'locations_11_description','This project was for a small bridge project and affected 2 properties in the Township of Lehigh, Northampton County.'),(17032,571,'_locations_11_description','field_5683f2b1dcba3'),(17033,571,'locations_12_location','a:3:{s:7:\"address\";s:21:\"41.172357, -75.589455\";s:3:\"lat\";s:10:\"41.1685019\";s:3:\"lng\";s:18:\"-75.59053599999999\";}'),(17034,571,'_locations_12_location','field_5683f288dcba1'),(17035,571,'locations_12_title','State Route 4003, Section 1B – E51582, Monroe County, Coolbaugh – Thornhurst Bridge'),(17036,571,'_locations_12_title','field_5683f2aadcba2'),(17037,571,'locations_12_image',''),(17038,571,'_locations_12_image','field_568439ed8109d'),(17039,571,'locations_12_description','This project is for a small bridge and is affecting 7 properties in the Township of Coolbaugh, Monroe and Lackawanna Counties.'),(17040,571,'_locations_12_description','field_5683f2b1dcba3'),(17041,571,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.544832, -75.761389\";s:3:\"lat\";s:10:\"40.5448281\";s:3:\"lng\";s:11:\"-75.7613634\";}'),(17042,571,'_locations_13_location','field_5683f288dcba1'),(17043,571,'locations_13_title','State Route 1021, Section 1B – E10694, Berks County, Maxatawny twp. - Bridge'),(17044,571,'_locations_13_title','field_5683f2aadcba2'),(17045,571,'locations_13_image','561'),(17046,571,'_locations_13_image','field_568439ed8109d'),(17047,571,'locations_13_description','This project was for a small bridge and affected 2 properties in the Township of Maxatawny, Berks County.'),(17048,571,'_locations_13_description','field_5683f2b1dcba3'),(17049,571,'locations_14_location','a:3:{s:7:\"address\";s:21:\"41.100803, -75.346697\";s:3:\"lat\";s:10:\"41.1007883\";s:3:\"lng\";s:18:\"-75.34667230000002\";}'),(17050,571,'_locations_14_location','field_5683f288dcba1'),(17051,571,'locations_14_title','State Route 0314, Section 18B – E79172 – Monroe County, Pocono - Bridge'),(17052,571,'_locations_14_title','field_5683f2aadcba2'),(17053,571,'locations_14_image',''),(17054,571,'_locations_14_image','field_568439ed8109d'),(17055,571,'locations_14_description','This project is for a small bridge and is affecting 2 properties in the Township of Pocono, Monroe County.'),(17056,571,'_locations_14_description','field_5683f2b1dcba3'),(17057,571,'locations_15_location','a:3:{s:7:\"address\";s:21:\"40.726856, -75.870915\";s:3:\"lat\";s:10:\"40.7268199\";s:3:\"lng\";s:18:\"-75.87125300000002\";}'),(17058,571,'_locations_15_location','field_5683f288dcba1'),(17059,571,'locations_15_title','State Route 309, Section 3B – E82343 – Schuykill County, Penn Twp. Bridge '),(17060,571,'_locations_15_title','field_5683f2aadcba2'),(17061,571,'locations_15_image',''),(17062,571,'_locations_15_image','field_568439ed8109d'),(17063,571,'locations_15_description','This project is for a small bridge and is affecting 5 properties in the Township of West Penn, Schuykill County.'),(17064,571,'_locations_15_description','field_5683f2b1dcba3'),(17065,571,'locations_16_location','a:3:{s:7:\"address\";s:21:\"40.665193, -75.827831\";s:3:\"lat\";s:9:\"40.664553\";s:3:\"lng\";s:10:\"-75.827947\";}'),(17066,571,'_locations_16_location','field_5683f288dcba1'),(17067,571,'locations_16_title','State Route 4037, Section 1B – E11407 – Lehigh County, Lynn Twp. Bridge'),(17068,571,'_locations_16_title','field_5683f2aadcba2'),(17069,571,'locations_16_image','565'),(17070,571,'_locations_16_image','field_568439ed8109d'),(17071,571,'locations_16_description','This project was for a small bridge and affected 3 properties in the Township of Lynn, Lehigh County.'),(17072,571,'_locations_16_description','field_5683f2b1dcba3'),(17073,571,'locations_17_location','a:3:{s:7:\"address\";s:21:\"40.268207, -75.808862\";s:3:\"lat\";s:9:\"40.271056\";s:3:\"lng\";s:18:\"-75.80798199999998\";}'),(17074,571,'_locations_17_location','field_5683f288dcba1'),(17075,571,'locations_17_title','State Route 345, Section 10B – E10823 – Berks County, Exeter Birdsboro - Bridge'),(17076,571,'_locations_17_title','field_5683f2aadcba2'),(17077,571,'locations_17_image',''),(17078,571,'_locations_17_image','field_568439ed8109d'),(17079,571,'locations_17_description','This project is for roadway & bridge realignment and intersection improvements and is affecting 16 properties in the Township of Exeter, Berks County.'),(17080,571,'_locations_17_description','field_5683f2b1dcba3'),(17081,571,'locations_18_location','a:3:{s:7:\"address\";s:21:\"40.833262, -75.299358\";s:3:\"lat\";s:17:\"40.83224209999999\";s:3:\"lng\";s:11:\"-75.3007657\";}'),(17082,571,'_locations_18_location','field_5683f288dcba1'),(17083,571,'locations_18_title','State Route 0033, Section 006 – E12187 – Northampton County, Plainfield - Bridge'),(17084,571,'_locations_18_title','field_5683f2aadcba2'),(17085,571,'locations_18_image',''),(17086,571,'_locations_18_image','field_568439ed8109d'),(17087,571,'locations_18_description','This project is for roadway and intersection reconfiguration and is affecting 15 properties in the Township of Plainfield, Northampton County.'),(17088,571,'_locations_18_description','field_5683f2b1dcba3'),(17089,571,'locations_19_location','a:3:{s:7:\"address\";s:21:\"40.528604, -75.391940\";s:3:\"lat\";s:10:\"40.5286192\";s:3:\"lng\";s:18:\"-75.39229009999997\";}'),(17090,571,'_locations_19_location','field_5683f288dcba1'),(17091,571,'locations_19_title','State Route 2030, Section 01B – E11417 – Lehigh County Centennial Bridge'),(17092,571,'_locations_19_title','field_5683f2aadcba2'),(17093,571,'locations_19_image',''),(17094,571,'_locations_19_image','field_568439ed8109d'),(17095,571,'locations_19_description','This project is for a small bridge and is affecting 7 properties in the Township of Upper Saucon, Lehigh County.'),(17096,571,'_locations_19_description','field_5683f2b1dcba3'),(17097,571,'locations_20_location','a:3:{s:7:\"address\";s:21:\"40.964556, -75.764608\";s:3:\"lat\";s:9:\"40.964384\";s:3:\"lng\";s:18:\"-75.76451700000001\";}'),(17098,571,'_locations_20_location','field_5683f288dcba1'),(17099,571,'locations_20_title','State Route 4014, Section 1B – E11853 – Carbon County - Bridge'),(17100,571,'_locations_20_title','field_5683f2aadcba2'),(17101,571,'locations_20_image',''),(17102,571,'_locations_20_image','field_568439ed8109d'),(17103,571,'locations_20_description','This project is for a small bridge and is affecting 3 properties in the Township of Lehigh, Carbon County.'),(17104,571,'_locations_20_description','field_5683f2b1dcba3'),(17105,571,'locations_21_location','a:3:{s:7:\"address\";s:21:\"40.770694, -75.512084\";s:3:\"lat\";s:17:\"40.77068209999999\";s:3:\"lng\";s:18:\"-75.51209159999996\";}'),(17106,571,'_locations_21_location','field_5683f288dcba1'),(17107,571,'locations_21_title','State Route 4003, Section 1B – E12107 – Northampton County'),(17108,571,'_locations_21_title','field_5683f2aadcba2'),(17109,571,'locations_21_image',''),(17110,571,'_locations_21_image','field_568439ed8109d'),(17111,571,'locations_21_description','This project is for a small bridge and is affecting 4 properties in the Township of Lehigh, Northampton County.'),(17112,571,'_locations_21_description','field_5683f2b1dcba3'),(17113,571,'locations','22'),(17114,571,'_locations','field_5683f253a5dba'),(17115,337,'locations_21_location','a:3:{s:7:\"address\";s:21:\"40.770694, -75.512084\";s:3:\"lat\";s:17:\"40.77068209999999\";s:3:\"lng\";s:18:\"-75.51209159999996\";}'),(17116,337,'_locations_21_location','field_5683f288dcba1'),(17117,337,'locations_21_title','State Route 4003, Section 1B – E12107 – Northampton County'),(17118,337,'_locations_21_title','field_5683f2aadcba2'),(17119,337,'locations_21_image',''),(17120,337,'_locations_21_image','field_568439ed8109d'),(17121,337,'locations_21_description','This project is for a small bridge and is affecting 4 properties in the Township of Lehigh, Northampton County.'),(17122,337,'_locations_21_description','field_5683f2b1dcba3'),(17123,572,'_wp_attached_file','2015/12/wpea421a60_06.png'),(17124,572,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:281;s:6:\"height\";i:198;s:4:\"file\";s:25:\"2015/12/wpea421a60_06.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wpea421a60_06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(17125,573,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.262613, -75.222919\";s:3:\"lat\";s:10:\"40.2626497\";s:3:\"lng\";s:18:\"-75.22288079999998\";}'),(17126,573,'_locations_0_location','field_5683f288dcba1'),(17127,573,'locations_0_title','2038, WD1'),(17128,573,'_locations_0_title','field_5683f2aadcba2'),(17129,573,'locations_0_image','572'),(17130,573,'_locations_0_image','field_568439ed8109d'),(17131,573,'locations_0_description','This project is for a roadway widening and is affecting 65 properties and resulting in the relocation of 2 residents in the Townships of Montgomery & New Britain, Montgomery & Bucks Counties.'),(17132,573,'_locations_0_description','field_5683f2b1dcba3'),(17133,573,'locations','1'),(17134,573,'_locations','field_5683f253a5dba'),(17135,574,'_wp_attached_file','2015/12/wpfdf95d70_06.png'),(17136,574,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:281;s:6:\"height\";i:198;s:4:\"file\";s:25:\"2015/12/wpfdf95d70_06.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wpfdf95d70_06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(17137,575,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.262613, -75.222919\";s:3:\"lat\";s:10:\"40.2626497\";s:3:\"lng\";s:18:\"-75.22288079999998\";}'),(17138,575,'_locations_0_location','field_5683f288dcba1'),(17139,575,'locations_0_title','2038, WD1'),(17140,575,'_locations_0_title','field_5683f2aadcba2'),(17141,575,'locations_0_image','572'),(17142,575,'_locations_0_image','field_568439ed8109d'),(17143,575,'locations_0_description','This project is for a roadway widening and is affecting 65 properties and resulting in the relocation of 2 residents in the Townships of Montgomery & New Britain, Montgomery & Bucks Counties.'),(17144,575,'_locations_0_description','field_5683f2b1dcba3'),(17145,575,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.276639, -75.247167\";s:3:\"lat\";s:17:\"40.27663709999999\";s:3:\"lng\";s:11:\"-75.2471688\";}'),(17146,575,'_locations_1_location','field_5683f288dcba1'),(17147,575,'locations_1_title','2038, BBR'),(17148,575,'_locations_1_title','field_5683f2aadcba2'),(17149,575,'locations_1_image','574'),(17150,575,'_locations_1_image','field_568439ed8109d'),(17151,575,'locations_1_description','This project was for a small bridge replacement and affected 1 property in the Township of Hatfield, Montgomery County.'),(17152,575,'_locations_1_description','field_5683f2b1dcba3'),(17153,575,'locations','2'),(17154,575,'_locations','field_5683f253a5dba'),(17155,339,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.276639, -75.247167\";s:3:\"lat\";s:17:\"40.27663709999999\";s:3:\"lng\";s:11:\"-75.2471688\";}'),(17156,339,'_locations_1_location','field_5683f288dcba1'),(17157,339,'locations_1_title','2038, BBR'),(17158,339,'_locations_1_title','field_5683f2aadcba2'),(17159,339,'locations_1_image','574'),(17160,339,'_locations_1_image','field_568439ed8109d'),(17161,339,'locations_1_description','This project was for a small bridge replacement and affected 1 property in the Township of Hatfield, Montgomery County.'),(17162,339,'_locations_1_description','field_5683f2b1dcba3'),(17163,576,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.262613, -75.222919\";s:3:\"lat\";s:10:\"40.2626497\";s:3:\"lng\";s:18:\"-75.22288079999998\";}'),(17164,576,'_locations_0_location','field_5683f288dcba1'),(17165,576,'locations_0_title','2038, WD1'),(17166,576,'_locations_0_title','field_5683f2aadcba2'),(17167,576,'locations_0_image','572'),(17168,576,'_locations_0_image','field_568439ed8109d'),(17169,576,'locations_0_description','This project is for a roadway widening and is affecting 65 properties and resulting in the relocation of 2 residents in the Townships of Montgomery & New Britain, Montgomery & Bucks Counties.'),(17170,576,'_locations_0_description','field_5683f2b1dcba3'),(17171,576,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.276639, -75.247167\";s:3:\"lat\";s:17:\"40.27663709999999\";s:3:\"lng\";s:11:\"-75.2471688\";}'),(17172,576,'_locations_1_location','field_5683f288dcba1'),(17173,576,'locations_1_title','2038, BBR'),(17174,576,'_locations_1_title','field_5683f2aadcba2'),(17175,576,'locations_1_image','574'),(17176,576,'_locations_1_image','field_568439ed8109d'),(17177,576,'locations_1_description','This project was for a small bridge replacement and affected 1 property in the Township of Hatfield, Montgomery County.'),(17178,576,'_locations_1_description','field_5683f2b1dcba3'),(17179,576,'locations','2'),(17180,576,'_locations','field_5683f253a5dba'),(17181,577,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.262613, -75.222919\";s:3:\"lat\";s:10:\"40.2626497\";s:3:\"lng\";s:18:\"-75.22288079999998\";}'),(17182,577,'_locations_0_location','field_5683f288dcba1'),(17183,577,'locations_0_title','2038, WD1'),(17184,577,'_locations_0_title','field_5683f2aadcba2'),(17185,577,'locations_0_image','572'),(17186,577,'_locations_0_image','field_568439ed8109d'),(17187,577,'locations_0_description','This project is for a roadway widening and is affecting 65 properties and resulting in the relocation of 2 residents in the Townships of Montgomery & New Britain, Montgomery & Bucks Counties.'),(17188,577,'_locations_0_description','field_5683f2b1dcba3'),(17189,577,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.276639, -75.247167\";s:3:\"lat\";s:17:\"40.27663709999999\";s:3:\"lng\";s:11:\"-75.2471688\";}'),(17190,577,'_locations_1_location','field_5683f288dcba1'),(17191,577,'locations_1_title','2038, BBR'),(17192,577,'_locations_1_title','field_5683f2aadcba2'),(17193,577,'locations_1_image','574'),(17194,577,'_locations_1_image','field_568439ed8109d'),(17195,577,'locations_1_description','This project was for a small bridge replacement and affected 1 property in the Township of Hatfield, Montgomery County.'),(17196,577,'_locations_1_description','field_5683f2b1dcba3'),(17197,577,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.247361, -75.197195\";s:3:\"lat\";s:10:\"40.2484004\";s:3:\"lng\";s:18:\"-75.19883240000001\";}'),(17198,577,'_locations_2_location','field_5683f288dcba1'),(17199,577,'locations_2_title','2038, WD2'),(17200,577,'_locations_2_title','field_5683f2aadcba2'),(17201,577,'locations_2_image',''),(17202,577,'_locations_2_image','field_568439ed8109d'),(17203,577,'locations_2_description','This project is for a roadway widening and is affecting 47 properties in the Townships of Horsham and Warrington, Montgomery and Bucks Counties.'),(17204,577,'_locations_2_description','field_5683f2b1dcba3'),(17205,577,'locations','3'),(17206,577,'_locations','field_5683f253a5dba'),(17207,339,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.247361, -75.197195\";s:3:\"lat\";s:10:\"40.2484004\";s:3:\"lng\";s:18:\"-75.19883240000001\";}'),(17208,339,'_locations_2_location','field_5683f288dcba1'),(17209,339,'locations_2_title','2038, WD2'),(17210,339,'_locations_2_title','field_5683f2aadcba2'),(17211,339,'locations_2_image',''),(17212,339,'_locations_2_image','field_568439ed8109d'),(17213,339,'locations_2_description','This project is for a roadway widening and is affecting 47 properties in the Townships of Horsham and Warrington, Montgomery and Bucks Counties.'),(17214,339,'_locations_2_description','field_5683f2b1dcba3'),(17215,578,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.262613, -75.222919\";s:3:\"lat\";s:10:\"40.2626497\";s:3:\"lng\";s:18:\"-75.22288079999998\";}'),(17216,578,'_locations_0_location','field_5683f288dcba1'),(17217,578,'locations_0_title','2038, WD1'),(17218,578,'_locations_0_title','field_5683f2aadcba2'),(17219,578,'locations_0_image','572'),(17220,578,'_locations_0_image','field_568439ed8109d'),(17221,578,'locations_0_description','This project is for a roadway widening and is affecting 65 properties and resulting in the relocation of 2 residents in the Townships of Montgomery & New Britain, Montgomery & Bucks Counties.'),(17222,578,'_locations_0_description','field_5683f2b1dcba3'),(17223,578,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.276639, -75.247167\";s:3:\"lat\";s:17:\"40.27663709999999\";s:3:\"lng\";s:11:\"-75.2471688\";}'),(17224,578,'_locations_1_location','field_5683f288dcba1'),(17225,578,'locations_1_title','2038, BBR'),(17226,578,'_locations_1_title','field_5683f2aadcba2'),(17227,578,'locations_1_image','574'),(17228,578,'_locations_1_image','field_568439ed8109d'),(17229,578,'locations_1_description','This project was for a small bridge replacement and affected 1 property in the Township of Hatfield, Montgomery County.'),(17230,578,'_locations_1_description','field_5683f2b1dcba3'),(17231,578,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.247361, -75.197195\";s:3:\"lat\";s:10:\"40.2484004\";s:3:\"lng\";s:18:\"-75.19883240000001\";}'),(17232,578,'_locations_2_location','field_5683f288dcba1'),(17233,578,'locations_2_title','2038, WD2'),(17234,578,'_locations_2_title','field_5683f2aadcba2'),(17235,578,'locations_2_image',''),(17236,578,'_locations_2_image','field_568439ed8109d'),(17237,578,'locations_2_description','This project is for a roadway widening and is affecting 47 properties in the Townships of Horsham and Warrington, Montgomery and Bucks Counties.'),(17238,578,'_locations_2_description','field_5683f2b1dcba3'),(17239,578,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.257916, -75.637053\";s:3:\"lat\";s:10:\"40.2579112\";s:3:\"lng\";s:18:\"-75.63705759999999\";}'),(17240,578,'_locations_3_location','field_5683f288dcba1'),(17241,578,'locations_3_title','Pottstown Signals'),(17242,578,'_locations_3_title','field_5683f2aadcba2'),(17243,578,'locations_3_image',''),(17244,578,'_locations_3_image','field_568439ed8109d'),(17245,578,'locations_3_description',''),(17246,578,'_locations_3_description','field_5683f2b1dcba3'),(17247,578,'locations','4'),(17248,578,'_locations','field_5683f253a5dba'),(17249,339,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.257916, -75.637053\";s:3:\"lat\";s:10:\"40.2579112\";s:3:\"lng\";s:18:\"-75.63705759999999\";}'),(17250,339,'_locations_3_location','field_5683f288dcba1'),(17251,339,'locations_3_title','Pottstown Signals'),(17252,339,'_locations_3_title','field_5683f2aadcba2'),(17253,339,'locations_3_image',''),(17254,339,'_locations_3_image','field_568439ed8109d'),(17255,339,'locations_3_description',''),(17256,339,'_locations_3_description','field_5683f2b1dcba3'),(17257,579,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.262613, -75.222919\";s:3:\"lat\";s:10:\"40.2626497\";s:3:\"lng\";s:18:\"-75.22288079999998\";}'),(17258,579,'_locations_0_location','field_5683f288dcba1'),(17259,579,'locations_0_title','2038, WD1'),(17260,579,'_locations_0_title','field_5683f2aadcba2'),(17261,579,'locations_0_image','572'),(17262,579,'_locations_0_image','field_568439ed8109d'),(17263,579,'locations_0_description','This project is for a roadway widening and is affecting 65 properties and resulting in the relocation of 2 residents in the Townships of Montgomery & New Britain, Montgomery & Bucks Counties.'),(17264,579,'_locations_0_description','field_5683f2b1dcba3'),(17265,579,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.276639, -75.247167\";s:3:\"lat\";s:17:\"40.27663709999999\";s:3:\"lng\";s:11:\"-75.2471688\";}'),(17266,579,'_locations_1_location','field_5683f288dcba1'),(17267,579,'locations_1_title','2038, BBR'),(17268,579,'_locations_1_title','field_5683f2aadcba2'),(17269,579,'locations_1_image','574'),(17270,579,'_locations_1_image','field_568439ed8109d'),(17271,579,'locations_1_description','This project was for a small bridge replacement and affected 1 property in the Township of Hatfield, Montgomery County.'),(17272,579,'_locations_1_description','field_5683f2b1dcba3'),(17273,579,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.247361, -75.197195\";s:3:\"lat\";s:10:\"40.2484004\";s:3:\"lng\";s:18:\"-75.19883240000001\";}'),(17274,579,'_locations_2_location','field_5683f288dcba1'),(17275,579,'locations_2_title','2038, WD2'),(17276,579,'_locations_2_title','field_5683f2aadcba2'),(17277,579,'locations_2_image',''),(17278,579,'_locations_2_image','field_568439ed8109d'),(17279,579,'locations_2_description','This project is for a roadway widening and is affecting 47 properties in the Townships of Horsham and Warrington, Montgomery and Bucks Counties.'),(17280,579,'_locations_2_description','field_5683f2b1dcba3'),(17281,579,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.257916, -75.637053\";s:3:\"lat\";s:10:\"40.2579112\";s:3:\"lng\";s:18:\"-75.63705759999999\";}'),(17282,579,'_locations_3_location','field_5683f288dcba1'),(17283,579,'locations_3_title','Pottstown Signals'),(17284,579,'_locations_3_title','field_5683f2aadcba2'),(17285,579,'locations_3_image',''),(17286,579,'_locations_3_image','field_568439ed8109d'),(17287,579,'locations_3_description',''),(17288,579,'_locations_3_description','field_5683f2b1dcba3'),(17289,579,'locations_4_location','a:3:{s:7:\"address\";s:21:\"39.915582, -75.309306\";s:3:\"lat\";s:10:\"39.9155767\";s:3:\"lng\";s:11:\"-75.3093048\";}'),(17290,579,'_locations_4_location','field_5683f288dcba1'),(17291,579,'locations_4_title','Septa Secane'),(17292,579,'_locations_4_title','field_5683f2aadcba2'),(17293,579,'locations_4_image',''),(17294,579,'_locations_4_image','field_568439ed8109d'),(17295,579,'locations_4_description','This project is for station reconstruction for SEPTA and is affecting 4 properties in the Township of Upper Darby, Delaware County.'),(17296,579,'_locations_4_description','field_5683f2b1dcba3'),(17297,579,'locations','5'),(17298,579,'_locations','field_5683f253a5dba'),(17299,339,'locations_4_location','a:3:{s:7:\"address\";s:21:\"39.915582, -75.309306\";s:3:\"lat\";s:10:\"39.9155767\";s:3:\"lng\";s:11:\"-75.3093048\";}'),(17300,339,'_locations_4_location','field_5683f288dcba1'),(17301,339,'locations_4_title','Septa Secane'),(17302,339,'_locations_4_title','field_5683f2aadcba2'),(17303,339,'locations_4_image',''),(17304,339,'_locations_4_image','field_568439ed8109d'),(17305,339,'locations_4_description','This project is for station reconstruction for SEPTA and is affecting 4 properties in the Township of Upper Darby, Delaware County.'),(17306,339,'_locations_4_description','field_5683f2b1dcba3'),(17307,580,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.262613, -75.222919\";s:3:\"lat\";s:10:\"40.2626497\";s:3:\"lng\";s:18:\"-75.22288079999998\";}'),(17308,580,'_locations_0_location','field_5683f288dcba1'),(17309,580,'locations_0_title','2038, WD1'),(17310,580,'_locations_0_title','field_5683f2aadcba2'),(17311,580,'locations_0_image','572'),(17312,580,'_locations_0_image','field_568439ed8109d'),(17313,580,'locations_0_description','This project is for a roadway widening and is affecting 65 properties and resulting in the relocation of 2 residents in the Townships of Montgomery & New Britain, Montgomery & Bucks Counties.'),(17314,580,'_locations_0_description','field_5683f2b1dcba3'),(17315,580,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.276639, -75.247167\";s:3:\"lat\";s:17:\"40.27663709999999\";s:3:\"lng\";s:11:\"-75.2471688\";}'),(17316,580,'_locations_1_location','field_5683f288dcba1'),(17317,580,'locations_1_title','2038, BBR'),(17318,580,'_locations_1_title','field_5683f2aadcba2'),(17319,580,'locations_1_image','574'),(17320,580,'_locations_1_image','field_568439ed8109d'),(17321,580,'locations_1_description','This project was for a small bridge replacement and affected 1 property in the Township of Hatfield, Montgomery County.'),(17322,580,'_locations_1_description','field_5683f2b1dcba3'),(17323,580,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.247361, -75.197195\";s:3:\"lat\";s:10:\"40.2484004\";s:3:\"lng\";s:18:\"-75.19883240000001\";}'),(17324,580,'_locations_2_location','field_5683f288dcba1'),(17325,580,'locations_2_title','2038, WD2'),(17326,580,'_locations_2_title','field_5683f2aadcba2'),(17327,580,'locations_2_image',''),(17328,580,'_locations_2_image','field_568439ed8109d'),(17329,580,'locations_2_description','This project is for a roadway widening and is affecting 47 properties in the Townships of Horsham and Warrington, Montgomery and Bucks Counties.'),(17330,580,'_locations_2_description','field_5683f2b1dcba3'),(17331,580,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.257916, -75.637053\";s:3:\"lat\";s:10:\"40.2579112\";s:3:\"lng\";s:18:\"-75.63705759999999\";}'),(17332,580,'_locations_3_location','field_5683f288dcba1'),(17333,580,'locations_3_title','Pottstown Signals'),(17334,580,'_locations_3_title','field_5683f2aadcba2'),(17335,580,'locations_3_image',''),(17336,580,'_locations_3_image','field_568439ed8109d'),(17337,580,'locations_3_description',''),(17338,580,'_locations_3_description','field_5683f2b1dcba3'),(17339,580,'locations_4_location','a:3:{s:7:\"address\";s:21:\"39.915582, -75.309306\";s:3:\"lat\";s:10:\"39.9155767\";s:3:\"lng\";s:11:\"-75.3093048\";}'),(17340,580,'_locations_4_location','field_5683f288dcba1'),(17341,580,'locations_4_title','Septa Secane'),(17342,580,'_locations_4_title','field_5683f2aadcba2'),(17343,580,'locations_4_image',''),(17344,580,'_locations_4_image','field_568439ed8109d'),(17345,580,'locations_4_description','This project is for station reconstruction for SEPTA and is affecting 4 properties in the Township of Upper Darby, Delaware County.'),(17346,580,'_locations_4_description','field_5683f2b1dcba3'),(17347,580,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.036586, -75.515609\";s:3:\"lat\";s:10:\"40.0367246\";s:3:\"lng\";s:18:\"-75.51568259999999\";}'),(17348,580,'_locations_5_location','field_5683f288dcba1'),(17349,580,'locations_5_title','Septa Malvern'),(17350,580,'_locations_5_title','field_5683f2aadcba2'),(17351,580,'locations_5_image',''),(17352,580,'_locations_5_image','field_568439ed8109d'),(17353,580,'locations_5_description','This project is for a station reconstruction for SEPTA and is affecting 1 property and resulting in 1 commercial relocation in the Borough of Malvern, Chester County.'),(17354,580,'_locations_5_description','field_5683f2b1dcba3'),(17355,580,'locations','6'),(17356,580,'_locations','field_5683f253a5dba'),(17357,339,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.036586, -75.515609\";s:3:\"lat\";s:10:\"40.0367246\";s:3:\"lng\";s:18:\"-75.51568259999999\";}'),(17358,339,'_locations_5_location','field_5683f288dcba1'),(17359,339,'locations_5_title','Septa Malvern'),(17360,339,'_locations_5_title','field_5683f2aadcba2'),(17361,339,'locations_5_image',''),(17362,339,'_locations_5_image','field_568439ed8109d'),(17363,339,'locations_5_description','This project is for a station reconstruction for SEPTA and is affecting 1 property and resulting in 1 commercial relocation in the Borough of Malvern, Chester County.'),(17364,339,'_locations_5_description','field_5683f2b1dcba3'),(17365,581,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.262613, -75.222919\";s:3:\"lat\";s:10:\"40.2626497\";s:3:\"lng\";s:18:\"-75.22288079999998\";}'),(17366,581,'_locations_0_location','field_5683f288dcba1'),(17367,581,'locations_0_title','2038, WD1'),(17368,581,'_locations_0_title','field_5683f2aadcba2'),(17369,581,'locations_0_image','572'),(17370,581,'_locations_0_image','field_568439ed8109d'),(17371,581,'locations_0_description','This project is for a roadway widening and is affecting 65 properties and resulting in the relocation of 2 residents in the Townships of Montgomery & New Britain, Montgomery & Bucks Counties.'),(17372,581,'_locations_0_description','field_5683f2b1dcba3'),(17373,581,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.276639, -75.247167\";s:3:\"lat\";s:17:\"40.27663709999999\";s:3:\"lng\";s:11:\"-75.2471688\";}'),(17374,581,'_locations_1_location','field_5683f288dcba1'),(17375,581,'locations_1_title','2038, BBR'),(17376,581,'_locations_1_title','field_5683f2aadcba2'),(17377,581,'locations_1_image','574'),(17378,581,'_locations_1_image','field_568439ed8109d'),(17379,581,'locations_1_description','This project was for a small bridge replacement and affected 1 property in the Township of Hatfield, Montgomery County.'),(17380,581,'_locations_1_description','field_5683f2b1dcba3'),(17381,581,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.247361, -75.197195\";s:3:\"lat\";s:10:\"40.2484004\";s:3:\"lng\";s:18:\"-75.19883240000001\";}'),(17382,581,'_locations_2_location','field_5683f288dcba1'),(17383,581,'locations_2_title','2038, WD2'),(17384,581,'_locations_2_title','field_5683f2aadcba2'),(17385,581,'locations_2_image',''),(17386,581,'_locations_2_image','field_568439ed8109d'),(17387,581,'locations_2_description','This project is for a roadway widening and is affecting 47 properties in the Townships of Horsham and Warrington, Montgomery and Bucks Counties.'),(17388,581,'_locations_2_description','field_5683f2b1dcba3'),(17389,581,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.257916, -75.637053\";s:3:\"lat\";s:10:\"40.2579112\";s:3:\"lng\";s:18:\"-75.63705759999999\";}'),(17390,581,'_locations_3_location','field_5683f288dcba1'),(17391,581,'locations_3_title','Pottstown Signals'),(17392,581,'_locations_3_title','field_5683f2aadcba2'),(17393,581,'locations_3_image',''),(17394,581,'_locations_3_image','field_568439ed8109d'),(17395,581,'locations_3_description',''),(17396,581,'_locations_3_description','field_5683f2b1dcba3'),(17397,581,'locations_4_location','a:3:{s:7:\"address\";s:21:\"39.915582, -75.309306\";s:3:\"lat\";s:10:\"39.9155767\";s:3:\"lng\";s:11:\"-75.3093048\";}'),(17398,581,'_locations_4_location','field_5683f288dcba1'),(17399,581,'locations_4_title','Septa Secane'),(17400,581,'_locations_4_title','field_5683f2aadcba2'),(17401,581,'locations_4_image',''),(17402,581,'_locations_4_image','field_568439ed8109d'),(17403,581,'locations_4_description','This project is for station reconstruction for SEPTA and is affecting 4 properties in the Township of Upper Darby, Delaware County.'),(17404,581,'_locations_4_description','field_5683f2b1dcba3'),(17405,581,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.036586, -75.515609\";s:3:\"lat\";s:10:\"40.0367246\";s:3:\"lng\";s:18:\"-75.51568259999999\";}'),(17406,581,'_locations_5_location','field_5683f288dcba1'),(17407,581,'locations_5_title','Septa Malvern'),(17408,581,'_locations_5_title','field_5683f2aadcba2'),(17409,581,'locations_5_image',''),(17410,581,'_locations_5_image','field_568439ed8109d'),(17411,581,'locations_5_description','This project is for a station reconstruction for SEPTA and is affecting 1 property and resulting in 1 commercial relocation in the Borough of Malvern, Chester County.'),(17412,581,'_locations_5_description','field_5683f2b1dcba3'),(17413,581,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.085968, -75.362614\";s:3:\"lat\";s:9:\"40.086582\";s:3:\"lng\";s:18:\"-75.36161099999998\";}'),(17414,581,'_locations_6_location','field_5683f288dcba1'),(17415,581,'locations_6_title','Montgomery Valley Transit Authority – Chester Valley Trail'),(17416,581,'_locations_6_title','field_5683f2aadcba2'),(17417,581,'locations_6_image',''),(17418,581,'_locations_6_image','field_568439ed8109d'),(17419,581,'locations_6_description',''),(17420,581,'_locations_6_description','field_5683f2b1dcba3'),(17421,581,'locations','7'),(17422,581,'_locations','field_5683f253a5dba'),(17423,339,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.085968, -75.362614\";s:3:\"lat\";s:9:\"40.086582\";s:3:\"lng\";s:18:\"-75.36161099999998\";}'),(17424,339,'_locations_6_location','field_5683f288dcba1'),(17425,339,'locations_6_title','Montgomery Valley Transit Authority – Chester Valley Trail'),(17426,339,'_locations_6_title','field_5683f2aadcba2'),(17427,339,'locations_6_image',''),(17428,339,'_locations_6_image','field_568439ed8109d'),(17429,339,'locations_6_description',''),(17430,339,'_locations_6_description','field_5683f2b1dcba3'),(17431,583,'_wp_attached_file','2015/12/wpcefbf75f_06.png'),(17432,583,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:281;s:6:\"height\";i:198;s:4:\"file\";s:25:\"2015/12/wpcefbf75f_06.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wpcefbf75f_06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(17433,584,'_wp_attached_file','2015/12/wpcefbf75f_06-1.png'),(17434,584,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:281;s:6:\"height\";i:198;s:4:\"file\";s:27:\"2015/12/wpcefbf75f_06-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"wpcefbf75f_06-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(17435,585,'locations_0_location','a:3:{s:7:\"address\";s:21:\"39.910142, -76.704098\";s:3:\"lat\";s:10:\"39.9106755\";s:3:\"lng\";s:18:\"-76.70441140000003\";}'),(17436,585,'_locations_0_location','field_5683f288dcba1'),(17437,585,'locations_0_title','0083, 025 – Leader Heights'),(17438,585,'_locations_0_title','field_5683f2aadcba2'),(17439,585,'locations_0_image','584'),(17440,585,'_locations_0_image','field_568439ed8109d'),(17441,585,'locations_0_description','This project was for interchange construction and affected 65 properties in the Borough of Leader Heights, York County.'),(17442,585,'_locations_0_description','field_5683f2b1dcba3'),(17443,585,'locations','1'),(17444,585,'_locations','field_5683f253a5dba'),(17445,586,'_wp_attached_file','2015/12/wpcefbf75f_06-2.png'),(17446,586,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:281;s:6:\"height\";i:198;s:4:\"file\";s:27:\"2015/12/wpcefbf75f_06-2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"wpcefbf75f_06-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(17447,587,'locations_0_location','a:3:{s:7:\"address\";s:21:\"39.910142, -76.704098\";s:3:\"lat\";s:10:\"39.9106755\";s:3:\"lng\";s:18:\"-76.70441140000003\";}'),(17448,587,'_locations_0_location','field_5683f288dcba1'),(17449,587,'locations_0_title','0083, 025 – Leader Heights'),(17450,587,'_locations_0_title','field_5683f2aadcba2'),(17451,587,'locations_0_image','586'),(17452,587,'_locations_0_image','field_568439ed8109d'),(17453,587,'locations_0_description','This project was for interchange construction and affected 65 properties in the Borough of Leader Heights, York County.'),(17454,587,'_locations_0_description','field_5683f2b1dcba3'),(17455,587,'locations','1'),(17456,587,'_locations','field_5683f253a5dba'),(17457,588,'locations_0_location','a:3:{s:7:\"address\";s:21:\"39.910142, -76.704098\";s:3:\"lat\";s:10:\"39.9106755\";s:3:\"lng\";s:18:\"-76.70441140000003\";}'),(17458,588,'_locations_0_location','field_5683f288dcba1'),(17459,588,'locations_0_title','0083, 025 – Leader Heights'),(17460,588,'_locations_0_title','field_5683f2aadcba2'),(17461,588,'locations_0_image','586'),(17462,588,'_locations_0_image','field_568439ed8109d'),(17463,588,'locations_0_description','This project was for interchange construction and affected 65 properties in the Borough of Leader Heights, York County.'),(17464,588,'_locations_0_description','field_5683f2b1dcba3'),(17465,588,'locations','1'),(17466,588,'_locations','field_5683f253a5dba'),(17467,589,'_wp_attached_file','2015/12/wpa5ab695f_06.png'),(17468,589,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:281;s:6:\"height\";i:198;s:4:\"file\";s:25:\"2015/12/wpa5ab695f_06.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wpa5ab695f_06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(17469,590,'locations_0_location','a:3:{s:7:\"address\";s:21:\"39.910142, -76.704098\";s:3:\"lat\";s:10:\"39.9106755\";s:3:\"lng\";s:18:\"-76.70441140000003\";}'),(17470,590,'_locations_0_location','field_5683f288dcba1'),(17471,590,'locations_0_title','0083, 025 – Leader Heights'),(17472,590,'_locations_0_title','field_5683f2aadcba2'),(17473,590,'locations_0_image','586'),(17474,590,'_locations_0_image','field_568439ed8109d'),(17475,590,'locations_0_description','This project was for interchange construction and affected 65 properties in the Borough of Leader Heights, York County.'),(17476,590,'_locations_0_description','field_5683f2b1dcba3'),(17477,590,'locations_1_location','a:3:{s:7:\"address\";s:21:\"39.910130, -76.704081\";s:3:\"lat\";s:10:\"39.9106755\";s:3:\"lng\";s:18:\"-76.70441140000003\";}'),(17478,590,'_locations_1_location','field_5683f288dcba1'),(17479,590,'locations_1_title','3070, 002'),(17480,590,'_locations_1_title','field_5683f2aadcba2'),(17481,590,'locations_1_image','589'),(17482,590,'_locations_1_image','field_568439ed8109d'),(17483,590,'locations_1_description','This project was for roadway widening and intersection improvements and affected 23 properties and resulted in the relocation of 2 residents in the Township of Penn, York County.'),(17484,590,'_locations_1_description','field_5683f2b1dcba3'),(17485,590,'locations','2'),(17486,590,'_locations','field_5683f253a5dba'),(17487,341,'locations_1_location','a:3:{s:7:\"address\";s:21:\"39.780914, -76.951417\";s:3:\"lat\";s:10:\"39.7809238\";s:3:\"lng\";s:18:\"-76.95143009999998\";}'),(17488,341,'_locations_1_location','field_5683f288dcba1'),(17489,341,'locations_1_title','3070, 002'),(17490,341,'_locations_1_title','field_5683f2aadcba2'),(17491,341,'locations_1_image','589'),(17492,341,'_locations_1_image','field_568439ed8109d'),(17493,341,'locations_1_description','This project was for roadway widening and intersection improvements and affected 23 properties and resulted in the relocation of 2 residents in the Township of Penn, York County.'),(17494,341,'_locations_1_description','field_5683f2b1dcba3'),(17495,591,'locations_0_location','a:3:{s:7:\"address\";s:21:\"39.910142, -76.704098\";s:3:\"lat\";s:10:\"39.9106755\";s:3:\"lng\";s:18:\"-76.70441140000003\";}'),(17496,591,'_locations_0_location','field_5683f288dcba1'),(17497,591,'locations_0_title','0083, 025 – Leader Heights'),(17498,591,'_locations_0_title','field_5683f2aadcba2'),(17499,591,'locations_0_image','586'),(17500,591,'_locations_0_image','field_568439ed8109d'),(17501,591,'locations_0_description','This project was for interchange construction and affected 65 properties in the Borough of Leader Heights, York County.'),(17502,591,'_locations_0_description','field_5683f2b1dcba3'),(17503,591,'locations_1_location','a:3:{s:7:\"address\";s:21:\"39.910130, -76.704081\";s:3:\"lat\";s:10:\"39.9106755\";s:3:\"lng\";s:18:\"-76.70441140000003\";}'),(17504,591,'_locations_1_location','field_5683f288dcba1'),(17505,591,'locations_1_title','3070, 002'),(17506,591,'_locations_1_title','field_5683f2aadcba2'),(17507,591,'locations_1_image','589'),(17508,591,'_locations_1_image','field_568439ed8109d'),(17509,591,'locations_1_description','This project was for roadway widening and intersection improvements and affected 23 properties and resulted in the relocation of 2 residents in the Township of Penn, York County.'),(17510,591,'_locations_1_description','field_5683f2b1dcba3'),(17511,591,'locations','2'),(17512,591,'_locations','field_5683f253a5dba'),(17513,592,'locations_0_location','a:3:{s:7:\"address\";s:21:\"39.910142, -76.704098\";s:3:\"lat\";s:10:\"39.9106755\";s:3:\"lng\";s:18:\"-76.70441140000003\";}'),(17514,592,'_locations_0_location','field_5683f288dcba1'),(17515,592,'locations_0_title','0083, 025 – Leader Heights'),(17516,592,'_locations_0_title','field_5683f2aadcba2'),(17517,592,'locations_0_image','586'),(17518,592,'_locations_0_image','field_568439ed8109d'),(17519,592,'locations_0_description','This project was for interchange construction and affected 65 properties in the Borough of Leader Heights, York County.'),(17520,592,'_locations_0_description','field_5683f2b1dcba3'),(17521,592,'locations_1_location','a:3:{s:7:\"address\";s:21:\"39.910141, -76.704085\";s:3:\"lat\";s:10:\"39.9106755\";s:3:\"lng\";s:18:\"-76.70441140000003\";}'),(17522,592,'_locations_1_location','field_5683f288dcba1'),(17523,592,'locations_1_title','3070, 002'),(17524,592,'_locations_1_title','field_5683f2aadcba2'),(17525,592,'locations_1_image','589'),(17526,592,'_locations_1_image','field_568439ed8109d'),(17527,592,'locations_1_description','This project was for roadway widening and intersection improvements and affected 23 properties and resulted in the relocation of 2 residents in the Township of Penn, York County.'),(17528,592,'_locations_1_description','field_5683f2b1dcba3'),(17529,592,'locations','2'),(17530,592,'_locations','field_5683f253a5dba'),(17531,593,'locations_0_location','a:3:{s:7:\"address\";s:21:\"39.910127, -76.704137\";s:3:\"lat\";s:10:\"39.9106755\";s:3:\"lng\";s:18:\"-76.70441140000003\";}'),(17532,593,'_locations_0_location','field_5683f288dcba1'),(17533,593,'locations_0_title','0083, 025 – Leader Heights'),(17534,593,'_locations_0_title','field_5683f2aadcba2'),(17535,593,'locations_0_image','586'),(17536,593,'_locations_0_image','field_568439ed8109d'),(17537,593,'locations_0_description','This project was for interchange construction and affected 65 properties in the Borough of Leader Heights, York County.'),(17538,593,'_locations_0_description','field_5683f2b1dcba3'),(17539,593,'locations_1_location','a:3:{s:7:\"address\";s:21:\"39.910141, -76.704085\";s:3:\"lat\";s:10:\"39.9106755\";s:3:\"lng\";s:18:\"-76.70441140000003\";}'),(17540,593,'_locations_1_location','field_5683f288dcba1'),(17541,593,'locations_1_title','3070, 002'),(17542,593,'_locations_1_title','field_5683f2aadcba2'),(17543,593,'locations_1_image','589'),(17544,593,'_locations_1_image','field_568439ed8109d'),(17545,593,'locations_1_description','This project was for roadway widening and intersection improvements and affected 23 properties and resulted in the relocation of 2 residents in the Township of Penn, York County.'),(17546,593,'_locations_1_description','field_5683f2b1dcba3'),(17547,593,'locations','2'),(17548,593,'_locations','field_5683f253a5dba'),(17549,594,'locations_0_location','a:3:{s:7:\"address\";s:21:\"39.910127, -76.704137\";s:3:\"lat\";s:10:\"39.9106755\";s:3:\"lng\";s:18:\"-76.70441140000003\";}'),(17550,594,'_locations_0_location','field_5683f288dcba1'),(17551,594,'locations_0_title','0083, 025 – Leader Heights'),(17552,594,'_locations_0_title','field_5683f2aadcba2'),(17553,594,'locations_0_image','586'),(17554,594,'_locations_0_image','field_568439ed8109d'),(17555,594,'locations_0_description','This project was for interchange construction and affected 65 properties in the Borough of Leader Heights, York County.'),(17556,594,'_locations_0_description','field_5683f2b1dcba3'),(17557,594,'locations_1_location','a:3:{s:7:\"address\";s:21:\"39.910136, -76.703997\";s:3:\"lat\";s:10:\"39.9106755\";s:3:\"lng\";s:18:\"-76.70441140000003\";}'),(17558,594,'_locations_1_location','field_5683f288dcba1'),(17559,594,'locations_1_title','3070, 002'),(17560,594,'_locations_1_title','field_5683f2aadcba2'),(17561,594,'locations_1_image','589'),(17562,594,'_locations_1_image','field_568439ed8109d'),(17563,594,'locations_1_description','This project was for roadway widening and intersection improvements and affected 23 properties and resulted in the relocation of 2 residents in the Township of Penn, York County.'),(17564,594,'_locations_1_description','field_5683f2b1dcba3'),(17565,594,'locations','2'),(17566,594,'_locations','field_5683f253a5dba'),(17567,595,'locations_0_location','a:3:{s:7:\"address\";s:21:\"39.910114, -76.704223\";s:3:\"lat\";s:10:\"39.9106755\";s:3:\"lng\";s:18:\"-76.70441140000003\";}'),(17568,595,'_locations_0_location','field_5683f288dcba1'),(17569,595,'locations_0_title','0083, 025 – Leader Heights'),(17570,595,'_locations_0_title','field_5683f2aadcba2'),(17571,595,'locations_0_image','586'),(17572,595,'_locations_0_image','field_568439ed8109d'),(17573,595,'locations_0_description','This project was for interchange construction and affected 65 properties in the Borough of Leader Heights, York County.'),(17574,595,'_locations_0_description','field_5683f2b1dcba3'),(17575,595,'locations_1_location','a:3:{s:7:\"address\";s:21:\"39.910136, -76.703997\";s:3:\"lat\";s:10:\"39.9106755\";s:3:\"lng\";s:18:\"-76.70441140000003\";}'),(17576,595,'_locations_1_location','field_5683f288dcba1'),(17577,595,'locations_1_title','3070, 002'),(17578,595,'_locations_1_title','field_5683f2aadcba2'),(17579,595,'locations_1_image','589'),(17580,595,'_locations_1_image','field_568439ed8109d'),(17581,595,'locations_1_description','This project was for roadway widening and intersection improvements and affected 23 properties and resulted in the relocation of 2 residents in the Township of Penn, York County.'),(17582,595,'_locations_1_description','field_5683f2b1dcba3'),(17583,595,'locations','2'),(17584,595,'_locations','field_5683f253a5dba'),(17585,596,'locations_0_location','a:3:{s:7:\"address\";s:21:\"39.910136, -76.704082\";s:3:\"lat\";s:10:\"39.9106755\";s:3:\"lng\";s:18:\"-76.70441140000003\";}'),(17586,596,'_locations_0_location','field_5683f288dcba1'),(17587,596,'locations_0_title','0083, 025 – Leader Heights'),(17588,596,'_locations_0_title','field_5683f2aadcba2'),(17589,596,'locations_0_image','586'),(17590,596,'_locations_0_image','field_568439ed8109d'),(17591,596,'locations_0_description','This project was for interchange construction and affected 65 properties in the Borough of Leader Heights, York County.'),(17592,596,'_locations_0_description','field_5683f2b1dcba3'),(17593,596,'locations_1_location','a:3:{s:7:\"address\";s:21:\"39.780914, -76.951417\";s:3:\"lat\";s:10:\"39.7809238\";s:3:\"lng\";s:18:\"-76.95143009999998\";}'),(17594,596,'_locations_1_location','field_5683f288dcba1'),(17595,596,'locations_1_title','3070, 002'),(17596,596,'_locations_1_title','field_5683f2aadcba2'),(17597,596,'locations_1_image','589'),(17598,596,'_locations_1_image','field_568439ed8109d'),(17599,596,'locations_1_description','This project was for roadway widening and intersection improvements and affected 23 properties and resulted in the relocation of 2 residents in the Township of Penn, York County.'),(17600,596,'_locations_1_description','field_5683f2b1dcba3'),(17601,596,'locations','2'),(17602,596,'_locations','field_5683f253a5dba'),(17603,597,'_wp_attached_file','2015/12/wp3d8e1d79_06.png'),(17604,597,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:281;s:6:\"height\";i:198;s:4:\"file\";s:25:\"2015/12/wp3d8e1d79_06.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wp3d8e1d79_06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(17605,598,'locations_0_location','a:3:{s:7:\"address\";s:21:\"39.910136, -76.704082\";s:3:\"lat\";s:10:\"39.9106755\";s:3:\"lng\";s:18:\"-76.70441140000003\";}'),(17606,598,'_locations_0_location','field_5683f288dcba1'),(17607,598,'locations_0_title','0083, 025 – Leader Heights'),(17608,598,'_locations_0_title','field_5683f2aadcba2'),(17609,598,'locations_0_image','586'),(17610,598,'_locations_0_image','field_568439ed8109d'),(17611,598,'locations_0_description','This project was for interchange construction and affected 65 properties in the Borough of Leader Heights, York County.'),(17612,598,'_locations_0_description','field_5683f2b1dcba3'),(17613,598,'locations_1_location','a:3:{s:7:\"address\";s:21:\"39.780914, -76.951417\";s:3:\"lat\";s:10:\"39.7809238\";s:3:\"lng\";s:18:\"-76.95143009999998\";}'),(17614,598,'_locations_1_location','field_5683f288dcba1'),(17615,598,'locations_1_title','3070, 002'),(17616,598,'_locations_1_title','field_5683f2aadcba2'),(17617,598,'locations_1_image','589'),(17618,598,'_locations_1_image','field_568439ed8109d'),(17619,598,'locations_1_description','This project was for roadway widening and intersection improvements and affected 23 properties and resulted in the relocation of 2 residents in the Township of Penn, York County.'),(17620,598,'_locations_1_description','field_5683f2b1dcba3'),(17621,598,'locations_2_location','a:3:{s:7:\"address\";s:21:\"39.838832, -77.005747\";s:3:\"lat\";s:10:\"39.8388372\";s:3:\"lng\";s:18:\"-77.00573259999999\";}'),(17622,598,'_locations_2_location','field_5683f288dcba1'),(17623,598,'locations_2_title','0094, 014 and 015'),(17624,598,'_locations_2_title','field_5683f2aadcba2'),(17625,598,'locations_2_image','597'),(17626,598,'_locations_2_image','field_568439ed8109d'),(17627,598,'locations_2_description','This project was for roadway widening and affected 85 properties and resulted in the relocation of 2 residents in the Municipalities of Hanover, Penn, Berwick, & Conewago, York & Adams Counties.'),(17628,598,'_locations_2_description','field_5683f2b1dcba3'),(17629,598,'locations','3'),(17630,598,'_locations','field_5683f253a5dba'),(17631,341,'locations_2_location','a:3:{s:7:\"address\";s:21:\"39.838832, -77.005747\";s:3:\"lat\";s:10:\"39.8388372\";s:3:\"lng\";s:18:\"-77.00573259999999\";}'),(17632,341,'_locations_2_location','field_5683f288dcba1'),(17633,341,'locations_2_title','0094, 014 and 015'),(17634,341,'_locations_2_title','field_5683f2aadcba2'),(17635,341,'locations_2_image','597'),(17636,341,'_locations_2_image','field_568439ed8109d'),(17637,341,'locations_2_description','This project was for roadway widening and affected 85 properties and resulted in the relocation of 2 residents in the Municipalities of Hanover, Penn, Berwick, & Conewago, York & Adams Counties.'),(17638,341,'_locations_2_description','field_5683f2b1dcba3'),(17639,599,'locations_0_location','a:3:{s:7:\"address\";s:21:\"39.910136, -76.704082\";s:3:\"lat\";s:10:\"39.9106755\";s:3:\"lng\";s:18:\"-76.70441140000003\";}'),(17640,599,'_locations_0_location','field_5683f288dcba1'),(17641,599,'locations_0_title','0083, 025 – Leader Heights'),(17642,599,'_locations_0_title','field_5683f2aadcba2'),(17643,599,'locations_0_image','586'),(17644,599,'_locations_0_image','field_568439ed8109d'),(17645,599,'locations_0_description','This project was for interchange construction and affected 65 properties in the Borough of Leader Heights, York County.'),(17646,599,'_locations_0_description','field_5683f2b1dcba3'),(17647,599,'locations_1_location','a:3:{s:7:\"address\";s:21:\"39.780914, -76.951417\";s:3:\"lat\";s:10:\"39.7809238\";s:3:\"lng\";s:18:\"-76.95143009999998\";}'),(17648,599,'_locations_1_location','field_5683f288dcba1'),(17649,599,'locations_1_title','3070, 002'),(17650,599,'_locations_1_title','field_5683f2aadcba2'),(17651,599,'locations_1_image','589'),(17652,599,'_locations_1_image','field_568439ed8109d'),(17653,599,'locations_1_description','This project was for roadway widening and intersection improvements and affected 23 properties and resulted in the relocation of 2 residents in the Township of Penn, York County.'),(17654,599,'_locations_1_description','field_5683f2b1dcba3'),(17655,599,'locations_2_location','a:3:{s:7:\"address\";s:21:\"39.838832, -77.005747\";s:3:\"lat\";s:10:\"39.8388372\";s:3:\"lng\";s:18:\"-77.00573259999999\";}'),(17656,599,'_locations_2_location','field_5683f288dcba1'),(17657,599,'locations_2_title','0094, 014 and 015'),(17658,599,'_locations_2_title','field_5683f2aadcba2'),(17659,599,'locations_2_image','597'),(17660,599,'_locations_2_image','field_568439ed8109d'),(17661,599,'locations_2_description','This project was for roadway widening and affected 85 properties and resulted in the relocation of 2 residents in the Municipalities of Hanover, Penn, Berwick, & Conewago, York & Adams Counties.'),(17662,599,'_locations_2_description','field_5683f2b1dcba3'),(17663,599,'locations_3_location','a:3:{s:7:\"address\";s:21:\"39.976250, -76.792053\";s:3:\"lat\";s:10:\"39.9762688\";s:3:\"lng\";s:18:\"-76.79204019999997\";}'),(17664,599,'_locations_3_location','field_5683f288dcba1'),(17665,599,'locations_3_title','0074, Section 029'),(17666,599,'_locations_3_title','field_5683f2aadcba2'),(17667,599,'locations_3_image',''),(17668,599,'_locations_3_image','field_568439ed8109d'),(17669,599,'locations_3_description','This project was for roadway widening and intersection improvements and affected 12 properties and resulted in the relocation of 1 resident and 7 businesses in the Township of West Manchester, York County.'),(17670,599,'_locations_3_description','field_5683f2b1dcba3'),(17671,599,'locations','4'),(17672,599,'_locations','field_5683f253a5dba'),(17673,341,'locations_3_location','a:3:{s:7:\"address\";s:21:\"39.976250, -76.792053\";s:3:\"lat\";s:10:\"39.9762688\";s:3:\"lng\";s:18:\"-76.79204019999997\";}'),(17674,341,'_locations_3_location','field_5683f288dcba1'),(17675,341,'locations_3_title','0074, Section 029'),(17676,341,'_locations_3_title','field_5683f2aadcba2'),(17677,341,'locations_3_image','600'),(17678,341,'_locations_3_image','field_568439ed8109d'),(17679,341,'locations_3_description','This project was for roadway widening and intersection improvements and affected 12 properties and resulted in the relocation of 1 resident and 7 businesses in the Township of West Manchester, York County.'),(17680,341,'_locations_3_description','field_5683f2b1dcba3'),(17681,600,'_wp_attached_file','2015/12/wp005872d0_06.png'),(17682,600,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:281;s:6:\"height\";i:198;s:4:\"file\";s:25:\"2015/12/wp005872d0_06.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wp005872d0_06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(17683,601,'locations_0_location','a:3:{s:7:\"address\";s:21:\"39.910136, -76.704082\";s:3:\"lat\";s:10:\"39.9106755\";s:3:\"lng\";s:18:\"-76.70441140000003\";}'),(17684,601,'_locations_0_location','field_5683f288dcba1'),(17685,601,'locations_0_title','0083, 025 – Leader Heights'),(17686,601,'_locations_0_title','field_5683f2aadcba2'),(17687,601,'locations_0_image','586'),(17688,601,'_locations_0_image','field_568439ed8109d'),(17689,601,'locations_0_description','This project was for interchange construction and affected 65 properties in the Borough of Leader Heights, York County.'),(17690,601,'_locations_0_description','field_5683f2b1dcba3'),(17691,601,'locations_1_location','a:3:{s:7:\"address\";s:21:\"39.780914, -76.951417\";s:3:\"lat\";s:10:\"39.7809238\";s:3:\"lng\";s:18:\"-76.95143009999998\";}'),(17692,601,'_locations_1_location','field_5683f288dcba1'),(17693,601,'locations_1_title','3070, 002'),(17694,601,'_locations_1_title','field_5683f2aadcba2'),(17695,601,'locations_1_image','589'),(17696,601,'_locations_1_image','field_568439ed8109d'),(17697,601,'locations_1_description','This project was for roadway widening and intersection improvements and affected 23 properties and resulted in the relocation of 2 residents in the Township of Penn, York County.'),(17698,601,'_locations_1_description','field_5683f2b1dcba3'),(17699,601,'locations_2_location','a:3:{s:7:\"address\";s:21:\"39.838832, -77.005747\";s:3:\"lat\";s:10:\"39.8388372\";s:3:\"lng\";s:18:\"-77.00573259999999\";}'),(17700,601,'_locations_2_location','field_5683f288dcba1'),(17701,601,'locations_2_title','0094, 014 and 015'),(17702,601,'_locations_2_title','field_5683f2aadcba2'),(17703,601,'locations_2_image','597'),(17704,601,'_locations_2_image','field_568439ed8109d'),(17705,601,'locations_2_description','This project was for roadway widening and affected 85 properties and resulted in the relocation of 2 residents in the Municipalities of Hanover, Penn, Berwick, & Conewago, York & Adams Counties.'),(17706,601,'_locations_2_description','field_5683f2b1dcba3'),(17707,601,'locations_3_location','a:3:{s:7:\"address\";s:21:\"39.976250, -76.792053\";s:3:\"lat\";s:10:\"39.9762688\";s:3:\"lng\";s:18:\"-76.79204019999997\";}'),(17708,601,'_locations_3_location','field_5683f288dcba1'),(17709,601,'locations_3_title','0074, Section 029'),(17710,601,'_locations_3_title','field_5683f2aadcba2'),(17711,601,'locations_3_image','600'),(17712,601,'_locations_3_image','field_568439ed8109d'),(17713,601,'locations_3_description','This project was for roadway widening and intersection improvements and affected 12 properties and resulted in the relocation of 1 resident and 7 businesses in the Township of West Manchester, York County.'),(17714,601,'_locations_3_description','field_5683f2b1dcba3'),(17715,601,'locations','4'),(17716,601,'_locations','field_5683f253a5dba'),(17717,602,'locations_0_location','a:3:{s:7:\"address\";s:21:\"39.910136, -76.704082\";s:3:\"lat\";s:10:\"39.9106755\";s:3:\"lng\";s:18:\"-76.70441140000003\";}'),(17718,602,'_locations_0_location','field_5683f288dcba1'),(17719,602,'locations_0_title','0083, 025 – Leader Heights'),(17720,602,'_locations_0_title','field_5683f2aadcba2'),(17721,602,'locations_0_image','586'),(17722,602,'_locations_0_image','field_568439ed8109d'),(17723,602,'locations_0_description','This project was for interchange construction and affected 65 properties in the Borough of Leader Heights, York County.'),(17724,602,'_locations_0_description','field_5683f2b1dcba3'),(17725,602,'locations_1_location','a:3:{s:7:\"address\";s:21:\"39.780914, -76.951417\";s:3:\"lat\";s:10:\"39.7809238\";s:3:\"lng\";s:18:\"-76.95143009999998\";}'),(17726,602,'_locations_1_location','field_5683f288dcba1'),(17727,602,'locations_1_title','3070, 002'),(17728,602,'_locations_1_title','field_5683f2aadcba2'),(17729,602,'locations_1_image','589'),(17730,602,'_locations_1_image','field_568439ed8109d'),(17731,602,'locations_1_description','This project was for roadway widening and intersection improvements and affected 23 properties and resulted in the relocation of 2 residents in the Township of Penn, York County.'),(17732,602,'_locations_1_description','field_5683f2b1dcba3'),(17733,602,'locations_2_location','a:3:{s:7:\"address\";s:21:\"39.838832, -77.005747\";s:3:\"lat\";s:10:\"39.8388372\";s:3:\"lng\";s:18:\"-77.00573259999999\";}'),(17734,602,'_locations_2_location','field_5683f288dcba1'),(17735,602,'locations_2_title','0094, 014 and 015'),(17736,602,'_locations_2_title','field_5683f2aadcba2'),(17737,602,'locations_2_image','597'),(17738,602,'_locations_2_image','field_568439ed8109d'),(17739,602,'locations_2_description','This project was for roadway widening and affected 85 properties and resulted in the relocation of 2 residents in the Municipalities of Hanover, Penn, Berwick, & Conewago, York & Adams Counties.'),(17740,602,'_locations_2_description','field_5683f2b1dcba3'),(17741,602,'locations_3_location','a:3:{s:7:\"address\";s:21:\"39.976250, -76.792053\";s:3:\"lat\";s:10:\"39.9762688\";s:3:\"lng\";s:18:\"-76.79204019999997\";}'),(17742,602,'_locations_3_location','field_5683f288dcba1'),(17743,602,'locations_3_title','0074, Section 029'),(17744,602,'_locations_3_title','field_5683f2aadcba2'),(17745,602,'locations_3_image','600'),(17746,602,'_locations_3_image','field_568439ed8109d'),(17747,602,'locations_3_description','This project was for roadway widening and intersection improvements and affected 12 properties and resulted in the relocation of 1 resident and 7 businesses in the Township of West Manchester, York County.'),(17748,602,'_locations_3_description','field_5683f2b1dcba3'),(17749,602,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.054719, -76.305345\";s:3:\"lat\";s:8:\"40.05431\";s:3:\"lng\";s:18:\"-76.30512340000001\";}'),(17750,602,'_locations_4_location','field_5683f288dcba1'),(17751,602,'locations_4_title','0222, 027 Lititz'),(17752,602,'_locations_4_title','field_5683f2aadcba2'),(17753,602,'locations_4_image',''),(17754,602,'_locations_4_image','field_568439ed8109d'),(17755,602,'locations_4_description','This project is for a large bridge replacement and is affecting 24 properties and resulting in the relocation of 2 businesses in the Township of Manheim, Lancaster County.'),(17756,602,'_locations_4_description','field_5683f2b1dcba3'),(17757,602,'locations','5'),(17758,602,'_locations','field_5683f253a5dba'),(17759,341,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.054719, -76.305345\";s:3:\"lat\";s:8:\"40.05431\";s:3:\"lng\";s:18:\"-76.30512340000001\";}'),(17760,341,'_locations_4_location','field_5683f288dcba1'),(17761,341,'locations_4_title','0222, 027 Lititz'),(17762,341,'_locations_4_title','field_5683f2aadcba2'),(17763,341,'locations_4_image',''),(17764,341,'_locations_4_image','field_568439ed8109d'),(17765,341,'locations_4_description','This project is for a large bridge replacement and is affecting 24 properties and resulting in the relocation of 2 businesses in the Township of Manheim, Lancaster County.'),(17766,341,'_locations_4_description','field_5683f2b1dcba3'),(17767,603,'locations_0_location','a:3:{s:7:\"address\";s:21:\"39.910136, -76.704082\";s:3:\"lat\";s:10:\"39.9106755\";s:3:\"lng\";s:18:\"-76.70441140000003\";}'),(17768,603,'_locations_0_location','field_5683f288dcba1'),(17769,603,'locations_0_title','0083, 025 – Leader Heights'),(17770,603,'_locations_0_title','field_5683f2aadcba2'),(17771,603,'locations_0_image','586'),(17772,603,'_locations_0_image','field_568439ed8109d'),(17773,603,'locations_0_description','This project was for interchange construction and affected 65 properties in the Borough of Leader Heights, York County.'),(17774,603,'_locations_0_description','field_5683f2b1dcba3'),(17775,603,'locations_1_location','a:3:{s:7:\"address\";s:21:\"39.780914, -76.951417\";s:3:\"lat\";s:10:\"39.7809238\";s:3:\"lng\";s:18:\"-76.95143009999998\";}'),(17776,603,'_locations_1_location','field_5683f288dcba1'),(17777,603,'locations_1_title','3070, 002'),(17778,603,'_locations_1_title','field_5683f2aadcba2'),(17779,603,'locations_1_image','589'),(17780,603,'_locations_1_image','field_568439ed8109d'),(17781,603,'locations_1_description','This project was for roadway widening and intersection improvements and affected 23 properties and resulted in the relocation of 2 residents in the Township of Penn, York County.'),(17782,603,'_locations_1_description','field_5683f2b1dcba3'),(17783,603,'locations_2_location','a:3:{s:7:\"address\";s:21:\"39.838832, -77.005747\";s:3:\"lat\";s:10:\"39.8388372\";s:3:\"lng\";s:18:\"-77.00573259999999\";}'),(17784,603,'_locations_2_location','field_5683f288dcba1'),(17785,603,'locations_2_title','0094, 014 and 015'),(17786,603,'_locations_2_title','field_5683f2aadcba2'),(17787,603,'locations_2_image','597'),(17788,603,'_locations_2_image','field_568439ed8109d'),(17789,603,'locations_2_description','This project was for roadway widening and affected 85 properties and resulted in the relocation of 2 residents in the Municipalities of Hanover, Penn, Berwick, & Conewago, York & Adams Counties.'),(17790,603,'_locations_2_description','field_5683f2b1dcba3'),(17791,603,'locations_3_location','a:3:{s:7:\"address\";s:21:\"39.976250, -76.792053\";s:3:\"lat\";s:10:\"39.9762688\";s:3:\"lng\";s:18:\"-76.79204019999997\";}'),(17792,603,'_locations_3_location','field_5683f288dcba1'),(17793,603,'locations_3_title','0074, Section 029'),(17794,603,'_locations_3_title','field_5683f2aadcba2'),(17795,603,'locations_3_image','600'),(17796,603,'_locations_3_image','field_568439ed8109d'),(17797,603,'locations_3_description','This project was for roadway widening and intersection improvements and affected 12 properties and resulted in the relocation of 1 resident and 7 businesses in the Township of West Manchester, York County.'),(17798,603,'_locations_3_description','field_5683f2b1dcba3'),(17799,603,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.054719, -76.305345\";s:3:\"lat\";s:8:\"40.05431\";s:3:\"lng\";s:18:\"-76.30512340000001\";}'),(17800,603,'_locations_4_location','field_5683f288dcba1'),(17801,603,'locations_4_title','0222, 027 Lititz'),(17802,603,'_locations_4_title','field_5683f2aadcba2'),(17803,603,'locations_4_image',''),(17804,603,'_locations_4_image','field_568439ed8109d'),(17805,603,'locations_4_description','This project is for a large bridge replacement and is affecting 24 properties and resulting in the relocation of 2 businesses in the Township of Manheim, Lancaster County.'),(17806,603,'_locations_4_description','field_5683f2b1dcba3'),(17807,603,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.192483, -76.730918\";s:3:\"lat\";s:10:\"40.1928639\";s:3:\"lng\";s:18:\"-76.73070059999998\";}'),(17808,603,'_locations_5_location','field_5683f288dcba1'),(17809,603,'locations_5_title','Middletown Train Station'),(17810,603,'_locations_5_title','field_5683f2aadcba2'),(17811,603,'locations_5_image',''),(17812,603,'_locations_5_image','field_568439ed8109d'),(17813,603,'locations_5_description','This project is for the construction of a new train station and is affecting 4 properties in the Township of Middletown, Dauphin County.'),(17814,603,'_locations_5_description','field_5683f2b1dcba3'),(17815,603,'locations','6'),(17816,603,'_locations','field_5683f253a5dba'),(17817,341,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.192483, -76.730918\";s:3:\"lat\";s:10:\"40.1928639\";s:3:\"lng\";s:18:\"-76.73070059999998\";}'),(17818,341,'_locations_5_location','field_5683f288dcba1'),(17819,341,'locations_5_title','Middletown Train Station'),(17820,341,'_locations_5_title','field_5683f2aadcba2'),(17821,341,'locations_5_image',''),(17822,341,'_locations_5_image','field_568439ed8109d'),(17823,341,'locations_5_description','This project is for the construction of a new train station and is affecting 4 properties in the Township of Middletown, Dauphin County.'),(17824,341,'_locations_5_description','field_5683f2b1dcba3'),(17825,604,'locations_0_location','a:3:{s:7:\"address\";s:21:\"39.910136, -76.704082\";s:3:\"lat\";s:10:\"39.9106755\";s:3:\"lng\";s:18:\"-76.70441140000003\";}'),(17826,604,'_locations_0_location','field_5683f288dcba1'),(17827,604,'locations_0_title','0083, 025 – Leader Heights'),(17828,604,'_locations_0_title','field_5683f2aadcba2'),(17829,604,'locations_0_image','586'),(17830,604,'_locations_0_image','field_568439ed8109d'),(17831,604,'locations_0_description','This project was for interchange construction and affected 65 properties in the Borough of Leader Heights, York County.'),(17832,604,'_locations_0_description','field_5683f2b1dcba3'),(17833,604,'locations_1_location','a:3:{s:7:\"address\";s:21:\"39.780914, -76.951417\";s:3:\"lat\";s:10:\"39.7809238\";s:3:\"lng\";s:18:\"-76.95143009999998\";}'),(17834,604,'_locations_1_location','field_5683f288dcba1'),(17835,604,'locations_1_title','3070, 002'),(17836,604,'_locations_1_title','field_5683f2aadcba2'),(17837,604,'locations_1_image','589'),(17838,604,'_locations_1_image','field_568439ed8109d'),(17839,604,'locations_1_description','This project was for roadway widening and intersection improvements and affected 23 properties and resulted in the relocation of 2 residents in the Township of Penn, York County.'),(17840,604,'_locations_1_description','field_5683f2b1dcba3'),(17841,604,'locations_2_location','a:3:{s:7:\"address\";s:21:\"39.838832, -77.005747\";s:3:\"lat\";s:10:\"39.8388372\";s:3:\"lng\";s:18:\"-77.00573259999999\";}'),(17842,604,'_locations_2_location','field_5683f288dcba1'),(17843,604,'locations_2_title','0094, 014 and 015'),(17844,604,'_locations_2_title','field_5683f2aadcba2'),(17845,604,'locations_2_image','597'),(17846,604,'_locations_2_image','field_568439ed8109d'),(17847,604,'locations_2_description','This project was for roadway widening and affected 85 properties and resulted in the relocation of 2 residents in the Municipalities of Hanover, Penn, Berwick, & Conewago, York & Adams Counties.'),(17848,604,'_locations_2_description','field_5683f2b1dcba3'),(17849,604,'locations_3_location','a:3:{s:7:\"address\";s:21:\"39.976250, -76.792053\";s:3:\"lat\";s:10:\"39.9762688\";s:3:\"lng\";s:18:\"-76.79204019999997\";}'),(17850,604,'_locations_3_location','field_5683f288dcba1'),(17851,604,'locations_3_title','0074, Section 029'),(17852,604,'_locations_3_title','field_5683f2aadcba2'),(17853,604,'locations_3_image','600'),(17854,604,'_locations_3_image','field_568439ed8109d'),(17855,604,'locations_3_description','This project was for roadway widening and intersection improvements and affected 12 properties and resulted in the relocation of 1 resident and 7 businesses in the Township of West Manchester, York County.'),(17856,604,'_locations_3_description','field_5683f2b1dcba3'),(17857,604,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.054719, -76.305345\";s:3:\"lat\";s:8:\"40.05431\";s:3:\"lng\";s:18:\"-76.30512340000001\";}'),(17858,604,'_locations_4_location','field_5683f288dcba1'),(17859,604,'locations_4_title','0222, 027 Lititz'),(17860,604,'_locations_4_title','field_5683f2aadcba2'),(17861,604,'locations_4_image',''),(17862,604,'_locations_4_image','field_568439ed8109d'),(17863,604,'locations_4_description','This project is for a large bridge replacement and is affecting 24 properties and resulting in the relocation of 2 businesses in the Township of Manheim, Lancaster County.'),(17864,604,'_locations_4_description','field_5683f2b1dcba3'),(17865,604,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.192483, -76.730918\";s:3:\"lat\";s:10:\"40.1928639\";s:3:\"lng\";s:18:\"-76.73070059999998\";}'),(17866,604,'_locations_5_location','field_5683f288dcba1'),(17867,604,'locations_5_title','Middletown Train Station'),(17868,604,'_locations_5_title','field_5683f2aadcba2'),(17869,604,'locations_5_image',''),(17870,604,'_locations_5_image','field_568439ed8109d'),(17871,604,'locations_5_description','This project is for the construction of a new train station and is affecting 4 properties in the Township of Middletown, Dauphin County.'),(17872,604,'_locations_5_description','field_5683f2b1dcba3'),(17873,604,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.445418, -76.556583\";s:3:\"lat\";s:10:\"40.4453524\";s:3:\"lng\";s:18:\"-76.55654629999998\";}'),(17874,604,'_locations_6_location','field_5683f288dcba1'),(17875,604,'locations_6_title','Ft Indiantown Gap – DGS'),(17876,604,'_locations_6_title','field_5683f2aadcba2'),(17877,604,'locations_6_image',''),(17878,604,'_locations_6_image','field_568439ed8109d'),(17879,604,'locations_6_description',''),(17880,604,'_locations_6_description','field_5683f2b1dcba3'),(17881,604,'locations','7'),(17882,604,'_locations','field_5683f253a5dba'),(17883,341,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.445418, -76.556583\";s:3:\"lat\";s:10:\"40.4453524\";s:3:\"lng\";s:18:\"-76.55654629999998\";}'),(17884,341,'_locations_6_location','field_5683f288dcba1'),(17885,341,'locations_6_title','Ft Indiantown Gap – DGS'),(17886,341,'_locations_6_title','field_5683f2aadcba2'),(17887,341,'locations_6_image',''),(17888,341,'_locations_6_image','field_568439ed8109d'),(17889,341,'locations_6_description',''),(17890,341,'_locations_6_description','field_5683f2b1dcba3'),(17891,605,'locations_0_location','a:3:{s:7:\"address\";s:21:\"39.910136, -76.704082\";s:3:\"lat\";s:10:\"39.9106755\";s:3:\"lng\";s:18:\"-76.70441140000003\";}'),(17892,605,'_locations_0_location','field_5683f288dcba1'),(17893,605,'locations_0_title','0083, 025 – Leader Heights'),(17894,605,'_locations_0_title','field_5683f2aadcba2'),(17895,605,'locations_0_image','586'),(17896,605,'_locations_0_image','field_568439ed8109d'),(17897,605,'locations_0_description','This project was for interchange construction and affected 65 properties in the Borough of Leader Heights, York County.'),(17898,605,'_locations_0_description','field_5683f2b1dcba3'),(17899,605,'locations_1_location','a:3:{s:7:\"address\";s:21:\"39.780914, -76.951417\";s:3:\"lat\";s:10:\"39.7809238\";s:3:\"lng\";s:18:\"-76.95143009999998\";}'),(17900,605,'_locations_1_location','field_5683f288dcba1'),(17901,605,'locations_1_title','3070, 002'),(17902,605,'_locations_1_title','field_5683f2aadcba2'),(17903,605,'locations_1_image','589'),(17904,605,'_locations_1_image','field_568439ed8109d'),(17905,605,'locations_1_description','This project was for roadway widening and intersection improvements and affected 23 properties and resulted in the relocation of 2 residents in the Township of Penn, York County.'),(17906,605,'_locations_1_description','field_5683f2b1dcba3'),(17907,605,'locations_2_location','a:3:{s:7:\"address\";s:21:\"39.838832, -77.005747\";s:3:\"lat\";s:10:\"39.8388372\";s:3:\"lng\";s:18:\"-77.00573259999999\";}'),(17908,605,'_locations_2_location','field_5683f288dcba1'),(17909,605,'locations_2_title','0094, 014 and 015'),(17910,605,'_locations_2_title','field_5683f2aadcba2'),(17911,605,'locations_2_image','597'),(17912,605,'_locations_2_image','field_568439ed8109d'),(17913,605,'locations_2_description','This project was for roadway widening and affected 85 properties and resulted in the relocation of 2 residents in the Municipalities of Hanover, Penn, Berwick, & Conewago, York & Adams Counties.'),(17914,605,'_locations_2_description','field_5683f2b1dcba3'),(17915,605,'locations_3_location','a:3:{s:7:\"address\";s:21:\"39.976250, -76.792053\";s:3:\"lat\";s:10:\"39.9762688\";s:3:\"lng\";s:18:\"-76.79204019999997\";}'),(17916,605,'_locations_3_location','field_5683f288dcba1'),(17917,605,'locations_3_title','0074, Section 029'),(17918,605,'_locations_3_title','field_5683f2aadcba2'),(17919,605,'locations_3_image','600'),(17920,605,'_locations_3_image','field_568439ed8109d'),(17921,605,'locations_3_description','This project was for roadway widening and intersection improvements and affected 12 properties and resulted in the relocation of 1 resident and 7 businesses in the Township of West Manchester, York County.'),(17922,605,'_locations_3_description','field_5683f2b1dcba3'),(17923,605,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.054719, -76.305345\";s:3:\"lat\";s:8:\"40.05431\";s:3:\"lng\";s:18:\"-76.30512340000001\";}'),(17924,605,'_locations_4_location','field_5683f288dcba1'),(17925,605,'locations_4_title','0222, 027 Lititz'),(17926,605,'_locations_4_title','field_5683f2aadcba2'),(17927,605,'locations_4_image',''),(17928,605,'_locations_4_image','field_568439ed8109d'),(17929,605,'locations_4_description','This project is for a large bridge replacement and is affecting 24 properties and resulting in the relocation of 2 businesses in the Township of Manheim, Lancaster County.'),(17930,605,'_locations_4_description','field_5683f2b1dcba3'),(17931,605,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.192483, -76.730918\";s:3:\"lat\";s:10:\"40.1928639\";s:3:\"lng\";s:18:\"-76.73070059999998\";}'),(17932,605,'_locations_5_location','field_5683f288dcba1'),(17933,605,'locations_5_title','Middletown Train Station'),(17934,605,'_locations_5_title','field_5683f2aadcba2'),(17935,605,'locations_5_image',''),(17936,605,'_locations_5_image','field_568439ed8109d'),(17937,605,'locations_5_description','This project is for the construction of a new train station and is affecting 4 properties in the Township of Middletown, Dauphin County.'),(17938,605,'_locations_5_description','field_5683f2b1dcba3'),(17939,605,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.445418, -76.556583\";s:3:\"lat\";s:10:\"40.4453524\";s:3:\"lng\";s:18:\"-76.55654629999998\";}'),(17940,605,'_locations_6_location','field_5683f288dcba1'),(17941,605,'locations_6_title','Ft Indiantown Gap – DGS'),(17942,605,'_locations_6_title','field_5683f2aadcba2'),(17943,605,'locations_6_image',''),(17944,605,'_locations_6_image','field_568439ed8109d'),(17945,605,'locations_6_description',''),(17946,605,'_locations_6_description','field_5683f2b1dcba3'),(17947,605,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.209085, -76.307225\";s:3:\"lat\";s:10:\"40.2091181\";s:3:\"lng\";s:18:\"-76.30721140000003\";}'),(17948,605,'_locations_7_location','field_5683f288dcba1'),(17949,605,'locations_7_title','Fish and Boat Commission – Speedwell Lake Flowage Easements'),(17950,605,'_locations_7_title','field_5683f2aadcba2'),(17951,605,'locations_7_image',''),(17952,605,'_locations_7_image','field_568439ed8109d'),(17953,605,'locations_7_description','This project is for flood plain mitigation appraisals and is affecting 31 properties in the Township of Elizabeth, Lancaster County.'),(17954,605,'_locations_7_description','field_5683f2b1dcba3'),(17955,605,'locations','8'),(17956,605,'_locations','field_5683f253a5dba'),(17957,341,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.209085, -76.307225\";s:3:\"lat\";s:10:\"40.2091181\";s:3:\"lng\";s:18:\"-76.30721140000003\";}'),(17958,341,'_locations_7_location','field_5683f288dcba1'),(17959,341,'locations_7_title','Fish and Boat Commission – Speedwell Lake Flowage Easements'),(17960,341,'_locations_7_title','field_5683f2aadcba2'),(17961,341,'locations_7_image',''),(17962,341,'_locations_7_image','field_568439ed8109d'),(17963,341,'locations_7_description','This project is for flood plain mitigation appraisals and is affecting 31 properties in the Township of Elizabeth, Lancaster County.'),(17964,341,'_locations_7_description','field_5683f2b1dcba3'),(17965,606,'locations_0_location','a:3:{s:7:\"address\";s:21:\"39.910136, -76.704082\";s:3:\"lat\";s:10:\"39.9106755\";s:3:\"lng\";s:18:\"-76.70441140000003\";}'),(17966,606,'_locations_0_location','field_5683f288dcba1'),(17967,606,'locations_0_title','0083, 025 – Leader Heights'),(17968,606,'_locations_0_title','field_5683f2aadcba2'),(17969,606,'locations_0_image','586'),(17970,606,'_locations_0_image','field_568439ed8109d'),(17971,606,'locations_0_description','This project was for interchange construction and affected 65 properties in the Borough of Leader Heights, York County.'),(17972,606,'_locations_0_description','field_5683f2b1dcba3'),(17973,606,'locations_1_location','a:3:{s:7:\"address\";s:21:\"39.780914, -76.951417\";s:3:\"lat\";s:10:\"39.7809238\";s:3:\"lng\";s:18:\"-76.95143009999998\";}'),(17974,606,'_locations_1_location','field_5683f288dcba1'),(17975,606,'locations_1_title','3070, 002'),(17976,606,'_locations_1_title','field_5683f2aadcba2'),(17977,606,'locations_1_image','589'),(17978,606,'_locations_1_image','field_568439ed8109d'),(17979,606,'locations_1_description','This project was for roadway widening and intersection improvements and affected 23 properties and resulted in the relocation of 2 residents in the Township of Penn, York County.'),(17980,606,'_locations_1_description','field_5683f2b1dcba3'),(17981,606,'locations_2_location','a:3:{s:7:\"address\";s:21:\"39.838832, -77.005747\";s:3:\"lat\";s:10:\"39.8388372\";s:3:\"lng\";s:18:\"-77.00573259999999\";}'),(17982,606,'_locations_2_location','field_5683f288dcba1'),(17983,606,'locations_2_title','0094, 014 and 015'),(17984,606,'_locations_2_title','field_5683f2aadcba2'),(17985,606,'locations_2_image','597'),(17986,606,'_locations_2_image','field_568439ed8109d'),(17987,606,'locations_2_description','This project was for roadway widening and affected 85 properties and resulted in the relocation of 2 residents in the Municipalities of Hanover, Penn, Berwick, & Conewago, York & Adams Counties.'),(17988,606,'_locations_2_description','field_5683f2b1dcba3'),(17989,606,'locations_3_location','a:3:{s:7:\"address\";s:21:\"39.976250, -76.792053\";s:3:\"lat\";s:10:\"39.9762688\";s:3:\"lng\";s:18:\"-76.79204019999997\";}'),(17990,606,'_locations_3_location','field_5683f288dcba1'),(17991,606,'locations_3_title','0074, Section 029'),(17992,606,'_locations_3_title','field_5683f2aadcba2'),(17993,606,'locations_3_image','600'),(17994,606,'_locations_3_image','field_568439ed8109d'),(17995,606,'locations_3_description','This project was for roadway widening and intersection improvements and affected 12 properties and resulted in the relocation of 1 resident and 7 businesses in the Township of West Manchester, York County.'),(17996,606,'_locations_3_description','field_5683f2b1dcba3'),(17997,606,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.054719, -76.305345\";s:3:\"lat\";s:8:\"40.05431\";s:3:\"lng\";s:18:\"-76.30512340000001\";}'),(17998,606,'_locations_4_location','field_5683f288dcba1'),(17999,606,'locations_4_title','0222, 027 Lititz'),(18000,606,'_locations_4_title','field_5683f2aadcba2'),(18001,606,'locations_4_image',''),(18002,606,'_locations_4_image','field_568439ed8109d'),(18003,606,'locations_4_description','This project is for a large bridge replacement and is affecting 24 properties and resulting in the relocation of 2 businesses in the Township of Manheim, Lancaster County.'),(18004,606,'_locations_4_description','field_5683f2b1dcba3'),(18005,606,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.192483, -76.730918\";s:3:\"lat\";s:10:\"40.1928639\";s:3:\"lng\";s:18:\"-76.73070059999998\";}'),(18006,606,'_locations_5_location','field_5683f288dcba1'),(18007,606,'locations_5_title','Middletown Train Station'),(18008,606,'_locations_5_title','field_5683f2aadcba2'),(18009,606,'locations_5_image',''),(18010,606,'_locations_5_image','field_568439ed8109d'),(18011,606,'locations_5_description','This project is for the construction of a new train station and is affecting 4 properties in the Township of Middletown, Dauphin County.'),(18012,606,'_locations_5_description','field_5683f2b1dcba3'),(18013,606,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.445418, -76.556583\";s:3:\"lat\";s:10:\"40.4453524\";s:3:\"lng\";s:18:\"-76.55654629999998\";}'),(18014,606,'_locations_6_location','field_5683f288dcba1'),(18015,606,'locations_6_title','Ft Indiantown Gap – DGS'),(18016,606,'_locations_6_title','field_5683f2aadcba2'),(18017,606,'locations_6_image',''),(18018,606,'_locations_6_image','field_568439ed8109d'),(18019,606,'locations_6_description',''),(18020,606,'_locations_6_description','field_5683f2b1dcba3'),(18021,606,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.209085, -76.307225\";s:3:\"lat\";s:10:\"40.2091181\";s:3:\"lng\";s:18:\"-76.30721140000003\";}'),(18022,606,'_locations_7_location','field_5683f288dcba1'),(18023,606,'locations_7_title','Fish and Boat Commission – Speedwell Lake Flowage Easements'),(18024,606,'_locations_7_title','field_5683f2aadcba2'),(18025,606,'locations_7_image',''),(18026,606,'_locations_7_image','field_568439ed8109d'),(18027,606,'locations_7_description','This project is for flood plain mitigation appraisals and is affecting 31 properties in the Township of Elizabeth, Lancaster County.'),(18028,606,'_locations_7_description','field_5683f2b1dcba3'),(18029,606,'locations_8_location','a:3:{s:7:\"address\";s:21:\"39.763472, -77.727611\";s:3:\"lat\";s:10:\"39.7634712\";s:3:\"lng\";s:11:\"-77.7276253\";}'),(18030,606,'_locations_8_location','field_5683f288dcba1'),(18031,606,'locations_8_title','Antrim Business Park'),(18032,606,'_locations_8_title','field_5683f2aadcba2'),(18033,606,'locations_8_image',''),(18034,606,'_locations_8_image','field_568439ed8109d'),(18035,606,'locations_8_description','This project is for a public/private development and is affecting 7 properties in the Township of Antrim, Franklin County.'),(18036,606,'_locations_8_description','field_5683f2b1dcba3'),(18037,606,'locations','9'),(18038,606,'_locations','field_5683f253a5dba'),(18039,341,'locations_8_location','a:3:{s:7:\"address\";s:21:\"39.763472, -77.727611\";s:3:\"lat\";s:10:\"39.7634712\";s:3:\"lng\";s:11:\"-77.7276253\";}'),(18040,341,'_locations_8_location','field_5683f288dcba1'),(18041,341,'locations_8_title','Antrim Business Park'),(18042,341,'_locations_8_title','field_5683f2aadcba2'),(18043,341,'locations_8_image',''),(18044,341,'_locations_8_image','field_568439ed8109d'),(18045,341,'locations_8_description','This project is for a public/private development and is affecting 7 properties in the Township of Antrim, Franklin County.'),(18046,341,'_locations_8_description','field_5683f2b1dcba3'),(18047,607,'_wp_attached_file','2015/12/wp3838c2e9_06.png'),(18048,607,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:281;s:6:\"height\";i:198;s:4:\"file\";s:25:\"2015/12/wp3838c2e9_06.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wp3838c2e9_06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(18049,608,'locations_0_location','a:3:{s:7:\"address\";s:21:\"39.910136, -76.704082\";s:3:\"lat\";s:10:\"39.9106755\";s:3:\"lng\";s:18:\"-76.70441140000003\";}'),(18050,608,'_locations_0_location','field_5683f288dcba1'),(18051,608,'locations_0_title','0083, 025 – Leader Heights'),(18052,608,'_locations_0_title','field_5683f2aadcba2'),(18053,608,'locations_0_image','586'),(18054,608,'_locations_0_image','field_568439ed8109d'),(18055,608,'locations_0_description','This project was for interchange construction and affected 65 properties in the Borough of Leader Heights, York County.'),(18056,608,'_locations_0_description','field_5683f2b1dcba3'),(18057,608,'locations_1_location','a:3:{s:7:\"address\";s:21:\"39.780914, -76.951417\";s:3:\"lat\";s:10:\"39.7809238\";s:3:\"lng\";s:18:\"-76.95143009999998\";}'),(18058,608,'_locations_1_location','field_5683f288dcba1'),(18059,608,'locations_1_title','3070, 002'),(18060,608,'_locations_1_title','field_5683f2aadcba2'),(18061,608,'locations_1_image','589'),(18062,608,'_locations_1_image','field_568439ed8109d'),(18063,608,'locations_1_description','This project was for roadway widening and intersection improvements and affected 23 properties and resulted in the relocation of 2 residents in the Township of Penn, York County.'),(18064,608,'_locations_1_description','field_5683f2b1dcba3'),(18065,608,'locations_2_location','a:3:{s:7:\"address\";s:21:\"39.838832, -77.005747\";s:3:\"lat\";s:10:\"39.8388372\";s:3:\"lng\";s:18:\"-77.00573259999999\";}'),(18066,608,'_locations_2_location','field_5683f288dcba1'),(18067,608,'locations_2_title','0094, 014 and 015'),(18068,608,'_locations_2_title','field_5683f2aadcba2'),(18069,608,'locations_2_image','597'),(18070,608,'_locations_2_image','field_568439ed8109d'),(18071,608,'locations_2_description','This project was for roadway widening and affected 85 properties and resulted in the relocation of 2 residents in the Municipalities of Hanover, Penn, Berwick, & Conewago, York & Adams Counties.'),(18072,608,'_locations_2_description','field_5683f2b1dcba3'),(18073,608,'locations_3_location','a:3:{s:7:\"address\";s:21:\"39.976250, -76.792053\";s:3:\"lat\";s:10:\"39.9762688\";s:3:\"lng\";s:18:\"-76.79204019999997\";}'),(18074,608,'_locations_3_location','field_5683f288dcba1'),(18075,608,'locations_3_title','0074, Section 029'),(18076,608,'_locations_3_title','field_5683f2aadcba2'),(18077,608,'locations_3_image','600'),(18078,608,'_locations_3_image','field_568439ed8109d'),(18079,608,'locations_3_description','This project was for roadway widening and intersection improvements and affected 12 properties and resulted in the relocation of 1 resident and 7 businesses in the Township of West Manchester, York County.'),(18080,608,'_locations_3_description','field_5683f2b1dcba3'),(18081,608,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.054719, -76.305345\";s:3:\"lat\";s:8:\"40.05431\";s:3:\"lng\";s:18:\"-76.30512340000001\";}'),(18082,608,'_locations_4_location','field_5683f288dcba1'),(18083,608,'locations_4_title','0222, 027 Lititz'),(18084,608,'_locations_4_title','field_5683f2aadcba2'),(18085,608,'locations_4_image',''),(18086,608,'_locations_4_image','field_568439ed8109d'),(18087,608,'locations_4_description','This project is for a large bridge replacement and is affecting 24 properties and resulting in the relocation of 2 businesses in the Township of Manheim, Lancaster County.'),(18088,608,'_locations_4_description','field_5683f2b1dcba3'),(18089,608,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.192483, -76.730918\";s:3:\"lat\";s:10:\"40.1928639\";s:3:\"lng\";s:18:\"-76.73070059999998\";}'),(18090,608,'_locations_5_location','field_5683f288dcba1'),(18091,608,'locations_5_title','Middletown Train Station'),(18092,608,'_locations_5_title','field_5683f2aadcba2'),(18093,608,'locations_5_image',''),(18094,608,'_locations_5_image','field_568439ed8109d'),(18095,608,'locations_5_description','This project is for the construction of a new train station and is affecting 4 properties in the Township of Middletown, Dauphin County.'),(18096,608,'_locations_5_description','field_5683f2b1dcba3'),(18097,608,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.445418, -76.556583\";s:3:\"lat\";s:10:\"40.4453524\";s:3:\"lng\";s:18:\"-76.55654629999998\";}'),(18098,608,'_locations_6_location','field_5683f288dcba1'),(18099,608,'locations_6_title','Ft Indiantown Gap – DGS'),(18100,608,'_locations_6_title','field_5683f2aadcba2'),(18101,608,'locations_6_image',''),(18102,608,'_locations_6_image','field_568439ed8109d'),(18103,608,'locations_6_description',''),(18104,608,'_locations_6_description','field_5683f2b1dcba3'),(18105,608,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.209085, -76.307225\";s:3:\"lat\";s:10:\"40.2091181\";s:3:\"lng\";s:18:\"-76.30721140000003\";}'),(18106,608,'_locations_7_location','field_5683f288dcba1'),(18107,608,'locations_7_title','Fish and Boat Commission – Speedwell Lake Flowage Easements'),(18108,608,'_locations_7_title','field_5683f2aadcba2'),(18109,608,'locations_7_image',''),(18110,608,'_locations_7_image','field_568439ed8109d'),(18111,608,'locations_7_description','This project is for flood plain mitigation appraisals and is affecting 31 properties in the Township of Elizabeth, Lancaster County.'),(18112,608,'_locations_7_description','field_5683f2b1dcba3'),(18113,608,'locations_8_location','a:3:{s:7:\"address\";s:21:\"39.763472, -77.727611\";s:3:\"lat\";s:10:\"39.7634712\";s:3:\"lng\";s:11:\"-77.7276253\";}'),(18114,608,'_locations_8_location','field_5683f288dcba1'),(18115,608,'locations_8_title','Antrim Business Park'),(18116,608,'_locations_8_title','field_5683f2aadcba2'),(18117,608,'locations_8_image',''),(18118,608,'_locations_8_image','field_568439ed8109d'),(18119,608,'locations_8_description','This project is for a public/private development and is affecting 7 properties in the Township of Antrim, Franklin County.'),(18120,608,'_locations_8_description','field_5683f2b1dcba3'),(18121,608,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.150058, -77.042802\";s:3:\"lat\";s:10:\"40.1500686\";s:3:\"lng\";s:18:\"-77.04280840000001\";}'),(18122,608,'_locations_9_location','field_5683f288dcba1'),(18123,608,'locations_9_title','State Route 2008, Section 007 – E78659 – Cumberland County, Monroe Twp. – Bridge'),(18124,608,'_locations_9_title','field_5683f2aadcba2'),(18125,608,'locations_9_image','607'),(18126,608,'_locations_9_image','field_568439ed8109d'),(18127,608,'locations_9_description','This project was for a small bridge and affected 4 properties in the Township of Monroe, Cumberland County.'),(18128,608,'_locations_9_description','field_5683f2b1dcba3'),(18129,608,'locations','10'),(18130,608,'_locations','field_5683f253a5dba'),(18131,341,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.150057, -77.042804\";s:3:\"lat\";s:10:\"40.1500679\";s:3:\"lng\";s:18:\"-77.04281049999997\";}'),(18132,341,'_locations_9_location','field_5683f288dcba1'),(18133,341,'locations_9_title','State Route 2008, Section 007 – E78659 – Cumberland County, Monroe Twp. – Bridge'),(18134,341,'_locations_9_title','field_5683f2aadcba2'),(18135,341,'locations_9_image','607'),(18136,341,'_locations_9_image','field_568439ed8109d'),(18137,341,'locations_9_description','This project was for a small bridge and affected 4 properties in the Township of Monroe, Cumberland County.'),(18138,341,'_locations_9_description','field_5683f2b1dcba3'),(18139,609,'locations_0_location','a:3:{s:7:\"address\";s:21:\"39.910136, -76.704082\";s:3:\"lat\";s:10:\"39.9106755\";s:3:\"lng\";s:18:\"-76.70441140000003\";}'),(18140,609,'_locations_0_location','field_5683f288dcba1'),(18141,609,'locations_0_title','0083, 025 – Leader Heights'),(18142,609,'_locations_0_title','field_5683f2aadcba2'),(18143,609,'locations_0_image','586'),(18144,609,'_locations_0_image','field_568439ed8109d'),(18145,609,'locations_0_description','This project was for interchange construction and affected 65 properties in the Borough of Leader Heights, York County.'),(18146,609,'_locations_0_description','field_5683f2b1dcba3'),(18147,609,'locations_1_location','a:3:{s:7:\"address\";s:21:\"39.780914, -76.951417\";s:3:\"lat\";s:10:\"39.7809238\";s:3:\"lng\";s:18:\"-76.95143009999998\";}'),(18148,609,'_locations_1_location','field_5683f288dcba1'),(18149,609,'locations_1_title','3070, 002'),(18150,609,'_locations_1_title','field_5683f2aadcba2'),(18151,609,'locations_1_image','589'),(18152,609,'_locations_1_image','field_568439ed8109d'),(18153,609,'locations_1_description','This project was for roadway widening and intersection improvements and affected 23 properties and resulted in the relocation of 2 residents in the Township of Penn, York County.'),(18154,609,'_locations_1_description','field_5683f2b1dcba3'),(18155,609,'locations_2_location','a:3:{s:7:\"address\";s:21:\"39.838832, -77.005747\";s:3:\"lat\";s:10:\"39.8388372\";s:3:\"lng\";s:18:\"-77.00573259999999\";}'),(18156,609,'_locations_2_location','field_5683f288dcba1'),(18157,609,'locations_2_title','0094, 014 and 015'),(18158,609,'_locations_2_title','field_5683f2aadcba2'),(18159,609,'locations_2_image','597'),(18160,609,'_locations_2_image','field_568439ed8109d'),(18161,609,'locations_2_description','This project was for roadway widening and affected 85 properties and resulted in the relocation of 2 residents in the Municipalities of Hanover, Penn, Berwick, & Conewago, York & Adams Counties.'),(18162,609,'_locations_2_description','field_5683f2b1dcba3'),(18163,609,'locations_3_location','a:3:{s:7:\"address\";s:21:\"39.976250, -76.792053\";s:3:\"lat\";s:10:\"39.9762688\";s:3:\"lng\";s:18:\"-76.79204019999997\";}'),(18164,609,'_locations_3_location','field_5683f288dcba1'),(18165,609,'locations_3_title','0074, Section 029'),(18166,609,'_locations_3_title','field_5683f2aadcba2'),(18167,609,'locations_3_image','600'),(18168,609,'_locations_3_image','field_568439ed8109d'),(18169,609,'locations_3_description','This project was for roadway widening and intersection improvements and affected 12 properties and resulted in the relocation of 1 resident and 7 businesses in the Township of West Manchester, York County.'),(18170,609,'_locations_3_description','field_5683f2b1dcba3'),(18171,609,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.054719, -76.305345\";s:3:\"lat\";s:8:\"40.05431\";s:3:\"lng\";s:18:\"-76.30512340000001\";}'),(18172,609,'_locations_4_location','field_5683f288dcba1'),(18173,609,'locations_4_title','0222, 027 Lititz'),(18174,609,'_locations_4_title','field_5683f2aadcba2'),(18175,609,'locations_4_image',''),(18176,609,'_locations_4_image','field_568439ed8109d'),(18177,609,'locations_4_description','This project is for a large bridge replacement and is affecting 24 properties and resulting in the relocation of 2 businesses in the Township of Manheim, Lancaster County.'),(18178,609,'_locations_4_description','field_5683f2b1dcba3'),(18179,609,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.192483, -76.730918\";s:3:\"lat\";s:10:\"40.1928639\";s:3:\"lng\";s:18:\"-76.73070059999998\";}'),(18180,609,'_locations_5_location','field_5683f288dcba1'),(18181,609,'locations_5_title','Middletown Train Station'),(18182,609,'_locations_5_title','field_5683f2aadcba2'),(18183,609,'locations_5_image',''),(18184,609,'_locations_5_image','field_568439ed8109d'),(18185,609,'locations_5_description','This project is for the construction of a new train station and is affecting 4 properties in the Township of Middletown, Dauphin County.'),(18186,609,'_locations_5_description','field_5683f2b1dcba3'),(18187,609,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.445418, -76.556583\";s:3:\"lat\";s:10:\"40.4453524\";s:3:\"lng\";s:18:\"-76.55654629999998\";}'),(18188,609,'_locations_6_location','field_5683f288dcba1'),(18189,609,'locations_6_title','Ft Indiantown Gap – DGS'),(18190,609,'_locations_6_title','field_5683f2aadcba2'),(18191,609,'locations_6_image',''),(18192,609,'_locations_6_image','field_568439ed8109d'),(18193,609,'locations_6_description',''),(18194,609,'_locations_6_description','field_5683f2b1dcba3'),(18195,609,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.209085, -76.307225\";s:3:\"lat\";s:10:\"40.2091181\";s:3:\"lng\";s:18:\"-76.30721140000003\";}'),(18196,609,'_locations_7_location','field_5683f288dcba1'),(18197,609,'locations_7_title','Fish and Boat Commission – Speedwell Lake Flowage Easements'),(18198,609,'_locations_7_title','field_5683f2aadcba2'),(18199,609,'locations_7_image',''),(18200,609,'_locations_7_image','field_568439ed8109d'),(18201,609,'locations_7_description','This project is for flood plain mitigation appraisals and is affecting 31 properties in the Township of Elizabeth, Lancaster County.'),(18202,609,'_locations_7_description','field_5683f2b1dcba3'),(18203,609,'locations_8_location','a:3:{s:7:\"address\";s:21:\"39.763472, -77.727611\";s:3:\"lat\";s:10:\"39.7634712\";s:3:\"lng\";s:11:\"-77.7276253\";}'),(18204,609,'_locations_8_location','field_5683f288dcba1'),(18205,609,'locations_8_title','Antrim Business Park'),(18206,609,'_locations_8_title','field_5683f2aadcba2'),(18207,609,'locations_8_image',''),(18208,609,'_locations_8_image','field_568439ed8109d'),(18209,609,'locations_8_description','This project is for a public/private development and is affecting 7 properties in the Township of Antrim, Franklin County.'),(18210,609,'_locations_8_description','field_5683f2b1dcba3'),(18211,609,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.150058, -77.042802\";s:3:\"lat\";s:10:\"40.1500686\";s:3:\"lng\";s:18:\"-77.04280840000001\";}'),(18212,609,'_locations_9_location','field_5683f288dcba1'),(18213,609,'locations_9_title','State Route 2008, Section 007 – E78659 – Cumberland County, Monroe Twp. – Bridge'),(18214,609,'_locations_9_title','field_5683f2aadcba2'),(18215,609,'locations_9_image','607'),(18216,609,'_locations_9_image','field_568439ed8109d'),(18217,609,'locations_9_description','This project was for a small bridge and affected 4 properties in the Township of Monroe, Cumberland County.'),(18218,609,'_locations_9_description','field_5683f2b1dcba3'),(18219,609,'locations','10'),(18220,609,'_locations','field_5683f253a5dba'),(18221,610,'locations_0_location','a:3:{s:7:\"address\";s:21:\"39.910136, -76.704082\";s:3:\"lat\";s:10:\"39.9106755\";s:3:\"lng\";s:18:\"-76.70441140000003\";}'),(18222,610,'_locations_0_location','field_5683f288dcba1'),(18223,610,'locations_0_title','0083, 025 – Leader Heights'),(18224,610,'_locations_0_title','field_5683f2aadcba2'),(18225,610,'locations_0_image','586'),(18226,610,'_locations_0_image','field_568439ed8109d'),(18227,610,'locations_0_description','This project was for interchange construction and affected 65 properties in the Borough of Leader Heights, York County.'),(18228,610,'_locations_0_description','field_5683f2b1dcba3'),(18229,610,'locations_1_location','a:3:{s:7:\"address\";s:21:\"39.780914, -76.951417\";s:3:\"lat\";s:10:\"39.7809238\";s:3:\"lng\";s:18:\"-76.95143009999998\";}'),(18230,610,'_locations_1_location','field_5683f288dcba1'),(18231,610,'locations_1_title','3070, 002'),(18232,610,'_locations_1_title','field_5683f2aadcba2'),(18233,610,'locations_1_image','589'),(18234,610,'_locations_1_image','field_568439ed8109d'),(18235,610,'locations_1_description','This project was for roadway widening and intersection improvements and affected 23 properties and resulted in the relocation of 2 residents in the Township of Penn, York County.'),(18236,610,'_locations_1_description','field_5683f2b1dcba3'),(18237,610,'locations_2_location','a:3:{s:7:\"address\";s:21:\"39.838832, -77.005747\";s:3:\"lat\";s:10:\"39.8388372\";s:3:\"lng\";s:18:\"-77.00573259999999\";}'),(18238,610,'_locations_2_location','field_5683f288dcba1'),(18239,610,'locations_2_title','0094, 014 and 015'),(18240,610,'_locations_2_title','field_5683f2aadcba2'),(18241,610,'locations_2_image','597'),(18242,610,'_locations_2_image','field_568439ed8109d'),(18243,610,'locations_2_description','This project was for roadway widening and affected 85 properties and resulted in the relocation of 2 residents in the Municipalities of Hanover, Penn, Berwick, & Conewago, York & Adams Counties.'),(18244,610,'_locations_2_description','field_5683f2b1dcba3'),(18245,610,'locations_3_location','a:3:{s:7:\"address\";s:21:\"39.976250, -76.792053\";s:3:\"lat\";s:10:\"39.9762688\";s:3:\"lng\";s:18:\"-76.79204019999997\";}'),(18246,610,'_locations_3_location','field_5683f288dcba1'),(18247,610,'locations_3_title','0074, Section 029'),(18248,610,'_locations_3_title','field_5683f2aadcba2'),(18249,610,'locations_3_image','600'),(18250,610,'_locations_3_image','field_568439ed8109d'),(18251,610,'locations_3_description','This project was for roadway widening and intersection improvements and affected 12 properties and resulted in the relocation of 1 resident and 7 businesses in the Township of West Manchester, York County.'),(18252,610,'_locations_3_description','field_5683f2b1dcba3'),(18253,610,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.054719, -76.305345\";s:3:\"lat\";s:8:\"40.05431\";s:3:\"lng\";s:18:\"-76.30512340000001\";}'),(18254,610,'_locations_4_location','field_5683f288dcba1'),(18255,610,'locations_4_title','0222, 027 Lititz'),(18256,610,'_locations_4_title','field_5683f2aadcba2'),(18257,610,'locations_4_image',''),(18258,610,'_locations_4_image','field_568439ed8109d'),(18259,610,'locations_4_description','This project is for a large bridge replacement and is affecting 24 properties and resulting in the relocation of 2 businesses in the Township of Manheim, Lancaster County.'),(18260,610,'_locations_4_description','field_5683f2b1dcba3'),(18261,610,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.192483, -76.730918\";s:3:\"lat\";s:10:\"40.1928639\";s:3:\"lng\";s:18:\"-76.73070059999998\";}'),(18262,610,'_locations_5_location','field_5683f288dcba1'),(18263,610,'locations_5_title','Middletown Train Station'),(18264,610,'_locations_5_title','field_5683f2aadcba2'),(18265,610,'locations_5_image',''),(18266,610,'_locations_5_image','field_568439ed8109d'),(18267,610,'locations_5_description','This project is for the construction of a new train station and is affecting 4 properties in the Township of Middletown, Dauphin County.'),(18268,610,'_locations_5_description','field_5683f2b1dcba3'),(18269,610,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.445418, -76.556583\";s:3:\"lat\";s:10:\"40.4453524\";s:3:\"lng\";s:18:\"-76.55654629999998\";}'),(18270,610,'_locations_6_location','field_5683f288dcba1'),(18271,610,'locations_6_title','Ft Indiantown Gap – DGS'),(18272,610,'_locations_6_title','field_5683f2aadcba2'),(18273,610,'locations_6_image',''),(18274,610,'_locations_6_image','field_568439ed8109d'),(18275,610,'locations_6_description',''),(18276,610,'_locations_6_description','field_5683f2b1dcba3'),(18277,610,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.209085, -76.307225\";s:3:\"lat\";s:10:\"40.2091181\";s:3:\"lng\";s:18:\"-76.30721140000003\";}'),(18278,610,'_locations_7_location','field_5683f288dcba1'),(18279,610,'locations_7_title','Fish and Boat Commission – Speedwell Lake Flowage Easements'),(18280,610,'_locations_7_title','field_5683f2aadcba2'),(18281,610,'locations_7_image',''),(18282,610,'_locations_7_image','field_568439ed8109d'),(18283,610,'locations_7_description','This project is for flood plain mitigation appraisals and is affecting 31 properties in the Township of Elizabeth, Lancaster County.'),(18284,610,'_locations_7_description','field_5683f2b1dcba3'),(18285,610,'locations_8_location','a:3:{s:7:\"address\";s:21:\"39.763472, -77.727611\";s:3:\"lat\";s:10:\"39.7634712\";s:3:\"lng\";s:11:\"-77.7276253\";}'),(18286,610,'_locations_8_location','field_5683f288dcba1'),(18287,610,'locations_8_title','Antrim Business Park'),(18288,610,'_locations_8_title','field_5683f2aadcba2'),(18289,610,'locations_8_image',''),(18290,610,'_locations_8_image','field_568439ed8109d'),(18291,610,'locations_8_description','This project is for a public/private development and is affecting 7 properties in the Township of Antrim, Franklin County.'),(18292,610,'_locations_8_description','field_5683f2b1dcba3'),(18293,610,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.150057, -77.042804\";s:3:\"lat\";s:10:\"40.1500679\";s:3:\"lng\";s:18:\"-77.04281049999997\";}'),(18294,610,'_locations_9_location','field_5683f288dcba1'),(18295,610,'locations_9_title','State Route 2008, Section 007 – E78659 – Cumberland County, Monroe Twp. – Bridge'),(18296,610,'_locations_9_title','field_5683f2aadcba2'),(18297,610,'locations_9_image','607'),(18298,610,'_locations_9_image','field_568439ed8109d'),(18299,610,'locations_9_description','This project was for a small bridge and affected 4 properties in the Township of Monroe, Cumberland County.'),(18300,610,'_locations_9_description','field_5683f2b1dcba3'),(18301,610,'locations','10'),(18302,610,'_locations','field_5683f253a5dba'),(18303,611,'locations_0_location','a:3:{s:7:\"address\";s:21:\"39.910136, -76.704082\";s:3:\"lat\";s:10:\"39.9106755\";s:3:\"lng\";s:18:\"-76.70441140000003\";}'),(18304,611,'_locations_0_location','field_5683f288dcba1'),(18305,611,'locations_0_title','0083, 025 – Leader Heights'),(18306,611,'_locations_0_title','field_5683f2aadcba2'),(18307,611,'locations_0_image','586'),(18308,611,'_locations_0_image','field_568439ed8109d'),(18309,611,'locations_0_description','This project was for interchange construction and affected 65 properties in the Borough of Leader Heights, York County.'),(18310,611,'_locations_0_description','field_5683f2b1dcba3'),(18311,611,'locations_1_location','a:3:{s:7:\"address\";s:21:\"39.780914, -76.951417\";s:3:\"lat\";s:10:\"39.7809238\";s:3:\"lng\";s:18:\"-76.95143009999998\";}'),(18312,611,'_locations_1_location','field_5683f288dcba1'),(18313,611,'locations_1_title','3070, 002'),(18314,611,'_locations_1_title','field_5683f2aadcba2'),(18315,611,'locations_1_image','589'),(18316,611,'_locations_1_image','field_568439ed8109d'),(18317,611,'locations_1_description','This project was for roadway widening and intersection improvements and affected 23 properties and resulted in the relocation of 2 residents in the Township of Penn, York County.'),(18318,611,'_locations_1_description','field_5683f2b1dcba3'),(18319,611,'locations_2_location','a:3:{s:7:\"address\";s:21:\"39.838832, -77.005747\";s:3:\"lat\";s:10:\"39.8388372\";s:3:\"lng\";s:18:\"-77.00573259999999\";}'),(18320,611,'_locations_2_location','field_5683f288dcba1'),(18321,611,'locations_2_title','0094, 014 and 015'),(18322,611,'_locations_2_title','field_5683f2aadcba2'),(18323,611,'locations_2_image','597'),(18324,611,'_locations_2_image','field_568439ed8109d'),(18325,611,'locations_2_description','This project was for roadway widening and affected 85 properties and resulted in the relocation of 2 residents in the Municipalities of Hanover, Penn, Berwick, & Conewago, York & Adams Counties.'),(18326,611,'_locations_2_description','field_5683f2b1dcba3'),(18327,611,'locations_3_location','a:3:{s:7:\"address\";s:21:\"39.976250, -76.792053\";s:3:\"lat\";s:10:\"39.9762688\";s:3:\"lng\";s:18:\"-76.79204019999997\";}'),(18328,611,'_locations_3_location','field_5683f288dcba1'),(18329,611,'locations_3_title','0074, Section 029'),(18330,611,'_locations_3_title','field_5683f2aadcba2'),(18331,611,'locations_3_image','600'),(18332,611,'_locations_3_image','field_568439ed8109d'),(18333,611,'locations_3_description','This project was for roadway widening and intersection improvements and affected 12 properties and resulted in the relocation of 1 resident and 7 businesses in the Township of West Manchester, York County.'),(18334,611,'_locations_3_description','field_5683f2b1dcba3'),(18335,611,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.054719, -76.305345\";s:3:\"lat\";s:8:\"40.05431\";s:3:\"lng\";s:18:\"-76.30512340000001\";}'),(18336,611,'_locations_4_location','field_5683f288dcba1'),(18337,611,'locations_4_title','0222, 027 Lititz'),(18338,611,'_locations_4_title','field_5683f2aadcba2'),(18339,611,'locations_4_image',''),(18340,611,'_locations_4_image','field_568439ed8109d'),(18341,611,'locations_4_description','This project is for a large bridge replacement and is affecting 24 properties and resulting in the relocation of 2 businesses in the Township of Manheim, Lancaster County.'),(18342,611,'_locations_4_description','field_5683f2b1dcba3'),(18343,611,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.192483, -76.730918\";s:3:\"lat\";s:10:\"40.1928639\";s:3:\"lng\";s:18:\"-76.73070059999998\";}'),(18344,611,'_locations_5_location','field_5683f288dcba1'),(18345,611,'locations_5_title','Middletown Train Station'),(18346,611,'_locations_5_title','field_5683f2aadcba2'),(18347,611,'locations_5_image',''),(18348,611,'_locations_5_image','field_568439ed8109d'),(18349,611,'locations_5_description','This project is for the construction of a new train station and is affecting 4 properties in the Township of Middletown, Dauphin County.'),(18350,611,'_locations_5_description','field_5683f2b1dcba3'),(18351,611,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.445418, -76.556583\";s:3:\"lat\";s:10:\"40.4453524\";s:3:\"lng\";s:18:\"-76.55654629999998\";}'),(18352,611,'_locations_6_location','field_5683f288dcba1'),(18353,611,'locations_6_title','Ft Indiantown Gap – DGS'),(18354,611,'_locations_6_title','field_5683f2aadcba2'),(18355,611,'locations_6_image',''),(18356,611,'_locations_6_image','field_568439ed8109d'),(18357,611,'locations_6_description',''),(18358,611,'_locations_6_description','field_5683f2b1dcba3'),(18359,611,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.209085, -76.307225\";s:3:\"lat\";s:10:\"40.2091181\";s:3:\"lng\";s:18:\"-76.30721140000003\";}'),(18360,611,'_locations_7_location','field_5683f288dcba1'),(18361,611,'locations_7_title','Fish and Boat Commission – Speedwell Lake Flowage Easements'),(18362,611,'_locations_7_title','field_5683f2aadcba2'),(18363,611,'locations_7_image',''),(18364,611,'_locations_7_image','field_568439ed8109d'),(18365,611,'locations_7_description','This project is for flood plain mitigation appraisals and is affecting 31 properties in the Township of Elizabeth, Lancaster County.'),(18366,611,'_locations_7_description','field_5683f2b1dcba3'),(18367,611,'locations_8_location','a:3:{s:7:\"address\";s:21:\"39.763472, -77.727611\";s:3:\"lat\";s:10:\"39.7634712\";s:3:\"lng\";s:11:\"-77.7276253\";}'),(18368,611,'_locations_8_location','field_5683f288dcba1'),(18369,611,'locations_8_title','Antrim Business Park'),(18370,611,'_locations_8_title','field_5683f2aadcba2'),(18371,611,'locations_8_image',''),(18372,611,'_locations_8_image','field_568439ed8109d'),(18373,611,'locations_8_description','This project is for a public/private development and is affecting 7 properties in the Township of Antrim, Franklin County.'),(18374,611,'_locations_8_description','field_5683f2b1dcba3'),(18375,611,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.150057, -77.042804\";s:3:\"lat\";s:10:\"40.1500679\";s:3:\"lng\";s:18:\"-77.04281049999997\";}'),(18376,611,'_locations_9_location','field_5683f288dcba1'),(18377,611,'locations_9_title','State Route 2008, Section 007 – E78659 – Cumberland County, Monroe Twp. – Bridge'),(18378,611,'_locations_9_title','field_5683f2aadcba2'),(18379,611,'locations_9_image','607'),(18380,611,'_locations_9_image','field_568439ed8109d'),(18381,611,'locations_9_description','This project was for a small bridge and affected 4 properties in the Township of Monroe, Cumberland County.'),(18382,611,'_locations_9_description','field_5683f2b1dcba3'),(18383,611,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.108692, -76.502083\";s:3:\"lat\";s:8:\"40.10866\";s:3:\"lng\";s:18:\"-76.50206509999998\";}'),(18384,611,'_locations_10_location','field_5683f288dcba1'),(18385,611,'locations_10_title','State Route 0072, Section 005 – E19861 – Lancaster County , Mount Joy Borough – Bridge'),(18386,611,'_locations_10_title','field_5683f2aadcba2'),(18387,611,'locations_10_image',''),(18388,611,'_locations_10_image','field_568439ed8109d'),(18389,611,'locations_10_description','This project is for a small bridge and is affecting 3 properties and Amtrack Coordination in the Borough of Mt. Joy, Lancaster County.'),(18390,611,'_locations_10_description','field_5683f2b1dcba3'),(18391,611,'locations','11'),(18392,611,'_locations','field_5683f253a5dba'),(18393,341,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.108692, -76.502083\";s:3:\"lat\";s:8:\"40.10866\";s:3:\"lng\";s:18:\"-76.50206509999998\";}'),(18394,341,'_locations_10_location','field_5683f288dcba1'),(18395,341,'locations_10_title','State Route 0072, Section 005 – E19861 – Lancaster County , Mount Joy Borough – Bridge'),(18396,341,'_locations_10_title','field_5683f2aadcba2'),(18397,341,'locations_10_image',''),(18398,341,'_locations_10_image','field_568439ed8109d'),(18399,341,'locations_10_description','This project is for a small bridge and is affecting 3 properties and Amtrack Coordination in the Borough of Mt. Joy, Lancaster County.'),(18400,341,'_locations_10_description','field_5683f2b1dcba3'),(18401,612,'_wp_attached_file','2015/12/wpbcbeab65_06.png'),(18402,612,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:281;s:6:\"height\";i:198;s:4:\"file\";s:25:\"2015/12/wpbcbeab65_06.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wpbcbeab65_06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(18403,613,'locations_0_location','a:3:{s:7:\"address\";s:21:\"39.910136, -76.704082\";s:3:\"lat\";s:10:\"39.9106755\";s:3:\"lng\";s:18:\"-76.70441140000003\";}'),(18404,613,'_locations_0_location','field_5683f288dcba1'),(18405,613,'locations_0_title','0083, 025 – Leader Heights'),(18406,613,'_locations_0_title','field_5683f2aadcba2'),(18407,613,'locations_0_image','586'),(18408,613,'_locations_0_image','field_568439ed8109d'),(18409,613,'locations_0_description','This project was for interchange construction and affected 65 properties in the Borough of Leader Heights, York County.'),(18410,613,'_locations_0_description','field_5683f2b1dcba3'),(18411,613,'locations_1_location','a:3:{s:7:\"address\";s:21:\"39.780914, -76.951417\";s:3:\"lat\";s:10:\"39.7809238\";s:3:\"lng\";s:18:\"-76.95143009999998\";}'),(18412,613,'_locations_1_location','field_5683f288dcba1'),(18413,613,'locations_1_title','3070, 002'),(18414,613,'_locations_1_title','field_5683f2aadcba2'),(18415,613,'locations_1_image','589'),(18416,613,'_locations_1_image','field_568439ed8109d'),(18417,613,'locations_1_description','This project was for roadway widening and intersection improvements and affected 23 properties and resulted in the relocation of 2 residents in the Township of Penn, York County.'),(18418,613,'_locations_1_description','field_5683f2b1dcba3'),(18419,613,'locations_2_location','a:3:{s:7:\"address\";s:21:\"39.838832, -77.005747\";s:3:\"lat\";s:10:\"39.8388372\";s:3:\"lng\";s:18:\"-77.00573259999999\";}'),(18420,613,'_locations_2_location','field_5683f288dcba1'),(18421,613,'locations_2_title','0094, 014 and 015'),(18422,613,'_locations_2_title','field_5683f2aadcba2'),(18423,613,'locations_2_image','597'),(18424,613,'_locations_2_image','field_568439ed8109d'),(18425,613,'locations_2_description','This project was for roadway widening and affected 85 properties and resulted in the relocation of 2 residents in the Municipalities of Hanover, Penn, Berwick, & Conewago, York & Adams Counties.'),(18426,613,'_locations_2_description','field_5683f2b1dcba3'),(18427,613,'locations_3_location','a:3:{s:7:\"address\";s:21:\"39.976250, -76.792053\";s:3:\"lat\";s:10:\"39.9762688\";s:3:\"lng\";s:18:\"-76.79204019999997\";}'),(18428,613,'_locations_3_location','field_5683f288dcba1'),(18429,613,'locations_3_title','0074, Section 029'),(18430,613,'_locations_3_title','field_5683f2aadcba2'),(18431,613,'locations_3_image','600'),(18432,613,'_locations_3_image','field_568439ed8109d'),(18433,613,'locations_3_description','This project was for roadway widening and intersection improvements and affected 12 properties and resulted in the relocation of 1 resident and 7 businesses in the Township of West Manchester, York County.'),(18434,613,'_locations_3_description','field_5683f2b1dcba3'),(18435,613,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.054719, -76.305345\";s:3:\"lat\";s:8:\"40.05431\";s:3:\"lng\";s:18:\"-76.30512340000001\";}'),(18436,613,'_locations_4_location','field_5683f288dcba1'),(18437,613,'locations_4_title','0222, 027 Lititz'),(18438,613,'_locations_4_title','field_5683f2aadcba2'),(18439,613,'locations_4_image',''),(18440,613,'_locations_4_image','field_568439ed8109d'),(18441,613,'locations_4_description','This project is for a large bridge replacement and is affecting 24 properties and resulting in the relocation of 2 businesses in the Township of Manheim, Lancaster County.'),(18442,613,'_locations_4_description','field_5683f2b1dcba3'),(18443,613,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.192483, -76.730918\";s:3:\"lat\";s:10:\"40.1928639\";s:3:\"lng\";s:18:\"-76.73070059999998\";}'),(18444,613,'_locations_5_location','field_5683f288dcba1'),(18445,613,'locations_5_title','Middletown Train Station'),(18446,613,'_locations_5_title','field_5683f2aadcba2'),(18447,613,'locations_5_image',''),(18448,613,'_locations_5_image','field_568439ed8109d'),(18449,613,'locations_5_description','This project is for the construction of a new train station and is affecting 4 properties in the Township of Middletown, Dauphin County.'),(18450,613,'_locations_5_description','field_5683f2b1dcba3'),(18451,613,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.445418, -76.556583\";s:3:\"lat\";s:10:\"40.4453524\";s:3:\"lng\";s:18:\"-76.55654629999998\";}'),(18452,613,'_locations_6_location','field_5683f288dcba1'),(18453,613,'locations_6_title','Ft Indiantown Gap – DGS'),(18454,613,'_locations_6_title','field_5683f2aadcba2'),(18455,613,'locations_6_image',''),(18456,613,'_locations_6_image','field_568439ed8109d'),(18457,613,'locations_6_description',''),(18458,613,'_locations_6_description','field_5683f2b1dcba3'),(18459,613,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.209085, -76.307225\";s:3:\"lat\";s:10:\"40.2091181\";s:3:\"lng\";s:18:\"-76.30721140000003\";}'),(18460,613,'_locations_7_location','field_5683f288dcba1'),(18461,613,'locations_7_title','Fish and Boat Commission – Speedwell Lake Flowage Easements'),(18462,613,'_locations_7_title','field_5683f2aadcba2'),(18463,613,'locations_7_image',''),(18464,613,'_locations_7_image','field_568439ed8109d'),(18465,613,'locations_7_description','This project is for flood plain mitigation appraisals and is affecting 31 properties in the Township of Elizabeth, Lancaster County.'),(18466,613,'_locations_7_description','field_5683f2b1dcba3'),(18467,613,'locations_8_location','a:3:{s:7:\"address\";s:21:\"39.763472, -77.727611\";s:3:\"lat\";s:10:\"39.7634712\";s:3:\"lng\";s:11:\"-77.7276253\";}'),(18468,613,'_locations_8_location','field_5683f288dcba1'),(18469,613,'locations_8_title','Antrim Business Park'),(18470,613,'_locations_8_title','field_5683f2aadcba2'),(18471,613,'locations_8_image',''),(18472,613,'_locations_8_image','field_568439ed8109d'),(18473,613,'locations_8_description','This project is for a public/private development and is affecting 7 properties in the Township of Antrim, Franklin County.'),(18474,613,'_locations_8_description','field_5683f2b1dcba3'),(18475,613,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.150057, -77.042804\";s:3:\"lat\";s:10:\"40.1500679\";s:3:\"lng\";s:18:\"-77.04281049999997\";}'),(18476,613,'_locations_9_location','field_5683f288dcba1'),(18477,613,'locations_9_title','State Route 2008, Section 007 – E78659 – Cumberland County, Monroe Twp. – Bridge'),(18478,613,'_locations_9_title','field_5683f2aadcba2'),(18479,613,'locations_9_image','607'),(18480,613,'_locations_9_image','field_568439ed8109d'),(18481,613,'locations_9_description','This project was for a small bridge and affected 4 properties in the Township of Monroe, Cumberland County.'),(18482,613,'_locations_9_description','field_5683f2b1dcba3'),(18483,613,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.108692, -76.502083\";s:3:\"lat\";s:8:\"40.10866\";s:3:\"lng\";s:18:\"-76.50206509999998\";}'),(18484,613,'_locations_10_location','field_5683f288dcba1'),(18485,613,'locations_10_title','State Route 0072, Section 005 – E19861 – Lancaster County , Mount Joy Borough – Bridge'),(18486,613,'_locations_10_title','field_5683f2aadcba2'),(18487,613,'locations_10_image',''),(18488,613,'_locations_10_image','field_568439ed8109d'),(18489,613,'locations_10_description','This project is for a small bridge and is affecting 3 properties and Amtrack Coordination in the Borough of Mt. Joy, Lancaster County.'),(18490,613,'_locations_10_description','field_5683f2b1dcba3'),(18491,613,'locations_11_location','a:3:{s:7:\"address\";s:21:\"39.972695, -77.117915\";s:3:\"lat\";s:10:\"39.9726768\";s:3:\"lng\";s:18:\"-77.11795660000001\";}'),(18492,613,'_locations_11_location','field_5683f288dcba1'),(18493,613,'locations_11_title','State Route 1009, Section 003 – E18014 – Adams County – Huntington Twp - Bridge '),(18494,613,'_locations_11_title','field_5683f2aadcba2'),(18495,613,'locations_11_image','612'),(18496,613,'_locations_11_image','field_568439ed8109d'),(18497,613,'locations_11_description','This project was for a small bridge and affected 3 properties in the Township of Huntington, Adams County.'),(18498,613,'_locations_11_description','field_5683f2b1dcba3'),(18499,613,'locations','12'),(18500,613,'_locations','field_5683f253a5dba'),(18501,341,'locations_11_location','a:3:{s:7:\"address\";s:21:\"39.972695, -77.117915\";s:3:\"lat\";s:10:\"39.9726768\";s:3:\"lng\";s:18:\"-77.11795660000001\";}'),(18502,341,'_locations_11_location','field_5683f288dcba1'),(18503,341,'locations_11_title','State Route 1009, Section 003 – E18014 – Adams County – Huntington Twp - Bridge '),(18504,341,'_locations_11_title','field_5683f2aadcba2'),(18505,341,'locations_11_image','612'),(18506,341,'_locations_11_image','field_568439ed8109d'),(18507,341,'locations_11_description','This project was for a small bridge and affected 3 properties in the Township of Huntington, Adams County.'),(18508,341,'_locations_11_description','field_5683f2b1dcba3'),(18509,614,'_wp_attached_file','2015/12/wpd3715f2b_06.png'),(18510,614,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:281;s:6:\"height\";i:198;s:4:\"file\";s:25:\"2015/12/wpd3715f2b_06.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wpd3715f2b_06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(18511,615,'locations_0_location','a:3:{s:7:\"address\";s:21:\"39.910136, -76.704082\";s:3:\"lat\";s:10:\"39.9106755\";s:3:\"lng\";s:18:\"-76.70441140000003\";}'),(18512,615,'_locations_0_location','field_5683f288dcba1'),(18513,615,'locations_0_title','0083, 025 – Leader Heights'),(18514,615,'_locations_0_title','field_5683f2aadcba2'),(18515,615,'locations_0_image','586'),(18516,615,'_locations_0_image','field_568439ed8109d'),(18517,615,'locations_0_description','This project was for interchange construction and affected 65 properties in the Borough of Leader Heights, York County.'),(18518,615,'_locations_0_description','field_5683f2b1dcba3'),(18519,615,'locations_1_location','a:3:{s:7:\"address\";s:21:\"39.780914, -76.951417\";s:3:\"lat\";s:10:\"39.7809238\";s:3:\"lng\";s:18:\"-76.95143009999998\";}'),(18520,615,'_locations_1_location','field_5683f288dcba1'),(18521,615,'locations_1_title','3070, 002'),(18522,615,'_locations_1_title','field_5683f2aadcba2'),(18523,615,'locations_1_image','589'),(18524,615,'_locations_1_image','field_568439ed8109d'),(18525,615,'locations_1_description','This project was for roadway widening and intersection improvements and affected 23 properties and resulted in the relocation of 2 residents in the Township of Penn, York County.'),(18526,615,'_locations_1_description','field_5683f2b1dcba3'),(18527,615,'locations_2_location','a:3:{s:7:\"address\";s:21:\"39.838832, -77.005747\";s:3:\"lat\";s:10:\"39.8388372\";s:3:\"lng\";s:18:\"-77.00573259999999\";}'),(18528,615,'_locations_2_location','field_5683f288dcba1'),(18529,615,'locations_2_title','0094, 014 and 015'),(18530,615,'_locations_2_title','field_5683f2aadcba2'),(18531,615,'locations_2_image','597'),(18532,615,'_locations_2_image','field_568439ed8109d'),(18533,615,'locations_2_description','This project was for roadway widening and affected 85 properties and resulted in the relocation of 2 residents in the Municipalities of Hanover, Penn, Berwick, & Conewago, York & Adams Counties.'),(18534,615,'_locations_2_description','field_5683f2b1dcba3'),(18535,615,'locations_3_location','a:3:{s:7:\"address\";s:21:\"39.976250, -76.792053\";s:3:\"lat\";s:10:\"39.9762688\";s:3:\"lng\";s:18:\"-76.79204019999997\";}'),(18536,615,'_locations_3_location','field_5683f288dcba1'),(18537,615,'locations_3_title','0074, Section 029'),(18538,615,'_locations_3_title','field_5683f2aadcba2'),(18539,615,'locations_3_image','600'),(18540,615,'_locations_3_image','field_568439ed8109d'),(18541,615,'locations_3_description','This project was for roadway widening and intersection improvements and affected 12 properties and resulted in the relocation of 1 resident and 7 businesses in the Township of West Manchester, York County.'),(18542,615,'_locations_3_description','field_5683f2b1dcba3'),(18543,615,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.054719, -76.305345\";s:3:\"lat\";s:8:\"40.05431\";s:3:\"lng\";s:18:\"-76.30512340000001\";}'),(18544,615,'_locations_4_location','field_5683f288dcba1'),(18545,615,'locations_4_title','0222, 027 Lititz'),(18546,615,'_locations_4_title','field_5683f2aadcba2'),(18547,615,'locations_4_image',''),(18548,615,'_locations_4_image','field_568439ed8109d'),(18549,615,'locations_4_description','This project is for a large bridge replacement and is affecting 24 properties and resulting in the relocation of 2 businesses in the Township of Manheim, Lancaster County.'),(18550,615,'_locations_4_description','field_5683f2b1dcba3'),(18551,615,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.192483, -76.730918\";s:3:\"lat\";s:10:\"40.1928639\";s:3:\"lng\";s:18:\"-76.73070059999998\";}'),(18552,615,'_locations_5_location','field_5683f288dcba1'),(18553,615,'locations_5_title','Middletown Train Station'),(18554,615,'_locations_5_title','field_5683f2aadcba2'),(18555,615,'locations_5_image',''),(18556,615,'_locations_5_image','field_568439ed8109d'),(18557,615,'locations_5_description','This project is for the construction of a new train station and is affecting 4 properties in the Township of Middletown, Dauphin County.'),(18558,615,'_locations_5_description','field_5683f2b1dcba3'),(18559,615,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.445418, -76.556583\";s:3:\"lat\";s:10:\"40.4453524\";s:3:\"lng\";s:18:\"-76.55654629999998\";}'),(18560,615,'_locations_6_location','field_5683f288dcba1'),(18561,615,'locations_6_title','Ft Indiantown Gap – DGS'),(18562,615,'_locations_6_title','field_5683f2aadcba2'),(18563,615,'locations_6_image',''),(18564,615,'_locations_6_image','field_568439ed8109d'),(18565,615,'locations_6_description',''),(18566,615,'_locations_6_description','field_5683f2b1dcba3'),(18567,615,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.209085, -76.307225\";s:3:\"lat\";s:10:\"40.2091181\";s:3:\"lng\";s:18:\"-76.30721140000003\";}'),(18568,615,'_locations_7_location','field_5683f288dcba1'),(18569,615,'locations_7_title','Fish and Boat Commission – Speedwell Lake Flowage Easements'),(18570,615,'_locations_7_title','field_5683f2aadcba2'),(18571,615,'locations_7_image',''),(18572,615,'_locations_7_image','field_568439ed8109d'),(18573,615,'locations_7_description','This project is for flood plain mitigation appraisals and is affecting 31 properties in the Township of Elizabeth, Lancaster County.'),(18574,615,'_locations_7_description','field_5683f2b1dcba3'),(18575,615,'locations_8_location','a:3:{s:7:\"address\";s:21:\"39.763472, -77.727611\";s:3:\"lat\";s:10:\"39.7634712\";s:3:\"lng\";s:11:\"-77.7276253\";}'),(18576,615,'_locations_8_location','field_5683f288dcba1'),(18577,615,'locations_8_title','Antrim Business Park'),(18578,615,'_locations_8_title','field_5683f2aadcba2'),(18579,615,'locations_8_image',''),(18580,615,'_locations_8_image','field_568439ed8109d'),(18581,615,'locations_8_description','This project is for a public/private development and is affecting 7 properties in the Township of Antrim, Franklin County.'),(18582,615,'_locations_8_description','field_5683f2b1dcba3'),(18583,615,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.150057, -77.042804\";s:3:\"lat\";s:10:\"40.1500679\";s:3:\"lng\";s:18:\"-77.04281049999997\";}'),(18584,615,'_locations_9_location','field_5683f288dcba1'),(18585,615,'locations_9_title','State Route 2008, Section 007 – E78659 – Cumberland County, Monroe Twp. – Bridge'),(18586,615,'_locations_9_title','field_5683f2aadcba2'),(18587,615,'locations_9_image','607'),(18588,615,'_locations_9_image','field_568439ed8109d'),(18589,615,'locations_9_description','This project was for a small bridge and affected 4 properties in the Township of Monroe, Cumberland County.'),(18590,615,'_locations_9_description','field_5683f2b1dcba3'),(18591,615,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.108692, -76.502083\";s:3:\"lat\";s:8:\"40.10866\";s:3:\"lng\";s:18:\"-76.50206509999998\";}'),(18592,615,'_locations_10_location','field_5683f288dcba1'),(18593,615,'locations_10_title','State Route 0072, Section 005 – E19861 – Lancaster County , Mount Joy Borough – Bridge'),(18594,615,'_locations_10_title','field_5683f2aadcba2'),(18595,615,'locations_10_image',''),(18596,615,'_locations_10_image','field_568439ed8109d'),(18597,615,'locations_10_description','This project is for a small bridge and is affecting 3 properties and Amtrack Coordination in the Borough of Mt. Joy, Lancaster County.'),(18598,615,'_locations_10_description','field_5683f2b1dcba3'),(18599,615,'locations_11_location','a:3:{s:7:\"address\";s:21:\"39.972695, -77.117915\";s:3:\"lat\";s:10:\"39.9726768\";s:3:\"lng\";s:18:\"-77.11795660000001\";}'),(18600,615,'_locations_11_location','field_5683f288dcba1'),(18601,615,'locations_11_title','State Route 1009, Section 003 – E18014 – Adams County – Huntington Twp - Bridge '),(18602,615,'_locations_11_title','field_5683f2aadcba2'),(18603,615,'locations_11_image','612'),(18604,615,'_locations_11_image','field_568439ed8109d'),(18605,615,'locations_11_description','This project was for a small bridge and affected 3 properties in the Township of Huntington, Adams County.'),(18606,615,'_locations_11_description','field_5683f2b1dcba3'),(18607,615,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.540917, -77.145588\";s:3:\"lat\";s:17:\"40.53916419999999\";s:3:\"lng\";s:18:\"-77.14407499999999\";}'),(18608,615,'_locations_12_location','field_5683f288dcba1'),(18609,615,'locations_12_title','State Route 0022, Section 039 – E81272 – Perry County, Greenwood twp.over cocalaumus creek – Bridge'),(18610,615,'_locations_12_title','field_5683f2aadcba2'),(18611,615,'locations_12_image','614'),(18612,615,'_locations_12_image','field_568439ed8109d'),(18613,615,'locations_12_description','This project was for a small bridge and affected 2 properties in the Township of Greenwood, Perry County.'),(18614,615,'_locations_12_description','field_5683f2b1dcba3'),(18615,615,'locations','13'),(18616,615,'_locations','field_5683f253a5dba'),(18617,341,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.540917, -77.145588\";s:3:\"lat\";s:17:\"40.53916419999999\";s:3:\"lng\";s:18:\"-77.14407499999999\";}'),(18618,341,'_locations_12_location','field_5683f288dcba1'),(18619,341,'locations_12_title','State Route 0022, Section 039 – E81272 – Perry County, Greenwood twp.over cocalaumus creek – Bridge'),(18620,341,'_locations_12_title','field_5683f2aadcba2'),(18621,341,'locations_12_image','614'),(18622,341,'_locations_12_image','field_568439ed8109d'),(18623,341,'locations_12_description','This project was for a small bridge and affected 2 properties in the Township of Greenwood, Perry County.'),(18624,341,'_locations_12_description','field_5683f2b1dcba3'),(18625,616,'_wp_attached_file','2015/12/wp9d8c5795_06.png'),(18626,616,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:281;s:6:\"height\";i:198;s:4:\"file\";s:25:\"2015/12/wp9d8c5795_06.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wp9d8c5795_06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(18627,617,'locations_0_location','a:3:{s:7:\"address\";s:21:\"39.910136, -76.704082\";s:3:\"lat\";s:10:\"39.9106755\";s:3:\"lng\";s:18:\"-76.70441140000003\";}'),(18628,617,'_locations_0_location','field_5683f288dcba1'),(18629,617,'locations_0_title','0083, 025 – Leader Heights'),(18630,617,'_locations_0_title','field_5683f2aadcba2'),(18631,617,'locations_0_image','586'),(18632,617,'_locations_0_image','field_568439ed8109d'),(18633,617,'locations_0_description','This project was for interchange construction and affected 65 properties in the Borough of Leader Heights, York County.'),(18634,617,'_locations_0_description','field_5683f2b1dcba3'),(18635,617,'locations_1_location','a:3:{s:7:\"address\";s:21:\"39.780914, -76.951417\";s:3:\"lat\";s:10:\"39.7809238\";s:3:\"lng\";s:18:\"-76.95143009999998\";}'),(18636,617,'_locations_1_location','field_5683f288dcba1'),(18637,617,'locations_1_title','3070, 002'),(18638,617,'_locations_1_title','field_5683f2aadcba2'),(18639,617,'locations_1_image','589'),(18640,617,'_locations_1_image','field_568439ed8109d'),(18641,617,'locations_1_description','This project was for roadway widening and intersection improvements and affected 23 properties and resulted in the relocation of 2 residents in the Township of Penn, York County.'),(18642,617,'_locations_1_description','field_5683f2b1dcba3'),(18643,617,'locations_2_location','a:3:{s:7:\"address\";s:21:\"39.838832, -77.005747\";s:3:\"lat\";s:10:\"39.8388372\";s:3:\"lng\";s:18:\"-77.00573259999999\";}'),(18644,617,'_locations_2_location','field_5683f288dcba1'),(18645,617,'locations_2_title','0094, 014 and 015'),(18646,617,'_locations_2_title','field_5683f2aadcba2'),(18647,617,'locations_2_image','597'),(18648,617,'_locations_2_image','field_568439ed8109d'),(18649,617,'locations_2_description','This project was for roadway widening and affected 85 properties and resulted in the relocation of 2 residents in the Municipalities of Hanover, Penn, Berwick, & Conewago, York & Adams Counties.'),(18650,617,'_locations_2_description','field_5683f2b1dcba3'),(18651,617,'locations_3_location','a:3:{s:7:\"address\";s:21:\"39.976250, -76.792053\";s:3:\"lat\";s:10:\"39.9762688\";s:3:\"lng\";s:18:\"-76.79204019999997\";}'),(18652,617,'_locations_3_location','field_5683f288dcba1'),(18653,617,'locations_3_title','0074, Section 029'),(18654,617,'_locations_3_title','field_5683f2aadcba2'),(18655,617,'locations_3_image','600'),(18656,617,'_locations_3_image','field_568439ed8109d'),(18657,617,'locations_3_description','This project was for roadway widening and intersection improvements and affected 12 properties and resulted in the relocation of 1 resident and 7 businesses in the Township of West Manchester, York County.'),(18658,617,'_locations_3_description','field_5683f2b1dcba3'),(18659,617,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.054719, -76.305345\";s:3:\"lat\";s:8:\"40.05431\";s:3:\"lng\";s:18:\"-76.30512340000001\";}'),(18660,617,'_locations_4_location','field_5683f288dcba1'),(18661,617,'locations_4_title','0222, 027 Lititz'),(18662,617,'_locations_4_title','field_5683f2aadcba2'),(18663,617,'locations_4_image',''),(18664,617,'_locations_4_image','field_568439ed8109d'),(18665,617,'locations_4_description','This project is for a large bridge replacement and is affecting 24 properties and resulting in the relocation of 2 businesses in the Township of Manheim, Lancaster County.'),(18666,617,'_locations_4_description','field_5683f2b1dcba3'),(18667,617,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.192483, -76.730918\";s:3:\"lat\";s:10:\"40.1928639\";s:3:\"lng\";s:18:\"-76.73070059999998\";}'),(18668,617,'_locations_5_location','field_5683f288dcba1'),(18669,617,'locations_5_title','Middletown Train Station'),(18670,617,'_locations_5_title','field_5683f2aadcba2'),(18671,617,'locations_5_image',''),(18672,617,'_locations_5_image','field_568439ed8109d'),(18673,617,'locations_5_description','This project is for the construction of a new train station and is affecting 4 properties in the Township of Middletown, Dauphin County.'),(18674,617,'_locations_5_description','field_5683f2b1dcba3'),(18675,617,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.445418, -76.556583\";s:3:\"lat\";s:10:\"40.4453524\";s:3:\"lng\";s:18:\"-76.55654629999998\";}'),(18676,617,'_locations_6_location','field_5683f288dcba1'),(18677,617,'locations_6_title','Ft Indiantown Gap – DGS'),(18678,617,'_locations_6_title','field_5683f2aadcba2'),(18679,617,'locations_6_image',''),(18680,617,'_locations_6_image','field_568439ed8109d'),(18681,617,'locations_6_description',''),(18682,617,'_locations_6_description','field_5683f2b1dcba3'),(18683,617,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.209085, -76.307225\";s:3:\"lat\";s:10:\"40.2091181\";s:3:\"lng\";s:18:\"-76.30721140000003\";}'),(18684,617,'_locations_7_location','field_5683f288dcba1'),(18685,617,'locations_7_title','Fish and Boat Commission – Speedwell Lake Flowage Easements'),(18686,617,'_locations_7_title','field_5683f2aadcba2'),(18687,617,'locations_7_image',''),(18688,617,'_locations_7_image','field_568439ed8109d'),(18689,617,'locations_7_description','This project is for flood plain mitigation appraisals and is affecting 31 properties in the Township of Elizabeth, Lancaster County.'),(18690,617,'_locations_7_description','field_5683f2b1dcba3'),(18691,617,'locations_8_location','a:3:{s:7:\"address\";s:21:\"39.763472, -77.727611\";s:3:\"lat\";s:10:\"39.7634712\";s:3:\"lng\";s:11:\"-77.7276253\";}'),(18692,617,'_locations_8_location','field_5683f288dcba1'),(18693,617,'locations_8_title','Antrim Business Park'),(18694,617,'_locations_8_title','field_5683f2aadcba2'),(18695,617,'locations_8_image',''),(18696,617,'_locations_8_image','field_568439ed8109d'),(18697,617,'locations_8_description','This project is for a public/private development and is affecting 7 properties in the Township of Antrim, Franklin County.'),(18698,617,'_locations_8_description','field_5683f2b1dcba3'),(18699,617,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.150057, -77.042804\";s:3:\"lat\";s:10:\"40.1500679\";s:3:\"lng\";s:18:\"-77.04281049999997\";}'),(18700,617,'_locations_9_location','field_5683f288dcba1'),(18701,617,'locations_9_title','State Route 2008, Section 007 – E78659 – Cumberland County, Monroe Twp. – Bridge'),(18702,617,'_locations_9_title','field_5683f2aadcba2'),(18703,617,'locations_9_image','607'),(18704,617,'_locations_9_image','field_568439ed8109d'),(18705,617,'locations_9_description','This project was for a small bridge and affected 4 properties in the Township of Monroe, Cumberland County.'),(18706,617,'_locations_9_description','field_5683f2b1dcba3'),(18707,617,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.108692, -76.502083\";s:3:\"lat\";s:8:\"40.10866\";s:3:\"lng\";s:18:\"-76.50206509999998\";}'),(18708,617,'_locations_10_location','field_5683f288dcba1'),(18709,617,'locations_10_title','State Route 0072, Section 005 – E19861 – Lancaster County , Mount Joy Borough – Bridge'),(18710,617,'_locations_10_title','field_5683f2aadcba2'),(18711,617,'locations_10_image',''),(18712,617,'_locations_10_image','field_568439ed8109d'),(18713,617,'locations_10_description','This project is for a small bridge and is affecting 3 properties and Amtrack Coordination in the Borough of Mt. Joy, Lancaster County.'),(18714,617,'_locations_10_description','field_5683f2b1dcba3'),(18715,617,'locations_11_location','a:3:{s:7:\"address\";s:21:\"39.972695, -77.117915\";s:3:\"lat\";s:10:\"39.9726768\";s:3:\"lng\";s:18:\"-77.11795660000001\";}'),(18716,617,'_locations_11_location','field_5683f288dcba1'),(18717,617,'locations_11_title','State Route 1009, Section 003 – E18014 – Adams County – Huntington Twp - Bridge '),(18718,617,'_locations_11_title','field_5683f2aadcba2'),(18719,617,'locations_11_image','612'),(18720,617,'_locations_11_image','field_568439ed8109d'),(18721,617,'locations_11_description','This project was for a small bridge and affected 3 properties in the Township of Huntington, Adams County.'),(18722,617,'_locations_11_description','field_5683f2b1dcba3'),(18723,617,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.540917, -77.145588\";s:3:\"lat\";s:17:\"40.53916419999999\";s:3:\"lng\";s:18:\"-77.14407499999999\";}'),(18724,617,'_locations_12_location','field_5683f288dcba1'),(18725,617,'locations_12_title','State Route 0022, Section 039 – E81272 – Perry County, Greenwood twp.over cocalaumus creek – Bridge'),(18726,617,'_locations_12_title','field_5683f2aadcba2'),(18727,617,'locations_12_image','614'),(18728,617,'_locations_12_image','field_568439ed8109d'),(18729,617,'locations_12_description','This project was for a small bridge and affected 2 properties in the Township of Greenwood, Perry County.'),(18730,617,'_locations_12_description','field_5683f2b1dcba3'),(18731,617,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.499444, -77.146608\";s:3:\"lat\";s:9:\"40.498004\";s:3:\"lng\";s:18:\"-77.14313600000003\";}'),(18732,617,'_locations_13_location','field_5683f288dcba1'),(18733,617,'locations_13_title','State Route 1024, Section 005 – E86911 – Perry County, Oliver Township – Bridge'),(18734,617,'_locations_13_title','field_5683f2aadcba2'),(18735,617,'locations_13_image','616'),(18736,617,'_locations_13_image','field_568439ed8109d'),(18737,617,'locations_13_description','This project was for a small bridge and affected 2 properties in the Township of Oliver, Perry County.'),(18738,617,'_locations_13_description','field_5683f2b1dcba3'),(18739,617,'locations','14'),(18740,617,'_locations','field_5683f253a5dba'),(18741,341,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.499444, -77.146608\";s:3:\"lat\";s:9:\"40.498004\";s:3:\"lng\";s:18:\"-77.14313600000003\";}'),(18742,341,'_locations_13_location','field_5683f288dcba1'),(18743,341,'locations_13_title','State Route 1024, Section 005 – E86911 – Perry County, Oliver Township – Bridge'),(18744,341,'_locations_13_title','field_5683f2aadcba2'),(18745,341,'locations_13_image','616'),(18746,341,'_locations_13_image','field_568439ed8109d'),(18747,341,'locations_13_description','This project was for a small bridge and affected 2 properties in the Township of Oliver, Perry County.'),(18748,341,'_locations_13_description','field_5683f2b1dcba3'),(18749,618,'_wp_attached_file','2015/12/wp0b25be3e_06.png'),(18750,618,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:281;s:6:\"height\";i:198;s:4:\"file\";s:25:\"2015/12/wp0b25be3e_06.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wp0b25be3e_06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(18751,619,'locations_0_location','a:3:{s:7:\"address\";s:21:\"39.910136, -76.704082\";s:3:\"lat\";s:10:\"39.9106755\";s:3:\"lng\";s:18:\"-76.70441140000003\";}'),(18752,619,'_locations_0_location','field_5683f288dcba1'),(18753,619,'locations_0_title','0083, 025 – Leader Heights'),(18754,619,'_locations_0_title','field_5683f2aadcba2'),(18755,619,'locations_0_image','586'),(18756,619,'_locations_0_image','field_568439ed8109d'),(18757,619,'locations_0_description','This project was for interchange construction and affected 65 properties in the Borough of Leader Heights, York County.'),(18758,619,'_locations_0_description','field_5683f2b1dcba3'),(18759,619,'locations_1_location','a:3:{s:7:\"address\";s:21:\"39.780914, -76.951417\";s:3:\"lat\";s:10:\"39.7809238\";s:3:\"lng\";s:18:\"-76.95143009999998\";}'),(18760,619,'_locations_1_location','field_5683f288dcba1'),(18761,619,'locations_1_title','3070, 002'),(18762,619,'_locations_1_title','field_5683f2aadcba2'),(18763,619,'locations_1_image','589'),(18764,619,'_locations_1_image','field_568439ed8109d'),(18765,619,'locations_1_description','This project was for roadway widening and intersection improvements and affected 23 properties and resulted in the relocation of 2 residents in the Township of Penn, York County.'),(18766,619,'_locations_1_description','field_5683f2b1dcba3'),(18767,619,'locations_2_location','a:3:{s:7:\"address\";s:21:\"39.838832, -77.005747\";s:3:\"lat\";s:10:\"39.8388372\";s:3:\"lng\";s:18:\"-77.00573259999999\";}'),(18768,619,'_locations_2_location','field_5683f288dcba1'),(18769,619,'locations_2_title','0094, 014 and 015'),(18770,619,'_locations_2_title','field_5683f2aadcba2'),(18771,619,'locations_2_image','597'),(18772,619,'_locations_2_image','field_568439ed8109d'),(18773,619,'locations_2_description','This project was for roadway widening and affected 85 properties and resulted in the relocation of 2 residents in the Municipalities of Hanover, Penn, Berwick, & Conewago, York & Adams Counties.'),(18774,619,'_locations_2_description','field_5683f2b1dcba3'),(18775,619,'locations_3_location','a:3:{s:7:\"address\";s:21:\"39.976250, -76.792053\";s:3:\"lat\";s:10:\"39.9762688\";s:3:\"lng\";s:18:\"-76.79204019999997\";}'),(18776,619,'_locations_3_location','field_5683f288dcba1'),(18777,619,'locations_3_title','0074, Section 029'),(18778,619,'_locations_3_title','field_5683f2aadcba2'),(18779,619,'locations_3_image','600'),(18780,619,'_locations_3_image','field_568439ed8109d'),(18781,619,'locations_3_description','This project was for roadway widening and intersection improvements and affected 12 properties and resulted in the relocation of 1 resident and 7 businesses in the Township of West Manchester, York County.'),(18782,619,'_locations_3_description','field_5683f2b1dcba3'),(18783,619,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.054719, -76.305345\";s:3:\"lat\";s:8:\"40.05431\";s:3:\"lng\";s:18:\"-76.30512340000001\";}'),(18784,619,'_locations_4_location','field_5683f288dcba1'),(18785,619,'locations_4_title','0222, 027 Lititz'),(18786,619,'_locations_4_title','field_5683f2aadcba2'),(18787,619,'locations_4_image',''),(18788,619,'_locations_4_image','field_568439ed8109d'),(18789,619,'locations_4_description','This project is for a large bridge replacement and is affecting 24 properties and resulting in the relocation of 2 businesses in the Township of Manheim, Lancaster County.'),(18790,619,'_locations_4_description','field_5683f2b1dcba3'),(18791,619,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.192483, -76.730918\";s:3:\"lat\";s:10:\"40.1928639\";s:3:\"lng\";s:18:\"-76.73070059999998\";}'),(18792,619,'_locations_5_location','field_5683f288dcba1'),(18793,619,'locations_5_title','Middletown Train Station'),(18794,619,'_locations_5_title','field_5683f2aadcba2'),(18795,619,'locations_5_image',''),(18796,619,'_locations_5_image','field_568439ed8109d'),(18797,619,'locations_5_description','This project is for the construction of a new train station and is affecting 4 properties in the Township of Middletown, Dauphin County.'),(18798,619,'_locations_5_description','field_5683f2b1dcba3'),(18799,619,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.445418, -76.556583\";s:3:\"lat\";s:10:\"40.4453524\";s:3:\"lng\";s:18:\"-76.55654629999998\";}'),(18800,619,'_locations_6_location','field_5683f288dcba1'),(18801,619,'locations_6_title','Ft Indiantown Gap – DGS'),(18802,619,'_locations_6_title','field_5683f2aadcba2'),(18803,619,'locations_6_image',''),(18804,619,'_locations_6_image','field_568439ed8109d'),(18805,619,'locations_6_description',''),(18806,619,'_locations_6_description','field_5683f2b1dcba3'),(18807,619,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.209085, -76.307225\";s:3:\"lat\";s:10:\"40.2091181\";s:3:\"lng\";s:18:\"-76.30721140000003\";}'),(18808,619,'_locations_7_location','field_5683f288dcba1'),(18809,619,'locations_7_title','Fish and Boat Commission – Speedwell Lake Flowage Easements'),(18810,619,'_locations_7_title','field_5683f2aadcba2'),(18811,619,'locations_7_image',''),(18812,619,'_locations_7_image','field_568439ed8109d'),(18813,619,'locations_7_description','This project is for flood plain mitigation appraisals and is affecting 31 properties in the Township of Elizabeth, Lancaster County.'),(18814,619,'_locations_7_description','field_5683f2b1dcba3'),(18815,619,'locations_8_location','a:3:{s:7:\"address\";s:21:\"39.763472, -77.727611\";s:3:\"lat\";s:10:\"39.7634712\";s:3:\"lng\";s:11:\"-77.7276253\";}'),(18816,619,'_locations_8_location','field_5683f288dcba1'),(18817,619,'locations_8_title','Antrim Business Park'),(18818,619,'_locations_8_title','field_5683f2aadcba2'),(18819,619,'locations_8_image',''),(18820,619,'_locations_8_image','field_568439ed8109d'),(18821,619,'locations_8_description','This project is for a public/private development and is affecting 7 properties in the Township of Antrim, Franklin County.'),(18822,619,'_locations_8_description','field_5683f2b1dcba3'),(18823,619,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.150057, -77.042804\";s:3:\"lat\";s:10:\"40.1500679\";s:3:\"lng\";s:18:\"-77.04281049999997\";}'),(18824,619,'_locations_9_location','field_5683f288dcba1'),(18825,619,'locations_9_title','State Route 2008, Section 007 – E78659 – Cumberland County, Monroe Twp. – Bridge'),(18826,619,'_locations_9_title','field_5683f2aadcba2'),(18827,619,'locations_9_image','607'),(18828,619,'_locations_9_image','field_568439ed8109d'),(18829,619,'locations_9_description','This project was for a small bridge and affected 4 properties in the Township of Monroe, Cumberland County.'),(18830,619,'_locations_9_description','field_5683f2b1dcba3'),(18831,619,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.108692, -76.502083\";s:3:\"lat\";s:8:\"40.10866\";s:3:\"lng\";s:18:\"-76.50206509999998\";}'),(18832,619,'_locations_10_location','field_5683f288dcba1'),(18833,619,'locations_10_title','State Route 0072, Section 005 – E19861 – Lancaster County , Mount Joy Borough – Bridge'),(18834,619,'_locations_10_title','field_5683f2aadcba2'),(18835,619,'locations_10_image',''),(18836,619,'_locations_10_image','field_568439ed8109d'),(18837,619,'locations_10_description','This project is for a small bridge and is affecting 3 properties and Amtrack Coordination in the Borough of Mt. Joy, Lancaster County.'),(18838,619,'_locations_10_description','field_5683f2b1dcba3'),(18839,619,'locations_11_location','a:3:{s:7:\"address\";s:21:\"39.972695, -77.117915\";s:3:\"lat\";s:10:\"39.9726768\";s:3:\"lng\";s:18:\"-77.11795660000001\";}'),(18840,619,'_locations_11_location','field_5683f288dcba1'),(18841,619,'locations_11_title','State Route 1009, Section 003 – E18014 – Adams County – Huntington Twp - Bridge '),(18842,619,'_locations_11_title','field_5683f2aadcba2'),(18843,619,'locations_11_image','612'),(18844,619,'_locations_11_image','field_568439ed8109d'),(18845,619,'locations_11_description','This project was for a small bridge and affected 3 properties in the Township of Huntington, Adams County.'),(18846,619,'_locations_11_description','field_5683f2b1dcba3'),(18847,619,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.540917, -77.145588\";s:3:\"lat\";s:17:\"40.53916419999999\";s:3:\"lng\";s:18:\"-77.14407499999999\";}'),(18848,619,'_locations_12_location','field_5683f288dcba1'),(18849,619,'locations_12_title','State Route 0022, Section 039 – E81272 – Perry County, Greenwood twp.over cocalaumus creek – Bridge'),(18850,619,'_locations_12_title','field_5683f2aadcba2'),(18851,619,'locations_12_image','614'),(18852,619,'_locations_12_image','field_568439ed8109d'),(18853,619,'locations_12_description','This project was for a small bridge and affected 2 properties in the Township of Greenwood, Perry County.'),(18854,619,'_locations_12_description','field_5683f2b1dcba3'),(18855,619,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.499444, -77.146608\";s:3:\"lat\";s:9:\"40.498004\";s:3:\"lng\";s:18:\"-77.14313600000003\";}'),(18856,619,'_locations_13_location','field_5683f288dcba1'),(18857,619,'locations_13_title','State Route 1024, Section 005 – E86911 – Perry County, Oliver Township – Bridge'),(18858,619,'_locations_13_title','field_5683f2aadcba2'),(18859,619,'locations_13_image','616'),(18860,619,'_locations_13_image','field_568439ed8109d'),(18861,619,'locations_13_description','This project was for a small bridge and affected 2 properties in the Township of Oliver, Perry County.'),(18862,619,'_locations_13_description','field_5683f2b1dcba3'),(18863,619,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.376500, -76.572499\";s:3:\"lat\";s:10:\"40.3765013\";s:3:\"lng\";s:18:\"-76.57249790000003\";}'),(18864,619,'_locations_14_location','field_5683f288dcba1'),(18865,619,'locations_14_title','State Route 4014, Section 006 – E20367 – Lebanon County, East Hanover Township – Bridge'),(18866,619,'_locations_14_title','field_5683f2aadcba2'),(18867,619,'locations_14_image','618'),(18868,619,'_locations_14_image','field_568439ed8109d'),(18869,619,'locations_14_description','This project was for a small bridge and affected 5 properties in the Township of East Hanover, Lebanon County.'),(18870,619,'_locations_14_description','field_5683f2b1dcba3'),(18871,619,'locations','15'),(18872,619,'_locations','field_5683f253a5dba'),(18873,341,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.376500, -76.572499\";s:3:\"lat\";s:10:\"40.3765013\";s:3:\"lng\";s:18:\"-76.57249790000003\";}'),(18874,341,'_locations_14_location','field_5683f288dcba1'),(18875,341,'locations_14_title','State Route 4014, Section 006 – E20367 – Lebanon County, East Hanover Township – Bridge'),(18876,341,'_locations_14_title','field_5683f2aadcba2'),(18877,341,'locations_14_image','618'),(18878,341,'_locations_14_image','field_568439ed8109d'),(18879,341,'locations_14_description','This project was for a small bridge and affected 5 properties in the Township of East Hanover, Lebanon County.'),(18880,341,'_locations_14_description','field_5683f2b1dcba3'),(18881,620,'_wp_attached_file','2015/12/wp005872d0_06-1.png'),(18882,620,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:281;s:6:\"height\";i:198;s:4:\"file\";s:27:\"2015/12/wp005872d0_06-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"wp005872d0_06-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(18883,621,'locations_0_location','a:3:{s:7:\"address\";s:21:\"39.910136, -76.704082\";s:3:\"lat\";s:10:\"39.9106755\";s:3:\"lng\";s:18:\"-76.70441140000003\";}'),(18884,621,'_locations_0_location','field_5683f288dcba1'),(18885,621,'locations_0_title','0083, 025 – Leader Heights'),(18886,621,'_locations_0_title','field_5683f2aadcba2'),(18887,621,'locations_0_image','586'),(18888,621,'_locations_0_image','field_568439ed8109d'),(18889,621,'locations_0_description','This project was for interchange construction and affected 65 properties in the Borough of Leader Heights, York County.'),(18890,621,'_locations_0_description','field_5683f2b1dcba3'),(18891,621,'locations_1_location','a:3:{s:7:\"address\";s:21:\"39.780914, -76.951417\";s:3:\"lat\";s:10:\"39.7809238\";s:3:\"lng\";s:18:\"-76.95143009999998\";}'),(18892,621,'_locations_1_location','field_5683f288dcba1'),(18893,621,'locations_1_title','3070, 002'),(18894,621,'_locations_1_title','field_5683f2aadcba2'),(18895,621,'locations_1_image','589'),(18896,621,'_locations_1_image','field_568439ed8109d'),(18897,621,'locations_1_description','This project was for roadway widening and intersection improvements and affected 23 properties and resulted in the relocation of 2 residents in the Township of Penn, York County.'),(18898,621,'_locations_1_description','field_5683f2b1dcba3'),(18899,621,'locations_2_location','a:3:{s:7:\"address\";s:21:\"39.838832, -77.005747\";s:3:\"lat\";s:10:\"39.8388372\";s:3:\"lng\";s:18:\"-77.00573259999999\";}'),(18900,621,'_locations_2_location','field_5683f288dcba1'),(18901,621,'locations_2_title','0094, 014 and 015'),(18902,621,'_locations_2_title','field_5683f2aadcba2'),(18903,621,'locations_2_image','597'),(18904,621,'_locations_2_image','field_568439ed8109d'),(18905,621,'locations_2_description','This project was for roadway widening and affected 85 properties and resulted in the relocation of 2 residents in the Municipalities of Hanover, Penn, Berwick, & Conewago, York & Adams Counties.'),(18906,621,'_locations_2_description','field_5683f2b1dcba3'),(18907,621,'locations_3_location','a:3:{s:7:\"address\";s:21:\"39.976250, -76.792053\";s:3:\"lat\";s:10:\"39.9762688\";s:3:\"lng\";s:18:\"-76.79204019999997\";}'),(18908,621,'_locations_3_location','field_5683f288dcba1'),(18909,621,'locations_3_title','0074, Section 029'),(18910,621,'_locations_3_title','field_5683f2aadcba2'),(18911,621,'locations_3_image','600'),(18912,621,'_locations_3_image','field_568439ed8109d'),(18913,621,'locations_3_description','This project was for roadway widening and intersection improvements and affected 12 properties and resulted in the relocation of 1 resident and 7 businesses in the Township of West Manchester, York County.'),(18914,621,'_locations_3_description','field_5683f2b1dcba3'),(18915,621,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.054719, -76.305345\";s:3:\"lat\";s:8:\"40.05431\";s:3:\"lng\";s:18:\"-76.30512340000001\";}'),(18916,621,'_locations_4_location','field_5683f288dcba1'),(18917,621,'locations_4_title','0222, 027 Lititz'),(18918,621,'_locations_4_title','field_5683f2aadcba2'),(18919,621,'locations_4_image',''),(18920,621,'_locations_4_image','field_568439ed8109d'),(18921,621,'locations_4_description','This project is for a large bridge replacement and is affecting 24 properties and resulting in the relocation of 2 businesses in the Township of Manheim, Lancaster County.'),(18922,621,'_locations_4_description','field_5683f2b1dcba3'),(18923,621,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.192483, -76.730918\";s:3:\"lat\";s:10:\"40.1928639\";s:3:\"lng\";s:18:\"-76.73070059999998\";}'),(18924,621,'_locations_5_location','field_5683f288dcba1'),(18925,621,'locations_5_title','Middletown Train Station'),(18926,621,'_locations_5_title','field_5683f2aadcba2'),(18927,621,'locations_5_image',''),(18928,621,'_locations_5_image','field_568439ed8109d'),(18929,621,'locations_5_description','This project is for the construction of a new train station and is affecting 4 properties in the Township of Middletown, Dauphin County.'),(18930,621,'_locations_5_description','field_5683f2b1dcba3'),(18931,621,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.445418, -76.556583\";s:3:\"lat\";s:10:\"40.4453524\";s:3:\"lng\";s:18:\"-76.55654629999998\";}'),(18932,621,'_locations_6_location','field_5683f288dcba1'),(18933,621,'locations_6_title','Ft Indiantown Gap – DGS'),(18934,621,'_locations_6_title','field_5683f2aadcba2'),(18935,621,'locations_6_image',''),(18936,621,'_locations_6_image','field_568439ed8109d'),(18937,621,'locations_6_description',''),(18938,621,'_locations_6_description','field_5683f2b1dcba3'),(18939,621,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.209085, -76.307225\";s:3:\"lat\";s:10:\"40.2091181\";s:3:\"lng\";s:18:\"-76.30721140000003\";}'),(18940,621,'_locations_7_location','field_5683f288dcba1'),(18941,621,'locations_7_title','Fish and Boat Commission – Speedwell Lake Flowage Easements'),(18942,621,'_locations_7_title','field_5683f2aadcba2'),(18943,621,'locations_7_image',''),(18944,621,'_locations_7_image','field_568439ed8109d'),(18945,621,'locations_7_description','This project is for flood plain mitigation appraisals and is affecting 31 properties in the Township of Elizabeth, Lancaster County.'),(18946,621,'_locations_7_description','field_5683f2b1dcba3'),(18947,621,'locations_8_location','a:3:{s:7:\"address\";s:21:\"39.763472, -77.727611\";s:3:\"lat\";s:10:\"39.7634712\";s:3:\"lng\";s:11:\"-77.7276253\";}'),(18948,621,'_locations_8_location','field_5683f288dcba1'),(18949,621,'locations_8_title','Antrim Business Park'),(18950,621,'_locations_8_title','field_5683f2aadcba2'),(18951,621,'locations_8_image',''),(18952,621,'_locations_8_image','field_568439ed8109d'),(18953,621,'locations_8_description','This project is for a public/private development and is affecting 7 properties in the Township of Antrim, Franklin County.'),(18954,621,'_locations_8_description','field_5683f2b1dcba3'),(18955,621,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.150057, -77.042804\";s:3:\"lat\";s:10:\"40.1500679\";s:3:\"lng\";s:18:\"-77.04281049999997\";}'),(18956,621,'_locations_9_location','field_5683f288dcba1'),(18957,621,'locations_9_title','State Route 2008, Section 007 – E78659 – Cumberland County, Monroe Twp. – Bridge'),(18958,621,'_locations_9_title','field_5683f2aadcba2'),(18959,621,'locations_9_image','607'),(18960,621,'_locations_9_image','field_568439ed8109d'),(18961,621,'locations_9_description','This project was for a small bridge and affected 4 properties in the Township of Monroe, Cumberland County.'),(18962,621,'_locations_9_description','field_5683f2b1dcba3'),(18963,621,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.108692, -76.502083\";s:3:\"lat\";s:8:\"40.10866\";s:3:\"lng\";s:18:\"-76.50206509999998\";}'),(18964,621,'_locations_10_location','field_5683f288dcba1'),(18965,621,'locations_10_title','State Route 0072, Section 005 – E19861 – Lancaster County , Mount Joy Borough – Bridge'),(18966,621,'_locations_10_title','field_5683f2aadcba2'),(18967,621,'locations_10_image',''),(18968,621,'_locations_10_image','field_568439ed8109d'),(18969,621,'locations_10_description','This project is for a small bridge and is affecting 3 properties and Amtrack Coordination in the Borough of Mt. Joy, Lancaster County.'),(18970,621,'_locations_10_description','field_5683f2b1dcba3'),(18971,621,'locations_11_location','a:3:{s:7:\"address\";s:21:\"39.972695, -77.117915\";s:3:\"lat\";s:10:\"39.9726768\";s:3:\"lng\";s:18:\"-77.11795660000001\";}'),(18972,621,'_locations_11_location','field_5683f288dcba1'),(18973,621,'locations_11_title','State Route 1009, Section 003 – E18014 – Adams County – Huntington Twp - Bridge '),(18974,621,'_locations_11_title','field_5683f2aadcba2'),(18975,621,'locations_11_image','612'),(18976,621,'_locations_11_image','field_568439ed8109d'),(18977,621,'locations_11_description','This project was for a small bridge and affected 3 properties in the Township of Huntington, Adams County.'),(18978,621,'_locations_11_description','field_5683f2b1dcba3'),(18979,621,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.540917, -77.145588\";s:3:\"lat\";s:17:\"40.53916419999999\";s:3:\"lng\";s:18:\"-77.14407499999999\";}'),(18980,621,'_locations_12_location','field_5683f288dcba1'),(18981,621,'locations_12_title','State Route 0022, Section 039 – E81272 – Perry County, Greenwood twp.over cocalaumus creek – Bridge'),(18982,621,'_locations_12_title','field_5683f2aadcba2'),(18983,621,'locations_12_image','614'),(18984,621,'_locations_12_image','field_568439ed8109d'),(18985,621,'locations_12_description','This project was for a small bridge and affected 2 properties in the Township of Greenwood, Perry County.'),(18986,621,'_locations_12_description','field_5683f2b1dcba3'),(18987,621,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.499444, -77.146608\";s:3:\"lat\";s:9:\"40.498004\";s:3:\"lng\";s:18:\"-77.14313600000003\";}'),(18988,621,'_locations_13_location','field_5683f288dcba1'),(18989,621,'locations_13_title','State Route 1024, Section 005 – E86911 – Perry County, Oliver Township – Bridge'),(18990,621,'_locations_13_title','field_5683f2aadcba2'),(18991,621,'locations_13_image','616'),(18992,621,'_locations_13_image','field_568439ed8109d'),(18993,621,'locations_13_description','This project was for a small bridge and affected 2 properties in the Township of Oliver, Perry County.'),(18994,621,'_locations_13_description','field_5683f2b1dcba3'),(18995,621,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.376500, -76.572499\";s:3:\"lat\";s:10:\"40.3765013\";s:3:\"lng\";s:18:\"-76.57249790000003\";}'),(18996,621,'_locations_14_location','field_5683f288dcba1'),(18997,621,'locations_14_title','State Route 4014, Section 006 – E20367 – Lebanon County, East Hanover Township – Bridge'),(18998,621,'_locations_14_title','field_5683f2aadcba2'),(18999,621,'locations_14_image','618'),(19000,621,'_locations_14_image','field_568439ed8109d'),(19001,621,'locations_14_description','This project was for a small bridge and affected 5 properties in the Township of East Hanover, Lebanon County.'),(19002,621,'_locations_14_description','field_5683f2b1dcba3'),(19003,621,'locations_15_location','a:3:{s:7:\"address\";s:21:\"39.855494, -76.773304\";s:3:\"lat\";s:10:\"39.8554873\";s:3:\"lng\";s:11:\"-76.7733121\";}'),(19004,621,'_locations_15_location','field_5683f288dcba1'),(19005,621,'locations_15_title','State Route 214, Section 007 – E21168 – York County, Seven Valleys Borough – Bridge'),(19006,621,'_locations_15_title','field_5683f2aadcba2'),(19007,621,'locations_15_image','620'),(19008,621,'_locations_15_image','field_568439ed8109d'),(19009,621,'locations_15_description','This project was for roadway widening and intersection improvements and affected 12 properties and resulted in the relocation of 1 resident and 7 businesses in the Township of West Manchester, York County.'),(19010,621,'_locations_15_description','field_5683f2b1dcba3'),(19011,621,'locations','16'),(19012,621,'_locations','field_5683f253a5dba'),(19013,341,'locations_15_location','a:3:{s:7:\"address\";s:21:\"39.855494, -76.773304\";s:3:\"lat\";s:10:\"39.8554873\";s:3:\"lng\";s:11:\"-76.7733121\";}'),(19014,341,'_locations_15_location','field_5683f288dcba1'),(19015,341,'locations_15_title','State Route 214, Section 007 – E21168 – York County, Seven Valleys Borough – Bridge'),(19016,341,'_locations_15_title','field_5683f2aadcba2'),(19017,341,'locations_15_image','620'),(19018,341,'_locations_15_image','field_568439ed8109d'),(19019,341,'locations_15_description','This project was for roadway widening and intersection improvements and affected 12 properties and resulted in the relocation of 1 resident and 7 businesses in the Township of West Manchester, York County.'),(19020,341,'_locations_15_description','field_5683f2b1dcba3'),(19021,622,'locations_0_location','a:3:{s:7:\"address\";s:21:\"39.910136, -76.704082\";s:3:\"lat\";s:10:\"39.9106755\";s:3:\"lng\";s:18:\"-76.70441140000003\";}'),(19022,622,'_locations_0_location','field_5683f288dcba1'),(19023,622,'locations_0_title','0083, 025 – Leader Heights'),(19024,622,'_locations_0_title','field_5683f2aadcba2'),(19025,622,'locations_0_image','586'),(19026,622,'_locations_0_image','field_568439ed8109d'),(19027,622,'locations_0_description','This project was for interchange construction and affected 65 properties in the Borough of Leader Heights, York County.'),(19028,622,'_locations_0_description','field_5683f2b1dcba3'),(19029,622,'locations_1_location','a:3:{s:7:\"address\";s:21:\"39.780914, -76.951417\";s:3:\"lat\";s:10:\"39.7809238\";s:3:\"lng\";s:18:\"-76.95143009999998\";}'),(19030,622,'_locations_1_location','field_5683f288dcba1'),(19031,622,'locations_1_title','3070, 002'),(19032,622,'_locations_1_title','field_5683f2aadcba2'),(19033,622,'locations_1_image','589'),(19034,622,'_locations_1_image','field_568439ed8109d'),(19035,622,'locations_1_description','This project was for roadway widening and intersection improvements and affected 23 properties and resulted in the relocation of 2 residents in the Township of Penn, York County.'),(19036,622,'_locations_1_description','field_5683f2b1dcba3'),(19037,622,'locations_2_location','a:3:{s:7:\"address\";s:21:\"39.838832, -77.005747\";s:3:\"lat\";s:10:\"39.8388372\";s:3:\"lng\";s:18:\"-77.00573259999999\";}'),(19038,622,'_locations_2_location','field_5683f288dcba1'),(19039,622,'locations_2_title','0094, 014 and 015'),(19040,622,'_locations_2_title','field_5683f2aadcba2'),(19041,622,'locations_2_image','597'),(19042,622,'_locations_2_image','field_568439ed8109d'),(19043,622,'locations_2_description','This project was for roadway widening and affected 85 properties and resulted in the relocation of 2 residents in the Municipalities of Hanover, Penn, Berwick, & Conewago, York & Adams Counties.'),(19044,622,'_locations_2_description','field_5683f2b1dcba3'),(19045,622,'locations_3_location','a:3:{s:7:\"address\";s:21:\"39.976250, -76.792053\";s:3:\"lat\";s:10:\"39.9762688\";s:3:\"lng\";s:18:\"-76.79204019999997\";}'),(19046,622,'_locations_3_location','field_5683f288dcba1'),(19047,622,'locations_3_title','0074, Section 029'),(19048,622,'_locations_3_title','field_5683f2aadcba2'),(19049,622,'locations_3_image','600'),(19050,622,'_locations_3_image','field_568439ed8109d'),(19051,622,'locations_3_description','This project was for roadway widening and intersection improvements and affected 12 properties and resulted in the relocation of 1 resident and 7 businesses in the Township of West Manchester, York County.'),(19052,622,'_locations_3_description','field_5683f2b1dcba3'),(19053,622,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.054719, -76.305345\";s:3:\"lat\";s:8:\"40.05431\";s:3:\"lng\";s:18:\"-76.30512340000001\";}'),(19054,622,'_locations_4_location','field_5683f288dcba1'),(19055,622,'locations_4_title','0222, 027 Lititz'),(19056,622,'_locations_4_title','field_5683f2aadcba2'),(19057,622,'locations_4_image',''),(19058,622,'_locations_4_image','field_568439ed8109d'),(19059,622,'locations_4_description','This project is for a large bridge replacement and is affecting 24 properties and resulting in the relocation of 2 businesses in the Township of Manheim, Lancaster County.'),(19060,622,'_locations_4_description','field_5683f2b1dcba3'),(19061,622,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.192483, -76.730918\";s:3:\"lat\";s:10:\"40.1928639\";s:3:\"lng\";s:18:\"-76.73070059999998\";}'),(19062,622,'_locations_5_location','field_5683f288dcba1'),(19063,622,'locations_5_title','Middletown Train Station'),(19064,622,'_locations_5_title','field_5683f2aadcba2'),(19065,622,'locations_5_image',''),(19066,622,'_locations_5_image','field_568439ed8109d'),(19067,622,'locations_5_description','This project is for the construction of a new train station and is affecting 4 properties in the Township of Middletown, Dauphin County.'),(19068,622,'_locations_5_description','field_5683f2b1dcba3'),(19069,622,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.445418, -76.556583\";s:3:\"lat\";s:10:\"40.4453524\";s:3:\"lng\";s:18:\"-76.55654629999998\";}'),(19070,622,'_locations_6_location','field_5683f288dcba1'),(19071,622,'locations_6_title','Ft Indiantown Gap – DGS'),(19072,622,'_locations_6_title','field_5683f2aadcba2'),(19073,622,'locations_6_image',''),(19074,622,'_locations_6_image','field_568439ed8109d'),(19075,622,'locations_6_description',''),(19076,622,'_locations_6_description','field_5683f2b1dcba3'),(19077,622,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.209085, -76.307225\";s:3:\"lat\";s:10:\"40.2091181\";s:3:\"lng\";s:18:\"-76.30721140000003\";}'),(19078,622,'_locations_7_location','field_5683f288dcba1'),(19079,622,'locations_7_title','Fish and Boat Commission – Speedwell Lake Flowage Easements'),(19080,622,'_locations_7_title','field_5683f2aadcba2'),(19081,622,'locations_7_image',''),(19082,622,'_locations_7_image','field_568439ed8109d'),(19083,622,'locations_7_description','This project is for flood plain mitigation appraisals and is affecting 31 properties in the Township of Elizabeth, Lancaster County.'),(19084,622,'_locations_7_description','field_5683f2b1dcba3'),(19085,622,'locations_8_location','a:3:{s:7:\"address\";s:21:\"39.763472, -77.727611\";s:3:\"lat\";s:10:\"39.7634712\";s:3:\"lng\";s:11:\"-77.7276253\";}'),(19086,622,'_locations_8_location','field_5683f288dcba1'),(19087,622,'locations_8_title','Antrim Business Park'),(19088,622,'_locations_8_title','field_5683f2aadcba2'),(19089,622,'locations_8_image',''),(19090,622,'_locations_8_image','field_568439ed8109d'),(19091,622,'locations_8_description','This project is for a public/private development and is affecting 7 properties in the Township of Antrim, Franklin County.'),(19092,622,'_locations_8_description','field_5683f2b1dcba3'),(19093,622,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.150057, -77.042804\";s:3:\"lat\";s:10:\"40.1500679\";s:3:\"lng\";s:18:\"-77.04281049999997\";}'),(19094,622,'_locations_9_location','field_5683f288dcba1'),(19095,622,'locations_9_title','State Route 2008, Section 007 – E78659 – Cumberland County, Monroe Twp. – Bridge'),(19096,622,'_locations_9_title','field_5683f2aadcba2'),(19097,622,'locations_9_image','607'),(19098,622,'_locations_9_image','field_568439ed8109d'),(19099,622,'locations_9_description','This project was for a small bridge and affected 4 properties in the Township of Monroe, Cumberland County.'),(19100,622,'_locations_9_description','field_5683f2b1dcba3'),(19101,622,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.108692, -76.502083\";s:3:\"lat\";s:8:\"40.10866\";s:3:\"lng\";s:18:\"-76.50206509999998\";}'),(19102,622,'_locations_10_location','field_5683f288dcba1'),(19103,622,'locations_10_title','State Route 0072, Section 005 – E19861 – Lancaster County , Mount Joy Borough – Bridge'),(19104,622,'_locations_10_title','field_5683f2aadcba2'),(19105,622,'locations_10_image',''),(19106,622,'_locations_10_image','field_568439ed8109d'),(19107,622,'locations_10_description','This project is for a small bridge and is affecting 3 properties and Amtrack Coordination in the Borough of Mt. Joy, Lancaster County.'),(19108,622,'_locations_10_description','field_5683f2b1dcba3'),(19109,622,'locations_11_location','a:3:{s:7:\"address\";s:21:\"39.972695, -77.117915\";s:3:\"lat\";s:10:\"39.9726768\";s:3:\"lng\";s:18:\"-77.11795660000001\";}'),(19110,622,'_locations_11_location','field_5683f288dcba1'),(19111,622,'locations_11_title','State Route 1009, Section 003 – E18014 – Adams County – Huntington Twp - Bridge '),(19112,622,'_locations_11_title','field_5683f2aadcba2'),(19113,622,'locations_11_image','612'),(19114,622,'_locations_11_image','field_568439ed8109d'),(19115,622,'locations_11_description','This project was for a small bridge and affected 3 properties in the Township of Huntington, Adams County.'),(19116,622,'_locations_11_description','field_5683f2b1dcba3'),(19117,622,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.540917, -77.145588\";s:3:\"lat\";s:17:\"40.53916419999999\";s:3:\"lng\";s:18:\"-77.14407499999999\";}'),(19118,622,'_locations_12_location','field_5683f288dcba1'),(19119,622,'locations_12_title','State Route 0022, Section 039 – E81272 – Perry County, Greenwood twp.over cocalaumus creek – Bridge'),(19120,622,'_locations_12_title','field_5683f2aadcba2'),(19121,622,'locations_12_image','614'),(19122,622,'_locations_12_image','field_568439ed8109d'),(19123,622,'locations_12_description','This project was for a small bridge and affected 2 properties in the Township of Greenwood, Perry County.'),(19124,622,'_locations_12_description','field_5683f2b1dcba3'),(19125,622,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.499444, -77.146608\";s:3:\"lat\";s:9:\"40.498004\";s:3:\"lng\";s:18:\"-77.14313600000003\";}'),(19126,622,'_locations_13_location','field_5683f288dcba1'),(19127,622,'locations_13_title','State Route 1024, Section 005 – E86911 – Perry County, Oliver Township – Bridge'),(19128,622,'_locations_13_title','field_5683f2aadcba2'),(19129,622,'locations_13_image','616'),(19130,622,'_locations_13_image','field_568439ed8109d'),(19131,622,'locations_13_description','This project was for a small bridge and affected 2 properties in the Township of Oliver, Perry County.'),(19132,622,'_locations_13_description','field_5683f2b1dcba3'),(19133,622,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.376500, -76.572499\";s:3:\"lat\";s:10:\"40.3765013\";s:3:\"lng\";s:18:\"-76.57249790000003\";}'),(19134,622,'_locations_14_location','field_5683f288dcba1'),(19135,622,'locations_14_title','State Route 4014, Section 006 – E20367 – Lebanon County, East Hanover Township – Bridge'),(19136,622,'_locations_14_title','field_5683f2aadcba2'),(19137,622,'locations_14_image','618'),(19138,622,'_locations_14_image','field_568439ed8109d'),(19139,622,'locations_14_description','This project was for a small bridge and affected 5 properties in the Township of East Hanover, Lebanon County.'),(19140,622,'_locations_14_description','field_5683f2b1dcba3'),(19141,622,'locations_15_location','a:3:{s:7:\"address\";s:21:\"39.855494, -76.773304\";s:3:\"lat\";s:10:\"39.8554873\";s:3:\"lng\";s:11:\"-76.7733121\";}'),(19142,622,'_locations_15_location','field_5683f288dcba1'),(19143,622,'locations_15_title','State Route 214, Section 007 – E21168 – York County, Seven Valleys Borough – Bridge'),(19144,622,'_locations_15_title','field_5683f2aadcba2'),(19145,622,'locations_15_image','620'),(19146,622,'_locations_15_image','field_568439ed8109d'),(19147,622,'locations_15_description','This project was for roadway widening and intersection improvements and affected 12 properties and resulted in the relocation of 1 resident and 7 businesses in the Township of West Manchester, York County.'),(19148,622,'_locations_15_description','field_5683f2b1dcba3'),(19149,622,'locations_16_location','a:3:{s:7:\"address\";s:21:\"39.737304, -76.096417\";s:3:\"lat\";s:10:\"39.7372874\";s:3:\"lng\";s:18:\"-76.09645169999999\";}'),(19150,622,'_locations_16_location','field_5683f288dcba1'),(19151,622,'locations_16_title','State Route 2001, Section 009 – E91106 – Lancaster County, Little Britain Township – Bridge'),(19152,622,'_locations_16_title','field_5683f2aadcba2'),(19153,622,'locations_16_image',''),(19154,622,'_locations_16_image','field_568439ed8109d'),(19155,622,'locations_16_description','This project is for intersection improvements and is affecting 3 properties in the Community of Ronks, Lancaster County.'),(19156,622,'_locations_16_description','field_5683f2b1dcba3'),(19157,622,'locations','17'),(19158,622,'_locations','field_5683f253a5dba'),(19159,341,'locations_16_location','a:3:{s:7:\"address\";s:21:\"39.737304, -76.096417\";s:3:\"lat\";s:10:\"39.7372874\";s:3:\"lng\";s:18:\"-76.09645169999999\";}'),(19160,341,'_locations_16_location','field_5683f288dcba1'),(19161,341,'locations_16_title','State Route 2001, Section 009 – E91106 – Lancaster County, Little Britain Township – Bridge'),(19162,341,'_locations_16_title','field_5683f2aadcba2'),(19163,341,'locations_16_image',''),(19164,341,'_locations_16_image','field_568439ed8109d'),(19165,341,'locations_16_description','This project is for intersection improvements and is affecting 3 properties in the Community of Ronks, Lancaster County.'),(19166,341,'_locations_16_description','field_5683f2b1dcba3'),(19167,623,'locations_0_location','a:3:{s:7:\"address\";s:21:\"39.910136, -76.704082\";s:3:\"lat\";s:10:\"39.9106755\";s:3:\"lng\";s:18:\"-76.70441140000003\";}'),(19168,623,'_locations_0_location','field_5683f288dcba1'),(19169,623,'locations_0_title','0083, 025 – Leader Heights'),(19170,623,'_locations_0_title','field_5683f2aadcba2'),(19171,623,'locations_0_image','586'),(19172,623,'_locations_0_image','field_568439ed8109d'),(19173,623,'locations_0_description','This project was for interchange construction and affected 65 properties in the Borough of Leader Heights, York County.'),(19174,623,'_locations_0_description','field_5683f2b1dcba3'),(19175,623,'locations_1_location','a:3:{s:7:\"address\";s:21:\"39.780914, -76.951417\";s:3:\"lat\";s:10:\"39.7809238\";s:3:\"lng\";s:18:\"-76.95143009999998\";}'),(19176,623,'_locations_1_location','field_5683f288dcba1'),(19177,623,'locations_1_title','3070, 002'),(19178,623,'_locations_1_title','field_5683f2aadcba2'),(19179,623,'locations_1_image','589'),(19180,623,'_locations_1_image','field_568439ed8109d'),(19181,623,'locations_1_description','This project was for roadway widening and intersection improvements and affected 23 properties and resulted in the relocation of 2 residents in the Township of Penn, York County.'),(19182,623,'_locations_1_description','field_5683f2b1dcba3'),(19183,623,'locations_2_location','a:3:{s:7:\"address\";s:21:\"39.838832, -77.005747\";s:3:\"lat\";s:10:\"39.8388372\";s:3:\"lng\";s:18:\"-77.00573259999999\";}'),(19184,623,'_locations_2_location','field_5683f288dcba1'),(19185,623,'locations_2_title','0094, 014 and 015'),(19186,623,'_locations_2_title','field_5683f2aadcba2'),(19187,623,'locations_2_image','597'),(19188,623,'_locations_2_image','field_568439ed8109d'),(19189,623,'locations_2_description','This project was for roadway widening and affected 85 properties and resulted in the relocation of 2 residents in the Municipalities of Hanover, Penn, Berwick, & Conewago, York & Adams Counties.'),(19190,623,'_locations_2_description','field_5683f2b1dcba3'),(19191,623,'locations_3_location','a:3:{s:7:\"address\";s:21:\"39.976250, -76.792053\";s:3:\"lat\";s:10:\"39.9762688\";s:3:\"lng\";s:18:\"-76.79204019999997\";}'),(19192,623,'_locations_3_location','field_5683f288dcba1'),(19193,623,'locations_3_title','0074, Section 029'),(19194,623,'_locations_3_title','field_5683f2aadcba2'),(19195,623,'locations_3_image','600'),(19196,623,'_locations_3_image','field_568439ed8109d'),(19197,623,'locations_3_description','This project was for roadway widening and intersection improvements and affected 12 properties and resulted in the relocation of 1 resident and 7 businesses in the Township of West Manchester, York County.'),(19198,623,'_locations_3_description','field_5683f2b1dcba3'),(19199,623,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.054719, -76.305345\";s:3:\"lat\";s:8:\"40.05431\";s:3:\"lng\";s:18:\"-76.30512340000001\";}'),(19200,623,'_locations_4_location','field_5683f288dcba1'),(19201,623,'locations_4_title','0222, 027 Lititz'),(19202,623,'_locations_4_title','field_5683f2aadcba2'),(19203,623,'locations_4_image',''),(19204,623,'_locations_4_image','field_568439ed8109d'),(19205,623,'locations_4_description','This project is for a large bridge replacement and is affecting 24 properties and resulting in the relocation of 2 businesses in the Township of Manheim, Lancaster County.'),(19206,623,'_locations_4_description','field_5683f2b1dcba3'),(19207,623,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.192483, -76.730918\";s:3:\"lat\";s:10:\"40.1928639\";s:3:\"lng\";s:18:\"-76.73070059999998\";}'),(19208,623,'_locations_5_location','field_5683f288dcba1'),(19209,623,'locations_5_title','Middletown Train Station'),(19210,623,'_locations_5_title','field_5683f2aadcba2'),(19211,623,'locations_5_image',''),(19212,623,'_locations_5_image','field_568439ed8109d'),(19213,623,'locations_5_description','This project is for the construction of a new train station and is affecting 4 properties in the Township of Middletown, Dauphin County.'),(19214,623,'_locations_5_description','field_5683f2b1dcba3'),(19215,623,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.445418, -76.556583\";s:3:\"lat\";s:10:\"40.4453524\";s:3:\"lng\";s:18:\"-76.55654629999998\";}'),(19216,623,'_locations_6_location','field_5683f288dcba1'),(19217,623,'locations_6_title','Ft Indiantown Gap – DGS'),(19218,623,'_locations_6_title','field_5683f2aadcba2'),(19219,623,'locations_6_image',''),(19220,623,'_locations_6_image','field_568439ed8109d'),(19221,623,'locations_6_description',''),(19222,623,'_locations_6_description','field_5683f2b1dcba3'),(19223,623,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.209085, -76.307225\";s:3:\"lat\";s:10:\"40.2091181\";s:3:\"lng\";s:18:\"-76.30721140000003\";}'),(19224,623,'_locations_7_location','field_5683f288dcba1'),(19225,623,'locations_7_title','Fish and Boat Commission – Speedwell Lake Flowage Easements'),(19226,623,'_locations_7_title','field_5683f2aadcba2'),(19227,623,'locations_7_image',''),(19228,623,'_locations_7_image','field_568439ed8109d'),(19229,623,'locations_7_description','This project is for flood plain mitigation appraisals and is affecting 31 properties in the Township of Elizabeth, Lancaster County.'),(19230,623,'_locations_7_description','field_5683f2b1dcba3'),(19231,623,'locations_8_location','a:3:{s:7:\"address\";s:21:\"39.763472, -77.727611\";s:3:\"lat\";s:10:\"39.7634712\";s:3:\"lng\";s:11:\"-77.7276253\";}'),(19232,623,'_locations_8_location','field_5683f288dcba1'),(19233,623,'locations_8_title','Antrim Business Park'),(19234,623,'_locations_8_title','field_5683f2aadcba2'),(19235,623,'locations_8_image',''),(19236,623,'_locations_8_image','field_568439ed8109d'),(19237,623,'locations_8_description','This project is for a public/private development and is affecting 7 properties in the Township of Antrim, Franklin County.'),(19238,623,'_locations_8_description','field_5683f2b1dcba3'),(19239,623,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.150057, -77.042804\";s:3:\"lat\";s:10:\"40.1500679\";s:3:\"lng\";s:18:\"-77.04281049999997\";}'),(19240,623,'_locations_9_location','field_5683f288dcba1'),(19241,623,'locations_9_title','State Route 2008, Section 007 – E78659 – Cumberland County, Monroe Twp. – Bridge'),(19242,623,'_locations_9_title','field_5683f2aadcba2'),(19243,623,'locations_9_image','607'),(19244,623,'_locations_9_image','field_568439ed8109d'),(19245,623,'locations_9_description','This project was for a small bridge and affected 4 properties in the Township of Monroe, Cumberland County.'),(19246,623,'_locations_9_description','field_5683f2b1dcba3'),(19247,623,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.108692, -76.502083\";s:3:\"lat\";s:8:\"40.10866\";s:3:\"lng\";s:18:\"-76.50206509999998\";}'),(19248,623,'_locations_10_location','field_5683f288dcba1'),(19249,623,'locations_10_title','State Route 0072, Section 005 – E19861 – Lancaster County , Mount Joy Borough – Bridge'),(19250,623,'_locations_10_title','field_5683f2aadcba2'),(19251,623,'locations_10_image',''),(19252,623,'_locations_10_image','field_568439ed8109d'),(19253,623,'locations_10_description','This project is for a small bridge and is affecting 3 properties and Amtrack Coordination in the Borough of Mt. Joy, Lancaster County.'),(19254,623,'_locations_10_description','field_5683f2b1dcba3'),(19255,623,'locations_11_location','a:3:{s:7:\"address\";s:21:\"39.972695, -77.117915\";s:3:\"lat\";s:10:\"39.9726768\";s:3:\"lng\";s:18:\"-77.11795660000001\";}'),(19256,623,'_locations_11_location','field_5683f288dcba1'),(19257,623,'locations_11_title','State Route 1009, Section 003 – E18014 – Adams County – Huntington Twp - Bridge '),(19258,623,'_locations_11_title','field_5683f2aadcba2'),(19259,623,'locations_11_image','612'),(19260,623,'_locations_11_image','field_568439ed8109d'),(19261,623,'locations_11_description','This project was for a small bridge and affected 3 properties in the Township of Huntington, Adams County.'),(19262,623,'_locations_11_description','field_5683f2b1dcba3'),(19263,623,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.540917, -77.145588\";s:3:\"lat\";s:17:\"40.53916419999999\";s:3:\"lng\";s:18:\"-77.14407499999999\";}'),(19264,623,'_locations_12_location','field_5683f288dcba1'),(19265,623,'locations_12_title','State Route 0022, Section 039 – E81272 – Perry County, Greenwood twp.over cocalaumus creek – Bridge'),(19266,623,'_locations_12_title','field_5683f2aadcba2'),(19267,623,'locations_12_image','614'),(19268,623,'_locations_12_image','field_568439ed8109d'),(19269,623,'locations_12_description','This project was for a small bridge and affected 2 properties in the Township of Greenwood, Perry County.'),(19270,623,'_locations_12_description','field_5683f2b1dcba3'),(19271,623,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.499444, -77.146608\";s:3:\"lat\";s:9:\"40.498004\";s:3:\"lng\";s:18:\"-77.14313600000003\";}'),(19272,623,'_locations_13_location','field_5683f288dcba1'),(19273,623,'locations_13_title','State Route 1024, Section 005 – E86911 – Perry County, Oliver Township – Bridge'),(19274,623,'_locations_13_title','field_5683f2aadcba2'),(19275,623,'locations_13_image','616'),(19276,623,'_locations_13_image','field_568439ed8109d'),(19277,623,'locations_13_description','This project was for a small bridge and affected 2 properties in the Township of Oliver, Perry County.'),(19278,623,'_locations_13_description','field_5683f2b1dcba3'),(19279,623,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.376500, -76.572499\";s:3:\"lat\";s:10:\"40.3765013\";s:3:\"lng\";s:18:\"-76.57249790000003\";}'),(19280,623,'_locations_14_location','field_5683f288dcba1'),(19281,623,'locations_14_title','State Route 4014, Section 006 – E20367 – Lebanon County, East Hanover Township – Bridge'),(19282,623,'_locations_14_title','field_5683f2aadcba2'),(19283,623,'locations_14_image','618'),(19284,623,'_locations_14_image','field_568439ed8109d'),(19285,623,'locations_14_description','This project was for a small bridge and affected 5 properties in the Township of East Hanover, Lebanon County.'),(19286,623,'_locations_14_description','field_5683f2b1dcba3'),(19287,623,'locations_15_location','a:3:{s:7:\"address\";s:21:\"39.855494, -76.773304\";s:3:\"lat\";s:10:\"39.8554873\";s:3:\"lng\";s:11:\"-76.7733121\";}'),(19288,623,'_locations_15_location','field_5683f288dcba1'),(19289,623,'locations_15_title','State Route 214, Section 007 – E21168 – York County, Seven Valleys Borough – Bridge'),(19290,623,'_locations_15_title','field_5683f2aadcba2'),(19291,623,'locations_15_image','620'),(19292,623,'_locations_15_image','field_568439ed8109d'),(19293,623,'locations_15_description','This project was for roadway widening and intersection improvements and affected 12 properties and resulted in the relocation of 1 resident and 7 businesses in the Township of West Manchester, York County.'),(19294,623,'_locations_15_description','field_5683f2b1dcba3'),(19295,623,'locations_16_location','a:3:{s:7:\"address\";s:21:\"39.737304, -76.096417\";s:3:\"lat\";s:10:\"39.7372874\";s:3:\"lng\";s:18:\"-76.09645169999999\";}'),(19296,623,'_locations_16_location','field_5683f288dcba1'),(19297,623,'locations_16_title','State Route 2001, Section 009 – E91106 – Lancaster County, Little Britain Township – Bridge'),(19298,623,'_locations_16_title','field_5683f2aadcba2'),(19299,623,'locations_16_image',''),(19300,623,'_locations_16_image','field_568439ed8109d'),(19301,623,'locations_16_description','This project is for intersection improvements and is affecting 3 properties in the Community of Ronks, Lancaster County.'),(19302,623,'_locations_16_description','field_5683f2b1dcba3'),(19303,623,'locations_17_location','a:3:{s:7:\"address\";s:21:\"40.016997, -76.165028\";s:3:\"lat\";s:10:\"40.0169765\";s:3:\"lng\";s:18:\"-76.16503490000002\";}'),(19304,623,'_locations_17_location','field_5683f288dcba1'),(19305,623,'locations_17_title','State Route 0030, Section 097 – E89187 – Lancaster County, East Lampeter Twp. – Intersection Improvement'),(19306,623,'_locations_17_title','field_5683f2aadcba2'),(19307,623,'locations_17_image',''),(19308,623,'_locations_17_image','field_568439ed8109d'),(19309,623,'locations_17_description','This project is for intersection improvements and is affecting 3 properties in the Community of Ronks, Lancaster County.'),(19310,623,'_locations_17_description','field_5683f2b1dcba3'),(19311,623,'locations','18'),(19312,623,'_locations','field_5683f253a5dba'),(19313,341,'locations_17_location','a:3:{s:7:\"address\";s:21:\"40.016997, -76.165028\";s:3:\"lat\";s:10:\"40.0169765\";s:3:\"lng\";s:18:\"-76.16503490000002\";}'),(19314,341,'_locations_17_location','field_5683f288dcba1'),(19315,341,'locations_17_title','State Route 0030, Section 097 – E89187 – Lancaster County, East Lampeter Twp. – Intersection Improvement'),(19316,341,'_locations_17_title','field_5683f2aadcba2'),(19317,341,'locations_17_image',''),(19318,341,'_locations_17_image','field_568439ed8109d'),(19319,341,'locations_17_description','This project is for intersection improvements and is affecting 3 properties in the Community of Ronks, Lancaster County.'),(19320,341,'_locations_17_description','field_5683f2b1dcba3'),(19321,624,'locations_0_location','a:3:{s:7:\"address\";s:21:\"39.910136, -76.704082\";s:3:\"lat\";s:10:\"39.9106755\";s:3:\"lng\";s:18:\"-76.70441140000003\";}'),(19322,624,'_locations_0_location','field_5683f288dcba1'),(19323,624,'locations_0_title','0083, 025 – Leader Heights'),(19324,624,'_locations_0_title','field_5683f2aadcba2'),(19325,624,'locations_0_image','586'),(19326,624,'_locations_0_image','field_568439ed8109d'),(19327,624,'locations_0_description','This project was for interchange construction and affected 65 properties in the Borough of Leader Heights, York County.'),(19328,624,'_locations_0_description','field_5683f2b1dcba3'),(19329,624,'locations_1_location','a:3:{s:7:\"address\";s:21:\"39.780914, -76.951417\";s:3:\"lat\";s:10:\"39.7809238\";s:3:\"lng\";s:18:\"-76.95143009999998\";}'),(19330,624,'_locations_1_location','field_5683f288dcba1'),(19331,624,'locations_1_title','3070, 002'),(19332,624,'_locations_1_title','field_5683f2aadcba2'),(19333,624,'locations_1_image','589'),(19334,624,'_locations_1_image','field_568439ed8109d'),(19335,624,'locations_1_description','This project was for roadway widening and intersection improvements and affected 23 properties and resulted in the relocation of 2 residents in the Township of Penn, York County.'),(19336,624,'_locations_1_description','field_5683f2b1dcba3'),(19337,624,'locations_2_location','a:3:{s:7:\"address\";s:21:\"39.838832, -77.005747\";s:3:\"lat\";s:10:\"39.8388372\";s:3:\"lng\";s:18:\"-77.00573259999999\";}'),(19338,624,'_locations_2_location','field_5683f288dcba1'),(19339,624,'locations_2_title','0094, 014 and 015'),(19340,624,'_locations_2_title','field_5683f2aadcba2'),(19341,624,'locations_2_image','597'),(19342,624,'_locations_2_image','field_568439ed8109d'),(19343,624,'locations_2_description','This project was for roadway widening and affected 85 properties and resulted in the relocation of 2 residents in the Municipalities of Hanover, Penn, Berwick, & Conewago, York & Adams Counties.'),(19344,624,'_locations_2_description','field_5683f2b1dcba3'),(19345,624,'locations_3_location','a:3:{s:7:\"address\";s:21:\"39.976250, -76.792053\";s:3:\"lat\";s:10:\"39.9762688\";s:3:\"lng\";s:18:\"-76.79204019999997\";}'),(19346,624,'_locations_3_location','field_5683f288dcba1'),(19347,624,'locations_3_title','0074, Section 029'),(19348,624,'_locations_3_title','field_5683f2aadcba2'),(19349,624,'locations_3_image','600'),(19350,624,'_locations_3_image','field_568439ed8109d'),(19351,624,'locations_3_description','This project was for roadway widening and intersection improvements and affected 12 properties and resulted in the relocation of 1 resident and 7 businesses in the Township of West Manchester, York County.'),(19352,624,'_locations_3_description','field_5683f2b1dcba3'),(19353,624,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.054719, -76.305345\";s:3:\"lat\";s:8:\"40.05431\";s:3:\"lng\";s:18:\"-76.30512340000001\";}'),(19354,624,'_locations_4_location','field_5683f288dcba1'),(19355,624,'locations_4_title','0222, 027 Lititz'),(19356,624,'_locations_4_title','field_5683f2aadcba2'),(19357,624,'locations_4_image',''),(19358,624,'_locations_4_image','field_568439ed8109d'),(19359,624,'locations_4_description','This project is for a large bridge replacement and is affecting 24 properties and resulting in the relocation of 2 businesses in the Township of Manheim, Lancaster County.'),(19360,624,'_locations_4_description','field_5683f2b1dcba3'),(19361,624,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.192483, -76.730918\";s:3:\"lat\";s:10:\"40.1928639\";s:3:\"lng\";s:18:\"-76.73070059999998\";}'),(19362,624,'_locations_5_location','field_5683f288dcba1'),(19363,624,'locations_5_title','Middletown Train Station'),(19364,624,'_locations_5_title','field_5683f2aadcba2'),(19365,624,'locations_5_image',''),(19366,624,'_locations_5_image','field_568439ed8109d'),(19367,624,'locations_5_description','This project is for the construction of a new train station and is affecting 4 properties in the Township of Middletown, Dauphin County.'),(19368,624,'_locations_5_description','field_5683f2b1dcba3'),(19369,624,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.445418, -76.556583\";s:3:\"lat\";s:10:\"40.4453524\";s:3:\"lng\";s:18:\"-76.55654629999998\";}'),(19370,624,'_locations_6_location','field_5683f288dcba1'),(19371,624,'locations_6_title','Ft Indiantown Gap – DGS'),(19372,624,'_locations_6_title','field_5683f2aadcba2'),(19373,624,'locations_6_image',''),(19374,624,'_locations_6_image','field_568439ed8109d'),(19375,624,'locations_6_description',''),(19376,624,'_locations_6_description','field_5683f2b1dcba3'),(19377,624,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.209085, -76.307225\";s:3:\"lat\";s:10:\"40.2091181\";s:3:\"lng\";s:18:\"-76.30721140000003\";}'),(19378,624,'_locations_7_location','field_5683f288dcba1'),(19379,624,'locations_7_title','Fish and Boat Commission – Speedwell Lake Flowage Easements'),(19380,624,'_locations_7_title','field_5683f2aadcba2'),(19381,624,'locations_7_image',''),(19382,624,'_locations_7_image','field_568439ed8109d'),(19383,624,'locations_7_description','This project is for flood plain mitigation appraisals and is affecting 31 properties in the Township of Elizabeth, Lancaster County.'),(19384,624,'_locations_7_description','field_5683f2b1dcba3'),(19385,624,'locations_8_location','a:3:{s:7:\"address\";s:21:\"39.763472, -77.727611\";s:3:\"lat\";s:10:\"39.7634712\";s:3:\"lng\";s:11:\"-77.7276253\";}'),(19386,624,'_locations_8_location','field_5683f288dcba1'),(19387,624,'locations_8_title','Antrim Business Park'),(19388,624,'_locations_8_title','field_5683f2aadcba2'),(19389,624,'locations_8_image',''),(19390,624,'_locations_8_image','field_568439ed8109d'),(19391,624,'locations_8_description','This project is for a public/private development and is affecting 7 properties in the Township of Antrim, Franklin County.'),(19392,624,'_locations_8_description','field_5683f2b1dcba3'),(19393,624,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.150057, -77.042804\";s:3:\"lat\";s:10:\"40.1500679\";s:3:\"lng\";s:18:\"-77.04281049999997\";}'),(19394,624,'_locations_9_location','field_5683f288dcba1'),(19395,624,'locations_9_title','State Route 2008, Section 007 – E78659 – Cumberland County, Monroe Twp. – Bridge'),(19396,624,'_locations_9_title','field_5683f2aadcba2'),(19397,624,'locations_9_image','607'),(19398,624,'_locations_9_image','field_568439ed8109d'),(19399,624,'locations_9_description','This project was for a small bridge and affected 4 properties in the Township of Monroe, Cumberland County.'),(19400,624,'_locations_9_description','field_5683f2b1dcba3'),(19401,624,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.108692, -76.502083\";s:3:\"lat\";s:8:\"40.10866\";s:3:\"lng\";s:18:\"-76.50206509999998\";}'),(19402,624,'_locations_10_location','field_5683f288dcba1'),(19403,624,'locations_10_title','State Route 0072, Section 005 – E19861 – Lancaster County , Mount Joy Borough – Bridge'),(19404,624,'_locations_10_title','field_5683f2aadcba2'),(19405,624,'locations_10_image',''),(19406,624,'_locations_10_image','field_568439ed8109d'),(19407,624,'locations_10_description','This project is for a small bridge and is affecting 3 properties and Amtrack Coordination in the Borough of Mt. Joy, Lancaster County.'),(19408,624,'_locations_10_description','field_5683f2b1dcba3'),(19409,624,'locations_11_location','a:3:{s:7:\"address\";s:21:\"39.972695, -77.117915\";s:3:\"lat\";s:10:\"39.9726768\";s:3:\"lng\";s:18:\"-77.11795660000001\";}'),(19410,624,'_locations_11_location','field_5683f288dcba1'),(19411,624,'locations_11_title','State Route 1009, Section 003 – E18014 – Adams County – Huntington Twp - Bridge '),(19412,624,'_locations_11_title','field_5683f2aadcba2'),(19413,624,'locations_11_image','612'),(19414,624,'_locations_11_image','field_568439ed8109d'),(19415,624,'locations_11_description','This project was for a small bridge and affected 3 properties in the Township of Huntington, Adams County.'),(19416,624,'_locations_11_description','field_5683f2b1dcba3'),(19417,624,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.540917, -77.145588\";s:3:\"lat\";s:17:\"40.53916419999999\";s:3:\"lng\";s:18:\"-77.14407499999999\";}'),(19418,624,'_locations_12_location','field_5683f288dcba1'),(19419,624,'locations_12_title','State Route 0022, Section 039 – E81272 – Perry County, Greenwood twp.over cocalaumus creek – Bridge'),(19420,624,'_locations_12_title','field_5683f2aadcba2'),(19421,624,'locations_12_image','614'),(19422,624,'_locations_12_image','field_568439ed8109d'),(19423,624,'locations_12_description','This project was for a small bridge and affected 2 properties in the Township of Greenwood, Perry County.'),(19424,624,'_locations_12_description','field_5683f2b1dcba3'),(19425,624,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.499444, -77.146608\";s:3:\"lat\";s:9:\"40.498004\";s:3:\"lng\";s:18:\"-77.14313600000003\";}'),(19426,624,'_locations_13_location','field_5683f288dcba1'),(19427,624,'locations_13_title','State Route 1024, Section 005 – E86911 – Perry County, Oliver Township – Bridge'),(19428,624,'_locations_13_title','field_5683f2aadcba2'),(19429,624,'locations_13_image','616'),(19430,624,'_locations_13_image','field_568439ed8109d'),(19431,624,'locations_13_description','This project was for a small bridge and affected 2 properties in the Township of Oliver, Perry County.'),(19432,624,'_locations_13_description','field_5683f2b1dcba3'),(19433,624,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.376500, -76.572499\";s:3:\"lat\";s:10:\"40.3765013\";s:3:\"lng\";s:18:\"-76.57249790000003\";}'),(19434,624,'_locations_14_location','field_5683f288dcba1'),(19435,624,'locations_14_title','State Route 4014, Section 006 – E20367 – Lebanon County, East Hanover Township – Bridge'),(19436,624,'_locations_14_title','field_5683f2aadcba2'),(19437,624,'locations_14_image','618'),(19438,624,'_locations_14_image','field_568439ed8109d'),(19439,624,'locations_14_description','This project was for a small bridge and affected 5 properties in the Township of East Hanover, Lebanon County.'),(19440,624,'_locations_14_description','field_5683f2b1dcba3'),(19441,624,'locations_15_location','a:3:{s:7:\"address\";s:21:\"39.855494, -76.773304\";s:3:\"lat\";s:10:\"39.8554873\";s:3:\"lng\";s:11:\"-76.7733121\";}'),(19442,624,'_locations_15_location','field_5683f288dcba1'),(19443,624,'locations_15_title','State Route 214, Section 007 – E21168 – York County, Seven Valleys Borough – Bridge'),(19444,624,'_locations_15_title','field_5683f2aadcba2'),(19445,624,'locations_15_image','620'),(19446,624,'_locations_15_image','field_568439ed8109d'),(19447,624,'locations_15_description','This project was for roadway widening and intersection improvements and affected 12 properties and resulted in the relocation of 1 resident and 7 businesses in the Township of West Manchester, York County.'),(19448,624,'_locations_15_description','field_5683f2b1dcba3'),(19449,624,'locations_16_location','a:3:{s:7:\"address\";s:21:\"39.737304, -76.096417\";s:3:\"lat\";s:10:\"39.7372874\";s:3:\"lng\";s:18:\"-76.09645169999999\";}'),(19450,624,'_locations_16_location','field_5683f288dcba1'),(19451,624,'locations_16_title','State Route 2001, Section 009 – E91106 – Lancaster County, Little Britain Township – Bridge'),(19452,624,'_locations_16_title','field_5683f2aadcba2'),(19453,624,'locations_16_image',''),(19454,624,'_locations_16_image','field_568439ed8109d'),(19455,624,'locations_16_description','This project is for intersection improvements and is affecting 3 properties in the Community of Ronks, Lancaster County.'),(19456,624,'_locations_16_description','field_5683f2b1dcba3'),(19457,624,'locations_17_location','a:3:{s:7:\"address\";s:21:\"40.016997, -76.165028\";s:3:\"lat\";s:10:\"40.0169765\";s:3:\"lng\";s:18:\"-76.16503490000002\";}'),(19458,624,'_locations_17_location','field_5683f288dcba1'),(19459,624,'locations_17_title','State Route 0030, Section 097 – E89187 – Lancaster County, East Lampeter Twp. – Intersection Improvement'),(19460,624,'_locations_17_title','field_5683f2aadcba2'),(19461,624,'locations_17_image',''),(19462,624,'_locations_17_image','field_568439ed8109d'),(19463,624,'locations_17_description','This project is for intersection improvements and is affecting 3 properties in the Community of Ronks, Lancaster County.'),(19464,624,'_locations_17_description','field_5683f2b1dcba3'),(19465,624,'locations_18_location','a:3:{s:7:\"address\";s:21:\"40.017000, -76.165028\";s:3:\"lat\";s:10:\"40.0169767\";s:3:\"lng\";s:11:\"-76.1650358\";}'),(19466,624,'_locations_18_location','field_5683f288dcba1'),(19467,624,'locations_18_title','State Route 1018, Section 005 – E87710 – Lancaster County, Warwick Township – Bridge'),(19468,624,'_locations_18_title','field_5683f2aadcba2'),(19469,624,'locations_18_image',''),(19470,624,'_locations_18_image','field_568439ed8109d'),(19471,624,'locations_18_description','This project is for a small bridge and is affecting 3 properties in the Township of Warwick and Borough of Ephrata, Lancaster County.'),(19472,624,'_locations_18_description','field_5683f2b1dcba3'),(19473,624,'locations','19'),(19474,624,'_locations','field_5683f253a5dba'),(19475,341,'locations_18_location','a:3:{s:7:\"address\";s:21:\"40.017000, -76.165028\";s:3:\"lat\";s:10:\"40.0169767\";s:3:\"lng\";s:11:\"-76.1650358\";}'),(19476,341,'_locations_18_location','field_5683f288dcba1'),(19477,341,'locations_18_title','State Route 1018, Section 005 – E87710 – Lancaster County, Warwick Township – Bridge'),(19478,341,'_locations_18_title','field_5683f2aadcba2'),(19479,341,'locations_18_image',''),(19480,341,'_locations_18_image','field_568439ed8109d'),(19481,341,'locations_18_description','This project is for a small bridge and is affecting 3 properties in the Township of Warwick and Borough of Ephrata, Lancaster County.'),(19482,341,'_locations_18_description','field_5683f2b1dcba3'),(19483,625,'locations_0_location','a:3:{s:7:\"address\";s:21:\"39.910136, -76.704082\";s:3:\"lat\";s:10:\"39.9106755\";s:3:\"lng\";s:18:\"-76.70441140000003\";}'),(19484,625,'_locations_0_location','field_5683f288dcba1'),(19485,625,'locations_0_title','0083, 025 – Leader Heights'),(19486,625,'_locations_0_title','field_5683f2aadcba2'),(19487,625,'locations_0_image','586'),(19488,625,'_locations_0_image','field_568439ed8109d'),(19489,625,'locations_0_description','This project was for interchange construction and affected 65 properties in the Borough of Leader Heights, York County.'),(19490,625,'_locations_0_description','field_5683f2b1dcba3'),(19491,625,'locations_1_location','a:3:{s:7:\"address\";s:21:\"39.780914, -76.951417\";s:3:\"lat\";s:10:\"39.7809238\";s:3:\"lng\";s:18:\"-76.95143009999998\";}'),(19492,625,'_locations_1_location','field_5683f288dcba1'),(19493,625,'locations_1_title','3070, 002'),(19494,625,'_locations_1_title','field_5683f2aadcba2'),(19495,625,'locations_1_image','589'),(19496,625,'_locations_1_image','field_568439ed8109d'),(19497,625,'locations_1_description','This project was for roadway widening and intersection improvements and affected 23 properties and resulted in the relocation of 2 residents in the Township of Penn, York County.'),(19498,625,'_locations_1_description','field_5683f2b1dcba3'),(19499,625,'locations_2_location','a:3:{s:7:\"address\";s:21:\"39.838832, -77.005747\";s:3:\"lat\";s:10:\"39.8388372\";s:3:\"lng\";s:18:\"-77.00573259999999\";}'),(19500,625,'_locations_2_location','field_5683f288dcba1'),(19501,625,'locations_2_title','0094, 014 and 015'),(19502,625,'_locations_2_title','field_5683f2aadcba2'),(19503,625,'locations_2_image','597'),(19504,625,'_locations_2_image','field_568439ed8109d'),(19505,625,'locations_2_description','This project was for roadway widening and affected 85 properties and resulted in the relocation of 2 residents in the Municipalities of Hanover, Penn, Berwick, & Conewago, York & Adams Counties.'),(19506,625,'_locations_2_description','field_5683f2b1dcba3'),(19507,625,'locations_3_location','a:3:{s:7:\"address\";s:21:\"39.976250, -76.792053\";s:3:\"lat\";s:10:\"39.9762688\";s:3:\"lng\";s:18:\"-76.79204019999997\";}'),(19508,625,'_locations_3_location','field_5683f288dcba1'),(19509,625,'locations_3_title','0074, Section 029'),(19510,625,'_locations_3_title','field_5683f2aadcba2'),(19511,625,'locations_3_image','600'),(19512,625,'_locations_3_image','field_568439ed8109d'),(19513,625,'locations_3_description','This project was for roadway widening and intersection improvements and affected 12 properties and resulted in the relocation of 1 resident and 7 businesses in the Township of West Manchester, York County.'),(19514,625,'_locations_3_description','field_5683f2b1dcba3'),(19515,625,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.054719, -76.305345\";s:3:\"lat\";s:8:\"40.05431\";s:3:\"lng\";s:18:\"-76.30512340000001\";}'),(19516,625,'_locations_4_location','field_5683f288dcba1'),(19517,625,'locations_4_title','0222, 027 Lititz'),(19518,625,'_locations_4_title','field_5683f2aadcba2'),(19519,625,'locations_4_image',''),(19520,625,'_locations_4_image','field_568439ed8109d'),(19521,625,'locations_4_description','This project is for a large bridge replacement and is affecting 24 properties and resulting in the relocation of 2 businesses in the Township of Manheim, Lancaster County.'),(19522,625,'_locations_4_description','field_5683f2b1dcba3'),(19523,625,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.192483, -76.730918\";s:3:\"lat\";s:10:\"40.1928639\";s:3:\"lng\";s:18:\"-76.73070059999998\";}'),(19524,625,'_locations_5_location','field_5683f288dcba1'),(19525,625,'locations_5_title','Middletown Train Station'),(19526,625,'_locations_5_title','field_5683f2aadcba2'),(19527,625,'locations_5_image',''),(19528,625,'_locations_5_image','field_568439ed8109d'),(19529,625,'locations_5_description','This project is for the construction of a new train station and is affecting 4 properties in the Township of Middletown, Dauphin County.'),(19530,625,'_locations_5_description','field_5683f2b1dcba3'),(19531,625,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.445418, -76.556583\";s:3:\"lat\";s:10:\"40.4453524\";s:3:\"lng\";s:18:\"-76.55654629999998\";}'),(19532,625,'_locations_6_location','field_5683f288dcba1'),(19533,625,'locations_6_title','Ft Indiantown Gap – DGS'),(19534,625,'_locations_6_title','field_5683f2aadcba2'),(19535,625,'locations_6_image',''),(19536,625,'_locations_6_image','field_568439ed8109d'),(19537,625,'locations_6_description',''),(19538,625,'_locations_6_description','field_5683f2b1dcba3'),(19539,625,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.209085, -76.307225\";s:3:\"lat\";s:10:\"40.2091181\";s:3:\"lng\";s:18:\"-76.30721140000003\";}'),(19540,625,'_locations_7_location','field_5683f288dcba1'),(19541,625,'locations_7_title','Fish and Boat Commission – Speedwell Lake Flowage Easements'),(19542,625,'_locations_7_title','field_5683f2aadcba2'),(19543,625,'locations_7_image',''),(19544,625,'_locations_7_image','field_568439ed8109d'),(19545,625,'locations_7_description','This project is for flood plain mitigation appraisals and is affecting 31 properties in the Township of Elizabeth, Lancaster County.'),(19546,625,'_locations_7_description','field_5683f2b1dcba3'),(19547,625,'locations_8_location','a:3:{s:7:\"address\";s:21:\"39.763472, -77.727611\";s:3:\"lat\";s:10:\"39.7634712\";s:3:\"lng\";s:11:\"-77.7276253\";}'),(19548,625,'_locations_8_location','field_5683f288dcba1'),(19549,625,'locations_8_title','Antrim Business Park'),(19550,625,'_locations_8_title','field_5683f2aadcba2'),(19551,625,'locations_8_image',''),(19552,625,'_locations_8_image','field_568439ed8109d'),(19553,625,'locations_8_description','This project is for a public/private development and is affecting 7 properties in the Township of Antrim, Franklin County.'),(19554,625,'_locations_8_description','field_5683f2b1dcba3'),(19555,625,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.150057, -77.042804\";s:3:\"lat\";s:10:\"40.1500679\";s:3:\"lng\";s:18:\"-77.04281049999997\";}'),(19556,625,'_locations_9_location','field_5683f288dcba1'),(19557,625,'locations_9_title','State Route 2008, Section 007 – E78659 – Cumberland County, Monroe Twp. – Bridge'),(19558,625,'_locations_9_title','field_5683f2aadcba2'),(19559,625,'locations_9_image','607'),(19560,625,'_locations_9_image','field_568439ed8109d'),(19561,625,'locations_9_description','This project was for a small bridge and affected 4 properties in the Township of Monroe, Cumberland County.'),(19562,625,'_locations_9_description','field_5683f2b1dcba3'),(19563,625,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.108692, -76.502083\";s:3:\"lat\";s:8:\"40.10866\";s:3:\"lng\";s:18:\"-76.50206509999998\";}'),(19564,625,'_locations_10_location','field_5683f288dcba1'),(19565,625,'locations_10_title','State Route 0072, Section 005 – E19861 – Lancaster County , Mount Joy Borough – Bridge'),(19566,625,'_locations_10_title','field_5683f2aadcba2'),(19567,625,'locations_10_image',''),(19568,625,'_locations_10_image','field_568439ed8109d'),(19569,625,'locations_10_description','This project is for a small bridge and is affecting 3 properties and Amtrack Coordination in the Borough of Mt. Joy, Lancaster County.'),(19570,625,'_locations_10_description','field_5683f2b1dcba3'),(19571,625,'locations_11_location','a:3:{s:7:\"address\";s:21:\"39.972695, -77.117915\";s:3:\"lat\";s:10:\"39.9726768\";s:3:\"lng\";s:18:\"-77.11795660000001\";}'),(19572,625,'_locations_11_location','field_5683f288dcba1'),(19573,625,'locations_11_title','State Route 1009, Section 003 – E18014 – Adams County – Huntington Twp - Bridge '),(19574,625,'_locations_11_title','field_5683f2aadcba2'),(19575,625,'locations_11_image','612'),(19576,625,'_locations_11_image','field_568439ed8109d'),(19577,625,'locations_11_description','This project was for a small bridge and affected 3 properties in the Township of Huntington, Adams County.'),(19578,625,'_locations_11_description','field_5683f2b1dcba3'),(19579,625,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.540917, -77.145588\";s:3:\"lat\";s:17:\"40.53916419999999\";s:3:\"lng\";s:18:\"-77.14407499999999\";}'),(19580,625,'_locations_12_location','field_5683f288dcba1'),(19581,625,'locations_12_title','State Route 0022, Section 039 – E81272 – Perry County, Greenwood twp.over cocalaumus creek – Bridge'),(19582,625,'_locations_12_title','field_5683f2aadcba2'),(19583,625,'locations_12_image','614'),(19584,625,'_locations_12_image','field_568439ed8109d'),(19585,625,'locations_12_description','This project was for a small bridge and affected 2 properties in the Township of Greenwood, Perry County.'),(19586,625,'_locations_12_description','field_5683f2b1dcba3'),(19587,625,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.499444, -77.146608\";s:3:\"lat\";s:9:\"40.498004\";s:3:\"lng\";s:18:\"-77.14313600000003\";}'),(19588,625,'_locations_13_location','field_5683f288dcba1'),(19589,625,'locations_13_title','State Route 1024, Section 005 – E86911 – Perry County, Oliver Township – Bridge'),(19590,625,'_locations_13_title','field_5683f2aadcba2'),(19591,625,'locations_13_image','616'),(19592,625,'_locations_13_image','field_568439ed8109d'),(19593,625,'locations_13_description','This project was for a small bridge and affected 2 properties in the Township of Oliver, Perry County.'),(19594,625,'_locations_13_description','field_5683f2b1dcba3'),(19595,625,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.376500, -76.572499\";s:3:\"lat\";s:10:\"40.3765013\";s:3:\"lng\";s:18:\"-76.57249790000003\";}'),(19596,625,'_locations_14_location','field_5683f288dcba1'),(19597,625,'locations_14_title','State Route 4014, Section 006 – E20367 – Lebanon County, East Hanover Township – Bridge'),(19598,625,'_locations_14_title','field_5683f2aadcba2'),(19599,625,'locations_14_image','618'),(19600,625,'_locations_14_image','field_568439ed8109d'),(19601,625,'locations_14_description','This project was for a small bridge and affected 5 properties in the Township of East Hanover, Lebanon County.'),(19602,625,'_locations_14_description','field_5683f2b1dcba3'),(19603,625,'locations_15_location','a:3:{s:7:\"address\";s:21:\"39.855494, -76.773304\";s:3:\"lat\";s:10:\"39.8554873\";s:3:\"lng\";s:11:\"-76.7733121\";}'),(19604,625,'_locations_15_location','field_5683f288dcba1'),(19605,625,'locations_15_title','State Route 214, Section 007 – E21168 – York County, Seven Valleys Borough – Bridge'),(19606,625,'_locations_15_title','field_5683f2aadcba2'),(19607,625,'locations_15_image','620'),(19608,625,'_locations_15_image','field_568439ed8109d'),(19609,625,'locations_15_description','This project was for roadway widening and intersection improvements and affected 12 properties and resulted in the relocation of 1 resident and 7 businesses in the Township of West Manchester, York County.'),(19610,625,'_locations_15_description','field_5683f2b1dcba3'),(19611,625,'locations_16_location','a:3:{s:7:\"address\";s:21:\"39.737304, -76.096417\";s:3:\"lat\";s:10:\"39.7372874\";s:3:\"lng\";s:18:\"-76.09645169999999\";}'),(19612,625,'_locations_16_location','field_5683f288dcba1'),(19613,625,'locations_16_title','State Route 2001, Section 009 – E91106 – Lancaster County, Little Britain Township – Bridge'),(19614,625,'_locations_16_title','field_5683f2aadcba2'),(19615,625,'locations_16_image',''),(19616,625,'_locations_16_image','field_568439ed8109d'),(19617,625,'locations_16_description','This project is for intersection improvements and is affecting 3 properties in the Community of Ronks, Lancaster County.'),(19618,625,'_locations_16_description','field_5683f2b1dcba3'),(19619,625,'locations_17_location','a:3:{s:7:\"address\";s:21:\"40.016997, -76.165028\";s:3:\"lat\";s:10:\"40.0169765\";s:3:\"lng\";s:18:\"-76.16503490000002\";}'),(19620,625,'_locations_17_location','field_5683f288dcba1'),(19621,625,'locations_17_title','State Route 0030, Section 097 – E89187 – Lancaster County, East Lampeter Twp. – Intersection Improvement'),(19622,625,'_locations_17_title','field_5683f2aadcba2'),(19623,625,'locations_17_image',''),(19624,625,'_locations_17_image','field_568439ed8109d'),(19625,625,'locations_17_description','This project is for intersection improvements and is affecting 3 properties in the Community of Ronks, Lancaster County.'),(19626,625,'_locations_17_description','field_5683f2b1dcba3'),(19627,625,'locations_18_location','a:3:{s:7:\"address\";s:21:\"40.017000, -76.165028\";s:3:\"lat\";s:10:\"40.0169767\";s:3:\"lng\";s:11:\"-76.1650358\";}'),(19628,625,'_locations_18_location','field_5683f288dcba1'),(19629,625,'locations_18_title','State Route 1018, Section 005 – E87710 – Lancaster County, Warwick Township – Bridge'),(19630,625,'_locations_18_title','field_5683f2aadcba2'),(19631,625,'locations_18_image',''),(19632,625,'_locations_18_image','field_568439ed8109d'),(19633,625,'locations_18_description','This project is for a small bridge and is affecting 3 properties in the Township of Warwick and Borough of Ephrata, Lancaster County.'),(19634,625,'_locations_18_description','field_5683f2b1dcba3'),(19635,625,'locations_19_location','a:3:{s:7:\"address\";s:21:\"40.227889, -76.131528\";s:3:\"lat\";s:10:\"40.2278853\";s:3:\"lng\";s:18:\"-76.13153310000001\";}'),(19636,625,'_locations_19_location','field_5683f288dcba1'),(19637,625,'locations_19_title','State Route 1051, Section 003 – E87710 – Lancaster County, Denver Borough – Bridge'),(19638,625,'_locations_19_title','field_5683f2aadcba2'),(19639,625,'locations_19_image',''),(19640,625,'_locations_19_image','field_568439ed8109d'),(19641,625,'locations_19_description','This project is for a small bridge and is affecting 4 properties in the Township of East Cocalico, Lancaster County.'),(19642,625,'_locations_19_description','field_5683f2b1dcba3'),(19643,625,'locations','20'),(19644,625,'_locations','field_5683f253a5dba'),(19645,341,'locations_19_location','a:3:{s:7:\"address\";s:21:\"40.227889, -76.131528\";s:3:\"lat\";s:10:\"40.2278853\";s:3:\"lng\";s:18:\"-76.13153310000001\";}'),(19646,341,'_locations_19_location','field_5683f288dcba1'),(19647,341,'locations_19_title','State Route 1051, Section 003 – E87710 – Lancaster County, Denver Borough – Bridge'),(19648,341,'_locations_19_title','field_5683f2aadcba2'),(19649,341,'locations_19_image',''),(19650,341,'_locations_19_image','field_568439ed8109d'),(19651,341,'locations_19_description','This project is for a small bridge and is affecting 4 properties in the Township of East Cocalico, Lancaster County.'),(19652,341,'_locations_19_description','field_5683f2b1dcba3'),(19653,626,'locations_0_location','a:3:{s:7:\"address\";s:21:\"39.910136, -76.704082\";s:3:\"lat\";s:10:\"39.9106755\";s:3:\"lng\";s:18:\"-76.70441140000003\";}'),(19654,626,'_locations_0_location','field_5683f288dcba1'),(19655,626,'locations_0_title','0083, 025 – Leader Heights'),(19656,626,'_locations_0_title','field_5683f2aadcba2'),(19657,626,'locations_0_image','586'),(19658,626,'_locations_0_image','field_568439ed8109d'),(19659,626,'locations_0_description','This project was for interchange construction and affected 65 properties in the Borough of Leader Heights, York County.'),(19660,626,'_locations_0_description','field_5683f2b1dcba3'),(19661,626,'locations_1_location','a:3:{s:7:\"address\";s:21:\"39.780914, -76.951417\";s:3:\"lat\";s:10:\"39.7809238\";s:3:\"lng\";s:18:\"-76.95143009999998\";}'),(19662,626,'_locations_1_location','field_5683f288dcba1'),(19663,626,'locations_1_title','3070, 002'),(19664,626,'_locations_1_title','field_5683f2aadcba2'),(19665,626,'locations_1_image','589'),(19666,626,'_locations_1_image','field_568439ed8109d'),(19667,626,'locations_1_description','This project was for roadway widening and intersection improvements and affected 23 properties and resulted in the relocation of 2 residents in the Township of Penn, York County.'),(19668,626,'_locations_1_description','field_5683f2b1dcba3'),(19669,626,'locations_2_location','a:3:{s:7:\"address\";s:21:\"39.838832, -77.005747\";s:3:\"lat\";s:10:\"39.8388372\";s:3:\"lng\";s:18:\"-77.00573259999999\";}'),(19670,626,'_locations_2_location','field_5683f288dcba1'),(19671,626,'locations_2_title','0094, 014 and 015'),(19672,626,'_locations_2_title','field_5683f2aadcba2'),(19673,626,'locations_2_image','597'),(19674,626,'_locations_2_image','field_568439ed8109d'),(19675,626,'locations_2_description','This project was for roadway widening and affected 85 properties and resulted in the relocation of 2 residents in the Municipalities of Hanover, Penn, Berwick, & Conewago, York & Adams Counties.'),(19676,626,'_locations_2_description','field_5683f2b1dcba3'),(19677,626,'locations_3_location','a:3:{s:7:\"address\";s:21:\"39.976250, -76.792053\";s:3:\"lat\";s:10:\"39.9762688\";s:3:\"lng\";s:18:\"-76.79204019999997\";}'),(19678,626,'_locations_3_location','field_5683f288dcba1'),(19679,626,'locations_3_title','0074, Section 029'),(19680,626,'_locations_3_title','field_5683f2aadcba2'),(19681,626,'locations_3_image','600'),(19682,626,'_locations_3_image','field_568439ed8109d'),(19683,626,'locations_3_description','This project was for roadway widening and intersection improvements and affected 12 properties and resulted in the relocation of 1 resident and 7 businesses in the Township of West Manchester, York County.'),(19684,626,'_locations_3_description','field_5683f2b1dcba3'),(19685,626,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.054719, -76.305345\";s:3:\"lat\";s:8:\"40.05431\";s:3:\"lng\";s:18:\"-76.30512340000001\";}'),(19686,626,'_locations_4_location','field_5683f288dcba1'),(19687,626,'locations_4_title','0222, 027 Lititz'),(19688,626,'_locations_4_title','field_5683f2aadcba2'),(19689,626,'locations_4_image',''),(19690,626,'_locations_4_image','field_568439ed8109d'),(19691,626,'locations_4_description','This project is for a large bridge replacement and is affecting 24 properties and resulting in the relocation of 2 businesses in the Township of Manheim, Lancaster County.'),(19692,626,'_locations_4_description','field_5683f2b1dcba3'),(19693,626,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.192483, -76.730918\";s:3:\"lat\";s:10:\"40.1928639\";s:3:\"lng\";s:18:\"-76.73070059999998\";}'),(19694,626,'_locations_5_location','field_5683f288dcba1'),(19695,626,'locations_5_title','Middletown Train Station'),(19696,626,'_locations_5_title','field_5683f2aadcba2'),(19697,626,'locations_5_image',''),(19698,626,'_locations_5_image','field_568439ed8109d'),(19699,626,'locations_5_description','This project is for the construction of a new train station and is affecting 4 properties in the Township of Middletown, Dauphin County.'),(19700,626,'_locations_5_description','field_5683f2b1dcba3'),(19701,626,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.445418, -76.556583\";s:3:\"lat\";s:10:\"40.4453524\";s:3:\"lng\";s:18:\"-76.55654629999998\";}'),(19702,626,'_locations_6_location','field_5683f288dcba1'),(19703,626,'locations_6_title','Ft Indiantown Gap – DGS'),(19704,626,'_locations_6_title','field_5683f2aadcba2'),(19705,626,'locations_6_image',''),(19706,626,'_locations_6_image','field_568439ed8109d'),(19707,626,'locations_6_description',''),(19708,626,'_locations_6_description','field_5683f2b1dcba3'),(19709,626,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.209085, -76.307225\";s:3:\"lat\";s:10:\"40.2091181\";s:3:\"lng\";s:18:\"-76.30721140000003\";}'),(19710,626,'_locations_7_location','field_5683f288dcba1'),(19711,626,'locations_7_title','Fish and Boat Commission – Speedwell Lake Flowage Easements'),(19712,626,'_locations_7_title','field_5683f2aadcba2'),(19713,626,'locations_7_image',''),(19714,626,'_locations_7_image','field_568439ed8109d'),(19715,626,'locations_7_description','This project is for flood plain mitigation appraisals and is affecting 31 properties in the Township of Elizabeth, Lancaster County.'),(19716,626,'_locations_7_description','field_5683f2b1dcba3'),(19717,626,'locations_8_location','a:3:{s:7:\"address\";s:21:\"39.763472, -77.727611\";s:3:\"lat\";s:10:\"39.7634712\";s:3:\"lng\";s:11:\"-77.7276253\";}'),(19718,626,'_locations_8_location','field_5683f288dcba1'),(19719,626,'locations_8_title','Antrim Business Park'),(19720,626,'_locations_8_title','field_5683f2aadcba2'),(19721,626,'locations_8_image',''),(19722,626,'_locations_8_image','field_568439ed8109d'),(19723,626,'locations_8_description','This project is for a public/private development and is affecting 7 properties in the Township of Antrim, Franklin County.'),(19724,626,'_locations_8_description','field_5683f2b1dcba3'),(19725,626,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.150057, -77.042804\";s:3:\"lat\";s:10:\"40.1500679\";s:3:\"lng\";s:18:\"-77.04281049999997\";}'),(19726,626,'_locations_9_location','field_5683f288dcba1'),(19727,626,'locations_9_title','State Route 2008, Section 007 – E78659 – Cumberland County, Monroe Twp. – Bridge'),(19728,626,'_locations_9_title','field_5683f2aadcba2'),(19729,626,'locations_9_image','607'),(19730,626,'_locations_9_image','field_568439ed8109d'),(19731,626,'locations_9_description','This project was for a small bridge and affected 4 properties in the Township of Monroe, Cumberland County.'),(19732,626,'_locations_9_description','field_5683f2b1dcba3'),(19733,626,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.108692, -76.502083\";s:3:\"lat\";s:8:\"40.10866\";s:3:\"lng\";s:18:\"-76.50206509999998\";}'),(19734,626,'_locations_10_location','field_5683f288dcba1'),(19735,626,'locations_10_title','State Route 0072, Section 005 – E19861 – Lancaster County , Mount Joy Borough – Bridge'),(19736,626,'_locations_10_title','field_5683f2aadcba2'),(19737,626,'locations_10_image',''),(19738,626,'_locations_10_image','field_568439ed8109d'),(19739,626,'locations_10_description','This project is for a small bridge and is affecting 3 properties and Amtrack Coordination in the Borough of Mt. Joy, Lancaster County.'),(19740,626,'_locations_10_description','field_5683f2b1dcba3'),(19741,626,'locations_11_location','a:3:{s:7:\"address\";s:21:\"39.972695, -77.117915\";s:3:\"lat\";s:10:\"39.9726768\";s:3:\"lng\";s:18:\"-77.11795660000001\";}'),(19742,626,'_locations_11_location','field_5683f288dcba1'),(19743,626,'locations_11_title','State Route 1009, Section 003 – E18014 – Adams County – Huntington Twp - Bridge '),(19744,626,'_locations_11_title','field_5683f2aadcba2'),(19745,626,'locations_11_image','612'),(19746,626,'_locations_11_image','field_568439ed8109d'),(19747,626,'locations_11_description','This project was for a small bridge and affected 3 properties in the Township of Huntington, Adams County.'),(19748,626,'_locations_11_description','field_5683f2b1dcba3'),(19749,626,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.540917, -77.145588\";s:3:\"lat\";s:17:\"40.53916419999999\";s:3:\"lng\";s:18:\"-77.14407499999999\";}'),(19750,626,'_locations_12_location','field_5683f288dcba1'),(19751,626,'locations_12_title','State Route 0022, Section 039 – E81272 – Perry County, Greenwood twp.over cocalaumus creek – Bridge'),(19752,626,'_locations_12_title','field_5683f2aadcba2'),(19753,626,'locations_12_image','614'),(19754,626,'_locations_12_image','field_568439ed8109d'),(19755,626,'locations_12_description','This project was for a small bridge and affected 2 properties in the Township of Greenwood, Perry County.'),(19756,626,'_locations_12_description','field_5683f2b1dcba3'),(19757,626,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.499444, -77.146608\";s:3:\"lat\";s:9:\"40.498004\";s:3:\"lng\";s:18:\"-77.14313600000003\";}'),(19758,626,'_locations_13_location','field_5683f288dcba1'),(19759,626,'locations_13_title','State Route 1024, Section 005 – E86911 – Perry County, Oliver Township – Bridge'),(19760,626,'_locations_13_title','field_5683f2aadcba2'),(19761,626,'locations_13_image','616'),(19762,626,'_locations_13_image','field_568439ed8109d'),(19763,626,'locations_13_description','This project was for a small bridge and affected 2 properties in the Township of Oliver, Perry County.'),(19764,626,'_locations_13_description','field_5683f2b1dcba3'),(19765,626,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.376500, -76.572499\";s:3:\"lat\";s:10:\"40.3765013\";s:3:\"lng\";s:18:\"-76.57249790000003\";}'),(19766,626,'_locations_14_location','field_5683f288dcba1'),(19767,626,'locations_14_title','State Route 4014, Section 006 – E20367 – Lebanon County, East Hanover Township – Bridge'),(19768,626,'_locations_14_title','field_5683f2aadcba2'),(19769,626,'locations_14_image','618'),(19770,626,'_locations_14_image','field_568439ed8109d'),(19771,626,'locations_14_description','This project was for a small bridge and affected 5 properties in the Township of East Hanover, Lebanon County.'),(19772,626,'_locations_14_description','field_5683f2b1dcba3'),(19773,626,'locations_15_location','a:3:{s:7:\"address\";s:21:\"39.855494, -76.773304\";s:3:\"lat\";s:10:\"39.8554873\";s:3:\"lng\";s:11:\"-76.7733121\";}'),(19774,626,'_locations_15_location','field_5683f288dcba1'),(19775,626,'locations_15_title','State Route 214, Section 007 – E21168 – York County, Seven Valleys Borough – Bridge'),(19776,626,'_locations_15_title','field_5683f2aadcba2'),(19777,626,'locations_15_image','620'),(19778,626,'_locations_15_image','field_568439ed8109d'),(19779,626,'locations_15_description','This project was for roadway widening and intersection improvements and affected 12 properties and resulted in the relocation of 1 resident and 7 businesses in the Township of West Manchester, York County.'),(19780,626,'_locations_15_description','field_5683f2b1dcba3'),(19781,626,'locations_16_location','a:3:{s:7:\"address\";s:21:\"39.737304, -76.096417\";s:3:\"lat\";s:10:\"39.7372874\";s:3:\"lng\";s:18:\"-76.09645169999999\";}'),(19782,626,'_locations_16_location','field_5683f288dcba1'),(19783,626,'locations_16_title','State Route 2001, Section 009 – E91106 – Lancaster County, Little Britain Township – Bridge'),(19784,626,'_locations_16_title','field_5683f2aadcba2'),(19785,626,'locations_16_image',''),(19786,626,'_locations_16_image','field_568439ed8109d'),(19787,626,'locations_16_description','This project is for intersection improvements and is affecting 3 properties in the Community of Ronks, Lancaster County.'),(19788,626,'_locations_16_description','field_5683f2b1dcba3'),(19789,626,'locations_17_location','a:3:{s:7:\"address\";s:21:\"40.016997, -76.165028\";s:3:\"lat\";s:10:\"40.0169765\";s:3:\"lng\";s:18:\"-76.16503490000002\";}'),(19790,626,'_locations_17_location','field_5683f288dcba1'),(19791,626,'locations_17_title','State Route 0030, Section 097 – E89187 – Lancaster County, East Lampeter Twp. – Intersection Improvement'),(19792,626,'_locations_17_title','field_5683f2aadcba2'),(19793,626,'locations_17_image',''),(19794,626,'_locations_17_image','field_568439ed8109d'),(19795,626,'locations_17_description','This project is for intersection improvements and is affecting 3 properties in the Community of Ronks, Lancaster County.'),(19796,626,'_locations_17_description','field_5683f2b1dcba3'),(19797,626,'locations_18_location','a:3:{s:7:\"address\";s:21:\"40.017000, -76.165028\";s:3:\"lat\";s:10:\"40.0169767\";s:3:\"lng\";s:11:\"-76.1650358\";}'),(19798,626,'_locations_18_location','field_5683f288dcba1'),(19799,626,'locations_18_title','State Route 1018, Section 005 – E87710 – Lancaster County, Warwick Township – Bridge'),(19800,626,'_locations_18_title','field_5683f2aadcba2'),(19801,626,'locations_18_image',''),(19802,626,'_locations_18_image','field_568439ed8109d'),(19803,626,'locations_18_description','This project is for a small bridge and is affecting 3 properties in the Township of Warwick and Borough of Ephrata, Lancaster County.'),(19804,626,'_locations_18_description','field_5683f2b1dcba3'),(19805,626,'locations_19_location','a:3:{s:7:\"address\";s:21:\"40.227889, -76.131528\";s:3:\"lat\";s:10:\"40.2278853\";s:3:\"lng\";s:18:\"-76.13153310000001\";}'),(19806,626,'_locations_19_location','field_5683f288dcba1'),(19807,626,'locations_19_title','State Route 1051, Section 003 – E87710 – Lancaster County, Denver Borough – Bridge'),(19808,626,'_locations_19_title','field_5683f2aadcba2'),(19809,626,'locations_19_image',''),(19810,626,'_locations_19_image','field_568439ed8109d'),(19811,626,'locations_19_description','This project is for a small bridge and is affecting 4 properties in the Township of East Cocalico, Lancaster County.'),(19812,626,'_locations_19_description','field_5683f2b1dcba3'),(19813,626,'locations_20_location','a:3:{s:7:\"address\";s:21:\"39.778195, -76.746944\";s:3:\"lat\";s:10:\"39.7780289\";s:3:\"lng\";s:10:\"-76.745499\";}'),(19814,626,'_locations_20_location','field_5683f288dcba1'),(19815,626,'locations_20_title','State Route 216, Section 014 – E63120 – York County, Shrewsbury Township - Bridge'),(19816,626,'_locations_20_title','field_5683f2aadcba2'),(19817,626,'locations_20_image',''),(19818,626,'_locations_20_image','field_568439ed8109d'),(19819,626,'locations_20_description','This project is for a bridge replacement and is affecting 4 properties in the Townships of Shrewsbury & Codorus, York County.'),(19820,626,'_locations_20_description','field_5683f2b1dcba3'),(19821,626,'locations','21'),(19822,626,'_locations','field_5683f253a5dba'),(19823,341,'locations_20_location','a:3:{s:7:\"address\";s:21:\"39.778195, -76.746944\";s:3:\"lat\";s:10:\"39.7780289\";s:3:\"lng\";s:10:\"-76.745499\";}'),(19824,341,'_locations_20_location','field_5683f288dcba1'),(19825,341,'locations_20_title','State Route 216, Section 014 – E63120 – York County, Shrewsbury Township - Bridge'),(19826,341,'_locations_20_title','field_5683f2aadcba2'),(19827,341,'locations_20_image',''),(19828,341,'_locations_20_image','field_568439ed8109d'),(19829,341,'locations_20_description','This project is for a bridge replacement and is affecting 4 properties in the Townships of Shrewsbury & Codorus, York County.'),(19830,341,'_locations_20_description','field_5683f2b1dcba3'),(19831,627,'locations_0_location','a:3:{s:7:\"address\";s:21:\"39.910136, -76.704082\";s:3:\"lat\";s:10:\"39.9106755\";s:3:\"lng\";s:18:\"-76.70441140000003\";}'),(19832,627,'_locations_0_location','field_5683f288dcba1'),(19833,627,'locations_0_title','0083, 025 – Leader Heights'),(19834,627,'_locations_0_title','field_5683f2aadcba2'),(19835,627,'locations_0_image','586'),(19836,627,'_locations_0_image','field_568439ed8109d'),(19837,627,'locations_0_description','This project was for interchange construction and affected 65 properties in the Borough of Leader Heights, York County.'),(19838,627,'_locations_0_description','field_5683f2b1dcba3'),(19839,627,'locations_1_location','a:3:{s:7:\"address\";s:21:\"39.780914, -76.951417\";s:3:\"lat\";s:10:\"39.7809238\";s:3:\"lng\";s:18:\"-76.95143009999998\";}'),(19840,627,'_locations_1_location','field_5683f288dcba1'),(19841,627,'locations_1_title','3070, 002'),(19842,627,'_locations_1_title','field_5683f2aadcba2'),(19843,627,'locations_1_image','589'),(19844,627,'_locations_1_image','field_568439ed8109d'),(19845,627,'locations_1_description','This project was for roadway widening and intersection improvements and affected 23 properties and resulted in the relocation of 2 residents in the Township of Penn, York County.'),(19846,627,'_locations_1_description','field_5683f2b1dcba3'),(19847,627,'locations_2_location','a:3:{s:7:\"address\";s:21:\"39.838832, -77.005747\";s:3:\"lat\";s:10:\"39.8388372\";s:3:\"lng\";s:18:\"-77.00573259999999\";}'),(19848,627,'_locations_2_location','field_5683f288dcba1'),(19849,627,'locations_2_title','0094, 014 and 015'),(19850,627,'_locations_2_title','field_5683f2aadcba2'),(19851,627,'locations_2_image','597'),(19852,627,'_locations_2_image','field_568439ed8109d'),(19853,627,'locations_2_description','This project was for roadway widening and affected 85 properties and resulted in the relocation of 2 residents in the Municipalities of Hanover, Penn, Berwick, & Conewago, York & Adams Counties.'),(19854,627,'_locations_2_description','field_5683f2b1dcba3'),(19855,627,'locations_3_location','a:3:{s:7:\"address\";s:21:\"39.976250, -76.792053\";s:3:\"lat\";s:10:\"39.9762688\";s:3:\"lng\";s:18:\"-76.79204019999997\";}'),(19856,627,'_locations_3_location','field_5683f288dcba1'),(19857,627,'locations_3_title','0074, Section 029'),(19858,627,'_locations_3_title','field_5683f2aadcba2'),(19859,627,'locations_3_image','600'),(19860,627,'_locations_3_image','field_568439ed8109d'),(19861,627,'locations_3_description','This project was for roadway widening and intersection improvements and affected 12 properties and resulted in the relocation of 1 resident and 7 businesses in the Township of West Manchester, York County.'),(19862,627,'_locations_3_description','field_5683f2b1dcba3'),(19863,627,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.054719, -76.305345\";s:3:\"lat\";s:8:\"40.05431\";s:3:\"lng\";s:18:\"-76.30512340000001\";}'),(19864,627,'_locations_4_location','field_5683f288dcba1'),(19865,627,'locations_4_title','0222, 027 Lititz'),(19866,627,'_locations_4_title','field_5683f2aadcba2'),(19867,627,'locations_4_image',''),(19868,627,'_locations_4_image','field_568439ed8109d'),(19869,627,'locations_4_description','This project is for a large bridge replacement and is affecting 24 properties and resulting in the relocation of 2 businesses in the Township of Manheim, Lancaster County.'),(19870,627,'_locations_4_description','field_5683f2b1dcba3'),(19871,627,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.192483, -76.730918\";s:3:\"lat\";s:10:\"40.1928639\";s:3:\"lng\";s:18:\"-76.73070059999998\";}'),(19872,627,'_locations_5_location','field_5683f288dcba1'),(19873,627,'locations_5_title','Middletown Train Station'),(19874,627,'_locations_5_title','field_5683f2aadcba2'),(19875,627,'locations_5_image',''),(19876,627,'_locations_5_image','field_568439ed8109d'),(19877,627,'locations_5_description','This project is for the construction of a new train station and is affecting 4 properties in the Township of Middletown, Dauphin County.'),(19878,627,'_locations_5_description','field_5683f2b1dcba3'),(19879,627,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.445418, -76.556583\";s:3:\"lat\";s:10:\"40.4453524\";s:3:\"lng\";s:18:\"-76.55654629999998\";}'),(19880,627,'_locations_6_location','field_5683f288dcba1'),(19881,627,'locations_6_title','Ft Indiantown Gap – DGS'),(19882,627,'_locations_6_title','field_5683f2aadcba2'),(19883,627,'locations_6_image',''),(19884,627,'_locations_6_image','field_568439ed8109d'),(19885,627,'locations_6_description',''),(19886,627,'_locations_6_description','field_5683f2b1dcba3'),(19887,627,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.209085, -76.307225\";s:3:\"lat\";s:10:\"40.2091181\";s:3:\"lng\";s:18:\"-76.30721140000003\";}'),(19888,627,'_locations_7_location','field_5683f288dcba1'),(19889,627,'locations_7_title','Fish and Boat Commission – Speedwell Lake Flowage Easements'),(19890,627,'_locations_7_title','field_5683f2aadcba2'),(19891,627,'locations_7_image',''),(19892,627,'_locations_7_image','field_568439ed8109d'),(19893,627,'locations_7_description','This project is for flood plain mitigation appraisals and is affecting 31 properties in the Township of Elizabeth, Lancaster County.'),(19894,627,'_locations_7_description','field_5683f2b1dcba3'),(19895,627,'locations_8_location','a:3:{s:7:\"address\";s:21:\"39.763472, -77.727611\";s:3:\"lat\";s:10:\"39.7634712\";s:3:\"lng\";s:11:\"-77.7276253\";}'),(19896,627,'_locations_8_location','field_5683f288dcba1'),(19897,627,'locations_8_title','Antrim Business Park'),(19898,627,'_locations_8_title','field_5683f2aadcba2'),(19899,627,'locations_8_image',''),(19900,627,'_locations_8_image','field_568439ed8109d'),(19901,627,'locations_8_description','This project is for a public/private development and is affecting 7 properties in the Township of Antrim, Franklin County.'),(19902,627,'_locations_8_description','field_5683f2b1dcba3'),(19903,627,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.150057, -77.042804\";s:3:\"lat\";s:10:\"40.1500679\";s:3:\"lng\";s:18:\"-77.04281049999997\";}'),(19904,627,'_locations_9_location','field_5683f288dcba1'),(19905,627,'locations_9_title','State Route 2008, Section 007 – E78659 – Cumberland County, Monroe Twp. – Bridge'),(19906,627,'_locations_9_title','field_5683f2aadcba2'),(19907,627,'locations_9_image','607'),(19908,627,'_locations_9_image','field_568439ed8109d'),(19909,627,'locations_9_description','This project was for a small bridge and affected 4 properties in the Township of Monroe, Cumberland County.'),(19910,627,'_locations_9_description','field_5683f2b1dcba3'),(19911,627,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.108692, -76.502083\";s:3:\"lat\";s:8:\"40.10866\";s:3:\"lng\";s:18:\"-76.50206509999998\";}'),(19912,627,'_locations_10_location','field_5683f288dcba1'),(19913,627,'locations_10_title','State Route 0072, Section 005 – E19861 – Lancaster County , Mount Joy Borough – Bridge'),(19914,627,'_locations_10_title','field_5683f2aadcba2'),(19915,627,'locations_10_image',''),(19916,627,'_locations_10_image','field_568439ed8109d'),(19917,627,'locations_10_description','This project is for a small bridge and is affecting 3 properties and Amtrack Coordination in the Borough of Mt. Joy, Lancaster County.'),(19918,627,'_locations_10_description','field_5683f2b1dcba3'),(19919,627,'locations_11_location','a:3:{s:7:\"address\";s:21:\"39.972695, -77.117915\";s:3:\"lat\";s:10:\"39.9726768\";s:3:\"lng\";s:18:\"-77.11795660000001\";}'),(19920,627,'_locations_11_location','field_5683f288dcba1'),(19921,627,'locations_11_title','State Route 1009, Section 003 – E18014 – Adams County – Huntington Twp - Bridge '),(19922,627,'_locations_11_title','field_5683f2aadcba2'),(19923,627,'locations_11_image','612'),(19924,627,'_locations_11_image','field_568439ed8109d'),(19925,627,'locations_11_description','This project was for a small bridge and affected 3 properties in the Township of Huntington, Adams County.'),(19926,627,'_locations_11_description','field_5683f2b1dcba3'),(19927,627,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.540917, -77.145588\";s:3:\"lat\";s:17:\"40.53916419999999\";s:3:\"lng\";s:18:\"-77.14407499999999\";}'),(19928,627,'_locations_12_location','field_5683f288dcba1'),(19929,627,'locations_12_title','State Route 0022, Section 039 – E81272 – Perry County, Greenwood twp.over cocalaumus creek – Bridge'),(19930,627,'_locations_12_title','field_5683f2aadcba2'),(19931,627,'locations_12_image','614'),(19932,627,'_locations_12_image','field_568439ed8109d'),(19933,627,'locations_12_description','This project was for a small bridge and affected 2 properties in the Township of Greenwood, Perry County.'),(19934,627,'_locations_12_description','field_5683f2b1dcba3'),(19935,627,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.499444, -77.146608\";s:3:\"lat\";s:9:\"40.498004\";s:3:\"lng\";s:18:\"-77.14313600000003\";}'),(19936,627,'_locations_13_location','field_5683f288dcba1'),(19937,627,'locations_13_title','State Route 1024, Section 005 – E86911 – Perry County, Oliver Township – Bridge'),(19938,627,'_locations_13_title','field_5683f2aadcba2'),(19939,627,'locations_13_image','616'),(19940,627,'_locations_13_image','field_568439ed8109d'),(19941,627,'locations_13_description','This project was for a small bridge and affected 2 properties in the Township of Oliver, Perry County.'),(19942,627,'_locations_13_description','field_5683f2b1dcba3'),(19943,627,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.376500, -76.572499\";s:3:\"lat\";s:10:\"40.3765013\";s:3:\"lng\";s:18:\"-76.57249790000003\";}'),(19944,627,'_locations_14_location','field_5683f288dcba1'),(19945,627,'locations_14_title','State Route 4014, Section 006 – E20367 – Lebanon County, East Hanover Township – Bridge'),(19946,627,'_locations_14_title','field_5683f2aadcba2'),(19947,627,'locations_14_image','618'),(19948,627,'_locations_14_image','field_568439ed8109d'),(19949,627,'locations_14_description','This project was for a small bridge and affected 5 properties in the Township of East Hanover, Lebanon County.'),(19950,627,'_locations_14_description','field_5683f2b1dcba3'),(19951,627,'locations_15_location','a:3:{s:7:\"address\";s:21:\"39.855494, -76.773304\";s:3:\"lat\";s:10:\"39.8554873\";s:3:\"lng\";s:11:\"-76.7733121\";}'),(19952,627,'_locations_15_location','field_5683f288dcba1'),(19953,627,'locations_15_title','State Route 214, Section 007 – E21168 – York County, Seven Valleys Borough – Bridge'),(19954,627,'_locations_15_title','field_5683f2aadcba2'),(19955,627,'locations_15_image','620'),(19956,627,'_locations_15_image','field_568439ed8109d'),(19957,627,'locations_15_description','This project was for roadway widening and intersection improvements and affected 12 properties and resulted in the relocation of 1 resident and 7 businesses in the Township of West Manchester, York County.'),(19958,627,'_locations_15_description','field_5683f2b1dcba3'),(19959,627,'locations_16_location','a:3:{s:7:\"address\";s:21:\"39.737304, -76.096417\";s:3:\"lat\";s:10:\"39.7372874\";s:3:\"lng\";s:18:\"-76.09645169999999\";}'),(19960,627,'_locations_16_location','field_5683f288dcba1'),(19961,627,'locations_16_title','State Route 2001, Section 009 – E91106 – Lancaster County, Little Britain Township – Bridge'),(19962,627,'_locations_16_title','field_5683f2aadcba2'),(19963,627,'locations_16_image',''),(19964,627,'_locations_16_image','field_568439ed8109d'),(19965,627,'locations_16_description','This project is for intersection improvements and is affecting 3 properties in the Community of Ronks, Lancaster County.'),(19966,627,'_locations_16_description','field_5683f2b1dcba3'),(19967,627,'locations_17_location','a:3:{s:7:\"address\";s:21:\"40.016997, -76.165028\";s:3:\"lat\";s:10:\"40.0169765\";s:3:\"lng\";s:18:\"-76.16503490000002\";}'),(19968,627,'_locations_17_location','field_5683f288dcba1'),(19969,627,'locations_17_title','State Route 0030, Section 097 – E89187 – Lancaster County, East Lampeter Twp. – Intersection Improvement'),(19970,627,'_locations_17_title','field_5683f2aadcba2'),(19971,627,'locations_17_image',''),(19972,627,'_locations_17_image','field_568439ed8109d'),(19973,627,'locations_17_description','This project is for intersection improvements and is affecting 3 properties in the Community of Ronks, Lancaster County.'),(19974,627,'_locations_17_description','field_5683f2b1dcba3'),(19975,627,'locations_18_location','a:3:{s:7:\"address\";s:21:\"40.017000, -76.165028\";s:3:\"lat\";s:10:\"40.0169767\";s:3:\"lng\";s:11:\"-76.1650358\";}'),(19976,627,'_locations_18_location','field_5683f288dcba1'),(19977,627,'locations_18_title','State Route 1018, Section 005 – E87710 – Lancaster County, Warwick Township – Bridge'),(19978,627,'_locations_18_title','field_5683f2aadcba2'),(19979,627,'locations_18_image',''),(19980,627,'_locations_18_image','field_568439ed8109d'),(19981,627,'locations_18_description','This project is for a small bridge and is affecting 3 properties in the Township of Warwick and Borough of Ephrata, Lancaster County.'),(19982,627,'_locations_18_description','field_5683f2b1dcba3'),(19983,627,'locations_19_location','a:3:{s:7:\"address\";s:21:\"40.227889, -76.131528\";s:3:\"lat\";s:10:\"40.2278853\";s:3:\"lng\";s:18:\"-76.13153310000001\";}'),(19984,627,'_locations_19_location','field_5683f288dcba1'),(19985,627,'locations_19_title','State Route 1051, Section 003 – E87710 – Lancaster County, Denver Borough – Bridge'),(19986,627,'_locations_19_title','field_5683f2aadcba2'),(19987,627,'locations_19_image',''),(19988,627,'_locations_19_image','field_568439ed8109d'),(19989,627,'locations_19_description','This project is for a small bridge and is affecting 4 properties in the Township of East Cocalico, Lancaster County.'),(19990,627,'_locations_19_description','field_5683f2b1dcba3'),(19991,627,'locations_20_location','a:3:{s:7:\"address\";s:21:\"39.778195, -76.746944\";s:3:\"lat\";s:10:\"39.7780289\";s:3:\"lng\";s:10:\"-76.745499\";}'),(19992,627,'_locations_20_location','field_5683f288dcba1'),(19993,627,'locations_20_title','State Route 216, Section 014 – E63120 – York County, Shrewsbury Township - Bridge'),(19994,627,'_locations_20_title','field_5683f2aadcba2'),(19995,627,'locations_20_image',''),(19996,627,'_locations_20_image','field_568439ed8109d'),(19997,627,'locations_20_description','This project is for a bridge replacement and is affecting 4 properties in the Townships of Shrewsbury & Codorus, York County.'),(19998,627,'_locations_20_description','field_5683f2b1dcba3'),(19999,627,'locations_21_location','a:3:{s:7:\"address\";s:21:\"40.040445, -76.952057\";s:3:\"lat\";s:10:\"40.0404617\";s:3:\"lng\";s:18:\"-76.95203249999997\";}'),(20000,627,'_locations_21_location','field_5683f288dcba1'),(20001,627,'locations_21_title','State Route 4014, Section 006 – E63120 – York County, Warrington Township – Bridge'),(20002,627,'_locations_21_title','field_5683f2aadcba2'),(20003,627,'locations_21_image',''),(20004,627,'_locations_21_image','field_568439ed8109d'),(20005,627,'locations_21_description','This project is for a bridge replacement and is affecting 4 properties in the Townships of Shrewsbury & Codorus, York County.'),(20006,627,'_locations_21_description','field_5683f2b1dcba3'),(20007,627,'locations','22'),(20008,627,'_locations','field_5683f253a5dba'),(20009,341,'locations_21_location','a:3:{s:7:\"address\";s:21:\"40.040445, -76.952057\";s:3:\"lat\";s:10:\"40.0404617\";s:3:\"lng\";s:18:\"-76.95203249999997\";}'),(20010,341,'_locations_21_location','field_5683f288dcba1'),(20011,341,'locations_21_title','State Route 4014, Section 006 – E63120 – York County, Warrington Township – Bridge'),(20012,341,'_locations_21_title','field_5683f2aadcba2'),(20013,341,'locations_21_image',''),(20014,341,'_locations_21_image','field_568439ed8109d'),(20015,341,'locations_21_description','This project is for a bridge replacement and is affecting 4 properties in the Townships of Shrewsbury & Codorus, York County.'),(20016,341,'_locations_21_description','field_5683f2b1dcba3'),(20017,628,'locations_0_location','a:3:{s:7:\"address\";s:21:\"39.910136, -76.704082\";s:3:\"lat\";s:10:\"39.9106755\";s:3:\"lng\";s:18:\"-76.70441140000003\";}'),(20018,628,'_locations_0_location','field_5683f288dcba1'),(20019,628,'locations_0_title','0083, 025 – Leader Heights'),(20020,628,'_locations_0_title','field_5683f2aadcba2'),(20021,628,'locations_0_image','586'),(20022,628,'_locations_0_image','field_568439ed8109d'),(20023,628,'locations_0_description','This project was for interchange construction and affected 65 properties in the Borough of Leader Heights, York County.'),(20024,628,'_locations_0_description','field_5683f2b1dcba3'),(20025,628,'locations_1_location','a:3:{s:7:\"address\";s:21:\"39.780914, -76.951417\";s:3:\"lat\";s:10:\"39.7809238\";s:3:\"lng\";s:18:\"-76.95143009999998\";}'),(20026,628,'_locations_1_location','field_5683f288dcba1'),(20027,628,'locations_1_title','3070, 002'),(20028,628,'_locations_1_title','field_5683f2aadcba2'),(20029,628,'locations_1_image','589'),(20030,628,'_locations_1_image','field_568439ed8109d'),(20031,628,'locations_1_description','This project was for roadway widening and intersection improvements and affected 23 properties and resulted in the relocation of 2 residents in the Township of Penn, York County.'),(20032,628,'_locations_1_description','field_5683f2b1dcba3'),(20033,628,'locations_2_location','a:3:{s:7:\"address\";s:21:\"39.838832, -77.005747\";s:3:\"lat\";s:10:\"39.8388372\";s:3:\"lng\";s:18:\"-77.00573259999999\";}'),(20034,628,'_locations_2_location','field_5683f288dcba1'),(20035,628,'locations_2_title','0094, 014 and 015'),(20036,628,'_locations_2_title','field_5683f2aadcba2'),(20037,628,'locations_2_image','597'),(20038,628,'_locations_2_image','field_568439ed8109d'),(20039,628,'locations_2_description','This project was for roadway widening and affected 85 properties and resulted in the relocation of 2 residents in the Municipalities of Hanover, Penn, Berwick, & Conewago, York & Adams Counties.'),(20040,628,'_locations_2_description','field_5683f2b1dcba3'),(20041,628,'locations_3_location','a:3:{s:7:\"address\";s:21:\"39.976250, -76.792053\";s:3:\"lat\";s:10:\"39.9762688\";s:3:\"lng\";s:18:\"-76.79204019999997\";}'),(20042,628,'_locations_3_location','field_5683f288dcba1'),(20043,628,'locations_3_title','0074, Section 029'),(20044,628,'_locations_3_title','field_5683f2aadcba2'),(20045,628,'locations_3_image','600'),(20046,628,'_locations_3_image','field_568439ed8109d'),(20047,628,'locations_3_description','This project was for roadway widening and intersection improvements and affected 12 properties and resulted in the relocation of 1 resident and 7 businesses in the Township of West Manchester, York County.'),(20048,628,'_locations_3_description','field_5683f2b1dcba3'),(20049,628,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.054719, -76.305345\";s:3:\"lat\";s:8:\"40.05431\";s:3:\"lng\";s:18:\"-76.30512340000001\";}'),(20050,628,'_locations_4_location','field_5683f288dcba1'),(20051,628,'locations_4_title','0222, 027 Lititz'),(20052,628,'_locations_4_title','field_5683f2aadcba2'),(20053,628,'locations_4_image',''),(20054,628,'_locations_4_image','field_568439ed8109d'),(20055,628,'locations_4_description','This project is for a large bridge replacement and is affecting 24 properties and resulting in the relocation of 2 businesses in the Township of Manheim, Lancaster County.'),(20056,628,'_locations_4_description','field_5683f2b1dcba3'),(20057,628,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.192483, -76.730918\";s:3:\"lat\";s:10:\"40.1928639\";s:3:\"lng\";s:18:\"-76.73070059999998\";}'),(20058,628,'_locations_5_location','field_5683f288dcba1'),(20059,628,'locations_5_title','Middletown Train Station'),(20060,628,'_locations_5_title','field_5683f2aadcba2'),(20061,628,'locations_5_image',''),(20062,628,'_locations_5_image','field_568439ed8109d'),(20063,628,'locations_5_description','This project is for the construction of a new train station and is affecting 4 properties in the Township of Middletown, Dauphin County.'),(20064,628,'_locations_5_description','field_5683f2b1dcba3'),(20065,628,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.445418, -76.556583\";s:3:\"lat\";s:10:\"40.4453524\";s:3:\"lng\";s:18:\"-76.55654629999998\";}'),(20066,628,'_locations_6_location','field_5683f288dcba1'),(20067,628,'locations_6_title','Ft Indiantown Gap – DGS'),(20068,628,'_locations_6_title','field_5683f2aadcba2'),(20069,628,'locations_6_image',''),(20070,628,'_locations_6_image','field_568439ed8109d'),(20071,628,'locations_6_description',''),(20072,628,'_locations_6_description','field_5683f2b1dcba3'),(20073,628,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.209085, -76.307225\";s:3:\"lat\";s:10:\"40.2091181\";s:3:\"lng\";s:18:\"-76.30721140000003\";}'),(20074,628,'_locations_7_location','field_5683f288dcba1'),(20075,628,'locations_7_title','Fish and Boat Commission – Speedwell Lake Flowage Easements'),(20076,628,'_locations_7_title','field_5683f2aadcba2'),(20077,628,'locations_7_image',''),(20078,628,'_locations_7_image','field_568439ed8109d'),(20079,628,'locations_7_description','This project is for flood plain mitigation appraisals and is affecting 31 properties in the Township of Elizabeth, Lancaster County.'),(20080,628,'_locations_7_description','field_5683f2b1dcba3'),(20081,628,'locations_8_location','a:3:{s:7:\"address\";s:21:\"39.763472, -77.727611\";s:3:\"lat\";s:10:\"39.7634712\";s:3:\"lng\";s:11:\"-77.7276253\";}'),(20082,628,'_locations_8_location','field_5683f288dcba1'),(20083,628,'locations_8_title','Antrim Business Park'),(20084,628,'_locations_8_title','field_5683f2aadcba2'),(20085,628,'locations_8_image',''),(20086,628,'_locations_8_image','field_568439ed8109d'),(20087,628,'locations_8_description','This project is for a public/private development and is affecting 7 properties in the Township of Antrim, Franklin County.'),(20088,628,'_locations_8_description','field_5683f2b1dcba3'),(20089,628,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.150057, -77.042804\";s:3:\"lat\";s:10:\"40.1500679\";s:3:\"lng\";s:18:\"-77.04281049999997\";}'),(20090,628,'_locations_9_location','field_5683f288dcba1'),(20091,628,'locations_9_title','State Route 2008, Section 007 – E78659 – Cumberland County, Monroe Twp. – Bridge'),(20092,628,'_locations_9_title','field_5683f2aadcba2'),(20093,628,'locations_9_image','607'),(20094,628,'_locations_9_image','field_568439ed8109d'),(20095,628,'locations_9_description','This project was for a small bridge and affected 4 properties in the Township of Monroe, Cumberland County.'),(20096,628,'_locations_9_description','field_5683f2b1dcba3'),(20097,628,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.108692, -76.502083\";s:3:\"lat\";s:8:\"40.10866\";s:3:\"lng\";s:18:\"-76.50206509999998\";}'),(20098,628,'_locations_10_location','field_5683f288dcba1'),(20099,628,'locations_10_title','State Route 0072, Section 005 – E19861 – Lancaster County , Mount Joy Borough – Bridge'),(20100,628,'_locations_10_title','field_5683f2aadcba2'),(20101,628,'locations_10_image',''),(20102,628,'_locations_10_image','field_568439ed8109d'),(20103,628,'locations_10_description','This project is for a small bridge and is affecting 3 properties and Amtrack Coordination in the Borough of Mt. Joy, Lancaster County.'),(20104,628,'_locations_10_description','field_5683f2b1dcba3'),(20105,628,'locations_11_location','a:3:{s:7:\"address\";s:21:\"39.972695, -77.117915\";s:3:\"lat\";s:10:\"39.9726768\";s:3:\"lng\";s:18:\"-77.11795660000001\";}'),(20106,628,'_locations_11_location','field_5683f288dcba1'),(20107,628,'locations_11_title','State Route 1009, Section 003 – E18014 – Adams County – Huntington Twp - Bridge '),(20108,628,'_locations_11_title','field_5683f2aadcba2'),(20109,628,'locations_11_image','612'),(20110,628,'_locations_11_image','field_568439ed8109d'),(20111,628,'locations_11_description','This project was for a small bridge and affected 3 properties in the Township of Huntington, Adams County.'),(20112,628,'_locations_11_description','field_5683f2b1dcba3'),(20113,628,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.540917, -77.145588\";s:3:\"lat\";s:17:\"40.53916419999999\";s:3:\"lng\";s:18:\"-77.14407499999999\";}'),(20114,628,'_locations_12_location','field_5683f288dcba1'),(20115,628,'locations_12_title','State Route 0022, Section 039 – E81272 – Perry County, Greenwood twp.over cocalaumus creek – Bridge'),(20116,628,'_locations_12_title','field_5683f2aadcba2'),(20117,628,'locations_12_image','614'),(20118,628,'_locations_12_image','field_568439ed8109d'),(20119,628,'locations_12_description','This project was for a small bridge and affected 2 properties in the Township of Greenwood, Perry County.'),(20120,628,'_locations_12_description','field_5683f2b1dcba3'),(20121,628,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.499444, -77.146608\";s:3:\"lat\";s:9:\"40.498004\";s:3:\"lng\";s:18:\"-77.14313600000003\";}'),(20122,628,'_locations_13_location','field_5683f288dcba1'),(20123,628,'locations_13_title','State Route 1024, Section 005 – E86911 – Perry County, Oliver Township – Bridge'),(20124,628,'_locations_13_title','field_5683f2aadcba2'),(20125,628,'locations_13_image','616'),(20126,628,'_locations_13_image','field_568439ed8109d'),(20127,628,'locations_13_description','This project was for a small bridge and affected 2 properties in the Township of Oliver, Perry County.'),(20128,628,'_locations_13_description','field_5683f2b1dcba3'),(20129,628,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.376500, -76.572499\";s:3:\"lat\";s:10:\"40.3765013\";s:3:\"lng\";s:18:\"-76.57249790000003\";}'),(20130,628,'_locations_14_location','field_5683f288dcba1'),(20131,628,'locations_14_title','State Route 4014, Section 006 – E20367 – Lebanon County, East Hanover Township – Bridge'),(20132,628,'_locations_14_title','field_5683f2aadcba2'),(20133,628,'locations_14_image','618'),(20134,628,'_locations_14_image','field_568439ed8109d'),(20135,628,'locations_14_description','This project was for a small bridge and affected 5 properties in the Township of East Hanover, Lebanon County.'),(20136,628,'_locations_14_description','field_5683f2b1dcba3'),(20137,628,'locations_15_location','a:3:{s:7:\"address\";s:21:\"39.855494, -76.773304\";s:3:\"lat\";s:10:\"39.8554873\";s:3:\"lng\";s:11:\"-76.7733121\";}'),(20138,628,'_locations_15_location','field_5683f288dcba1'),(20139,628,'locations_15_title','State Route 214, Section 007 – E21168 – York County, Seven Valleys Borough – Bridge'),(20140,628,'_locations_15_title','field_5683f2aadcba2'),(20141,628,'locations_15_image','620'),(20142,628,'_locations_15_image','field_568439ed8109d'),(20143,628,'locations_15_description','This project was for roadway widening and intersection improvements and affected 12 properties and resulted in the relocation of 1 resident and 7 businesses in the Township of West Manchester, York County.'),(20144,628,'_locations_15_description','field_5683f2b1dcba3'),(20145,628,'locations_16_location','a:3:{s:7:\"address\";s:21:\"39.737304, -76.096417\";s:3:\"lat\";s:10:\"39.7372874\";s:3:\"lng\";s:18:\"-76.09645169999999\";}'),(20146,628,'_locations_16_location','field_5683f288dcba1'),(20147,628,'locations_16_title','State Route 2001, Section 009 – E91106 – Lancaster County, Little Britain Township – Bridge'),(20148,628,'_locations_16_title','field_5683f2aadcba2'),(20149,628,'locations_16_image',''),(20150,628,'_locations_16_image','field_568439ed8109d'),(20151,628,'locations_16_description','This project is for intersection improvements and is affecting 3 properties in the Community of Ronks, Lancaster County.'),(20152,628,'_locations_16_description','field_5683f2b1dcba3'),(20153,628,'locations_17_location','a:3:{s:7:\"address\";s:21:\"40.016997, -76.165028\";s:3:\"lat\";s:10:\"40.0169765\";s:3:\"lng\";s:18:\"-76.16503490000002\";}'),(20154,628,'_locations_17_location','field_5683f288dcba1'),(20155,628,'locations_17_title','State Route 0030, Section 097 – E89187 – Lancaster County, East Lampeter Twp. – Intersection Improvement'),(20156,628,'_locations_17_title','field_5683f2aadcba2'),(20157,628,'locations_17_image',''),(20158,628,'_locations_17_image','field_568439ed8109d'),(20159,628,'locations_17_description','This project is for intersection improvements and is affecting 3 properties in the Community of Ronks, Lancaster County.'),(20160,628,'_locations_17_description','field_5683f2b1dcba3'),(20161,628,'locations_18_location','a:3:{s:7:\"address\";s:21:\"40.017000, -76.165028\";s:3:\"lat\";s:10:\"40.0169767\";s:3:\"lng\";s:11:\"-76.1650358\";}'),(20162,628,'_locations_18_location','field_5683f288dcba1'),(20163,628,'locations_18_title','State Route 1018, Section 005 – E87710 – Lancaster County, Warwick Township – Bridge'),(20164,628,'_locations_18_title','field_5683f2aadcba2'),(20165,628,'locations_18_image',''),(20166,628,'_locations_18_image','field_568439ed8109d'),(20167,628,'locations_18_description','This project is for a small bridge and is affecting 3 properties in the Township of Warwick and Borough of Ephrata, Lancaster County.'),(20168,628,'_locations_18_description','field_5683f2b1dcba3'),(20169,628,'locations_19_location','a:3:{s:7:\"address\";s:21:\"40.227889, -76.131528\";s:3:\"lat\";s:10:\"40.2278853\";s:3:\"lng\";s:18:\"-76.13153310000001\";}'),(20170,628,'_locations_19_location','field_5683f288dcba1'),(20171,628,'locations_19_title','State Route 1051, Section 003 – E87710 – Lancaster County, Denver Borough – Bridge'),(20172,628,'_locations_19_title','field_5683f2aadcba2'),(20173,628,'locations_19_image',''),(20174,628,'_locations_19_image','field_568439ed8109d'),(20175,628,'locations_19_description','This project is for a small bridge and is affecting 4 properties in the Township of East Cocalico, Lancaster County.'),(20176,628,'_locations_19_description','field_5683f2b1dcba3'),(20177,628,'locations_20_location','a:3:{s:7:\"address\";s:21:\"39.778195, -76.746944\";s:3:\"lat\";s:10:\"39.7780289\";s:3:\"lng\";s:10:\"-76.745499\";}'),(20178,628,'_locations_20_location','field_5683f288dcba1'),(20179,628,'locations_20_title','State Route 216, Section 014 – E63120 – York County, Shrewsbury Township - Bridge'),(20180,628,'_locations_20_title','field_5683f2aadcba2'),(20181,628,'locations_20_image',''),(20182,628,'_locations_20_image','field_568439ed8109d'),(20183,628,'locations_20_description','This project is for a bridge replacement and is affecting 4 properties in the Townships of Shrewsbury & Codorus, York County.'),(20184,628,'_locations_20_description','field_5683f2b1dcba3'),(20185,628,'locations_21_location','a:3:{s:7:\"address\";s:21:\"40.040445, -76.952057\";s:3:\"lat\";s:10:\"40.0404617\";s:3:\"lng\";s:18:\"-76.95203249999997\";}'),(20186,628,'_locations_21_location','field_5683f288dcba1'),(20187,628,'locations_21_title','State Route 4014, Section 006 – E63120 – York County, Warrington Township – Bridge'),(20188,628,'_locations_21_title','field_5683f2aadcba2'),(20189,628,'locations_21_image',''),(20190,628,'_locations_21_image','field_568439ed8109d'),(20191,628,'locations_21_description','This project is for a bridge replacement and is affecting 4 properties in the Townships of Shrewsbury & Codorus, York County.'),(20192,628,'_locations_21_description','field_5683f2b1dcba3'),(20193,628,'locations_22_location','a:3:{s:7:\"address\";s:21:\"39.876666, -77.320417\";s:3:\"lat\";s:9:\"39.877284\";s:3:\"lng\";s:18:\"-77.32040699999999\";}'),(20194,628,'_locations_22_location','field_5683f288dcba1'),(20195,628,'locations_22_title','State Route 3015, Section 013 – E87674 – Adams County, Franklin Township – Bridge'),(20196,628,'_locations_22_title','field_5683f2aadcba2'),(20197,628,'locations_22_image',''),(20198,628,'_locations_22_image','field_568439ed8109d'),(20199,628,'locations_22_description','This project is for the Fairview Bridge and is affecting 1 property in the Township of Franklin, Adams County.'),(20200,628,'_locations_22_description','field_5683f2b1dcba3'),(20201,628,'locations','23'),(20202,628,'_locations','field_5683f253a5dba'),(20203,341,'locations_22_location','a:3:{s:7:\"address\";s:21:\"39.876666, -77.320417\";s:3:\"lat\";s:9:\"39.877284\";s:3:\"lng\";s:18:\"-77.32040699999999\";}'),(20204,341,'_locations_22_location','field_5683f288dcba1'),(20205,341,'locations_22_title','State Route 3015, Section 013 – E87674 – Adams County, Franklin Township – Bridge'),(20206,341,'_locations_22_title','field_5683f2aadcba2'),(20207,341,'locations_22_image',''),(20208,341,'_locations_22_image','field_568439ed8109d'),(20209,341,'locations_22_description','This project is for the Fairview Bridge and is affecting 1 property in the Township of Franklin, Adams County.'),(20210,341,'_locations_22_description','field_5683f2b1dcba3'),(20211,629,'_wp_attached_file','2015/12/wp475d9588_06.png'),(20212,629,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:281;s:6:\"height\";i:198;s:4:\"file\";s:25:\"2015/12/wp475d9588_06.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wp475d9588_06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(20213,630,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.452362, -79.144025\";s:3:\"lat\";s:10:\"40.4523774\";s:3:\"lng\";s:18:\"-79.14402769999998\";}'),(20214,630,'_locations_0_location','field_5683f288dcba1'),(20215,630,'locations_0_title','State Route 0022, Section 491 – Blairsville, PA – Roadway Widening'),(20216,630,'_locations_0_title','field_5683f2aadcba2'),(20217,630,'locations_0_image','629'),(20218,630,'_locations_0_image','field_568439ed8109d'),(20219,630,'locations_0_description','This project was for a widening and realignment and affected 25 properties and resulted in the relocation of 1 resident and a cell tower in the Township of Wheatland, Indiana County.'),(20220,630,'_locations_0_description','field_5683f2b1dcba3'),(20221,630,'locations','1'),(20222,630,'_locations','field_5683f253a5dba'),(20223,631,'_wp_attached_file','2015/12/wpa07098cc_06.png'),(20224,631,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:281;s:6:\"height\";i:198;s:4:\"file\";s:25:\"2015/12/wpa07098cc_06.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wpa07098cc_06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(20225,632,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.452362, -79.144025\";s:3:\"lat\";s:10:\"40.4523774\";s:3:\"lng\";s:18:\"-79.14402769999998\";}'),(20226,632,'_locations_0_location','field_5683f288dcba1'),(20227,632,'locations_0_title','State Route 0022, Section 491 – Blairsville, PA – Roadway Widening'),(20228,632,'_locations_0_title','field_5683f2aadcba2'),(20229,632,'locations_0_image','629'),(20230,632,'_locations_0_image','field_568439ed8109d'),(20231,632,'locations_0_description','This project was for a widening and realignment and affected 25 properties and resulted in the relocation of 1 resident and a cell tower in the Township of Wheatland, Indiana County.'),(20232,632,'_locations_0_description','field_5683f2b1dcba3'),(20233,632,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.037445, -80.029859\";s:3:\"lat\";s:9:\"41.037619\";s:3:\"lng\";s:10:\"-80.029381\";}'),(20234,632,'_locations_1_location','field_5683f288dcba1'),(20235,632,'locations_1_title','State Route 0173, Section 250 – Dougherty’s Mills – Slippery Rock'),(20236,632,'_locations_1_title','field_5683f2aadcba2'),(20237,632,'locations_1_image','631'),(20238,632,'_locations_1_image','field_568439ed8109d'),(20239,632,'locations_1_description','This project was for a bridge replacement and affected 7 properties in the Township of Slippery Rock, Butler County.'),(20240,632,'_locations_1_description','field_5683f2b1dcba3'),(20241,632,'locations','2'),(20242,632,'_locations','field_5683f253a5dba'),(20243,345,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.037445, -80.029859\";s:3:\"lat\";s:9:\"41.037619\";s:3:\"lng\";s:10:\"-80.029381\";}'),(20244,345,'_locations_1_location','field_5683f288dcba1'),(20245,345,'locations_1_title','State Route 0173, Section 250 – Dougherty’s Mills – Slippery Rock'),(20246,345,'_locations_1_title','field_5683f2aadcba2'),(20247,345,'locations_1_image','631'),(20248,345,'_locations_1_image','field_568439ed8109d'),(20249,345,'locations_1_description','This project was for a bridge replacement and affected 7 properties in the Township of Slippery Rock, Butler County.'),(20250,345,'_locations_1_description','field_5683f2b1dcba3'),(20251,633,'_wp_attached_file','2015/12/wp553d0eb8_06.png'),(20252,633,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:281;s:6:\"height\";i:198;s:4:\"file\";s:25:\"2015/12/wp553d0eb8_06.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wp553d0eb8_06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(20253,634,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.452362, -79.144025\";s:3:\"lat\";s:10:\"40.4523774\";s:3:\"lng\";s:18:\"-79.14402769999998\";}'),(20254,634,'_locations_0_location','field_5683f288dcba1'),(20255,634,'locations_0_title','State Route 0022, Section 491 – Blairsville, PA – Roadway Widening'),(20256,634,'_locations_0_title','field_5683f2aadcba2'),(20257,634,'locations_0_image','629'),(20258,634,'_locations_0_image','field_568439ed8109d'),(20259,634,'locations_0_description','This project was for a widening and realignment and affected 25 properties and resulted in the relocation of 1 resident and a cell tower in the Township of Wheatland, Indiana County.'),(20260,634,'_locations_0_description','field_5683f2b1dcba3'),(20261,634,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.037445, -80.029859\";s:3:\"lat\";s:9:\"41.037619\";s:3:\"lng\";s:10:\"-80.029381\";}'),(20262,634,'_locations_1_location','field_5683f288dcba1'),(20263,634,'locations_1_title','State Route 0173, Section 250 – Dougherty’s Mills – Slippery Rock'),(20264,634,'_locations_1_title','field_5683f2aadcba2'),(20265,634,'locations_1_image','631'),(20266,634,'_locations_1_image','field_568439ed8109d'),(20267,634,'locations_1_description','This project was for a bridge replacement and affected 7 properties in the Township of Slippery Rock, Butler County.'),(20268,634,'_locations_1_description','field_5683f2b1dcba3'),(20269,634,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.811030, -80.116499\";s:3:\"lat\";s:10:\"40.8110483\";s:3:\"lng\";s:18:\"-80.11649829999999\";}'),(20270,634,'_locations_2_location','field_5683f288dcba1'),(20271,634,'locations_2_title','State Route 0079, Section 320 – Seneca Ramps'),(20272,634,'_locations_2_title','field_5683f2aadcba2'),(20273,634,'locations_2_image','633'),(20274,634,'_locations_2_image','field_568439ed8109d'),(20275,634,'locations_2_description','This project was for the construction of a missing ramp and affected 30 properties and resulted in the relocation of 6 residents in the Township of Jackson, Butler County.'),(20276,634,'_locations_2_description','field_5683f2b1dcba3'),(20277,634,'locations','3'),(20278,634,'_locations','field_5683f253a5dba'),(20279,345,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.811030, -80.116499\";s:3:\"lat\";s:10:\"40.8110483\";s:3:\"lng\";s:18:\"-80.11649829999999\";}'),(20280,345,'_locations_2_location','field_5683f288dcba1'),(20281,345,'locations_2_title','State Route 0079, Section 320 – Seneca Ramps'),(20282,345,'_locations_2_title','field_5683f2aadcba2'),(20283,345,'locations_2_image','633'),(20284,345,'_locations_2_image','field_568439ed8109d'),(20285,345,'locations_2_description','This project was for the construction of a missing ramp and affected 30 properties and resulted in the relocation of 6 residents in the Township of Jackson, Butler County.'),(20286,345,'_locations_2_description','field_5683f2b1dcba3'),(20287,635,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.452362, -79.144025\";s:3:\"lat\";s:10:\"40.4523774\";s:3:\"lng\";s:18:\"-79.14402769999998\";}'),(20288,635,'_locations_0_location','field_5683f288dcba1'),(20289,635,'locations_0_title','State Route 0022, Section 491 – Blairsville, PA – Roadway Widening'),(20290,635,'_locations_0_title','field_5683f2aadcba2'),(20291,635,'locations_0_image','629'),(20292,635,'_locations_0_image','field_568439ed8109d'),(20293,635,'locations_0_description','This project was for a widening and realignment and affected 25 properties and resulted in the relocation of 1 resident and a cell tower in the Township of Wheatland, Indiana County.'),(20294,635,'_locations_0_description','field_5683f2b1dcba3'),(20295,635,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.037445, -80.029859\";s:3:\"lat\";s:9:\"41.037619\";s:3:\"lng\";s:10:\"-80.029381\";}'),(20296,635,'_locations_1_location','field_5683f288dcba1'),(20297,635,'locations_1_title','State Route 0173, Section 250 – Dougherty’s Mills – Slippery Rock'),(20298,635,'_locations_1_title','field_5683f2aadcba2'),(20299,635,'locations_1_image','631'),(20300,635,'_locations_1_image','field_568439ed8109d'),(20301,635,'locations_1_description','This project was for a bridge replacement and affected 7 properties in the Township of Slippery Rock, Butler County.'),(20302,635,'_locations_1_description','field_5683f2b1dcba3'),(20303,635,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.811030, -80.116499\";s:3:\"lat\";s:10:\"40.8110483\";s:3:\"lng\";s:18:\"-80.11649829999999\";}'),(20304,635,'_locations_2_location','field_5683f288dcba1'),(20305,635,'locations_2_title','State Route 0079, Section 320 – Seneca Ramps'),(20306,635,'_locations_2_title','field_5683f2aadcba2'),(20307,635,'locations_2_image','633'),(20308,635,'_locations_2_image','field_568439ed8109d'),(20309,635,'locations_2_description','This project was for the construction of a missing ramp and affected 30 properties and resulted in the relocation of 6 residents in the Township of Jackson, Butler County.'),(20310,635,'_locations_2_description','field_5683f2b1dcba3'),(20311,635,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.051999, -78.817835\";s:3:\"lat\";s:10:\"41.0520149\";s:3:\"lng\";s:11:\"-78.8178355\";}'),(20312,635,'_locations_3_location','field_5683f288dcba1'),(20313,635,'locations_3_title','State Route 0119 over sugar camp – Sykesville '),(20314,635,'_locations_3_title','field_5683f2aadcba2'),(20315,635,'locations_3_image',''),(20316,635,'_locations_3_image','field_568439ed8109d'),(20317,635,'locations_3_description','This project is for a small bridge replacement and is affecting 10 properties in the Borough of Sykesville, Jefferson County.'),(20318,635,'_locations_3_description','field_5683f2b1dcba3'),(20319,635,'locations','4'),(20320,635,'_locations','field_5683f253a5dba'),(20321,345,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.051999, -78.817835\";s:3:\"lat\";s:10:\"41.0520149\";s:3:\"lng\";s:11:\"-78.8178355\";}'),(20322,345,'_locations_3_location','field_5683f288dcba1'),(20323,345,'locations_3_title','State Route 0119 over sugar camp – Sykesville '),(20324,345,'_locations_3_title','field_5683f2aadcba2'),(20325,345,'locations_3_image',''),(20326,345,'_locations_3_image','field_568439ed8109d'),(20327,345,'locations_3_description','This project is for a small bridge replacement and is affecting 10 properties in the Borough of Sykesville, Jefferson County.'),(20328,345,'_locations_3_description','field_5683f2b1dcba3'),(20329,636,'_wp_attached_file','2015/12/wp3a04b4f0_06.png'),(20330,636,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:281;s:6:\"height\";i:198;s:4:\"file\";s:25:\"2015/12/wp3a04b4f0_06.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wp3a04b4f0_06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(20331,637,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.452362, -79.144025\";s:3:\"lat\";s:10:\"40.4523774\";s:3:\"lng\";s:18:\"-79.14402769999998\";}'),(20332,637,'_locations_0_location','field_5683f288dcba1'),(20333,637,'locations_0_title','State Route 0022, Section 491 – Blairsville, PA – Roadway Widening'),(20334,637,'_locations_0_title','field_5683f2aadcba2'),(20335,637,'locations_0_image','629'),(20336,637,'_locations_0_image','field_568439ed8109d'),(20337,637,'locations_0_description','This project was for a widening and realignment and affected 25 properties and resulted in the relocation of 1 resident and a cell tower in the Township of Wheatland, Indiana County.'),(20338,637,'_locations_0_description','field_5683f2b1dcba3'),(20339,637,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.037445, -80.029859\";s:3:\"lat\";s:9:\"41.037619\";s:3:\"lng\";s:10:\"-80.029381\";}'),(20340,637,'_locations_1_location','field_5683f288dcba1'),(20341,637,'locations_1_title','State Route 0173, Section 250 – Dougherty’s Mills – Slippery Rock'),(20342,637,'_locations_1_title','field_5683f2aadcba2'),(20343,637,'locations_1_image','631'),(20344,637,'_locations_1_image','field_568439ed8109d'),(20345,637,'locations_1_description','This project was for a bridge replacement and affected 7 properties in the Township of Slippery Rock, Butler County.'),(20346,637,'_locations_1_description','field_5683f2b1dcba3'),(20347,637,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.811030, -80.116499\";s:3:\"lat\";s:10:\"40.8110483\";s:3:\"lng\";s:18:\"-80.11649829999999\";}'),(20348,637,'_locations_2_location','field_5683f288dcba1'),(20349,637,'locations_2_title','State Route 0079, Section 320 – Seneca Ramps'),(20350,637,'_locations_2_title','field_5683f2aadcba2'),(20351,637,'locations_2_image','633'),(20352,637,'_locations_2_image','field_568439ed8109d'),(20353,637,'locations_2_description','This project was for the construction of a missing ramp and affected 30 properties and resulted in the relocation of 6 residents in the Township of Jackson, Butler County.'),(20354,637,'_locations_2_description','field_5683f2b1dcba3'),(20355,637,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.051999, -78.817835\";s:3:\"lat\";s:10:\"41.0520149\";s:3:\"lng\";s:11:\"-78.8178355\";}'),(20356,637,'_locations_3_location','field_5683f288dcba1'),(20357,637,'locations_3_title','State Route 0119 over sugar camp – Sykesville '),(20358,637,'_locations_3_title','field_5683f2aadcba2'),(20359,637,'locations_3_image',''),(20360,637,'_locations_3_image','field_568439ed8109d'),(20361,637,'locations_3_description','This project is for a small bridge replacement and is affecting 10 properties in the Borough of Sykesville, Jefferson County.'),(20362,637,'_locations_3_description','field_5683f2b1dcba3'),(20363,637,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.685219, -80.097305\";s:3:\"lat\";s:10:\"40.6852306\";s:3:\"lng\";s:11:\"-80.0974597\";}'),(20364,637,'_locations_4_location','field_5683f288dcba1'),(20365,637,'locations_4_title','State Route 0079, Section 298'),(20366,637,'_locations_4_title','field_5683f2aadcba2'),(20367,637,'locations_4_image','636'),(20368,637,'_locations_4_image','field_568439ed8109d'),(20369,637,'locations_4_description','This project is for a new interchange/ramp installation and is affecting 10 properties and resulting in the relocation of 1 business and 6 residents in the Township of Cranberry, Butler County.'),(20370,637,'_locations_4_description','field_5683f2b1dcba3'),(20371,637,'locations','5'),(20372,637,'_locations','field_5683f253a5dba'),(20373,345,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.685219, -80.097305\";s:3:\"lat\";s:10:\"40.6852306\";s:3:\"lng\";s:11:\"-80.0974597\";}'),(20374,345,'_locations_4_location','field_5683f288dcba1'),(20375,345,'locations_4_title','State Route 0079, Section 298'),(20376,345,'_locations_4_title','field_5683f2aadcba2'),(20377,345,'locations_4_image','636'),(20378,345,'_locations_4_image','field_568439ed8109d'),(20379,345,'locations_4_description','This project is for a new interchange/ramp installation and is affecting 10 properties and resulting in the relocation of 1 business and 6 residents in the Township of Cranberry, Butler County.'),(20380,345,'_locations_4_description','field_5683f2b1dcba3'),(20381,638,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.452362, -79.144025\";s:3:\"lat\";s:10:\"40.4523774\";s:3:\"lng\";s:18:\"-79.14402769999998\";}'),(20382,638,'_locations_0_location','field_5683f288dcba1'),(20383,638,'locations_0_title','State Route 0022, Section 491 – Blairsville, PA – Roadway Widening'),(20384,638,'_locations_0_title','field_5683f2aadcba2'),(20385,638,'locations_0_image','629'),(20386,638,'_locations_0_image','field_568439ed8109d'),(20387,638,'locations_0_description','This project was for a widening and realignment and affected 25 properties and resulted in the relocation of 1 resident and a cell tower in the Township of Wheatland, Indiana County.'),(20388,638,'_locations_0_description','field_5683f2b1dcba3'),(20389,638,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.037445, -80.029859\";s:3:\"lat\";s:9:\"41.037619\";s:3:\"lng\";s:10:\"-80.029381\";}'),(20390,638,'_locations_1_location','field_5683f288dcba1'),(20391,638,'locations_1_title','State Route 0173, Section 250 – Dougherty’s Mills – Slippery Rock'),(20392,638,'_locations_1_title','field_5683f2aadcba2'),(20393,638,'locations_1_image','631'),(20394,638,'_locations_1_image','field_568439ed8109d'),(20395,638,'locations_1_description','This project was for a bridge replacement and affected 7 properties in the Township of Slippery Rock, Butler County.'),(20396,638,'_locations_1_description','field_5683f2b1dcba3'),(20397,638,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.811030, -80.116499\";s:3:\"lat\";s:10:\"40.8110483\";s:3:\"lng\";s:18:\"-80.11649829999999\";}'),(20398,638,'_locations_2_location','field_5683f288dcba1'),(20399,638,'locations_2_title','State Route 0079, Section 320 – Seneca Ramps'),(20400,638,'_locations_2_title','field_5683f2aadcba2'),(20401,638,'locations_2_image','633'),(20402,638,'_locations_2_image','field_568439ed8109d'),(20403,638,'locations_2_description','This project was for the construction of a missing ramp and affected 30 properties and resulted in the relocation of 6 residents in the Township of Jackson, Butler County.'),(20404,638,'_locations_2_description','field_5683f2b1dcba3'),(20405,638,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.051999, -78.817835\";s:3:\"lat\";s:10:\"41.0520149\";s:3:\"lng\";s:11:\"-78.8178355\";}'),(20406,638,'_locations_3_location','field_5683f288dcba1'),(20407,638,'locations_3_title','State Route 0119 over sugar camp – Sykesville '),(20408,638,'_locations_3_title','field_5683f2aadcba2'),(20409,638,'locations_3_image',''),(20410,638,'_locations_3_image','field_568439ed8109d'),(20411,638,'locations_3_description','This project is for a small bridge replacement and is affecting 10 properties in the Borough of Sykesville, Jefferson County.'),(20412,638,'_locations_3_description','field_5683f2b1dcba3'),(20413,638,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.685219, -80.097305\";s:3:\"lat\";s:10:\"40.6852306\";s:3:\"lng\";s:11:\"-80.0974597\";}'),(20414,638,'_locations_4_location','field_5683f288dcba1'),(20415,638,'locations_4_title','State Route 0079, Section 298'),(20416,638,'_locations_4_title','field_5683f2aadcba2'),(20417,638,'locations_4_image','636'),(20418,638,'_locations_4_image','field_568439ed8109d'),(20419,638,'locations_4_description','This project is for a new interchange/ramp installation and is affecting 10 properties and resulting in the relocation of 1 business and 6 residents in the Township of Cranberry, Butler County.'),(20420,638,'_locations_4_description','field_5683f2b1dcba3'),(20421,638,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.987139, -79.632944\";s:3:\"lat\";s:17:\"40.98713619999999\";s:3:\"lng\";s:18:\"-79.63294350000001\";}'),(20422,638,'_locations_5_location','field_5683f288dcba1'),(20423,638,'locations_5_title','State Route 0068, Section 154 – Brady’s Bend PA – Bridge Replacement'),(20424,638,'_locations_5_title','field_5683f2aadcba2'),(20425,638,'locations_5_image',''),(20426,638,'_locations_5_image','field_568439ed8109d'),(20427,638,'locations_5_description','This project is for a small bridge replacement and is affecting 6 properties in the Township of Bradys Bend, Armstrong County.'),(20428,638,'_locations_5_description','field_5683f2b1dcba3'),(20429,638,'locations','6'),(20430,638,'_locations','field_5683f253a5dba'),(20431,345,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.987139, -79.632944\";s:3:\"lat\";s:17:\"40.98713619999999\";s:3:\"lng\";s:18:\"-79.63294350000001\";}'),(20432,345,'_locations_5_location','field_5683f288dcba1'),(20433,345,'locations_5_title','State Route 0068, Section 154 – Brady’s Bend PA – Bridge Replacement'),(20434,345,'_locations_5_title','field_5683f2aadcba2'),(20435,345,'locations_5_image',''),(20436,345,'_locations_5_image','field_568439ed8109d'),(20437,345,'locations_5_description','This project is for a small bridge replacement and is affecting 6 properties in the Township of Bradys Bend, Armstrong County.'),(20438,345,'_locations_5_description','field_5683f2b1dcba3'),(20439,639,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.452362, -79.144025\";s:3:\"lat\";s:10:\"40.4523774\";s:3:\"lng\";s:18:\"-79.14402769999998\";}'),(20440,639,'_locations_0_location','field_5683f288dcba1'),(20441,639,'locations_0_title','State Route 0022, Section 491 – Blairsville, PA – Roadway Widening'),(20442,639,'_locations_0_title','field_5683f2aadcba2'),(20443,639,'locations_0_image','629'),(20444,639,'_locations_0_image','field_568439ed8109d'),(20445,639,'locations_0_description','This project was for a widening and realignment and affected 25 properties and resulted in the relocation of 1 resident and a cell tower in the Township of Wheatland, Indiana County.'),(20446,639,'_locations_0_description','field_5683f2b1dcba3'),(20447,639,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.037445, -80.029859\";s:3:\"lat\";s:9:\"41.037619\";s:3:\"lng\";s:10:\"-80.029381\";}'),(20448,639,'_locations_1_location','field_5683f288dcba1'),(20449,639,'locations_1_title','State Route 0173, Section 250 – Dougherty’s Mills – Slippery Rock'),(20450,639,'_locations_1_title','field_5683f2aadcba2'),(20451,639,'locations_1_image','631'),(20452,639,'_locations_1_image','field_568439ed8109d'),(20453,639,'locations_1_description','This project was for a bridge replacement and affected 7 properties in the Township of Slippery Rock, Butler County.'),(20454,639,'_locations_1_description','field_5683f2b1dcba3'),(20455,639,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.811030, -80.116499\";s:3:\"lat\";s:10:\"40.8110483\";s:3:\"lng\";s:18:\"-80.11649829999999\";}'),(20456,639,'_locations_2_location','field_5683f288dcba1'),(20457,639,'locations_2_title','State Route 0079, Section 320 – Seneca Ramps'),(20458,639,'_locations_2_title','field_5683f2aadcba2'),(20459,639,'locations_2_image','633'),(20460,639,'_locations_2_image','field_568439ed8109d'),(20461,639,'locations_2_description','This project was for the construction of a missing ramp and affected 30 properties and resulted in the relocation of 6 residents in the Township of Jackson, Butler County.'),(20462,639,'_locations_2_description','field_5683f2b1dcba3'),(20463,639,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.051999, -78.817835\";s:3:\"lat\";s:10:\"41.0520149\";s:3:\"lng\";s:11:\"-78.8178355\";}'),(20464,639,'_locations_3_location','field_5683f288dcba1'),(20465,639,'locations_3_title','State Route 0119 over sugar camp – Sykesville '),(20466,639,'_locations_3_title','field_5683f2aadcba2'),(20467,639,'locations_3_image',''),(20468,639,'_locations_3_image','field_568439ed8109d'),(20469,639,'locations_3_description','This project is for a small bridge replacement and is affecting 10 properties in the Borough of Sykesville, Jefferson County.'),(20470,639,'_locations_3_description','field_5683f2b1dcba3'),(20471,639,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.685219, -80.097305\";s:3:\"lat\";s:10:\"40.6852306\";s:3:\"lng\";s:11:\"-80.0974597\";}'),(20472,639,'_locations_4_location','field_5683f288dcba1'),(20473,639,'locations_4_title','State Route 0079, Section 298'),(20474,639,'_locations_4_title','field_5683f2aadcba2'),(20475,639,'locations_4_image','636'),(20476,639,'_locations_4_image','field_568439ed8109d'),(20477,639,'locations_4_description','This project is for a new interchange/ramp installation and is affecting 10 properties and resulting in the relocation of 1 business and 6 residents in the Township of Cranberry, Butler County.'),(20478,639,'_locations_4_description','field_5683f2b1dcba3'),(20479,639,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.987139, -79.632944\";s:3:\"lat\";s:17:\"40.98713619999999\";s:3:\"lng\";s:18:\"-79.63294350000001\";}'),(20480,639,'_locations_5_location','field_5683f288dcba1'),(20481,639,'locations_5_title','State Route 0068, Section 154 – Brady’s Bend PA – Bridge Replacement'),(20482,639,'_locations_5_title','field_5683f2aadcba2'),(20483,639,'locations_5_image',''),(20484,639,'_locations_5_image','field_568439ed8109d'),(20485,639,'locations_5_description','This project is for a small bridge replacement and is affecting 6 properties in the Township of Bradys Bend, Armstrong County.'),(20486,639,'_locations_5_description','field_5683f2b1dcba3'),(20487,639,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.988028, -79.631225\";s:3:\"lat\";s:17:\"40.98803669999999\";s:3:\"lng\";s:18:\"-79.63124240000002\";}'),(20488,639,'_locations_6_location','field_5683f288dcba1'),(20489,639,'locations_6_title','State Route 0068, Section 155 – Brady’s Bend PA – Bridge Replacement'),(20490,639,'_locations_6_title','field_5683f2aadcba2'),(20491,639,'locations_6_image',''),(20492,639,'_locations_6_image','field_568439ed8109d'),(20493,639,'locations_6_description','This project is for a small bridge replacement and is affecting 3 properties in the Township of Brady\'s Bend, Armstrong County.'),(20494,639,'_locations_6_description','field_5683f2b1dcba3'),(20495,639,'locations','7'),(20496,639,'_locations','field_5683f253a5dba'),(20497,345,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.988028, -79.631225\";s:3:\"lat\";s:17:\"40.98803669999999\";s:3:\"lng\";s:18:\"-79.63124240000002\";}'),(20498,345,'_locations_6_location','field_5683f288dcba1'),(20499,345,'locations_6_title','State Route 0068, Section 155 – Brady’s Bend PA – Bridge Replacement'),(20500,345,'_locations_6_title','field_5683f2aadcba2'),(20501,345,'locations_6_image',''),(20502,345,'_locations_6_image','field_568439ed8109d'),(20503,345,'locations_6_description','This project is for a small bridge replacement and is affecting 3 properties in the Township of Brady\'s Bend, Armstrong County.'),(20504,345,'_locations_6_description','field_5683f2b1dcba3'),(20505,640,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.452362, -79.144025\";s:3:\"lat\";s:10:\"40.4523774\";s:3:\"lng\";s:18:\"-79.14402769999998\";}'),(20506,640,'_locations_0_location','field_5683f288dcba1'),(20507,640,'locations_0_title','State Route 0022, Section 491 – Blairsville, PA – Roadway Widening'),(20508,640,'_locations_0_title','field_5683f2aadcba2'),(20509,640,'locations_0_image','629'),(20510,640,'_locations_0_image','field_568439ed8109d'),(20511,640,'locations_0_description','This project was for a widening and realignment and affected 25 properties and resulted in the relocation of 1 resident and a cell tower in the Township of Wheatland, Indiana County.'),(20512,640,'_locations_0_description','field_5683f2b1dcba3'),(20513,640,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.037445, -80.029859\";s:3:\"lat\";s:9:\"41.037619\";s:3:\"lng\";s:10:\"-80.029381\";}'),(20514,640,'_locations_1_location','field_5683f288dcba1'),(20515,640,'locations_1_title','State Route 0173, Section 250 – Dougherty’s Mills – Slippery Rock'),(20516,640,'_locations_1_title','field_5683f2aadcba2'),(20517,640,'locations_1_image','631'),(20518,640,'_locations_1_image','field_568439ed8109d'),(20519,640,'locations_1_description','This project was for a bridge replacement and affected 7 properties in the Township of Slippery Rock, Butler County.'),(20520,640,'_locations_1_description','field_5683f2b1dcba3'),(20521,640,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.811030, -80.116499\";s:3:\"lat\";s:10:\"40.8110483\";s:3:\"lng\";s:18:\"-80.11649829999999\";}'),(20522,640,'_locations_2_location','field_5683f288dcba1'),(20523,640,'locations_2_title','State Route 0079, Section 320 – Seneca Ramps'),(20524,640,'_locations_2_title','field_5683f2aadcba2'),(20525,640,'locations_2_image','633'),(20526,640,'_locations_2_image','field_568439ed8109d'),(20527,640,'locations_2_description','This project was for the construction of a missing ramp and affected 30 properties and resulted in the relocation of 6 residents in the Township of Jackson, Butler County.'),(20528,640,'_locations_2_description','field_5683f2b1dcba3'),(20529,640,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.051999, -78.817835\";s:3:\"lat\";s:10:\"41.0520149\";s:3:\"lng\";s:11:\"-78.8178355\";}'),(20530,640,'_locations_3_location','field_5683f288dcba1'),(20531,640,'locations_3_title','State Route 0119 over sugar camp – Sykesville '),(20532,640,'_locations_3_title','field_5683f2aadcba2'),(20533,640,'locations_3_image',''),(20534,640,'_locations_3_image','field_568439ed8109d'),(20535,640,'locations_3_description','This project is for a small bridge replacement and is affecting 10 properties in the Borough of Sykesville, Jefferson County.'),(20536,640,'_locations_3_description','field_5683f2b1dcba3'),(20537,640,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.685219, -80.097305\";s:3:\"lat\";s:10:\"40.6852306\";s:3:\"lng\";s:11:\"-80.0974597\";}'),(20538,640,'_locations_4_location','field_5683f288dcba1'),(20539,640,'locations_4_title','State Route 0079, Section 298'),(20540,640,'_locations_4_title','field_5683f2aadcba2'),(20541,640,'locations_4_image','636'),(20542,640,'_locations_4_image','field_568439ed8109d'),(20543,640,'locations_4_description','This project is for a new interchange/ramp installation and is affecting 10 properties and resulting in the relocation of 1 business and 6 residents in the Township of Cranberry, Butler County.'),(20544,640,'_locations_4_description','field_5683f2b1dcba3'),(20545,640,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.987139, -79.632944\";s:3:\"lat\";s:17:\"40.98713619999999\";s:3:\"lng\";s:18:\"-79.63294350000001\";}'),(20546,640,'_locations_5_location','field_5683f288dcba1'),(20547,640,'locations_5_title','State Route 0068, Section 154 – Brady’s Bend PA – Bridge Replacement'),(20548,640,'_locations_5_title','field_5683f2aadcba2'),(20549,640,'locations_5_image',''),(20550,640,'_locations_5_image','field_568439ed8109d'),(20551,640,'locations_5_description','This project is for a small bridge replacement and is affecting 6 properties in the Township of Bradys Bend, Armstrong County.'),(20552,640,'_locations_5_description','field_5683f2b1dcba3'),(20553,640,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.988028, -79.631225\";s:3:\"lat\";s:17:\"40.98803669999999\";s:3:\"lng\";s:18:\"-79.63124240000002\";}'),(20554,640,'_locations_6_location','field_5683f288dcba1'),(20555,640,'locations_6_title','State Route 0068, Section 155 – Brady’s Bend PA – Bridge Replacement'),(20556,640,'_locations_6_title','field_5683f2aadcba2'),(20557,640,'locations_6_image',''),(20558,640,'_locations_6_image','field_568439ed8109d'),(20559,640,'locations_6_description','This project is for a small bridge replacement and is affecting 3 properties in the Township of Brady\'s Bend, Armstrong County.'),(20560,640,'_locations_6_description','field_5683f2b1dcba3'),(20561,640,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.993055, -79.630081\";s:3:\"lat\";s:10:\"40.9930516\";s:3:\"lng\";s:11:\"-79.6300981\";}'),(20562,640,'_locations_7_location','field_5683f288dcba1'),(20563,640,'locations_7_title','State Route 0068, Section 156 – Brady’s Bend PA – Bridge Replacement'),(20564,640,'_locations_7_title','field_5683f2aadcba2'),(20565,640,'locations_7_image',''),(20566,640,'_locations_7_image','field_568439ed8109d'),(20567,640,'locations_7_description','This project is for a small bridge replacement and affecting 2 properties in the Township of Brady\'s Bend, Armstrong County.'),(20568,640,'_locations_7_description','field_5683f2b1dcba3'),(20569,640,'locations','8'),(20570,640,'_locations','field_5683f253a5dba'),(20571,345,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.993055, -79.630081\";s:3:\"lat\";s:10:\"40.9930516\";s:3:\"lng\";s:11:\"-79.6300981\";}'),(20572,345,'_locations_7_location','field_5683f288dcba1'),(20573,345,'locations_7_title','State Route 0068, Section 156 – Brady’s Bend PA – Bridge Replacement'),(20574,345,'_locations_7_title','field_5683f2aadcba2'),(20575,345,'locations_7_image',''),(20576,345,'_locations_7_image','field_568439ed8109d'),(20577,345,'locations_7_description','This project is for a small bridge replacement and affecting 2 properties in the Township of Brady\'s Bend, Armstrong County.'),(20578,345,'_locations_7_description','field_5683f2b1dcba3'),(20579,641,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.452362, -79.144025\";s:3:\"lat\";s:10:\"40.4523774\";s:3:\"lng\";s:18:\"-79.14402769999998\";}'),(20580,641,'_locations_0_location','field_5683f288dcba1'),(20581,641,'locations_0_title','State Route 0022, Section 491 – Blairsville, PA – Roadway Widening'),(20582,641,'_locations_0_title','field_5683f2aadcba2'),(20583,641,'locations_0_image','629'),(20584,641,'_locations_0_image','field_568439ed8109d'),(20585,641,'locations_0_description','This project was for a widening and realignment and affected 25 properties and resulted in the relocation of 1 resident and a cell tower in the Township of Wheatland, Indiana County.'),(20586,641,'_locations_0_description','field_5683f2b1dcba3'),(20587,641,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.037445, -80.029859\";s:3:\"lat\";s:9:\"41.037619\";s:3:\"lng\";s:10:\"-80.029381\";}'),(20588,641,'_locations_1_location','field_5683f288dcba1'),(20589,641,'locations_1_title','State Route 0173, Section 250 – Dougherty’s Mills – Slippery Rock'),(20590,641,'_locations_1_title','field_5683f2aadcba2'),(20591,641,'locations_1_image','631'),(20592,641,'_locations_1_image','field_568439ed8109d'),(20593,641,'locations_1_description','This project was for a bridge replacement and affected 7 properties in the Township of Slippery Rock, Butler County.'),(20594,641,'_locations_1_description','field_5683f2b1dcba3'),(20595,641,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.811030, -80.116499\";s:3:\"lat\";s:10:\"40.8110483\";s:3:\"lng\";s:18:\"-80.11649829999999\";}'),(20596,641,'_locations_2_location','field_5683f288dcba1'),(20597,641,'locations_2_title','State Route 0079, Section 320 – Seneca Ramps'),(20598,641,'_locations_2_title','field_5683f2aadcba2'),(20599,641,'locations_2_image','633'),(20600,641,'_locations_2_image','field_568439ed8109d'),(20601,641,'locations_2_description','This project was for the construction of a missing ramp and affected 30 properties and resulted in the relocation of 6 residents in the Township of Jackson, Butler County.'),(20602,641,'_locations_2_description','field_5683f2b1dcba3'),(20603,641,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.051999, -78.817835\";s:3:\"lat\";s:10:\"41.0520149\";s:3:\"lng\";s:11:\"-78.8178355\";}'),(20604,641,'_locations_3_location','field_5683f288dcba1'),(20605,641,'locations_3_title','State Route 0119 over sugar camp – Sykesville '),(20606,641,'_locations_3_title','field_5683f2aadcba2'),(20607,641,'locations_3_image',''),(20608,641,'_locations_3_image','field_568439ed8109d'),(20609,641,'locations_3_description','This project is for a small bridge replacement and is affecting 10 properties in the Borough of Sykesville, Jefferson County.'),(20610,641,'_locations_3_description','field_5683f2b1dcba3'),(20611,641,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.685219, -80.097305\";s:3:\"lat\";s:10:\"40.6852306\";s:3:\"lng\";s:11:\"-80.0974597\";}'),(20612,641,'_locations_4_location','field_5683f288dcba1'),(20613,641,'locations_4_title','State Route 0079, Section 298'),(20614,641,'_locations_4_title','field_5683f2aadcba2'),(20615,641,'locations_4_image','636'),(20616,641,'_locations_4_image','field_568439ed8109d'),(20617,641,'locations_4_description','This project is for a new interchange/ramp installation and is affecting 10 properties and resulting in the relocation of 1 business and 6 residents in the Township of Cranberry, Butler County.'),(20618,641,'_locations_4_description','field_5683f2b1dcba3'),(20619,641,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.987139, -79.632944\";s:3:\"lat\";s:17:\"40.98713619999999\";s:3:\"lng\";s:18:\"-79.63294350000001\";}'),(20620,641,'_locations_5_location','field_5683f288dcba1'),(20621,641,'locations_5_title','State Route 0068, Section 154 – Brady’s Bend PA – Bridge Replacement'),(20622,641,'_locations_5_title','field_5683f2aadcba2'),(20623,641,'locations_5_image',''),(20624,641,'_locations_5_image','field_568439ed8109d'),(20625,641,'locations_5_description','This project is for a small bridge replacement and is affecting 6 properties in the Township of Bradys Bend, Armstrong County.'),(20626,641,'_locations_5_description','field_5683f2b1dcba3'),(20627,641,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.988028, -79.631225\";s:3:\"lat\";s:17:\"40.98803669999999\";s:3:\"lng\";s:18:\"-79.63124240000002\";}'),(20628,641,'_locations_6_location','field_5683f288dcba1'),(20629,641,'locations_6_title','State Route 0068, Section 155 – Brady’s Bend PA – Bridge Replacement'),(20630,641,'_locations_6_title','field_5683f2aadcba2'),(20631,641,'locations_6_image',''),(20632,641,'_locations_6_image','field_568439ed8109d'),(20633,641,'locations_6_description','This project is for a small bridge replacement and is affecting 3 properties in the Township of Brady\'s Bend, Armstrong County.'),(20634,641,'_locations_6_description','field_5683f2b1dcba3'),(20635,641,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.993055, -79.630081\";s:3:\"lat\";s:10:\"40.9930516\";s:3:\"lng\";s:11:\"-79.6300981\";}'),(20636,641,'_locations_7_location','field_5683f288dcba1'),(20637,641,'locations_7_title','State Route 0068, Section 156 – Brady’s Bend PA – Bridge Replacement'),(20638,641,'_locations_7_title','field_5683f2aadcba2'),(20639,641,'locations_7_image',''),(20640,641,'_locations_7_image','field_568439ed8109d'),(20641,641,'locations_7_description','This project is for a small bridge replacement and affecting 2 properties in the Township of Brady\'s Bend, Armstrong County.'),(20642,641,'_locations_7_description','field_5683f2b1dcba3'),(20643,641,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.998886, -79.626556\";s:3:\"lat\";s:10:\"40.9988782\";s:3:\"lng\";s:18:\"-79.62654909999998\";}'),(20644,641,'_locations_8_location','field_5683f288dcba1'),(20645,641,'locations_8_title','State Route 0068, Section 157 – Brady’s Bend PA – Bridge Replacement'),(20646,641,'_locations_8_title','field_5683f2aadcba2'),(20647,641,'locations_8_image',''),(20648,641,'_locations_8_image','field_568439ed8109d'),(20649,641,'locations_8_description','This project is for a small bridge replacement and is affecting 5 properties in the Township of Brady\'s Bend, Armstrong County.'),(20650,641,'_locations_8_description','field_5683f2b1dcba3'),(20651,641,'locations','9'),(20652,641,'_locations','field_5683f253a5dba'),(20653,345,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.998886, -79.626556\";s:3:\"lat\";s:10:\"40.9988782\";s:3:\"lng\";s:18:\"-79.62654909999998\";}'),(20654,345,'_locations_8_location','field_5683f288dcba1'),(20655,345,'locations_8_title','State Route 0068, Section 157 – Brady’s Bend PA – Bridge Replacement'),(20656,345,'_locations_8_title','field_5683f2aadcba2'),(20657,345,'locations_8_image',''),(20658,345,'_locations_8_image','field_568439ed8109d'),(20659,345,'locations_8_description','This project is for a small bridge replacement and is affecting 5 properties in the Township of Brady\'s Bend, Armstrong County.'),(20660,345,'_locations_8_description','field_5683f2b1dcba3'),(20661,642,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.452362, -79.144025\";s:3:\"lat\";s:10:\"40.4523774\";s:3:\"lng\";s:18:\"-79.14402769999998\";}'),(20662,642,'_locations_0_location','field_5683f288dcba1'),(20663,642,'locations_0_title','State Route 0022, Section 491 – Blairsville, PA – Roadway Widening'),(20664,642,'_locations_0_title','field_5683f2aadcba2'),(20665,642,'locations_0_image','629'),(20666,642,'_locations_0_image','field_568439ed8109d'),(20667,642,'locations_0_description','This project was for a widening and realignment and affected 25 properties and resulted in the relocation of 1 resident and a cell tower in the Township of Wheatland, Indiana County.'),(20668,642,'_locations_0_description','field_5683f2b1dcba3'),(20669,642,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.037445, -80.029859\";s:3:\"lat\";s:9:\"41.037619\";s:3:\"lng\";s:10:\"-80.029381\";}'),(20670,642,'_locations_1_location','field_5683f288dcba1'),(20671,642,'locations_1_title','State Route 0173, Section 250 – Dougherty’s Mills – Slippery Rock'),(20672,642,'_locations_1_title','field_5683f2aadcba2'),(20673,642,'locations_1_image','631'),(20674,642,'_locations_1_image','field_568439ed8109d'),(20675,642,'locations_1_description','This project was for a bridge replacement and affected 7 properties in the Township of Slippery Rock, Butler County.'),(20676,642,'_locations_1_description','field_5683f2b1dcba3'),(20677,642,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.811030, -80.116499\";s:3:\"lat\";s:10:\"40.8110483\";s:3:\"lng\";s:18:\"-80.11649829999999\";}'),(20678,642,'_locations_2_location','field_5683f288dcba1'),(20679,642,'locations_2_title','State Route 0079, Section 320 – Seneca Ramps'),(20680,642,'_locations_2_title','field_5683f2aadcba2'),(20681,642,'locations_2_image','633'),(20682,642,'_locations_2_image','field_568439ed8109d'),(20683,642,'locations_2_description','This project was for the construction of a missing ramp and affected 30 properties and resulted in the relocation of 6 residents in the Township of Jackson, Butler County.'),(20684,642,'_locations_2_description','field_5683f2b1dcba3'),(20685,642,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.051999, -78.817835\";s:3:\"lat\";s:10:\"41.0520149\";s:3:\"lng\";s:11:\"-78.8178355\";}'),(20686,642,'_locations_3_location','field_5683f288dcba1'),(20687,642,'locations_3_title','State Route 0119 over sugar camp – Sykesville '),(20688,642,'_locations_3_title','field_5683f2aadcba2'),(20689,642,'locations_3_image',''),(20690,642,'_locations_3_image','field_568439ed8109d'),(20691,642,'locations_3_description','This project is for a small bridge replacement and is affecting 10 properties in the Borough of Sykesville, Jefferson County.'),(20692,642,'_locations_3_description','field_5683f2b1dcba3'),(20693,642,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.685219, -80.097305\";s:3:\"lat\";s:10:\"40.6852306\";s:3:\"lng\";s:11:\"-80.0974597\";}'),(20694,642,'_locations_4_location','field_5683f288dcba1'),(20695,642,'locations_4_title','State Route 0079, Section 298'),(20696,642,'_locations_4_title','field_5683f2aadcba2'),(20697,642,'locations_4_image','636'),(20698,642,'_locations_4_image','field_568439ed8109d'),(20699,642,'locations_4_description','This project is for a new interchange/ramp installation and is affecting 10 properties and resulting in the relocation of 1 business and 6 residents in the Township of Cranberry, Butler County.'),(20700,642,'_locations_4_description','field_5683f2b1dcba3'),(20701,642,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.987139, -79.632944\";s:3:\"lat\";s:17:\"40.98713619999999\";s:3:\"lng\";s:18:\"-79.63294350000001\";}'),(20702,642,'_locations_5_location','field_5683f288dcba1'),(20703,642,'locations_5_title','State Route 0068, Section 154 – Brady’s Bend PA – Bridge Replacement'),(20704,642,'_locations_5_title','field_5683f2aadcba2'),(20705,642,'locations_5_image',''),(20706,642,'_locations_5_image','field_568439ed8109d'),(20707,642,'locations_5_description','This project is for a small bridge replacement and is affecting 6 properties in the Township of Bradys Bend, Armstrong County.'),(20708,642,'_locations_5_description','field_5683f2b1dcba3'),(20709,642,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.988028, -79.631225\";s:3:\"lat\";s:17:\"40.98803669999999\";s:3:\"lng\";s:18:\"-79.63124240000002\";}'),(20710,642,'_locations_6_location','field_5683f288dcba1'),(20711,642,'locations_6_title','State Route 0068, Section 155 – Brady’s Bend PA – Bridge Replacement'),(20712,642,'_locations_6_title','field_5683f2aadcba2'),(20713,642,'locations_6_image',''),(20714,642,'_locations_6_image','field_568439ed8109d'),(20715,642,'locations_6_description','This project is for a small bridge replacement and is affecting 3 properties in the Township of Brady\'s Bend, Armstrong County.'),(20716,642,'_locations_6_description','field_5683f2b1dcba3'),(20717,642,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.993055, -79.630081\";s:3:\"lat\";s:10:\"40.9930516\";s:3:\"lng\";s:11:\"-79.6300981\";}'),(20718,642,'_locations_7_location','field_5683f288dcba1'),(20719,642,'locations_7_title','State Route 0068, Section 156 – Brady’s Bend PA – Bridge Replacement'),(20720,642,'_locations_7_title','field_5683f2aadcba2'),(20721,642,'locations_7_image',''),(20722,642,'_locations_7_image','field_568439ed8109d'),(20723,642,'locations_7_description','This project is for a small bridge replacement and affecting 2 properties in the Township of Brady\'s Bend, Armstrong County.'),(20724,642,'_locations_7_description','field_5683f2b1dcba3'),(20725,642,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.998886, -79.626556\";s:3:\"lat\";s:10:\"40.9988782\";s:3:\"lng\";s:18:\"-79.62654909999998\";}'),(20726,642,'_locations_8_location','field_5683f288dcba1'),(20727,642,'locations_8_title','State Route 0068, Section 157 – Brady’s Bend PA – Bridge Replacement'),(20728,642,'_locations_8_title','field_5683f2aadcba2'),(20729,642,'locations_8_image',''),(20730,642,'_locations_8_image','field_568439ed8109d'),(20731,642,'locations_8_description','This project is for a small bridge replacement and is affecting 5 properties in the Township of Brady\'s Bend, Armstrong County.'),(20732,642,'_locations_8_description','field_5683f2b1dcba3'),(20733,642,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.999279, -79.624335\";s:3:\"lat\";s:9:\"40.999587\";s:3:\"lng\";s:18:\"-79.62419899999998\";}'),(20734,642,'_locations_9_location','field_5683f288dcba1'),(20735,642,'locations_9_title','State Route 0068, Section 158 – Brady’s Bend PA – Bridge Replacement'),(20736,642,'_locations_9_title','field_5683f2aadcba2'),(20737,642,'locations_9_image',''),(20738,642,'_locations_9_image','field_568439ed8109d'),(20739,642,'locations_9_description','This project is for a small bridge replacement and is affecting 5 properties in the Township of Brady\'s Bend, Armstrong County.'),(20740,642,'_locations_9_description','field_5683f2b1dcba3'),(20741,642,'locations','10'),(20742,642,'_locations','field_5683f253a5dba'),(20743,345,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.999279, -79.624335\";s:3:\"lat\";s:9:\"40.999587\";s:3:\"lng\";s:18:\"-79.62419899999998\";}'),(20744,345,'_locations_9_location','field_5683f288dcba1'),(20745,345,'locations_9_title','State Route 0068, Section 158 – Brady’s Bend PA – Bridge Replacement'),(20746,345,'_locations_9_title','field_5683f2aadcba2'),(20747,345,'locations_9_image',''),(20748,345,'_locations_9_image','field_568439ed8109d'),(20749,345,'locations_9_description','This project is for a small bridge replacement and is affecting 5 properties in the Township of Brady\'s Bend, Armstrong County.'),(20750,345,'_locations_9_description','field_5683f2b1dcba3'),(20751,643,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.452362, -79.144025\";s:3:\"lat\";s:10:\"40.4523774\";s:3:\"lng\";s:18:\"-79.14402769999998\";}'),(20752,643,'_locations_0_location','field_5683f288dcba1'),(20753,643,'locations_0_title','State Route 0022, Section 491 – Blairsville, PA – Roadway Widening'),(20754,643,'_locations_0_title','field_5683f2aadcba2'),(20755,643,'locations_0_image','629'),(20756,643,'_locations_0_image','field_568439ed8109d'),(20757,643,'locations_0_description','This project was for a widening and realignment and affected 25 properties and resulted in the relocation of 1 resident and a cell tower in the Township of Wheatland, Indiana County.'),(20758,643,'_locations_0_description','field_5683f2b1dcba3'),(20759,643,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.037445, -80.029859\";s:3:\"lat\";s:9:\"41.037619\";s:3:\"lng\";s:10:\"-80.029381\";}'),(20760,643,'_locations_1_location','field_5683f288dcba1'),(20761,643,'locations_1_title','State Route 0173, Section 250 – Dougherty’s Mills – Slippery Rock'),(20762,643,'_locations_1_title','field_5683f2aadcba2'),(20763,643,'locations_1_image','631'),(20764,643,'_locations_1_image','field_568439ed8109d'),(20765,643,'locations_1_description','This project was for a bridge replacement and affected 7 properties in the Township of Slippery Rock, Butler County.'),(20766,643,'_locations_1_description','field_5683f2b1dcba3'),(20767,643,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.811030, -80.116499\";s:3:\"lat\";s:10:\"40.8110483\";s:3:\"lng\";s:18:\"-80.11649829999999\";}'),(20768,643,'_locations_2_location','field_5683f288dcba1'),(20769,643,'locations_2_title','State Route 0079, Section 320 – Seneca Ramps'),(20770,643,'_locations_2_title','field_5683f2aadcba2'),(20771,643,'locations_2_image','633'),(20772,643,'_locations_2_image','field_568439ed8109d'),(20773,643,'locations_2_description','This project was for the construction of a missing ramp and affected 30 properties and resulted in the relocation of 6 residents in the Township of Jackson, Butler County.'),(20774,643,'_locations_2_description','field_5683f2b1dcba3'),(20775,643,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.051999, -78.817835\";s:3:\"lat\";s:10:\"41.0520149\";s:3:\"lng\";s:11:\"-78.8178355\";}'),(20776,643,'_locations_3_location','field_5683f288dcba1'),(20777,643,'locations_3_title','State Route 0119 over sugar camp – Sykesville '),(20778,643,'_locations_3_title','field_5683f2aadcba2'),(20779,643,'locations_3_image',''),(20780,643,'_locations_3_image','field_568439ed8109d'),(20781,643,'locations_3_description','This project is for a small bridge replacement and is affecting 10 properties in the Borough of Sykesville, Jefferson County.'),(20782,643,'_locations_3_description','field_5683f2b1dcba3'),(20783,643,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.685219, -80.097305\";s:3:\"lat\";s:10:\"40.6852306\";s:3:\"lng\";s:11:\"-80.0974597\";}'),(20784,643,'_locations_4_location','field_5683f288dcba1'),(20785,643,'locations_4_title','State Route 0079, Section 298'),(20786,643,'_locations_4_title','field_5683f2aadcba2'),(20787,643,'locations_4_image','636'),(20788,643,'_locations_4_image','field_568439ed8109d'),(20789,643,'locations_4_description','This project is for a new interchange/ramp installation and is affecting 10 properties and resulting in the relocation of 1 business and 6 residents in the Township of Cranberry, Butler County.'),(20790,643,'_locations_4_description','field_5683f2b1dcba3'),(20791,643,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.987139, -79.632944\";s:3:\"lat\";s:17:\"40.98713619999999\";s:3:\"lng\";s:18:\"-79.63294350000001\";}'),(20792,643,'_locations_5_location','field_5683f288dcba1'),(20793,643,'locations_5_title','State Route 0068, Section 154 – Brady’s Bend PA – Bridge Replacement'),(20794,643,'_locations_5_title','field_5683f2aadcba2'),(20795,643,'locations_5_image',''),(20796,643,'_locations_5_image','field_568439ed8109d'),(20797,643,'locations_5_description','This project is for a small bridge replacement and is affecting 6 properties in the Township of Bradys Bend, Armstrong County.'),(20798,643,'_locations_5_description','field_5683f2b1dcba3'),(20799,643,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.988028, -79.631225\";s:3:\"lat\";s:17:\"40.98803669999999\";s:3:\"lng\";s:18:\"-79.63124240000002\";}'),(20800,643,'_locations_6_location','field_5683f288dcba1'),(20801,643,'locations_6_title','State Route 0068, Section 155 – Brady’s Bend PA – Bridge Replacement'),(20802,643,'_locations_6_title','field_5683f2aadcba2'),(20803,643,'locations_6_image',''),(20804,643,'_locations_6_image','field_568439ed8109d'),(20805,643,'locations_6_description','This project is for a small bridge replacement and is affecting 3 properties in the Township of Brady\'s Bend, Armstrong County.'),(20806,643,'_locations_6_description','field_5683f2b1dcba3'),(20807,643,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.993055, -79.630081\";s:3:\"lat\";s:10:\"40.9930516\";s:3:\"lng\";s:11:\"-79.6300981\";}'),(20808,643,'_locations_7_location','field_5683f288dcba1'),(20809,643,'locations_7_title','State Route 0068, Section 156 – Brady’s Bend PA – Bridge Replacement'),(20810,643,'_locations_7_title','field_5683f2aadcba2'),(20811,643,'locations_7_image',''),(20812,643,'_locations_7_image','field_568439ed8109d'),(20813,643,'locations_7_description','This project is for a small bridge replacement and affecting 2 properties in the Township of Brady\'s Bend, Armstrong County.'),(20814,643,'_locations_7_description','field_5683f2b1dcba3'),(20815,643,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.998886, -79.626556\";s:3:\"lat\";s:10:\"40.9988782\";s:3:\"lng\";s:18:\"-79.62654909999998\";}'),(20816,643,'_locations_8_location','field_5683f288dcba1'),(20817,643,'locations_8_title','State Route 0068, Section 157 – Brady’s Bend PA – Bridge Replacement'),(20818,643,'_locations_8_title','field_5683f2aadcba2'),(20819,643,'locations_8_image',''),(20820,643,'_locations_8_image','field_568439ed8109d'),(20821,643,'locations_8_description','This project is for a small bridge replacement and is affecting 5 properties in the Township of Brady\'s Bend, Armstrong County.'),(20822,643,'_locations_8_description','field_5683f2b1dcba3'),(20823,643,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.999279, -79.624335\";s:3:\"lat\";s:9:\"40.999587\";s:3:\"lng\";s:18:\"-79.62419899999998\";}'),(20824,643,'_locations_9_location','field_5683f288dcba1'),(20825,643,'locations_9_title','State Route 0068, Section 158 – Brady’s Bend PA – Bridge Replacement'),(20826,643,'_locations_9_title','field_5683f2aadcba2'),(20827,643,'locations_9_image',''),(20828,643,'_locations_9_image','field_568439ed8109d'),(20829,643,'locations_9_description','This project is for a small bridge replacement and is affecting 5 properties in the Township of Brady\'s Bend, Armstrong County.'),(20830,643,'_locations_9_description','field_5683f2b1dcba3'),(20831,643,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.923082, -79.463251\";s:3:\"lat\";s:17:\"40.92667180000001\";s:3:\"lng\";s:18:\"-79.46245149999999\";}'),(20832,643,'_locations_10_location','field_5683f288dcba1'),(20833,643,'locations_10_title','South Mahoning Slide, Templeton PA – Landslide'),(20834,643,'_locations_10_title','field_5683f2aadcba2'),(20835,643,'locations_10_image',''),(20836,643,'_locations_10_image','field_568439ed8109d'),(20837,643,'locations_10_description',''),(20838,643,'_locations_10_description','field_5683f2b1dcba3'),(20839,643,'locations','11'),(20840,643,'_locations','field_5683f253a5dba'),(20841,345,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.923082, -79.463251\";s:3:\"lat\";s:17:\"40.92667180000001\";s:3:\"lng\";s:18:\"-79.46245149999999\";}'),(20842,345,'_locations_10_location','field_5683f288dcba1'),(20843,345,'locations_10_title','South Mahoning Slide, Templeton PA – Landslide'),(20844,345,'_locations_10_title','field_5683f2aadcba2'),(20845,345,'locations_10_image','644'),(20846,345,'_locations_10_image','field_568439ed8109d'),(20847,345,'locations_10_description','This project was for an emergency landslide mitigation project that affected 15 properties in the Borough of Templeton, Armstrong County.'),(20848,345,'_locations_10_description','field_5683f2b1dcba3'),(20849,644,'_wp_attached_file','2015/12/wpac862335_06.png'),(20850,644,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:281;s:6:\"height\";i:198;s:4:\"file\";s:25:\"2015/12/wpac862335_06.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wpac862335_06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(20851,645,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.452362, -79.144025\";s:3:\"lat\";s:10:\"40.4523774\";s:3:\"lng\";s:18:\"-79.14402769999998\";}'),(20852,645,'_locations_0_location','field_5683f288dcba1'),(20853,645,'locations_0_title','State Route 0022, Section 491 – Blairsville, PA – Roadway Widening'),(20854,645,'_locations_0_title','field_5683f2aadcba2'),(20855,645,'locations_0_image','629'),(20856,645,'_locations_0_image','field_568439ed8109d'),(20857,645,'locations_0_description','This project was for a widening and realignment and affected 25 properties and resulted in the relocation of 1 resident and a cell tower in the Township of Wheatland, Indiana County.'),(20858,645,'_locations_0_description','field_5683f2b1dcba3'),(20859,645,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.037445, -80.029859\";s:3:\"lat\";s:9:\"41.037619\";s:3:\"lng\";s:10:\"-80.029381\";}'),(20860,645,'_locations_1_location','field_5683f288dcba1'),(20861,645,'locations_1_title','State Route 0173, Section 250 – Dougherty’s Mills – Slippery Rock'),(20862,645,'_locations_1_title','field_5683f2aadcba2'),(20863,645,'locations_1_image','631'),(20864,645,'_locations_1_image','field_568439ed8109d'),(20865,645,'locations_1_description','This project was for a bridge replacement and affected 7 properties in the Township of Slippery Rock, Butler County.'),(20866,645,'_locations_1_description','field_5683f2b1dcba3'),(20867,645,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.811030, -80.116499\";s:3:\"lat\";s:10:\"40.8110483\";s:3:\"lng\";s:18:\"-80.11649829999999\";}'),(20868,645,'_locations_2_location','field_5683f288dcba1'),(20869,645,'locations_2_title','State Route 0079, Section 320 – Seneca Ramps'),(20870,645,'_locations_2_title','field_5683f2aadcba2'),(20871,645,'locations_2_image','633'),(20872,645,'_locations_2_image','field_568439ed8109d'),(20873,645,'locations_2_description','This project was for the construction of a missing ramp and affected 30 properties and resulted in the relocation of 6 residents in the Township of Jackson, Butler County.'),(20874,645,'_locations_2_description','field_5683f2b1dcba3'),(20875,645,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.051999, -78.817835\";s:3:\"lat\";s:10:\"41.0520149\";s:3:\"lng\";s:11:\"-78.8178355\";}'),(20876,645,'_locations_3_location','field_5683f288dcba1'),(20877,645,'locations_3_title','State Route 0119 over sugar camp – Sykesville '),(20878,645,'_locations_3_title','field_5683f2aadcba2'),(20879,645,'locations_3_image',''),(20880,645,'_locations_3_image','field_568439ed8109d'),(20881,645,'locations_3_description','This project is for a small bridge replacement and is affecting 10 properties in the Borough of Sykesville, Jefferson County.'),(20882,645,'_locations_3_description','field_5683f2b1dcba3'),(20883,645,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.685219, -80.097305\";s:3:\"lat\";s:10:\"40.6852306\";s:3:\"lng\";s:11:\"-80.0974597\";}'),(20884,645,'_locations_4_location','field_5683f288dcba1'),(20885,645,'locations_4_title','State Route 0079, Section 298'),(20886,645,'_locations_4_title','field_5683f2aadcba2'),(20887,645,'locations_4_image','636'),(20888,645,'_locations_4_image','field_568439ed8109d'),(20889,645,'locations_4_description','This project is for a new interchange/ramp installation and is affecting 10 properties and resulting in the relocation of 1 business and 6 residents in the Township of Cranberry, Butler County.'),(20890,645,'_locations_4_description','field_5683f2b1dcba3'),(20891,645,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.987139, -79.632944\";s:3:\"lat\";s:17:\"40.98713619999999\";s:3:\"lng\";s:18:\"-79.63294350000001\";}'),(20892,645,'_locations_5_location','field_5683f288dcba1'),(20893,645,'locations_5_title','State Route 0068, Section 154 – Brady’s Bend PA – Bridge Replacement'),(20894,645,'_locations_5_title','field_5683f2aadcba2'),(20895,645,'locations_5_image',''),(20896,645,'_locations_5_image','field_568439ed8109d'),(20897,645,'locations_5_description','This project is for a small bridge replacement and is affecting 6 properties in the Township of Bradys Bend, Armstrong County.'),(20898,645,'_locations_5_description','field_5683f2b1dcba3'),(20899,645,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.988028, -79.631225\";s:3:\"lat\";s:17:\"40.98803669999999\";s:3:\"lng\";s:18:\"-79.63124240000002\";}'),(20900,645,'_locations_6_location','field_5683f288dcba1'),(20901,645,'locations_6_title','State Route 0068, Section 155 – Brady’s Bend PA – Bridge Replacement'),(20902,645,'_locations_6_title','field_5683f2aadcba2'),(20903,645,'locations_6_image',''),(20904,645,'_locations_6_image','field_568439ed8109d'),(20905,645,'locations_6_description','This project is for a small bridge replacement and is affecting 3 properties in the Township of Brady\'s Bend, Armstrong County.'),(20906,645,'_locations_6_description','field_5683f2b1dcba3'),(20907,645,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.993055, -79.630081\";s:3:\"lat\";s:10:\"40.9930516\";s:3:\"lng\";s:11:\"-79.6300981\";}'),(20908,645,'_locations_7_location','field_5683f288dcba1'),(20909,645,'locations_7_title','State Route 0068, Section 156 – Brady’s Bend PA – Bridge Replacement'),(20910,645,'_locations_7_title','field_5683f2aadcba2'),(20911,645,'locations_7_image',''),(20912,645,'_locations_7_image','field_568439ed8109d'),(20913,645,'locations_7_description','This project is for a small bridge replacement and affecting 2 properties in the Township of Brady\'s Bend, Armstrong County.'),(20914,645,'_locations_7_description','field_5683f2b1dcba3'),(20915,645,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.998886, -79.626556\";s:3:\"lat\";s:10:\"40.9988782\";s:3:\"lng\";s:18:\"-79.62654909999998\";}'),(20916,645,'_locations_8_location','field_5683f288dcba1'),(20917,645,'locations_8_title','State Route 0068, Section 157 – Brady’s Bend PA – Bridge Replacement'),(20918,645,'_locations_8_title','field_5683f2aadcba2'),(20919,645,'locations_8_image',''),(20920,645,'_locations_8_image','field_568439ed8109d'),(20921,645,'locations_8_description','This project is for a small bridge replacement and is affecting 5 properties in the Township of Brady\'s Bend, Armstrong County.'),(20922,645,'_locations_8_description','field_5683f2b1dcba3'),(20923,645,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.999279, -79.624335\";s:3:\"lat\";s:9:\"40.999587\";s:3:\"lng\";s:18:\"-79.62419899999998\";}'),(20924,645,'_locations_9_location','field_5683f288dcba1'),(20925,645,'locations_9_title','State Route 0068, Section 158 – Brady’s Bend PA – Bridge Replacement'),(20926,645,'_locations_9_title','field_5683f2aadcba2'),(20927,645,'locations_9_image',''),(20928,645,'_locations_9_image','field_568439ed8109d'),(20929,645,'locations_9_description','This project is for a small bridge replacement and is affecting 5 properties in the Township of Brady\'s Bend, Armstrong County.'),(20930,645,'_locations_9_description','field_5683f2b1dcba3'),(20931,645,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.923082, -79.463251\";s:3:\"lat\";s:17:\"40.92667180000001\";s:3:\"lng\";s:18:\"-79.46245149999999\";}'),(20932,645,'_locations_10_location','field_5683f288dcba1'),(20933,645,'locations_10_title','South Mahoning Slide, Templeton PA – Landslide'),(20934,645,'_locations_10_title','field_5683f2aadcba2'),(20935,645,'locations_10_image','644'),(20936,645,'_locations_10_image','field_568439ed8109d'),(20937,645,'locations_10_description','This project was for an emergency landslide mitigation project that affected 15 properties in the Borough of Templeton, Armstrong County.'),(20938,645,'_locations_10_description','field_5683f2b1dcba3'),(20939,645,'locations','11'),(20940,645,'_locations','field_5683f253a5dba'),(20941,646,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.452362, -79.144025\";s:3:\"lat\";s:10:\"40.4523774\";s:3:\"lng\";s:18:\"-79.14402769999998\";}'),(20942,646,'_locations_0_location','field_5683f288dcba1'),(20943,646,'locations_0_title','State Route 0022, Section 491 – Blairsville, PA – Roadway Widening'),(20944,646,'_locations_0_title','field_5683f2aadcba2'),(20945,646,'locations_0_image','629'),(20946,646,'_locations_0_image','field_568439ed8109d'),(20947,646,'locations_0_description','This project was for a widening and realignment and affected 25 properties and resulted in the relocation of 1 resident and a cell tower in the Township of Wheatland, Indiana County.'),(20948,646,'_locations_0_description','field_5683f2b1dcba3'),(20949,646,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.037445, -80.029859\";s:3:\"lat\";s:9:\"41.037619\";s:3:\"lng\";s:10:\"-80.029381\";}'),(20950,646,'_locations_1_location','field_5683f288dcba1'),(20951,646,'locations_1_title','State Route 0173, Section 250 – Dougherty’s Mills – Slippery Rock'),(20952,646,'_locations_1_title','field_5683f2aadcba2'),(20953,646,'locations_1_image','631'),(20954,646,'_locations_1_image','field_568439ed8109d'),(20955,646,'locations_1_description','This project was for a bridge replacement and affected 7 properties in the Township of Slippery Rock, Butler County.'),(20956,646,'_locations_1_description','field_5683f2b1dcba3'),(20957,646,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.811030, -80.116499\";s:3:\"lat\";s:10:\"40.8110483\";s:3:\"lng\";s:18:\"-80.11649829999999\";}'),(20958,646,'_locations_2_location','field_5683f288dcba1'),(20959,646,'locations_2_title','State Route 0079, Section 320 – Seneca Ramps'),(20960,646,'_locations_2_title','field_5683f2aadcba2'),(20961,646,'locations_2_image','633'),(20962,646,'_locations_2_image','field_568439ed8109d'),(20963,646,'locations_2_description','This project was for the construction of a missing ramp and affected 30 properties and resulted in the relocation of 6 residents in the Township of Jackson, Butler County.'),(20964,646,'_locations_2_description','field_5683f2b1dcba3'),(20965,646,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.051999, -78.817835\";s:3:\"lat\";s:10:\"41.0520149\";s:3:\"lng\";s:11:\"-78.8178355\";}'),(20966,646,'_locations_3_location','field_5683f288dcba1'),(20967,646,'locations_3_title','State Route 0119 over sugar camp – Sykesville '),(20968,646,'_locations_3_title','field_5683f2aadcba2'),(20969,646,'locations_3_image',''),(20970,646,'_locations_3_image','field_568439ed8109d'),(20971,646,'locations_3_description','This project is for a small bridge replacement and is affecting 10 properties in the Borough of Sykesville, Jefferson County.'),(20972,646,'_locations_3_description','field_5683f2b1dcba3'),(20973,646,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.685219, -80.097305\";s:3:\"lat\";s:10:\"40.6852306\";s:3:\"lng\";s:11:\"-80.0974597\";}'),(20974,646,'_locations_4_location','field_5683f288dcba1'),(20975,646,'locations_4_title','State Route 0079, Section 298'),(20976,646,'_locations_4_title','field_5683f2aadcba2'),(20977,646,'locations_4_image','636'),(20978,646,'_locations_4_image','field_568439ed8109d'),(20979,646,'locations_4_description','This project is for a new interchange/ramp installation and is affecting 10 properties and resulting in the relocation of 1 business and 6 residents in the Township of Cranberry, Butler County.'),(20980,646,'_locations_4_description','field_5683f2b1dcba3'),(20981,646,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.987139, -79.632944\";s:3:\"lat\";s:17:\"40.98713619999999\";s:3:\"lng\";s:18:\"-79.63294350000001\";}'),(20982,646,'_locations_5_location','field_5683f288dcba1'),(20983,646,'locations_5_title','State Route 0068, Section 154 – Brady’s Bend PA – Bridge Replacement'),(20984,646,'_locations_5_title','field_5683f2aadcba2'),(20985,646,'locations_5_image',''),(20986,646,'_locations_5_image','field_568439ed8109d'),(20987,646,'locations_5_description','This project is for a small bridge replacement and is affecting 6 properties in the Township of Bradys Bend, Armstrong County.'),(20988,646,'_locations_5_description','field_5683f2b1dcba3'),(20989,646,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.988028, -79.631225\";s:3:\"lat\";s:17:\"40.98803669999999\";s:3:\"lng\";s:18:\"-79.63124240000002\";}'),(20990,646,'_locations_6_location','field_5683f288dcba1'),(20991,646,'locations_6_title','State Route 0068, Section 155 – Brady’s Bend PA – Bridge Replacement'),(20992,646,'_locations_6_title','field_5683f2aadcba2'),(20993,646,'locations_6_image',''),(20994,646,'_locations_6_image','field_568439ed8109d'),(20995,646,'locations_6_description','This project is for a small bridge replacement and is affecting 3 properties in the Township of Brady\'s Bend, Armstrong County.'),(20996,646,'_locations_6_description','field_5683f2b1dcba3'),(20997,646,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.993055, -79.630081\";s:3:\"lat\";s:10:\"40.9930516\";s:3:\"lng\";s:11:\"-79.6300981\";}'),(20998,646,'_locations_7_location','field_5683f288dcba1'),(20999,646,'locations_7_title','State Route 0068, Section 156 – Brady’s Bend PA – Bridge Replacement'),(21000,646,'_locations_7_title','field_5683f2aadcba2'),(21001,646,'locations_7_image',''),(21002,646,'_locations_7_image','field_568439ed8109d'),(21003,646,'locations_7_description','This project is for a small bridge replacement and affecting 2 properties in the Township of Brady\'s Bend, Armstrong County.'),(21004,646,'_locations_7_description','field_5683f2b1dcba3'),(21005,646,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.998886, -79.626556\";s:3:\"lat\";s:10:\"40.9988782\";s:3:\"lng\";s:18:\"-79.62654909999998\";}'),(21006,646,'_locations_8_location','field_5683f288dcba1'),(21007,646,'locations_8_title','State Route 0068, Section 157 – Brady’s Bend PA – Bridge Replacement'),(21008,646,'_locations_8_title','field_5683f2aadcba2'),(21009,646,'locations_8_image',''),(21010,646,'_locations_8_image','field_568439ed8109d'),(21011,646,'locations_8_description','This project is for a small bridge replacement and is affecting 5 properties in the Township of Brady\'s Bend, Armstrong County.'),(21012,646,'_locations_8_description','field_5683f2b1dcba3'),(21013,646,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.999279, -79.624335\";s:3:\"lat\";s:9:\"40.999587\";s:3:\"lng\";s:18:\"-79.62419899999998\";}'),(21014,646,'_locations_9_location','field_5683f288dcba1'),(21015,646,'locations_9_title','State Route 0068, Section 158 – Brady’s Bend PA – Bridge Replacement'),(21016,646,'_locations_9_title','field_5683f2aadcba2'),(21017,646,'locations_9_image',''),(21018,646,'_locations_9_image','field_568439ed8109d'),(21019,646,'locations_9_description','This project is for a small bridge replacement and is affecting 5 properties in the Township of Brady\'s Bend, Armstrong County.'),(21020,646,'_locations_9_description','field_5683f2b1dcba3'),(21021,646,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.923082, -79.463251\";s:3:\"lat\";s:17:\"40.92667180000001\";s:3:\"lng\";s:18:\"-79.46245149999999\";}'),(21022,646,'_locations_10_location','field_5683f288dcba1'),(21023,646,'locations_10_title','South Mahoning Slide, Templeton PA – Landslide'),(21024,646,'_locations_10_title','field_5683f2aadcba2'),(21025,646,'locations_10_image','644'),(21026,646,'_locations_10_image','field_568439ed8109d'),(21027,646,'locations_10_description','This project was for an emergency landslide mitigation project that affected 15 properties in the Borough of Templeton, Armstrong County.'),(21028,646,'_locations_10_description','field_5683f2b1dcba3'),(21029,646,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.796700, -79.173410\";s:3:\"lat\";s:9:\"40.796301\";s:3:\"lng\";s:18:\"-79.17366400000003\";}'),(21030,646,'_locations_11_location','field_5683f288dcba1'),(21031,646,'locations_11_title','State Route 0085, Section 450 Plumville Bridge 1'),(21032,646,'_locations_11_title','field_5683f2aadcba2'),(21033,646,'locations_11_image',''),(21034,646,'_locations_11_image','field_568439ed8109d'),(21035,646,'locations_11_description','This project is for a bridge and is affecting 9 properties and resulting in the relocation of 1 business and 1 resident in the Borough of Plumville, Indiana County.'),(21036,646,'_locations_11_description','field_5683f2b1dcba3'),(21037,646,'locations','12'),(21038,646,'_locations','field_5683f253a5dba'),(21039,345,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.796700, -79.173410\";s:3:\"lat\";s:9:\"40.796301\";s:3:\"lng\";s:18:\"-79.17366400000003\";}'),(21040,345,'_locations_11_location','field_5683f288dcba1'),(21041,345,'locations_11_title','State Route 0085, Section 450 Plumville Bridge 1'),(21042,345,'_locations_11_title','field_5683f2aadcba2'),(21043,345,'locations_11_image',''),(21044,345,'_locations_11_image','field_568439ed8109d'),(21045,345,'locations_11_description','This project is for a bridge and is affecting 9 properties and resulting in the relocation of 1 business and 1 resident in the Borough of Plumville, Indiana County.'),(21046,345,'_locations_11_description','field_5683f2b1dcba3'),(21047,647,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.452362, -79.144025\";s:3:\"lat\";s:10:\"40.4523774\";s:3:\"lng\";s:18:\"-79.14402769999998\";}'),(21048,647,'_locations_0_location','field_5683f288dcba1'),(21049,647,'locations_0_title','State Route 0022, Section 491 – Blairsville, PA – Roadway Widening'),(21050,647,'_locations_0_title','field_5683f2aadcba2'),(21051,647,'locations_0_image','629'),(21052,647,'_locations_0_image','field_568439ed8109d'),(21053,647,'locations_0_description','This project was for a widening and realignment and affected 25 properties and resulted in the relocation of 1 resident and a cell tower in the Township of Wheatland, Indiana County.'),(21054,647,'_locations_0_description','field_5683f2b1dcba3'),(21055,647,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.037445, -80.029859\";s:3:\"lat\";s:9:\"41.037619\";s:3:\"lng\";s:10:\"-80.029381\";}'),(21056,647,'_locations_1_location','field_5683f288dcba1'),(21057,647,'locations_1_title','State Route 0173, Section 250 – Dougherty’s Mills – Slippery Rock'),(21058,647,'_locations_1_title','field_5683f2aadcba2'),(21059,647,'locations_1_image','631'),(21060,647,'_locations_1_image','field_568439ed8109d'),(21061,647,'locations_1_description','This project was for a bridge replacement and affected 7 properties in the Township of Slippery Rock, Butler County.'),(21062,647,'_locations_1_description','field_5683f2b1dcba3'),(21063,647,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.811030, -80.116499\";s:3:\"lat\";s:10:\"40.8110483\";s:3:\"lng\";s:18:\"-80.11649829999999\";}'),(21064,647,'_locations_2_location','field_5683f288dcba1'),(21065,647,'locations_2_title','State Route 0079, Section 320 – Seneca Ramps'),(21066,647,'_locations_2_title','field_5683f2aadcba2'),(21067,647,'locations_2_image','633'),(21068,647,'_locations_2_image','field_568439ed8109d'),(21069,647,'locations_2_description','This project was for the construction of a missing ramp and affected 30 properties and resulted in the relocation of 6 residents in the Township of Jackson, Butler County.'),(21070,647,'_locations_2_description','field_5683f2b1dcba3'),(21071,647,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.051999, -78.817835\";s:3:\"lat\";s:10:\"41.0520149\";s:3:\"lng\";s:11:\"-78.8178355\";}'),(21072,647,'_locations_3_location','field_5683f288dcba1'),(21073,647,'locations_3_title','State Route 0119 over sugar camp – Sykesville '),(21074,647,'_locations_3_title','field_5683f2aadcba2'),(21075,647,'locations_3_image',''),(21076,647,'_locations_3_image','field_568439ed8109d'),(21077,647,'locations_3_description','This project is for a small bridge replacement and is affecting 10 properties in the Borough of Sykesville, Jefferson County.'),(21078,647,'_locations_3_description','field_5683f2b1dcba3'),(21079,647,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.685219, -80.097305\";s:3:\"lat\";s:10:\"40.6852306\";s:3:\"lng\";s:11:\"-80.0974597\";}'),(21080,647,'_locations_4_location','field_5683f288dcba1'),(21081,647,'locations_4_title','State Route 0079, Section 298'),(21082,647,'_locations_4_title','field_5683f2aadcba2'),(21083,647,'locations_4_image','636'),(21084,647,'_locations_4_image','field_568439ed8109d'),(21085,647,'locations_4_description','This project is for a new interchange/ramp installation and is affecting 10 properties and resulting in the relocation of 1 business and 6 residents in the Township of Cranberry, Butler County.'),(21086,647,'_locations_4_description','field_5683f2b1dcba3'),(21087,647,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.987139, -79.632944\";s:3:\"lat\";s:17:\"40.98713619999999\";s:3:\"lng\";s:18:\"-79.63294350000001\";}'),(21088,647,'_locations_5_location','field_5683f288dcba1'),(21089,647,'locations_5_title','State Route 0068, Section 154 – Brady’s Bend PA – Bridge Replacement'),(21090,647,'_locations_5_title','field_5683f2aadcba2'),(21091,647,'locations_5_image',''),(21092,647,'_locations_5_image','field_568439ed8109d'),(21093,647,'locations_5_description','This project is for a small bridge replacement and is affecting 6 properties in the Township of Bradys Bend, Armstrong County.'),(21094,647,'_locations_5_description','field_5683f2b1dcba3'),(21095,647,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.988028, -79.631225\";s:3:\"lat\";s:17:\"40.98803669999999\";s:3:\"lng\";s:18:\"-79.63124240000002\";}'),(21096,647,'_locations_6_location','field_5683f288dcba1'),(21097,647,'locations_6_title','State Route 0068, Section 155 – Brady’s Bend PA – Bridge Replacement'),(21098,647,'_locations_6_title','field_5683f2aadcba2'),(21099,647,'locations_6_image',''),(21100,647,'_locations_6_image','field_568439ed8109d'),(21101,647,'locations_6_description','This project is for a small bridge replacement and is affecting 3 properties in the Township of Brady\'s Bend, Armstrong County.'),(21102,647,'_locations_6_description','field_5683f2b1dcba3'),(21103,647,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.993055, -79.630081\";s:3:\"lat\";s:10:\"40.9930516\";s:3:\"lng\";s:11:\"-79.6300981\";}'),(21104,647,'_locations_7_location','field_5683f288dcba1'),(21105,647,'locations_7_title','State Route 0068, Section 156 – Brady’s Bend PA – Bridge Replacement'),(21106,647,'_locations_7_title','field_5683f2aadcba2'),(21107,647,'locations_7_image',''),(21108,647,'_locations_7_image','field_568439ed8109d'),(21109,647,'locations_7_description','This project is for a small bridge replacement and affecting 2 properties in the Township of Brady\'s Bend, Armstrong County.'),(21110,647,'_locations_7_description','field_5683f2b1dcba3'),(21111,647,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.998886, -79.626556\";s:3:\"lat\";s:10:\"40.9988782\";s:3:\"lng\";s:18:\"-79.62654909999998\";}'),(21112,647,'_locations_8_location','field_5683f288dcba1'),(21113,647,'locations_8_title','State Route 0068, Section 157 – Brady’s Bend PA – Bridge Replacement'),(21114,647,'_locations_8_title','field_5683f2aadcba2'),(21115,647,'locations_8_image',''),(21116,647,'_locations_8_image','field_568439ed8109d'),(21117,647,'locations_8_description','This project is for a small bridge replacement and is affecting 5 properties in the Township of Brady\'s Bend, Armstrong County.'),(21118,647,'_locations_8_description','field_5683f2b1dcba3'),(21119,647,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.999279, -79.624335\";s:3:\"lat\";s:9:\"40.999587\";s:3:\"lng\";s:18:\"-79.62419899999998\";}'),(21120,647,'_locations_9_location','field_5683f288dcba1'),(21121,647,'locations_9_title','State Route 0068, Section 158 – Brady’s Bend PA – Bridge Replacement'),(21122,647,'_locations_9_title','field_5683f2aadcba2'),(21123,647,'locations_9_image',''),(21124,647,'_locations_9_image','field_568439ed8109d'),(21125,647,'locations_9_description','This project is for a small bridge replacement and is affecting 5 properties in the Township of Brady\'s Bend, Armstrong County.'),(21126,647,'_locations_9_description','field_5683f2b1dcba3'),(21127,647,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.923082, -79.463251\";s:3:\"lat\";s:17:\"40.92667180000001\";s:3:\"lng\";s:18:\"-79.46245149999999\";}'),(21128,647,'_locations_10_location','field_5683f288dcba1'),(21129,647,'locations_10_title','South Mahoning Slide, Templeton PA – Landslide'),(21130,647,'_locations_10_title','field_5683f2aadcba2'),(21131,647,'locations_10_image','644'),(21132,647,'_locations_10_image','field_568439ed8109d'),(21133,647,'locations_10_description','This project was for an emergency landslide mitigation project that affected 15 properties in the Borough of Templeton, Armstrong County.'),(21134,647,'_locations_10_description','field_5683f2b1dcba3'),(21135,647,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.796700, -79.173410\";s:3:\"lat\";s:9:\"40.796301\";s:3:\"lng\";s:18:\"-79.17366400000003\";}'),(21136,647,'_locations_11_location','field_5683f288dcba1'),(21137,647,'locations_11_title','State Route 0085, Section 450 Plumville Bridge 1'),(21138,647,'_locations_11_title','field_5683f2aadcba2'),(21139,647,'locations_11_image',''),(21140,647,'_locations_11_image','field_568439ed8109d'),(21141,647,'locations_11_description','This project is for a bridge and is affecting 9 properties and resulting in the relocation of 1 business and 1 resident in the Borough of Plumville, Indiana County.'),(21142,647,'_locations_11_description','field_5683f2b1dcba3'),(21143,647,'locations_12_location',''),(21144,647,'_locations_12_location','field_5683f288dcba1'),(21145,647,'locations_12_title','State Route 0085, Section 450 Plumville Bridge 1'),(21146,647,'_locations_12_title','field_5683f2aadcba2'),(21147,647,'locations_12_image',''),(21148,647,'_locations_12_image','field_568439ed8109d'),(21149,647,'locations_12_description',''),(21150,647,'_locations_12_description','field_5683f2b1dcba3'),(21151,647,'locations','13'),(21152,647,'_locations','field_5683f253a5dba'),(21153,345,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.796698, -79.173416\";s:3:\"lat\";s:9:\"40.796301\";s:3:\"lng\";s:18:\"-79.17366400000003\";}'),(21154,345,'_locations_12_location','field_5683f288dcba1'),(21155,345,'locations_12_title','State Route 0085, Section 450 Plumville Bridge 1'),(21156,345,'_locations_12_title','field_5683f2aadcba2'),(21157,345,'locations_12_image',''),(21158,345,'_locations_12_image','field_568439ed8109d'),(21159,345,'locations_12_description','This project is for a bridge and is affecting 9 properties and resulting in the relocation of 1 business and 1 resident in the Borough of Plumville, Indiana County.'),(21160,345,'_locations_12_description','field_5683f2b1dcba3'),(21161,648,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.452362, -79.144025\";s:3:\"lat\";s:10:\"40.4523774\";s:3:\"lng\";s:18:\"-79.14402769999998\";}'),(21162,648,'_locations_0_location','field_5683f288dcba1'),(21163,648,'locations_0_title','State Route 0022, Section 491 – Blairsville, PA – Roadway Widening'),(21164,648,'_locations_0_title','field_5683f2aadcba2'),(21165,648,'locations_0_image','629'),(21166,648,'_locations_0_image','field_568439ed8109d'),(21167,648,'locations_0_description','This project was for a widening and realignment and affected 25 properties and resulted in the relocation of 1 resident and a cell tower in the Township of Wheatland, Indiana County.'),(21168,648,'_locations_0_description','field_5683f2b1dcba3'),(21169,648,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.037445, -80.029859\";s:3:\"lat\";s:9:\"41.037619\";s:3:\"lng\";s:10:\"-80.029381\";}'),(21170,648,'_locations_1_location','field_5683f288dcba1'),(21171,648,'locations_1_title','State Route 0173, Section 250 – Dougherty’s Mills – Slippery Rock'),(21172,648,'_locations_1_title','field_5683f2aadcba2'),(21173,648,'locations_1_image','631'),(21174,648,'_locations_1_image','field_568439ed8109d'),(21175,648,'locations_1_description','This project was for a bridge replacement and affected 7 properties in the Township of Slippery Rock, Butler County.'),(21176,648,'_locations_1_description','field_5683f2b1dcba3'),(21177,648,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.811030, -80.116499\";s:3:\"lat\";s:10:\"40.8110483\";s:3:\"lng\";s:18:\"-80.11649829999999\";}'),(21178,648,'_locations_2_location','field_5683f288dcba1'),(21179,648,'locations_2_title','State Route 0079, Section 320 – Seneca Ramps'),(21180,648,'_locations_2_title','field_5683f2aadcba2'),(21181,648,'locations_2_image','633'),(21182,648,'_locations_2_image','field_568439ed8109d'),(21183,648,'locations_2_description','This project was for the construction of a missing ramp and affected 30 properties and resulted in the relocation of 6 residents in the Township of Jackson, Butler County.'),(21184,648,'_locations_2_description','field_5683f2b1dcba3'),(21185,648,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.051999, -78.817835\";s:3:\"lat\";s:10:\"41.0520149\";s:3:\"lng\";s:11:\"-78.8178355\";}'),(21186,648,'_locations_3_location','field_5683f288dcba1'),(21187,648,'locations_3_title','State Route 0119 over sugar camp – Sykesville '),(21188,648,'_locations_3_title','field_5683f2aadcba2'),(21189,648,'locations_3_image',''),(21190,648,'_locations_3_image','field_568439ed8109d'),(21191,648,'locations_3_description','This project is for a small bridge replacement and is affecting 10 properties in the Borough of Sykesville, Jefferson County.'),(21192,648,'_locations_3_description','field_5683f2b1dcba3'),(21193,648,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.685219, -80.097305\";s:3:\"lat\";s:10:\"40.6852306\";s:3:\"lng\";s:11:\"-80.0974597\";}'),(21194,648,'_locations_4_location','field_5683f288dcba1'),(21195,648,'locations_4_title','State Route 0079, Section 298'),(21196,648,'_locations_4_title','field_5683f2aadcba2'),(21197,648,'locations_4_image','636'),(21198,648,'_locations_4_image','field_568439ed8109d'),(21199,648,'locations_4_description','This project is for a new interchange/ramp installation and is affecting 10 properties and resulting in the relocation of 1 business and 6 residents in the Township of Cranberry, Butler County.'),(21200,648,'_locations_4_description','field_5683f2b1dcba3'),(21201,648,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.987139, -79.632944\";s:3:\"lat\";s:17:\"40.98713619999999\";s:3:\"lng\";s:18:\"-79.63294350000001\";}'),(21202,648,'_locations_5_location','field_5683f288dcba1'),(21203,648,'locations_5_title','State Route 0068, Section 154 – Brady’s Bend PA – Bridge Replacement'),(21204,648,'_locations_5_title','field_5683f2aadcba2'),(21205,648,'locations_5_image',''),(21206,648,'_locations_5_image','field_568439ed8109d'),(21207,648,'locations_5_description','This project is for a small bridge replacement and is affecting 6 properties in the Township of Bradys Bend, Armstrong County.'),(21208,648,'_locations_5_description','field_5683f2b1dcba3'),(21209,648,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.988028, -79.631225\";s:3:\"lat\";s:17:\"40.98803669999999\";s:3:\"lng\";s:18:\"-79.63124240000002\";}'),(21210,648,'_locations_6_location','field_5683f288dcba1'),(21211,648,'locations_6_title','State Route 0068, Section 155 – Brady’s Bend PA – Bridge Replacement'),(21212,648,'_locations_6_title','field_5683f2aadcba2'),(21213,648,'locations_6_image',''),(21214,648,'_locations_6_image','field_568439ed8109d'),(21215,648,'locations_6_description','This project is for a small bridge replacement and is affecting 3 properties in the Township of Brady\'s Bend, Armstrong County.'),(21216,648,'_locations_6_description','field_5683f2b1dcba3'),(21217,648,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.993055, -79.630081\";s:3:\"lat\";s:10:\"40.9930516\";s:3:\"lng\";s:11:\"-79.6300981\";}'),(21218,648,'_locations_7_location','field_5683f288dcba1'),(21219,648,'locations_7_title','State Route 0068, Section 156 – Brady’s Bend PA – Bridge Replacement'),(21220,648,'_locations_7_title','field_5683f2aadcba2'),(21221,648,'locations_7_image',''),(21222,648,'_locations_7_image','field_568439ed8109d'),(21223,648,'locations_7_description','This project is for a small bridge replacement and affecting 2 properties in the Township of Brady\'s Bend, Armstrong County.'),(21224,648,'_locations_7_description','field_5683f2b1dcba3'),(21225,648,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.998886, -79.626556\";s:3:\"lat\";s:10:\"40.9988782\";s:3:\"lng\";s:18:\"-79.62654909999998\";}'),(21226,648,'_locations_8_location','field_5683f288dcba1'),(21227,648,'locations_8_title','State Route 0068, Section 157 – Brady’s Bend PA – Bridge Replacement'),(21228,648,'_locations_8_title','field_5683f2aadcba2'),(21229,648,'locations_8_image',''),(21230,648,'_locations_8_image','field_568439ed8109d'),(21231,648,'locations_8_description','This project is for a small bridge replacement and is affecting 5 properties in the Township of Brady\'s Bend, Armstrong County.'),(21232,648,'_locations_8_description','field_5683f2b1dcba3'),(21233,648,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.999279, -79.624335\";s:3:\"lat\";s:9:\"40.999587\";s:3:\"lng\";s:18:\"-79.62419899999998\";}'),(21234,648,'_locations_9_location','field_5683f288dcba1'),(21235,648,'locations_9_title','State Route 0068, Section 158 – Brady’s Bend PA – Bridge Replacement'),(21236,648,'_locations_9_title','field_5683f2aadcba2'),(21237,648,'locations_9_image',''),(21238,648,'_locations_9_image','field_568439ed8109d'),(21239,648,'locations_9_description','This project is for a small bridge replacement and is affecting 5 properties in the Township of Brady\'s Bend, Armstrong County.'),(21240,648,'_locations_9_description','field_5683f2b1dcba3'),(21241,648,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.923082, -79.463251\";s:3:\"lat\";s:17:\"40.92667180000001\";s:3:\"lng\";s:18:\"-79.46245149999999\";}'),(21242,648,'_locations_10_location','field_5683f288dcba1'),(21243,648,'locations_10_title','South Mahoning Slide, Templeton PA – Landslide'),(21244,648,'_locations_10_title','field_5683f2aadcba2'),(21245,648,'locations_10_image','644'),(21246,648,'_locations_10_image','field_568439ed8109d'),(21247,648,'locations_10_description','This project was for an emergency landslide mitigation project that affected 15 properties in the Borough of Templeton, Armstrong County.'),(21248,648,'_locations_10_description','field_5683f2b1dcba3'),(21249,648,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.796700, -79.173410\";s:3:\"lat\";s:9:\"40.796301\";s:3:\"lng\";s:18:\"-79.17366400000003\";}'),(21250,648,'_locations_11_location','field_5683f288dcba1'),(21251,648,'locations_11_title','State Route 0085, Section 450 Plumville Bridge 1'),(21252,648,'_locations_11_title','field_5683f2aadcba2'),(21253,648,'locations_11_image',''),(21254,648,'_locations_11_image','field_568439ed8109d'),(21255,648,'locations_11_description','This project is for a bridge and is affecting 9 properties and resulting in the relocation of 1 business and 1 resident in the Borough of Plumville, Indiana County.'),(21256,648,'_locations_11_description','field_5683f2b1dcba3'),(21257,648,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.796698, -79.173416\";s:3:\"lat\";s:9:\"40.796301\";s:3:\"lng\";s:18:\"-79.17366400000003\";}'),(21258,648,'_locations_12_location','field_5683f288dcba1'),(21259,648,'locations_12_title','State Route 0085, Section 450 Plumville Bridge 1'),(21260,648,'_locations_12_title','field_5683f2aadcba2'),(21261,648,'locations_12_image',''),(21262,648,'_locations_12_image','field_568439ed8109d'),(21263,648,'locations_12_description','This project is for a bridge and is affecting 9 properties and resulting in the relocation of 1 business and 1 resident in the Borough of Plumville, Indiana County.'),(21264,648,'_locations_12_description','field_5683f2b1dcba3'),(21265,648,'locations','13'),(21266,648,'_locations','field_5683f253a5dba'),(21267,649,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.452362, -79.144025\";s:3:\"lat\";s:10:\"40.4523774\";s:3:\"lng\";s:18:\"-79.14402769999998\";}'),(21268,649,'_locations_0_location','field_5683f288dcba1'),(21269,649,'locations_0_title','State Route 0022, Section 491 – Blairsville, PA – Roadway Widening'),(21270,649,'_locations_0_title','field_5683f2aadcba2'),(21271,649,'locations_0_image','629'),(21272,649,'_locations_0_image','field_568439ed8109d'),(21273,649,'locations_0_description','This project was for a widening and realignment and affected 25 properties and resulted in the relocation of 1 resident and a cell tower in the Township of Wheatland, Indiana County.'),(21274,649,'_locations_0_description','field_5683f2b1dcba3'),(21275,649,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.037445, -80.029859\";s:3:\"lat\";s:9:\"41.037619\";s:3:\"lng\";s:10:\"-80.029381\";}'),(21276,649,'_locations_1_location','field_5683f288dcba1'),(21277,649,'locations_1_title','State Route 0173, Section 250 – Dougherty’s Mills – Slippery Rock'),(21278,649,'_locations_1_title','field_5683f2aadcba2'),(21279,649,'locations_1_image','631'),(21280,649,'_locations_1_image','field_568439ed8109d'),(21281,649,'locations_1_description','This project was for a bridge replacement and affected 7 properties in the Township of Slippery Rock, Butler County.'),(21282,649,'_locations_1_description','field_5683f2b1dcba3'),(21283,649,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.811030, -80.116499\";s:3:\"lat\";s:10:\"40.8110483\";s:3:\"lng\";s:18:\"-80.11649829999999\";}'),(21284,649,'_locations_2_location','field_5683f288dcba1'),(21285,649,'locations_2_title','State Route 0079, Section 320 – Seneca Ramps'),(21286,649,'_locations_2_title','field_5683f2aadcba2'),(21287,649,'locations_2_image','633'),(21288,649,'_locations_2_image','field_568439ed8109d'),(21289,649,'locations_2_description','This project was for the construction of a missing ramp and affected 30 properties and resulted in the relocation of 6 residents in the Township of Jackson, Butler County.'),(21290,649,'_locations_2_description','field_5683f2b1dcba3'),(21291,649,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.051999, -78.817835\";s:3:\"lat\";s:10:\"41.0520149\";s:3:\"lng\";s:11:\"-78.8178355\";}'),(21292,649,'_locations_3_location','field_5683f288dcba1'),(21293,649,'locations_3_title','State Route 0119 over sugar camp – Sykesville '),(21294,649,'_locations_3_title','field_5683f2aadcba2'),(21295,649,'locations_3_image',''),(21296,649,'_locations_3_image','field_568439ed8109d'),(21297,649,'locations_3_description','This project is for a small bridge replacement and is affecting 10 properties in the Borough of Sykesville, Jefferson County.'),(21298,649,'_locations_3_description','field_5683f2b1dcba3'),(21299,649,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.685219, -80.097305\";s:3:\"lat\";s:10:\"40.6852306\";s:3:\"lng\";s:11:\"-80.0974597\";}'),(21300,649,'_locations_4_location','field_5683f288dcba1'),(21301,649,'locations_4_title','State Route 0079, Section 298'),(21302,649,'_locations_4_title','field_5683f2aadcba2'),(21303,649,'locations_4_image','636'),(21304,649,'_locations_4_image','field_568439ed8109d'),(21305,649,'locations_4_description','This project is for a new interchange/ramp installation and is affecting 10 properties and resulting in the relocation of 1 business and 6 residents in the Township of Cranberry, Butler County.'),(21306,649,'_locations_4_description','field_5683f2b1dcba3'),(21307,649,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.987139, -79.632944\";s:3:\"lat\";s:17:\"40.98713619999999\";s:3:\"lng\";s:18:\"-79.63294350000001\";}'),(21308,649,'_locations_5_location','field_5683f288dcba1'),(21309,649,'locations_5_title','State Route 0068, Section 154 – Brady’s Bend PA – Bridge Replacement'),(21310,649,'_locations_5_title','field_5683f2aadcba2'),(21311,649,'locations_5_image',''),(21312,649,'_locations_5_image','field_568439ed8109d'),(21313,649,'locations_5_description','This project is for a small bridge replacement and is affecting 6 properties in the Township of Bradys Bend, Armstrong County.'),(21314,649,'_locations_5_description','field_5683f2b1dcba3'),(21315,649,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.988028, -79.631225\";s:3:\"lat\";s:17:\"40.98803669999999\";s:3:\"lng\";s:18:\"-79.63124240000002\";}'),(21316,649,'_locations_6_location','field_5683f288dcba1'),(21317,649,'locations_6_title','State Route 0068, Section 155 – Brady’s Bend PA – Bridge Replacement'),(21318,649,'_locations_6_title','field_5683f2aadcba2'),(21319,649,'locations_6_image',''),(21320,649,'_locations_6_image','field_568439ed8109d'),(21321,649,'locations_6_description','This project is for a small bridge replacement and is affecting 3 properties in the Township of Brady\'s Bend, Armstrong County.'),(21322,649,'_locations_6_description','field_5683f2b1dcba3'),(21323,649,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.993055, -79.630081\";s:3:\"lat\";s:10:\"40.9930516\";s:3:\"lng\";s:11:\"-79.6300981\";}'),(21324,649,'_locations_7_location','field_5683f288dcba1'),(21325,649,'locations_7_title','State Route 0068, Section 156 – Brady’s Bend PA – Bridge Replacement'),(21326,649,'_locations_7_title','field_5683f2aadcba2'),(21327,649,'locations_7_image',''),(21328,649,'_locations_7_image','field_568439ed8109d'),(21329,649,'locations_7_description','This project is for a small bridge replacement and affecting 2 properties in the Township of Brady\'s Bend, Armstrong County.'),(21330,649,'_locations_7_description','field_5683f2b1dcba3'),(21331,649,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.998886, -79.626556\";s:3:\"lat\";s:10:\"40.9988782\";s:3:\"lng\";s:18:\"-79.62654909999998\";}'),(21332,649,'_locations_8_location','field_5683f288dcba1'),(21333,649,'locations_8_title','State Route 0068, Section 157 – Brady’s Bend PA – Bridge Replacement'),(21334,649,'_locations_8_title','field_5683f2aadcba2'),(21335,649,'locations_8_image',''),(21336,649,'_locations_8_image','field_568439ed8109d'),(21337,649,'locations_8_description','This project is for a small bridge replacement and is affecting 5 properties in the Township of Brady\'s Bend, Armstrong County.'),(21338,649,'_locations_8_description','field_5683f2b1dcba3'),(21339,649,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.999279, -79.624335\";s:3:\"lat\";s:9:\"40.999587\";s:3:\"lng\";s:18:\"-79.62419899999998\";}'),(21340,649,'_locations_9_location','field_5683f288dcba1'),(21341,649,'locations_9_title','State Route 0068, Section 158 – Brady’s Bend PA – Bridge Replacement'),(21342,649,'_locations_9_title','field_5683f2aadcba2'),(21343,649,'locations_9_image',''),(21344,649,'_locations_9_image','field_568439ed8109d'),(21345,649,'locations_9_description','This project is for a small bridge replacement and is affecting 5 properties in the Township of Brady\'s Bend, Armstrong County.'),(21346,649,'_locations_9_description','field_5683f2b1dcba3'),(21347,649,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.923082, -79.463251\";s:3:\"lat\";s:17:\"40.92667180000001\";s:3:\"lng\";s:18:\"-79.46245149999999\";}'),(21348,649,'_locations_10_location','field_5683f288dcba1'),(21349,649,'locations_10_title','South Mahoning Slide, Templeton PA – Landslide'),(21350,649,'_locations_10_title','field_5683f2aadcba2'),(21351,649,'locations_10_image','644'),(21352,649,'_locations_10_image','field_568439ed8109d'),(21353,649,'locations_10_description','This project was for an emergency landslide mitigation project that affected 15 properties in the Borough of Templeton, Armstrong County.'),(21354,649,'_locations_10_description','field_5683f2b1dcba3'),(21355,649,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.796700, -79.173410\";s:3:\"lat\";s:9:\"40.796301\";s:3:\"lng\";s:18:\"-79.17366400000003\";}'),(21356,649,'_locations_11_location','field_5683f288dcba1'),(21357,649,'locations_11_title','State Route 0085, Section 450 Plumville Bridge 1'),(21358,649,'_locations_11_title','field_5683f2aadcba2'),(21359,649,'locations_11_image',''),(21360,649,'_locations_11_image','field_568439ed8109d'),(21361,649,'locations_11_description','This project is for a bridge and is affecting 9 properties and resulting in the relocation of 1 business and 1 resident in the Borough of Plumville, Indiana County.'),(21362,649,'_locations_11_description','field_5683f2b1dcba3'),(21363,649,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.796698, -79.173416\";s:3:\"lat\";s:9:\"40.796301\";s:3:\"lng\";s:18:\"-79.17366400000003\";}'),(21364,649,'_locations_12_location','field_5683f288dcba1'),(21365,649,'locations_12_title','State Route 0085, Section 450 Plumville Bridge 1'),(21366,649,'_locations_12_title','field_5683f2aadcba2'),(21367,649,'locations_12_image',''),(21368,649,'_locations_12_image','field_568439ed8109d'),(21369,649,'locations_12_description','This project is for a bridge and is affecting 9 properties and resulting in the relocation of 1 business and 1 resident in the Borough of Plumville, Indiana County.'),(21370,649,'_locations_12_description','field_5683f2b1dcba3'),(21371,649,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.526697, -79.059171\";s:3:\"lat\";s:10:\"40.5266932\";s:3:\"lng\";s:18:\"-79.05917820000002\";}'),(21372,649,'_locations_13_location','field_5683f288dcba1'),(21373,649,'locations_13_title','State Route 0056, Section 457 Brush Valley Bridge 3'),(21374,649,'_locations_13_title','field_5683f2aadcba2'),(21375,649,'locations_13_image',''),(21376,649,'_locations_13_image','field_568439ed8109d'),(21377,649,'locations_13_description','This project is for a bridge replacement and is affecting 6 properties resulting in the relocation of 2 residents in the Township of Brush Valley, Indiana County.'),(21378,649,'_locations_13_description','field_5683f2b1dcba3'),(21379,649,'locations','14'),(21380,649,'_locations','field_5683f253a5dba'),(21381,345,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.526697, -79.059171\";s:3:\"lat\";s:10:\"40.5266932\";s:3:\"lng\";s:18:\"-79.05917820000002\";}'),(21382,345,'_locations_13_location','field_5683f288dcba1'),(21383,345,'locations_13_title','State Route 0056, Section 457 Brush Valley Bridge 3'),(21384,345,'_locations_13_title','field_5683f2aadcba2'),(21385,345,'locations_13_image',''),(21386,345,'_locations_13_image','field_568439ed8109d'),(21387,345,'locations_13_description','This project is for a bridge replacement and is affecting 6 properties resulting in the relocation of 2 residents in the Township of Brush Valley, Indiana County.'),(21388,345,'_locations_13_description','field_5683f2b1dcba3'),(21389,650,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.452362, -79.144025\";s:3:\"lat\";s:10:\"40.4523774\";s:3:\"lng\";s:18:\"-79.14402769999998\";}'),(21390,650,'_locations_0_location','field_5683f288dcba1'),(21391,650,'locations_0_title','State Route 0022, Section 491 – Blairsville, PA – Roadway Widening'),(21392,650,'_locations_0_title','field_5683f2aadcba2'),(21393,650,'locations_0_image','629'),(21394,650,'_locations_0_image','field_568439ed8109d'),(21395,650,'locations_0_description','This project was for a widening and realignment and affected 25 properties and resulted in the relocation of 1 resident and a cell tower in the Township of Wheatland, Indiana County.'),(21396,650,'_locations_0_description','field_5683f2b1dcba3'),(21397,650,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.037445, -80.029859\";s:3:\"lat\";s:9:\"41.037619\";s:3:\"lng\";s:10:\"-80.029381\";}'),(21398,650,'_locations_1_location','field_5683f288dcba1'),(21399,650,'locations_1_title','State Route 0173, Section 250 – Dougherty’s Mills – Slippery Rock'),(21400,650,'_locations_1_title','field_5683f2aadcba2'),(21401,650,'locations_1_image','631'),(21402,650,'_locations_1_image','field_568439ed8109d'),(21403,650,'locations_1_description','This project was for a bridge replacement and affected 7 properties in the Township of Slippery Rock, Butler County.'),(21404,650,'_locations_1_description','field_5683f2b1dcba3'),(21405,650,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.811030, -80.116499\";s:3:\"lat\";s:10:\"40.8110483\";s:3:\"lng\";s:18:\"-80.11649829999999\";}'),(21406,650,'_locations_2_location','field_5683f288dcba1'),(21407,650,'locations_2_title','State Route 0079, Section 320 – Seneca Ramps'),(21408,650,'_locations_2_title','field_5683f2aadcba2'),(21409,650,'locations_2_image','633'),(21410,650,'_locations_2_image','field_568439ed8109d'),(21411,650,'locations_2_description','This project was for the construction of a missing ramp and affected 30 properties and resulted in the relocation of 6 residents in the Township of Jackson, Butler County.'),(21412,650,'_locations_2_description','field_5683f2b1dcba3'),(21413,650,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.051999, -78.817835\";s:3:\"lat\";s:10:\"41.0520149\";s:3:\"lng\";s:11:\"-78.8178355\";}'),(21414,650,'_locations_3_location','field_5683f288dcba1'),(21415,650,'locations_3_title','State Route 0119 over sugar camp – Sykesville '),(21416,650,'_locations_3_title','field_5683f2aadcba2'),(21417,650,'locations_3_image',''),(21418,650,'_locations_3_image','field_568439ed8109d'),(21419,650,'locations_3_description','This project is for a small bridge replacement and is affecting 10 properties in the Borough of Sykesville, Jefferson County.'),(21420,650,'_locations_3_description','field_5683f2b1dcba3'),(21421,650,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.685219, -80.097305\";s:3:\"lat\";s:10:\"40.6852306\";s:3:\"lng\";s:11:\"-80.0974597\";}'),(21422,650,'_locations_4_location','field_5683f288dcba1'),(21423,650,'locations_4_title','State Route 0079, Section 298'),(21424,650,'_locations_4_title','field_5683f2aadcba2'),(21425,650,'locations_4_image','636'),(21426,650,'_locations_4_image','field_568439ed8109d'),(21427,650,'locations_4_description','This project is for a new interchange/ramp installation and is affecting 10 properties and resulting in the relocation of 1 business and 6 residents in the Township of Cranberry, Butler County.'),(21428,650,'_locations_4_description','field_5683f2b1dcba3'),(21429,650,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.987139, -79.632944\";s:3:\"lat\";s:17:\"40.98713619999999\";s:3:\"lng\";s:18:\"-79.63294350000001\";}'),(21430,650,'_locations_5_location','field_5683f288dcba1'),(21431,650,'locations_5_title','State Route 0068, Section 154 – Brady’s Bend PA – Bridge Replacement'),(21432,650,'_locations_5_title','field_5683f2aadcba2'),(21433,650,'locations_5_image',''),(21434,650,'_locations_5_image','field_568439ed8109d'),(21435,650,'locations_5_description','This project is for a small bridge replacement and is affecting 6 properties in the Township of Bradys Bend, Armstrong County.'),(21436,650,'_locations_5_description','field_5683f2b1dcba3'),(21437,650,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.988028, -79.631225\";s:3:\"lat\";s:17:\"40.98803669999999\";s:3:\"lng\";s:18:\"-79.63124240000002\";}'),(21438,650,'_locations_6_location','field_5683f288dcba1'),(21439,650,'locations_6_title','State Route 0068, Section 155 – Brady’s Bend PA – Bridge Replacement'),(21440,650,'_locations_6_title','field_5683f2aadcba2'),(21441,650,'locations_6_image',''),(21442,650,'_locations_6_image','field_568439ed8109d'),(21443,650,'locations_6_description','This project is for a small bridge replacement and is affecting 3 properties in the Township of Brady\'s Bend, Armstrong County.'),(21444,650,'_locations_6_description','field_5683f2b1dcba3'),(21445,650,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.993055, -79.630081\";s:3:\"lat\";s:10:\"40.9930516\";s:3:\"lng\";s:11:\"-79.6300981\";}'),(21446,650,'_locations_7_location','field_5683f288dcba1'),(21447,650,'locations_7_title','State Route 0068, Section 156 – Brady’s Bend PA – Bridge Replacement'),(21448,650,'_locations_7_title','field_5683f2aadcba2'),(21449,650,'locations_7_image',''),(21450,650,'_locations_7_image','field_568439ed8109d'),(21451,650,'locations_7_description','This project is for a small bridge replacement and affecting 2 properties in the Township of Brady\'s Bend, Armstrong County.'),(21452,650,'_locations_7_description','field_5683f2b1dcba3'),(21453,650,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.998886, -79.626556\";s:3:\"lat\";s:10:\"40.9988782\";s:3:\"lng\";s:18:\"-79.62654909999998\";}'),(21454,650,'_locations_8_location','field_5683f288dcba1'),(21455,650,'locations_8_title','State Route 0068, Section 157 – Brady’s Bend PA – Bridge Replacement'),(21456,650,'_locations_8_title','field_5683f2aadcba2'),(21457,650,'locations_8_image',''),(21458,650,'_locations_8_image','field_568439ed8109d'),(21459,650,'locations_8_description','This project is for a small bridge replacement and is affecting 5 properties in the Township of Brady\'s Bend, Armstrong County.'),(21460,650,'_locations_8_description','field_5683f2b1dcba3'),(21461,650,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.999279, -79.624335\";s:3:\"lat\";s:9:\"40.999587\";s:3:\"lng\";s:18:\"-79.62419899999998\";}'),(21462,650,'_locations_9_location','field_5683f288dcba1'),(21463,650,'locations_9_title','State Route 0068, Section 158 – Brady’s Bend PA – Bridge Replacement'),(21464,650,'_locations_9_title','field_5683f2aadcba2'),(21465,650,'locations_9_image',''),(21466,650,'_locations_9_image','field_568439ed8109d'),(21467,650,'locations_9_description','This project is for a small bridge replacement and is affecting 5 properties in the Township of Brady\'s Bend, Armstrong County.'),(21468,650,'_locations_9_description','field_5683f2b1dcba3'),(21469,650,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.923082, -79.463251\";s:3:\"lat\";s:17:\"40.92667180000001\";s:3:\"lng\";s:18:\"-79.46245149999999\";}'),(21470,650,'_locations_10_location','field_5683f288dcba1'),(21471,650,'locations_10_title','South Mahoning Slide, Templeton PA – Landslide'),(21472,650,'_locations_10_title','field_5683f2aadcba2'),(21473,650,'locations_10_image','644'),(21474,650,'_locations_10_image','field_568439ed8109d'),(21475,650,'locations_10_description','This project was for an emergency landslide mitigation project that affected 15 properties in the Borough of Templeton, Armstrong County.'),(21476,650,'_locations_10_description','field_5683f2b1dcba3'),(21477,650,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.796700, -79.173410\";s:3:\"lat\";s:9:\"40.796301\";s:3:\"lng\";s:18:\"-79.17366400000003\";}'),(21478,650,'_locations_11_location','field_5683f288dcba1'),(21479,650,'locations_11_title','State Route 0085, Section 450 Plumville Bridge 1'),(21480,650,'_locations_11_title','field_5683f2aadcba2'),(21481,650,'locations_11_image',''),(21482,650,'_locations_11_image','field_568439ed8109d'),(21483,650,'locations_11_description','This project is for a bridge and is affecting 9 properties and resulting in the relocation of 1 business and 1 resident in the Borough of Plumville, Indiana County.'),(21484,650,'_locations_11_description','field_5683f2b1dcba3'),(21485,650,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.796698, -79.173416\";s:3:\"lat\";s:9:\"40.796301\";s:3:\"lng\";s:18:\"-79.17366400000003\";}'),(21486,650,'_locations_12_location','field_5683f288dcba1'),(21487,650,'locations_12_title','State Route 0085, Section 450 Plumville Bridge 1'),(21488,650,'_locations_12_title','field_5683f2aadcba2'),(21489,650,'locations_12_image',''),(21490,650,'_locations_12_image','field_568439ed8109d'),(21491,650,'locations_12_description','This project is for a bridge and is affecting 9 properties and resulting in the relocation of 1 business and 1 resident in the Borough of Plumville, Indiana County.'),(21492,650,'_locations_12_description','field_5683f2b1dcba3'),(21493,650,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.526697, -79.059171\";s:3:\"lat\";s:10:\"40.5266932\";s:3:\"lng\";s:18:\"-79.05917820000002\";}'),(21494,650,'_locations_13_location','field_5683f288dcba1'),(21495,650,'locations_13_title','State Route 0056, Section 457 Brush Valley Bridge 3'),(21496,650,'_locations_13_title','field_5683f2aadcba2'),(21497,650,'locations_13_image',''),(21498,650,'_locations_13_image','field_568439ed8109d'),(21499,650,'locations_13_description','This project is for a bridge replacement and is affecting 6 properties resulting in the relocation of 2 residents in the Township of Brush Valley, Indiana County.'),(21500,650,'_locations_13_description','field_5683f2b1dcba3'),(21501,650,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.809574, -80.129537\";s:3:\"lat\";s:9:\"40.810026\";s:3:\"lng\";s:11:\"-80.1307999\";}'),(21502,650,'_locations_14_location','field_5683f288dcba1'),(21503,650,'locations_14_title','Fanker Road – Jackson Twp – Bridge Replacement'),(21504,650,'_locations_14_title','field_5683f2aadcba2'),(21505,650,'locations_14_image',''),(21506,650,'_locations_14_image','field_568439ed8109d'),(21507,650,'locations_14_description',''),(21508,650,'_locations_14_description','field_5683f2b1dcba3'),(21509,650,'locations','15'),(21510,650,'_locations','field_5683f253a5dba'),(21511,345,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.809574, -80.129537\";s:3:\"lat\";s:9:\"40.810026\";s:3:\"lng\";s:11:\"-80.1307999\";}'),(21512,345,'_locations_14_location','field_5683f288dcba1'),(21513,345,'locations_14_title','Fanker Road – Jackson Twp – Bridge Replacement'),(21514,345,'_locations_14_title','field_5683f2aadcba2'),(21515,345,'locations_14_image',''),(21516,345,'_locations_14_image','field_568439ed8109d'),(21517,345,'locations_14_description',''),(21518,345,'_locations_14_description','field_5683f2b1dcba3'),(21519,651,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.452362, -79.144025\";s:3:\"lat\";s:10:\"40.4523774\";s:3:\"lng\";s:18:\"-79.14402769999998\";}'),(21520,651,'_locations_0_location','field_5683f288dcba1'),(21521,651,'locations_0_title','State Route 0022, Section 491 – Blairsville, PA – Roadway Widening'),(21522,651,'_locations_0_title','field_5683f2aadcba2'),(21523,651,'locations_0_image','629'),(21524,651,'_locations_0_image','field_568439ed8109d'),(21525,651,'locations_0_description','This project was for a widening and realignment and affected 25 properties and resulted in the relocation of 1 resident and a cell tower in the Township of Wheatland, Indiana County.'),(21526,651,'_locations_0_description','field_5683f2b1dcba3'),(21527,651,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.037445, -80.029859\";s:3:\"lat\";s:9:\"41.037619\";s:3:\"lng\";s:10:\"-80.029381\";}'),(21528,651,'_locations_1_location','field_5683f288dcba1'),(21529,651,'locations_1_title','State Route 0173, Section 250 – Dougherty’s Mills – Slippery Rock'),(21530,651,'_locations_1_title','field_5683f2aadcba2'),(21531,651,'locations_1_image','631'),(21532,651,'_locations_1_image','field_568439ed8109d'),(21533,651,'locations_1_description','This project was for a bridge replacement and affected 7 properties in the Township of Slippery Rock, Butler County.'),(21534,651,'_locations_1_description','field_5683f2b1dcba3'),(21535,651,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.811030, -80.116499\";s:3:\"lat\";s:10:\"40.8110483\";s:3:\"lng\";s:18:\"-80.11649829999999\";}'),(21536,651,'_locations_2_location','field_5683f288dcba1'),(21537,651,'locations_2_title','State Route 0079, Section 320 – Seneca Ramps'),(21538,651,'_locations_2_title','field_5683f2aadcba2'),(21539,651,'locations_2_image','633'),(21540,651,'_locations_2_image','field_568439ed8109d'),(21541,651,'locations_2_description','This project was for the construction of a missing ramp and affected 30 properties and resulted in the relocation of 6 residents in the Township of Jackson, Butler County.'),(21542,651,'_locations_2_description','field_5683f2b1dcba3'),(21543,651,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.051999, -78.817835\";s:3:\"lat\";s:10:\"41.0520149\";s:3:\"lng\";s:11:\"-78.8178355\";}'),(21544,651,'_locations_3_location','field_5683f288dcba1'),(21545,651,'locations_3_title','State Route 0119 over sugar camp – Sykesville '),(21546,651,'_locations_3_title','field_5683f2aadcba2'),(21547,651,'locations_3_image',''),(21548,651,'_locations_3_image','field_568439ed8109d'),(21549,651,'locations_3_description','This project is for a small bridge replacement and is affecting 10 properties in the Borough of Sykesville, Jefferson County.'),(21550,651,'_locations_3_description','field_5683f2b1dcba3'),(21551,651,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.685219, -80.097305\";s:3:\"lat\";s:10:\"40.6852306\";s:3:\"lng\";s:11:\"-80.0974597\";}'),(21552,651,'_locations_4_location','field_5683f288dcba1'),(21553,651,'locations_4_title','State Route 0079, Section 298'),(21554,651,'_locations_4_title','field_5683f2aadcba2'),(21555,651,'locations_4_image','636'),(21556,651,'_locations_4_image','field_568439ed8109d'),(21557,651,'locations_4_description','This project is for a new interchange/ramp installation and is affecting 10 properties and resulting in the relocation of 1 business and 6 residents in the Township of Cranberry, Butler County.'),(21558,651,'_locations_4_description','field_5683f2b1dcba3'),(21559,651,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.987139, -79.632944\";s:3:\"lat\";s:17:\"40.98713619999999\";s:3:\"lng\";s:18:\"-79.63294350000001\";}'),(21560,651,'_locations_5_location','field_5683f288dcba1'),(21561,651,'locations_5_title','State Route 0068, Section 154 – Brady’s Bend PA – Bridge Replacement'),(21562,651,'_locations_5_title','field_5683f2aadcba2'),(21563,651,'locations_5_image',''),(21564,651,'_locations_5_image','field_568439ed8109d'),(21565,651,'locations_5_description','This project is for a small bridge replacement and is affecting 6 properties in the Township of Bradys Bend, Armstrong County.'),(21566,651,'_locations_5_description','field_5683f2b1dcba3'),(21567,651,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.988028, -79.631225\";s:3:\"lat\";s:17:\"40.98803669999999\";s:3:\"lng\";s:18:\"-79.63124240000002\";}'),(21568,651,'_locations_6_location','field_5683f288dcba1'),(21569,651,'locations_6_title','State Route 0068, Section 155 – Brady’s Bend PA – Bridge Replacement'),(21570,651,'_locations_6_title','field_5683f2aadcba2'),(21571,651,'locations_6_image',''),(21572,651,'_locations_6_image','field_568439ed8109d'),(21573,651,'locations_6_description','This project is for a small bridge replacement and is affecting 3 properties in the Township of Brady\'s Bend, Armstrong County.'),(21574,651,'_locations_6_description','field_5683f2b1dcba3'),(21575,651,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.993055, -79.630081\";s:3:\"lat\";s:10:\"40.9930516\";s:3:\"lng\";s:11:\"-79.6300981\";}'),(21576,651,'_locations_7_location','field_5683f288dcba1'),(21577,651,'locations_7_title','State Route 0068, Section 156 – Brady’s Bend PA – Bridge Replacement'),(21578,651,'_locations_7_title','field_5683f2aadcba2'),(21579,651,'locations_7_image',''),(21580,651,'_locations_7_image','field_568439ed8109d'),(21581,651,'locations_7_description','This project is for a small bridge replacement and affecting 2 properties in the Township of Brady\'s Bend, Armstrong County.'),(21582,651,'_locations_7_description','field_5683f2b1dcba3'),(21583,651,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.998886, -79.626556\";s:3:\"lat\";s:10:\"40.9988782\";s:3:\"lng\";s:18:\"-79.62654909999998\";}'),(21584,651,'_locations_8_location','field_5683f288dcba1'),(21585,651,'locations_8_title','State Route 0068, Section 157 – Brady’s Bend PA – Bridge Replacement'),(21586,651,'_locations_8_title','field_5683f2aadcba2'),(21587,651,'locations_8_image',''),(21588,651,'_locations_8_image','field_568439ed8109d'),(21589,651,'locations_8_description','This project is for a small bridge replacement and is affecting 5 properties in the Township of Brady\'s Bend, Armstrong County.'),(21590,651,'_locations_8_description','field_5683f2b1dcba3'),(21591,651,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.999279, -79.624335\";s:3:\"lat\";s:9:\"40.999587\";s:3:\"lng\";s:18:\"-79.62419899999998\";}'),(21592,651,'_locations_9_location','field_5683f288dcba1'),(21593,651,'locations_9_title','State Route 0068, Section 158 – Brady’s Bend PA – Bridge Replacement'),(21594,651,'_locations_9_title','field_5683f2aadcba2'),(21595,651,'locations_9_image',''),(21596,651,'_locations_9_image','field_568439ed8109d'),(21597,651,'locations_9_description','This project is for a small bridge replacement and is affecting 5 properties in the Township of Brady\'s Bend, Armstrong County.'),(21598,651,'_locations_9_description','field_5683f2b1dcba3'),(21599,651,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.923082, -79.463251\";s:3:\"lat\";s:17:\"40.92667180000001\";s:3:\"lng\";s:18:\"-79.46245149999999\";}'),(21600,651,'_locations_10_location','field_5683f288dcba1'),(21601,651,'locations_10_title','South Mahoning Slide, Templeton PA – Landslide'),(21602,651,'_locations_10_title','field_5683f2aadcba2'),(21603,651,'locations_10_image','644'),(21604,651,'_locations_10_image','field_568439ed8109d'),(21605,651,'locations_10_description','This project was for an emergency landslide mitigation project that affected 15 properties in the Borough of Templeton, Armstrong County.'),(21606,651,'_locations_10_description','field_5683f2b1dcba3'),(21607,651,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.796700, -79.173410\";s:3:\"lat\";s:9:\"40.796301\";s:3:\"lng\";s:18:\"-79.17366400000003\";}'),(21608,651,'_locations_11_location','field_5683f288dcba1'),(21609,651,'locations_11_title','State Route 0085, Section 450 Plumville Bridge 1'),(21610,651,'_locations_11_title','field_5683f2aadcba2'),(21611,651,'locations_11_image',''),(21612,651,'_locations_11_image','field_568439ed8109d'),(21613,651,'locations_11_description','This project is for a bridge and is affecting 9 properties and resulting in the relocation of 1 business and 1 resident in the Borough of Plumville, Indiana County.'),(21614,651,'_locations_11_description','field_5683f2b1dcba3'),(21615,651,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.796698, -79.173416\";s:3:\"lat\";s:9:\"40.796301\";s:3:\"lng\";s:18:\"-79.17366400000003\";}'),(21616,651,'_locations_12_location','field_5683f288dcba1'),(21617,651,'locations_12_title','State Route 0085, Section 450 Plumville Bridge 1'),(21618,651,'_locations_12_title','field_5683f2aadcba2'),(21619,651,'locations_12_image',''),(21620,651,'_locations_12_image','field_568439ed8109d'),(21621,651,'locations_12_description','This project is for a bridge and is affecting 9 properties and resulting in the relocation of 1 business and 1 resident in the Borough of Plumville, Indiana County.'),(21622,651,'_locations_12_description','field_5683f2b1dcba3'),(21623,651,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.526697, -79.059171\";s:3:\"lat\";s:10:\"40.5266932\";s:3:\"lng\";s:18:\"-79.05917820000002\";}'),(21624,651,'_locations_13_location','field_5683f288dcba1'),(21625,651,'locations_13_title','State Route 0056, Section 457 Brush Valley Bridge 3'),(21626,651,'_locations_13_title','field_5683f2aadcba2'),(21627,651,'locations_13_image',''),(21628,651,'_locations_13_image','field_568439ed8109d'),(21629,651,'locations_13_description','This project is for a bridge replacement and is affecting 6 properties resulting in the relocation of 2 residents in the Township of Brush Valley, Indiana County.'),(21630,651,'_locations_13_description','field_5683f2b1dcba3'),(21631,651,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.809574, -80.129537\";s:3:\"lat\";s:9:\"40.810026\";s:3:\"lng\";s:11:\"-80.1307999\";}'),(21632,651,'_locations_14_location','field_5683f288dcba1'),(21633,651,'locations_14_title','Fanker Road – Jackson Twp – Bridge Replacement'),(21634,651,'_locations_14_title','field_5683f2aadcba2'),(21635,651,'locations_14_image',''),(21636,651,'_locations_14_image','field_568439ed8109d'),(21637,651,'locations_14_description',''),(21638,651,'_locations_14_description','field_5683f2b1dcba3'),(21639,651,'locations_15_location','a:3:{s:7:\"address\";s:21:\"40.761054, -80.114860\";s:3:\"lat\";s:9:\"40.761057\";s:3:\"lng\";s:18:\"-80.11481930000002\";}'),(21640,651,'_locations_15_location','field_5683f288dcba1'),(21641,651,'locations_15_title','Joe Deener Road – Jackson Twp – Intersection Improvement'),(21642,651,'_locations_15_title','field_5683f2aadcba2'),(21643,651,'locations_15_image',''),(21644,651,'_locations_15_image','field_568439ed8109d'),(21645,651,'locations_15_description',''),(21646,651,'_locations_15_description','field_5683f2b1dcba3'),(21647,651,'locations','16'),(21648,651,'_locations','field_5683f253a5dba'),(21649,345,'locations_15_location','a:3:{s:7:\"address\";s:21:\"40.761054, -80.114860\";s:3:\"lat\";s:9:\"40.761057\";s:3:\"lng\";s:18:\"-80.11481930000002\";}'),(21650,345,'_locations_15_location','field_5683f288dcba1'),(21651,345,'locations_15_title','Joe Deener Road – Jackson Twp – Intersection Improvement'),(21652,345,'_locations_15_title','field_5683f2aadcba2'),(21653,345,'locations_15_image',''),(21654,345,'_locations_15_image','field_568439ed8109d'),(21655,345,'locations_15_description',''),(21656,345,'_locations_15_description','field_5683f2b1dcba3'),(21657,652,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(21658,652,'_locations_0_location','field_5683f288dcba1'),(21659,652,'locations_0_title','SR0028, All sections'),(21660,652,'_locations_0_title','field_5683f2aadcba2'),(21661,652,'locations_0_image',''),(21662,652,'_locations_0_image','field_568439ed8109d'),(21663,652,'locations_0_description',''),(21664,652,'_locations_0_description','field_5683f2b1dcba3'),(21665,652,'locations','1'),(21666,652,'_locations','field_5683f253a5dba'),(21667,653,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(21668,653,'_locations_0_location','field_5683f288dcba1'),(21669,653,'locations_0_title','SR0028, All sections'),(21670,653,'_locations_0_title','field_5683f2aadcba2'),(21671,653,'locations_0_image',''),(21672,653,'_locations_0_image','field_568439ed8109d'),(21673,653,'locations_0_description',''),(21674,653,'_locations_0_description','field_5683f2b1dcba3'),(21675,653,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(21676,653,'_locations_1_location','field_5683f288dcba1'),(21677,653,'locations_1_title','286, A09 – Golden Mile'),(21678,653,'_locations_1_title','field_5683f2aadcba2'),(21679,653,'locations_1_image',''),(21680,653,'_locations_1_image','field_568439ed8109d'),(21681,653,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(21682,653,'_locations_1_description','field_5683f2b1dcba3'),(21683,653,'locations','2'),(21684,653,'_locations','field_5683f253a5dba'),(21685,347,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(21686,347,'_locations_1_location','field_5683f288dcba1'),(21687,347,'locations_1_title','286, A09 – Golden Mile'),(21688,347,'_locations_1_title','field_5683f2aadcba2'),(21689,347,'locations_1_image',''),(21690,347,'_locations_1_image','field_568439ed8109d'),(21691,347,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(21692,347,'_locations_1_description','field_5683f2b1dcba3'),(21693,654,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(21694,654,'_locations_0_location','field_5683f288dcba1'),(21695,654,'locations_0_title','SR0028, All sections'),(21696,654,'_locations_0_title','field_5683f2aadcba2'),(21697,654,'locations_0_image',''),(21698,654,'_locations_0_image','field_568439ed8109d'),(21699,654,'locations_0_description',''),(21700,654,'_locations_0_description','field_5683f2b1dcba3'),(21701,654,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(21702,654,'_locations_1_location','field_5683f288dcba1'),(21703,654,'locations_1_title','286, A09 – Golden Mile'),(21704,654,'_locations_1_title','field_5683f2aadcba2'),(21705,654,'locations_1_image',''),(21706,654,'_locations_1_image','field_568439ed8109d'),(21707,654,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(21708,654,'_locations_1_description','field_5683f2b1dcba3'),(21709,654,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(21710,654,'_locations_2_location','field_5683f288dcba1'),(21711,654,'locations_2_title','2040, A18 – Curry Hollow'),(21712,654,'_locations_2_title','field_5683f2aadcba2'),(21713,654,'locations_2_image',''),(21714,654,'_locations_2_image','field_568439ed8109d'),(21715,654,'locations_2_description',''),(21716,654,'_locations_2_description','field_5683f2b1dcba3'),(21717,654,'locations','3'),(21718,654,'_locations','field_5683f253a5dba'),(21719,347,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(21720,347,'_locations_2_location','field_5683f288dcba1'),(21721,347,'locations_2_title','2040, A18 – Curry Hollow'),(21722,347,'_locations_2_title','field_5683f2aadcba2'),(21723,347,'locations_2_image',''),(21724,347,'_locations_2_image','field_568439ed8109d'),(21725,347,'locations_2_description',''),(21726,347,'_locations_2_description','field_5683f2b1dcba3'),(21727,655,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(21728,655,'_locations_0_location','field_5683f288dcba1'),(21729,655,'locations_0_title','SR0028, All sections'),(21730,655,'_locations_0_title','field_5683f2aadcba2'),(21731,655,'locations_0_image',''),(21732,655,'_locations_0_image','field_568439ed8109d'),(21733,655,'locations_0_description',''),(21734,655,'_locations_0_description','field_5683f2b1dcba3'),(21735,655,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(21736,655,'_locations_1_location','field_5683f288dcba1'),(21737,655,'locations_1_title','286, A09 – Golden Mile'),(21738,655,'_locations_1_title','field_5683f2aadcba2'),(21739,655,'locations_1_image',''),(21740,655,'_locations_1_image','field_568439ed8109d'),(21741,655,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(21742,655,'_locations_1_description','field_5683f2b1dcba3'),(21743,655,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(21744,655,'_locations_2_location','field_5683f288dcba1'),(21745,655,'locations_2_title','2040, A18 – Curry Hollow'),(21746,655,'_locations_2_title','field_5683f2aadcba2'),(21747,655,'locations_2_image',''),(21748,655,'_locations_2_image','field_568439ed8109d'),(21749,655,'locations_2_description',''),(21750,655,'_locations_2_description','field_5683f2b1dcba3'),(21751,655,'locations_3_location',''),(21752,655,'_locations_3_location','field_5683f288dcba1'),(21753,655,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(21754,655,'_locations_3_title','field_5683f2aadcba2'),(21755,655,'locations_3_image',''),(21756,655,'_locations_3_image','field_568439ed8109d'),(21757,655,'locations_3_description',''),(21758,655,'_locations_3_description','field_5683f2b1dcba3'),(21759,655,'locations','4'),(21760,655,'_locations','field_5683f253a5dba'),(21761,347,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(21762,347,'_locations_3_location','field_5683f288dcba1'),(21763,347,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(21764,347,'_locations_3_title','field_5683f2aadcba2'),(21765,347,'locations_3_image',''),(21766,347,'_locations_3_image','field_568439ed8109d'),(21767,347,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(21768,347,'_locations_3_description','field_5683f2b1dcba3'),(21769,656,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(21770,656,'_locations_0_location','field_5683f288dcba1'),(21771,656,'locations_0_title','SR0028, All sections'),(21772,656,'_locations_0_title','field_5683f2aadcba2'),(21773,656,'locations_0_image',''),(21774,656,'_locations_0_image','field_568439ed8109d'),(21775,656,'locations_0_description',''),(21776,656,'_locations_0_description','field_5683f2b1dcba3'),(21777,656,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(21778,656,'_locations_1_location','field_5683f288dcba1'),(21779,656,'locations_1_title','286, A09 – Golden Mile'),(21780,656,'_locations_1_title','field_5683f2aadcba2'),(21781,656,'locations_1_image',''),(21782,656,'_locations_1_image','field_568439ed8109d'),(21783,656,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(21784,656,'_locations_1_description','field_5683f2b1dcba3'),(21785,656,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(21786,656,'_locations_2_location','field_5683f288dcba1'),(21787,656,'locations_2_title','2040, A18 – Curry Hollow'),(21788,656,'_locations_2_title','field_5683f2aadcba2'),(21789,656,'locations_2_image',''),(21790,656,'_locations_2_image','field_568439ed8109d'),(21791,656,'locations_2_description',''),(21792,656,'_locations_2_description','field_5683f2b1dcba3'),(21793,656,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(21794,656,'_locations_3_location','field_5683f288dcba1'),(21795,656,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(21796,656,'_locations_3_title','field_5683f2aadcba2'),(21797,656,'locations_3_image',''),(21798,656,'_locations_3_image','field_568439ed8109d'),(21799,656,'locations_3_description',''),(21800,656,'_locations_3_description','field_5683f2b1dcba3'),(21801,656,'locations','4'),(21802,656,'_locations','field_5683f253a5dba'),(21803,657,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(21804,657,'_locations_0_location','field_5683f288dcba1'),(21805,657,'locations_0_title','SR0028, All sections'),(21806,657,'_locations_0_title','field_5683f2aadcba2'),(21807,657,'locations_0_image',''),(21808,657,'_locations_0_image','field_568439ed8109d'),(21809,657,'locations_0_description',''),(21810,657,'_locations_0_description','field_5683f2b1dcba3'),(21811,657,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(21812,657,'_locations_1_location','field_5683f288dcba1'),(21813,657,'locations_1_title','286, A09 – Golden Mile'),(21814,657,'_locations_1_title','field_5683f2aadcba2'),(21815,657,'locations_1_image',''),(21816,657,'_locations_1_image','field_568439ed8109d'),(21817,657,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(21818,657,'_locations_1_description','field_5683f2b1dcba3'),(21819,657,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(21820,657,'_locations_2_location','field_5683f288dcba1'),(21821,657,'locations_2_title','2040, A18 – Curry Hollow'),(21822,657,'_locations_2_title','field_5683f2aadcba2'),(21823,657,'locations_2_image',''),(21824,657,'_locations_2_image','field_568439ed8109d'),(21825,657,'locations_2_description',''),(21826,657,'_locations_2_description','field_5683f2b1dcba3'),(21827,657,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(21828,657,'_locations_3_location','field_5683f288dcba1'),(21829,657,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(21830,657,'_locations_3_title','field_5683f2aadcba2'),(21831,657,'locations_3_image',''),(21832,657,'_locations_3_image','field_568439ed8109d'),(21833,657,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(21834,657,'_locations_3_description','field_5683f2b1dcba3'),(21835,657,'locations','4'),(21836,657,'_locations','field_5683f253a5dba'),(21837,658,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(21838,658,'_locations_0_location','field_5683f288dcba1'),(21839,658,'locations_0_title','SR0028, All sections'),(21840,658,'_locations_0_title','field_5683f2aadcba2'),(21841,658,'locations_0_image',''),(21842,658,'_locations_0_image','field_568439ed8109d'),(21843,658,'locations_0_description',''),(21844,658,'_locations_0_description','field_5683f2b1dcba3'),(21845,658,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(21846,658,'_locations_1_location','field_5683f288dcba1'),(21847,658,'locations_1_title','286, A09 – Golden Mile'),(21848,658,'_locations_1_title','field_5683f2aadcba2'),(21849,658,'locations_1_image',''),(21850,658,'_locations_1_image','field_568439ed8109d'),(21851,658,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(21852,658,'_locations_1_description','field_5683f2b1dcba3'),(21853,658,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(21854,658,'_locations_2_location','field_5683f288dcba1'),(21855,658,'locations_2_title','2040, A18 – Curry Hollow'),(21856,658,'_locations_2_title','field_5683f2aadcba2'),(21857,658,'locations_2_image',''),(21858,658,'_locations_2_image','field_568439ed8109d'),(21859,658,'locations_2_description',''),(21860,658,'_locations_2_description','field_5683f2b1dcba3'),(21861,658,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(21862,658,'_locations_3_location','field_5683f288dcba1'),(21863,658,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(21864,658,'_locations_3_title','field_5683f2aadcba2'),(21865,658,'locations_3_image',''),(21866,658,'_locations_3_image','field_568439ed8109d'),(21867,658,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(21868,658,'_locations_3_description','field_5683f2b1dcba3'),(21869,658,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(21870,658,'_locations_4_location','field_5683f288dcba1'),(21871,658,'locations_4_title','Duncan Avenue – Hampton Twp.'),(21872,658,'_locations_4_title','field_5683f2aadcba2'),(21873,658,'locations_4_image',''),(21874,658,'_locations_4_image','field_568439ed8109d'),(21875,658,'locations_4_description',''),(21876,658,'_locations_4_description','field_5683f2b1dcba3'),(21877,658,'locations','5'),(21878,658,'_locations','field_5683f253a5dba'),(21879,347,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(21880,347,'_locations_4_location','field_5683f288dcba1'),(21881,347,'locations_4_title','Duncan Avenue – Hampton Twp.'),(21882,347,'_locations_4_title','field_5683f2aadcba2'),(21883,347,'locations_4_image',''),(21884,347,'_locations_4_image','field_568439ed8109d'),(21885,347,'locations_4_description',''),(21886,347,'_locations_4_description','field_5683f2b1dcba3'),(21887,659,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(21888,659,'_locations_0_location','field_5683f288dcba1'),(21889,659,'locations_0_title','SR0028, All sections'),(21890,659,'_locations_0_title','field_5683f2aadcba2'),(21891,659,'locations_0_image',''),(21892,659,'_locations_0_image','field_568439ed8109d'),(21893,659,'locations_0_description',''),(21894,659,'_locations_0_description','field_5683f2b1dcba3'),(21895,659,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(21896,659,'_locations_1_location','field_5683f288dcba1'),(21897,659,'locations_1_title','286, A09 – Golden Mile'),(21898,659,'_locations_1_title','field_5683f2aadcba2'),(21899,659,'locations_1_image',''),(21900,659,'_locations_1_image','field_568439ed8109d'),(21901,659,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(21902,659,'_locations_1_description','field_5683f2b1dcba3'),(21903,659,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(21904,659,'_locations_2_location','field_5683f288dcba1'),(21905,659,'locations_2_title','2040, A18 – Curry Hollow'),(21906,659,'_locations_2_title','field_5683f2aadcba2'),(21907,659,'locations_2_image',''),(21908,659,'_locations_2_image','field_568439ed8109d'),(21909,659,'locations_2_description',''),(21910,659,'_locations_2_description','field_5683f2b1dcba3'),(21911,659,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(21912,659,'_locations_3_location','field_5683f288dcba1'),(21913,659,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(21914,659,'_locations_3_title','field_5683f2aadcba2'),(21915,659,'locations_3_image',''),(21916,659,'_locations_3_image','field_568439ed8109d'),(21917,659,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(21918,659,'_locations_3_description','field_5683f2b1dcba3'),(21919,659,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(21920,659,'_locations_4_location','field_5683f288dcba1'),(21921,659,'locations_4_title','Duncan Avenue – Hampton Twp.'),(21922,659,'_locations_4_title','field_5683f2aadcba2'),(21923,659,'locations_4_image',''),(21924,659,'_locations_4_image','field_568439ed8109d'),(21925,659,'locations_4_description',''),(21926,659,'_locations_4_description','field_5683f2b1dcba3'),(21927,659,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(21928,659,'_locations_5_location','field_5683f288dcba1'),(21929,659,'locations_5_title','Pine Creek Road – McCandless'),(21930,659,'_locations_5_title','field_5683f2aadcba2'),(21931,659,'locations_5_image',''),(21932,659,'_locations_5_image','field_568439ed8109d'),(21933,659,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(21934,659,'_locations_5_description','field_5683f2b1dcba3'),(21935,659,'locations','6'),(21936,659,'_locations','field_5683f253a5dba'),(21937,347,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(21938,347,'_locations_5_location','field_5683f288dcba1'),(21939,347,'locations_5_title','Pine Creek Road – McCandless'),(21940,347,'_locations_5_title','field_5683f2aadcba2'),(21941,347,'locations_5_image',''),(21942,347,'_locations_5_image','field_568439ed8109d'),(21943,347,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(21944,347,'_locations_5_description','field_5683f2b1dcba3'),(21945,660,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(21946,660,'_locations_0_location','field_5683f288dcba1'),(21947,660,'locations_0_title','SR0028, All sections'),(21948,660,'_locations_0_title','field_5683f2aadcba2'),(21949,660,'locations_0_image',''),(21950,660,'_locations_0_image','field_568439ed8109d'),(21951,660,'locations_0_description',''),(21952,660,'_locations_0_description','field_5683f2b1dcba3'),(21953,660,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(21954,660,'_locations_1_location','field_5683f288dcba1'),(21955,660,'locations_1_title','286, A09 – Golden Mile'),(21956,660,'_locations_1_title','field_5683f2aadcba2'),(21957,660,'locations_1_image',''),(21958,660,'_locations_1_image','field_568439ed8109d'),(21959,660,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(21960,660,'_locations_1_description','field_5683f2b1dcba3'),(21961,660,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(21962,660,'_locations_2_location','field_5683f288dcba1'),(21963,660,'locations_2_title','2040, A18 – Curry Hollow'),(21964,660,'_locations_2_title','field_5683f2aadcba2'),(21965,660,'locations_2_image',''),(21966,660,'_locations_2_image','field_568439ed8109d'),(21967,660,'locations_2_description',''),(21968,660,'_locations_2_description','field_5683f2b1dcba3'),(21969,660,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(21970,660,'_locations_3_location','field_5683f288dcba1'),(21971,660,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(21972,660,'_locations_3_title','field_5683f2aadcba2'),(21973,660,'locations_3_image',''),(21974,660,'_locations_3_image','field_568439ed8109d'),(21975,660,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(21976,660,'_locations_3_description','field_5683f2b1dcba3'),(21977,660,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(21978,660,'_locations_4_location','field_5683f288dcba1'),(21979,660,'locations_4_title','Duncan Avenue – Hampton Twp.'),(21980,660,'_locations_4_title','field_5683f2aadcba2'),(21981,660,'locations_4_image',''),(21982,660,'_locations_4_image','field_568439ed8109d'),(21983,660,'locations_4_description',''),(21984,660,'_locations_4_description','field_5683f2b1dcba3'),(21985,660,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(21986,660,'_locations_5_location','field_5683f288dcba1'),(21987,660,'locations_5_title','Pine Creek Road – McCandless'),(21988,660,'_locations_5_title','field_5683f2aadcba2'),(21989,660,'locations_5_image',''),(21990,660,'_locations_5_image','field_568439ed8109d'),(21991,660,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(21992,660,'_locations_5_description','field_5683f2b1dcba3'),(21993,660,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(21994,660,'_locations_6_location','field_5683f288dcba1'),(21995,660,'locations_6_title','Brewhouse – Trek Development'),(21996,660,'_locations_6_title','field_5683f2aadcba2'),(21997,660,'locations_6_image',''),(21998,660,'_locations_6_image','field_568439ed8109d'),(21999,660,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(22000,660,'_locations_6_description','field_5683f2b1dcba3'),(22001,660,'locations','7'),(22002,660,'_locations','field_5683f253a5dba'),(22003,347,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(22004,347,'_locations_6_location','field_5683f288dcba1'),(22005,347,'locations_6_title','Brewhouse – Trek Development'),(22006,347,'_locations_6_title','field_5683f2aadcba2'),(22007,347,'locations_6_image',''),(22008,347,'_locations_6_image','field_568439ed8109d'),(22009,347,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(22010,347,'_locations_6_description','field_5683f2b1dcba3'),(22011,661,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(22012,661,'_locations_0_location','field_5683f288dcba1'),(22013,661,'locations_0_title','SR0028, All sections'),(22014,661,'_locations_0_title','field_5683f2aadcba2'),(22015,661,'locations_0_image',''),(22016,661,'_locations_0_image','field_568439ed8109d'),(22017,661,'locations_0_description',''),(22018,661,'_locations_0_description','field_5683f2b1dcba3'),(22019,661,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(22020,661,'_locations_1_location','field_5683f288dcba1'),(22021,661,'locations_1_title','286, A09 – Golden Mile'),(22022,661,'_locations_1_title','field_5683f2aadcba2'),(22023,661,'locations_1_image',''),(22024,661,'_locations_1_image','field_568439ed8109d'),(22025,661,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(22026,661,'_locations_1_description','field_5683f2b1dcba3'),(22027,661,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(22028,661,'_locations_2_location','field_5683f288dcba1'),(22029,661,'locations_2_title','2040, A18 – Curry Hollow'),(22030,661,'_locations_2_title','field_5683f2aadcba2'),(22031,661,'locations_2_image',''),(22032,661,'_locations_2_image','field_568439ed8109d'),(22033,661,'locations_2_description',''),(22034,661,'_locations_2_description','field_5683f2b1dcba3'),(22035,661,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(22036,661,'_locations_3_location','field_5683f288dcba1'),(22037,661,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(22038,661,'_locations_3_title','field_5683f2aadcba2'),(22039,661,'locations_3_image',''),(22040,661,'_locations_3_image','field_568439ed8109d'),(22041,661,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(22042,661,'_locations_3_description','field_5683f2b1dcba3'),(22043,661,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(22044,661,'_locations_4_location','field_5683f288dcba1'),(22045,661,'locations_4_title','Duncan Avenue – Hampton Twp.'),(22046,661,'_locations_4_title','field_5683f2aadcba2'),(22047,661,'locations_4_image',''),(22048,661,'_locations_4_image','field_568439ed8109d'),(22049,661,'locations_4_description',''),(22050,661,'_locations_4_description','field_5683f2b1dcba3'),(22051,661,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(22052,661,'_locations_5_location','field_5683f288dcba1'),(22053,661,'locations_5_title','Pine Creek Road – McCandless'),(22054,661,'_locations_5_title','field_5683f2aadcba2'),(22055,661,'locations_5_image',''),(22056,661,'_locations_5_image','field_568439ed8109d'),(22057,661,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(22058,661,'_locations_5_description','field_5683f2b1dcba3'),(22059,661,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(22060,661,'_locations_6_location','field_5683f288dcba1'),(22061,661,'locations_6_title','Brewhouse – Trek Development'),(22062,661,'_locations_6_title','field_5683f2aadcba2'),(22063,661,'locations_6_image',''),(22064,661,'_locations_6_image','field_568439ed8109d'),(22065,661,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(22066,661,'_locations_6_description','field_5683f2b1dcba3'),(22067,661,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(22068,661,'_locations_7_location','field_5683f288dcba1'),(22069,661,'locations_7_title','Ewalt Road – Richland Twp.'),(22070,661,'_locations_7_title','field_5683f2aadcba2'),(22071,661,'locations_7_image',''),(22072,661,'_locations_7_image','field_568439ed8109d'),(22073,661,'locations_7_description',''),(22074,661,'_locations_7_description','field_5683f2b1dcba3'),(22075,661,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.625521, -79.941837\";s:3:\"lat\";s:10:\"40.6255198\";s:3:\"lng\";s:10:\"-79.941822\";}'),(22076,661,'_locations_8_location','field_5683f288dcba1'),(22077,661,'locations_8_title','Ewalt Road – Richland Twp.'),(22078,661,'_locations_8_title','field_5683f2aadcba2'),(22079,661,'locations_8_image',''),(22080,661,'_locations_8_image','field_568439ed8109d'),(22081,661,'locations_8_description',''),(22082,661,'_locations_8_description','field_5683f2b1dcba3'),(22083,661,'locations','9'),(22084,661,'_locations','field_5683f253a5dba'),(22085,347,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(22086,347,'_locations_7_location','field_5683f288dcba1'),(22087,347,'locations_7_title','Ewalt Road – Richland Twp.'),(22088,347,'_locations_7_title','field_5683f2aadcba2'),(22089,347,'locations_7_image',''),(22090,347,'_locations_7_image','field_568439ed8109d'),(22091,347,'locations_7_description',''),(22092,347,'_locations_7_description','field_5683f2b1dcba3'),(22093,347,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(22094,347,'_locations_8_location','field_5683f288dcba1'),(22095,347,'locations_8_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(22096,347,'_locations_8_title','field_5683f2aadcba2'),(22097,347,'locations_8_image',''),(22098,347,'_locations_8_image','field_568439ed8109d'),(22099,347,'locations_8_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(22100,347,'_locations_8_description','field_5683f2b1dcba3'),(22101,662,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(22102,662,'_locations_0_location','field_5683f288dcba1'),(22103,662,'locations_0_title','SR0028, All sections'),(22104,662,'_locations_0_title','field_5683f2aadcba2'),(22105,662,'locations_0_image',''),(22106,662,'_locations_0_image','field_568439ed8109d'),(22107,662,'locations_0_description',''),(22108,662,'_locations_0_description','field_5683f2b1dcba3'),(22109,662,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(22110,662,'_locations_1_location','field_5683f288dcba1'),(22111,662,'locations_1_title','286, A09 – Golden Mile'),(22112,662,'_locations_1_title','field_5683f2aadcba2'),(22113,662,'locations_1_image',''),(22114,662,'_locations_1_image','field_568439ed8109d'),(22115,662,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(22116,662,'_locations_1_description','field_5683f2b1dcba3'),(22117,662,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(22118,662,'_locations_2_location','field_5683f288dcba1'),(22119,662,'locations_2_title','2040, A18 – Curry Hollow'),(22120,662,'_locations_2_title','field_5683f2aadcba2'),(22121,662,'locations_2_image',''),(22122,662,'_locations_2_image','field_568439ed8109d'),(22123,662,'locations_2_description',''),(22124,662,'_locations_2_description','field_5683f2b1dcba3'),(22125,662,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(22126,662,'_locations_3_location','field_5683f288dcba1'),(22127,662,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(22128,662,'_locations_3_title','field_5683f2aadcba2'),(22129,662,'locations_3_image',''),(22130,662,'_locations_3_image','field_568439ed8109d'),(22131,662,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(22132,662,'_locations_3_description','field_5683f2b1dcba3'),(22133,662,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(22134,662,'_locations_4_location','field_5683f288dcba1'),(22135,662,'locations_4_title','Duncan Avenue – Hampton Twp.'),(22136,662,'_locations_4_title','field_5683f2aadcba2'),(22137,662,'locations_4_image',''),(22138,662,'_locations_4_image','field_568439ed8109d'),(22139,662,'locations_4_description',''),(22140,662,'_locations_4_description','field_5683f2b1dcba3'),(22141,662,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(22142,662,'_locations_5_location','field_5683f288dcba1'),(22143,662,'locations_5_title','Pine Creek Road – McCandless'),(22144,662,'_locations_5_title','field_5683f2aadcba2'),(22145,662,'locations_5_image',''),(22146,662,'_locations_5_image','field_568439ed8109d'),(22147,662,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(22148,662,'_locations_5_description','field_5683f2b1dcba3'),(22149,662,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(22150,662,'_locations_6_location','field_5683f288dcba1'),(22151,662,'locations_6_title','Brewhouse – Trek Development'),(22152,662,'_locations_6_title','field_5683f2aadcba2'),(22153,662,'locations_6_image',''),(22154,662,'_locations_6_image','field_568439ed8109d'),(22155,662,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(22156,662,'_locations_6_description','field_5683f2b1dcba3'),(22157,662,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(22158,662,'_locations_7_location','field_5683f288dcba1'),(22159,662,'locations_7_title','Ewalt Road – Richland Twp.'),(22160,662,'_locations_7_title','field_5683f2aadcba2'),(22161,662,'locations_7_image',''),(22162,662,'_locations_7_image','field_568439ed8109d'),(22163,662,'locations_7_description',''),(22164,662,'_locations_7_description','field_5683f2b1dcba3'),(22165,662,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.625521, -79.941837\";s:3:\"lat\";s:10:\"40.6255198\";s:3:\"lng\";s:10:\"-79.941822\";}'),(22166,662,'_locations_8_location','field_5683f288dcba1'),(22167,662,'locations_8_title','Ewalt Road – Richland Twp.'),(22168,662,'_locations_8_title','field_5683f2aadcba2'),(22169,662,'locations_8_image',''),(22170,662,'_locations_8_image','field_568439ed8109d'),(22171,662,'locations_8_description',''),(22172,662,'_locations_8_description','field_5683f2b1dcba3'),(22173,662,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(22174,662,'_locations_9_location','field_5683f288dcba1'),(22175,662,'locations_9_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(22176,662,'_locations_9_title','field_5683f2aadcba2'),(22177,662,'locations_9_image',''),(22178,662,'_locations_9_image','field_568439ed8109d'),(22179,662,'locations_9_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(22180,662,'_locations_9_description','field_5683f2b1dcba3'),(22181,662,'locations','10'),(22182,662,'_locations','field_5683f253a5dba'),(22183,347,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.425708, -79.805807\";s:3:\"lat\";s:10:\"40.4256461\";s:3:\"lng\";s:18:\"-79.80576589999998\";}'),(22184,347,'_locations_9_location','field_5683f288dcba1'),(22185,347,'locations_9_title','State Route 2065, Section A07'),(22186,347,'_locations_9_title','field_5683f2aadcba2'),(22187,347,'locations_9_image',''),(22188,347,'_locations_9_image','field_568439ed8109d'),(22189,347,'locations_9_description',''),(22190,347,'_locations_9_description','field_5683f2b1dcba3'),(22191,663,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(22192,663,'_locations_0_location','field_5683f288dcba1'),(22193,663,'locations_0_title','SR0028, All sections'),(22194,663,'_locations_0_title','field_5683f2aadcba2'),(22195,663,'locations_0_image',''),(22196,663,'_locations_0_image','field_568439ed8109d'),(22197,663,'locations_0_description',''),(22198,663,'_locations_0_description','field_5683f2b1dcba3'),(22199,663,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(22200,663,'_locations_1_location','field_5683f288dcba1'),(22201,663,'locations_1_title','286, A09 – Golden Mile'),(22202,663,'_locations_1_title','field_5683f2aadcba2'),(22203,663,'locations_1_image',''),(22204,663,'_locations_1_image','field_568439ed8109d'),(22205,663,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(22206,663,'_locations_1_description','field_5683f2b1dcba3'),(22207,663,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(22208,663,'_locations_2_location','field_5683f288dcba1'),(22209,663,'locations_2_title','2040, A18 – Curry Hollow'),(22210,663,'_locations_2_title','field_5683f2aadcba2'),(22211,663,'locations_2_image',''),(22212,663,'_locations_2_image','field_568439ed8109d'),(22213,663,'locations_2_description',''),(22214,663,'_locations_2_description','field_5683f2b1dcba3'),(22215,663,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(22216,663,'_locations_3_location','field_5683f288dcba1'),(22217,663,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(22218,663,'_locations_3_title','field_5683f2aadcba2'),(22219,663,'locations_3_image',''),(22220,663,'_locations_3_image','field_568439ed8109d'),(22221,663,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(22222,663,'_locations_3_description','field_5683f2b1dcba3'),(22223,663,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(22224,663,'_locations_4_location','field_5683f288dcba1'),(22225,663,'locations_4_title','Duncan Avenue – Hampton Twp.'),(22226,663,'_locations_4_title','field_5683f2aadcba2'),(22227,663,'locations_4_image',''),(22228,663,'_locations_4_image','field_568439ed8109d'),(22229,663,'locations_4_description',''),(22230,663,'_locations_4_description','field_5683f2b1dcba3'),(22231,663,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(22232,663,'_locations_5_location','field_5683f288dcba1'),(22233,663,'locations_5_title','Pine Creek Road – McCandless'),(22234,663,'_locations_5_title','field_5683f2aadcba2'),(22235,663,'locations_5_image',''),(22236,663,'_locations_5_image','field_568439ed8109d'),(22237,663,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(22238,663,'_locations_5_description','field_5683f2b1dcba3'),(22239,663,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(22240,663,'_locations_6_location','field_5683f288dcba1'),(22241,663,'locations_6_title','Brewhouse – Trek Development'),(22242,663,'_locations_6_title','field_5683f2aadcba2'),(22243,663,'locations_6_image',''),(22244,663,'_locations_6_image','field_568439ed8109d'),(22245,663,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(22246,663,'_locations_6_description','field_5683f2b1dcba3'),(22247,663,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(22248,663,'_locations_7_location','field_5683f288dcba1'),(22249,663,'locations_7_title','Ewalt Road – Richland Twp.'),(22250,663,'_locations_7_title','field_5683f2aadcba2'),(22251,663,'locations_7_image',''),(22252,663,'_locations_7_image','field_568439ed8109d'),(22253,663,'locations_7_description',''),(22254,663,'_locations_7_description','field_5683f2b1dcba3'),(22255,663,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.625521, -79.941837\";s:3:\"lat\";s:10:\"40.6255198\";s:3:\"lng\";s:10:\"-79.941822\";}'),(22256,663,'_locations_8_location','field_5683f288dcba1'),(22257,663,'locations_8_title','Ewalt Road – Richland Twp.'),(22258,663,'_locations_8_title','field_5683f2aadcba2'),(22259,663,'locations_8_image',''),(22260,663,'_locations_8_image','field_568439ed8109d'),(22261,663,'locations_8_description',''),(22262,663,'_locations_8_description','field_5683f2b1dcba3'),(22263,663,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(22264,663,'_locations_9_location','field_5683f288dcba1'),(22265,663,'locations_9_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(22266,663,'_locations_9_title','field_5683f2aadcba2'),(22267,663,'locations_9_image',''),(22268,663,'_locations_9_image','field_568439ed8109d'),(22269,663,'locations_9_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(22270,663,'_locations_9_description','field_5683f2b1dcba3'),(22271,663,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.425708, -79.805807\";s:3:\"lat\";s:10:\"40.4256461\";s:3:\"lng\";s:18:\"-79.80576589999998\";}'),(22272,663,'_locations_10_location','field_5683f288dcba1'),(22273,663,'locations_10_title','State Route 2065, Section A07'),(22274,663,'_locations_10_title','field_5683f2aadcba2'),(22275,663,'locations_10_image',''),(22276,663,'_locations_10_image','field_568439ed8109d'),(22277,663,'locations_10_description',''),(22278,663,'_locations_10_description','field_5683f2b1dcba3'),(22279,663,'locations','11'),(22280,663,'_locations','field_5683f253a5dba'),(22281,347,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.354856, -80.118393\";s:3:\"lat\";s:10:\"40.3527492\";s:3:\"lng\";s:18:\"-80.11776529999997\";}'),(22282,347,'_locations_10_location','field_5683f288dcba1'),(22283,347,'locations_10_title','Southern Beltway Section C – New Roadway Construction'),(22284,347,'_locations_10_title','field_5683f2aadcba2'),(22285,347,'locations_10_image',''),(22286,347,'_locations_10_image','field_568439ed8109d'),(22287,347,'locations_10_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 18 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(22288,347,'_locations_10_description','field_5683f2b1dcba3'),(22289,664,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(22290,664,'_locations_0_location','field_5683f288dcba1'),(22291,664,'locations_0_title','SR0028, All sections'),(22292,664,'_locations_0_title','field_5683f2aadcba2'),(22293,664,'locations_0_image',''),(22294,664,'_locations_0_image','field_568439ed8109d'),(22295,664,'locations_0_description',''),(22296,664,'_locations_0_description','field_5683f2b1dcba3'),(22297,664,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(22298,664,'_locations_1_location','field_5683f288dcba1'),(22299,664,'locations_1_title','286, A09 – Golden Mile'),(22300,664,'_locations_1_title','field_5683f2aadcba2'),(22301,664,'locations_1_image',''),(22302,664,'_locations_1_image','field_568439ed8109d'),(22303,664,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(22304,664,'_locations_1_description','field_5683f2b1dcba3'),(22305,664,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(22306,664,'_locations_2_location','field_5683f288dcba1'),(22307,664,'locations_2_title','2040, A18 – Curry Hollow'),(22308,664,'_locations_2_title','field_5683f2aadcba2'),(22309,664,'locations_2_image',''),(22310,664,'_locations_2_image','field_568439ed8109d'),(22311,664,'locations_2_description',''),(22312,664,'_locations_2_description','field_5683f2b1dcba3'),(22313,664,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(22314,664,'_locations_3_location','field_5683f288dcba1'),(22315,664,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(22316,664,'_locations_3_title','field_5683f2aadcba2'),(22317,664,'locations_3_image',''),(22318,664,'_locations_3_image','field_568439ed8109d'),(22319,664,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(22320,664,'_locations_3_description','field_5683f2b1dcba3'),(22321,664,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(22322,664,'_locations_4_location','field_5683f288dcba1'),(22323,664,'locations_4_title','Duncan Avenue – Hampton Twp.'),(22324,664,'_locations_4_title','field_5683f2aadcba2'),(22325,664,'locations_4_image',''),(22326,664,'_locations_4_image','field_568439ed8109d'),(22327,664,'locations_4_description',''),(22328,664,'_locations_4_description','field_5683f2b1dcba3'),(22329,664,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(22330,664,'_locations_5_location','field_5683f288dcba1'),(22331,664,'locations_5_title','Pine Creek Road – McCandless'),(22332,664,'_locations_5_title','field_5683f2aadcba2'),(22333,664,'locations_5_image',''),(22334,664,'_locations_5_image','field_568439ed8109d'),(22335,664,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(22336,664,'_locations_5_description','field_5683f2b1dcba3'),(22337,664,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(22338,664,'_locations_6_location','field_5683f288dcba1'),(22339,664,'locations_6_title','Brewhouse – Trek Development'),(22340,664,'_locations_6_title','field_5683f2aadcba2'),(22341,664,'locations_6_image',''),(22342,664,'_locations_6_image','field_568439ed8109d'),(22343,664,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(22344,664,'_locations_6_description','field_5683f2b1dcba3'),(22345,664,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(22346,664,'_locations_7_location','field_5683f288dcba1'),(22347,664,'locations_7_title','Ewalt Road – Richland Twp.'),(22348,664,'_locations_7_title','field_5683f2aadcba2'),(22349,664,'locations_7_image',''),(22350,664,'_locations_7_image','field_568439ed8109d'),(22351,664,'locations_7_description',''),(22352,664,'_locations_7_description','field_5683f2b1dcba3'),(22353,664,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.625521, -79.941837\";s:3:\"lat\";s:10:\"40.6255198\";s:3:\"lng\";s:10:\"-79.941822\";}'),(22354,664,'_locations_8_location','field_5683f288dcba1'),(22355,664,'locations_8_title','Ewalt Road – Richland Twp.'),(22356,664,'_locations_8_title','field_5683f2aadcba2'),(22357,664,'locations_8_image',''),(22358,664,'_locations_8_image','field_568439ed8109d'),(22359,664,'locations_8_description',''),(22360,664,'_locations_8_description','field_5683f2b1dcba3'),(22361,664,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(22362,664,'_locations_9_location','field_5683f288dcba1'),(22363,664,'locations_9_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(22364,664,'_locations_9_title','field_5683f2aadcba2'),(22365,664,'locations_9_image',''),(22366,664,'_locations_9_image','field_568439ed8109d'),(22367,664,'locations_9_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(22368,664,'_locations_9_description','field_5683f2b1dcba3'),(22369,664,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.425708, -79.805807\";s:3:\"lat\";s:10:\"40.4256461\";s:3:\"lng\";s:18:\"-79.80576589999998\";}'),(22370,664,'_locations_10_location','field_5683f288dcba1'),(22371,664,'locations_10_title','State Route 2065, Section A07'),(22372,664,'_locations_10_title','field_5683f2aadcba2'),(22373,664,'locations_10_image',''),(22374,664,'_locations_10_image','field_568439ed8109d'),(22375,664,'locations_10_description',''),(22376,664,'_locations_10_description','field_5683f2b1dcba3'),(22377,664,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.404080, -79.598938\";s:3:\"lat\";s:10:\"40.4037911\";s:3:\"lng\";s:18:\"-79.59865200000002\";}'),(22378,664,'_locations_11_location','field_5683f288dcba1'),(22379,664,'locations_11_title','State Route 22, Section B02 – Murraysville - Highway Widening'),(22380,664,'_locations_11_title','field_5683f2aadcba2'),(22381,664,'locations_11_image',''),(22382,664,'_locations_11_image','field_568439ed8109d'),(22383,664,'locations_11_description',''),(22384,664,'_locations_11_description','field_5683f2b1dcba3'),(22385,664,'locations','12'),(22386,664,'_locations','field_5683f253a5dba'),(22395,665,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(22396,665,'_locations_0_location','field_5683f288dcba1'),(22397,665,'locations_0_title','SR0028, All sections'),(22398,665,'_locations_0_title','field_5683f2aadcba2'),(22399,665,'locations_0_image',''),(22400,665,'_locations_0_image','field_568439ed8109d'),(22401,665,'locations_0_description',''),(22402,665,'_locations_0_description','field_5683f2b1dcba3'),(22403,665,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(22404,665,'_locations_1_location','field_5683f288dcba1'),(22405,665,'locations_1_title','286, A09 – Golden Mile'),(22406,665,'_locations_1_title','field_5683f2aadcba2'),(22407,665,'locations_1_image',''),(22408,665,'_locations_1_image','field_568439ed8109d'),(22409,665,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(22410,665,'_locations_1_description','field_5683f2b1dcba3'),(22411,665,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(22412,665,'_locations_2_location','field_5683f288dcba1'),(22413,665,'locations_2_title','2040, A18 – Curry Hollow'),(22414,665,'_locations_2_title','field_5683f2aadcba2'),(22415,665,'locations_2_image',''),(22416,665,'_locations_2_image','field_568439ed8109d'),(22417,665,'locations_2_description',''),(22418,665,'_locations_2_description','field_5683f2b1dcba3'),(22419,665,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(22420,665,'_locations_3_location','field_5683f288dcba1'),(22421,665,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(22422,665,'_locations_3_title','field_5683f2aadcba2'),(22423,665,'locations_3_image',''),(22424,665,'_locations_3_image','field_568439ed8109d'),(22425,665,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(22426,665,'_locations_3_description','field_5683f2b1dcba3'),(22427,665,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(22428,665,'_locations_4_location','field_5683f288dcba1'),(22429,665,'locations_4_title','Duncan Avenue – Hampton Twp.'),(22430,665,'_locations_4_title','field_5683f2aadcba2'),(22431,665,'locations_4_image',''),(22432,665,'_locations_4_image','field_568439ed8109d'),(22433,665,'locations_4_description',''),(22434,665,'_locations_4_description','field_5683f2b1dcba3'),(22435,665,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(22436,665,'_locations_5_location','field_5683f288dcba1'),(22437,665,'locations_5_title','Pine Creek Road – McCandless'),(22438,665,'_locations_5_title','field_5683f2aadcba2'),(22439,665,'locations_5_image',''),(22440,665,'_locations_5_image','field_568439ed8109d'),(22441,665,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(22442,665,'_locations_5_description','field_5683f2b1dcba3'),(22443,665,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(22444,665,'_locations_6_location','field_5683f288dcba1'),(22445,665,'locations_6_title','Brewhouse – Trek Development'),(22446,665,'_locations_6_title','field_5683f2aadcba2'),(22447,665,'locations_6_image',''),(22448,665,'_locations_6_image','field_568439ed8109d'),(22449,665,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(22450,665,'_locations_6_description','field_5683f2b1dcba3'),(22451,665,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(22452,665,'_locations_7_location','field_5683f288dcba1'),(22453,665,'locations_7_title','Ewalt Road – Richland Twp.'),(22454,665,'_locations_7_title','field_5683f2aadcba2'),(22455,665,'locations_7_image',''),(22456,665,'_locations_7_image','field_568439ed8109d'),(22457,665,'locations_7_description',''),(22458,665,'_locations_7_description','field_5683f2b1dcba3'),(22459,665,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.625521, -79.941837\";s:3:\"lat\";s:10:\"40.6255198\";s:3:\"lng\";s:10:\"-79.941822\";}'),(22460,665,'_locations_8_location','field_5683f288dcba1'),(22461,665,'locations_8_title','Ewalt Road – Richland Twp.'),(22462,665,'_locations_8_title','field_5683f2aadcba2'),(22463,665,'locations_8_image',''),(22464,665,'_locations_8_image','field_568439ed8109d'),(22465,665,'locations_8_description',''),(22466,665,'_locations_8_description','field_5683f2b1dcba3'),(22467,665,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(22468,665,'_locations_9_location','field_5683f288dcba1'),(22469,665,'locations_9_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(22470,665,'_locations_9_title','field_5683f2aadcba2'),(22471,665,'locations_9_image',''),(22472,665,'_locations_9_image','field_568439ed8109d'),(22473,665,'locations_9_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(22474,665,'_locations_9_description','field_5683f2b1dcba3'),(22475,665,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.425708, -79.805807\";s:3:\"lat\";s:10:\"40.4256461\";s:3:\"lng\";s:18:\"-79.80576589999998\";}'),(22476,665,'_locations_10_location','field_5683f288dcba1'),(22477,665,'locations_10_title','State Route 2065, Section A07'),(22478,665,'_locations_10_title','field_5683f2aadcba2'),(22479,665,'locations_10_image',''),(22480,665,'_locations_10_image','field_568439ed8109d'),(22481,665,'locations_10_description',''),(22482,665,'_locations_10_description','field_5683f2b1dcba3'),(22483,665,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.404080, -79.598938\";s:3:\"lat\";s:10:\"40.4037911\";s:3:\"lng\";s:18:\"-79.59865200000002\";}'),(22484,665,'_locations_11_location','field_5683f288dcba1'),(22485,665,'locations_11_title','State Route 22, Section B02 – Murraysville - Highway Widening'),(22486,665,'_locations_11_title','field_5683f2aadcba2'),(22487,665,'locations_11_image',''),(22488,665,'_locations_11_image','field_568439ed8109d'),(22489,665,'locations_11_description',''),(22490,665,'_locations_11_description','field_5683f2b1dcba3'),(22491,665,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.509188, -80.256475\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(22492,665,'_locations_12_location','field_5683f288dcba1'),(22493,665,'locations_12_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(22494,665,'_locations_12_title','field_5683f2aadcba2'),(22495,665,'locations_12_image',''),(22496,665,'_locations_12_image','field_568439ed8109d'),(22497,665,'locations_12_description',''),(22498,665,'_locations_12_description','field_5683f2b1dcba3'),(22499,665,'locations','13'),(22500,665,'_locations','field_5683f253a5dba'),(22509,666,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(22510,666,'_locations_0_location','field_5683f288dcba1'),(22511,666,'locations_0_title','SR0028, All sections'),(22512,666,'_locations_0_title','field_5683f2aadcba2'),(22513,666,'locations_0_image',''),(22514,666,'_locations_0_image','field_568439ed8109d'),(22515,666,'locations_0_description',''),(22516,666,'_locations_0_description','field_5683f2b1dcba3'),(22517,666,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(22518,666,'_locations_1_location','field_5683f288dcba1'),(22519,666,'locations_1_title','286, A09 – Golden Mile'),(22520,666,'_locations_1_title','field_5683f2aadcba2'),(22521,666,'locations_1_image',''),(22522,666,'_locations_1_image','field_568439ed8109d'),(22523,666,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(22524,666,'_locations_1_description','field_5683f2b1dcba3'),(22525,666,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(22526,666,'_locations_2_location','field_5683f288dcba1'),(22527,666,'locations_2_title','2040, A18 – Curry Hollow'),(22528,666,'_locations_2_title','field_5683f2aadcba2'),(22529,666,'locations_2_image',''),(22530,666,'_locations_2_image','field_568439ed8109d'),(22531,666,'locations_2_description',''),(22532,666,'_locations_2_description','field_5683f2b1dcba3'),(22533,666,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(22534,666,'_locations_3_location','field_5683f288dcba1'),(22535,666,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(22536,666,'_locations_3_title','field_5683f2aadcba2'),(22537,666,'locations_3_image',''),(22538,666,'_locations_3_image','field_568439ed8109d'),(22539,666,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(22540,666,'_locations_3_description','field_5683f2b1dcba3'),(22541,666,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(22542,666,'_locations_4_location','field_5683f288dcba1'),(22543,666,'locations_4_title','Duncan Avenue – Hampton Twp.'),(22544,666,'_locations_4_title','field_5683f2aadcba2'),(22545,666,'locations_4_image',''),(22546,666,'_locations_4_image','field_568439ed8109d'),(22547,666,'locations_4_description',''),(22548,666,'_locations_4_description','field_5683f2b1dcba3'),(22549,666,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(22550,666,'_locations_5_location','field_5683f288dcba1'),(22551,666,'locations_5_title','Pine Creek Road – McCandless'),(22552,666,'_locations_5_title','field_5683f2aadcba2'),(22553,666,'locations_5_image',''),(22554,666,'_locations_5_image','field_568439ed8109d'),(22555,666,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(22556,666,'_locations_5_description','field_5683f2b1dcba3'),(22557,666,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(22558,666,'_locations_6_location','field_5683f288dcba1'),(22559,666,'locations_6_title','Brewhouse – Trek Development'),(22560,666,'_locations_6_title','field_5683f2aadcba2'),(22561,666,'locations_6_image',''),(22562,666,'_locations_6_image','field_568439ed8109d'),(22563,666,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(22564,666,'_locations_6_description','field_5683f2b1dcba3'),(22565,666,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(22566,666,'_locations_7_location','field_5683f288dcba1'),(22567,666,'locations_7_title','Ewalt Road – Richland Twp.'),(22568,666,'_locations_7_title','field_5683f2aadcba2'),(22569,666,'locations_7_image',''),(22570,666,'_locations_7_image','field_568439ed8109d'),(22571,666,'locations_7_description',''),(22572,666,'_locations_7_description','field_5683f2b1dcba3'),(22573,666,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.625521, -79.941837\";s:3:\"lat\";s:10:\"40.6255198\";s:3:\"lng\";s:10:\"-79.941822\";}'),(22574,666,'_locations_8_location','field_5683f288dcba1'),(22575,666,'locations_8_title','Ewalt Road – Richland Twp.'),(22576,666,'_locations_8_title','field_5683f2aadcba2'),(22577,666,'locations_8_image',''),(22578,666,'_locations_8_image','field_568439ed8109d'),(22579,666,'locations_8_description',''),(22580,666,'_locations_8_description','field_5683f2b1dcba3'),(22581,666,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(22582,666,'_locations_9_location','field_5683f288dcba1'),(22583,666,'locations_9_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(22584,666,'_locations_9_title','field_5683f2aadcba2'),(22585,666,'locations_9_image',''),(22586,666,'_locations_9_image','field_568439ed8109d'),(22587,666,'locations_9_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(22588,666,'_locations_9_description','field_5683f2b1dcba3'),(22589,666,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.425708, -79.805807\";s:3:\"lat\";s:10:\"40.4256461\";s:3:\"lng\";s:18:\"-79.80576589999998\";}'),(22590,666,'_locations_10_location','field_5683f288dcba1'),(22591,666,'locations_10_title','State Route 2065, Section A07'),(22592,666,'_locations_10_title','field_5683f2aadcba2'),(22593,666,'locations_10_image',''),(22594,666,'_locations_10_image','field_568439ed8109d'),(22595,666,'locations_10_description',''),(22596,666,'_locations_10_description','field_5683f2b1dcba3'),(22597,666,'locations','11'),(22598,666,'_locations','field_5683f253a5dba'),(22599,667,'_wp_attached_file','2015/12/wp670005a9_06.png'),(22600,667,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:281;s:6:\"height\";i:198;s:4:\"file\";s:25:\"2015/12/wp670005a9_06.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wp670005a9_06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(22601,668,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.404080, -79.598941\";s:3:\"lat\";s:10:\"40.4037911\";s:3:\"lng\";s:18:\"-79.59865200000002\";}'),(22602,668,'_locations_0_location','field_5683f288dcba1'),(22603,668,'locations_0_title','State Route 22, Section B02 – Murraysville - Highway Widening'),(22604,668,'_locations_0_title','field_5683f2aadcba2'),(22605,668,'locations_0_image','667'),(22606,668,'_locations_0_image','field_568439ed8109d'),(22607,668,'locations_0_description','This project was for widening, realignment, and intersection improvement and affected over 100 properties and resulted in the relocation of 10 businesses in the Borough of Murrysville, Westmoreland County.'),(22608,668,'_locations_0_description','field_5683f2b1dcba3'),(22609,668,'locations','1'),(22610,668,'_locations','field_5683f253a5dba'),(22611,669,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.404080, -79.598941\";s:3:\"lat\";s:10:\"40.4037911\";s:3:\"lng\";s:18:\"-79.59865200000002\";}'),(22612,669,'_locations_0_location','field_5683f288dcba1'),(22613,669,'locations_0_title','State Route 22, Section B02 – Murraysville - Highway Widening'),(22614,669,'_locations_0_title','field_5683f2aadcba2'),(22615,669,'locations_0_image','667'),(22616,669,'_locations_0_image','field_568439ed8109d'),(22617,669,'locations_0_description','This project was for widening, realignment, and intersection improvement and affected over 100 properties and resulted in the relocation of 10 businesses in the Borough of Murrysville, Westmoreland County.'),(22618,669,'_locations_0_description','field_5683f2b1dcba3'),(22619,669,'locations','1'),(22620,669,'_locations','field_5683f253a5dba'),(22621,670,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.404080, -79.598941\";s:3:\"lat\";s:10:\"40.4037911\";s:3:\"lng\";s:18:\"-79.59865200000002\";}'),(22622,670,'_locations_0_location','field_5683f288dcba1'),(22623,670,'locations_0_title','State Route 22, Section B02 – Murraysville - Highway Widening'),(22624,670,'_locations_0_title','field_5683f2aadcba2'),(22625,670,'locations_0_image','667'),(22626,670,'_locations_0_image','field_568439ed8109d'),(22627,670,'locations_0_description','This project was for widening, realignment, and intersection improvement and affected over 100 properties and resulted in the relocation of 10 businesses in the Borough of Murrysville, Westmoreland County.'),(22628,670,'_locations_0_description','field_5683f2b1dcba3'),(22629,670,'locations','1'),(22630,670,'_locations','field_5683f253a5dba'),(22631,671,'_wp_attached_file','2015/12/wpb48999a8_06.png'),(22632,671,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:281;s:6:\"height\";i:198;s:4:\"file\";s:25:\"2015/12/wpb48999a8_06.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wpb48999a8_06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(22633,672,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.404080, -79.598941\";s:3:\"lat\";s:10:\"40.4037911\";s:3:\"lng\";s:18:\"-79.59865200000002\";}'),(22634,672,'_locations_0_location','field_5683f288dcba1'),(22635,672,'locations_0_title','State Route 22, Section B02 – Murraysville - Highway Widening'),(22636,672,'_locations_0_title','field_5683f2aadcba2'),(22637,672,'locations_0_image','667'),(22638,672,'_locations_0_image','field_568439ed8109d'),(22639,672,'locations_0_description','This project was for widening, realignment, and intersection improvement and affected over 100 properties and resulted in the relocation of 10 businesses in the Borough of Murrysville, Westmoreland County.'),(22640,672,'_locations_0_description','field_5683f2b1dcba3'),(22641,672,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.509209, -80.256420\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(22642,672,'_locations_1_location','field_5683f288dcba1'),(22643,672,'locations_1_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(22644,672,'_locations_1_title','field_5683f2aadcba2'),(22645,672,'locations_1_image','671'),(22646,672,'_locations_1_image','field_568439ed8109d'),(22647,672,'locations_1_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(22648,672,'_locations_1_description','field_5683f2b1dcba3'),(22649,672,'locations','2'),(22650,672,'_locations','field_5683f253a5dba'),(22651,349,'locations_1_location','a:3:{s:7:\"address\";s:21:\"39.909163, -79.689577\";s:3:\"lat\";s:9:\"39.908594\";s:3:\"lng\";s:18:\"-79.69076000000001\";}'),(22652,349,'_locations_1_location','field_5683f288dcba1'),(22653,349,'locations_1_title','State Route 1021, Section H10 – Fayette County, North Union Twp. Bridge'),(22654,349,'_locations_1_title','field_5683f2aadcba2'),(22655,349,'locations_1_image',''),(22656,349,'_locations_1_image','field_568439ed8109d'),(22657,349,'locations_1_description','This project is for a small bridge and is affecting 5 properties in the Township of North Union, Fayette County.'),(22658,349,'_locations_1_description','field_5683f2b1dcba3'),(22659,673,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.404080, -79.598941\";s:3:\"lat\";s:10:\"40.4037911\";s:3:\"lng\";s:18:\"-79.59865200000002\";}'),(22660,673,'_locations_0_location','field_5683f288dcba1'),(22661,673,'locations_0_title','State Route 22, Section B02 – Murraysville - Highway Widening'),(22662,673,'_locations_0_title','field_5683f2aadcba2'),(22663,673,'locations_0_image','667'),(22664,673,'_locations_0_image','field_568439ed8109d'),(22665,673,'locations_0_description','This project was for widening, realignment, and intersection improvement and affected over 100 properties and resulted in the relocation of 10 businesses in the Borough of Murrysville, Westmoreland County.'),(22666,673,'_locations_0_description','field_5683f2b1dcba3'),(22667,673,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.509209, -80.256420\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(22668,673,'_locations_1_location','field_5683f288dcba1'),(22669,673,'locations_1_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(22670,673,'_locations_1_title','field_5683f2aadcba2'),(22671,673,'locations_1_image','671'),(22672,673,'_locations_1_image','field_568439ed8109d'),(22673,673,'locations_1_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(22674,673,'_locations_1_description','field_5683f2b1dcba3'),(22675,673,'locations','2'),(22676,673,'_locations','field_5683f253a5dba'),(22677,674,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.404080, -79.598941\";s:3:\"lat\";s:10:\"40.4037911\";s:3:\"lng\";s:18:\"-79.59865200000002\";}'),(22678,674,'_locations_0_location','field_5683f288dcba1'),(22679,674,'locations_0_title','State Route 22, Section B02 – Murraysville - Highway Widening'),(22680,674,'_locations_0_title','field_5683f2aadcba2'),(22681,674,'locations_0_image','667'),(22682,674,'_locations_0_image','field_568439ed8109d'),(22683,674,'locations_0_description','This project was for widening, realignment, and intersection improvement and affected over 100 properties and resulted in the relocation of 10 businesses in the Borough of Murrysville, Westmoreland County.'),(22684,674,'_locations_0_description','field_5683f2b1dcba3'),(22685,674,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.509199, -80.256449\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(22686,674,'_locations_1_location','field_5683f288dcba1'),(22687,674,'locations_1_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(22688,674,'_locations_1_title','field_5683f2aadcba2'),(22689,674,'locations_1_image','671'),(22690,674,'_locations_1_image','field_568439ed8109d'),(22691,674,'locations_1_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(22692,674,'_locations_1_description','field_5683f2b1dcba3'),(22693,674,'locations','2'),(22694,674,'_locations','field_5683f253a5dba'),(22695,675,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.404080, -79.598941\";s:3:\"lat\";s:10:\"40.4037911\";s:3:\"lng\";s:18:\"-79.59865200000002\";}'),(22696,675,'_locations_0_location','field_5683f288dcba1'),(22697,675,'locations_0_title','State Route 22, Section B02 – Murraysville - Highway Widening'),(22698,675,'_locations_0_title','field_5683f2aadcba2'),(22699,675,'locations_0_image','667'),(22700,675,'_locations_0_image','field_568439ed8109d'),(22701,675,'locations_0_description','This project was for widening, realignment, and intersection improvement and affected over 100 properties and resulted in the relocation of 10 businesses in the Borough of Murrysville, Westmoreland County.'),(22702,675,'_locations_0_description','field_5683f2b1dcba3'),(22703,675,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.509199, -80.256449\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(22704,675,'_locations_1_location','field_5683f288dcba1'),(22705,675,'locations_1_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(22706,675,'_locations_1_title','field_5683f2aadcba2'),(22707,675,'locations_1_image','671'),(22708,675,'_locations_1_image','field_568439ed8109d'),(22709,675,'locations_1_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(22710,675,'_locations_1_description','field_5683f2b1dcba3'),(22711,675,'locations_2_location','a:3:{s:7:\"address\";s:21:\"39.909163, -79.689577\";s:3:\"lat\";s:9:\"39.908594\";s:3:\"lng\";s:18:\"-79.69076000000001\";}'),(22712,675,'_locations_2_location','field_5683f288dcba1'),(22713,675,'locations_2_title','State Route 1021, Section H10 – Fayette County, North Union Twp. Bridge'),(22714,675,'_locations_2_title','field_5683f2aadcba2'),(22715,675,'locations_2_image',''),(22716,675,'_locations_2_image','field_568439ed8109d'),(22717,675,'locations_2_description','This project is for a small bridge and is affecting 5 properties in the Township of North Union, Fayette County.'),(22718,675,'_locations_2_description','field_5683f2b1dcba3'),(22719,675,'locations','3'),(22720,675,'_locations','field_5683f253a5dba'),(22721,349,'locations_2_location','a:3:{s:7:\"address\";s:21:\"39.995633, -79.849076\";s:3:\"lat\";s:10:\"39.9954425\";s:3:\"lng\";s:11:\"-79.8508357\";}'),(22722,349,'_locations_2_location','field_5683f288dcba1'),(22723,349,'locations_2_title','Mon-Fayette Expressway, Uniontown to Brownsville Segment – Grindstone PA – New Roadway'),(22724,349,'_locations_2_title','field_5683f2aadcba2'),(22725,349,'locations_2_image','678'),(22726,349,'_locations_2_image','field_568439ed8109d'),(22727,349,'locations_2_description','This project was for new roadway construction and affected 63 properties and resulted in the relocation of 5 residents in several minicipalities in Fayette and Washington Counties.'),(22728,349,'_locations_2_description','field_5683f2b1dcba3'),(22729,676,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.404080, -79.598941\";s:3:\"lat\";s:10:\"40.4037911\";s:3:\"lng\";s:18:\"-79.59865200000002\";}'),(22730,676,'_locations_0_location','field_5683f288dcba1'),(22731,676,'locations_0_title','State Route 22, Section B02 – Murraysville - Highway Widening'),(22732,676,'_locations_0_title','field_5683f2aadcba2'),(22733,676,'locations_0_image','667'),(22734,676,'_locations_0_image','field_568439ed8109d'),(22735,676,'locations_0_description','This project was for widening, realignment, and intersection improvement and affected over 100 properties and resulted in the relocation of 10 businesses in the Borough of Murrysville, Westmoreland County.'),(22736,676,'_locations_0_description','field_5683f2b1dcba3'),(22737,676,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.509199, -80.256449\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(22738,676,'_locations_1_location','field_5683f288dcba1'),(22739,676,'locations_1_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(22740,676,'_locations_1_title','field_5683f2aadcba2'),(22741,676,'locations_1_image','671'),(22742,676,'_locations_1_image','field_568439ed8109d'),(22743,676,'locations_1_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(22744,676,'_locations_1_description','field_5683f2b1dcba3'),(22745,676,'locations_2_location','a:3:{s:7:\"address\";s:21:\"39.909163, -79.689577\";s:3:\"lat\";s:9:\"39.908594\";s:3:\"lng\";s:18:\"-79.69076000000001\";}'),(22746,676,'_locations_2_location','field_5683f288dcba1'),(22747,676,'locations_2_title','State Route 1021, Section H10 – Fayette County, North Union Twp. Bridge'),(22748,676,'_locations_2_title','field_5683f2aadcba2'),(22749,676,'locations_2_image',''),(22750,676,'_locations_2_image','field_568439ed8109d'),(22751,676,'locations_2_description','This project is for a small bridge and is affecting 5 properties in the Township of North Union, Fayette County.'),(22752,676,'_locations_2_description','field_5683f2b1dcba3'),(22753,676,'locations','3'),(22754,676,'_locations','field_5683f253a5dba'),(22755,677,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.404080, -79.598941\";s:3:\"lat\";s:10:\"40.4037911\";s:3:\"lng\";s:18:\"-79.59865200000002\";}'),(22756,677,'_locations_0_location','field_5683f288dcba1'),(22757,677,'locations_0_title','State Route 22, Section B02 – Murraysville - Highway Widening'),(22758,677,'_locations_0_title','field_5683f2aadcba2'),(22759,677,'locations_0_image','667'),(22760,677,'_locations_0_image','field_568439ed8109d'),(22761,677,'locations_0_description','This project was for widening, realignment, and intersection improvement and affected over 100 properties and resulted in the relocation of 10 businesses in the Borough of Murrysville, Westmoreland County.'),(22762,677,'_locations_0_description','field_5683f2b1dcba3'),(22763,677,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.509199, -80.256449\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(22764,677,'_locations_1_location','field_5683f288dcba1'),(22765,677,'locations_1_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(22766,677,'_locations_1_title','field_5683f2aadcba2'),(22767,677,'locations_1_image','671'),(22768,677,'_locations_1_image','field_568439ed8109d'),(22769,677,'locations_1_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(22770,677,'_locations_1_description','field_5683f2b1dcba3'),(22771,677,'locations_2_location','a:3:{s:7:\"address\";s:21:\"39.909163, -79.689577\";s:3:\"lat\";s:9:\"39.908594\";s:3:\"lng\";s:18:\"-79.69076000000001\";}'),(22772,677,'_locations_2_location','field_5683f288dcba1'),(22773,677,'locations_2_title','State Route 1021, Section H10 – Fayette County, North Union Twp. Bridge'),(22774,677,'_locations_2_title','field_5683f2aadcba2'),(22775,677,'locations_2_image',''),(22776,677,'_locations_2_image','field_568439ed8109d'),(22777,677,'locations_2_description','This project is for a small bridge and is affecting 5 properties in the Township of North Union, Fayette County.'),(22778,677,'_locations_2_description','field_5683f2b1dcba3'),(22779,677,'locations_3_location','a:3:{s:7:\"address\";s:21:\"39.995633, -79.849076\";s:3:\"lat\";s:10:\"39.9954425\";s:3:\"lng\";s:11:\"-79.8508357\";}'),(22780,677,'_locations_3_location','field_5683f288dcba1'),(22781,677,'locations_3_title',''),(22782,677,'_locations_3_title','field_5683f2aadcba2'),(22783,677,'locations_3_image',''),(22784,677,'_locations_3_image','field_568439ed8109d'),(22785,677,'locations_3_description',''),(22786,677,'_locations_3_description','field_5683f2b1dcba3'),(22787,677,'locations','4'),(22788,677,'_locations','field_5683f253a5dba'),(22789,349,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.425445, -80.319484\";s:3:\"lat\";s:10:\"40.4257514\";s:3:\"lng\";s:18:\"-80.31952849999999\";}'),(22790,349,'_locations_3_location','field_5683f288dcba1'),(22791,349,'locations_3_title','Southern Beltway, Section A – New Roadway Construction'),(22792,349,'_locations_3_title','field_5683f2aadcba2'),(22793,349,'locations_3_image',''),(22794,349,'_locations_3_image','field_568439ed8109d'),(22795,349,'locations_3_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 28 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(22796,349,'_locations_3_description','field_5683f2b1dcba3'),(22797,678,'_wp_attached_file','2015/12/wp3cb665f3_06.png'),(22798,678,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:281;s:6:\"height\";i:198;s:4:\"file\";s:25:\"2015/12/wp3cb665f3_06.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wp3cb665f3_06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(22799,679,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.404080, -79.598941\";s:3:\"lat\";s:10:\"40.4037911\";s:3:\"lng\";s:18:\"-79.59865200000002\";}'),(22800,679,'_locations_0_location','field_5683f288dcba1'),(22801,679,'locations_0_title','State Route 22, Section B02 – Murraysville - Highway Widening'),(22802,679,'_locations_0_title','field_5683f2aadcba2'),(22803,679,'locations_0_image','667'),(22804,679,'_locations_0_image','field_568439ed8109d'),(22805,679,'locations_0_description','This project was for widening, realignment, and intersection improvement and affected over 100 properties and resulted in the relocation of 10 businesses in the Borough of Murrysville, Westmoreland County.'),(22806,679,'_locations_0_description','field_5683f2b1dcba3'),(22807,679,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.509199, -80.256449\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(22808,679,'_locations_1_location','field_5683f288dcba1'),(22809,679,'locations_1_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(22810,679,'_locations_1_title','field_5683f2aadcba2'),(22811,679,'locations_1_image','671'),(22812,679,'_locations_1_image','field_568439ed8109d'),(22813,679,'locations_1_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(22814,679,'_locations_1_description','field_5683f2b1dcba3'),(22815,679,'locations_2_location','a:3:{s:7:\"address\";s:21:\"39.909163, -79.689577\";s:3:\"lat\";s:9:\"39.908594\";s:3:\"lng\";s:18:\"-79.69076000000001\";}'),(22816,679,'_locations_2_location','field_5683f288dcba1'),(22817,679,'locations_2_title','State Route 1021, Section H10 – Fayette County, North Union Twp. Bridge'),(22818,679,'_locations_2_title','field_5683f2aadcba2'),(22819,679,'locations_2_image',''),(22820,679,'_locations_2_image','field_568439ed8109d'),(22821,679,'locations_2_description','This project is for a small bridge and is affecting 5 properties in the Township of North Union, Fayette County.'),(22822,679,'_locations_2_description','field_5683f2b1dcba3'),(22823,679,'locations_3_location','a:3:{s:7:\"address\";s:21:\"39.995633, -79.849076\";s:3:\"lat\";s:10:\"39.9954425\";s:3:\"lng\";s:11:\"-79.8508357\";}'),(22824,679,'_locations_3_location','field_5683f288dcba1'),(22825,679,'locations_3_title','Mon-Fayette Expressway, Uniontown to Brownsville Segment – Grindstone PA – New Roadway'),(22826,679,'_locations_3_title','field_5683f2aadcba2'),(22827,679,'locations_3_image','678'),(22828,679,'_locations_3_image','field_568439ed8109d'),(22829,679,'locations_3_description','This project was for new roadway construction and affected 63 properties and resulted in the relocation of 5 residents in several minicipalities in Fayette and Washington Counties.'),(22830,679,'_locations_3_description','field_5683f2b1dcba3'),(22831,679,'locations','4'),(22832,679,'_locations','field_5683f253a5dba'),(22833,680,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.404080, -79.598941\";s:3:\"lat\";s:10:\"40.4037911\";s:3:\"lng\";s:18:\"-79.59865200000002\";}'),(22834,680,'_locations_0_location','field_5683f288dcba1'),(22835,680,'locations_0_title','State Route 22, Section B02 – Murraysville - Highway Widening'),(22836,680,'_locations_0_title','field_5683f2aadcba2'),(22837,680,'locations_0_image','667'),(22838,680,'_locations_0_image','field_568439ed8109d'),(22839,680,'locations_0_description','This project was for widening, realignment, and intersection improvement and affected over 100 properties and resulted in the relocation of 10 businesses in the Borough of Murrysville, Westmoreland County.'),(22840,680,'_locations_0_description','field_5683f2b1dcba3'),(22841,680,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.509199, -80.256449\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(22842,680,'_locations_1_location','field_5683f288dcba1'),(22843,680,'locations_1_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(22844,680,'_locations_1_title','field_5683f2aadcba2'),(22845,680,'locations_1_image','671'),(22846,680,'_locations_1_image','field_568439ed8109d'),(22847,680,'locations_1_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(22848,680,'_locations_1_description','field_5683f2b1dcba3'),(22849,680,'locations_2_location','a:3:{s:7:\"address\";s:21:\"39.909163, -79.689577\";s:3:\"lat\";s:9:\"39.908594\";s:3:\"lng\";s:18:\"-79.69076000000001\";}'),(22850,680,'_locations_2_location','field_5683f288dcba1'),(22851,680,'locations_2_title','State Route 1021, Section H10 – Fayette County, North Union Twp. Bridge'),(22852,680,'_locations_2_title','field_5683f2aadcba2'),(22853,680,'locations_2_image',''),(22854,680,'_locations_2_image','field_568439ed8109d'),(22855,680,'locations_2_description','This project is for a small bridge and is affecting 5 properties in the Township of North Union, Fayette County.'),(22856,680,'_locations_2_description','field_5683f2b1dcba3'),(22857,680,'locations_3_location','a:3:{s:7:\"address\";s:21:\"39.995633, -79.849076\";s:3:\"lat\";s:10:\"39.9954425\";s:3:\"lng\";s:11:\"-79.8508357\";}'),(22858,680,'_locations_3_location','field_5683f288dcba1'),(22859,680,'locations_3_title','Mon-Fayette Expressway, Uniontown to Brownsville Segment – Grindstone PA – New Roadway'),(22860,680,'_locations_3_title','field_5683f2aadcba2'),(22861,680,'locations_3_image','678'),(22862,680,'_locations_3_image','field_568439ed8109d'),(22863,680,'locations_3_description','This project was for new roadway construction and affected 63 properties and resulted in the relocation of 5 residents in several minicipalities in Fayette and Washington Counties.'),(22864,680,'_locations_3_description','field_5683f2b1dcba3'),(22865,680,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.354845, -80.118392\";s:3:\"lat\";s:10:\"40.3527492\";s:3:\"lng\";s:18:\"-80.11776529999997\";}'),(22866,680,'_locations_4_location','field_5683f288dcba1'),(22867,680,'locations_4_title','Southern Beltway Section C – New Roadway Construction'),(22868,680,'_locations_4_title','field_5683f2aadcba2'),(22869,680,'locations_4_image',''),(22870,680,'_locations_4_image','field_568439ed8109d'),(22871,680,'locations_4_description',''),(22872,680,'_locations_4_description','field_5683f2b1dcba3'),(22873,680,'locations','5'),(22874,680,'_locations','field_5683f253a5dba'),(22883,681,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.404080, -79.598941\";s:3:\"lat\";s:10:\"40.4037911\";s:3:\"lng\";s:18:\"-79.59865200000002\";}'),(22884,681,'_locations_0_location','field_5683f288dcba1'),(22885,681,'locations_0_title','State Route 22, Section B02 – Murraysville - Highway Widening'),(22886,681,'_locations_0_title','field_5683f2aadcba2'),(22887,681,'locations_0_image','667'),(22888,681,'_locations_0_image','field_568439ed8109d'),(22889,681,'locations_0_description','This project was for widening, realignment, and intersection improvement and affected over 100 properties and resulted in the relocation of 10 businesses in the Borough of Murrysville, Westmoreland County.'),(22890,681,'_locations_0_description','field_5683f2b1dcba3'),(22891,681,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.509199, -80.256449\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(22892,681,'_locations_1_location','field_5683f288dcba1'),(22893,681,'locations_1_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(22894,681,'_locations_1_title','field_5683f2aadcba2'),(22895,681,'locations_1_image','671'),(22896,681,'_locations_1_image','field_568439ed8109d'),(22897,681,'locations_1_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(22898,681,'_locations_1_description','field_5683f2b1dcba3'),(22899,681,'locations_2_location','a:3:{s:7:\"address\";s:21:\"39.909163, -79.689577\";s:3:\"lat\";s:9:\"39.908594\";s:3:\"lng\";s:18:\"-79.69076000000001\";}'),(22900,681,'_locations_2_location','field_5683f288dcba1'),(22901,681,'locations_2_title','State Route 1021, Section H10 – Fayette County, North Union Twp. Bridge'),(22902,681,'_locations_2_title','field_5683f2aadcba2'),(22903,681,'locations_2_image',''),(22904,681,'_locations_2_image','field_568439ed8109d'),(22905,681,'locations_2_description','This project is for a small bridge and is affecting 5 properties in the Township of North Union, Fayette County.'),(22906,681,'_locations_2_description','field_5683f2b1dcba3'),(22907,681,'locations_3_location','a:3:{s:7:\"address\";s:21:\"39.995633, -79.849076\";s:3:\"lat\";s:10:\"39.9954425\";s:3:\"lng\";s:11:\"-79.8508357\";}'),(22908,681,'_locations_3_location','field_5683f288dcba1'),(22909,681,'locations_3_title','Mon-Fayette Expressway, Uniontown to Brownsville Segment – Grindstone PA – New Roadway'),(22910,681,'_locations_3_title','field_5683f2aadcba2'),(22911,681,'locations_3_image','678'),(22912,681,'_locations_3_image','field_568439ed8109d'),(22913,681,'locations_3_description','This project was for new roadway construction and affected 63 properties and resulted in the relocation of 5 residents in several minicipalities in Fayette and Washington Counties.'),(22914,681,'_locations_3_description','field_5683f2b1dcba3'),(22915,681,'locations','4'),(22916,681,'_locations','field_5683f253a5dba'),(22917,682,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.404080, -79.598941\";s:3:\"lat\";s:10:\"40.4037911\";s:3:\"lng\";s:18:\"-79.59865200000002\";}'),(22918,682,'_locations_0_location','field_5683f288dcba1'),(22919,682,'locations_0_title','State Route 22, Section B02 – Murraysville - Highway Widening'),(22920,682,'_locations_0_title','field_5683f2aadcba2'),(22921,682,'locations_0_image','667'),(22922,682,'_locations_0_image','field_568439ed8109d'),(22923,682,'locations_0_description','This project was for widening, realignment, and intersection improvement and affected over 100 properties and resulted in the relocation of 10 businesses in the Borough of Murrysville, Westmoreland County.'),(22924,682,'_locations_0_description','field_5683f2b1dcba3'),(22925,682,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.509199, -80.256449\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(22926,682,'_locations_1_location','field_5683f288dcba1'),(22927,682,'locations_1_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(22928,682,'_locations_1_title','field_5683f2aadcba2'),(22929,682,'locations_1_image','671'),(22930,682,'_locations_1_image','field_568439ed8109d'),(22931,682,'locations_1_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(22932,682,'_locations_1_description','field_5683f2b1dcba3'),(22933,682,'locations_2_location','a:3:{s:7:\"address\";s:21:\"39.909163, -79.689577\";s:3:\"lat\";s:9:\"39.908594\";s:3:\"lng\";s:18:\"-79.69076000000001\";}'),(22934,682,'_locations_2_location','field_5683f288dcba1'),(22935,682,'locations_2_title','State Route 1021, Section H10 – Fayette County, North Union Twp. Bridge'),(22936,682,'_locations_2_title','field_5683f2aadcba2'),(22937,682,'locations_2_image',''),(22938,682,'_locations_2_image','field_568439ed8109d'),(22939,682,'locations_2_description','This project is for a small bridge and is affecting 5 properties in the Township of North Union, Fayette County.'),(22940,682,'_locations_2_description','field_5683f2b1dcba3'),(22941,682,'locations_3_location','a:3:{s:7:\"address\";s:21:\"39.995633, -79.849076\";s:3:\"lat\";s:10:\"39.9954425\";s:3:\"lng\";s:11:\"-79.8508357\";}'),(22942,682,'_locations_3_location','field_5683f288dcba1'),(22943,682,'locations_3_title','Mon-Fayette Expressway, Uniontown to Brownsville Segment – Grindstone PA – New Roadway'),(22944,682,'_locations_3_title','field_5683f2aadcba2'),(22945,682,'locations_3_image','678'),(22946,682,'_locations_3_image','field_568439ed8109d'),(22947,682,'locations_3_description','This project was for new roadway construction and affected 63 properties and resulted in the relocation of 5 residents in several minicipalities in Fayette and Washington Counties.'),(22948,682,'_locations_3_description','field_5683f2b1dcba3'),(22949,682,'locations','4'),(22950,682,'_locations','field_5683f253a5dba'),(22951,683,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(22952,683,'_locations_0_location','field_5683f288dcba1'),(22953,683,'locations_0_title','SR0028, All sections'),(22954,683,'_locations_0_title','field_5683f2aadcba2'),(22955,683,'locations_0_image',''),(22956,683,'_locations_0_image','field_568439ed8109d'),(22957,683,'locations_0_description',''),(22958,683,'_locations_0_description','field_5683f2b1dcba3'),(22959,683,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(22960,683,'_locations_1_location','field_5683f288dcba1'),(22961,683,'locations_1_title','286, A09 – Golden Mile'),(22962,683,'_locations_1_title','field_5683f2aadcba2'),(22963,683,'locations_1_image',''),(22964,683,'_locations_1_image','field_568439ed8109d'),(22965,683,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(22966,683,'_locations_1_description','field_5683f2b1dcba3'),(22967,683,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(22968,683,'_locations_2_location','field_5683f288dcba1'),(22969,683,'locations_2_title','2040, A18 – Curry Hollow'),(22970,683,'_locations_2_title','field_5683f2aadcba2'),(22971,683,'locations_2_image',''),(22972,683,'_locations_2_image','field_568439ed8109d'),(22973,683,'locations_2_description',''),(22974,683,'_locations_2_description','field_5683f2b1dcba3'),(22975,683,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(22976,683,'_locations_3_location','field_5683f288dcba1'),(22977,683,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(22978,683,'_locations_3_title','field_5683f2aadcba2'),(22979,683,'locations_3_image',''),(22980,683,'_locations_3_image','field_568439ed8109d'),(22981,683,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(22982,683,'_locations_3_description','field_5683f2b1dcba3'),(22983,683,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(22984,683,'_locations_4_location','field_5683f288dcba1'),(22985,683,'locations_4_title','Duncan Avenue – Hampton Twp.'),(22986,683,'_locations_4_title','field_5683f2aadcba2'),(22987,683,'locations_4_image',''),(22988,683,'_locations_4_image','field_568439ed8109d'),(22989,683,'locations_4_description',''),(22990,683,'_locations_4_description','field_5683f2b1dcba3'),(22991,683,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(22992,683,'_locations_5_location','field_5683f288dcba1'),(22993,683,'locations_5_title','Pine Creek Road – McCandless'),(22994,683,'_locations_5_title','field_5683f2aadcba2'),(22995,683,'locations_5_image',''),(22996,683,'_locations_5_image','field_568439ed8109d'),(22997,683,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(22998,683,'_locations_5_description','field_5683f2b1dcba3'),(22999,683,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(23000,683,'_locations_6_location','field_5683f288dcba1'),(23001,683,'locations_6_title','Brewhouse – Trek Development'),(23002,683,'_locations_6_title','field_5683f2aadcba2'),(23003,683,'locations_6_image',''),(23004,683,'_locations_6_image','field_568439ed8109d'),(23005,683,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(23006,683,'_locations_6_description','field_5683f2b1dcba3'),(23007,683,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(23008,683,'_locations_7_location','field_5683f288dcba1'),(23009,683,'locations_7_title','Ewalt Road – Richland Twp.'),(23010,683,'_locations_7_title','field_5683f2aadcba2'),(23011,683,'locations_7_image',''),(23012,683,'_locations_7_image','field_568439ed8109d'),(23013,683,'locations_7_description',''),(23014,683,'_locations_7_description','field_5683f2b1dcba3'),(23015,683,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.625521, -79.941837\";s:3:\"lat\";s:10:\"40.6255198\";s:3:\"lng\";s:10:\"-79.941822\";}'),(23016,683,'_locations_8_location','field_5683f288dcba1'),(23017,683,'locations_8_title','Ewalt Road – Richland Twp.'),(23018,683,'_locations_8_title','field_5683f2aadcba2'),(23019,683,'locations_8_image',''),(23020,683,'_locations_8_image','field_568439ed8109d'),(23021,683,'locations_8_description',''),(23022,683,'_locations_8_description','field_5683f2b1dcba3'),(23023,683,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(23024,683,'_locations_9_location','field_5683f288dcba1'),(23025,683,'locations_9_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(23026,683,'_locations_9_title','field_5683f2aadcba2'),(23027,683,'locations_9_image',''),(23028,683,'_locations_9_image','field_568439ed8109d'),(23029,683,'locations_9_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(23030,683,'_locations_9_description','field_5683f2b1dcba3'),(23031,683,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.425708, -79.805807\";s:3:\"lat\";s:10:\"40.4256461\";s:3:\"lng\";s:18:\"-79.80576589999998\";}'),(23032,683,'_locations_10_location','field_5683f288dcba1'),(23033,683,'locations_10_title','State Route 2065, Section A07'),(23034,683,'_locations_10_title','field_5683f2aadcba2'),(23035,683,'locations_10_image',''),(23036,683,'_locations_10_image','field_568439ed8109d'),(23037,683,'locations_10_description',''),(23038,683,'_locations_10_description','field_5683f2b1dcba3'),(23039,683,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.354856, -80.118393\";s:3:\"lat\";s:10:\"40.3527492\";s:3:\"lng\";s:18:\"-80.11776529999997\";}'),(23040,683,'_locations_11_location','field_5683f288dcba1'),(23041,683,'locations_11_title','Southern Beltway Section C – New Roadway Construction'),(23042,683,'_locations_11_title','field_5683f2aadcba2'),(23043,683,'locations_11_image',''),(23044,683,'_locations_11_image','field_568439ed8109d'),(23045,683,'locations_11_description',''),(23046,683,'_locations_11_description','field_5683f2b1dcba3'),(23047,683,'locations','12'),(23048,683,'_locations','field_5683f253a5dba'),(23049,347,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.509371, -80.256419\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(23050,347,'_locations_11_location','field_5683f288dcba1'),(23051,347,'locations_11_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(23052,347,'_locations_11_title','field_5683f2aadcba2'),(23053,347,'locations_11_image','671'),(23054,347,'_locations_11_image','field_568439ed8109d'),(23055,347,'locations_11_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(23056,347,'_locations_11_description','field_5683f2b1dcba3'),(23057,684,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(23058,684,'_locations_0_location','field_5683f288dcba1'),(23059,684,'locations_0_title','SR0028, All sections'),(23060,684,'_locations_0_title','field_5683f2aadcba2'),(23061,684,'locations_0_image',''),(23062,684,'_locations_0_image','field_568439ed8109d'),(23063,684,'locations_0_description',''),(23064,684,'_locations_0_description','field_5683f2b1dcba3'),(23065,684,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(23066,684,'_locations_1_location','field_5683f288dcba1'),(23067,684,'locations_1_title','286, A09 – Golden Mile'),(23068,684,'_locations_1_title','field_5683f2aadcba2'),(23069,684,'locations_1_image',''),(23070,684,'_locations_1_image','field_568439ed8109d'),(23071,684,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(23072,684,'_locations_1_description','field_5683f2b1dcba3'),(23073,684,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(23074,684,'_locations_2_location','field_5683f288dcba1'),(23075,684,'locations_2_title','2040, A18 – Curry Hollow'),(23076,684,'_locations_2_title','field_5683f2aadcba2'),(23077,684,'locations_2_image',''),(23078,684,'_locations_2_image','field_568439ed8109d'),(23079,684,'locations_2_description',''),(23080,684,'_locations_2_description','field_5683f2b1dcba3'),(23081,684,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(23082,684,'_locations_3_location','field_5683f288dcba1'),(23083,684,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(23084,684,'_locations_3_title','field_5683f2aadcba2'),(23085,684,'locations_3_image',''),(23086,684,'_locations_3_image','field_568439ed8109d'),(23087,684,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(23088,684,'_locations_3_description','field_5683f2b1dcba3'),(23089,684,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(23090,684,'_locations_4_location','field_5683f288dcba1'),(23091,684,'locations_4_title','Duncan Avenue – Hampton Twp.'),(23092,684,'_locations_4_title','field_5683f2aadcba2'),(23093,684,'locations_4_image',''),(23094,684,'_locations_4_image','field_568439ed8109d'),(23095,684,'locations_4_description',''),(23096,684,'_locations_4_description','field_5683f2b1dcba3'),(23097,684,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(23098,684,'_locations_5_location','field_5683f288dcba1'),(23099,684,'locations_5_title','Pine Creek Road – McCandless'),(23100,684,'_locations_5_title','field_5683f2aadcba2'),(23101,684,'locations_5_image',''),(23102,684,'_locations_5_image','field_568439ed8109d'),(23103,684,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(23104,684,'_locations_5_description','field_5683f2b1dcba3'),(23105,684,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(23106,684,'_locations_6_location','field_5683f288dcba1'),(23107,684,'locations_6_title','Brewhouse – Trek Development'),(23108,684,'_locations_6_title','field_5683f2aadcba2'),(23109,684,'locations_6_image',''),(23110,684,'_locations_6_image','field_568439ed8109d'),(23111,684,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(23112,684,'_locations_6_description','field_5683f2b1dcba3'),(23113,684,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(23114,684,'_locations_7_location','field_5683f288dcba1'),(23115,684,'locations_7_title','Ewalt Road – Richland Twp.'),(23116,684,'_locations_7_title','field_5683f2aadcba2'),(23117,684,'locations_7_image',''),(23118,684,'_locations_7_image','field_568439ed8109d'),(23119,684,'locations_7_description',''),(23120,684,'_locations_7_description','field_5683f2b1dcba3'),(23121,684,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.625521, -79.941837\";s:3:\"lat\";s:10:\"40.6255198\";s:3:\"lng\";s:10:\"-79.941822\";}'),(23122,684,'_locations_8_location','field_5683f288dcba1'),(23123,684,'locations_8_title','Ewalt Road – Richland Twp.'),(23124,684,'_locations_8_title','field_5683f2aadcba2'),(23125,684,'locations_8_image',''),(23126,684,'_locations_8_image','field_568439ed8109d'),(23127,684,'locations_8_description',''),(23128,684,'_locations_8_description','field_5683f2b1dcba3'),(23129,684,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(23130,684,'_locations_9_location','field_5683f288dcba1'),(23131,684,'locations_9_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(23132,684,'_locations_9_title','field_5683f2aadcba2'),(23133,684,'locations_9_image',''),(23134,684,'_locations_9_image','field_568439ed8109d'),(23135,684,'locations_9_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(23136,684,'_locations_9_description','field_5683f2b1dcba3'),(23137,684,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.425708, -79.805807\";s:3:\"lat\";s:10:\"40.4256461\";s:3:\"lng\";s:18:\"-79.80576589999998\";}'),(23138,684,'_locations_10_location','field_5683f288dcba1'),(23139,684,'locations_10_title','State Route 2065, Section A07'),(23140,684,'_locations_10_title','field_5683f2aadcba2'),(23141,684,'locations_10_image',''),(23142,684,'_locations_10_image','field_568439ed8109d'),(23143,684,'locations_10_description',''),(23144,684,'_locations_10_description','field_5683f2b1dcba3'),(23145,684,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.354856, -80.118393\";s:3:\"lat\";s:10:\"40.3527492\";s:3:\"lng\";s:18:\"-80.11776529999997\";}'),(23146,684,'_locations_11_location','field_5683f288dcba1'),(23147,684,'locations_11_title','Southern Beltway Section C – New Roadway Construction'),(23148,684,'_locations_11_title','field_5683f2aadcba2'),(23149,684,'locations_11_image',''),(23150,684,'_locations_11_image','field_568439ed8109d'),(23151,684,'locations_11_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 18 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(23152,684,'_locations_11_description','field_5683f2b1dcba3'),(23153,684,'locations','12'),(23154,684,'_locations','field_5683f253a5dba'),(23155,685,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(23156,685,'_locations_0_location','field_5683f288dcba1'),(23157,685,'locations_0_title','SR0028, All sections'),(23158,685,'_locations_0_title','field_5683f2aadcba2'),(23159,685,'locations_0_image',''),(23160,685,'_locations_0_image','field_568439ed8109d'),(23161,685,'locations_0_description',''),(23162,685,'_locations_0_description','field_5683f2b1dcba3'),(23163,685,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(23164,685,'_locations_1_location','field_5683f288dcba1'),(23165,685,'locations_1_title','286, A09 – Golden Mile'),(23166,685,'_locations_1_title','field_5683f2aadcba2'),(23167,685,'locations_1_image',''),(23168,685,'_locations_1_image','field_568439ed8109d'),(23169,685,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(23170,685,'_locations_1_description','field_5683f2b1dcba3'),(23171,685,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(23172,685,'_locations_2_location','field_5683f288dcba1'),(23173,685,'locations_2_title','2040, A18 – Curry Hollow'),(23174,685,'_locations_2_title','field_5683f2aadcba2'),(23175,685,'locations_2_image',''),(23176,685,'_locations_2_image','field_568439ed8109d'),(23177,685,'locations_2_description',''),(23178,685,'_locations_2_description','field_5683f2b1dcba3'),(23179,685,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(23180,685,'_locations_3_location','field_5683f288dcba1'),(23181,685,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(23182,685,'_locations_3_title','field_5683f2aadcba2'),(23183,685,'locations_3_image',''),(23184,685,'_locations_3_image','field_568439ed8109d'),(23185,685,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(23186,685,'_locations_3_description','field_5683f2b1dcba3'),(23187,685,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(23188,685,'_locations_4_location','field_5683f288dcba1'),(23189,685,'locations_4_title','Duncan Avenue – Hampton Twp.'),(23190,685,'_locations_4_title','field_5683f2aadcba2'),(23191,685,'locations_4_image',''),(23192,685,'_locations_4_image','field_568439ed8109d'),(23193,685,'locations_4_description',''),(23194,685,'_locations_4_description','field_5683f2b1dcba3'),(23195,685,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(23196,685,'_locations_5_location','field_5683f288dcba1'),(23197,685,'locations_5_title','Pine Creek Road – McCandless'),(23198,685,'_locations_5_title','field_5683f2aadcba2'),(23199,685,'locations_5_image',''),(23200,685,'_locations_5_image','field_568439ed8109d'),(23201,685,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(23202,685,'_locations_5_description','field_5683f2b1dcba3'),(23203,685,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(23204,685,'_locations_6_location','field_5683f288dcba1'),(23205,685,'locations_6_title','Brewhouse – Trek Development'),(23206,685,'_locations_6_title','field_5683f2aadcba2'),(23207,685,'locations_6_image',''),(23208,685,'_locations_6_image','field_568439ed8109d'),(23209,685,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(23210,685,'_locations_6_description','field_5683f2b1dcba3'),(23211,685,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(23212,685,'_locations_7_location','field_5683f288dcba1'),(23213,685,'locations_7_title','Ewalt Road – Richland Twp.'),(23214,685,'_locations_7_title','field_5683f2aadcba2'),(23215,685,'locations_7_image',''),(23216,685,'_locations_7_image','field_568439ed8109d'),(23217,685,'locations_7_description',''),(23218,685,'_locations_7_description','field_5683f2b1dcba3'),(23219,685,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.625521, -79.941837\";s:3:\"lat\";s:10:\"40.6255198\";s:3:\"lng\";s:10:\"-79.941822\";}'),(23220,685,'_locations_8_location','field_5683f288dcba1'),(23221,685,'locations_8_title','Ewalt Road – Richland Twp.'),(23222,685,'_locations_8_title','field_5683f2aadcba2'),(23223,685,'locations_8_image',''),(23224,685,'_locations_8_image','field_568439ed8109d'),(23225,685,'locations_8_description',''),(23226,685,'_locations_8_description','field_5683f2b1dcba3'),(23227,685,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(23228,685,'_locations_9_location','field_5683f288dcba1'),(23229,685,'locations_9_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(23230,685,'_locations_9_title','field_5683f2aadcba2'),(23231,685,'locations_9_image',''),(23232,685,'_locations_9_image','field_568439ed8109d'),(23233,685,'locations_9_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(23234,685,'_locations_9_description','field_5683f2b1dcba3'),(23235,685,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.425708, -79.805807\";s:3:\"lat\";s:10:\"40.4256461\";s:3:\"lng\";s:18:\"-79.80576589999998\";}'),(23236,685,'_locations_10_location','field_5683f288dcba1'),(23237,685,'locations_10_title','State Route 2065, Section A07'),(23238,685,'_locations_10_title','field_5683f2aadcba2'),(23239,685,'locations_10_image',''),(23240,685,'_locations_10_image','field_568439ed8109d'),(23241,685,'locations_10_description',''),(23242,685,'_locations_10_description','field_5683f2b1dcba3'),(23243,685,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.354856, -80.118393\";s:3:\"lat\";s:10:\"40.3527492\";s:3:\"lng\";s:18:\"-80.11776529999997\";}'),(23244,685,'_locations_11_location','field_5683f288dcba1'),(23245,685,'locations_11_title','Southern Beltway Section C – New Roadway Construction'),(23246,685,'_locations_11_title','field_5683f2aadcba2'),(23247,685,'locations_11_image',''),(23248,685,'_locations_11_image','field_568439ed8109d'),(23249,685,'locations_11_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 18 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(23250,685,'_locations_11_description','field_5683f2b1dcba3'),(23251,685,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.425446, -80.319483\";s:3:\"lat\";s:10:\"40.4257514\";s:3:\"lng\";s:18:\"-80.31952849999999\";}'),(23252,685,'_locations_12_location','field_5683f288dcba1'),(23253,685,'locations_12_title','Southern Beltway, Section A – New Roadway Construction'),(23254,685,'_locations_12_title','field_5683f2aadcba2'),(23255,685,'locations_12_image',''),(23256,685,'_locations_12_image','field_568439ed8109d'),(23257,685,'locations_12_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 18 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(23258,685,'_locations_12_description','field_5683f2b1dcba3'),(23259,685,'locations','13'),(23260,685,'_locations','field_5683f253a5dba'),(23269,686,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(23270,686,'_locations_0_location','field_5683f288dcba1'),(23271,686,'locations_0_title','SR0028, All sections'),(23272,686,'_locations_0_title','field_5683f2aadcba2'),(23273,686,'locations_0_image',''),(23274,686,'_locations_0_image','field_568439ed8109d'),(23275,686,'locations_0_description',''),(23276,686,'_locations_0_description','field_5683f2b1dcba3'),(23277,686,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(23278,686,'_locations_1_location','field_5683f288dcba1'),(23279,686,'locations_1_title','286, A09 – Golden Mile'),(23280,686,'_locations_1_title','field_5683f2aadcba2'),(23281,686,'locations_1_image',''),(23282,686,'_locations_1_image','field_568439ed8109d'),(23283,686,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(23284,686,'_locations_1_description','field_5683f2b1dcba3'),(23285,686,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(23286,686,'_locations_2_location','field_5683f288dcba1'),(23287,686,'locations_2_title','2040, A18 – Curry Hollow'),(23288,686,'_locations_2_title','field_5683f2aadcba2'),(23289,686,'locations_2_image',''),(23290,686,'_locations_2_image','field_568439ed8109d'),(23291,686,'locations_2_description',''),(23292,686,'_locations_2_description','field_5683f2b1dcba3'),(23293,686,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(23294,686,'_locations_3_location','field_5683f288dcba1'),(23295,686,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(23296,686,'_locations_3_title','field_5683f2aadcba2'),(23297,686,'locations_3_image',''),(23298,686,'_locations_3_image','field_568439ed8109d'),(23299,686,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(23300,686,'_locations_3_description','field_5683f2b1dcba3'),(23301,686,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(23302,686,'_locations_4_location','field_5683f288dcba1'),(23303,686,'locations_4_title','Duncan Avenue – Hampton Twp.'),(23304,686,'_locations_4_title','field_5683f2aadcba2'),(23305,686,'locations_4_image',''),(23306,686,'_locations_4_image','field_568439ed8109d'),(23307,686,'locations_4_description',''),(23308,686,'_locations_4_description','field_5683f2b1dcba3'),(23309,686,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(23310,686,'_locations_5_location','field_5683f288dcba1'),(23311,686,'locations_5_title','Pine Creek Road – McCandless'),(23312,686,'_locations_5_title','field_5683f2aadcba2'),(23313,686,'locations_5_image',''),(23314,686,'_locations_5_image','field_568439ed8109d'),(23315,686,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(23316,686,'_locations_5_description','field_5683f2b1dcba3'),(23317,686,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(23318,686,'_locations_6_location','field_5683f288dcba1'),(23319,686,'locations_6_title','Brewhouse – Trek Development'),(23320,686,'_locations_6_title','field_5683f2aadcba2'),(23321,686,'locations_6_image',''),(23322,686,'_locations_6_image','field_568439ed8109d'),(23323,686,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(23324,686,'_locations_6_description','field_5683f2b1dcba3'),(23325,686,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(23326,686,'_locations_7_location','field_5683f288dcba1'),(23327,686,'locations_7_title','Ewalt Road – Richland Twp.'),(23328,686,'_locations_7_title','field_5683f2aadcba2'),(23329,686,'locations_7_image',''),(23330,686,'_locations_7_image','field_568439ed8109d'),(23331,686,'locations_7_description',''),(23332,686,'_locations_7_description','field_5683f2b1dcba3'),(23333,686,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.625521, -79.941837\";s:3:\"lat\";s:10:\"40.6255198\";s:3:\"lng\";s:10:\"-79.941822\";}'),(23334,686,'_locations_8_location','field_5683f288dcba1'),(23335,686,'locations_8_title','Ewalt Road – Richland Twp.'),(23336,686,'_locations_8_title','field_5683f2aadcba2'),(23337,686,'locations_8_image',''),(23338,686,'_locations_8_image','field_568439ed8109d'),(23339,686,'locations_8_description',''),(23340,686,'_locations_8_description','field_5683f2b1dcba3'),(23341,686,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(23342,686,'_locations_9_location','field_5683f288dcba1'),(23343,686,'locations_9_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(23344,686,'_locations_9_title','field_5683f2aadcba2'),(23345,686,'locations_9_image',''),(23346,686,'_locations_9_image','field_568439ed8109d'),(23347,686,'locations_9_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(23348,686,'_locations_9_description','field_5683f2b1dcba3'),(23349,686,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.425708, -79.805807\";s:3:\"lat\";s:10:\"40.4256461\";s:3:\"lng\";s:18:\"-79.80576589999998\";}'),(23350,686,'_locations_10_location','field_5683f288dcba1'),(23351,686,'locations_10_title','State Route 2065, Section A07'),(23352,686,'_locations_10_title','field_5683f2aadcba2'),(23353,686,'locations_10_image',''),(23354,686,'_locations_10_image','field_568439ed8109d'),(23355,686,'locations_10_description',''),(23356,686,'_locations_10_description','field_5683f2b1dcba3'),(23357,686,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.354856, -80.118393\";s:3:\"lat\";s:10:\"40.3527492\";s:3:\"lng\";s:18:\"-80.11776529999997\";}'),(23358,686,'_locations_11_location','field_5683f288dcba1'),(23359,686,'locations_11_title','Southern Beltway Section C – New Roadway Construction'),(23360,686,'_locations_11_title','field_5683f2aadcba2'),(23361,686,'locations_11_image',''),(23362,686,'_locations_11_image','field_568439ed8109d'),(23363,686,'locations_11_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 18 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(23364,686,'_locations_11_description','field_5683f2b1dcba3'),(23365,686,'locations','12'),(23366,686,'_locations','field_5683f253a5dba'),(23367,687,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.404080, -79.598941\";s:3:\"lat\";s:10:\"40.4037911\";s:3:\"lng\";s:18:\"-79.59865200000002\";}'),(23368,687,'_locations_0_location','field_5683f288dcba1'),(23369,687,'locations_0_title','State Route 22, Section B02 – Murraysville - Highway Widening'),(23370,687,'_locations_0_title','field_5683f2aadcba2'),(23371,687,'locations_0_image','667'),(23372,687,'_locations_0_image','field_568439ed8109d'),(23373,687,'locations_0_description','This project was for widening, realignment, and intersection improvement and affected over 100 properties and resulted in the relocation of 10 businesses in the Borough of Murrysville, Westmoreland County.'),(23374,687,'_locations_0_description','field_5683f2b1dcba3'),(23375,687,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.509199, -80.256449\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(23376,687,'_locations_1_location','field_5683f288dcba1'),(23377,687,'locations_1_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(23378,687,'_locations_1_title','field_5683f2aadcba2'),(23379,687,'locations_1_image','671'),(23380,687,'_locations_1_image','field_568439ed8109d'),(23381,687,'locations_1_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(23382,687,'_locations_1_description','field_5683f2b1dcba3'),(23383,687,'locations_2_location','a:3:{s:7:\"address\";s:21:\"39.909163, -79.689577\";s:3:\"lat\";s:9:\"39.908594\";s:3:\"lng\";s:18:\"-79.69076000000001\";}'),(23384,687,'_locations_2_location','field_5683f288dcba1'),(23385,687,'locations_2_title','State Route 1021, Section H10 – Fayette County, North Union Twp. Bridge'),(23386,687,'_locations_2_title','field_5683f2aadcba2'),(23387,687,'locations_2_image',''),(23388,687,'_locations_2_image','field_568439ed8109d'),(23389,687,'locations_2_description','This project is for a small bridge and is affecting 5 properties in the Township of North Union, Fayette County.'),(23390,687,'_locations_2_description','field_5683f2b1dcba3'),(23391,687,'locations_3_location','a:3:{s:7:\"address\";s:21:\"39.995633, -79.849076\";s:3:\"lat\";s:10:\"39.9954425\";s:3:\"lng\";s:11:\"-79.8508357\";}'),(23392,687,'_locations_3_location','field_5683f288dcba1'),(23393,687,'locations_3_title','Mon-Fayette Expressway, Uniontown to Brownsville Segment – Grindstone PA – New Roadway'),(23394,687,'_locations_3_title','field_5683f2aadcba2'),(23395,687,'locations_3_image','678'),(23396,687,'_locations_3_image','field_568439ed8109d'),(23397,687,'locations_3_description','This project was for new roadway construction and affected 63 properties and resulted in the relocation of 5 residents in several minicipalities in Fayette and Washington Counties.'),(23398,687,'_locations_3_description','field_5683f2b1dcba3'),(23399,687,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.425445, -80.319484\";s:3:\"lat\";s:10:\"40.4257514\";s:3:\"lng\";s:18:\"-80.31952849999999\";}'),(23400,687,'_locations_4_location','field_5683f288dcba1'),(23401,687,'locations_4_title','Southern Beltway, Section A – New Roadway Construction'),(23402,687,'_locations_4_title','field_5683f2aadcba2'),(23403,687,'locations_4_image',''),(23404,687,'_locations_4_image','field_568439ed8109d'),(23405,687,'locations_4_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 28 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(23406,687,'_locations_4_description','field_5683f2b1dcba3'),(23407,687,'locations','5'),(23408,687,'_locations','field_5683f253a5dba'),(23417,688,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.404080, -79.598941\";s:3:\"lat\";s:10:\"40.4037911\";s:3:\"lng\";s:18:\"-79.59865200000002\";}'),(23418,688,'_locations_0_location','field_5683f288dcba1'),(23419,688,'locations_0_title','State Route 22, Section B02 – Murraysville - Highway Widening'),(23420,688,'_locations_0_title','field_5683f2aadcba2'),(23421,688,'locations_0_image','667'),(23422,688,'_locations_0_image','field_568439ed8109d'),(23423,688,'locations_0_description','This project was for widening, realignment, and intersection improvement and affected over 100 properties and resulted in the relocation of 10 businesses in the Borough of Murrysville, Westmoreland County.'),(23424,688,'_locations_0_description','field_5683f2b1dcba3'),(23425,688,'locations_1_location','a:3:{s:7:\"address\";s:21:\"39.909163, -79.689577\";s:3:\"lat\";s:9:\"39.908594\";s:3:\"lng\";s:18:\"-79.69076000000001\";}'),(23426,688,'_locations_1_location','field_5683f288dcba1'),(23427,688,'locations_1_title','State Route 1021, Section H10 – Fayette County, North Union Twp. Bridge'),(23428,688,'_locations_1_title','field_5683f2aadcba2'),(23429,688,'locations_1_image',''),(23430,688,'_locations_1_image','field_568439ed8109d'),(23431,688,'locations_1_description','This project is for a small bridge and is affecting 5 properties in the Township of North Union, Fayette County.'),(23432,688,'_locations_1_description','field_5683f2b1dcba3'),(23433,688,'locations_2_location','a:3:{s:7:\"address\";s:21:\"39.995633, -79.849076\";s:3:\"lat\";s:10:\"39.9954425\";s:3:\"lng\";s:11:\"-79.8508357\";}'),(23434,688,'_locations_2_location','field_5683f288dcba1'),(23435,688,'locations_2_title','Mon-Fayette Expressway, Uniontown to Brownsville Segment – Grindstone PA – New Roadway'),(23436,688,'_locations_2_title','field_5683f2aadcba2'),(23437,688,'locations_2_image','678'),(23438,688,'_locations_2_image','field_568439ed8109d'),(23439,688,'locations_2_description','This project was for new roadway construction and affected 63 properties and resulted in the relocation of 5 residents in several minicipalities in Fayette and Washington Counties.'),(23440,688,'_locations_2_description','field_5683f2b1dcba3'),(23441,688,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.425445, -80.319484\";s:3:\"lat\";s:10:\"40.4257514\";s:3:\"lng\";s:18:\"-80.31952849999999\";}'),(23442,688,'_locations_3_location','field_5683f288dcba1'),(23443,688,'locations_3_title','Southern Beltway, Section A – New Roadway Construction'),(23444,688,'_locations_3_title','field_5683f2aadcba2'),(23445,688,'locations_3_image',''),(23446,688,'_locations_3_image','field_568439ed8109d'),(23447,688,'locations_3_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 28 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(23448,688,'_locations_3_description','field_5683f2b1dcba3'),(23449,688,'locations','4'),(23450,688,'_locations','field_5683f253a5dba'),(23451,689,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(23452,689,'_locations_0_location','field_5683f288dcba1'),(23453,689,'locations_0_title','SR0028, All sections'),(23454,689,'_locations_0_title','field_5683f2aadcba2'),(23455,689,'locations_0_image',''),(23456,689,'_locations_0_image','field_568439ed8109d'),(23457,689,'locations_0_description',''),(23458,689,'_locations_0_description','field_5683f2b1dcba3'),(23459,689,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(23460,689,'_locations_1_location','field_5683f288dcba1'),(23461,689,'locations_1_title','286, A09 – Golden Mile'),(23462,689,'_locations_1_title','field_5683f2aadcba2'),(23463,689,'locations_1_image',''),(23464,689,'_locations_1_image','field_568439ed8109d'),(23465,689,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(23466,689,'_locations_1_description','field_5683f2b1dcba3'),(23467,689,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(23468,689,'_locations_2_location','field_5683f288dcba1'),(23469,689,'locations_2_title','2040, A18 – Curry Hollow'),(23470,689,'_locations_2_title','field_5683f2aadcba2'),(23471,689,'locations_2_image',''),(23472,689,'_locations_2_image','field_568439ed8109d'),(23473,689,'locations_2_description',''),(23474,689,'_locations_2_description','field_5683f2b1dcba3'),(23475,689,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(23476,689,'_locations_3_location','field_5683f288dcba1'),(23477,689,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(23478,689,'_locations_3_title','field_5683f2aadcba2'),(23479,689,'locations_3_image',''),(23480,689,'_locations_3_image','field_568439ed8109d'),(23481,689,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(23482,689,'_locations_3_description','field_5683f2b1dcba3'),(23483,689,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(23484,689,'_locations_4_location','field_5683f288dcba1'),(23485,689,'locations_4_title','Duncan Avenue – Hampton Twp.'),(23486,689,'_locations_4_title','field_5683f2aadcba2'),(23487,689,'locations_4_image',''),(23488,689,'_locations_4_image','field_568439ed8109d'),(23489,689,'locations_4_description',''),(23490,689,'_locations_4_description','field_5683f2b1dcba3'),(23491,689,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(23492,689,'_locations_5_location','field_5683f288dcba1'),(23493,689,'locations_5_title','Pine Creek Road – McCandless'),(23494,689,'_locations_5_title','field_5683f2aadcba2'),(23495,689,'locations_5_image',''),(23496,689,'_locations_5_image','field_568439ed8109d'),(23497,689,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(23498,689,'_locations_5_description','field_5683f2b1dcba3'),(23499,689,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(23500,689,'_locations_6_location','field_5683f288dcba1'),(23501,689,'locations_6_title','Brewhouse – Trek Development'),(23502,689,'_locations_6_title','field_5683f2aadcba2'),(23503,689,'locations_6_image',''),(23504,689,'_locations_6_image','field_568439ed8109d'),(23505,689,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(23506,689,'_locations_6_description','field_5683f2b1dcba3'),(23507,689,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(23508,689,'_locations_7_location','field_5683f288dcba1'),(23509,689,'locations_7_title','Ewalt Road – Richland Twp.'),(23510,689,'_locations_7_title','field_5683f2aadcba2'),(23511,689,'locations_7_image',''),(23512,689,'_locations_7_image','field_568439ed8109d'),(23513,689,'locations_7_description',''),(23514,689,'_locations_7_description','field_5683f2b1dcba3'),(23515,689,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.625521, -79.941837\";s:3:\"lat\";s:10:\"40.6255198\";s:3:\"lng\";s:10:\"-79.941822\";}'),(23516,689,'_locations_8_location','field_5683f288dcba1'),(23517,689,'locations_8_title','Ewalt Road – Richland Twp.'),(23518,689,'_locations_8_title','field_5683f2aadcba2'),(23519,689,'locations_8_image',''),(23520,689,'_locations_8_image','field_568439ed8109d'),(23521,689,'locations_8_description',''),(23522,689,'_locations_8_description','field_5683f2b1dcba3'),(23523,689,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(23524,689,'_locations_9_location','field_5683f288dcba1'),(23525,689,'locations_9_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(23526,689,'_locations_9_title','field_5683f2aadcba2'),(23527,689,'locations_9_image',''),(23528,689,'_locations_9_image','field_568439ed8109d'),(23529,689,'locations_9_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(23530,689,'_locations_9_description','field_5683f2b1dcba3'),(23531,689,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.425708, -79.805807\";s:3:\"lat\";s:10:\"40.4256461\";s:3:\"lng\";s:18:\"-79.80576589999998\";}'),(23532,689,'_locations_10_location','field_5683f288dcba1'),(23533,689,'locations_10_title','State Route 2065, Section A07'),(23534,689,'_locations_10_title','field_5683f2aadcba2'),(23535,689,'locations_10_image',''),(23536,689,'_locations_10_image','field_568439ed8109d'),(23537,689,'locations_10_description',''),(23538,689,'_locations_10_description','field_5683f2b1dcba3'),(23539,689,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.354856, -80.118393\";s:3:\"lat\";s:10:\"40.3527492\";s:3:\"lng\";s:18:\"-80.11776529999997\";}'),(23540,689,'_locations_11_location','field_5683f288dcba1'),(23541,689,'locations_11_title','Southern Beltway Section C – New Roadway Construction'),(23542,689,'_locations_11_title','field_5683f2aadcba2'),(23543,689,'locations_11_image',''),(23544,689,'_locations_11_image','field_568439ed8109d'),(23545,689,'locations_11_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 18 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(23546,689,'_locations_11_description','field_5683f2b1dcba3'),(23547,689,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.509371, -80.256419\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(23548,689,'_locations_12_location','field_5683f288dcba1'),(23549,689,'locations_12_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(23550,689,'_locations_12_title','field_5683f2aadcba2'),(23551,689,'locations_12_image',''),(23552,689,'_locations_12_image','field_568439ed8109d'),(23553,689,'locations_12_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(23554,689,'_locations_12_description','field_5683f2b1dcba3'),(23555,689,'locations','13'),(23556,689,'_locations','field_5683f253a5dba'),(23557,347,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.590450, -79.888763\";s:3:\"lat\";s:10:\"40.5943712\";s:3:\"lng\";s:18:\"-79.89597279999998\";}'),(23558,347,'_locations_12_location','field_5683f288dcba1'),(23559,347,'locations_12_title','MP 40-48 – Hampton Township – Highway Widening'),(23560,347,'_locations_12_title','field_5683f2aadcba2'),(23561,347,'locations_12_image',''),(23562,347,'_locations_12_image','field_568439ed8109d'),(23563,347,'locations_12_description','This project is for mainline reconstruction and bridge replacement and is affecting 71 properties and resulting in the relocation of 1 resident in the Townships of Harmar and Indiana, Allegheny County.'),(23564,347,'_locations_12_description','field_5683f2b1dcba3'),(23565,690,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(23566,690,'_locations_0_location','field_5683f288dcba1'),(23567,690,'locations_0_title','SR0028, All sections'),(23568,690,'_locations_0_title','field_5683f2aadcba2'),(23569,690,'locations_0_image',''),(23570,690,'_locations_0_image','field_568439ed8109d'),(23571,690,'locations_0_description',''),(23572,690,'_locations_0_description','field_5683f2b1dcba3'),(23573,690,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(23574,690,'_locations_1_location','field_5683f288dcba1'),(23575,690,'locations_1_title','286, A09 – Golden Mile'),(23576,690,'_locations_1_title','field_5683f2aadcba2'),(23577,690,'locations_1_image',''),(23578,690,'_locations_1_image','field_568439ed8109d'),(23579,690,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(23580,690,'_locations_1_description','field_5683f2b1dcba3'),(23581,690,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(23582,690,'_locations_2_location','field_5683f288dcba1'),(23583,690,'locations_2_title','2040, A18 – Curry Hollow'),(23584,690,'_locations_2_title','field_5683f2aadcba2'),(23585,690,'locations_2_image',''),(23586,690,'_locations_2_image','field_568439ed8109d'),(23587,690,'locations_2_description',''),(23588,690,'_locations_2_description','field_5683f2b1dcba3'),(23589,690,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(23590,690,'_locations_3_location','field_5683f288dcba1'),(23591,690,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(23592,690,'_locations_3_title','field_5683f2aadcba2'),(23593,690,'locations_3_image',''),(23594,690,'_locations_3_image','field_568439ed8109d'),(23595,690,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(23596,690,'_locations_3_description','field_5683f2b1dcba3'),(23597,690,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(23598,690,'_locations_4_location','field_5683f288dcba1'),(23599,690,'locations_4_title','Duncan Avenue – Hampton Twp.'),(23600,690,'_locations_4_title','field_5683f2aadcba2'),(23601,690,'locations_4_image',''),(23602,690,'_locations_4_image','field_568439ed8109d'),(23603,690,'locations_4_description',''),(23604,690,'_locations_4_description','field_5683f2b1dcba3'),(23605,690,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(23606,690,'_locations_5_location','field_5683f288dcba1'),(23607,690,'locations_5_title','Pine Creek Road – McCandless'),(23608,690,'_locations_5_title','field_5683f2aadcba2'),(23609,690,'locations_5_image',''),(23610,690,'_locations_5_image','field_568439ed8109d'),(23611,690,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(23612,690,'_locations_5_description','field_5683f2b1dcba3'),(23613,690,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(23614,690,'_locations_6_location','field_5683f288dcba1'),(23615,690,'locations_6_title','Brewhouse – Trek Development'),(23616,690,'_locations_6_title','field_5683f2aadcba2'),(23617,690,'locations_6_image',''),(23618,690,'_locations_6_image','field_568439ed8109d'),(23619,690,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(23620,690,'_locations_6_description','field_5683f2b1dcba3'),(23621,690,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(23622,690,'_locations_7_location','field_5683f288dcba1'),(23623,690,'locations_7_title','Ewalt Road – Richland Twp.'),(23624,690,'_locations_7_title','field_5683f2aadcba2'),(23625,690,'locations_7_image',''),(23626,690,'_locations_7_image','field_568439ed8109d'),(23627,690,'locations_7_description',''),(23628,690,'_locations_7_description','field_5683f2b1dcba3'),(23629,690,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.625521, -79.941837\";s:3:\"lat\";s:10:\"40.6255198\";s:3:\"lng\";s:10:\"-79.941822\";}'),(23630,690,'_locations_8_location','field_5683f288dcba1'),(23631,690,'locations_8_title','Ewalt Road – Richland Twp.'),(23632,690,'_locations_8_title','field_5683f2aadcba2'),(23633,690,'locations_8_image',''),(23634,690,'_locations_8_image','field_568439ed8109d'),(23635,690,'locations_8_description',''),(23636,690,'_locations_8_description','field_5683f2b1dcba3'),(23637,690,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(23638,690,'_locations_9_location','field_5683f288dcba1'),(23639,690,'locations_9_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(23640,690,'_locations_9_title','field_5683f2aadcba2'),(23641,690,'locations_9_image',''),(23642,690,'_locations_9_image','field_568439ed8109d'),(23643,690,'locations_9_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(23644,690,'_locations_9_description','field_5683f2b1dcba3'),(23645,690,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.425708, -79.805807\";s:3:\"lat\";s:10:\"40.4256461\";s:3:\"lng\";s:18:\"-79.80576589999998\";}'),(23646,690,'_locations_10_location','field_5683f288dcba1'),(23647,690,'locations_10_title','State Route 2065, Section A07'),(23648,690,'_locations_10_title','field_5683f2aadcba2'),(23649,690,'locations_10_image',''),(23650,690,'_locations_10_image','field_568439ed8109d'),(23651,690,'locations_10_description',''),(23652,690,'_locations_10_description','field_5683f2b1dcba3'),(23653,690,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.354856, -80.118393\";s:3:\"lat\";s:10:\"40.3527492\";s:3:\"lng\";s:18:\"-80.11776529999997\";}'),(23654,690,'_locations_11_location','field_5683f288dcba1'),(23655,690,'locations_11_title','Southern Beltway Section C – New Roadway Construction'),(23656,690,'_locations_11_title','field_5683f2aadcba2'),(23657,690,'locations_11_image',''),(23658,690,'_locations_11_image','field_568439ed8109d'),(23659,690,'locations_11_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 18 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(23660,690,'_locations_11_description','field_5683f2b1dcba3'),(23661,690,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.509371, -80.256419\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(23662,690,'_locations_12_location','field_5683f288dcba1'),(23663,690,'locations_12_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(23664,690,'_locations_12_title','field_5683f2aadcba2'),(23665,690,'locations_12_image','671'),(23666,690,'_locations_12_image','field_568439ed8109d'),(23667,690,'locations_12_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(23668,690,'_locations_12_description','field_5683f2b1dcba3'),(23669,690,'locations','13'),(23670,690,'_locations','field_5683f253a5dba'),(23671,691,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(23672,691,'_locations_0_location','field_5683f288dcba1'),(23673,691,'locations_0_title','SR0028, All sections'),(23674,691,'_locations_0_title','field_5683f2aadcba2'),(23675,691,'locations_0_image',''),(23676,691,'_locations_0_image','field_568439ed8109d'),(23677,691,'locations_0_description',''),(23678,691,'_locations_0_description','field_5683f2b1dcba3'),(23679,691,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(23680,691,'_locations_1_location','field_5683f288dcba1'),(23681,691,'locations_1_title','286, A09 – Golden Mile'),(23682,691,'_locations_1_title','field_5683f2aadcba2'),(23683,691,'locations_1_image',''),(23684,691,'_locations_1_image','field_568439ed8109d'),(23685,691,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(23686,691,'_locations_1_description','field_5683f2b1dcba3'),(23687,691,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(23688,691,'_locations_2_location','field_5683f288dcba1'),(23689,691,'locations_2_title','2040, A18 – Curry Hollow'),(23690,691,'_locations_2_title','field_5683f2aadcba2'),(23691,691,'locations_2_image',''),(23692,691,'_locations_2_image','field_568439ed8109d'),(23693,691,'locations_2_description',''),(23694,691,'_locations_2_description','field_5683f2b1dcba3'),(23695,691,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(23696,691,'_locations_3_location','field_5683f288dcba1'),(23697,691,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(23698,691,'_locations_3_title','field_5683f2aadcba2'),(23699,691,'locations_3_image',''),(23700,691,'_locations_3_image','field_568439ed8109d'),(23701,691,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(23702,691,'_locations_3_description','field_5683f2b1dcba3'),(23703,691,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(23704,691,'_locations_4_location','field_5683f288dcba1'),(23705,691,'locations_4_title','Duncan Avenue – Hampton Twp.'),(23706,691,'_locations_4_title','field_5683f2aadcba2'),(23707,691,'locations_4_image',''),(23708,691,'_locations_4_image','field_568439ed8109d'),(23709,691,'locations_4_description',''),(23710,691,'_locations_4_description','field_5683f2b1dcba3'),(23711,691,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(23712,691,'_locations_5_location','field_5683f288dcba1'),(23713,691,'locations_5_title','Pine Creek Road – McCandless'),(23714,691,'_locations_5_title','field_5683f2aadcba2'),(23715,691,'locations_5_image',''),(23716,691,'_locations_5_image','field_568439ed8109d'),(23717,691,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(23718,691,'_locations_5_description','field_5683f2b1dcba3'),(23719,691,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(23720,691,'_locations_6_location','field_5683f288dcba1'),(23721,691,'locations_6_title','Brewhouse – Trek Development'),(23722,691,'_locations_6_title','field_5683f2aadcba2'),(23723,691,'locations_6_image',''),(23724,691,'_locations_6_image','field_568439ed8109d'),(23725,691,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(23726,691,'_locations_6_description','field_5683f2b1dcba3'),(23727,691,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(23728,691,'_locations_7_location','field_5683f288dcba1'),(23729,691,'locations_7_title','Ewalt Road – Richland Twp.'),(23730,691,'_locations_7_title','field_5683f2aadcba2'),(23731,691,'locations_7_image',''),(23732,691,'_locations_7_image','field_568439ed8109d'),(23733,691,'locations_7_description',''),(23734,691,'_locations_7_description','field_5683f2b1dcba3'),(23735,691,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.625521, -79.941837\";s:3:\"lat\";s:10:\"40.6255198\";s:3:\"lng\";s:10:\"-79.941822\";}'),(23736,691,'_locations_8_location','field_5683f288dcba1'),(23737,691,'locations_8_title','Ewalt Road – Richland Twp.'),(23738,691,'_locations_8_title','field_5683f2aadcba2'),(23739,691,'locations_8_image',''),(23740,691,'_locations_8_image','field_568439ed8109d'),(23741,691,'locations_8_description',''),(23742,691,'_locations_8_description','field_5683f2b1dcba3'),(23743,691,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(23744,691,'_locations_9_location','field_5683f288dcba1'),(23745,691,'locations_9_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(23746,691,'_locations_9_title','field_5683f2aadcba2'),(23747,691,'locations_9_image',''),(23748,691,'_locations_9_image','field_568439ed8109d'),(23749,691,'locations_9_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(23750,691,'_locations_9_description','field_5683f2b1dcba3'),(23751,691,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.425708, -79.805807\";s:3:\"lat\";s:10:\"40.4256461\";s:3:\"lng\";s:18:\"-79.80576589999998\";}'),(23752,691,'_locations_10_location','field_5683f288dcba1'),(23753,691,'locations_10_title','State Route 2065, Section A07'),(23754,691,'_locations_10_title','field_5683f2aadcba2'),(23755,691,'locations_10_image',''),(23756,691,'_locations_10_image','field_568439ed8109d'),(23757,691,'locations_10_description',''),(23758,691,'_locations_10_description','field_5683f2b1dcba3'),(23759,691,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.354856, -80.118393\";s:3:\"lat\";s:10:\"40.3527492\";s:3:\"lng\";s:18:\"-80.11776529999997\";}'),(23760,691,'_locations_11_location','field_5683f288dcba1'),(23761,691,'locations_11_title','Southern Beltway Section C – New Roadway Construction'),(23762,691,'_locations_11_title','field_5683f2aadcba2'),(23763,691,'locations_11_image',''),(23764,691,'_locations_11_image','field_568439ed8109d'),(23765,691,'locations_11_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 18 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(23766,691,'_locations_11_description','field_5683f2b1dcba3'),(23767,691,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.509371, -80.256419\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(23768,691,'_locations_12_location','field_5683f288dcba1'),(23769,691,'locations_12_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(23770,691,'_locations_12_title','field_5683f2aadcba2'),(23771,691,'locations_12_image','671'),(23772,691,'_locations_12_image','field_568439ed8109d'),(23773,691,'locations_12_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(23774,691,'_locations_12_description','field_5683f2b1dcba3'),(23775,691,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.425444, -80.319483\";s:3:\"lat\";s:10:\"40.4257514\";s:3:\"lng\";s:18:\"-80.31952849999999\";}'),(23776,691,'_locations_13_location','field_5683f288dcba1'),(23777,691,'locations_13_title','Slip Ramps, Devault PA – New Interchange'),(23778,691,'_locations_13_title','field_5683f2aadcba2'),(23779,691,'locations_13_image',''),(23780,691,'_locations_13_image','field_568439ed8109d'),(23781,691,'locations_13_description',''),(23782,691,'_locations_13_description','field_5683f2b1dcba3'),(23783,691,'locations','14'),(23784,691,'_locations','field_5683f253a5dba'),(23793,692,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.404080, -79.598941\";s:3:\"lat\";s:10:\"40.4037911\";s:3:\"lng\";s:18:\"-79.59865200000002\";}'),(23794,692,'_locations_0_location','field_5683f288dcba1'),(23795,692,'locations_0_title','State Route 22, Section B02 – Murraysville - Highway Widening'),(23796,692,'_locations_0_title','field_5683f2aadcba2'),(23797,692,'locations_0_image','667'),(23798,692,'_locations_0_image','field_568439ed8109d'),(23799,692,'locations_0_description','This project was for widening, realignment, and intersection improvement and affected over 100 properties and resulted in the relocation of 10 businesses in the Borough of Murrysville, Westmoreland County.'),(23800,692,'_locations_0_description','field_5683f2b1dcba3'),(23801,692,'locations_1_location','a:3:{s:7:\"address\";s:21:\"39.909163, -79.689577\";s:3:\"lat\";s:9:\"39.908594\";s:3:\"lng\";s:18:\"-79.69076000000001\";}'),(23802,692,'_locations_1_location','field_5683f288dcba1'),(23803,692,'locations_1_title','State Route 1021, Section H10 – Fayette County, North Union Twp. Bridge'),(23804,692,'_locations_1_title','field_5683f2aadcba2'),(23805,692,'locations_1_image',''),(23806,692,'_locations_1_image','field_568439ed8109d'),(23807,692,'locations_1_description','This project is for a small bridge and is affecting 5 properties in the Township of North Union, Fayette County.'),(23808,692,'_locations_1_description','field_5683f2b1dcba3'),(23809,692,'locations_2_location','a:3:{s:7:\"address\";s:21:\"39.995633, -79.849076\";s:3:\"lat\";s:10:\"39.9954425\";s:3:\"lng\";s:11:\"-79.8508357\";}'),(23810,692,'_locations_2_location','field_5683f288dcba1'),(23811,692,'locations_2_title','Mon-Fayette Expressway, Uniontown to Brownsville Segment – Grindstone PA – New Roadway'),(23812,692,'_locations_2_title','field_5683f2aadcba2'),(23813,692,'locations_2_image','678'),(23814,692,'_locations_2_image','field_568439ed8109d'),(23815,692,'locations_2_description','This project was for new roadway construction and affected 63 properties and resulted in the relocation of 5 residents in several minicipalities in Fayette and Washington Counties.'),(23816,692,'_locations_2_description','field_5683f2b1dcba3'),(23817,692,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.425445, -80.319484\";s:3:\"lat\";s:10:\"40.4257514\";s:3:\"lng\";s:18:\"-80.31952849999999\";}'),(23818,692,'_locations_3_location','field_5683f288dcba1'),(23819,692,'locations_3_title','Southern Beltway, Section A – New Roadway Construction'),(23820,692,'_locations_3_title','field_5683f2aadcba2'),(23821,692,'locations_3_image',''),(23822,692,'_locations_3_image','field_568439ed8109d'),(23823,692,'locations_3_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 28 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(23824,692,'_locations_3_description','field_5683f2b1dcba3'),(23825,692,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.425444, -80.319483\";s:3:\"lat\";s:10:\"40.4257514\";s:3:\"lng\";s:18:\"-80.31952849999999\";}'),(23826,692,'_locations_4_location','field_5683f288dcba1'),(23827,692,'locations_4_title','Slip Ramps, Devault PA – New Interchange'),(23828,692,'_locations_4_title','field_5683f2aadcba2'),(23829,692,'locations_4_image',''),(23830,692,'_locations_4_image','field_568439ed8109d'),(23831,692,'locations_4_description',''),(23832,692,'_locations_4_description','field_5683f2b1dcba3'),(23833,692,'locations','5'),(23834,692,'_locations','field_5683f253a5dba'),(23835,349,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.425444, -80.319483\";s:3:\"lat\";s:10:\"40.4257514\";s:3:\"lng\";s:18:\"-80.31952849999999\";}'),(23836,349,'_locations_4_location','field_5683f288dcba1'),(23837,349,'locations_4_title','Slip Ramps, Devault PA – New Interchange'),(23838,349,'_locations_4_title','field_5683f2aadcba2'),(23839,349,'locations_4_image',''),(23840,349,'_locations_4_image','field_568439ed8109d'),(23841,349,'locations_4_description',''),(23842,349,'_locations_4_description','field_5683f2b1dcba3'),(23843,693,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(23844,693,'_locations_0_location','field_5683f288dcba1'),(23845,693,'locations_0_title','SR0028, All sections'),(23846,693,'_locations_0_title','field_5683f2aadcba2'),(23847,693,'locations_0_image',''),(23848,693,'_locations_0_image','field_568439ed8109d'),(23849,693,'locations_0_description',''),(23850,693,'_locations_0_description','field_5683f2b1dcba3'),(23851,693,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(23852,693,'_locations_1_location','field_5683f288dcba1'),(23853,693,'locations_1_title','286, A09 – Golden Mile'),(23854,693,'_locations_1_title','field_5683f2aadcba2'),(23855,693,'locations_1_image',''),(23856,693,'_locations_1_image','field_568439ed8109d'),(23857,693,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(23858,693,'_locations_1_description','field_5683f2b1dcba3'),(23859,693,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(23860,693,'_locations_2_location','field_5683f288dcba1'),(23861,693,'locations_2_title','2040, A18 – Curry Hollow'),(23862,693,'_locations_2_title','field_5683f2aadcba2'),(23863,693,'locations_2_image',''),(23864,693,'_locations_2_image','field_568439ed8109d'),(23865,693,'locations_2_description',''),(23866,693,'_locations_2_description','field_5683f2b1dcba3'),(23867,693,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(23868,693,'_locations_3_location','field_5683f288dcba1'),(23869,693,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(23870,693,'_locations_3_title','field_5683f2aadcba2'),(23871,693,'locations_3_image',''),(23872,693,'_locations_3_image','field_568439ed8109d'),(23873,693,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(23874,693,'_locations_3_description','field_5683f2b1dcba3'),(23875,693,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(23876,693,'_locations_4_location','field_5683f288dcba1'),(23877,693,'locations_4_title','Duncan Avenue – Hampton Twp.'),(23878,693,'_locations_4_title','field_5683f2aadcba2'),(23879,693,'locations_4_image',''),(23880,693,'_locations_4_image','field_568439ed8109d'),(23881,693,'locations_4_description',''),(23882,693,'_locations_4_description','field_5683f2b1dcba3'),(23883,693,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(23884,693,'_locations_5_location','field_5683f288dcba1'),(23885,693,'locations_5_title','Pine Creek Road – McCandless'),(23886,693,'_locations_5_title','field_5683f2aadcba2'),(23887,693,'locations_5_image',''),(23888,693,'_locations_5_image','field_568439ed8109d'),(23889,693,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(23890,693,'_locations_5_description','field_5683f2b1dcba3'),(23891,693,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(23892,693,'_locations_6_location','field_5683f288dcba1'),(23893,693,'locations_6_title','Brewhouse – Trek Development'),(23894,693,'_locations_6_title','field_5683f2aadcba2'),(23895,693,'locations_6_image',''),(23896,693,'_locations_6_image','field_568439ed8109d'),(23897,693,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(23898,693,'_locations_6_description','field_5683f2b1dcba3'),(23899,693,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(23900,693,'_locations_7_location','field_5683f288dcba1'),(23901,693,'locations_7_title','Ewalt Road – Richland Twp.'),(23902,693,'_locations_7_title','field_5683f2aadcba2'),(23903,693,'locations_7_image',''),(23904,693,'_locations_7_image','field_568439ed8109d'),(23905,693,'locations_7_description',''),(23906,693,'_locations_7_description','field_5683f2b1dcba3'),(23907,693,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.625521, -79.941837\";s:3:\"lat\";s:10:\"40.6255198\";s:3:\"lng\";s:10:\"-79.941822\";}'),(23908,693,'_locations_8_location','field_5683f288dcba1'),(23909,693,'locations_8_title','Ewalt Road – Richland Twp.'),(23910,693,'_locations_8_title','field_5683f2aadcba2'),(23911,693,'locations_8_image',''),(23912,693,'_locations_8_image','field_568439ed8109d'),(23913,693,'locations_8_description',''),(23914,693,'_locations_8_description','field_5683f2b1dcba3'),(23915,693,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(23916,693,'_locations_9_location','field_5683f288dcba1'),(23917,693,'locations_9_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(23918,693,'_locations_9_title','field_5683f2aadcba2'),(23919,693,'locations_9_image',''),(23920,693,'_locations_9_image','field_568439ed8109d'),(23921,693,'locations_9_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(23922,693,'_locations_9_description','field_5683f2b1dcba3'),(23923,693,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.425708, -79.805807\";s:3:\"lat\";s:10:\"40.4256461\";s:3:\"lng\";s:18:\"-79.80576589999998\";}'),(23924,693,'_locations_10_location','field_5683f288dcba1'),(23925,693,'locations_10_title','State Route 2065, Section A07'),(23926,693,'_locations_10_title','field_5683f2aadcba2'),(23927,693,'locations_10_image',''),(23928,693,'_locations_10_image','field_568439ed8109d'),(23929,693,'locations_10_description',''),(23930,693,'_locations_10_description','field_5683f2b1dcba3'),(23931,693,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.354856, -80.118393\";s:3:\"lat\";s:10:\"40.3527492\";s:3:\"lng\";s:18:\"-80.11776529999997\";}'),(23932,693,'_locations_11_location','field_5683f288dcba1'),(23933,693,'locations_11_title','Southern Beltway Section C – New Roadway Construction'),(23934,693,'_locations_11_title','field_5683f2aadcba2'),(23935,693,'locations_11_image',''),(23936,693,'_locations_11_image','field_568439ed8109d'),(23937,693,'locations_11_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 18 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(23938,693,'_locations_11_description','field_5683f2b1dcba3'),(23939,693,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.509371, -80.256419\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(23940,693,'_locations_12_location','field_5683f288dcba1'),(23941,693,'locations_12_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(23942,693,'_locations_12_title','field_5683f2aadcba2'),(23943,693,'locations_12_image','671'),(23944,693,'_locations_12_image','field_568439ed8109d'),(23945,693,'locations_12_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(23946,693,'_locations_12_description','field_5683f2b1dcba3'),(23947,693,'locations','13'),(23948,693,'_locations','field_5683f253a5dba'),(23949,694,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(23950,694,'_locations_0_location','field_5683f288dcba1'),(23951,694,'locations_0_title','SR0028, All sections'),(23952,694,'_locations_0_title','field_5683f2aadcba2'),(23953,694,'locations_0_image',''),(23954,694,'_locations_0_image','field_568439ed8109d'),(23955,694,'locations_0_description',''),(23956,694,'_locations_0_description','field_5683f2b1dcba3'),(23957,694,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(23958,694,'_locations_1_location','field_5683f288dcba1'),(23959,694,'locations_1_title','286, A09 – Golden Mile'),(23960,694,'_locations_1_title','field_5683f2aadcba2'),(23961,694,'locations_1_image',''),(23962,694,'_locations_1_image','field_568439ed8109d'),(23963,694,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(23964,694,'_locations_1_description','field_5683f2b1dcba3'),(23965,694,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(23966,694,'_locations_2_location','field_5683f288dcba1'),(23967,694,'locations_2_title','2040, A18 – Curry Hollow'),(23968,694,'_locations_2_title','field_5683f2aadcba2'),(23969,694,'locations_2_image',''),(23970,694,'_locations_2_image','field_568439ed8109d'),(23971,694,'locations_2_description',''),(23972,694,'_locations_2_description','field_5683f2b1dcba3'),(23973,694,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(23974,694,'_locations_3_location','field_5683f288dcba1'),(23975,694,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(23976,694,'_locations_3_title','field_5683f2aadcba2'),(23977,694,'locations_3_image',''),(23978,694,'_locations_3_image','field_568439ed8109d'),(23979,694,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(23980,694,'_locations_3_description','field_5683f2b1dcba3'),(23981,694,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(23982,694,'_locations_4_location','field_5683f288dcba1'),(23983,694,'locations_4_title','Duncan Avenue – Hampton Twp.'),(23984,694,'_locations_4_title','field_5683f2aadcba2'),(23985,694,'locations_4_image',''),(23986,694,'_locations_4_image','field_568439ed8109d'),(23987,694,'locations_4_description',''),(23988,694,'_locations_4_description','field_5683f2b1dcba3'),(23989,694,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(23990,694,'_locations_5_location','field_5683f288dcba1'),(23991,694,'locations_5_title','Pine Creek Road – McCandless'),(23992,694,'_locations_5_title','field_5683f2aadcba2'),(23993,694,'locations_5_image',''),(23994,694,'_locations_5_image','field_568439ed8109d'),(23995,694,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(23996,694,'_locations_5_description','field_5683f2b1dcba3'),(23997,694,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(23998,694,'_locations_6_location','field_5683f288dcba1'),(23999,694,'locations_6_title','Brewhouse – Trek Development'),(24000,694,'_locations_6_title','field_5683f2aadcba2'),(24001,694,'locations_6_image',''),(24002,694,'_locations_6_image','field_568439ed8109d'),(24003,694,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(24004,694,'_locations_6_description','field_5683f2b1dcba3'),(24005,694,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(24006,694,'_locations_7_location','field_5683f288dcba1'),(24007,694,'locations_7_title','Ewalt Road – Richland Twp.'),(24008,694,'_locations_7_title','field_5683f2aadcba2'),(24009,694,'locations_7_image',''),(24010,694,'_locations_7_image','field_568439ed8109d'),(24011,694,'locations_7_description',''),(24012,694,'_locations_7_description','field_5683f2b1dcba3'),(24013,694,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.625521, -79.941837\";s:3:\"lat\";s:10:\"40.6255198\";s:3:\"lng\";s:10:\"-79.941822\";}'),(24014,694,'_locations_8_location','field_5683f288dcba1'),(24015,694,'locations_8_title','Ewalt Road – Richland Twp.'),(24016,694,'_locations_8_title','field_5683f2aadcba2'),(24017,694,'locations_8_image',''),(24018,694,'_locations_8_image','field_568439ed8109d'),(24019,694,'locations_8_description',''),(24020,694,'_locations_8_description','field_5683f2b1dcba3'),(24021,694,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(24022,694,'_locations_9_location','field_5683f288dcba1'),(24023,694,'locations_9_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(24024,694,'_locations_9_title','field_5683f2aadcba2'),(24025,694,'locations_9_image',''),(24026,694,'_locations_9_image','field_568439ed8109d'),(24027,694,'locations_9_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(24028,694,'_locations_9_description','field_5683f2b1dcba3'),(24029,694,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.425708, -79.805807\";s:3:\"lat\";s:10:\"40.4256461\";s:3:\"lng\";s:18:\"-79.80576589999998\";}'),(24030,694,'_locations_10_location','field_5683f288dcba1'),(24031,694,'locations_10_title','State Route 2065, Section A07'),(24032,694,'_locations_10_title','field_5683f2aadcba2'),(24033,694,'locations_10_image',''),(24034,694,'_locations_10_image','field_568439ed8109d'),(24035,694,'locations_10_description',''),(24036,694,'_locations_10_description','field_5683f2b1dcba3'),(24037,694,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.354856, -80.118393\";s:3:\"lat\";s:10:\"40.3527492\";s:3:\"lng\";s:18:\"-80.11776529999997\";}'),(24038,694,'_locations_11_location','field_5683f288dcba1'),(24039,694,'locations_11_title','Southern Beltway Section C – New Roadway Construction'),(24040,694,'_locations_11_title','field_5683f2aadcba2'),(24041,694,'locations_11_image',''),(24042,694,'_locations_11_image','field_568439ed8109d'),(24043,694,'locations_11_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 18 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(24044,694,'_locations_11_description','field_5683f2b1dcba3'),(24045,694,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.509371, -80.256419\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(24046,694,'_locations_12_location','field_5683f288dcba1'),(24047,694,'locations_12_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(24048,694,'_locations_12_title','field_5683f2aadcba2'),(24049,694,'locations_12_image','671'),(24050,694,'_locations_12_image','field_568439ed8109d'),(24051,694,'locations_12_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(24052,694,'_locations_12_description','field_5683f2b1dcba3'),(24053,694,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.816214, -75.676110\";s:3:\"lat\";s:10:\"40.8161089\";s:3:\"lng\";s:18:\"-75.67602469999997\";}'),(24054,694,'_locations_13_location','field_5683f288dcba1'),(24055,694,'locations_13_title','Lehighton Bridge – Twin Bridges – Lehighton, PA – Bridge Replacement'),(24056,694,'_locations_13_title','field_5683f2aadcba2'),(24057,694,'locations_13_image',''),(24058,694,'_locations_13_image','field_568439ed8109d'),(24059,694,'locations_13_description',''),(24060,694,'_locations_13_description','field_5683f2b1dcba3'),(24061,694,'locations','14'),(24062,694,'_locations','field_5683f253a5dba'),(24071,695,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(24072,695,'_locations_0_location','field_5683f288dcba1'),(24073,695,'locations_0_title','SR0028, All sections'),(24074,695,'_locations_0_title','field_5683f2aadcba2'),(24075,695,'locations_0_image',''),(24076,695,'_locations_0_image','field_568439ed8109d'),(24077,695,'locations_0_description',''),(24078,695,'_locations_0_description','field_5683f2b1dcba3'),(24079,695,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(24080,695,'_locations_1_location','field_5683f288dcba1'),(24081,695,'locations_1_title','286, A09 – Golden Mile'),(24082,695,'_locations_1_title','field_5683f2aadcba2'),(24083,695,'locations_1_image',''),(24084,695,'_locations_1_image','field_568439ed8109d'),(24085,695,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(24086,695,'_locations_1_description','field_5683f2b1dcba3'),(24087,695,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(24088,695,'_locations_2_location','field_5683f288dcba1'),(24089,695,'locations_2_title','2040, A18 – Curry Hollow'),(24090,695,'_locations_2_title','field_5683f2aadcba2'),(24091,695,'locations_2_image',''),(24092,695,'_locations_2_image','field_568439ed8109d'),(24093,695,'locations_2_description',''),(24094,695,'_locations_2_description','field_5683f2b1dcba3'),(24095,695,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(24096,695,'_locations_3_location','field_5683f288dcba1'),(24097,695,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(24098,695,'_locations_3_title','field_5683f2aadcba2'),(24099,695,'locations_3_image',''),(24100,695,'_locations_3_image','field_568439ed8109d'),(24101,695,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(24102,695,'_locations_3_description','field_5683f2b1dcba3'),(24103,695,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(24104,695,'_locations_4_location','field_5683f288dcba1'),(24105,695,'locations_4_title','Duncan Avenue – Hampton Twp.'),(24106,695,'_locations_4_title','field_5683f2aadcba2'),(24107,695,'locations_4_image',''),(24108,695,'_locations_4_image','field_568439ed8109d'),(24109,695,'locations_4_description',''),(24110,695,'_locations_4_description','field_5683f2b1dcba3'),(24111,695,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(24112,695,'_locations_5_location','field_5683f288dcba1'),(24113,695,'locations_5_title','Pine Creek Road – McCandless'),(24114,695,'_locations_5_title','field_5683f2aadcba2'),(24115,695,'locations_5_image',''),(24116,695,'_locations_5_image','field_568439ed8109d'),(24117,695,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(24118,695,'_locations_5_description','field_5683f2b1dcba3'),(24119,695,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(24120,695,'_locations_6_location','field_5683f288dcba1'),(24121,695,'locations_6_title','Brewhouse – Trek Development'),(24122,695,'_locations_6_title','field_5683f2aadcba2'),(24123,695,'locations_6_image',''),(24124,695,'_locations_6_image','field_568439ed8109d'),(24125,695,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(24126,695,'_locations_6_description','field_5683f2b1dcba3'),(24127,695,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(24128,695,'_locations_7_location','field_5683f288dcba1'),(24129,695,'locations_7_title','Ewalt Road – Richland Twp.'),(24130,695,'_locations_7_title','field_5683f2aadcba2'),(24131,695,'locations_7_image',''),(24132,695,'_locations_7_image','field_568439ed8109d'),(24133,695,'locations_7_description',''),(24134,695,'_locations_7_description','field_5683f2b1dcba3'),(24135,695,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.625521, -79.941837\";s:3:\"lat\";s:10:\"40.6255198\";s:3:\"lng\";s:10:\"-79.941822\";}'),(24136,695,'_locations_8_location','field_5683f288dcba1'),(24137,695,'locations_8_title','Ewalt Road – Richland Twp.'),(24138,695,'_locations_8_title','field_5683f2aadcba2'),(24139,695,'locations_8_image',''),(24140,695,'_locations_8_image','field_568439ed8109d'),(24141,695,'locations_8_description',''),(24142,695,'_locations_8_description','field_5683f2b1dcba3'),(24143,695,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(24144,695,'_locations_9_location','field_5683f288dcba1'),(24145,695,'locations_9_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(24146,695,'_locations_9_title','field_5683f2aadcba2'),(24147,695,'locations_9_image',''),(24148,695,'_locations_9_image','field_568439ed8109d'),(24149,695,'locations_9_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(24150,695,'_locations_9_description','field_5683f2b1dcba3'),(24151,695,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.425708, -79.805807\";s:3:\"lat\";s:10:\"40.4256461\";s:3:\"lng\";s:18:\"-79.80576589999998\";}'),(24152,695,'_locations_10_location','field_5683f288dcba1'),(24153,695,'locations_10_title','State Route 2065, Section A07'),(24154,695,'_locations_10_title','field_5683f2aadcba2'),(24155,695,'locations_10_image',''),(24156,695,'_locations_10_image','field_568439ed8109d'),(24157,695,'locations_10_description',''),(24158,695,'_locations_10_description','field_5683f2b1dcba3'),(24159,695,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.354856, -80.118393\";s:3:\"lat\";s:10:\"40.3527492\";s:3:\"lng\";s:18:\"-80.11776529999997\";}'),(24160,695,'_locations_11_location','field_5683f288dcba1'),(24161,695,'locations_11_title','Southern Beltway Section C – New Roadway Construction'),(24162,695,'_locations_11_title','field_5683f2aadcba2'),(24163,695,'locations_11_image',''),(24164,695,'_locations_11_image','field_568439ed8109d'),(24165,695,'locations_11_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 18 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(24166,695,'_locations_11_description','field_5683f2b1dcba3'),(24167,695,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.509371, -80.256419\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(24168,695,'_locations_12_location','field_5683f288dcba1'),(24169,695,'locations_12_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(24170,695,'_locations_12_title','field_5683f2aadcba2'),(24171,695,'locations_12_image','671'),(24172,695,'_locations_12_image','field_568439ed8109d'),(24173,695,'locations_12_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(24174,695,'_locations_12_description','field_5683f2b1dcba3'),(24175,695,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.816209, -75.676119\";s:3:\"lat\";s:10:\"40.8161089\";s:3:\"lng\";s:18:\"-75.67602469999997\";}'),(24176,695,'_locations_13_location','field_5683f288dcba1'),(24177,695,'locations_13_title','Lehighton Bridge – Twin Bridges – Lehighton, PA – Bridge Replacement'),(24178,695,'_locations_13_title','field_5683f2aadcba2'),(24179,695,'locations_13_image',''),(24180,695,'_locations_13_image','field_568439ed8109d'),(24181,695,'locations_13_description',''),(24182,695,'_locations_13_description','field_5683f2b1dcba3'),(24183,695,'locations','14'),(24184,695,'_locations','field_5683f253a5dba'),(24185,696,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.577364, -75.758778\";s:3:\"lat\";s:10:\"40.5773582\";s:3:\"lng\";s:11:\"-75.7587785\";}'),(24186,696,'_locations_0_location','field_5683f288dcba1'),(24187,696,'locations_0_title','78, 12M – Krumsville'),(24188,696,'_locations_0_title','field_5683f2aadcba2'),(24189,696,'locations_0_image',''),(24190,696,'_locations_0_image','field_568439ed8109d'),(24191,696,'locations_0_description',''),(24192,696,'_locations_0_description','field_5683f2b1dcba3'),(24193,696,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.660116, -75.484238\";s:3:\"lat\";s:10:\"40.6602927\";s:3:\"lng\";s:18:\"-75.48364449999997\";}'),(24194,696,'_locations_1_location','field_5683f288dcba1'),(24195,696,'locations_1_title','Lehigh County 3 bridge'),(24196,696,'_locations_1_title','field_5683f2aadcba2'),(24197,696,'locations_1_image',''),(24198,696,'_locations_1_image','field_568439ed8109d'),(24199,696,'locations_1_description','This project is for a three bridge replacement and is affecting 11 properties and resulting in the relocation of 4 tenants in a multi-unit dwelling in Lehigh County.'),(24200,696,'_locations_1_description','field_5683f2b1dcba3'),(24201,696,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.675917, -75.489638\";s:3:\"lat\";s:10:\"40.6759335\";s:3:\"lng\";s:11:\"-75.4895912\";}'),(24202,696,'_locations_2_location','field_5683f288dcba1'),(24203,696,'locations_2_title','Lehigh Coplay Northampton'),(24204,696,'_locations_2_title','field_5683f2aadcba2'),(24205,696,'locations_2_image',''),(24206,696,'_locations_2_image','field_568439ed8109d'),(24207,696,'locations_2_description','This project is for a bridge replacement and is affecting 9 properties in the Borough of Coplay, Lehigh County and the Borough of Northampton, Northampton County.'),(24208,696,'_locations_2_description','field_5683f2b1dcba3'),(24209,696,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.889830, -75.529302\";s:3:\"lat\";s:9:\"40.890649\";s:3:\"lng\";s:18:\"-75.53066000000001\";}'),(24210,696,'_locations_3_location','field_5683f288dcba1'),(24211,696,'locations_3_title','Carbon – T447'),(24212,696,'_locations_3_title','field_5683f2aadcba2'),(24213,696,'locations_3_image',''),(24214,696,'_locations_3_image','field_568439ed8109d'),(24215,696,'locations_3_description',''),(24216,696,'_locations_3_description','field_5683f2b1dcba3'),(24217,696,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.531138, -75.600697\";s:3:\"lat\";s:10:\"40.5310072\";s:3:\"lng\";s:18:\"-75.60182600000002\";}'),(24218,696,'_locations_4_location','field_5683f288dcba1'),(24219,696,'locations_4_title','State Route 100, Section 13B – E79113, Lehigh County, Lower Macungie twp. Bridge'),(24220,696,'_locations_4_title','field_5683f2aadcba2'),(24221,696,'locations_4_image',''),(24222,696,'_locations_4_image','field_568439ed8109d'),(24223,696,'locations_4_description','This project is for a small bridge and is affecting 6 properties in the Township of Lower Macungie, Lehigh County.'),(24224,696,'_locations_4_description','field_5683f2b1dcba3'),(24225,696,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.879279, -75.209695\";s:3:\"lat\";s:10:\"40.8792804\";s:3:\"lng\";s:18:\"-75.20967940000003\";}'),(24226,696,'_locations_5_location','field_5683f288dcba1'),(24227,696,'locations_5_title','State Route 1033, Section 1B – E81666, Northampton County, Washington Twp. Bridge'),(24228,696,'_locations_5_title','field_5683f2aadcba2'),(24229,696,'locations_5_image','548'),(24230,696,'_locations_5_image','field_568439ed8109d'),(24231,696,'locations_5_description','This project was for a small bridge and affected 4 properties in the Township of Washington, Northampton County.'),(24232,696,'_locations_5_description','field_5683f2b1dcba3'),(24233,696,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.112056, -75.439060\";s:3:\"lat\";s:10:\"41.1121102\";s:3:\"lng\";s:18:\"-75.43898619999999\";}'),(24234,696,'_locations_6_location','field_5683f288dcba1'),(24235,696,'locations_6_title','State Route 940, Section 4B – E11886, Monroe County Bridge Replacement'),(24236,696,'_locations_6_title','field_5683f2aadcba2'),(24237,696,'locations_6_image',''),(24238,696,'_locations_6_image','field_568439ed8109d'),(24239,696,'locations_6_description','This project is for a small bridge and is affecting 2 properties in the Community of Tobyhanna, Monroe County.'),(24240,696,'_locations_6_description','field_5683f2b1dcba3'),(24241,696,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.682016, -75.693190\";s:3:\"lat\";s:10:\"40.6820167\";s:3:\"lng\";s:11:\"-75.6931907\";}'),(24242,696,'_locations_7_location','field_5683f288dcba1'),(24243,696,'locations_7_title','State Route 309, Section 11B – E79087, Lehigh County - Bridge'),(24244,696,'_locations_7_title','field_5683f2aadcba2'),(24245,696,'locations_7_image','551'),(24246,696,'_locations_7_image','field_568439ed8109d'),(24247,696,'locations_7_description','This project was for a small bridge and affected 6 properties in the Township of North Whitehall, Lehigh County.'),(24248,696,'_locations_7_description','field_5683f2b1dcba3'),(24249,696,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.679445, -75.629188\";s:3:\"lat\";s:10:\"40.6794586\";s:3:\"lng\";s:18:\"-75.62918300000001\";}'),(24250,696,'_locations_8_location','field_5683f288dcba1'),(24251,696,'locations_8_title','State Route 309, Section 11B – E79087, Lehigh County - Bridge'),(24252,696,'_locations_8_title','field_5683f2aadcba2'),(24253,696,'locations_8_image','551'),(24254,696,'_locations_8_image','field_568439ed8109d'),(24255,696,'locations_8_description','This project was for a small bridge and affected 6 properties in the Township of North Whitehall, Lehigh County.'),(24256,696,'_locations_8_description','field_5683f2b1dcba3'),(24257,696,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.680140, -76.619724\";s:3:\"lat\";s:10:\"40.6801276\";s:3:\"lng\";s:18:\"-76.61972400000002\";}'),(24258,696,'_locations_9_location','field_5683f288dcba1'),(24259,696,'locations_9_title','State Route 4016, Section 1B – E84046, Schuylkill County - Bridge'),(24260,696,'_locations_9_title','field_5683f2aadcba2'),(24261,696,'locations_9_image','554'),(24262,696,'_locations_9_image','field_568439ed8109d'),(24263,696,'locations_9_description','This project was for a small bridge and affected 1 property in the Township of Upper Mahantango, Schuykill County.'),(24264,696,'_locations_9_description','field_5683f2b1dcba3'),(24265,696,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.611554, -75.336637\";s:3:\"lat\";s:10:\"40.6116032\";s:3:\"lng\";s:11:\"-75.3365867\";}'),(24266,696,'_locations_10_location','field_5683f288dcba1'),(24267,696,'locations_10_title','State Route 2014, Section 1B – E87072, Northampton County, Shimersville - Bridge'),(24268,696,'_locations_10_title','field_5683f2aadcba2'),(24269,696,'locations_10_image','556'),(24270,696,'_locations_10_image','field_568439ed8109d'),(24271,696,'locations_10_description','This project is for a small bridge and is affecting 1 property in the Township of Bethlehem, Northampton County.'),(24272,696,'_locations_10_description','field_5683f2b1dcba3'),(24273,696,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.756637, -75.565972\";s:3:\"lat\";s:10:\"40.7566356\";s:3:\"lng\";s:11:\"-75.5659695\";}'),(24274,696,'_locations_11_location','field_5683f288dcba1'),(24275,696,'locations_11_title','State Route 4020, Section 2B – E12314, Northampton County, Lehigh Township Bridge'),(24276,696,'_locations_11_title','field_5683f2aadcba2'),(24277,696,'locations_11_image','558'),(24278,696,'_locations_11_image','field_568439ed8109d'),(24279,696,'locations_11_description','This project was for a small bridge project and affected 2 properties in the Township of Lehigh, Northampton County.'),(24280,696,'_locations_11_description','field_5683f2b1dcba3'),(24281,696,'locations_12_location','a:3:{s:7:\"address\";s:21:\"41.172357, -75.589455\";s:3:\"lat\";s:10:\"41.1685019\";s:3:\"lng\";s:18:\"-75.59053599999999\";}'),(24282,696,'_locations_12_location','field_5683f288dcba1'),(24283,696,'locations_12_title','State Route 4003, Section 1B – E51582, Monroe County, Coolbaugh – Thornhurst Bridge'),(24284,696,'_locations_12_title','field_5683f2aadcba2'),(24285,696,'locations_12_image',''),(24286,696,'_locations_12_image','field_568439ed8109d'),(24287,696,'locations_12_description','This project is for a small bridge and is affecting 7 properties in the Township of Coolbaugh, Monroe and Lackawanna Counties.'),(24288,696,'_locations_12_description','field_5683f2b1dcba3'),(24289,696,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.544832, -75.761389\";s:3:\"lat\";s:10:\"40.5448281\";s:3:\"lng\";s:11:\"-75.7613634\";}'),(24290,696,'_locations_13_location','field_5683f288dcba1'),(24291,696,'locations_13_title','State Route 1021, Section 1B – E10694, Berks County, Maxatawny twp. - Bridge'),(24292,696,'_locations_13_title','field_5683f2aadcba2'),(24293,696,'locations_13_image','561'),(24294,696,'_locations_13_image','field_568439ed8109d'),(24295,696,'locations_13_description','This project was for a small bridge and affected 2 properties in the Township of Maxatawny, Berks County.'),(24296,696,'_locations_13_description','field_5683f2b1dcba3'),(24297,696,'locations_14_location','a:3:{s:7:\"address\";s:21:\"41.100803, -75.346697\";s:3:\"lat\";s:10:\"41.1007883\";s:3:\"lng\";s:18:\"-75.34667230000002\";}'),(24298,696,'_locations_14_location','field_5683f288dcba1'),(24299,696,'locations_14_title','State Route 0314, Section 18B – E79172 – Monroe County, Pocono - Bridge'),(24300,696,'_locations_14_title','field_5683f2aadcba2'),(24301,696,'locations_14_image',''),(24302,696,'_locations_14_image','field_568439ed8109d'),(24303,696,'locations_14_description','This project is for a small bridge and is affecting 2 properties in the Township of Pocono, Monroe County.'),(24304,696,'_locations_14_description','field_5683f2b1dcba3'),(24305,696,'locations_15_location','a:3:{s:7:\"address\";s:21:\"40.726856, -75.870915\";s:3:\"lat\";s:10:\"40.7268199\";s:3:\"lng\";s:18:\"-75.87125300000002\";}'),(24306,696,'_locations_15_location','field_5683f288dcba1'),(24307,696,'locations_15_title','State Route 309, Section 3B – E82343 – Schuykill County, Penn Twp. Bridge '),(24308,696,'_locations_15_title','field_5683f2aadcba2'),(24309,696,'locations_15_image',''),(24310,696,'_locations_15_image','field_568439ed8109d'),(24311,696,'locations_15_description','This project is for a small bridge and is affecting 5 properties in the Township of West Penn, Schuykill County.'),(24312,696,'_locations_15_description','field_5683f2b1dcba3'),(24313,696,'locations_16_location','a:3:{s:7:\"address\";s:21:\"40.665193, -75.827831\";s:3:\"lat\";s:9:\"40.664553\";s:3:\"lng\";s:10:\"-75.827947\";}'),(24314,696,'_locations_16_location','field_5683f288dcba1'),(24315,696,'locations_16_title','State Route 4037, Section 1B – E11407 – Lehigh County, Lynn Twp. Bridge'),(24316,696,'_locations_16_title','field_5683f2aadcba2'),(24317,696,'locations_16_image','565'),(24318,696,'_locations_16_image','field_568439ed8109d'),(24319,696,'locations_16_description','This project was for a small bridge and affected 3 properties in the Township of Lynn, Lehigh County.'),(24320,696,'_locations_16_description','field_5683f2b1dcba3'),(24321,696,'locations_17_location','a:3:{s:7:\"address\";s:21:\"40.268207, -75.808862\";s:3:\"lat\";s:9:\"40.271056\";s:3:\"lng\";s:18:\"-75.80798199999998\";}'),(24322,696,'_locations_17_location','field_5683f288dcba1'),(24323,696,'locations_17_title','State Route 345, Section 10B – E10823 – Berks County, Exeter Birdsboro - Bridge'),(24324,696,'_locations_17_title','field_5683f2aadcba2'),(24325,696,'locations_17_image',''),(24326,696,'_locations_17_image','field_568439ed8109d'),(24327,696,'locations_17_description','This project is for roadway & bridge realignment and intersection improvements and is affecting 16 properties in the Township of Exeter, Berks County.'),(24328,696,'_locations_17_description','field_5683f2b1dcba3'),(24329,696,'locations_18_location','a:3:{s:7:\"address\";s:21:\"40.833262, -75.299358\";s:3:\"lat\";s:17:\"40.83224209999999\";s:3:\"lng\";s:11:\"-75.3007657\";}'),(24330,696,'_locations_18_location','field_5683f288dcba1'),(24331,696,'locations_18_title','State Route 0033, Section 006 – E12187 – Northampton County, Plainfield - Bridge'),(24332,696,'_locations_18_title','field_5683f2aadcba2'),(24333,696,'locations_18_image',''),(24334,696,'_locations_18_image','field_568439ed8109d'),(24335,696,'locations_18_description','This project is for roadway and intersection reconfiguration and is affecting 15 properties in the Township of Plainfield, Northampton County.'),(24336,696,'_locations_18_description','field_5683f2b1dcba3'),(24337,696,'locations_19_location','a:3:{s:7:\"address\";s:21:\"40.528604, -75.391940\";s:3:\"lat\";s:10:\"40.5286192\";s:3:\"lng\";s:18:\"-75.39229009999997\";}'),(24338,696,'_locations_19_location','field_5683f288dcba1'),(24339,696,'locations_19_title','State Route 2030, Section 01B – E11417 – Lehigh County Centennial Bridge'),(24340,696,'_locations_19_title','field_5683f2aadcba2'),(24341,696,'locations_19_image',''),(24342,696,'_locations_19_image','field_568439ed8109d'),(24343,696,'locations_19_description','This project is for a small bridge and is affecting 7 properties in the Township of Upper Saucon, Lehigh County.'),(24344,696,'_locations_19_description','field_5683f2b1dcba3'),(24345,696,'locations_20_location','a:3:{s:7:\"address\";s:21:\"40.964556, -75.764608\";s:3:\"lat\";s:9:\"40.964384\";s:3:\"lng\";s:18:\"-75.76451700000001\";}'),(24346,696,'_locations_20_location','field_5683f288dcba1'),(24347,696,'locations_20_title','State Route 4014, Section 1B – E11853 – Carbon County - Bridge'),(24348,696,'_locations_20_title','field_5683f2aadcba2'),(24349,696,'locations_20_image',''),(24350,696,'_locations_20_image','field_568439ed8109d'),(24351,696,'locations_20_description','This project is for a small bridge and is affecting 3 properties in the Township of Lehigh, Carbon County.'),(24352,696,'_locations_20_description','field_5683f2b1dcba3'),(24353,696,'locations_21_location','a:3:{s:7:\"address\";s:21:\"40.770694, -75.512084\";s:3:\"lat\";s:17:\"40.77068209999999\";s:3:\"lng\";s:18:\"-75.51209159999996\";}'),(24354,696,'_locations_21_location','field_5683f288dcba1'),(24355,696,'locations_21_title','State Route 4003, Section 1B – E12107 – Northampton County'),(24356,696,'_locations_21_title','field_5683f2aadcba2'),(24357,696,'locations_21_image',''),(24358,696,'_locations_21_image','field_568439ed8109d'),(24359,696,'locations_21_description','This project is for a small bridge and is affecting 4 properties in the Township of Lehigh, Northampton County.'),(24360,696,'_locations_21_description','field_5683f2b1dcba3'),(24361,696,'locations_22_location','a:3:{s:7:\"address\";s:21:\"40.816209, -75.676119\";s:3:\"lat\";s:10:\"40.8161089\";s:3:\"lng\";s:18:\"-75.67602469999997\";}'),(24362,696,'_locations_22_location','field_5683f288dcba1'),(24363,696,'locations_22_title','Lehighton Bridge – Twin Bridges – Lehighton, PA – Bridge Replacement'),(24364,696,'_locations_22_title','field_5683f2aadcba2'),(24365,696,'locations_22_image',''),(24366,696,'_locations_22_image','field_568439ed8109d'),(24367,696,'locations_22_description',''),(24368,696,'_locations_22_description','field_5683f2b1dcba3'),(24369,696,'locations','23'),(24370,696,'_locations','field_5683f253a5dba'),(24371,337,'locations_22_location','a:3:{s:7:\"address\";s:21:\"40.816209, -75.676119\";s:3:\"lat\";s:10:\"40.8161089\";s:3:\"lng\";s:18:\"-75.67602469999997\";}'),(24372,337,'_locations_22_location','field_5683f288dcba1'),(24373,337,'locations_22_title','Lehighton Bridge – Twin Bridges – Lehighton, PA – Bridge Replacement'),(24374,337,'_locations_22_title','field_5683f2aadcba2'),(24375,337,'locations_22_image','699'),(24376,337,'_locations_22_image','field_568439ed8109d'),(24377,337,'locations_22_description','This project was for a large bridge reconstruction and affected 11 properties in the Borough of Lehighton, Carbon County.'),(24378,337,'_locations_22_description','field_5683f2b1dcba3'),(24379,697,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(24380,697,'_locations_0_location','field_5683f288dcba1'),(24381,697,'locations_0_title','SR0028, All sections'),(24382,697,'_locations_0_title','field_5683f2aadcba2'),(24383,697,'locations_0_image',''),(24384,697,'_locations_0_image','field_568439ed8109d'),(24385,697,'locations_0_description',''),(24386,697,'_locations_0_description','field_5683f2b1dcba3'),(24387,697,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(24388,697,'_locations_1_location','field_5683f288dcba1'),(24389,697,'locations_1_title','286, A09 – Golden Mile'),(24390,697,'_locations_1_title','field_5683f2aadcba2'),(24391,697,'locations_1_image',''),(24392,697,'_locations_1_image','field_568439ed8109d'),(24393,697,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(24394,697,'_locations_1_description','field_5683f2b1dcba3'),(24395,697,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(24396,697,'_locations_2_location','field_5683f288dcba1'),(24397,697,'locations_2_title','2040, A18 – Curry Hollow'),(24398,697,'_locations_2_title','field_5683f2aadcba2'),(24399,697,'locations_2_image',''),(24400,697,'_locations_2_image','field_568439ed8109d'),(24401,697,'locations_2_description',''),(24402,697,'_locations_2_description','field_5683f2b1dcba3'),(24403,697,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(24404,697,'_locations_3_location','field_5683f288dcba1'),(24405,697,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(24406,697,'_locations_3_title','field_5683f2aadcba2'),(24407,697,'locations_3_image',''),(24408,697,'_locations_3_image','field_568439ed8109d'),(24409,697,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(24410,697,'_locations_3_description','field_5683f2b1dcba3'),(24411,697,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(24412,697,'_locations_4_location','field_5683f288dcba1'),(24413,697,'locations_4_title','Duncan Avenue – Hampton Twp.'),(24414,697,'_locations_4_title','field_5683f2aadcba2'),(24415,697,'locations_4_image',''),(24416,697,'_locations_4_image','field_568439ed8109d'),(24417,697,'locations_4_description',''),(24418,697,'_locations_4_description','field_5683f2b1dcba3'),(24419,697,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(24420,697,'_locations_5_location','field_5683f288dcba1'),(24421,697,'locations_5_title','Pine Creek Road – McCandless'),(24422,697,'_locations_5_title','field_5683f2aadcba2'),(24423,697,'locations_5_image',''),(24424,697,'_locations_5_image','field_568439ed8109d'),(24425,697,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(24426,697,'_locations_5_description','field_5683f2b1dcba3'),(24427,697,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(24428,697,'_locations_6_location','field_5683f288dcba1'),(24429,697,'locations_6_title','Brewhouse – Trek Development'),(24430,697,'_locations_6_title','field_5683f2aadcba2'),(24431,697,'locations_6_image',''),(24432,697,'_locations_6_image','field_568439ed8109d'),(24433,697,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(24434,697,'_locations_6_description','field_5683f2b1dcba3'),(24435,697,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(24436,697,'_locations_7_location','field_5683f288dcba1'),(24437,697,'locations_7_title','Ewalt Road – Richland Twp.'),(24438,697,'_locations_7_title','field_5683f2aadcba2'),(24439,697,'locations_7_image',''),(24440,697,'_locations_7_image','field_568439ed8109d'),(24441,697,'locations_7_description',''),(24442,697,'_locations_7_description','field_5683f2b1dcba3'),(24443,697,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.625521, -79.941837\";s:3:\"lat\";s:10:\"40.6255198\";s:3:\"lng\";s:10:\"-79.941822\";}'),(24444,697,'_locations_8_location','field_5683f288dcba1'),(24445,697,'locations_8_title','Ewalt Road – Richland Twp.'),(24446,697,'_locations_8_title','field_5683f2aadcba2'),(24447,697,'locations_8_image',''),(24448,697,'_locations_8_image','field_568439ed8109d'),(24449,697,'locations_8_description',''),(24450,697,'_locations_8_description','field_5683f2b1dcba3'),(24451,697,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(24452,697,'_locations_9_location','field_5683f288dcba1'),(24453,697,'locations_9_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(24454,697,'_locations_9_title','field_5683f2aadcba2'),(24455,697,'locations_9_image',''),(24456,697,'_locations_9_image','field_568439ed8109d'),(24457,697,'locations_9_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(24458,697,'_locations_9_description','field_5683f2b1dcba3'),(24459,697,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.425708, -79.805807\";s:3:\"lat\";s:10:\"40.4256461\";s:3:\"lng\";s:18:\"-79.80576589999998\";}'),(24460,697,'_locations_10_location','field_5683f288dcba1'),(24461,697,'locations_10_title','State Route 2065, Section A07'),(24462,697,'_locations_10_title','field_5683f2aadcba2'),(24463,697,'locations_10_image',''),(24464,697,'_locations_10_image','field_568439ed8109d'),(24465,697,'locations_10_description',''),(24466,697,'_locations_10_description','field_5683f2b1dcba3'),(24467,697,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.354856, -80.118393\";s:3:\"lat\";s:10:\"40.3527492\";s:3:\"lng\";s:18:\"-80.11776529999997\";}'),(24468,697,'_locations_11_location','field_5683f288dcba1'),(24469,697,'locations_11_title','Southern Beltway Section C – New Roadway Construction'),(24470,697,'_locations_11_title','field_5683f2aadcba2'),(24471,697,'locations_11_image',''),(24472,697,'_locations_11_image','field_568439ed8109d'),(24473,697,'locations_11_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 18 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(24474,697,'_locations_11_description','field_5683f2b1dcba3'),(24475,697,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.509371, -80.256419\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(24476,697,'_locations_12_location','field_5683f288dcba1'),(24477,697,'locations_12_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(24478,697,'_locations_12_title','field_5683f2aadcba2'),(24479,697,'locations_12_image','671'),(24480,697,'_locations_12_image','field_568439ed8109d'),(24481,697,'locations_12_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(24482,697,'_locations_12_description','field_5683f2b1dcba3'),(24483,697,'locations','13'),(24484,697,'_locations','field_5683f253a5dba'),(24485,698,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.577364, -75.758778\";s:3:\"lat\";s:10:\"40.5773582\";s:3:\"lng\";s:11:\"-75.7587785\";}'),(24486,698,'_locations_0_location','field_5683f288dcba1'),(24487,698,'locations_0_title','78, 12M – Krumsville'),(24488,698,'_locations_0_title','field_5683f2aadcba2'),(24489,698,'locations_0_image',''),(24490,698,'_locations_0_image','field_568439ed8109d'),(24491,698,'locations_0_description',''),(24492,698,'_locations_0_description','field_5683f2b1dcba3'),(24493,698,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.660116, -75.484238\";s:3:\"lat\";s:10:\"40.6602927\";s:3:\"lng\";s:18:\"-75.48364449999997\";}'),(24494,698,'_locations_1_location','field_5683f288dcba1'),(24495,698,'locations_1_title','Lehigh County 3 bridge'),(24496,698,'_locations_1_title','field_5683f2aadcba2'),(24497,698,'locations_1_image',''),(24498,698,'_locations_1_image','field_568439ed8109d'),(24499,698,'locations_1_description','This project is for a three bridge replacement and is affecting 11 properties and resulting in the relocation of 4 tenants in a multi-unit dwelling in Lehigh County.'),(24500,698,'_locations_1_description','field_5683f2b1dcba3'),(24501,698,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.675917, -75.489638\";s:3:\"lat\";s:10:\"40.6759335\";s:3:\"lng\";s:11:\"-75.4895912\";}'),(24502,698,'_locations_2_location','field_5683f288dcba1'),(24503,698,'locations_2_title','Lehigh Coplay Northampton'),(24504,698,'_locations_2_title','field_5683f2aadcba2'),(24505,698,'locations_2_image',''),(24506,698,'_locations_2_image','field_568439ed8109d'),(24507,698,'locations_2_description','This project is for a bridge replacement and is affecting 9 properties in the Borough of Coplay, Lehigh County and the Borough of Northampton, Northampton County.'),(24508,698,'_locations_2_description','field_5683f2b1dcba3'),(24509,698,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.889830, -75.529302\";s:3:\"lat\";s:9:\"40.890649\";s:3:\"lng\";s:18:\"-75.53066000000001\";}'),(24510,698,'_locations_3_location','field_5683f288dcba1'),(24511,698,'locations_3_title','Carbon – T447'),(24512,698,'_locations_3_title','field_5683f2aadcba2'),(24513,698,'locations_3_image',''),(24514,698,'_locations_3_image','field_568439ed8109d'),(24515,698,'locations_3_description',''),(24516,698,'_locations_3_description','field_5683f2b1dcba3'),(24517,698,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.531138, -75.600697\";s:3:\"lat\";s:10:\"40.5310072\";s:3:\"lng\";s:18:\"-75.60182600000002\";}'),(24518,698,'_locations_4_location','field_5683f288dcba1'),(24519,698,'locations_4_title','State Route 100, Section 13B – E79113, Lehigh County, Lower Macungie twp. Bridge'),(24520,698,'_locations_4_title','field_5683f2aadcba2'),(24521,698,'locations_4_image',''),(24522,698,'_locations_4_image','field_568439ed8109d'),(24523,698,'locations_4_description','This project is for a small bridge and is affecting 6 properties in the Township of Lower Macungie, Lehigh County.'),(24524,698,'_locations_4_description','field_5683f2b1dcba3'),(24525,698,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.879279, -75.209695\";s:3:\"lat\";s:10:\"40.8792804\";s:3:\"lng\";s:18:\"-75.20967940000003\";}'),(24526,698,'_locations_5_location','field_5683f288dcba1'),(24527,698,'locations_5_title','State Route 1033, Section 1B – E81666, Northampton County, Washington Twp. Bridge'),(24528,698,'_locations_5_title','field_5683f2aadcba2'),(24529,698,'locations_5_image','548'),(24530,698,'_locations_5_image','field_568439ed8109d'),(24531,698,'locations_5_description','This project was for a small bridge and affected 4 properties in the Township of Washington, Northampton County.'),(24532,698,'_locations_5_description','field_5683f2b1dcba3'),(24533,698,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.112056, -75.439060\";s:3:\"lat\";s:10:\"41.1121102\";s:3:\"lng\";s:18:\"-75.43898619999999\";}'),(24534,698,'_locations_6_location','field_5683f288dcba1'),(24535,698,'locations_6_title','State Route 940, Section 4B – E11886, Monroe County Bridge Replacement'),(24536,698,'_locations_6_title','field_5683f2aadcba2'),(24537,698,'locations_6_image',''),(24538,698,'_locations_6_image','field_568439ed8109d'),(24539,698,'locations_6_description','This project is for a small bridge and is affecting 2 properties in the Community of Tobyhanna, Monroe County.'),(24540,698,'_locations_6_description','field_5683f2b1dcba3'),(24541,698,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.682016, -75.693190\";s:3:\"lat\";s:10:\"40.6820167\";s:3:\"lng\";s:11:\"-75.6931907\";}'),(24542,698,'_locations_7_location','field_5683f288dcba1'),(24543,698,'locations_7_title','State Route 309, Section 11B – E79087, Lehigh County - Bridge'),(24544,698,'_locations_7_title','field_5683f2aadcba2'),(24545,698,'locations_7_image','551'),(24546,698,'_locations_7_image','field_568439ed8109d'),(24547,698,'locations_7_description','This project was for a small bridge and affected 6 properties in the Township of North Whitehall, Lehigh County.'),(24548,698,'_locations_7_description','field_5683f2b1dcba3'),(24549,698,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.679445, -75.629188\";s:3:\"lat\";s:10:\"40.6794586\";s:3:\"lng\";s:18:\"-75.62918300000001\";}'),(24550,698,'_locations_8_location','field_5683f288dcba1'),(24551,698,'locations_8_title','State Route 309, Section 11B – E79087, Lehigh County - Bridge'),(24552,698,'_locations_8_title','field_5683f2aadcba2'),(24553,698,'locations_8_image','551'),(24554,698,'_locations_8_image','field_568439ed8109d'),(24555,698,'locations_8_description','This project was for a small bridge and affected 6 properties in the Township of North Whitehall, Lehigh County.'),(24556,698,'_locations_8_description','field_5683f2b1dcba3'),(24557,698,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.680140, -76.619724\";s:3:\"lat\";s:10:\"40.6801276\";s:3:\"lng\";s:18:\"-76.61972400000002\";}'),(24558,698,'_locations_9_location','field_5683f288dcba1'),(24559,698,'locations_9_title','State Route 4016, Section 1B – E84046, Schuylkill County - Bridge'),(24560,698,'_locations_9_title','field_5683f2aadcba2'),(24561,698,'locations_9_image','554'),(24562,698,'_locations_9_image','field_568439ed8109d'),(24563,698,'locations_9_description','This project was for a small bridge and affected 1 property in the Township of Upper Mahantango, Schuykill County.'),(24564,698,'_locations_9_description','field_5683f2b1dcba3'),(24565,698,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.611554, -75.336637\";s:3:\"lat\";s:10:\"40.6116032\";s:3:\"lng\";s:11:\"-75.3365867\";}'),(24566,698,'_locations_10_location','field_5683f288dcba1'),(24567,698,'locations_10_title','State Route 2014, Section 1B – E87072, Northampton County, Shimersville - Bridge'),(24568,698,'_locations_10_title','field_5683f2aadcba2'),(24569,698,'locations_10_image','556'),(24570,698,'_locations_10_image','field_568439ed8109d'),(24571,698,'locations_10_description','This project is for a small bridge and is affecting 1 property in the Township of Bethlehem, Northampton County.'),(24572,698,'_locations_10_description','field_5683f2b1dcba3'),(24573,698,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.756637, -75.565972\";s:3:\"lat\";s:10:\"40.7566356\";s:3:\"lng\";s:11:\"-75.5659695\";}'),(24574,698,'_locations_11_location','field_5683f288dcba1'),(24575,698,'locations_11_title','State Route 4020, Section 2B – E12314, Northampton County, Lehigh Township Bridge'),(24576,698,'_locations_11_title','field_5683f2aadcba2'),(24577,698,'locations_11_image','558'),(24578,698,'_locations_11_image','field_568439ed8109d'),(24579,698,'locations_11_description','This project was for a small bridge project and affected 2 properties in the Township of Lehigh, Northampton County.'),(24580,698,'_locations_11_description','field_5683f2b1dcba3'),(24581,698,'locations_12_location','a:3:{s:7:\"address\";s:21:\"41.172357, -75.589455\";s:3:\"lat\";s:10:\"41.1685019\";s:3:\"lng\";s:18:\"-75.59053599999999\";}'),(24582,698,'_locations_12_location','field_5683f288dcba1'),(24583,698,'locations_12_title','State Route 4003, Section 1B – E51582, Monroe County, Coolbaugh – Thornhurst Bridge'),(24584,698,'_locations_12_title','field_5683f2aadcba2'),(24585,698,'locations_12_image',''),(24586,698,'_locations_12_image','field_568439ed8109d'),(24587,698,'locations_12_description','This project is for a small bridge and is affecting 7 properties in the Township of Coolbaugh, Monroe and Lackawanna Counties.'),(24588,698,'_locations_12_description','field_5683f2b1dcba3'),(24589,698,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.544832, -75.761389\";s:3:\"lat\";s:10:\"40.5448281\";s:3:\"lng\";s:11:\"-75.7613634\";}'),(24590,698,'_locations_13_location','field_5683f288dcba1'),(24591,698,'locations_13_title','State Route 1021, Section 1B – E10694, Berks County, Maxatawny twp. - Bridge'),(24592,698,'_locations_13_title','field_5683f2aadcba2'),(24593,698,'locations_13_image','561'),(24594,698,'_locations_13_image','field_568439ed8109d'),(24595,698,'locations_13_description','This project was for a small bridge and affected 2 properties in the Township of Maxatawny, Berks County.'),(24596,698,'_locations_13_description','field_5683f2b1dcba3'),(24597,698,'locations_14_location','a:3:{s:7:\"address\";s:21:\"41.100803, -75.346697\";s:3:\"lat\";s:10:\"41.1007883\";s:3:\"lng\";s:18:\"-75.34667230000002\";}'),(24598,698,'_locations_14_location','field_5683f288dcba1'),(24599,698,'locations_14_title','State Route 0314, Section 18B – E79172 – Monroe County, Pocono - Bridge'),(24600,698,'_locations_14_title','field_5683f2aadcba2'),(24601,698,'locations_14_image',''),(24602,698,'_locations_14_image','field_568439ed8109d'),(24603,698,'locations_14_description','This project is for a small bridge and is affecting 2 properties in the Township of Pocono, Monroe County.'),(24604,698,'_locations_14_description','field_5683f2b1dcba3'),(24605,698,'locations_15_location','a:3:{s:7:\"address\";s:21:\"40.726856, -75.870915\";s:3:\"lat\";s:10:\"40.7268199\";s:3:\"lng\";s:18:\"-75.87125300000002\";}'),(24606,698,'_locations_15_location','field_5683f288dcba1'),(24607,698,'locations_15_title','State Route 309, Section 3B – E82343 – Schuykill County, Penn Twp. Bridge '),(24608,698,'_locations_15_title','field_5683f2aadcba2'),(24609,698,'locations_15_image',''),(24610,698,'_locations_15_image','field_568439ed8109d'),(24611,698,'locations_15_description','This project is for a small bridge and is affecting 5 properties in the Township of West Penn, Schuykill County.'),(24612,698,'_locations_15_description','field_5683f2b1dcba3'),(24613,698,'locations_16_location','a:3:{s:7:\"address\";s:21:\"40.665193, -75.827831\";s:3:\"lat\";s:9:\"40.664553\";s:3:\"lng\";s:10:\"-75.827947\";}'),(24614,698,'_locations_16_location','field_5683f288dcba1'),(24615,698,'locations_16_title','State Route 4037, Section 1B – E11407 – Lehigh County, Lynn Twp. Bridge'),(24616,698,'_locations_16_title','field_5683f2aadcba2'),(24617,698,'locations_16_image','565'),(24618,698,'_locations_16_image','field_568439ed8109d'),(24619,698,'locations_16_description','This project was for a small bridge and affected 3 properties in the Township of Lynn, Lehigh County.'),(24620,698,'_locations_16_description','field_5683f2b1dcba3'),(24621,698,'locations_17_location','a:3:{s:7:\"address\";s:21:\"40.268207, -75.808862\";s:3:\"lat\";s:9:\"40.271056\";s:3:\"lng\";s:18:\"-75.80798199999998\";}'),(24622,698,'_locations_17_location','field_5683f288dcba1'),(24623,698,'locations_17_title','State Route 345, Section 10B – E10823 – Berks County, Exeter Birdsboro - Bridge'),(24624,698,'_locations_17_title','field_5683f2aadcba2'),(24625,698,'locations_17_image',''),(24626,698,'_locations_17_image','field_568439ed8109d'),(24627,698,'locations_17_description','This project is for roadway & bridge realignment and intersection improvements and is affecting 16 properties in the Township of Exeter, Berks County.'),(24628,698,'_locations_17_description','field_5683f2b1dcba3'),(24629,698,'locations_18_location','a:3:{s:7:\"address\";s:21:\"40.833262, -75.299358\";s:3:\"lat\";s:17:\"40.83224209999999\";s:3:\"lng\";s:11:\"-75.3007657\";}'),(24630,698,'_locations_18_location','field_5683f288dcba1'),(24631,698,'locations_18_title','State Route 0033, Section 006 – E12187 – Northampton County, Plainfield - Bridge'),(24632,698,'_locations_18_title','field_5683f2aadcba2'),(24633,698,'locations_18_image',''),(24634,698,'_locations_18_image','field_568439ed8109d'),(24635,698,'locations_18_description','This project is for roadway and intersection reconfiguration and is affecting 15 properties in the Township of Plainfield, Northampton County.'),(24636,698,'_locations_18_description','field_5683f2b1dcba3'),(24637,698,'locations_19_location','a:3:{s:7:\"address\";s:21:\"40.528604, -75.391940\";s:3:\"lat\";s:10:\"40.5286192\";s:3:\"lng\";s:18:\"-75.39229009999997\";}'),(24638,698,'_locations_19_location','field_5683f288dcba1'),(24639,698,'locations_19_title','State Route 2030, Section 01B – E11417 – Lehigh County Centennial Bridge'),(24640,698,'_locations_19_title','field_5683f2aadcba2'),(24641,698,'locations_19_image',''),(24642,698,'_locations_19_image','field_568439ed8109d'),(24643,698,'locations_19_description','This project is for a small bridge and is affecting 7 properties in the Township of Upper Saucon, Lehigh County.'),(24644,698,'_locations_19_description','field_5683f2b1dcba3'),(24645,698,'locations_20_location','a:3:{s:7:\"address\";s:21:\"40.964556, -75.764608\";s:3:\"lat\";s:9:\"40.964384\";s:3:\"lng\";s:18:\"-75.76451700000001\";}'),(24646,698,'_locations_20_location','field_5683f288dcba1'),(24647,698,'locations_20_title','State Route 4014, Section 1B – E11853 – Carbon County - Bridge'),(24648,698,'_locations_20_title','field_5683f2aadcba2'),(24649,698,'locations_20_image',''),(24650,698,'_locations_20_image','field_568439ed8109d'),(24651,698,'locations_20_description','This project is for a small bridge and is affecting 3 properties in the Township of Lehigh, Carbon County.'),(24652,698,'_locations_20_description','field_5683f2b1dcba3'),(24653,698,'locations_21_location','a:3:{s:7:\"address\";s:21:\"40.770694, -75.512084\";s:3:\"lat\";s:17:\"40.77068209999999\";s:3:\"lng\";s:18:\"-75.51209159999996\";}'),(24654,698,'_locations_21_location','field_5683f288dcba1'),(24655,698,'locations_21_title','State Route 4003, Section 1B – E12107 – Northampton County'),(24656,698,'_locations_21_title','field_5683f2aadcba2'),(24657,698,'locations_21_image',''),(24658,698,'_locations_21_image','field_568439ed8109d'),(24659,698,'locations_21_description','This project is for a small bridge and is affecting 4 properties in the Township of Lehigh, Northampton County.'),(24660,698,'_locations_21_description','field_5683f2b1dcba3'),(24661,698,'locations_22_location','a:3:{s:7:\"address\";s:21:\"40.816209, -75.676119\";s:3:\"lat\";s:10:\"40.8161089\";s:3:\"lng\";s:18:\"-75.67602469999997\";}'),(24662,698,'_locations_22_location','field_5683f288dcba1'),(24663,698,'locations_22_title','Lehighton Bridge – Twin Bridges – Lehighton, PA – Bridge Replacement'),(24664,698,'_locations_22_title','field_5683f2aadcba2'),(24665,698,'locations_22_image',''),(24666,698,'_locations_22_image','field_568439ed8109d'),(24667,698,'locations_22_description','This project was for a large bridge reconstruction and affected 11 properties in the Borough of Lehighton, Carbon County.'),(24668,698,'_locations_22_description','field_5683f2b1dcba3'),(24669,698,'locations','23'),(24670,698,'_locations','field_5683f253a5dba'),(24671,699,'_wp_attached_file','2015/12/wp629dda43_06.png'),(24672,699,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:281;s:6:\"height\";i:198;s:4:\"file\";s:25:\"2015/12/wp629dda43_06.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wp629dda43_06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(24673,700,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.577364, -75.758778\";s:3:\"lat\";s:10:\"40.5773582\";s:3:\"lng\";s:11:\"-75.7587785\";}'),(24674,700,'_locations_0_location','field_5683f288dcba1'),(24675,700,'locations_0_title','78, 12M – Krumsville'),(24676,700,'_locations_0_title','field_5683f2aadcba2'),(24677,700,'locations_0_image',''),(24678,700,'_locations_0_image','field_568439ed8109d'),(24679,700,'locations_0_description',''),(24680,700,'_locations_0_description','field_5683f2b1dcba3'),(24681,700,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.660116, -75.484238\";s:3:\"lat\";s:10:\"40.6602927\";s:3:\"lng\";s:18:\"-75.48364449999997\";}'),(24682,700,'_locations_1_location','field_5683f288dcba1'),(24683,700,'locations_1_title','Lehigh County 3 bridge'),(24684,700,'_locations_1_title','field_5683f2aadcba2'),(24685,700,'locations_1_image',''),(24686,700,'_locations_1_image','field_568439ed8109d'),(24687,700,'locations_1_description','This project is for a three bridge replacement and is affecting 11 properties and resulting in the relocation of 4 tenants in a multi-unit dwelling in Lehigh County.'),(24688,700,'_locations_1_description','field_5683f2b1dcba3'),(24689,700,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.675917, -75.489638\";s:3:\"lat\";s:10:\"40.6759335\";s:3:\"lng\";s:11:\"-75.4895912\";}'),(24690,700,'_locations_2_location','field_5683f288dcba1'),(24691,700,'locations_2_title','Lehigh Coplay Northampton'),(24692,700,'_locations_2_title','field_5683f2aadcba2'),(24693,700,'locations_2_image',''),(24694,700,'_locations_2_image','field_568439ed8109d'),(24695,700,'locations_2_description','This project is for a bridge replacement and is affecting 9 properties in the Borough of Coplay, Lehigh County and the Borough of Northampton, Northampton County.'),(24696,700,'_locations_2_description','field_5683f2b1dcba3'),(24697,700,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.889830, -75.529302\";s:3:\"lat\";s:9:\"40.890649\";s:3:\"lng\";s:18:\"-75.53066000000001\";}'),(24698,700,'_locations_3_location','field_5683f288dcba1'),(24699,700,'locations_3_title','Carbon – T447'),(24700,700,'_locations_3_title','field_5683f2aadcba2'),(24701,700,'locations_3_image',''),(24702,700,'_locations_3_image','field_568439ed8109d'),(24703,700,'locations_3_description',''),(24704,700,'_locations_3_description','field_5683f2b1dcba3'),(24705,700,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.531138, -75.600697\";s:3:\"lat\";s:10:\"40.5310072\";s:3:\"lng\";s:18:\"-75.60182600000002\";}'),(24706,700,'_locations_4_location','field_5683f288dcba1'),(24707,700,'locations_4_title','State Route 100, Section 13B – E79113, Lehigh County, Lower Macungie twp. Bridge'),(24708,700,'_locations_4_title','field_5683f2aadcba2'),(24709,700,'locations_4_image',''),(24710,700,'_locations_4_image','field_568439ed8109d'),(24711,700,'locations_4_description','This project is for a small bridge and is affecting 6 properties in the Township of Lower Macungie, Lehigh County.'),(24712,700,'_locations_4_description','field_5683f2b1dcba3'),(24713,700,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.879279, -75.209695\";s:3:\"lat\";s:10:\"40.8792804\";s:3:\"lng\";s:18:\"-75.20967940000003\";}'),(24714,700,'_locations_5_location','field_5683f288dcba1'),(24715,700,'locations_5_title','State Route 1033, Section 1B – E81666, Northampton County, Washington Twp. Bridge'),(24716,700,'_locations_5_title','field_5683f2aadcba2'),(24717,700,'locations_5_image','548'),(24718,700,'_locations_5_image','field_568439ed8109d'),(24719,700,'locations_5_description','This project was for a small bridge and affected 4 properties in the Township of Washington, Northampton County.'),(24720,700,'_locations_5_description','field_5683f2b1dcba3'),(24721,700,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.112056, -75.439060\";s:3:\"lat\";s:10:\"41.1121102\";s:3:\"lng\";s:18:\"-75.43898619999999\";}'),(24722,700,'_locations_6_location','field_5683f288dcba1'),(24723,700,'locations_6_title','State Route 940, Section 4B – E11886, Monroe County Bridge Replacement'),(24724,700,'_locations_6_title','field_5683f2aadcba2'),(24725,700,'locations_6_image',''),(24726,700,'_locations_6_image','field_568439ed8109d'),(24727,700,'locations_6_description','This project is for a small bridge and is affecting 2 properties in the Community of Tobyhanna, Monroe County.'),(24728,700,'_locations_6_description','field_5683f2b1dcba3'),(24729,700,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.682016, -75.693190\";s:3:\"lat\";s:10:\"40.6820167\";s:3:\"lng\";s:11:\"-75.6931907\";}'),(24730,700,'_locations_7_location','field_5683f288dcba1'),(24731,700,'locations_7_title','State Route 309, Section 11B – E79087, Lehigh County - Bridge'),(24732,700,'_locations_7_title','field_5683f2aadcba2'),(24733,700,'locations_7_image','551'),(24734,700,'_locations_7_image','field_568439ed8109d'),(24735,700,'locations_7_description','This project was for a small bridge and affected 6 properties in the Township of North Whitehall, Lehigh County.'),(24736,700,'_locations_7_description','field_5683f2b1dcba3'),(24737,700,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.679445, -75.629188\";s:3:\"lat\";s:10:\"40.6794586\";s:3:\"lng\";s:18:\"-75.62918300000001\";}'),(24738,700,'_locations_8_location','field_5683f288dcba1'),(24739,700,'locations_8_title','State Route 309, Section 11B – E79087, Lehigh County - Bridge'),(24740,700,'_locations_8_title','field_5683f2aadcba2'),(24741,700,'locations_8_image','551'),(24742,700,'_locations_8_image','field_568439ed8109d'),(24743,700,'locations_8_description','This project was for a small bridge and affected 6 properties in the Township of North Whitehall, Lehigh County.'),(24744,700,'_locations_8_description','field_5683f2b1dcba3'),(24745,700,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.680140, -76.619724\";s:3:\"lat\";s:10:\"40.6801276\";s:3:\"lng\";s:18:\"-76.61972400000002\";}'),(24746,700,'_locations_9_location','field_5683f288dcba1'),(24747,700,'locations_9_title','State Route 4016, Section 1B – E84046, Schuylkill County - Bridge'),(24748,700,'_locations_9_title','field_5683f2aadcba2'),(24749,700,'locations_9_image','554'),(24750,700,'_locations_9_image','field_568439ed8109d'),(24751,700,'locations_9_description','This project was for a small bridge and affected 1 property in the Township of Upper Mahantango, Schuykill County.'),(24752,700,'_locations_9_description','field_5683f2b1dcba3'),(24753,700,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.611554, -75.336637\";s:3:\"lat\";s:10:\"40.6116032\";s:3:\"lng\";s:11:\"-75.3365867\";}'),(24754,700,'_locations_10_location','field_5683f288dcba1'),(24755,700,'locations_10_title','State Route 2014, Section 1B – E87072, Northampton County, Shimersville - Bridge'),(24756,700,'_locations_10_title','field_5683f2aadcba2'),(24757,700,'locations_10_image','556'),(24758,700,'_locations_10_image','field_568439ed8109d'),(24759,700,'locations_10_description','This project is for a small bridge and is affecting 1 property in the Township of Bethlehem, Northampton County.'),(24760,700,'_locations_10_description','field_5683f2b1dcba3'),(24761,700,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.756637, -75.565972\";s:3:\"lat\";s:10:\"40.7566356\";s:3:\"lng\";s:11:\"-75.5659695\";}'),(24762,700,'_locations_11_location','field_5683f288dcba1'),(24763,700,'locations_11_title','State Route 4020, Section 2B – E12314, Northampton County, Lehigh Township Bridge'),(24764,700,'_locations_11_title','field_5683f2aadcba2'),(24765,700,'locations_11_image','558'),(24766,700,'_locations_11_image','field_568439ed8109d'),(24767,700,'locations_11_description','This project was for a small bridge project and affected 2 properties in the Township of Lehigh, Northampton County.'),(24768,700,'_locations_11_description','field_5683f2b1dcba3'),(24769,700,'locations_12_location','a:3:{s:7:\"address\";s:21:\"41.172357, -75.589455\";s:3:\"lat\";s:10:\"41.1685019\";s:3:\"lng\";s:18:\"-75.59053599999999\";}'),(24770,700,'_locations_12_location','field_5683f288dcba1'),(24771,700,'locations_12_title','State Route 4003, Section 1B – E51582, Monroe County, Coolbaugh – Thornhurst Bridge'),(24772,700,'_locations_12_title','field_5683f2aadcba2'),(24773,700,'locations_12_image',''),(24774,700,'_locations_12_image','field_568439ed8109d'),(24775,700,'locations_12_description','This project is for a small bridge and is affecting 7 properties in the Township of Coolbaugh, Monroe and Lackawanna Counties.'),(24776,700,'_locations_12_description','field_5683f2b1dcba3'),(24777,700,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.544832, -75.761389\";s:3:\"lat\";s:10:\"40.5448281\";s:3:\"lng\";s:11:\"-75.7613634\";}'),(24778,700,'_locations_13_location','field_5683f288dcba1'),(24779,700,'locations_13_title','State Route 1021, Section 1B – E10694, Berks County, Maxatawny twp. - Bridge'),(24780,700,'_locations_13_title','field_5683f2aadcba2'),(24781,700,'locations_13_image','561'),(24782,700,'_locations_13_image','field_568439ed8109d'),(24783,700,'locations_13_description','This project was for a small bridge and affected 2 properties in the Township of Maxatawny, Berks County.'),(24784,700,'_locations_13_description','field_5683f2b1dcba3'),(24785,700,'locations_14_location','a:3:{s:7:\"address\";s:21:\"41.100803, -75.346697\";s:3:\"lat\";s:10:\"41.1007883\";s:3:\"lng\";s:18:\"-75.34667230000002\";}'),(24786,700,'_locations_14_location','field_5683f288dcba1'),(24787,700,'locations_14_title','State Route 0314, Section 18B – E79172 – Monroe County, Pocono - Bridge'),(24788,700,'_locations_14_title','field_5683f2aadcba2'),(24789,700,'locations_14_image',''),(24790,700,'_locations_14_image','field_568439ed8109d'),(24791,700,'locations_14_description','This project is for a small bridge and is affecting 2 properties in the Township of Pocono, Monroe County.'),(24792,700,'_locations_14_description','field_5683f2b1dcba3'),(24793,700,'locations_15_location','a:3:{s:7:\"address\";s:21:\"40.726856, -75.870915\";s:3:\"lat\";s:10:\"40.7268199\";s:3:\"lng\";s:18:\"-75.87125300000002\";}'),(24794,700,'_locations_15_location','field_5683f288dcba1'),(24795,700,'locations_15_title','State Route 309, Section 3B – E82343 – Schuykill County, Penn Twp. Bridge '),(24796,700,'_locations_15_title','field_5683f2aadcba2'),(24797,700,'locations_15_image',''),(24798,700,'_locations_15_image','field_568439ed8109d'),(24799,700,'locations_15_description','This project is for a small bridge and is affecting 5 properties in the Township of West Penn, Schuykill County.'),(24800,700,'_locations_15_description','field_5683f2b1dcba3'),(24801,700,'locations_16_location','a:3:{s:7:\"address\";s:21:\"40.665193, -75.827831\";s:3:\"lat\";s:9:\"40.664553\";s:3:\"lng\";s:10:\"-75.827947\";}'),(24802,700,'_locations_16_location','field_5683f288dcba1'),(24803,700,'locations_16_title','State Route 4037, Section 1B – E11407 – Lehigh County, Lynn Twp. Bridge'),(24804,700,'_locations_16_title','field_5683f2aadcba2'),(24805,700,'locations_16_image','565'),(24806,700,'_locations_16_image','field_568439ed8109d'),(24807,700,'locations_16_description','This project was for a small bridge and affected 3 properties in the Township of Lynn, Lehigh County.'),(24808,700,'_locations_16_description','field_5683f2b1dcba3'),(24809,700,'locations_17_location','a:3:{s:7:\"address\";s:21:\"40.268207, -75.808862\";s:3:\"lat\";s:9:\"40.271056\";s:3:\"lng\";s:18:\"-75.80798199999998\";}'),(24810,700,'_locations_17_location','field_5683f288dcba1'),(24811,700,'locations_17_title','State Route 345, Section 10B – E10823 – Berks County, Exeter Birdsboro - Bridge'),(24812,700,'_locations_17_title','field_5683f2aadcba2'),(24813,700,'locations_17_image',''),(24814,700,'_locations_17_image','field_568439ed8109d'),(24815,700,'locations_17_description','This project is for roadway & bridge realignment and intersection improvements and is affecting 16 properties in the Township of Exeter, Berks County.'),(24816,700,'_locations_17_description','field_5683f2b1dcba3'),(24817,700,'locations_18_location','a:3:{s:7:\"address\";s:21:\"40.833262, -75.299358\";s:3:\"lat\";s:17:\"40.83224209999999\";s:3:\"lng\";s:11:\"-75.3007657\";}'),(24818,700,'_locations_18_location','field_5683f288dcba1'),(24819,700,'locations_18_title','State Route 0033, Section 006 – E12187 – Northampton County, Plainfield - Bridge'),(24820,700,'_locations_18_title','field_5683f2aadcba2'),(24821,700,'locations_18_image',''),(24822,700,'_locations_18_image','field_568439ed8109d'),(24823,700,'locations_18_description','This project is for roadway and intersection reconfiguration and is affecting 15 properties in the Township of Plainfield, Northampton County.'),(24824,700,'_locations_18_description','field_5683f2b1dcba3'),(24825,700,'locations_19_location','a:3:{s:7:\"address\";s:21:\"40.528604, -75.391940\";s:3:\"lat\";s:10:\"40.5286192\";s:3:\"lng\";s:18:\"-75.39229009999997\";}'),(24826,700,'_locations_19_location','field_5683f288dcba1'),(24827,700,'locations_19_title','State Route 2030, Section 01B – E11417 – Lehigh County Centennial Bridge'),(24828,700,'_locations_19_title','field_5683f2aadcba2'),(24829,700,'locations_19_image',''),(24830,700,'_locations_19_image','field_568439ed8109d'),(24831,700,'locations_19_description','This project is for a small bridge and is affecting 7 properties in the Township of Upper Saucon, Lehigh County.'),(24832,700,'_locations_19_description','field_5683f2b1dcba3'),(24833,700,'locations_20_location','a:3:{s:7:\"address\";s:21:\"40.964556, -75.764608\";s:3:\"lat\";s:9:\"40.964384\";s:3:\"lng\";s:18:\"-75.76451700000001\";}'),(24834,700,'_locations_20_location','field_5683f288dcba1'),(24835,700,'locations_20_title','State Route 4014, Section 1B – E11853 – Carbon County - Bridge'),(24836,700,'_locations_20_title','field_5683f2aadcba2'),(24837,700,'locations_20_image',''),(24838,700,'_locations_20_image','field_568439ed8109d'),(24839,700,'locations_20_description','This project is for a small bridge and is affecting 3 properties in the Township of Lehigh, Carbon County.'),(24840,700,'_locations_20_description','field_5683f2b1dcba3'),(24841,700,'locations_21_location','a:3:{s:7:\"address\";s:21:\"40.770694, -75.512084\";s:3:\"lat\";s:17:\"40.77068209999999\";s:3:\"lng\";s:18:\"-75.51209159999996\";}'),(24842,700,'_locations_21_location','field_5683f288dcba1'),(24843,700,'locations_21_title','State Route 4003, Section 1B – E12107 – Northampton County'),(24844,700,'_locations_21_title','field_5683f2aadcba2'),(24845,700,'locations_21_image',''),(24846,700,'_locations_21_image','field_568439ed8109d'),(24847,700,'locations_21_description','This project is for a small bridge and is affecting 4 properties in the Township of Lehigh, Northampton County.'),(24848,700,'_locations_21_description','field_5683f2b1dcba3'),(24849,700,'locations_22_location','a:3:{s:7:\"address\";s:21:\"40.816209, -75.676119\";s:3:\"lat\";s:10:\"40.8161089\";s:3:\"lng\";s:18:\"-75.67602469999997\";}'),(24850,700,'_locations_22_location','field_5683f288dcba1'),(24851,700,'locations_22_title','Lehighton Bridge – Twin Bridges – Lehighton, PA – Bridge Replacement'),(24852,700,'_locations_22_title','field_5683f2aadcba2'),(24853,700,'locations_22_image','699'),(24854,700,'_locations_22_image','field_568439ed8109d'),(24855,700,'locations_22_description','This project was for a large bridge reconstruction and affected 11 properties in the Borough of Lehighton, Carbon County.'),(24856,700,'_locations_22_description','field_5683f2b1dcba3'),(24857,700,'locations','23'),(24858,700,'_locations','field_5683f253a5dba'),(24859,701,'locations_0_location','a:3:{s:7:\"address\";s:21:\"39.910136, -76.704082\";s:3:\"lat\";s:10:\"39.9106755\";s:3:\"lng\";s:18:\"-76.70441140000003\";}'),(24860,701,'_locations_0_location','field_5683f288dcba1'),(24861,701,'locations_0_title','0083, 025 – Leader Heights'),(24862,701,'_locations_0_title','field_5683f2aadcba2'),(24863,701,'locations_0_image','586'),(24864,701,'_locations_0_image','field_568439ed8109d'),(24865,701,'locations_0_description','This project was for interchange construction and affected 65 properties in the Borough of Leader Heights, York County.'),(24866,701,'_locations_0_description','field_5683f2b1dcba3'),(24867,701,'locations_1_location','a:3:{s:7:\"address\";s:21:\"39.780914, -76.951417\";s:3:\"lat\";s:10:\"39.7809238\";s:3:\"lng\";s:18:\"-76.95143009999998\";}'),(24868,701,'_locations_1_location','field_5683f288dcba1'),(24869,701,'locations_1_title','3070, 002'),(24870,701,'_locations_1_title','field_5683f2aadcba2'),(24871,701,'locations_1_image','589'),(24872,701,'_locations_1_image','field_568439ed8109d'),(24873,701,'locations_1_description','This project was for roadway widening and intersection improvements and affected 23 properties and resulted in the relocation of 2 residents in the Township of Penn, York County.'),(24874,701,'_locations_1_description','field_5683f2b1dcba3'),(24875,701,'locations_2_location','a:3:{s:7:\"address\";s:21:\"39.838832, -77.005747\";s:3:\"lat\";s:10:\"39.8388372\";s:3:\"lng\";s:18:\"-77.00573259999999\";}'),(24876,701,'_locations_2_location','field_5683f288dcba1'),(24877,701,'locations_2_title','0094, 014 and 015'),(24878,701,'_locations_2_title','field_5683f2aadcba2'),(24879,701,'locations_2_image','597'),(24880,701,'_locations_2_image','field_568439ed8109d'),(24881,701,'locations_2_description','This project was for roadway widening and affected 85 properties and resulted in the relocation of 2 residents in the Municipalities of Hanover, Penn, Berwick, & Conewago, York & Adams Counties.'),(24882,701,'_locations_2_description','field_5683f2b1dcba3'),(24883,701,'locations_3_location','a:3:{s:7:\"address\";s:21:\"39.976250, -76.792053\";s:3:\"lat\";s:10:\"39.9762688\";s:3:\"lng\";s:18:\"-76.79204019999997\";}'),(24884,701,'_locations_3_location','field_5683f288dcba1'),(24885,701,'locations_3_title','0074, Section 029'),(24886,701,'_locations_3_title','field_5683f2aadcba2'),(24887,701,'locations_3_image','600'),(24888,701,'_locations_3_image','field_568439ed8109d'),(24889,701,'locations_3_description','This project was for roadway widening and intersection improvements and affected 12 properties and resulted in the relocation of 1 resident and 7 businesses in the Township of West Manchester, York County.'),(24890,701,'_locations_3_description','field_5683f2b1dcba3'),(24891,701,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.054719, -76.305345\";s:3:\"lat\";s:8:\"40.05431\";s:3:\"lng\";s:18:\"-76.30512340000001\";}'),(24892,701,'_locations_4_location','field_5683f288dcba1'),(24893,701,'locations_4_title','0222, 027 Lititz'),(24894,701,'_locations_4_title','field_5683f2aadcba2'),(24895,701,'locations_4_image',''),(24896,701,'_locations_4_image','field_568439ed8109d'),(24897,701,'locations_4_description','This project is for a large bridge replacement and is affecting 24 properties and resulting in the relocation of 2 businesses in the Township of Manheim, Lancaster County.'),(24898,701,'_locations_4_description','field_5683f2b1dcba3'),(24899,701,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.192483, -76.730918\";s:3:\"lat\";s:10:\"40.1928639\";s:3:\"lng\";s:18:\"-76.73070059999998\";}'),(24900,701,'_locations_5_location','field_5683f288dcba1'),(24901,701,'locations_5_title','Middletown Train Station'),(24902,701,'_locations_5_title','field_5683f2aadcba2'),(24903,701,'locations_5_image',''),(24904,701,'_locations_5_image','field_568439ed8109d'),(24905,701,'locations_5_description','This project is for the construction of a new train station and is affecting 4 properties in the Township of Middletown, Dauphin County.'),(24906,701,'_locations_5_description','field_5683f2b1dcba3'),(24907,701,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.445418, -76.556583\";s:3:\"lat\";s:10:\"40.4453524\";s:3:\"lng\";s:18:\"-76.55654629999998\";}'),(24908,701,'_locations_6_location','field_5683f288dcba1'),(24909,701,'locations_6_title','Ft Indiantown Gap – DGS'),(24910,701,'_locations_6_title','field_5683f2aadcba2'),(24911,701,'locations_6_image',''),(24912,701,'_locations_6_image','field_568439ed8109d'),(24913,701,'locations_6_description',''),(24914,701,'_locations_6_description','field_5683f2b1dcba3'),(24915,701,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.209085, -76.307225\";s:3:\"lat\";s:10:\"40.2091181\";s:3:\"lng\";s:18:\"-76.30721140000003\";}'),(24916,701,'_locations_7_location','field_5683f288dcba1'),(24917,701,'locations_7_title','Fish and Boat Commission – Speedwell Lake Flowage Easements'),(24918,701,'_locations_7_title','field_5683f2aadcba2'),(24919,701,'locations_7_image',''),(24920,701,'_locations_7_image','field_568439ed8109d'),(24921,701,'locations_7_description','This project is for flood plain mitigation appraisals and is affecting 31 properties in the Township of Elizabeth, Lancaster County.'),(24922,701,'_locations_7_description','field_5683f2b1dcba3'),(24923,701,'locations_8_location','a:3:{s:7:\"address\";s:21:\"39.763472, -77.727611\";s:3:\"lat\";s:10:\"39.7634712\";s:3:\"lng\";s:11:\"-77.7276253\";}'),(24924,701,'_locations_8_location','field_5683f288dcba1'),(24925,701,'locations_8_title','Antrim Business Park'),(24926,701,'_locations_8_title','field_5683f2aadcba2'),(24927,701,'locations_8_image',''),(24928,701,'_locations_8_image','field_568439ed8109d'),(24929,701,'locations_8_description','This project is for a public/private development and is affecting 7 properties in the Township of Antrim, Franklin County.'),(24930,701,'_locations_8_description','field_5683f2b1dcba3'),(24931,701,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.150057, -77.042804\";s:3:\"lat\";s:10:\"40.1500679\";s:3:\"lng\";s:18:\"-77.04281049999997\";}'),(24932,701,'_locations_9_location','field_5683f288dcba1'),(24933,701,'locations_9_title','State Route 2008, Section 007 – E78659 – Cumberland County, Monroe Twp. – Bridge'),(24934,701,'_locations_9_title','field_5683f2aadcba2'),(24935,701,'locations_9_image','607'),(24936,701,'_locations_9_image','field_568439ed8109d'),(24937,701,'locations_9_description','This project was for a small bridge and affected 4 properties in the Township of Monroe, Cumberland County.'),(24938,701,'_locations_9_description','field_5683f2b1dcba3'),(24939,701,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.108692, -76.502083\";s:3:\"lat\";s:8:\"40.10866\";s:3:\"lng\";s:18:\"-76.50206509999998\";}'),(24940,701,'_locations_10_location','field_5683f288dcba1'),(24941,701,'locations_10_title','State Route 0072, Section 005 – E19861 – Lancaster County , Mount Joy Borough – Bridge'),(24942,701,'_locations_10_title','field_5683f2aadcba2'),(24943,701,'locations_10_image',''),(24944,701,'_locations_10_image','field_568439ed8109d'),(24945,701,'locations_10_description','This project is for a small bridge and is affecting 3 properties and Amtrack Coordination in the Borough of Mt. Joy, Lancaster County.'),(24946,701,'_locations_10_description','field_5683f2b1dcba3'),(24947,701,'locations_11_location','a:3:{s:7:\"address\";s:21:\"39.972695, -77.117915\";s:3:\"lat\";s:10:\"39.9726768\";s:3:\"lng\";s:18:\"-77.11795660000001\";}'),(24948,701,'_locations_11_location','field_5683f288dcba1'),(24949,701,'locations_11_title','State Route 1009, Section 003 – E18014 – Adams County – Huntington Twp - Bridge '),(24950,701,'_locations_11_title','field_5683f2aadcba2'),(24951,701,'locations_11_image','612'),(24952,701,'_locations_11_image','field_568439ed8109d'),(24953,701,'locations_11_description','This project was for a small bridge and affected 3 properties in the Township of Huntington, Adams County.'),(24954,701,'_locations_11_description','field_5683f2b1dcba3'),(24955,701,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.540917, -77.145588\";s:3:\"lat\";s:17:\"40.53916419999999\";s:3:\"lng\";s:18:\"-77.14407499999999\";}'),(24956,701,'_locations_12_location','field_5683f288dcba1'),(24957,701,'locations_12_title','State Route 0022, Section 039 – E81272 – Perry County, Greenwood twp.over cocalaumus creek – Bridge'),(24958,701,'_locations_12_title','field_5683f2aadcba2'),(24959,701,'locations_12_image','614'),(24960,701,'_locations_12_image','field_568439ed8109d'),(24961,701,'locations_12_description','This project was for a small bridge and affected 2 properties in the Township of Greenwood, Perry County.'),(24962,701,'_locations_12_description','field_5683f2b1dcba3'),(24963,701,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.499444, -77.146608\";s:3:\"lat\";s:9:\"40.498004\";s:3:\"lng\";s:18:\"-77.14313600000003\";}'),(24964,701,'_locations_13_location','field_5683f288dcba1'),(24965,701,'locations_13_title','State Route 1024, Section 005 – E86911 – Perry County, Oliver Township – Bridge'),(24966,701,'_locations_13_title','field_5683f2aadcba2'),(24967,701,'locations_13_image','616'),(24968,701,'_locations_13_image','field_568439ed8109d'),(24969,701,'locations_13_description','This project was for a small bridge and affected 2 properties in the Township of Oliver, Perry County.'),(24970,701,'_locations_13_description','field_5683f2b1dcba3'),(24971,701,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.376500, -76.572499\";s:3:\"lat\";s:10:\"40.3765013\";s:3:\"lng\";s:18:\"-76.57249790000003\";}'),(24972,701,'_locations_14_location','field_5683f288dcba1'),(24973,701,'locations_14_title','State Route 4014, Section 006 – E20367 – Lebanon County, East Hanover Township – Bridge'),(24974,701,'_locations_14_title','field_5683f2aadcba2'),(24975,701,'locations_14_image','618'),(24976,701,'_locations_14_image','field_568439ed8109d'),(24977,701,'locations_14_description','This project was for a small bridge and affected 5 properties in the Township of East Hanover, Lebanon County.'),(24978,701,'_locations_14_description','field_5683f2b1dcba3'),(24979,701,'locations_15_location','a:3:{s:7:\"address\";s:21:\"39.855494, -76.773304\";s:3:\"lat\";s:10:\"39.8554873\";s:3:\"lng\";s:11:\"-76.7733121\";}'),(24980,701,'_locations_15_location','field_5683f288dcba1'),(24981,701,'locations_15_title','State Route 214, Section 007 – E21168 – York County, Seven Valleys Borough – Bridge'),(24982,701,'_locations_15_title','field_5683f2aadcba2'),(24983,701,'locations_15_image','620'),(24984,701,'_locations_15_image','field_568439ed8109d'),(24985,701,'locations_15_description','This project was for roadway widening and intersection improvements and affected 12 properties and resulted in the relocation of 1 resident and 7 businesses in the Township of West Manchester, York County.'),(24986,701,'_locations_15_description','field_5683f2b1dcba3'),(24987,701,'locations_16_location','a:3:{s:7:\"address\";s:21:\"39.737304, -76.096417\";s:3:\"lat\";s:10:\"39.7372874\";s:3:\"lng\";s:18:\"-76.09645169999999\";}'),(24988,701,'_locations_16_location','field_5683f288dcba1'),(24989,701,'locations_16_title','State Route 2001, Section 009 – E91106 – Lancaster County, Little Britain Township – Bridge'),(24990,701,'_locations_16_title','field_5683f2aadcba2'),(24991,701,'locations_16_image',''),(24992,701,'_locations_16_image','field_568439ed8109d'),(24993,701,'locations_16_description','This project is for intersection improvements and is affecting 3 properties in the Community of Ronks, Lancaster County.'),(24994,701,'_locations_16_description','field_5683f2b1dcba3'),(24995,701,'locations_17_location','a:3:{s:7:\"address\";s:21:\"40.016997, -76.165028\";s:3:\"lat\";s:10:\"40.0169765\";s:3:\"lng\";s:18:\"-76.16503490000002\";}'),(24996,701,'_locations_17_location','field_5683f288dcba1'),(24997,701,'locations_17_title','State Route 0030, Section 097 – E89187 – Lancaster County, East Lampeter Twp. – Intersection Improvement'),(24998,701,'_locations_17_title','field_5683f2aadcba2'),(24999,701,'locations_17_image',''),(25000,701,'_locations_17_image','field_568439ed8109d'),(25001,701,'locations_17_description','This project is for intersection improvements and is affecting 3 properties in the Community of Ronks, Lancaster County.'),(25002,701,'_locations_17_description','field_5683f2b1dcba3'),(25003,701,'locations_18_location','a:3:{s:7:\"address\";s:21:\"40.017000, -76.165028\";s:3:\"lat\";s:10:\"40.0169767\";s:3:\"lng\";s:11:\"-76.1650358\";}'),(25004,701,'_locations_18_location','field_5683f288dcba1'),(25005,701,'locations_18_title','State Route 1018, Section 005 – E87710 – Lancaster County, Warwick Township – Bridge'),(25006,701,'_locations_18_title','field_5683f2aadcba2'),(25007,701,'locations_18_image',''),(25008,701,'_locations_18_image','field_568439ed8109d'),(25009,701,'locations_18_description','This project is for a small bridge and is affecting 3 properties in the Township of Warwick and Borough of Ephrata, Lancaster County.'),(25010,701,'_locations_18_description','field_5683f2b1dcba3'),(25011,701,'locations_19_location','a:3:{s:7:\"address\";s:21:\"40.227889, -76.131528\";s:3:\"lat\";s:10:\"40.2278853\";s:3:\"lng\";s:18:\"-76.13153310000001\";}'),(25012,701,'_locations_19_location','field_5683f288dcba1'),(25013,701,'locations_19_title','State Route 1051, Section 003 – E87710 – Lancaster County, Denver Borough – Bridge'),(25014,701,'_locations_19_title','field_5683f2aadcba2'),(25015,701,'locations_19_image',''),(25016,701,'_locations_19_image','field_568439ed8109d'),(25017,701,'locations_19_description','This project is for a small bridge and is affecting 4 properties in the Township of East Cocalico, Lancaster County.'),(25018,701,'_locations_19_description','field_5683f2b1dcba3'),(25019,701,'locations_20_location','a:3:{s:7:\"address\";s:21:\"39.778195, -76.746944\";s:3:\"lat\";s:10:\"39.7780289\";s:3:\"lng\";s:10:\"-76.745499\";}'),(25020,701,'_locations_20_location','field_5683f288dcba1'),(25021,701,'locations_20_title','State Route 216, Section 014 – E63120 – York County, Shrewsbury Township - Bridge'),(25022,701,'_locations_20_title','field_5683f2aadcba2'),(25023,701,'locations_20_image',''),(25024,701,'_locations_20_image','field_568439ed8109d'),(25025,701,'locations_20_description','This project is for a bridge replacement and is affecting 4 properties in the Townships of Shrewsbury & Codorus, York County.'),(25026,701,'_locations_20_description','field_5683f2b1dcba3'),(25027,701,'locations_21_location','a:3:{s:7:\"address\";s:21:\"40.040445, -76.952057\";s:3:\"lat\";s:10:\"40.0404617\";s:3:\"lng\";s:18:\"-76.95203249999997\";}'),(25028,701,'_locations_21_location','field_5683f288dcba1'),(25029,701,'locations_21_title','State Route 4014, Section 006 – E63120 – York County, Warrington Township – Bridge'),(25030,701,'_locations_21_title','field_5683f2aadcba2'),(25031,701,'locations_21_image',''),(25032,701,'_locations_21_image','field_568439ed8109d'),(25033,701,'locations_21_description','This project is for a bridge replacement and is affecting 4 properties in the Townships of Shrewsbury & Codorus, York County.'),(25034,701,'_locations_21_description','field_5683f2b1dcba3'),(25035,701,'locations_22_location','a:3:{s:7:\"address\";s:21:\"39.876666, -77.320417\";s:3:\"lat\";s:9:\"39.877284\";s:3:\"lng\";s:18:\"-77.32040699999999\";}'),(25036,701,'_locations_22_location','field_5683f288dcba1'),(25037,701,'locations_22_title','State Route 3015, Section 013 – E87674 – Adams County, Franklin Township – Bridge'),(25038,701,'_locations_22_title','field_5683f2aadcba2'),(25039,701,'locations_22_image',''),(25040,701,'_locations_22_image','field_568439ed8109d'),(25041,701,'locations_22_description','This project is for the Fairview Bridge and is affecting 1 property in the Township of Franklin, Adams County.'),(25042,701,'_locations_22_description','field_5683f2b1dcba3'),(25043,701,'locations_23_location','a:3:{s:7:\"address\";s:21:\"40.209921, -76.717524\";s:3:\"lat\";s:9:\"40.209916\";s:3:\"lng\";s:18:\"-76.71713360000001\";}'),(25044,701,'_locations_23_location','field_5683f288dcba1'),(25045,701,'locations_23_title','Swatara Creek Bridge – Middletown, PA – Bridge Replacement'),(25046,701,'_locations_23_title','field_5683f2aadcba2'),(25047,701,'locations_23_image',''),(25048,701,'_locations_23_image','field_568439ed8109d'),(25049,701,'locations_23_description','This project is for a mid-sized bridge replacement and is afecting 3 properties and resulting in the relocation of 19 mobile home residents and 1 business in the Borough of Hummelstown, Dauphin County.'),(25050,701,'_locations_23_description','field_5683f2b1dcba3'),(25051,701,'locations','24'),(25052,701,'_locations','field_5683f253a5dba'),(25053,341,'locations_23_location','a:3:{s:7:\"address\";s:21:\"40.209921, -76.717524\";s:3:\"lat\";s:9:\"40.209916\";s:3:\"lng\";s:18:\"-76.71713360000001\";}'),(25054,341,'_locations_23_location','field_5683f288dcba1'),(25055,341,'locations_23_title','Swatara Creek Bridge – Middletown, PA – Bridge Replacement'),(25056,341,'_locations_23_title','field_5683f2aadcba2'),(25057,341,'locations_23_image',''),(25058,341,'_locations_23_image','field_568439ed8109d'),(25059,341,'locations_23_description','This project is for a mid-sized bridge replacement and is afecting 3 properties and resulting in the relocation of 19 mobile home residents and 1 business in the Borough of Hummelstown, Dauphin County.'),(25060,341,'_locations_23_description','field_5683f2b1dcba3'),(25061,702,'locations_0_location','a:3:{s:7:\"address\";s:21:\"39.910136, -76.704082\";s:3:\"lat\";s:10:\"39.9106755\";s:3:\"lng\";s:18:\"-76.70441140000003\";}'),(25062,702,'_locations_0_location','field_5683f288dcba1'),(25063,702,'locations_0_title','0083, 025 – Leader Heights'),(25064,702,'_locations_0_title','field_5683f2aadcba2'),(25065,702,'locations_0_image','586'),(25066,702,'_locations_0_image','field_568439ed8109d'),(25067,702,'locations_0_description','This project was for interchange construction and affected 65 properties in the Borough of Leader Heights, York County.'),(25068,702,'_locations_0_description','field_5683f2b1dcba3'),(25069,702,'locations_1_location','a:3:{s:7:\"address\";s:21:\"39.780914, -76.951417\";s:3:\"lat\";s:10:\"39.7809238\";s:3:\"lng\";s:18:\"-76.95143009999998\";}'),(25070,702,'_locations_1_location','field_5683f288dcba1'),(25071,702,'locations_1_title','3070, 002'),(25072,702,'_locations_1_title','field_5683f2aadcba2'),(25073,702,'locations_1_image','589'),(25074,702,'_locations_1_image','field_568439ed8109d'),(25075,702,'locations_1_description','This project was for roadway widening and intersection improvements and affected 23 properties and resulted in the relocation of 2 residents in the Township of Penn, York County.'),(25076,702,'_locations_1_description','field_5683f2b1dcba3'),(25077,702,'locations_2_location','a:3:{s:7:\"address\";s:21:\"39.838832, -77.005747\";s:3:\"lat\";s:10:\"39.8388372\";s:3:\"lng\";s:18:\"-77.00573259999999\";}'),(25078,702,'_locations_2_location','field_5683f288dcba1'),(25079,702,'locations_2_title','0094, 014 and 015'),(25080,702,'_locations_2_title','field_5683f2aadcba2'),(25081,702,'locations_2_image','597'),(25082,702,'_locations_2_image','field_568439ed8109d'),(25083,702,'locations_2_description','This project was for roadway widening and affected 85 properties and resulted in the relocation of 2 residents in the Municipalities of Hanover, Penn, Berwick, & Conewago, York & Adams Counties.'),(25084,702,'_locations_2_description','field_5683f2b1dcba3'),(25085,702,'locations_3_location','a:3:{s:7:\"address\";s:21:\"39.976250, -76.792053\";s:3:\"lat\";s:10:\"39.9762688\";s:3:\"lng\";s:18:\"-76.79204019999997\";}'),(25086,702,'_locations_3_location','field_5683f288dcba1'),(25087,702,'locations_3_title','0074, Section 029'),(25088,702,'_locations_3_title','field_5683f2aadcba2'),(25089,702,'locations_3_image','600'),(25090,702,'_locations_3_image','field_568439ed8109d'),(25091,702,'locations_3_description','This project was for roadway widening and intersection improvements and affected 12 properties and resulted in the relocation of 1 resident and 7 businesses in the Township of West Manchester, York County.'),(25092,702,'_locations_3_description','field_5683f2b1dcba3'),(25093,702,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.054719, -76.305345\";s:3:\"lat\";s:8:\"40.05431\";s:3:\"lng\";s:18:\"-76.30512340000001\";}'),(25094,702,'_locations_4_location','field_5683f288dcba1'),(25095,702,'locations_4_title','0222, 027 Lititz'),(25096,702,'_locations_4_title','field_5683f2aadcba2'),(25097,702,'locations_4_image',''),(25098,702,'_locations_4_image','field_568439ed8109d'),(25099,702,'locations_4_description','This project is for a large bridge replacement and is affecting 24 properties and resulting in the relocation of 2 businesses in the Township of Manheim, Lancaster County.'),(25100,702,'_locations_4_description','field_5683f2b1dcba3'),(25101,702,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.192483, -76.730918\";s:3:\"lat\";s:10:\"40.1928639\";s:3:\"lng\";s:18:\"-76.73070059999998\";}'),(25102,702,'_locations_5_location','field_5683f288dcba1'),(25103,702,'locations_5_title','Middletown Train Station'),(25104,702,'_locations_5_title','field_5683f2aadcba2'),(25105,702,'locations_5_image',''),(25106,702,'_locations_5_image','field_568439ed8109d'),(25107,702,'locations_5_description','This project is for the construction of a new train station and is affecting 4 properties in the Township of Middletown, Dauphin County.'),(25108,702,'_locations_5_description','field_5683f2b1dcba3'),(25109,702,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.445418, -76.556583\";s:3:\"lat\";s:10:\"40.4453524\";s:3:\"lng\";s:18:\"-76.55654629999998\";}'),(25110,702,'_locations_6_location','field_5683f288dcba1'),(25111,702,'locations_6_title','Ft Indiantown Gap – DGS'),(25112,702,'_locations_6_title','field_5683f2aadcba2'),(25113,702,'locations_6_image',''),(25114,702,'_locations_6_image','field_568439ed8109d'),(25115,702,'locations_6_description',''),(25116,702,'_locations_6_description','field_5683f2b1dcba3'),(25117,702,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.209085, -76.307225\";s:3:\"lat\";s:10:\"40.2091181\";s:3:\"lng\";s:18:\"-76.30721140000003\";}'),(25118,702,'_locations_7_location','field_5683f288dcba1'),(25119,702,'locations_7_title','Fish and Boat Commission – Speedwell Lake Flowage Easements'),(25120,702,'_locations_7_title','field_5683f2aadcba2'),(25121,702,'locations_7_image',''),(25122,702,'_locations_7_image','field_568439ed8109d'),(25123,702,'locations_7_description','This project is for flood plain mitigation appraisals and is affecting 31 properties in the Township of Elizabeth, Lancaster County.'),(25124,702,'_locations_7_description','field_5683f2b1dcba3'),(25125,702,'locations_8_location','a:3:{s:7:\"address\";s:21:\"39.763472, -77.727611\";s:3:\"lat\";s:10:\"39.7634712\";s:3:\"lng\";s:11:\"-77.7276253\";}'),(25126,702,'_locations_8_location','field_5683f288dcba1'),(25127,702,'locations_8_title','Antrim Business Park'),(25128,702,'_locations_8_title','field_5683f2aadcba2'),(25129,702,'locations_8_image',''),(25130,702,'_locations_8_image','field_568439ed8109d'),(25131,702,'locations_8_description','This project is for a public/private development and is affecting 7 properties in the Township of Antrim, Franklin County.'),(25132,702,'_locations_8_description','field_5683f2b1dcba3'),(25133,702,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.150057, -77.042804\";s:3:\"lat\";s:10:\"40.1500679\";s:3:\"lng\";s:18:\"-77.04281049999997\";}'),(25134,702,'_locations_9_location','field_5683f288dcba1'),(25135,702,'locations_9_title','State Route 2008, Section 007 – E78659 – Cumberland County, Monroe Twp. – Bridge'),(25136,702,'_locations_9_title','field_5683f2aadcba2'),(25137,702,'locations_9_image','607'),(25138,702,'_locations_9_image','field_568439ed8109d'),(25139,702,'locations_9_description','This project was for a small bridge and affected 4 properties in the Township of Monroe, Cumberland County.'),(25140,702,'_locations_9_description','field_5683f2b1dcba3'),(25141,702,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.108692, -76.502083\";s:3:\"lat\";s:8:\"40.10866\";s:3:\"lng\";s:18:\"-76.50206509999998\";}'),(25142,702,'_locations_10_location','field_5683f288dcba1'),(25143,702,'locations_10_title','State Route 0072, Section 005 – E19861 – Lancaster County , Mount Joy Borough – Bridge'),(25144,702,'_locations_10_title','field_5683f2aadcba2'),(25145,702,'locations_10_image',''),(25146,702,'_locations_10_image','field_568439ed8109d'),(25147,702,'locations_10_description','This project is for a small bridge and is affecting 3 properties and Amtrack Coordination in the Borough of Mt. Joy, Lancaster County.'),(25148,702,'_locations_10_description','field_5683f2b1dcba3'),(25149,702,'locations_11_location','a:3:{s:7:\"address\";s:21:\"39.972695, -77.117915\";s:3:\"lat\";s:10:\"39.9726768\";s:3:\"lng\";s:18:\"-77.11795660000001\";}'),(25150,702,'_locations_11_location','field_5683f288dcba1'),(25151,702,'locations_11_title','State Route 1009, Section 003 – E18014 – Adams County – Huntington Twp - Bridge '),(25152,702,'_locations_11_title','field_5683f2aadcba2'),(25153,702,'locations_11_image','612'),(25154,702,'_locations_11_image','field_568439ed8109d'),(25155,702,'locations_11_description','This project was for a small bridge and affected 3 properties in the Township of Huntington, Adams County.'),(25156,702,'_locations_11_description','field_5683f2b1dcba3'),(25157,702,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.540917, -77.145588\";s:3:\"lat\";s:17:\"40.53916419999999\";s:3:\"lng\";s:18:\"-77.14407499999999\";}'),(25158,702,'_locations_12_location','field_5683f288dcba1'),(25159,702,'locations_12_title','State Route 0022, Section 039 – E81272 – Perry County, Greenwood twp.over cocalaumus creek – Bridge'),(25160,702,'_locations_12_title','field_5683f2aadcba2'),(25161,702,'locations_12_image','614'),(25162,702,'_locations_12_image','field_568439ed8109d'),(25163,702,'locations_12_description','This project was for a small bridge and affected 2 properties in the Township of Greenwood, Perry County.'),(25164,702,'_locations_12_description','field_5683f2b1dcba3'),(25165,702,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.499444, -77.146608\";s:3:\"lat\";s:9:\"40.498004\";s:3:\"lng\";s:18:\"-77.14313600000003\";}'),(25166,702,'_locations_13_location','field_5683f288dcba1'),(25167,702,'locations_13_title','State Route 1024, Section 005 – E86911 – Perry County, Oliver Township – Bridge'),(25168,702,'_locations_13_title','field_5683f2aadcba2'),(25169,702,'locations_13_image','616'),(25170,702,'_locations_13_image','field_568439ed8109d'),(25171,702,'locations_13_description','This project was for a small bridge and affected 2 properties in the Township of Oliver, Perry County.'),(25172,702,'_locations_13_description','field_5683f2b1dcba3'),(25173,702,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.376500, -76.572499\";s:3:\"lat\";s:10:\"40.3765013\";s:3:\"lng\";s:18:\"-76.57249790000003\";}'),(25174,702,'_locations_14_location','field_5683f288dcba1'),(25175,702,'locations_14_title','State Route 4014, Section 006 – E20367 – Lebanon County, East Hanover Township – Bridge'),(25176,702,'_locations_14_title','field_5683f2aadcba2'),(25177,702,'locations_14_image','618'),(25178,702,'_locations_14_image','field_568439ed8109d'),(25179,702,'locations_14_description','This project was for a small bridge and affected 5 properties in the Township of East Hanover, Lebanon County.'),(25180,702,'_locations_14_description','field_5683f2b1dcba3'),(25181,702,'locations_15_location','a:3:{s:7:\"address\";s:21:\"39.855494, -76.773304\";s:3:\"lat\";s:10:\"39.8554873\";s:3:\"lng\";s:11:\"-76.7733121\";}'),(25182,702,'_locations_15_location','field_5683f288dcba1'),(25183,702,'locations_15_title','State Route 214, Section 007 – E21168 – York County, Seven Valleys Borough – Bridge'),(25184,702,'_locations_15_title','field_5683f2aadcba2'),(25185,702,'locations_15_image','620'),(25186,702,'_locations_15_image','field_568439ed8109d'),(25187,702,'locations_15_description','This project was for roadway widening and intersection improvements and affected 12 properties and resulted in the relocation of 1 resident and 7 businesses in the Township of West Manchester, York County.'),(25188,702,'_locations_15_description','field_5683f2b1dcba3'),(25189,702,'locations_16_location','a:3:{s:7:\"address\";s:21:\"39.737304, -76.096417\";s:3:\"lat\";s:10:\"39.7372874\";s:3:\"lng\";s:18:\"-76.09645169999999\";}'),(25190,702,'_locations_16_location','field_5683f288dcba1'),(25191,702,'locations_16_title','State Route 2001, Section 009 – E91106 – Lancaster County, Little Britain Township – Bridge'),(25192,702,'_locations_16_title','field_5683f2aadcba2'),(25193,702,'locations_16_image',''),(25194,702,'_locations_16_image','field_568439ed8109d'),(25195,702,'locations_16_description','This project is for intersection improvements and is affecting 3 properties in the Community of Ronks, Lancaster County.'),(25196,702,'_locations_16_description','field_5683f2b1dcba3'),(25197,702,'locations_17_location','a:3:{s:7:\"address\";s:21:\"40.016997, -76.165028\";s:3:\"lat\";s:10:\"40.0169765\";s:3:\"lng\";s:18:\"-76.16503490000002\";}'),(25198,702,'_locations_17_location','field_5683f288dcba1'),(25199,702,'locations_17_title','State Route 0030, Section 097 – E89187 – Lancaster County, East Lampeter Twp. – Intersection Improvement'),(25200,702,'_locations_17_title','field_5683f2aadcba2'),(25201,702,'locations_17_image',''),(25202,702,'_locations_17_image','field_568439ed8109d'),(25203,702,'locations_17_description','This project is for intersection improvements and is affecting 3 properties in the Community of Ronks, Lancaster County.'),(25204,702,'_locations_17_description','field_5683f2b1dcba3'),(25205,702,'locations_18_location','a:3:{s:7:\"address\";s:21:\"40.017000, -76.165028\";s:3:\"lat\";s:10:\"40.0169767\";s:3:\"lng\";s:11:\"-76.1650358\";}'),(25206,702,'_locations_18_location','field_5683f288dcba1'),(25207,702,'locations_18_title','State Route 1018, Section 005 – E87710 – Lancaster County, Warwick Township – Bridge'),(25208,702,'_locations_18_title','field_5683f2aadcba2'),(25209,702,'locations_18_image',''),(25210,702,'_locations_18_image','field_568439ed8109d'),(25211,702,'locations_18_description','This project is for a small bridge and is affecting 3 properties in the Township of Warwick and Borough of Ephrata, Lancaster County.'),(25212,702,'_locations_18_description','field_5683f2b1dcba3'),(25213,702,'locations_19_location','a:3:{s:7:\"address\";s:21:\"40.227889, -76.131528\";s:3:\"lat\";s:10:\"40.2278853\";s:3:\"lng\";s:18:\"-76.13153310000001\";}'),(25214,702,'_locations_19_location','field_5683f288dcba1'),(25215,702,'locations_19_title','State Route 1051, Section 003 – E87710 – Lancaster County, Denver Borough – Bridge'),(25216,702,'_locations_19_title','field_5683f2aadcba2'),(25217,702,'locations_19_image',''),(25218,702,'_locations_19_image','field_568439ed8109d'),(25219,702,'locations_19_description','This project is for a small bridge and is affecting 4 properties in the Township of East Cocalico, Lancaster County.'),(25220,702,'_locations_19_description','field_5683f2b1dcba3'),(25221,702,'locations_20_location','a:3:{s:7:\"address\";s:21:\"39.778195, -76.746944\";s:3:\"lat\";s:10:\"39.7780289\";s:3:\"lng\";s:10:\"-76.745499\";}'),(25222,702,'_locations_20_location','field_5683f288dcba1'),(25223,702,'locations_20_title','State Route 216, Section 014 – E63120 – York County, Shrewsbury Township - Bridge'),(25224,702,'_locations_20_title','field_5683f2aadcba2'),(25225,702,'locations_20_image',''),(25226,702,'_locations_20_image','field_568439ed8109d'),(25227,702,'locations_20_description','This project is for a bridge replacement and is affecting 4 properties in the Townships of Shrewsbury & Codorus, York County.'),(25228,702,'_locations_20_description','field_5683f2b1dcba3'),(25229,702,'locations_21_location','a:3:{s:7:\"address\";s:21:\"40.040445, -76.952057\";s:3:\"lat\";s:10:\"40.0404617\";s:3:\"lng\";s:18:\"-76.95203249999997\";}'),(25230,702,'_locations_21_location','field_5683f288dcba1'),(25231,702,'locations_21_title','State Route 4014, Section 006 – E63120 – York County, Warrington Township – Bridge'),(25232,702,'_locations_21_title','field_5683f2aadcba2'),(25233,702,'locations_21_image',''),(25234,702,'_locations_21_image','field_568439ed8109d'),(25235,702,'locations_21_description','This project is for a bridge replacement and is affecting 4 properties in the Townships of Shrewsbury & Codorus, York County.'),(25236,702,'_locations_21_description','field_5683f2b1dcba3'),(25237,702,'locations_22_location','a:3:{s:7:\"address\";s:21:\"39.876666, -77.320417\";s:3:\"lat\";s:9:\"39.877284\";s:3:\"lng\";s:18:\"-77.32040699999999\";}'),(25238,702,'_locations_22_location','field_5683f288dcba1'),(25239,702,'locations_22_title','State Route 3015, Section 013 – E87674 – Adams County, Franklin Township – Bridge'),(25240,702,'_locations_22_title','field_5683f2aadcba2'),(25241,702,'locations_22_image',''),(25242,702,'_locations_22_image','field_568439ed8109d'),(25243,702,'locations_22_description','This project is for the Fairview Bridge and is affecting 1 property in the Township of Franklin, Adams County.'),(25244,702,'_locations_22_description','field_5683f2b1dcba3'),(25245,702,'locations_23_location','a:3:{s:7:\"address\";s:21:\"40.209921, -76.717524\";s:3:\"lat\";s:9:\"40.209916\";s:3:\"lng\";s:18:\"-76.71713360000001\";}'),(25246,702,'_locations_23_location','field_5683f288dcba1'),(25247,702,'locations_23_title','Swatara Creek Bridge – Middletown, PA – Bridge Replacement'),(25248,702,'_locations_23_title','field_5683f2aadcba2'),(25249,702,'locations_23_image',''),(25250,702,'_locations_23_image','field_568439ed8109d'),(25251,702,'locations_23_description','This project is for a mid-sized bridge replacement and is afecting 3 properties and resulting in the relocation of 19 mobile home residents and 1 business in the Borough of Hummelstown, Dauphin County.'),(25252,702,'_locations_23_description','field_5683f2b1dcba3'),(25253,702,'locations_24_location','a:3:{s:7:\"address\";s:21:\"40.055971, -79.131603\";s:3:\"lat\";s:9:\"40.044854\";s:3:\"lng\";s:18:\"-79.12035800000001\";}'),(25254,702,'_locations_24_location','field_5683f288dcba1'),(25255,702,'locations_24_title',''),(25256,702,'_locations_24_title','field_5683f2aadcba2'),(25257,702,'locations_24_image',''),(25258,702,'_locations_24_image','field_568439ed8109d'),(25259,702,'locations_24_description',''),(25260,702,'_locations_24_description','field_5683f2b1dcba3'),(25261,702,'locations','25'),(25262,702,'_locations','field_5683f253a5dba'),(25271,703,'locations_0_location','a:3:{s:7:\"address\";s:21:\"39.910136, -76.704082\";s:3:\"lat\";s:10:\"39.9106755\";s:3:\"lng\";s:18:\"-76.70441140000003\";}'),(25272,703,'_locations_0_location','field_5683f288dcba1'),(25273,703,'locations_0_title','0083, 025 – Leader Heights'),(25274,703,'_locations_0_title','field_5683f2aadcba2'),(25275,703,'locations_0_image','586'),(25276,703,'_locations_0_image','field_568439ed8109d'),(25277,703,'locations_0_description','This project was for interchange construction and affected 65 properties in the Borough of Leader Heights, York County.'),(25278,703,'_locations_0_description','field_5683f2b1dcba3'),(25279,703,'locations_1_location','a:3:{s:7:\"address\";s:21:\"39.780914, -76.951417\";s:3:\"lat\";s:10:\"39.7809238\";s:3:\"lng\";s:18:\"-76.95143009999998\";}'),(25280,703,'_locations_1_location','field_5683f288dcba1'),(25281,703,'locations_1_title','3070, 002'),(25282,703,'_locations_1_title','field_5683f2aadcba2'),(25283,703,'locations_1_image','589'),(25284,703,'_locations_1_image','field_568439ed8109d'),(25285,703,'locations_1_description','This project was for roadway widening and intersection improvements and affected 23 properties and resulted in the relocation of 2 residents in the Township of Penn, York County.'),(25286,703,'_locations_1_description','field_5683f2b1dcba3'),(25287,703,'locations_2_location','a:3:{s:7:\"address\";s:21:\"39.838832, -77.005747\";s:3:\"lat\";s:10:\"39.8388372\";s:3:\"lng\";s:18:\"-77.00573259999999\";}'),(25288,703,'_locations_2_location','field_5683f288dcba1'),(25289,703,'locations_2_title','0094, 014 and 015'),(25290,703,'_locations_2_title','field_5683f2aadcba2'),(25291,703,'locations_2_image','597'),(25292,703,'_locations_2_image','field_568439ed8109d'),(25293,703,'locations_2_description','This project was for roadway widening and affected 85 properties and resulted in the relocation of 2 residents in the Municipalities of Hanover, Penn, Berwick, & Conewago, York & Adams Counties.'),(25294,703,'_locations_2_description','field_5683f2b1dcba3'),(25295,703,'locations_3_location','a:3:{s:7:\"address\";s:21:\"39.976250, -76.792053\";s:3:\"lat\";s:10:\"39.9762688\";s:3:\"lng\";s:18:\"-76.79204019999997\";}'),(25296,703,'_locations_3_location','field_5683f288dcba1'),(25297,703,'locations_3_title','0074, Section 029'),(25298,703,'_locations_3_title','field_5683f2aadcba2'),(25299,703,'locations_3_image','600'),(25300,703,'_locations_3_image','field_568439ed8109d'),(25301,703,'locations_3_description','This project was for roadway widening and intersection improvements and affected 12 properties and resulted in the relocation of 1 resident and 7 businesses in the Township of West Manchester, York County.'),(25302,703,'_locations_3_description','field_5683f2b1dcba3'),(25303,703,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.054719, -76.305345\";s:3:\"lat\";s:8:\"40.05431\";s:3:\"lng\";s:18:\"-76.30512340000001\";}'),(25304,703,'_locations_4_location','field_5683f288dcba1'),(25305,703,'locations_4_title','0222, 027 Lititz'),(25306,703,'_locations_4_title','field_5683f2aadcba2'),(25307,703,'locations_4_image',''),(25308,703,'_locations_4_image','field_568439ed8109d'),(25309,703,'locations_4_description','This project is for a large bridge replacement and is affecting 24 properties and resulting in the relocation of 2 businesses in the Township of Manheim, Lancaster County.'),(25310,703,'_locations_4_description','field_5683f2b1dcba3'),(25311,703,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.192483, -76.730918\";s:3:\"lat\";s:10:\"40.1928639\";s:3:\"lng\";s:18:\"-76.73070059999998\";}'),(25312,703,'_locations_5_location','field_5683f288dcba1'),(25313,703,'locations_5_title','Middletown Train Station'),(25314,703,'_locations_5_title','field_5683f2aadcba2'),(25315,703,'locations_5_image',''),(25316,703,'_locations_5_image','field_568439ed8109d'),(25317,703,'locations_5_description','This project is for the construction of a new train station and is affecting 4 properties in the Township of Middletown, Dauphin County.'),(25318,703,'_locations_5_description','field_5683f2b1dcba3'),(25319,703,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.445418, -76.556583\";s:3:\"lat\";s:10:\"40.4453524\";s:3:\"lng\";s:18:\"-76.55654629999998\";}'),(25320,703,'_locations_6_location','field_5683f288dcba1'),(25321,703,'locations_6_title','Ft Indiantown Gap – DGS'),(25322,703,'_locations_6_title','field_5683f2aadcba2'),(25323,703,'locations_6_image',''),(25324,703,'_locations_6_image','field_568439ed8109d'),(25325,703,'locations_6_description',''),(25326,703,'_locations_6_description','field_5683f2b1dcba3'),(25327,703,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.209085, -76.307225\";s:3:\"lat\";s:10:\"40.2091181\";s:3:\"lng\";s:18:\"-76.30721140000003\";}'),(25328,703,'_locations_7_location','field_5683f288dcba1'),(25329,703,'locations_7_title','Fish and Boat Commission – Speedwell Lake Flowage Easements'),(25330,703,'_locations_7_title','field_5683f2aadcba2'),(25331,703,'locations_7_image',''),(25332,703,'_locations_7_image','field_568439ed8109d'),(25333,703,'locations_7_description','This project is for flood plain mitigation appraisals and is affecting 31 properties in the Township of Elizabeth, Lancaster County.'),(25334,703,'_locations_7_description','field_5683f2b1dcba3'),(25335,703,'locations_8_location','a:3:{s:7:\"address\";s:21:\"39.763472, -77.727611\";s:3:\"lat\";s:10:\"39.7634712\";s:3:\"lng\";s:11:\"-77.7276253\";}'),(25336,703,'_locations_8_location','field_5683f288dcba1'),(25337,703,'locations_8_title','Antrim Business Park'),(25338,703,'_locations_8_title','field_5683f2aadcba2'),(25339,703,'locations_8_image',''),(25340,703,'_locations_8_image','field_568439ed8109d'),(25341,703,'locations_8_description','This project is for a public/private development and is affecting 7 properties in the Township of Antrim, Franklin County.'),(25342,703,'_locations_8_description','field_5683f2b1dcba3'),(25343,703,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.150057, -77.042804\";s:3:\"lat\";s:10:\"40.1500679\";s:3:\"lng\";s:18:\"-77.04281049999997\";}'),(25344,703,'_locations_9_location','field_5683f288dcba1'),(25345,703,'locations_9_title','State Route 2008, Section 007 – E78659 – Cumberland County, Monroe Twp. – Bridge'),(25346,703,'_locations_9_title','field_5683f2aadcba2'),(25347,703,'locations_9_image','607'),(25348,703,'_locations_9_image','field_568439ed8109d'); INSERT INTO `wp_postmeta` VALUES (25349,703,'locations_9_description','This project was for a small bridge and affected 4 properties in the Township of Monroe, Cumberland County.'),(25350,703,'_locations_9_description','field_5683f2b1dcba3'),(25351,703,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.108692, -76.502083\";s:3:\"lat\";s:8:\"40.10866\";s:3:\"lng\";s:18:\"-76.50206509999998\";}'),(25352,703,'_locations_10_location','field_5683f288dcba1'),(25353,703,'locations_10_title','State Route 0072, Section 005 – E19861 – Lancaster County , Mount Joy Borough – Bridge'),(25354,703,'_locations_10_title','field_5683f2aadcba2'),(25355,703,'locations_10_image',''),(25356,703,'_locations_10_image','field_568439ed8109d'),(25357,703,'locations_10_description','This project is for a small bridge and is affecting 3 properties and Amtrack Coordination in the Borough of Mt. Joy, Lancaster County.'),(25358,703,'_locations_10_description','field_5683f2b1dcba3'),(25359,703,'locations_11_location','a:3:{s:7:\"address\";s:21:\"39.972695, -77.117915\";s:3:\"lat\";s:10:\"39.9726768\";s:3:\"lng\";s:18:\"-77.11795660000001\";}'),(25360,703,'_locations_11_location','field_5683f288dcba1'),(25361,703,'locations_11_title','State Route 1009, Section 003 – E18014 – Adams County – Huntington Twp - Bridge '),(25362,703,'_locations_11_title','field_5683f2aadcba2'),(25363,703,'locations_11_image','612'),(25364,703,'_locations_11_image','field_568439ed8109d'),(25365,703,'locations_11_description','This project was for a small bridge and affected 3 properties in the Township of Huntington, Adams County.'),(25366,703,'_locations_11_description','field_5683f2b1dcba3'),(25367,703,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.540917, -77.145588\";s:3:\"lat\";s:17:\"40.53916419999999\";s:3:\"lng\";s:18:\"-77.14407499999999\";}'),(25368,703,'_locations_12_location','field_5683f288dcba1'),(25369,703,'locations_12_title','State Route 0022, Section 039 – E81272 – Perry County, Greenwood twp.over cocalaumus creek – Bridge'),(25370,703,'_locations_12_title','field_5683f2aadcba2'),(25371,703,'locations_12_image','614'),(25372,703,'_locations_12_image','field_568439ed8109d'),(25373,703,'locations_12_description','This project was for a small bridge and affected 2 properties in the Township of Greenwood, Perry County.'),(25374,703,'_locations_12_description','field_5683f2b1dcba3'),(25375,703,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.499444, -77.146608\";s:3:\"lat\";s:9:\"40.498004\";s:3:\"lng\";s:18:\"-77.14313600000003\";}'),(25376,703,'_locations_13_location','field_5683f288dcba1'),(25377,703,'locations_13_title','State Route 1024, Section 005 – E86911 – Perry County, Oliver Township – Bridge'),(25378,703,'_locations_13_title','field_5683f2aadcba2'),(25379,703,'locations_13_image','616'),(25380,703,'_locations_13_image','field_568439ed8109d'),(25381,703,'locations_13_description','This project was for a small bridge and affected 2 properties in the Township of Oliver, Perry County.'),(25382,703,'_locations_13_description','field_5683f2b1dcba3'),(25383,703,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.376500, -76.572499\";s:3:\"lat\";s:10:\"40.3765013\";s:3:\"lng\";s:18:\"-76.57249790000003\";}'),(25384,703,'_locations_14_location','field_5683f288dcba1'),(25385,703,'locations_14_title','State Route 4014, Section 006 – E20367 – Lebanon County, East Hanover Township – Bridge'),(25386,703,'_locations_14_title','field_5683f2aadcba2'),(25387,703,'locations_14_image','618'),(25388,703,'_locations_14_image','field_568439ed8109d'),(25389,703,'locations_14_description','This project was for a small bridge and affected 5 properties in the Township of East Hanover, Lebanon County.'),(25390,703,'_locations_14_description','field_5683f2b1dcba3'),(25391,703,'locations_15_location','a:3:{s:7:\"address\";s:21:\"39.855494, -76.773304\";s:3:\"lat\";s:10:\"39.8554873\";s:3:\"lng\";s:11:\"-76.7733121\";}'),(25392,703,'_locations_15_location','field_5683f288dcba1'),(25393,703,'locations_15_title','State Route 214, Section 007 – E21168 – York County, Seven Valleys Borough – Bridge'),(25394,703,'_locations_15_title','field_5683f2aadcba2'),(25395,703,'locations_15_image','620'),(25396,703,'_locations_15_image','field_568439ed8109d'),(25397,703,'locations_15_description','This project was for roadway widening and intersection improvements and affected 12 properties and resulted in the relocation of 1 resident and 7 businesses in the Township of West Manchester, York County.'),(25398,703,'_locations_15_description','field_5683f2b1dcba3'),(25399,703,'locations_16_location','a:3:{s:7:\"address\";s:21:\"39.737304, -76.096417\";s:3:\"lat\";s:10:\"39.7372874\";s:3:\"lng\";s:18:\"-76.09645169999999\";}'),(25400,703,'_locations_16_location','field_5683f288dcba1'),(25401,703,'locations_16_title','State Route 2001, Section 009 – E91106 – Lancaster County, Little Britain Township – Bridge'),(25402,703,'_locations_16_title','field_5683f2aadcba2'),(25403,703,'locations_16_image',''),(25404,703,'_locations_16_image','field_568439ed8109d'),(25405,703,'locations_16_description','This project is for intersection improvements and is affecting 3 properties in the Community of Ronks, Lancaster County.'),(25406,703,'_locations_16_description','field_5683f2b1dcba3'),(25407,703,'locations_17_location','a:3:{s:7:\"address\";s:21:\"40.016997, -76.165028\";s:3:\"lat\";s:10:\"40.0169765\";s:3:\"lng\";s:18:\"-76.16503490000002\";}'),(25408,703,'_locations_17_location','field_5683f288dcba1'),(25409,703,'locations_17_title','State Route 0030, Section 097 – E89187 – Lancaster County, East Lampeter Twp. – Intersection Improvement'),(25410,703,'_locations_17_title','field_5683f2aadcba2'),(25411,703,'locations_17_image',''),(25412,703,'_locations_17_image','field_568439ed8109d'),(25413,703,'locations_17_description','This project is for intersection improvements and is affecting 3 properties in the Community of Ronks, Lancaster County.'),(25414,703,'_locations_17_description','field_5683f2b1dcba3'),(25415,703,'locations_18_location','a:3:{s:7:\"address\";s:21:\"40.017000, -76.165028\";s:3:\"lat\";s:10:\"40.0169767\";s:3:\"lng\";s:11:\"-76.1650358\";}'),(25416,703,'_locations_18_location','field_5683f288dcba1'),(25417,703,'locations_18_title','State Route 1018, Section 005 – E87710 – Lancaster County, Warwick Township – Bridge'),(25418,703,'_locations_18_title','field_5683f2aadcba2'),(25419,703,'locations_18_image',''),(25420,703,'_locations_18_image','field_568439ed8109d'),(25421,703,'locations_18_description','This project is for a small bridge and is affecting 3 properties in the Township of Warwick and Borough of Ephrata, Lancaster County.'),(25422,703,'_locations_18_description','field_5683f2b1dcba3'),(25423,703,'locations_19_location','a:3:{s:7:\"address\";s:21:\"40.227889, -76.131528\";s:3:\"lat\";s:10:\"40.2278853\";s:3:\"lng\";s:18:\"-76.13153310000001\";}'),(25424,703,'_locations_19_location','field_5683f288dcba1'),(25425,703,'locations_19_title','State Route 1051, Section 003 – E87710 – Lancaster County, Denver Borough – Bridge'),(25426,703,'_locations_19_title','field_5683f2aadcba2'),(25427,703,'locations_19_image',''),(25428,703,'_locations_19_image','field_568439ed8109d'),(25429,703,'locations_19_description','This project is for a small bridge and is affecting 4 properties in the Township of East Cocalico, Lancaster County.'),(25430,703,'_locations_19_description','field_5683f2b1dcba3'),(25431,703,'locations_20_location','a:3:{s:7:\"address\";s:21:\"39.778195, -76.746944\";s:3:\"lat\";s:10:\"39.7780289\";s:3:\"lng\";s:10:\"-76.745499\";}'),(25432,703,'_locations_20_location','field_5683f288dcba1'),(25433,703,'locations_20_title','State Route 216, Section 014 – E63120 – York County, Shrewsbury Township - Bridge'),(25434,703,'_locations_20_title','field_5683f2aadcba2'),(25435,703,'locations_20_image',''),(25436,703,'_locations_20_image','field_568439ed8109d'),(25437,703,'locations_20_description','This project is for a bridge replacement and is affecting 4 properties in the Townships of Shrewsbury & Codorus, York County.'),(25438,703,'_locations_20_description','field_5683f2b1dcba3'),(25439,703,'locations_21_location','a:3:{s:7:\"address\";s:21:\"40.040445, -76.952057\";s:3:\"lat\";s:10:\"40.0404617\";s:3:\"lng\";s:18:\"-76.95203249999997\";}'),(25440,703,'_locations_21_location','field_5683f288dcba1'),(25441,703,'locations_21_title','State Route 4014, Section 006 – E63120 – York County, Warrington Township – Bridge'),(25442,703,'_locations_21_title','field_5683f2aadcba2'),(25443,703,'locations_21_image',''),(25444,703,'_locations_21_image','field_568439ed8109d'),(25445,703,'locations_21_description','This project is for a bridge replacement and is affecting 4 properties in the Townships of Shrewsbury & Codorus, York County.'),(25446,703,'_locations_21_description','field_5683f2b1dcba3'),(25447,703,'locations_22_location','a:3:{s:7:\"address\";s:21:\"39.876666, -77.320417\";s:3:\"lat\";s:9:\"39.877284\";s:3:\"lng\";s:18:\"-77.32040699999999\";}'),(25448,703,'_locations_22_location','field_5683f288dcba1'),(25449,703,'locations_22_title','State Route 3015, Section 013 – E87674 – Adams County, Franklin Township – Bridge'),(25450,703,'_locations_22_title','field_5683f2aadcba2'),(25451,703,'locations_22_image',''),(25452,703,'_locations_22_image','field_568439ed8109d'),(25453,703,'locations_22_description','This project is for the Fairview Bridge and is affecting 1 property in the Township of Franklin, Adams County.'),(25454,703,'_locations_22_description','field_5683f2b1dcba3'),(25455,703,'locations_23_location','a:3:{s:7:\"address\";s:21:\"40.209921, -76.717524\";s:3:\"lat\";s:9:\"40.209916\";s:3:\"lng\";s:18:\"-76.71713360000001\";}'),(25456,703,'_locations_23_location','field_5683f288dcba1'),(25457,703,'locations_23_title','Swatara Creek Bridge – Middletown, PA – Bridge Replacement'),(25458,703,'_locations_23_title','field_5683f2aadcba2'),(25459,703,'locations_23_image',''),(25460,703,'_locations_23_image','field_568439ed8109d'),(25461,703,'locations_23_description','This project is for a mid-sized bridge replacement and is afecting 3 properties and resulting in the relocation of 19 mobile home residents and 1 business in the Borough of Hummelstown, Dauphin County.'),(25462,703,'_locations_23_description','field_5683f2b1dcba3'),(25463,703,'locations','24'),(25464,703,'_locations','field_5683f253a5dba'),(25465,704,'locations_0_location',''),(25466,704,'_locations_0_location','field_5683f288dcba1'),(25467,704,'locations_0_title',''),(25468,704,'_locations_0_title','field_5683f2aadcba2'),(25469,704,'locations_0_image',''),(25470,704,'_locations_0_image','field_568439ed8109d'),(25471,704,'locations_0_description',''),(25472,704,'_locations_0_description','field_5683f2b1dcba3'),(25473,704,'locations','1'),(25474,704,'_locations','field_5683f253a5dba'),(25475,705,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.055971, -79.131603\";s:3:\"lat\";s:9:\"40.044854\";s:3:\"lng\";s:18:\"-79.12035800000001\";}'),(25476,705,'_locations_0_location','field_5683f288dcba1'),(25477,705,'locations_0_title',''),(25478,705,'_locations_0_title','field_5683f2aadcba2'),(25479,705,'locations_0_image',''),(25480,705,'_locations_0_image','field_568439ed8109d'),(25481,705,'locations_0_description',''),(25482,705,'_locations_0_description','field_5683f2b1dcba3'),(25483,705,'locations','1'),(25484,705,'_locations','field_5683f253a5dba'),(25485,706,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.055971, -79.131603\";s:3:\"lat\";s:9:\"40.044854\";s:3:\"lng\";s:18:\"-79.12035800000001\";}'),(25486,706,'_locations_0_location','field_5683f288dcba1'),(25487,706,'locations_0_title','MP 99-109 – Ends in Somerset PA – Highway Widening'),(25488,706,'_locations_0_title','field_5683f2aadcba2'),(25489,706,'locations_0_image',''),(25490,706,'_locations_0_image','field_568439ed8109d'),(25491,706,'locations_0_description','This project is for mainline reconstruction and bridge replacements and is affecting 37 properties in the Townships of Jefferson and Somerset, Somerset County.'),(25492,706,'_locations_0_description','field_5683f2b1dcba3'),(25493,706,'locations','1'),(25494,706,'_locations','field_5683f253a5dba'),(25495,708,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.452362, -79.144025\";s:3:\"lat\";s:10:\"40.4523774\";s:3:\"lng\";s:18:\"-79.14402769999998\";}'),(25496,708,'_locations_0_location','field_5683f288dcba1'),(25497,708,'locations_0_title','State Route 0022, Section 491 – Blairsville, PA – Roadway Widening'),(25498,708,'_locations_0_title','field_5683f2aadcba2'),(25499,708,'locations_0_image','629'),(25500,708,'_locations_0_image','field_568439ed8109d'),(25501,708,'locations_0_description','This project was for a widening and realignment and affected 25 properties and resulted in the relocation of 1 resident and a cell tower in the Township of Wheatland, Indiana County.'),(25502,708,'_locations_0_description','field_5683f2b1dcba3'),(25503,708,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.037445, -80.029859\";s:3:\"lat\";s:9:\"41.037619\";s:3:\"lng\";s:10:\"-80.029381\";}'),(25504,708,'_locations_1_location','field_5683f288dcba1'),(25505,708,'locations_1_title','State Route 0173, Section 250 – Dougherty’s Mills – Slippery Rock'),(25506,708,'_locations_1_title','field_5683f2aadcba2'),(25507,708,'locations_1_image','631'),(25508,708,'_locations_1_image','field_568439ed8109d'),(25509,708,'locations_1_description','This project was for a bridge replacement and affected 7 properties in the Township of Slippery Rock, Butler County.'),(25510,708,'_locations_1_description','field_5683f2b1dcba3'),(25511,708,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.811030, -80.116499\";s:3:\"lat\";s:10:\"40.8110483\";s:3:\"lng\";s:18:\"-80.11649829999999\";}'),(25512,708,'_locations_2_location','field_5683f288dcba1'),(25513,708,'locations_2_title','State Route 0079, Section 320 – Seneca Ramps'),(25514,708,'_locations_2_title','field_5683f2aadcba2'),(25515,708,'locations_2_image','633'),(25516,708,'_locations_2_image','field_568439ed8109d'),(25517,708,'locations_2_description','This project was for the construction of a missing ramp and affected 30 properties and resulted in the relocation of 6 residents in the Township of Jackson, Butler County.'),(25518,708,'_locations_2_description','field_5683f2b1dcba3'),(25519,708,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.051999, -78.817835\";s:3:\"lat\";s:10:\"41.0520149\";s:3:\"lng\";s:11:\"-78.8178355\";}'),(25520,708,'_locations_3_location','field_5683f288dcba1'),(25521,708,'locations_3_title','State Route 0119 over sugar camp – Sykesville '),(25522,708,'_locations_3_title','field_5683f2aadcba2'),(25523,708,'locations_3_image',''),(25524,708,'_locations_3_image','field_568439ed8109d'),(25525,708,'locations_3_description','This project is for a small bridge replacement and is affecting 10 properties in the Borough of Sykesville, Jefferson County.'),(25526,708,'_locations_3_description','field_5683f2b1dcba3'),(25527,708,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.685219, -80.097305\";s:3:\"lat\";s:10:\"40.6852306\";s:3:\"lng\";s:11:\"-80.0974597\";}'),(25528,708,'_locations_4_location','field_5683f288dcba1'),(25529,708,'locations_4_title','State Route 0079, Section 298'),(25530,708,'_locations_4_title','field_5683f2aadcba2'),(25531,708,'locations_4_image','636'),(25532,708,'_locations_4_image','field_568439ed8109d'),(25533,708,'locations_4_description','This project is for a new interchange/ramp installation and is affecting 10 properties and resulting in the relocation of 1 business and 6 residents in the Township of Cranberry, Butler County.'),(25534,708,'_locations_4_description','field_5683f2b1dcba3'),(25535,708,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.987139, -79.632944\";s:3:\"lat\";s:17:\"40.98713619999999\";s:3:\"lng\";s:18:\"-79.63294350000001\";}'),(25536,708,'_locations_5_location','field_5683f288dcba1'),(25537,708,'locations_5_title','State Route 0068, Section 154 – Brady’s Bend PA – Bridge Replacement'),(25538,708,'_locations_5_title','field_5683f2aadcba2'),(25539,708,'locations_5_image',''),(25540,708,'_locations_5_image','field_568439ed8109d'),(25541,708,'locations_5_description','This project is for a small bridge replacement and is affecting 6 properties in the Township of Bradys Bend, Armstrong County.'),(25542,708,'_locations_5_description','field_5683f2b1dcba3'),(25543,708,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.988028, -79.631225\";s:3:\"lat\";s:17:\"40.98803669999999\";s:3:\"lng\";s:18:\"-79.63124240000002\";}'),(25544,708,'_locations_6_location','field_5683f288dcba1'),(25545,708,'locations_6_title','State Route 0068, Section 155 – Brady’s Bend PA – Bridge Replacement'),(25546,708,'_locations_6_title','field_5683f2aadcba2'),(25547,708,'locations_6_image',''),(25548,708,'_locations_6_image','field_568439ed8109d'),(25549,708,'locations_6_description','This project is for a small bridge replacement and is affecting 3 properties in the Township of Brady\'s Bend, Armstrong County.'),(25550,708,'_locations_6_description','field_5683f2b1dcba3'),(25551,708,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.993055, -79.630081\";s:3:\"lat\";s:10:\"40.9930516\";s:3:\"lng\";s:11:\"-79.6300981\";}'),(25552,708,'_locations_7_location','field_5683f288dcba1'),(25553,708,'locations_7_title','State Route 0068, Section 156 – Brady’s Bend PA – Bridge Replacement'),(25554,708,'_locations_7_title','field_5683f2aadcba2'),(25555,708,'locations_7_image',''),(25556,708,'_locations_7_image','field_568439ed8109d'),(25557,708,'locations_7_description','This project is for a small bridge replacement and affecting 2 properties in the Township of Brady\'s Bend, Armstrong County.'),(25558,708,'_locations_7_description','field_5683f2b1dcba3'),(25559,708,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.998886, -79.626556\";s:3:\"lat\";s:10:\"40.9988782\";s:3:\"lng\";s:18:\"-79.62654909999998\";}'),(25560,708,'_locations_8_location','field_5683f288dcba1'),(25561,708,'locations_8_title','State Route 0068, Section 157 – Brady’s Bend PA – Bridge Replacement'),(25562,708,'_locations_8_title','field_5683f2aadcba2'),(25563,708,'locations_8_image',''),(25564,708,'_locations_8_image','field_568439ed8109d'),(25565,708,'locations_8_description','This project is for a small bridge replacement and is affecting 5 properties in the Township of Brady\'s Bend, Armstrong County.'),(25566,708,'_locations_8_description','field_5683f2b1dcba3'),(25567,708,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.999279, -79.624335\";s:3:\"lat\";s:9:\"40.999587\";s:3:\"lng\";s:18:\"-79.62419899999998\";}'),(25568,708,'_locations_9_location','field_5683f288dcba1'),(25569,708,'locations_9_title','State Route 0068, Section 158 – Brady’s Bend PA – Bridge Replacement'),(25570,708,'_locations_9_title','field_5683f2aadcba2'),(25571,708,'locations_9_image',''),(25572,708,'_locations_9_image','field_568439ed8109d'),(25573,708,'locations_9_description','This project is for a small bridge replacement and is affecting 5 properties in the Township of Brady\'s Bend, Armstrong County.'),(25574,708,'_locations_9_description','field_5683f2b1dcba3'),(25575,708,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.923082, -79.463251\";s:3:\"lat\";s:17:\"40.92667180000001\";s:3:\"lng\";s:18:\"-79.46245149999999\";}'),(25576,708,'_locations_10_location','field_5683f288dcba1'),(25577,708,'locations_10_title','South Mahoning Slide, Templeton PA – Landslide'),(25578,708,'_locations_10_title','field_5683f2aadcba2'),(25579,708,'locations_10_image','644'),(25580,708,'_locations_10_image','field_568439ed8109d'),(25581,708,'locations_10_description','This project was for an emergency landslide mitigation project that affected 15 properties in the Borough of Templeton, Armstrong County.'),(25582,708,'_locations_10_description','field_5683f2b1dcba3'),(25583,708,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.796700, -79.173410\";s:3:\"lat\";s:9:\"40.796301\";s:3:\"lng\";s:18:\"-79.17366400000003\";}'),(25584,708,'_locations_11_location','field_5683f288dcba1'),(25585,708,'locations_11_title','State Route 0085, Section 450 Plumville Bridge 1'),(25586,708,'_locations_11_title','field_5683f2aadcba2'),(25587,708,'locations_11_image',''),(25588,708,'_locations_11_image','field_568439ed8109d'),(25589,708,'locations_11_description','This project is for a bridge and is affecting 9 properties and resulting in the relocation of 1 business and 1 resident in the Borough of Plumville, Indiana County.'),(25590,708,'_locations_11_description','field_5683f2b1dcba3'),(25591,708,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.796698, -79.173416\";s:3:\"lat\";s:9:\"40.796301\";s:3:\"lng\";s:18:\"-79.17366400000003\";}'),(25592,708,'_locations_12_location','field_5683f288dcba1'),(25593,708,'locations_12_title','State Route 0085, Section 450 Plumville Bridge 1'),(25594,708,'_locations_12_title','field_5683f2aadcba2'),(25595,708,'locations_12_image',''),(25596,708,'_locations_12_image','field_568439ed8109d'),(25597,708,'locations_12_description','This project is for a bridge and is affecting 9 properties and resulting in the relocation of 1 business and 1 resident in the Borough of Plumville, Indiana County.'),(25598,708,'_locations_12_description','field_5683f2b1dcba3'),(25599,708,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.526697, -79.059171\";s:3:\"lat\";s:10:\"40.5266932\";s:3:\"lng\";s:18:\"-79.05917820000002\";}'),(25600,708,'_locations_13_location','field_5683f288dcba1'),(25601,708,'locations_13_title','State Route 0056, Section 457 Brush Valley Bridge 3'),(25602,708,'_locations_13_title','field_5683f2aadcba2'),(25603,708,'locations_13_image',''),(25604,708,'_locations_13_image','field_568439ed8109d'),(25605,708,'locations_13_description','This project is for a bridge replacement and is affecting 6 properties resulting in the relocation of 2 residents in the Township of Brush Valley, Indiana County.'),(25606,708,'_locations_13_description','field_5683f2b1dcba3'),(25607,708,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.809574, -80.129537\";s:3:\"lat\";s:9:\"40.810026\";s:3:\"lng\";s:11:\"-80.1307999\";}'),(25608,708,'_locations_14_location','field_5683f288dcba1'),(25609,708,'locations_14_title','Fanker Road – Jackson Twp – Bridge Replacement'),(25610,708,'_locations_14_title','field_5683f2aadcba2'),(25611,708,'locations_14_image',''),(25612,708,'_locations_14_image','field_568439ed8109d'),(25613,708,'locations_14_description',''),(25614,708,'_locations_14_description','field_5683f2b1dcba3'),(25615,708,'locations_15_location','a:3:{s:7:\"address\";s:21:\"40.761054, -80.114860\";s:3:\"lat\";s:9:\"40.761057\";s:3:\"lng\";s:18:\"-80.11481930000002\";}'),(25616,708,'_locations_15_location','field_5683f288dcba1'),(25617,708,'locations_15_title','Joe Deener Road – Jackson Twp – Intersection Improvement'),(25618,708,'_locations_15_title','field_5683f2aadcba2'),(25619,708,'locations_15_image',''),(25620,708,'_locations_15_image','field_568439ed8109d'),(25621,708,'locations_15_description',''),(25622,708,'_locations_15_description','field_5683f2b1dcba3'),(25623,708,'locations_16_location','a:3:{s:7:\"address\";s:21:\"40.590450, -79.888763\";s:3:\"lat\";s:10:\"40.5943712\";s:3:\"lng\";s:18:\"-79.89597279999998\";}'),(25624,708,'_locations_16_location','field_5683f288dcba1'),(25625,708,'locations_16_title','MP 40-48 – Hampton Township – Highway Widening'),(25626,708,'_locations_16_title','field_5683f2aadcba2'),(25627,708,'locations_16_image',''),(25628,708,'_locations_16_image','field_568439ed8109d'),(25629,708,'locations_16_description',''),(25630,708,'_locations_16_description','field_5683f2b1dcba3'),(25631,708,'locations','17'),(25632,708,'_locations','field_5683f253a5dba'),(25641,709,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(25642,709,'_locations_0_location','field_5683f288dcba1'),(25643,709,'locations_0_title','SR0028, All sections'),(25644,709,'_locations_0_title','field_5683f2aadcba2'),(25645,709,'locations_0_image',''),(25646,709,'_locations_0_image','field_568439ed8109d'),(25647,709,'locations_0_description',''),(25648,709,'_locations_0_description','field_5683f2b1dcba3'),(25649,709,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(25650,709,'_locations_1_location','field_5683f288dcba1'),(25651,709,'locations_1_title','286, A09 – Golden Mile'),(25652,709,'_locations_1_title','field_5683f2aadcba2'),(25653,709,'locations_1_image',''),(25654,709,'_locations_1_image','field_568439ed8109d'),(25655,709,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(25656,709,'_locations_1_description','field_5683f2b1dcba3'),(25657,709,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(25658,709,'_locations_2_location','field_5683f288dcba1'),(25659,709,'locations_2_title','2040, A18 – Curry Hollow'),(25660,709,'_locations_2_title','field_5683f2aadcba2'),(25661,709,'locations_2_image',''),(25662,709,'_locations_2_image','field_568439ed8109d'),(25663,709,'locations_2_description',''),(25664,709,'_locations_2_description','field_5683f2b1dcba3'),(25665,709,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(25666,709,'_locations_3_location','field_5683f288dcba1'),(25667,709,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(25668,709,'_locations_3_title','field_5683f2aadcba2'),(25669,709,'locations_3_image',''),(25670,709,'_locations_3_image','field_568439ed8109d'),(25671,709,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(25672,709,'_locations_3_description','field_5683f2b1dcba3'),(25673,709,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(25674,709,'_locations_4_location','field_5683f288dcba1'),(25675,709,'locations_4_title','Duncan Avenue – Hampton Twp.'),(25676,709,'_locations_4_title','field_5683f2aadcba2'),(25677,709,'locations_4_image',''),(25678,709,'_locations_4_image','field_568439ed8109d'),(25679,709,'locations_4_description',''),(25680,709,'_locations_4_description','field_5683f2b1dcba3'),(25681,709,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(25682,709,'_locations_5_location','field_5683f288dcba1'),(25683,709,'locations_5_title','Pine Creek Road – McCandless'),(25684,709,'_locations_5_title','field_5683f2aadcba2'),(25685,709,'locations_5_image',''),(25686,709,'_locations_5_image','field_568439ed8109d'),(25687,709,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(25688,709,'_locations_5_description','field_5683f2b1dcba3'),(25689,709,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(25690,709,'_locations_6_location','field_5683f288dcba1'),(25691,709,'locations_6_title','Brewhouse – Trek Development'),(25692,709,'_locations_6_title','field_5683f2aadcba2'),(25693,709,'locations_6_image',''),(25694,709,'_locations_6_image','field_568439ed8109d'),(25695,709,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(25696,709,'_locations_6_description','field_5683f2b1dcba3'),(25697,709,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(25698,709,'_locations_7_location','field_5683f288dcba1'),(25699,709,'locations_7_title','Ewalt Road – Richland Twp.'),(25700,709,'_locations_7_title','field_5683f2aadcba2'),(25701,709,'locations_7_image',''),(25702,709,'_locations_7_image','field_568439ed8109d'),(25703,709,'locations_7_description',''),(25704,709,'_locations_7_description','field_5683f2b1dcba3'),(25705,709,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.625521, -79.941837\";s:3:\"lat\";s:10:\"40.6255198\";s:3:\"lng\";s:10:\"-79.941822\";}'),(25706,709,'_locations_8_location','field_5683f288dcba1'),(25707,709,'locations_8_title','Ewalt Road – Richland Twp.'),(25708,709,'_locations_8_title','field_5683f2aadcba2'),(25709,709,'locations_8_image',''),(25710,709,'_locations_8_image','field_568439ed8109d'),(25711,709,'locations_8_description',''),(25712,709,'_locations_8_description','field_5683f2b1dcba3'),(25713,709,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(25714,709,'_locations_9_location','field_5683f288dcba1'),(25715,709,'locations_9_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(25716,709,'_locations_9_title','field_5683f2aadcba2'),(25717,709,'locations_9_image',''),(25718,709,'_locations_9_image','field_568439ed8109d'),(25719,709,'locations_9_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(25720,709,'_locations_9_description','field_5683f2b1dcba3'),(25721,709,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.425708, -79.805807\";s:3:\"lat\";s:10:\"40.4256461\";s:3:\"lng\";s:18:\"-79.80576589999998\";}'),(25722,709,'_locations_10_location','field_5683f288dcba1'),(25723,709,'locations_10_title','State Route 2065, Section A07'),(25724,709,'_locations_10_title','field_5683f2aadcba2'),(25725,709,'locations_10_image',''),(25726,709,'_locations_10_image','field_568439ed8109d'),(25727,709,'locations_10_description',''),(25728,709,'_locations_10_description','field_5683f2b1dcba3'),(25729,709,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.354856, -80.118393\";s:3:\"lat\";s:10:\"40.3527492\";s:3:\"lng\";s:18:\"-80.11776529999997\";}'),(25730,709,'_locations_11_location','field_5683f288dcba1'),(25731,709,'locations_11_title','Southern Beltway Section C – New Roadway Construction'),(25732,709,'_locations_11_title','field_5683f2aadcba2'),(25733,709,'locations_11_image',''),(25734,709,'_locations_11_image','field_568439ed8109d'),(25735,709,'locations_11_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 18 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(25736,709,'_locations_11_description','field_5683f2b1dcba3'),(25737,709,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.509371, -80.256419\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(25738,709,'_locations_12_location','field_5683f288dcba1'),(25739,709,'locations_12_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(25740,709,'_locations_12_title','field_5683f2aadcba2'),(25741,709,'locations_12_image','671'),(25742,709,'_locations_12_image','field_568439ed8109d'),(25743,709,'locations_12_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(25744,709,'_locations_12_description','field_5683f2b1dcba3'),(25745,709,'locations_13_location',''),(25746,709,'_locations_13_location','field_5683f288dcba1'),(25747,709,'locations_13_title',''),(25748,709,'_locations_13_title','field_5683f2aadcba2'),(25749,709,'locations_13_image',''),(25750,709,'_locations_13_image','field_568439ed8109d'),(25751,709,'locations_13_description',''),(25752,709,'_locations_13_description','field_5683f2b1dcba3'),(25753,709,'locations','14'),(25754,709,'_locations','field_5683f253a5dba'),(25755,347,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.392019, -80.077682\";s:3:\"lat\";s:17:\"40.39202119999999\";s:3:\"lng\";s:18:\"-80.07767890000002\";}'),(25756,347,'_locations_13_location','field_5683f288dcba1'),(25757,347,'locations_13_title','Georges Run Bridge No. 1, Carnegie PA – Bridge'),(25758,347,'_locations_13_title','field_5683f2aadcba2'),(25759,347,'locations_13_image',''),(25760,347,'_locations_13_image','field_568439ed8109d'),(25761,347,'locations_13_description','This project is for a small bridge replacement and is affecting 4 properties in the Township of Scott, Allegheny County.'),(25762,347,'_locations_13_description','field_5683f2b1dcba3'),(25763,710,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(25764,710,'_locations_0_location','field_5683f288dcba1'),(25765,710,'locations_0_title','SR0028, All sections'),(25766,710,'_locations_0_title','field_5683f2aadcba2'),(25767,710,'locations_0_image',''),(25768,710,'_locations_0_image','field_568439ed8109d'),(25769,710,'locations_0_description',''),(25770,710,'_locations_0_description','field_5683f2b1dcba3'),(25771,710,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(25772,710,'_locations_1_location','field_5683f288dcba1'),(25773,710,'locations_1_title','286, A09 – Golden Mile'),(25774,710,'_locations_1_title','field_5683f2aadcba2'),(25775,710,'locations_1_image',''),(25776,710,'_locations_1_image','field_568439ed8109d'),(25777,710,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(25778,710,'_locations_1_description','field_5683f2b1dcba3'),(25779,710,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(25780,710,'_locations_2_location','field_5683f288dcba1'),(25781,710,'locations_2_title','2040, A18 – Curry Hollow'),(25782,710,'_locations_2_title','field_5683f2aadcba2'),(25783,710,'locations_2_image',''),(25784,710,'_locations_2_image','field_568439ed8109d'),(25785,710,'locations_2_description',''),(25786,710,'_locations_2_description','field_5683f2b1dcba3'),(25787,710,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(25788,710,'_locations_3_location','field_5683f288dcba1'),(25789,710,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(25790,710,'_locations_3_title','field_5683f2aadcba2'),(25791,710,'locations_3_image',''),(25792,710,'_locations_3_image','field_568439ed8109d'),(25793,710,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(25794,710,'_locations_3_description','field_5683f2b1dcba3'),(25795,710,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(25796,710,'_locations_4_location','field_5683f288dcba1'),(25797,710,'locations_4_title','Duncan Avenue – Hampton Twp.'),(25798,710,'_locations_4_title','field_5683f2aadcba2'),(25799,710,'locations_4_image',''),(25800,710,'_locations_4_image','field_568439ed8109d'),(25801,710,'locations_4_description',''),(25802,710,'_locations_4_description','field_5683f2b1dcba3'),(25803,710,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(25804,710,'_locations_5_location','field_5683f288dcba1'),(25805,710,'locations_5_title','Pine Creek Road – McCandless'),(25806,710,'_locations_5_title','field_5683f2aadcba2'),(25807,710,'locations_5_image',''),(25808,710,'_locations_5_image','field_568439ed8109d'),(25809,710,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(25810,710,'_locations_5_description','field_5683f2b1dcba3'),(25811,710,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(25812,710,'_locations_6_location','field_5683f288dcba1'),(25813,710,'locations_6_title','Brewhouse – Trek Development'),(25814,710,'_locations_6_title','field_5683f2aadcba2'),(25815,710,'locations_6_image',''),(25816,710,'_locations_6_image','field_568439ed8109d'),(25817,710,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(25818,710,'_locations_6_description','field_5683f2b1dcba3'),(25819,710,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(25820,710,'_locations_7_location','field_5683f288dcba1'),(25821,710,'locations_7_title','Ewalt Road – Richland Twp.'),(25822,710,'_locations_7_title','field_5683f2aadcba2'),(25823,710,'locations_7_image',''),(25824,710,'_locations_7_image','field_568439ed8109d'),(25825,710,'locations_7_description',''),(25826,710,'_locations_7_description','field_5683f2b1dcba3'),(25827,710,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.625521, -79.941837\";s:3:\"lat\";s:10:\"40.6255198\";s:3:\"lng\";s:10:\"-79.941822\";}'),(25828,710,'_locations_8_location','field_5683f288dcba1'),(25829,710,'locations_8_title','Ewalt Road – Richland Twp.'),(25830,710,'_locations_8_title','field_5683f2aadcba2'),(25831,710,'locations_8_image',''),(25832,710,'_locations_8_image','field_568439ed8109d'),(25833,710,'locations_8_description',''),(25834,710,'_locations_8_description','field_5683f2b1dcba3'),(25835,710,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(25836,710,'_locations_9_location','field_5683f288dcba1'),(25837,710,'locations_9_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(25838,710,'_locations_9_title','field_5683f2aadcba2'),(25839,710,'locations_9_image',''),(25840,710,'_locations_9_image','field_568439ed8109d'),(25841,710,'locations_9_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(25842,710,'_locations_9_description','field_5683f2b1dcba3'),(25843,710,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.425708, -79.805807\";s:3:\"lat\";s:10:\"40.4256461\";s:3:\"lng\";s:18:\"-79.80576589999998\";}'),(25844,710,'_locations_10_location','field_5683f288dcba1'),(25845,710,'locations_10_title','State Route 2065, Section A07'),(25846,710,'_locations_10_title','field_5683f2aadcba2'),(25847,710,'locations_10_image',''),(25848,710,'_locations_10_image','field_568439ed8109d'),(25849,710,'locations_10_description',''),(25850,710,'_locations_10_description','field_5683f2b1dcba3'),(25851,710,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.354856, -80.118393\";s:3:\"lat\";s:10:\"40.3527492\";s:3:\"lng\";s:18:\"-80.11776529999997\";}'),(25852,710,'_locations_11_location','field_5683f288dcba1'),(25853,710,'locations_11_title','Southern Beltway Section C – New Roadway Construction'),(25854,710,'_locations_11_title','field_5683f2aadcba2'),(25855,710,'locations_11_image',''),(25856,710,'_locations_11_image','field_568439ed8109d'),(25857,710,'locations_11_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 18 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(25858,710,'_locations_11_description','field_5683f2b1dcba3'),(25859,710,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.509371, -80.256419\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(25860,710,'_locations_12_location','field_5683f288dcba1'),(25861,710,'locations_12_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(25862,710,'_locations_12_title','field_5683f2aadcba2'),(25863,710,'locations_12_image','671'),(25864,710,'_locations_12_image','field_568439ed8109d'),(25865,710,'locations_12_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(25866,710,'_locations_12_description','field_5683f2b1dcba3'),(25867,710,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.590450, -79.888763\";s:3:\"lat\";s:10:\"40.5943712\";s:3:\"lng\";s:18:\"-79.89597279999998\";}'),(25868,710,'_locations_13_location','field_5683f288dcba1'),(25869,710,'locations_13_title',''),(25870,710,'_locations_13_title','field_5683f2aadcba2'),(25871,710,'locations_13_image',''),(25872,710,'_locations_13_image','field_568439ed8109d'),(25873,710,'locations_13_description',''),(25874,710,'_locations_13_description','field_5683f2b1dcba3'),(25875,710,'locations','14'),(25876,710,'_locations','field_5683f253a5dba'),(25877,711,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(25878,711,'_locations_0_location','field_5683f288dcba1'),(25879,711,'locations_0_title','SR0028, All sections'),(25880,711,'_locations_0_title','field_5683f2aadcba2'),(25881,711,'locations_0_image',''),(25882,711,'_locations_0_image','field_568439ed8109d'),(25883,711,'locations_0_description',''),(25884,711,'_locations_0_description','field_5683f2b1dcba3'),(25885,711,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(25886,711,'_locations_1_location','field_5683f288dcba1'),(25887,711,'locations_1_title','286, A09 – Golden Mile'),(25888,711,'_locations_1_title','field_5683f2aadcba2'),(25889,711,'locations_1_image',''),(25890,711,'_locations_1_image','field_568439ed8109d'),(25891,711,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(25892,711,'_locations_1_description','field_5683f2b1dcba3'),(25893,711,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(25894,711,'_locations_2_location','field_5683f288dcba1'),(25895,711,'locations_2_title','2040, A18 – Curry Hollow'),(25896,711,'_locations_2_title','field_5683f2aadcba2'),(25897,711,'locations_2_image',''),(25898,711,'_locations_2_image','field_568439ed8109d'),(25899,711,'locations_2_description',''),(25900,711,'_locations_2_description','field_5683f2b1dcba3'),(25901,711,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(25902,711,'_locations_3_location','field_5683f288dcba1'),(25903,711,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(25904,711,'_locations_3_title','field_5683f2aadcba2'),(25905,711,'locations_3_image',''),(25906,711,'_locations_3_image','field_568439ed8109d'),(25907,711,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(25908,711,'_locations_3_description','field_5683f2b1dcba3'),(25909,711,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(25910,711,'_locations_4_location','field_5683f288dcba1'),(25911,711,'locations_4_title','Duncan Avenue – Hampton Twp.'),(25912,711,'_locations_4_title','field_5683f2aadcba2'),(25913,711,'locations_4_image',''),(25914,711,'_locations_4_image','field_568439ed8109d'),(25915,711,'locations_4_description',''),(25916,711,'_locations_4_description','field_5683f2b1dcba3'),(25917,711,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(25918,711,'_locations_5_location','field_5683f288dcba1'),(25919,711,'locations_5_title','Pine Creek Road – McCandless'),(25920,711,'_locations_5_title','field_5683f2aadcba2'),(25921,711,'locations_5_image',''),(25922,711,'_locations_5_image','field_568439ed8109d'),(25923,711,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(25924,711,'_locations_5_description','field_5683f2b1dcba3'),(25925,711,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(25926,711,'_locations_6_location','field_5683f288dcba1'),(25927,711,'locations_6_title','Brewhouse – Trek Development'),(25928,711,'_locations_6_title','field_5683f2aadcba2'),(25929,711,'locations_6_image',''),(25930,711,'_locations_6_image','field_568439ed8109d'),(25931,711,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(25932,711,'_locations_6_description','field_5683f2b1dcba3'),(25933,711,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(25934,711,'_locations_7_location','field_5683f288dcba1'),(25935,711,'locations_7_title','Ewalt Road – Richland Twp.'),(25936,711,'_locations_7_title','field_5683f2aadcba2'),(25937,711,'locations_7_image',''),(25938,711,'_locations_7_image','field_568439ed8109d'),(25939,711,'locations_7_description',''),(25940,711,'_locations_7_description','field_5683f2b1dcba3'),(25941,711,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.625521, -79.941837\";s:3:\"lat\";s:10:\"40.6255198\";s:3:\"lng\";s:10:\"-79.941822\";}'),(25942,711,'_locations_8_location','field_5683f288dcba1'),(25943,711,'locations_8_title','Ewalt Road – Richland Twp.'),(25944,711,'_locations_8_title','field_5683f2aadcba2'),(25945,711,'locations_8_image',''),(25946,711,'_locations_8_image','field_568439ed8109d'),(25947,711,'locations_8_description',''),(25948,711,'_locations_8_description','field_5683f2b1dcba3'),(25949,711,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(25950,711,'_locations_9_location','field_5683f288dcba1'),(25951,711,'locations_9_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(25952,711,'_locations_9_title','field_5683f2aadcba2'),(25953,711,'locations_9_image',''),(25954,711,'_locations_9_image','field_568439ed8109d'),(25955,711,'locations_9_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(25956,711,'_locations_9_description','field_5683f2b1dcba3'),(25957,711,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.425708, -79.805807\";s:3:\"lat\";s:10:\"40.4256461\";s:3:\"lng\";s:18:\"-79.80576589999998\";}'),(25958,711,'_locations_10_location','field_5683f288dcba1'),(25959,711,'locations_10_title','State Route 2065, Section A07'),(25960,711,'_locations_10_title','field_5683f2aadcba2'),(25961,711,'locations_10_image',''),(25962,711,'_locations_10_image','field_568439ed8109d'),(25963,711,'locations_10_description',''),(25964,711,'_locations_10_description','field_5683f2b1dcba3'),(25965,711,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.354856, -80.118393\";s:3:\"lat\";s:10:\"40.3527492\";s:3:\"lng\";s:18:\"-80.11776529999997\";}'),(25966,711,'_locations_11_location','field_5683f288dcba1'),(25967,711,'locations_11_title','Southern Beltway Section C – New Roadway Construction'),(25968,711,'_locations_11_title','field_5683f2aadcba2'),(25969,711,'locations_11_image',''),(25970,711,'_locations_11_image','field_568439ed8109d'),(25971,711,'locations_11_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 18 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(25972,711,'_locations_11_description','field_5683f2b1dcba3'),(25973,711,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.509371, -80.256419\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(25974,711,'_locations_12_location','field_5683f288dcba1'),(25975,711,'locations_12_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(25976,711,'_locations_12_title','field_5683f2aadcba2'),(25977,711,'locations_12_image','671'),(25978,711,'_locations_12_image','field_568439ed8109d'),(25979,711,'locations_12_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(25980,711,'_locations_12_description','field_5683f2b1dcba3'),(25981,711,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.590450, -79.888763\";s:3:\"lat\";s:10:\"40.5943712\";s:3:\"lng\";s:18:\"-79.89597279999998\";}'),(25982,711,'_locations_13_location','field_5683f288dcba1'),(25983,711,'locations_13_title','MP 40-48 – Hampton Township – Highway Widening'),(25984,711,'_locations_13_title','field_5683f2aadcba2'),(25985,711,'locations_13_image',''),(25986,711,'_locations_13_image','field_568439ed8109d'),(25987,711,'locations_13_description',''),(25988,711,'_locations_13_description','field_5683f2b1dcba3'),(25989,711,'locations','14'),(25990,711,'_locations','field_5683f253a5dba'),(25991,712,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(25992,712,'_locations_0_location','field_5683f288dcba1'),(25993,712,'locations_0_title','SR0028, All sections'),(25994,712,'_locations_0_title','field_5683f2aadcba2'),(25995,712,'locations_0_image',''),(25996,712,'_locations_0_image','field_568439ed8109d'),(25997,712,'locations_0_description',''),(25998,712,'_locations_0_description','field_5683f2b1dcba3'),(25999,712,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(26000,712,'_locations_1_location','field_5683f288dcba1'),(26001,712,'locations_1_title','286, A09 – Golden Mile'),(26002,712,'_locations_1_title','field_5683f2aadcba2'),(26003,712,'locations_1_image',''),(26004,712,'_locations_1_image','field_568439ed8109d'),(26005,712,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(26006,712,'_locations_1_description','field_5683f2b1dcba3'),(26007,712,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(26008,712,'_locations_2_location','field_5683f288dcba1'),(26009,712,'locations_2_title','2040, A18 – Curry Hollow'),(26010,712,'_locations_2_title','field_5683f2aadcba2'),(26011,712,'locations_2_image',''),(26012,712,'_locations_2_image','field_568439ed8109d'),(26013,712,'locations_2_description',''),(26014,712,'_locations_2_description','field_5683f2b1dcba3'),(26015,712,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(26016,712,'_locations_3_location','field_5683f288dcba1'),(26017,712,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(26018,712,'_locations_3_title','field_5683f2aadcba2'),(26019,712,'locations_3_image',''),(26020,712,'_locations_3_image','field_568439ed8109d'),(26021,712,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(26022,712,'_locations_3_description','field_5683f2b1dcba3'),(26023,712,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(26024,712,'_locations_4_location','field_5683f288dcba1'),(26025,712,'locations_4_title','Duncan Avenue – Hampton Twp.'),(26026,712,'_locations_4_title','field_5683f2aadcba2'),(26027,712,'locations_4_image',''),(26028,712,'_locations_4_image','field_568439ed8109d'),(26029,712,'locations_4_description',''),(26030,712,'_locations_4_description','field_5683f2b1dcba3'),(26031,712,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(26032,712,'_locations_5_location','field_5683f288dcba1'),(26033,712,'locations_5_title','Pine Creek Road – McCandless'),(26034,712,'_locations_5_title','field_5683f2aadcba2'),(26035,712,'locations_5_image',''),(26036,712,'_locations_5_image','field_568439ed8109d'),(26037,712,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(26038,712,'_locations_5_description','field_5683f2b1dcba3'),(26039,712,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(26040,712,'_locations_6_location','field_5683f288dcba1'),(26041,712,'locations_6_title','Brewhouse – Trek Development'),(26042,712,'_locations_6_title','field_5683f2aadcba2'),(26043,712,'locations_6_image',''),(26044,712,'_locations_6_image','field_568439ed8109d'),(26045,712,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(26046,712,'_locations_6_description','field_5683f2b1dcba3'),(26047,712,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(26048,712,'_locations_7_location','field_5683f288dcba1'),(26049,712,'locations_7_title','Ewalt Road – Richland Twp.'),(26050,712,'_locations_7_title','field_5683f2aadcba2'),(26051,712,'locations_7_image',''),(26052,712,'_locations_7_image','field_568439ed8109d'),(26053,712,'locations_7_description',''),(26054,712,'_locations_7_description','field_5683f2b1dcba3'),(26055,712,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.625521, -79.941837\";s:3:\"lat\";s:10:\"40.6255198\";s:3:\"lng\";s:10:\"-79.941822\";}'),(26056,712,'_locations_8_location','field_5683f288dcba1'),(26057,712,'locations_8_title','Ewalt Road – Richland Twp.'),(26058,712,'_locations_8_title','field_5683f2aadcba2'),(26059,712,'locations_8_image',''),(26060,712,'_locations_8_image','field_568439ed8109d'),(26061,712,'locations_8_description',''),(26062,712,'_locations_8_description','field_5683f2b1dcba3'),(26063,712,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(26064,712,'_locations_9_location','field_5683f288dcba1'),(26065,712,'locations_9_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(26066,712,'_locations_9_title','field_5683f2aadcba2'),(26067,712,'locations_9_image',''),(26068,712,'_locations_9_image','field_568439ed8109d'),(26069,712,'locations_9_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(26070,712,'_locations_9_description','field_5683f2b1dcba3'),(26071,712,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.425708, -79.805807\";s:3:\"lat\";s:10:\"40.4256461\";s:3:\"lng\";s:18:\"-79.80576589999998\";}'),(26072,712,'_locations_10_location','field_5683f288dcba1'),(26073,712,'locations_10_title','State Route 2065, Section A07'),(26074,712,'_locations_10_title','field_5683f2aadcba2'),(26075,712,'locations_10_image',''),(26076,712,'_locations_10_image','field_568439ed8109d'),(26077,712,'locations_10_description',''),(26078,712,'_locations_10_description','field_5683f2b1dcba3'),(26079,712,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.354856, -80.118393\";s:3:\"lat\";s:10:\"40.3527492\";s:3:\"lng\";s:18:\"-80.11776529999997\";}'),(26080,712,'_locations_11_location','field_5683f288dcba1'),(26081,712,'locations_11_title','Southern Beltway Section C – New Roadway Construction'),(26082,712,'_locations_11_title','field_5683f2aadcba2'),(26083,712,'locations_11_image',''),(26084,712,'_locations_11_image','field_568439ed8109d'),(26085,712,'locations_11_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 18 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(26086,712,'_locations_11_description','field_5683f2b1dcba3'),(26087,712,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.509371, -80.256419\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(26088,712,'_locations_12_location','field_5683f288dcba1'),(26089,712,'locations_12_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(26090,712,'_locations_12_title','field_5683f2aadcba2'),(26091,712,'locations_12_image','671'),(26092,712,'_locations_12_image','field_568439ed8109d'),(26093,712,'locations_12_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(26094,712,'_locations_12_description','field_5683f2b1dcba3'),(26095,712,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.590450, -79.888763\";s:3:\"lat\";s:10:\"40.5943712\";s:3:\"lng\";s:18:\"-79.89597279999998\";}'),(26096,712,'_locations_13_location','field_5683f288dcba1'),(26097,712,'locations_13_title','MP 40-48 – Hampton Township – Highway Widening'),(26098,712,'_locations_13_title','field_5683f2aadcba2'),(26099,712,'locations_13_image',''),(26100,712,'_locations_13_image','field_568439ed8109d'),(26101,712,'locations_13_description','This project is for mainline reconstruction and bridge replacement and is affecting 71 properties and resulting in the relocation of 1 resident in the Townships of Harmar and Indiana, Allegheny County.'),(26102,712,'_locations_13_description','field_5683f2b1dcba3'),(26103,712,'locations','14'),(26104,712,'_locations','field_5683f253a5dba'),(26105,713,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.452362, -79.144025\";s:3:\"lat\";s:10:\"40.4523774\";s:3:\"lng\";s:18:\"-79.14402769999998\";}'),(26106,713,'_locations_0_location','field_5683f288dcba1'),(26107,713,'locations_0_title','State Route 0022, Section 491 – Blairsville, PA – Roadway Widening'),(26108,713,'_locations_0_title','field_5683f2aadcba2'),(26109,713,'locations_0_image','629'),(26110,713,'_locations_0_image','field_568439ed8109d'),(26111,713,'locations_0_description','This project was for a widening and realignment and affected 25 properties and resulted in the relocation of 1 resident and a cell tower in the Township of Wheatland, Indiana County.'),(26112,713,'_locations_0_description','field_5683f2b1dcba3'),(26113,713,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.037445, -80.029859\";s:3:\"lat\";s:9:\"41.037619\";s:3:\"lng\";s:10:\"-80.029381\";}'),(26114,713,'_locations_1_location','field_5683f288dcba1'),(26115,713,'locations_1_title','State Route 0173, Section 250 – Dougherty’s Mills – Slippery Rock'),(26116,713,'_locations_1_title','field_5683f2aadcba2'),(26117,713,'locations_1_image','631'),(26118,713,'_locations_1_image','field_568439ed8109d'),(26119,713,'locations_1_description','This project was for a bridge replacement and affected 7 properties in the Township of Slippery Rock, Butler County.'),(26120,713,'_locations_1_description','field_5683f2b1dcba3'),(26121,713,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.811030, -80.116499\";s:3:\"lat\";s:10:\"40.8110483\";s:3:\"lng\";s:18:\"-80.11649829999999\";}'),(26122,713,'_locations_2_location','field_5683f288dcba1'),(26123,713,'locations_2_title','State Route 0079, Section 320 – Seneca Ramps'),(26124,713,'_locations_2_title','field_5683f2aadcba2'),(26125,713,'locations_2_image','633'),(26126,713,'_locations_2_image','field_568439ed8109d'),(26127,713,'locations_2_description','This project was for the construction of a missing ramp and affected 30 properties and resulted in the relocation of 6 residents in the Township of Jackson, Butler County.'),(26128,713,'_locations_2_description','field_5683f2b1dcba3'),(26129,713,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.051999, -78.817835\";s:3:\"lat\";s:10:\"41.0520149\";s:3:\"lng\";s:11:\"-78.8178355\";}'),(26130,713,'_locations_3_location','field_5683f288dcba1'),(26131,713,'locations_3_title','State Route 0119 over sugar camp – Sykesville '),(26132,713,'_locations_3_title','field_5683f2aadcba2'),(26133,713,'locations_3_image',''),(26134,713,'_locations_3_image','field_568439ed8109d'),(26135,713,'locations_3_description','This project is for a small bridge replacement and is affecting 10 properties in the Borough of Sykesville, Jefferson County.'),(26136,713,'_locations_3_description','field_5683f2b1dcba3'),(26137,713,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.685219, -80.097305\";s:3:\"lat\";s:10:\"40.6852306\";s:3:\"lng\";s:11:\"-80.0974597\";}'),(26138,713,'_locations_4_location','field_5683f288dcba1'),(26139,713,'locations_4_title','State Route 0079, Section 298'),(26140,713,'_locations_4_title','field_5683f2aadcba2'),(26141,713,'locations_4_image','636'),(26142,713,'_locations_4_image','field_568439ed8109d'),(26143,713,'locations_4_description','This project is for a new interchange/ramp installation and is affecting 10 properties and resulting in the relocation of 1 business and 6 residents in the Township of Cranberry, Butler County.'),(26144,713,'_locations_4_description','field_5683f2b1dcba3'),(26145,713,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.987139, -79.632944\";s:3:\"lat\";s:17:\"40.98713619999999\";s:3:\"lng\";s:18:\"-79.63294350000001\";}'),(26146,713,'_locations_5_location','field_5683f288dcba1'),(26147,713,'locations_5_title','State Route 0068, Section 154 – Brady’s Bend PA – Bridge Replacement'),(26148,713,'_locations_5_title','field_5683f2aadcba2'),(26149,713,'locations_5_image',''),(26150,713,'_locations_5_image','field_568439ed8109d'),(26151,713,'locations_5_description','This project is for a small bridge replacement and is affecting 6 properties in the Township of Bradys Bend, Armstrong County.'),(26152,713,'_locations_5_description','field_5683f2b1dcba3'),(26153,713,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.988028, -79.631225\";s:3:\"lat\";s:17:\"40.98803669999999\";s:3:\"lng\";s:18:\"-79.63124240000002\";}'),(26154,713,'_locations_6_location','field_5683f288dcba1'),(26155,713,'locations_6_title','State Route 0068, Section 155 – Brady’s Bend PA – Bridge Replacement'),(26156,713,'_locations_6_title','field_5683f2aadcba2'),(26157,713,'locations_6_image',''),(26158,713,'_locations_6_image','field_568439ed8109d'),(26159,713,'locations_6_description','This project is for a small bridge replacement and is affecting 3 properties in the Township of Brady\'s Bend, Armstrong County.'),(26160,713,'_locations_6_description','field_5683f2b1dcba3'),(26161,713,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.993055, -79.630081\";s:3:\"lat\";s:10:\"40.9930516\";s:3:\"lng\";s:11:\"-79.6300981\";}'),(26162,713,'_locations_7_location','field_5683f288dcba1'),(26163,713,'locations_7_title','State Route 0068, Section 156 – Brady’s Bend PA – Bridge Replacement'),(26164,713,'_locations_7_title','field_5683f2aadcba2'),(26165,713,'locations_7_image',''),(26166,713,'_locations_7_image','field_568439ed8109d'),(26167,713,'locations_7_description','This project is for a small bridge replacement and affecting 2 properties in the Township of Brady\'s Bend, Armstrong County.'),(26168,713,'_locations_7_description','field_5683f2b1dcba3'),(26169,713,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.998886, -79.626556\";s:3:\"lat\";s:10:\"40.9988782\";s:3:\"lng\";s:18:\"-79.62654909999998\";}'),(26170,713,'_locations_8_location','field_5683f288dcba1'),(26171,713,'locations_8_title','State Route 0068, Section 157 – Brady’s Bend PA – Bridge Replacement'),(26172,713,'_locations_8_title','field_5683f2aadcba2'),(26173,713,'locations_8_image',''),(26174,713,'_locations_8_image','field_568439ed8109d'),(26175,713,'locations_8_description','This project is for a small bridge replacement and is affecting 5 properties in the Township of Brady\'s Bend, Armstrong County.'),(26176,713,'_locations_8_description','field_5683f2b1dcba3'),(26177,713,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.999279, -79.624335\";s:3:\"lat\";s:9:\"40.999587\";s:3:\"lng\";s:18:\"-79.62419899999998\";}'),(26178,713,'_locations_9_location','field_5683f288dcba1'),(26179,713,'locations_9_title','State Route 0068, Section 158 – Brady’s Bend PA – Bridge Replacement'),(26180,713,'_locations_9_title','field_5683f2aadcba2'),(26181,713,'locations_9_image',''),(26182,713,'_locations_9_image','field_568439ed8109d'),(26183,713,'locations_9_description','This project is for a small bridge replacement and is affecting 5 properties in the Township of Brady\'s Bend, Armstrong County.'),(26184,713,'_locations_9_description','field_5683f2b1dcba3'),(26185,713,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.923082, -79.463251\";s:3:\"lat\";s:17:\"40.92667180000001\";s:3:\"lng\";s:18:\"-79.46245149999999\";}'),(26186,713,'_locations_10_location','field_5683f288dcba1'),(26187,713,'locations_10_title','South Mahoning Slide, Templeton PA – Landslide'),(26188,713,'_locations_10_title','field_5683f2aadcba2'),(26189,713,'locations_10_image','644'),(26190,713,'_locations_10_image','field_568439ed8109d'),(26191,713,'locations_10_description','This project was for an emergency landslide mitigation project that affected 15 properties in the Borough of Templeton, Armstrong County.'),(26192,713,'_locations_10_description','field_5683f2b1dcba3'),(26193,713,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.796700, -79.173410\";s:3:\"lat\";s:9:\"40.796301\";s:3:\"lng\";s:18:\"-79.17366400000003\";}'),(26194,713,'_locations_11_location','field_5683f288dcba1'),(26195,713,'locations_11_title','State Route 0085, Section 450 Plumville Bridge 1'),(26196,713,'_locations_11_title','field_5683f2aadcba2'),(26197,713,'locations_11_image',''),(26198,713,'_locations_11_image','field_568439ed8109d'),(26199,713,'locations_11_description','This project is for a bridge and is affecting 9 properties and resulting in the relocation of 1 business and 1 resident in the Borough of Plumville, Indiana County.'),(26200,713,'_locations_11_description','field_5683f2b1dcba3'),(26201,713,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.796698, -79.173416\";s:3:\"lat\";s:9:\"40.796301\";s:3:\"lng\";s:18:\"-79.17366400000003\";}'),(26202,713,'_locations_12_location','field_5683f288dcba1'),(26203,713,'locations_12_title','State Route 0085, Section 450 Plumville Bridge 1'),(26204,713,'_locations_12_title','field_5683f2aadcba2'),(26205,713,'locations_12_image',''),(26206,713,'_locations_12_image','field_568439ed8109d'),(26207,713,'locations_12_description','This project is for a bridge and is affecting 9 properties and resulting in the relocation of 1 business and 1 resident in the Borough of Plumville, Indiana County.'),(26208,713,'_locations_12_description','field_5683f2b1dcba3'),(26209,713,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.526697, -79.059171\";s:3:\"lat\";s:10:\"40.5266932\";s:3:\"lng\";s:18:\"-79.05917820000002\";}'),(26210,713,'_locations_13_location','field_5683f288dcba1'),(26211,713,'locations_13_title','State Route 0056, Section 457 Brush Valley Bridge 3'),(26212,713,'_locations_13_title','field_5683f2aadcba2'),(26213,713,'locations_13_image',''),(26214,713,'_locations_13_image','field_568439ed8109d'),(26215,713,'locations_13_description','This project is for a bridge replacement and is affecting 6 properties resulting in the relocation of 2 residents in the Township of Brush Valley, Indiana County.'),(26216,713,'_locations_13_description','field_5683f2b1dcba3'),(26217,713,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.809574, -80.129537\";s:3:\"lat\";s:9:\"40.810026\";s:3:\"lng\";s:11:\"-80.1307999\";}'),(26218,713,'_locations_14_location','field_5683f288dcba1'),(26219,713,'locations_14_title','Fanker Road – Jackson Twp – Bridge Replacement'),(26220,713,'_locations_14_title','field_5683f2aadcba2'),(26221,713,'locations_14_image',''),(26222,713,'_locations_14_image','field_568439ed8109d'),(26223,713,'locations_14_description',''),(26224,713,'_locations_14_description','field_5683f2b1dcba3'),(26225,713,'locations_15_location','a:3:{s:7:\"address\";s:21:\"40.761054, -80.114860\";s:3:\"lat\";s:9:\"40.761057\";s:3:\"lng\";s:18:\"-80.11481930000002\";}'),(26226,713,'_locations_15_location','field_5683f288dcba1'),(26227,713,'locations_15_title','Joe Deener Road – Jackson Twp – Intersection Improvement'),(26228,713,'_locations_15_title','field_5683f2aadcba2'),(26229,713,'locations_15_image',''),(26230,713,'_locations_15_image','field_568439ed8109d'),(26231,713,'locations_15_description',''),(26232,713,'_locations_15_description','field_5683f2b1dcba3'),(26233,713,'locations','16'),(26234,713,'_locations','field_5683f253a5dba'),(26235,714,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.577364, -75.758778\";s:3:\"lat\";s:10:\"40.5773582\";s:3:\"lng\";s:11:\"-75.7587785\";}'),(26236,714,'_locations_0_location','field_5683f288dcba1'),(26237,714,'locations_0_title','78, 12M – Krumsville'),(26238,714,'_locations_0_title','field_5683f2aadcba2'),(26239,714,'locations_0_image',''),(26240,714,'_locations_0_image','field_568439ed8109d'),(26241,714,'locations_0_description',''),(26242,714,'_locations_0_description','field_5683f2b1dcba3'),(26243,714,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.660116, -75.484238\";s:3:\"lat\";s:10:\"40.6602927\";s:3:\"lng\";s:18:\"-75.48364449999997\";}'),(26244,714,'_locations_1_location','field_5683f288dcba1'),(26245,714,'locations_1_title','Lehigh County 3 bridge'),(26246,714,'_locations_1_title','field_5683f2aadcba2'),(26247,714,'locations_1_image',''),(26248,714,'_locations_1_image','field_568439ed8109d'),(26249,714,'locations_1_description','This project is for a three bridge replacement and is affecting 11 properties and resulting in the relocation of 4 tenants in a multi-unit dwelling in Lehigh County.'),(26250,714,'_locations_1_description','field_5683f2b1dcba3'),(26251,714,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.675917, -75.489638\";s:3:\"lat\";s:10:\"40.6759335\";s:3:\"lng\";s:11:\"-75.4895912\";}'),(26252,714,'_locations_2_location','field_5683f288dcba1'),(26253,714,'locations_2_title','Lehigh Coplay Northampton'),(26254,714,'_locations_2_title','field_5683f2aadcba2'),(26255,714,'locations_2_image',''),(26256,714,'_locations_2_image','field_568439ed8109d'),(26257,714,'locations_2_description','This project is for a bridge replacement and is affecting 9 properties in the Borough of Coplay, Lehigh County and the Borough of Northampton, Northampton County.'),(26258,714,'_locations_2_description','field_5683f2b1dcba3'),(26259,714,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.889830, -75.529302\";s:3:\"lat\";s:9:\"40.890649\";s:3:\"lng\";s:18:\"-75.53066000000001\";}'),(26260,714,'_locations_3_location','field_5683f288dcba1'),(26261,714,'locations_3_title','Carbon – T447'),(26262,714,'_locations_3_title','field_5683f2aadcba2'),(26263,714,'locations_3_image',''),(26264,714,'_locations_3_image','field_568439ed8109d'),(26265,714,'locations_3_description',''),(26266,714,'_locations_3_description','field_5683f2b1dcba3'),(26267,714,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.531138, -75.600697\";s:3:\"lat\";s:10:\"40.5310072\";s:3:\"lng\";s:18:\"-75.60182600000002\";}'),(26268,714,'_locations_4_location','field_5683f288dcba1'),(26269,714,'locations_4_title','State Route 100, Section 13B – E79113, Lehigh County, Lower Macungie twp. Bridge'),(26270,714,'_locations_4_title','field_5683f2aadcba2'),(26271,714,'locations_4_image',''),(26272,714,'_locations_4_image','field_568439ed8109d'),(26273,714,'locations_4_description','This project is for a small bridge and is affecting 6 properties in the Township of Lower Macungie, Lehigh County.'),(26274,714,'_locations_4_description','field_5683f2b1dcba3'),(26275,714,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.879279, -75.209695\";s:3:\"lat\";s:10:\"40.8792804\";s:3:\"lng\";s:18:\"-75.20967940000003\";}'),(26276,714,'_locations_5_location','field_5683f288dcba1'),(26277,714,'locations_5_title','State Route 1033, Section 1B – E81666, Northampton County, Washington Twp. Bridge'),(26278,714,'_locations_5_title','field_5683f2aadcba2'),(26279,714,'locations_5_image','548'),(26280,714,'_locations_5_image','field_568439ed8109d'),(26281,714,'locations_5_description','This project was for a small bridge and affected 4 properties in the Township of Washington, Northampton County.'),(26282,714,'_locations_5_description','field_5683f2b1dcba3'),(26283,714,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.112056, -75.439060\";s:3:\"lat\";s:10:\"41.1121102\";s:3:\"lng\";s:18:\"-75.43898619999999\";}'),(26284,714,'_locations_6_location','field_5683f288dcba1'),(26285,714,'locations_6_title','State Route 940, Section 4B – E11886, Monroe County Bridge Replacement'),(26286,714,'_locations_6_title','field_5683f2aadcba2'),(26287,714,'locations_6_image',''),(26288,714,'_locations_6_image','field_568439ed8109d'),(26289,714,'locations_6_description','This project is for a small bridge and is affecting 2 properties in the Community of Tobyhanna, Monroe County.'),(26290,714,'_locations_6_description','field_5683f2b1dcba3'),(26291,714,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.682016, -75.693190\";s:3:\"lat\";s:10:\"40.6820167\";s:3:\"lng\";s:11:\"-75.6931907\";}'),(26292,714,'_locations_7_location','field_5683f288dcba1'),(26293,714,'locations_7_title','State Route 309, Section 11B – E79087, Lehigh County - Bridge'),(26294,714,'_locations_7_title','field_5683f2aadcba2'),(26295,714,'locations_7_image','551'),(26296,714,'_locations_7_image','field_568439ed8109d'),(26297,714,'locations_7_description','This project was for a small bridge and affected 6 properties in the Township of North Whitehall, Lehigh County.'),(26298,714,'_locations_7_description','field_5683f2b1dcba3'),(26299,714,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.679445, -75.629188\";s:3:\"lat\";s:10:\"40.6794586\";s:3:\"lng\";s:18:\"-75.62918300000001\";}'),(26300,714,'_locations_8_location','field_5683f288dcba1'),(26301,714,'locations_8_title','State Route 309, Section 11B – E79087, Lehigh County - Bridge'),(26302,714,'_locations_8_title','field_5683f2aadcba2'),(26303,714,'locations_8_image','551'),(26304,714,'_locations_8_image','field_568439ed8109d'),(26305,714,'locations_8_description','This project was for a small bridge and affected 6 properties in the Township of North Whitehall, Lehigh County.'),(26306,714,'_locations_8_description','field_5683f2b1dcba3'),(26307,714,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.680140, -76.619724\";s:3:\"lat\";s:10:\"40.6801276\";s:3:\"lng\";s:18:\"-76.61972400000002\";}'),(26308,714,'_locations_9_location','field_5683f288dcba1'),(26309,714,'locations_9_title','State Route 4016, Section 1B – E84046, Schuylkill County - Bridge'),(26310,714,'_locations_9_title','field_5683f2aadcba2'),(26311,714,'locations_9_image','554'),(26312,714,'_locations_9_image','field_568439ed8109d'),(26313,714,'locations_9_description','This project was for a small bridge and affected 1 property in the Township of Upper Mahantango, Schuykill County.'),(26314,714,'_locations_9_description','field_5683f2b1dcba3'),(26315,714,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.611554, -75.336637\";s:3:\"lat\";s:10:\"40.6116032\";s:3:\"lng\";s:11:\"-75.3365867\";}'),(26316,714,'_locations_10_location','field_5683f288dcba1'),(26317,714,'locations_10_title','State Route 2014, Section 1B – E87072, Northampton County, Shimersville - Bridge'),(26318,714,'_locations_10_title','field_5683f2aadcba2'),(26319,714,'locations_10_image','556'),(26320,714,'_locations_10_image','field_568439ed8109d'),(26321,714,'locations_10_description','This project is for a small bridge and is affecting 1 property in the Township of Bethlehem, Northampton County.'),(26322,714,'_locations_10_description','field_5683f2b1dcba3'),(26323,714,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.756637, -75.565972\";s:3:\"lat\";s:10:\"40.7566356\";s:3:\"lng\";s:11:\"-75.5659695\";}'),(26324,714,'_locations_11_location','field_5683f288dcba1'),(26325,714,'locations_11_title','State Route 4020, Section 2B – E12314, Northampton County, Lehigh Township Bridge'),(26326,714,'_locations_11_title','field_5683f2aadcba2'),(26327,714,'locations_11_image','558'),(26328,714,'_locations_11_image','field_568439ed8109d'),(26329,714,'locations_11_description','This project was for a small bridge project and affected 2 properties in the Township of Lehigh, Northampton County.'),(26330,714,'_locations_11_description','field_5683f2b1dcba3'),(26331,714,'locations_12_location','a:3:{s:7:\"address\";s:21:\"41.172357, -75.589455\";s:3:\"lat\";s:10:\"41.1685019\";s:3:\"lng\";s:18:\"-75.59053599999999\";}'),(26332,714,'_locations_12_location','field_5683f288dcba1'),(26333,714,'locations_12_title','State Route 4003, Section 1B – E51582, Monroe County, Coolbaugh – Thornhurst Bridge'),(26334,714,'_locations_12_title','field_5683f2aadcba2'),(26335,714,'locations_12_image',''),(26336,714,'_locations_12_image','field_568439ed8109d'),(26337,714,'locations_12_description','This project is for a small bridge and is affecting 7 properties in the Township of Coolbaugh, Monroe and Lackawanna Counties.'),(26338,714,'_locations_12_description','field_5683f2b1dcba3'),(26339,714,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.544832, -75.761389\";s:3:\"lat\";s:10:\"40.5448281\";s:3:\"lng\";s:11:\"-75.7613634\";}'),(26340,714,'_locations_13_location','field_5683f288dcba1'),(26341,714,'locations_13_title','State Route 1021, Section 1B – E10694, Berks County, Maxatawny twp. - Bridge'),(26342,714,'_locations_13_title','field_5683f2aadcba2'),(26343,714,'locations_13_image','561'),(26344,714,'_locations_13_image','field_568439ed8109d'),(26345,714,'locations_13_description','This project was for a small bridge and affected 2 properties in the Township of Maxatawny, Berks County.'),(26346,714,'_locations_13_description','field_5683f2b1dcba3'),(26347,714,'locations_14_location','a:3:{s:7:\"address\";s:21:\"41.100803, -75.346697\";s:3:\"lat\";s:10:\"41.1007883\";s:3:\"lng\";s:18:\"-75.34667230000002\";}'),(26348,714,'_locations_14_location','field_5683f288dcba1'),(26349,714,'locations_14_title','State Route 0314, Section 18B – E79172 – Monroe County, Pocono - Bridge'),(26350,714,'_locations_14_title','field_5683f2aadcba2'),(26351,714,'locations_14_image',''),(26352,714,'_locations_14_image','field_568439ed8109d'),(26353,714,'locations_14_description','This project is for a small bridge and is affecting 2 properties in the Township of Pocono, Monroe County.'),(26354,714,'_locations_14_description','field_5683f2b1dcba3'),(26355,714,'locations_15_location','a:3:{s:7:\"address\";s:21:\"40.726856, -75.870915\";s:3:\"lat\";s:10:\"40.7268199\";s:3:\"lng\";s:18:\"-75.87125300000002\";}'),(26356,714,'_locations_15_location','field_5683f288dcba1'),(26357,714,'locations_15_title','State Route 309, Section 3B – E82343 – Schuykill County, Penn Twp. Bridge '),(26358,714,'_locations_15_title','field_5683f2aadcba2'),(26359,714,'locations_15_image',''),(26360,714,'_locations_15_image','field_568439ed8109d'),(26361,714,'locations_15_description','This project is for a small bridge and is affecting 5 properties in the Township of West Penn, Schuykill County.'),(26362,714,'_locations_15_description','field_5683f2b1dcba3'),(26363,714,'locations_16_location','a:3:{s:7:\"address\";s:21:\"40.665193, -75.827831\";s:3:\"lat\";s:9:\"40.664553\";s:3:\"lng\";s:10:\"-75.827947\";}'),(26364,714,'_locations_16_location','field_5683f288dcba1'),(26365,714,'locations_16_title','State Route 4037, Section 1B – E11407 – Lehigh County, Lynn Twp. Bridge'),(26366,714,'_locations_16_title','field_5683f2aadcba2'),(26367,714,'locations_16_image','565'),(26368,714,'_locations_16_image','field_568439ed8109d'),(26369,714,'locations_16_description','This project was for a small bridge and affected 3 properties in the Township of Lynn, Lehigh County.'),(26370,714,'_locations_16_description','field_5683f2b1dcba3'),(26371,714,'locations_17_location','a:3:{s:7:\"address\";s:21:\"40.268207, -75.808862\";s:3:\"lat\";s:9:\"40.271056\";s:3:\"lng\";s:18:\"-75.80798199999998\";}'),(26372,714,'_locations_17_location','field_5683f288dcba1'),(26373,714,'locations_17_title','State Route 345, Section 10B – E10823 – Berks County, Exeter Birdsboro - Bridge'),(26374,714,'_locations_17_title','field_5683f2aadcba2'),(26375,714,'locations_17_image',''),(26376,714,'_locations_17_image','field_568439ed8109d'),(26377,714,'locations_17_description','This project is for roadway & bridge realignment and intersection improvements and is affecting 16 properties in the Township of Exeter, Berks County.'),(26378,714,'_locations_17_description','field_5683f2b1dcba3'),(26379,714,'locations_18_location','a:3:{s:7:\"address\";s:21:\"40.833262, -75.299358\";s:3:\"lat\";s:17:\"40.83224209999999\";s:3:\"lng\";s:11:\"-75.3007657\";}'),(26380,714,'_locations_18_location','field_5683f288dcba1'),(26381,714,'locations_18_title','State Route 0033, Section 006 – E12187 – Northampton County, Plainfield - Bridge'),(26382,714,'_locations_18_title','field_5683f2aadcba2'),(26383,714,'locations_18_image',''),(26384,714,'_locations_18_image','field_568439ed8109d'),(26385,714,'locations_18_description','This project is for roadway and intersection reconfiguration and is affecting 15 properties in the Township of Plainfield, Northampton County.'),(26386,714,'_locations_18_description','field_5683f2b1dcba3'),(26387,714,'locations_19_location','a:3:{s:7:\"address\";s:21:\"40.528604, -75.391940\";s:3:\"lat\";s:10:\"40.5286192\";s:3:\"lng\";s:18:\"-75.39229009999997\";}'),(26388,714,'_locations_19_location','field_5683f288dcba1'),(26389,714,'locations_19_title','State Route 2030, Section 01B – E11417 – Lehigh County Centennial Bridge'),(26390,714,'_locations_19_title','field_5683f2aadcba2'),(26391,714,'locations_19_image',''),(26392,714,'_locations_19_image','field_568439ed8109d'),(26393,714,'locations_19_description','This project is for a small bridge and is affecting 7 properties in the Township of Upper Saucon, Lehigh County.'),(26394,714,'_locations_19_description','field_5683f2b1dcba3'),(26395,714,'locations_20_location','a:3:{s:7:\"address\";s:21:\"40.964556, -75.764608\";s:3:\"lat\";s:9:\"40.964384\";s:3:\"lng\";s:18:\"-75.76451700000001\";}'),(26396,714,'_locations_20_location','field_5683f288dcba1'),(26397,714,'locations_20_title','State Route 4014, Section 1B – E11853 – Carbon County - Bridge'),(26398,714,'_locations_20_title','field_5683f2aadcba2'),(26399,714,'locations_20_image',''),(26400,714,'_locations_20_image','field_568439ed8109d'),(26401,714,'locations_20_description','This project is for a small bridge and is affecting 3 properties in the Township of Lehigh, Carbon County.'),(26402,714,'_locations_20_description','field_5683f2b1dcba3'),(26403,714,'locations_21_location','a:3:{s:7:\"address\";s:21:\"40.770694, -75.512084\";s:3:\"lat\";s:17:\"40.77068209999999\";s:3:\"lng\";s:18:\"-75.51209159999996\";}'),(26404,714,'_locations_21_location','field_5683f288dcba1'),(26405,714,'locations_21_title','State Route 4003, Section 1B – E12107 – Northampton County'),(26406,714,'_locations_21_title','field_5683f2aadcba2'),(26407,714,'locations_21_image',''),(26408,714,'_locations_21_image','field_568439ed8109d'),(26409,714,'locations_21_description','This project is for a small bridge and is affecting 4 properties in the Township of Lehigh, Northampton County.'),(26410,714,'_locations_21_description','field_5683f2b1dcba3'),(26411,714,'locations_22_location','a:3:{s:7:\"address\";s:21:\"40.816209, -75.676119\";s:3:\"lat\";s:10:\"40.8161089\";s:3:\"lng\";s:18:\"-75.67602469999997\";}'),(26412,714,'_locations_22_location','field_5683f288dcba1'),(26413,714,'locations_22_title','Lehighton Bridge – Twin Bridges – Lehighton, PA – Bridge Replacement'),(26414,714,'_locations_22_title','field_5683f2aadcba2'),(26415,714,'locations_22_image','699'),(26416,714,'_locations_22_image','field_568439ed8109d'),(26417,714,'locations_22_description','This project was for a large bridge reconstruction and affected 11 properties in the Borough of Lehighton, Carbon County.'),(26418,714,'_locations_22_description','field_5683f2b1dcba3'),(26419,714,'locations_23_location','a:3:{s:7:\"address\";s:21:\"40.076076, -75.492159\";s:3:\"lat\";s:10:\"40.0762686\";s:3:\"lng\";s:11:\"-75.4945272\";}'),(26420,714,'_locations_23_location','field_5683f288dcba1'),(26421,714,'locations_23_title',''),(26422,714,'_locations_23_title','field_5683f2aadcba2'),(26423,714,'locations_23_image',''),(26424,714,'_locations_23_image','field_568439ed8109d'),(26425,714,'locations_23_description',''),(26426,714,'_locations_23_description','field_5683f2b1dcba3'),(26427,714,'locations','24'),(26428,714,'_locations','field_5683f253a5dba'),(26437,715,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.577364, -75.758778\";s:3:\"lat\";s:10:\"40.5773582\";s:3:\"lng\";s:11:\"-75.7587785\";}'),(26438,715,'_locations_0_location','field_5683f288dcba1'),(26439,715,'locations_0_title','78, 12M – Krumsville'),(26440,715,'_locations_0_title','field_5683f2aadcba2'),(26441,715,'locations_0_image',''),(26442,715,'_locations_0_image','field_568439ed8109d'),(26443,715,'locations_0_description',''),(26444,715,'_locations_0_description','field_5683f2b1dcba3'),(26445,715,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.660116, -75.484238\";s:3:\"lat\";s:10:\"40.6602927\";s:3:\"lng\";s:18:\"-75.48364449999997\";}'),(26446,715,'_locations_1_location','field_5683f288dcba1'),(26447,715,'locations_1_title','Lehigh County 3 bridge'),(26448,715,'_locations_1_title','field_5683f2aadcba2'),(26449,715,'locations_1_image',''),(26450,715,'_locations_1_image','field_568439ed8109d'),(26451,715,'locations_1_description','This project is for a three bridge replacement and is affecting 11 properties and resulting in the relocation of 4 tenants in a multi-unit dwelling in Lehigh County.'),(26452,715,'_locations_1_description','field_5683f2b1dcba3'),(26453,715,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.675917, -75.489638\";s:3:\"lat\";s:10:\"40.6759335\";s:3:\"lng\";s:11:\"-75.4895912\";}'),(26454,715,'_locations_2_location','field_5683f288dcba1'),(26455,715,'locations_2_title','Lehigh Coplay Northampton'),(26456,715,'_locations_2_title','field_5683f2aadcba2'),(26457,715,'locations_2_image',''),(26458,715,'_locations_2_image','field_568439ed8109d'),(26459,715,'locations_2_description','This project is for a bridge replacement and is affecting 9 properties in the Borough of Coplay, Lehigh County and the Borough of Northampton, Northampton County.'),(26460,715,'_locations_2_description','field_5683f2b1dcba3'),(26461,715,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.889830, -75.529302\";s:3:\"lat\";s:9:\"40.890649\";s:3:\"lng\";s:18:\"-75.53066000000001\";}'),(26462,715,'_locations_3_location','field_5683f288dcba1'),(26463,715,'locations_3_title','Carbon – T447'),(26464,715,'_locations_3_title','field_5683f2aadcba2'),(26465,715,'locations_3_image',''),(26466,715,'_locations_3_image','field_568439ed8109d'),(26467,715,'locations_3_description',''),(26468,715,'_locations_3_description','field_5683f2b1dcba3'),(26469,715,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.531138, -75.600697\";s:3:\"lat\";s:10:\"40.5310072\";s:3:\"lng\";s:18:\"-75.60182600000002\";}'),(26470,715,'_locations_4_location','field_5683f288dcba1'),(26471,715,'locations_4_title','State Route 100, Section 13B – E79113, Lehigh County, Lower Macungie twp. Bridge'),(26472,715,'_locations_4_title','field_5683f2aadcba2'),(26473,715,'locations_4_image',''),(26474,715,'_locations_4_image','field_568439ed8109d'),(26475,715,'locations_4_description','This project is for a small bridge and is affecting 6 properties in the Township of Lower Macungie, Lehigh County.'),(26476,715,'_locations_4_description','field_5683f2b1dcba3'),(26477,715,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.879279, -75.209695\";s:3:\"lat\";s:10:\"40.8792804\";s:3:\"lng\";s:18:\"-75.20967940000003\";}'),(26478,715,'_locations_5_location','field_5683f288dcba1'),(26479,715,'locations_5_title','State Route 1033, Section 1B – E81666, Northampton County, Washington Twp. Bridge'),(26480,715,'_locations_5_title','field_5683f2aadcba2'),(26481,715,'locations_5_image','548'),(26482,715,'_locations_5_image','field_568439ed8109d'),(26483,715,'locations_5_description','This project was for a small bridge and affected 4 properties in the Township of Washington, Northampton County.'),(26484,715,'_locations_5_description','field_5683f2b1dcba3'),(26485,715,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.112056, -75.439060\";s:3:\"lat\";s:10:\"41.1121102\";s:3:\"lng\";s:18:\"-75.43898619999999\";}'),(26486,715,'_locations_6_location','field_5683f288dcba1'),(26487,715,'locations_6_title','State Route 940, Section 4B – E11886, Monroe County Bridge Replacement'),(26488,715,'_locations_6_title','field_5683f2aadcba2'),(26489,715,'locations_6_image',''),(26490,715,'_locations_6_image','field_568439ed8109d'),(26491,715,'locations_6_description','This project is for a small bridge and is affecting 2 properties in the Community of Tobyhanna, Monroe County.'),(26492,715,'_locations_6_description','field_5683f2b1dcba3'),(26493,715,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.682016, -75.693190\";s:3:\"lat\";s:10:\"40.6820167\";s:3:\"lng\";s:11:\"-75.6931907\";}'),(26494,715,'_locations_7_location','field_5683f288dcba1'),(26495,715,'locations_7_title','State Route 309, Section 11B – E79087, Lehigh County - Bridge'),(26496,715,'_locations_7_title','field_5683f2aadcba2'),(26497,715,'locations_7_image','551'),(26498,715,'_locations_7_image','field_568439ed8109d'),(26499,715,'locations_7_description','This project was for a small bridge and affected 6 properties in the Township of North Whitehall, Lehigh County.'),(26500,715,'_locations_7_description','field_5683f2b1dcba3'),(26501,715,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.679445, -75.629188\";s:3:\"lat\";s:10:\"40.6794586\";s:3:\"lng\";s:18:\"-75.62918300000001\";}'),(26502,715,'_locations_8_location','field_5683f288dcba1'),(26503,715,'locations_8_title','State Route 309, Section 11B – E79087, Lehigh County - Bridge'),(26504,715,'_locations_8_title','field_5683f2aadcba2'),(26505,715,'locations_8_image','551'),(26506,715,'_locations_8_image','field_568439ed8109d'),(26507,715,'locations_8_description','This project was for a small bridge and affected 6 properties in the Township of North Whitehall, Lehigh County.'),(26508,715,'_locations_8_description','field_5683f2b1dcba3'),(26509,715,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.680140, -76.619724\";s:3:\"lat\";s:10:\"40.6801276\";s:3:\"lng\";s:18:\"-76.61972400000002\";}'),(26510,715,'_locations_9_location','field_5683f288dcba1'),(26511,715,'locations_9_title','State Route 4016, Section 1B – E84046, Schuylkill County - Bridge'),(26512,715,'_locations_9_title','field_5683f2aadcba2'),(26513,715,'locations_9_image','554'),(26514,715,'_locations_9_image','field_568439ed8109d'),(26515,715,'locations_9_description','This project was for a small bridge and affected 1 property in the Township of Upper Mahantango, Schuykill County.'),(26516,715,'_locations_9_description','field_5683f2b1dcba3'),(26517,715,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.611554, -75.336637\";s:3:\"lat\";s:10:\"40.6116032\";s:3:\"lng\";s:11:\"-75.3365867\";}'),(26518,715,'_locations_10_location','field_5683f288dcba1'),(26519,715,'locations_10_title','State Route 2014, Section 1B – E87072, Northampton County, Shimersville - Bridge'),(26520,715,'_locations_10_title','field_5683f2aadcba2'),(26521,715,'locations_10_image','556'),(26522,715,'_locations_10_image','field_568439ed8109d'),(26523,715,'locations_10_description','This project is for a small bridge and is affecting 1 property in the Township of Bethlehem, Northampton County.'),(26524,715,'_locations_10_description','field_5683f2b1dcba3'),(26525,715,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.756637, -75.565972\";s:3:\"lat\";s:10:\"40.7566356\";s:3:\"lng\";s:11:\"-75.5659695\";}'),(26526,715,'_locations_11_location','field_5683f288dcba1'),(26527,715,'locations_11_title','State Route 4020, Section 2B – E12314, Northampton County, Lehigh Township Bridge'),(26528,715,'_locations_11_title','field_5683f2aadcba2'),(26529,715,'locations_11_image','558'),(26530,715,'_locations_11_image','field_568439ed8109d'),(26531,715,'locations_11_description','This project was for a small bridge project and affected 2 properties in the Township of Lehigh, Northampton County.'),(26532,715,'_locations_11_description','field_5683f2b1dcba3'),(26533,715,'locations_12_location','a:3:{s:7:\"address\";s:21:\"41.172357, -75.589455\";s:3:\"lat\";s:10:\"41.1685019\";s:3:\"lng\";s:18:\"-75.59053599999999\";}'),(26534,715,'_locations_12_location','field_5683f288dcba1'),(26535,715,'locations_12_title','State Route 4003, Section 1B – E51582, Monroe County, Coolbaugh – Thornhurst Bridge'),(26536,715,'_locations_12_title','field_5683f2aadcba2'),(26537,715,'locations_12_image',''),(26538,715,'_locations_12_image','field_568439ed8109d'),(26539,715,'locations_12_description','This project is for a small bridge and is affecting 7 properties in the Township of Coolbaugh, Monroe and Lackawanna Counties.'),(26540,715,'_locations_12_description','field_5683f2b1dcba3'),(26541,715,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.544832, -75.761389\";s:3:\"lat\";s:10:\"40.5448281\";s:3:\"lng\";s:11:\"-75.7613634\";}'),(26542,715,'_locations_13_location','field_5683f288dcba1'),(26543,715,'locations_13_title','State Route 1021, Section 1B – E10694, Berks County, Maxatawny twp. - Bridge'),(26544,715,'_locations_13_title','field_5683f2aadcba2'),(26545,715,'locations_13_image','561'),(26546,715,'_locations_13_image','field_568439ed8109d'),(26547,715,'locations_13_description','This project was for a small bridge and affected 2 properties in the Township of Maxatawny, Berks County.'),(26548,715,'_locations_13_description','field_5683f2b1dcba3'),(26549,715,'locations_14_location','a:3:{s:7:\"address\";s:21:\"41.100803, -75.346697\";s:3:\"lat\";s:10:\"41.1007883\";s:3:\"lng\";s:18:\"-75.34667230000002\";}'),(26550,715,'_locations_14_location','field_5683f288dcba1'),(26551,715,'locations_14_title','State Route 0314, Section 18B – E79172 – Monroe County, Pocono - Bridge'),(26552,715,'_locations_14_title','field_5683f2aadcba2'),(26553,715,'locations_14_image',''),(26554,715,'_locations_14_image','field_568439ed8109d'),(26555,715,'locations_14_description','This project is for a small bridge and is affecting 2 properties in the Township of Pocono, Monroe County.'),(26556,715,'_locations_14_description','field_5683f2b1dcba3'),(26557,715,'locations_15_location','a:3:{s:7:\"address\";s:21:\"40.726856, -75.870915\";s:3:\"lat\";s:10:\"40.7268199\";s:3:\"lng\";s:18:\"-75.87125300000002\";}'),(26558,715,'_locations_15_location','field_5683f288dcba1'),(26559,715,'locations_15_title','State Route 309, Section 3B – E82343 – Schuykill County, Penn Twp. Bridge '),(26560,715,'_locations_15_title','field_5683f2aadcba2'),(26561,715,'locations_15_image',''),(26562,715,'_locations_15_image','field_568439ed8109d'),(26563,715,'locations_15_description','This project is for a small bridge and is affecting 5 properties in the Township of West Penn, Schuykill County.'),(26564,715,'_locations_15_description','field_5683f2b1dcba3'),(26565,715,'locations_16_location','a:3:{s:7:\"address\";s:21:\"40.665193, -75.827831\";s:3:\"lat\";s:9:\"40.664553\";s:3:\"lng\";s:10:\"-75.827947\";}'),(26566,715,'_locations_16_location','field_5683f288dcba1'),(26567,715,'locations_16_title','State Route 4037, Section 1B – E11407 – Lehigh County, Lynn Twp. Bridge'),(26568,715,'_locations_16_title','field_5683f2aadcba2'),(26569,715,'locations_16_image','565'),(26570,715,'_locations_16_image','field_568439ed8109d'),(26571,715,'locations_16_description','This project was for a small bridge and affected 3 properties in the Township of Lynn, Lehigh County.'),(26572,715,'_locations_16_description','field_5683f2b1dcba3'),(26573,715,'locations_17_location','a:3:{s:7:\"address\";s:21:\"40.268207, -75.808862\";s:3:\"lat\";s:9:\"40.271056\";s:3:\"lng\";s:18:\"-75.80798199999998\";}'),(26574,715,'_locations_17_location','field_5683f288dcba1'),(26575,715,'locations_17_title','State Route 345, Section 10B – E10823 – Berks County, Exeter Birdsboro - Bridge'),(26576,715,'_locations_17_title','field_5683f2aadcba2'),(26577,715,'locations_17_image',''),(26578,715,'_locations_17_image','field_568439ed8109d'),(26579,715,'locations_17_description','This project is for roadway & bridge realignment and intersection improvements and is affecting 16 properties in the Township of Exeter, Berks County.'),(26580,715,'_locations_17_description','field_5683f2b1dcba3'),(26581,715,'locations_18_location','a:3:{s:7:\"address\";s:21:\"40.833262, -75.299358\";s:3:\"lat\";s:17:\"40.83224209999999\";s:3:\"lng\";s:11:\"-75.3007657\";}'),(26582,715,'_locations_18_location','field_5683f288dcba1'),(26583,715,'locations_18_title','State Route 0033, Section 006 – E12187 – Northampton County, Plainfield - Bridge'),(26584,715,'_locations_18_title','field_5683f2aadcba2'),(26585,715,'locations_18_image',''),(26586,715,'_locations_18_image','field_568439ed8109d'),(26587,715,'locations_18_description','This project is for roadway and intersection reconfiguration and is affecting 15 properties in the Township of Plainfield, Northampton County.'),(26588,715,'_locations_18_description','field_5683f2b1dcba3'),(26589,715,'locations_19_location','a:3:{s:7:\"address\";s:21:\"40.528604, -75.391940\";s:3:\"lat\";s:10:\"40.5286192\";s:3:\"lng\";s:18:\"-75.39229009999997\";}'),(26590,715,'_locations_19_location','field_5683f288dcba1'),(26591,715,'locations_19_title','State Route 2030, Section 01B – E11417 – Lehigh County Centennial Bridge'),(26592,715,'_locations_19_title','field_5683f2aadcba2'),(26593,715,'locations_19_image',''),(26594,715,'_locations_19_image','field_568439ed8109d'),(26595,715,'locations_19_description','This project is for a small bridge and is affecting 7 properties in the Township of Upper Saucon, Lehigh County.'),(26596,715,'_locations_19_description','field_5683f2b1dcba3'),(26597,715,'locations_20_location','a:3:{s:7:\"address\";s:21:\"40.964556, -75.764608\";s:3:\"lat\";s:9:\"40.964384\";s:3:\"lng\";s:18:\"-75.76451700000001\";}'),(26598,715,'_locations_20_location','field_5683f288dcba1'),(26599,715,'locations_20_title','State Route 4014, Section 1B – E11853 – Carbon County - Bridge'),(26600,715,'_locations_20_title','field_5683f2aadcba2'),(26601,715,'locations_20_image',''),(26602,715,'_locations_20_image','field_568439ed8109d'),(26603,715,'locations_20_description','This project is for a small bridge and is affecting 3 properties in the Township of Lehigh, Carbon County.'),(26604,715,'_locations_20_description','field_5683f2b1dcba3'),(26605,715,'locations_21_location','a:3:{s:7:\"address\";s:21:\"40.770694, -75.512084\";s:3:\"lat\";s:17:\"40.77068209999999\";s:3:\"lng\";s:18:\"-75.51209159999996\";}'),(26606,715,'_locations_21_location','field_5683f288dcba1'),(26607,715,'locations_21_title','State Route 4003, Section 1B – E12107 – Northampton County'),(26608,715,'_locations_21_title','field_5683f2aadcba2'),(26609,715,'locations_21_image',''),(26610,715,'_locations_21_image','field_568439ed8109d'),(26611,715,'locations_21_description','This project is for a small bridge and is affecting 4 properties in the Township of Lehigh, Northampton County.'),(26612,715,'_locations_21_description','field_5683f2b1dcba3'),(26613,715,'locations_22_location','a:3:{s:7:\"address\";s:21:\"40.816209, -75.676119\";s:3:\"lat\";s:10:\"40.8161089\";s:3:\"lng\";s:18:\"-75.67602469999997\";}'),(26614,715,'_locations_22_location','field_5683f288dcba1'),(26615,715,'locations_22_title','Lehighton Bridge – Twin Bridges – Lehighton, PA – Bridge Replacement'),(26616,715,'_locations_22_title','field_5683f2aadcba2'),(26617,715,'locations_22_image','699'),(26618,715,'_locations_22_image','field_568439ed8109d'),(26619,715,'locations_22_description','This project was for a large bridge reconstruction and affected 11 properties in the Borough of Lehighton, Carbon County.'),(26620,715,'_locations_22_description','field_5683f2b1dcba3'),(26621,715,'locations','23'),(26622,715,'_locations','field_5683f253a5dba'),(26623,716,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.262613, -75.222919\";s:3:\"lat\";s:10:\"40.2626497\";s:3:\"lng\";s:18:\"-75.22288079999998\";}'),(26624,716,'_locations_0_location','field_5683f288dcba1'),(26625,716,'locations_0_title','2038, WD1'),(26626,716,'_locations_0_title','field_5683f2aadcba2'),(26627,716,'locations_0_image','572'),(26628,716,'_locations_0_image','field_568439ed8109d'),(26629,716,'locations_0_description','This project is for a roadway widening and is affecting 65 properties and resulting in the relocation of 2 residents in the Townships of Montgomery & New Britain, Montgomery & Bucks Counties.'),(26630,716,'_locations_0_description','field_5683f2b1dcba3'),(26631,716,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.276639, -75.247167\";s:3:\"lat\";s:17:\"40.27663709999999\";s:3:\"lng\";s:11:\"-75.2471688\";}'),(26632,716,'_locations_1_location','field_5683f288dcba1'),(26633,716,'locations_1_title','2038, BBR'),(26634,716,'_locations_1_title','field_5683f2aadcba2'),(26635,716,'locations_1_image','574'),(26636,716,'_locations_1_image','field_568439ed8109d'),(26637,716,'locations_1_description','This project was for a small bridge replacement and affected 1 property in the Township of Hatfield, Montgomery County.'),(26638,716,'_locations_1_description','field_5683f2b1dcba3'),(26639,716,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.247361, -75.197195\";s:3:\"lat\";s:10:\"40.2484004\";s:3:\"lng\";s:18:\"-75.19883240000001\";}'),(26640,716,'_locations_2_location','field_5683f288dcba1'),(26641,716,'locations_2_title','2038, WD2'),(26642,716,'_locations_2_title','field_5683f2aadcba2'),(26643,716,'locations_2_image',''),(26644,716,'_locations_2_image','field_568439ed8109d'),(26645,716,'locations_2_description','This project is for a roadway widening and is affecting 47 properties in the Townships of Horsham and Warrington, Montgomery and Bucks Counties.'),(26646,716,'_locations_2_description','field_5683f2b1dcba3'),(26647,716,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.257916, -75.637053\";s:3:\"lat\";s:10:\"40.2579112\";s:3:\"lng\";s:18:\"-75.63705759999999\";}'),(26648,716,'_locations_3_location','field_5683f288dcba1'),(26649,716,'locations_3_title','Pottstown Signals'),(26650,716,'_locations_3_title','field_5683f2aadcba2'),(26651,716,'locations_3_image',''),(26652,716,'_locations_3_image','field_568439ed8109d'),(26653,716,'locations_3_description',''),(26654,716,'_locations_3_description','field_5683f2b1dcba3'),(26655,716,'locations_4_location','a:3:{s:7:\"address\";s:21:\"39.915582, -75.309306\";s:3:\"lat\";s:10:\"39.9155767\";s:3:\"lng\";s:11:\"-75.3093048\";}'),(26656,716,'_locations_4_location','field_5683f288dcba1'),(26657,716,'locations_4_title','Septa Secane'),(26658,716,'_locations_4_title','field_5683f2aadcba2'),(26659,716,'locations_4_image',''),(26660,716,'_locations_4_image','field_568439ed8109d'),(26661,716,'locations_4_description','This project is for station reconstruction for SEPTA and is affecting 4 properties in the Township of Upper Darby, Delaware County.'),(26662,716,'_locations_4_description','field_5683f2b1dcba3'),(26663,716,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.036586, -75.515609\";s:3:\"lat\";s:10:\"40.0367246\";s:3:\"lng\";s:18:\"-75.51568259999999\";}'),(26664,716,'_locations_5_location','field_5683f288dcba1'),(26665,716,'locations_5_title','Septa Malvern'),(26666,716,'_locations_5_title','field_5683f2aadcba2'),(26667,716,'locations_5_image',''),(26668,716,'_locations_5_image','field_568439ed8109d'),(26669,716,'locations_5_description','This project is for a station reconstruction for SEPTA and is affecting 1 property and resulting in 1 commercial relocation in the Borough of Malvern, Chester County.'),(26670,716,'_locations_5_description','field_5683f2b1dcba3'),(26671,716,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.085968, -75.362614\";s:3:\"lat\";s:9:\"40.086582\";s:3:\"lng\";s:18:\"-75.36161099999998\";}'),(26672,716,'_locations_6_location','field_5683f288dcba1'),(26673,716,'locations_6_title','Montgomery Valley Transit Authority – Chester Valley Trail'),(26674,716,'_locations_6_title','field_5683f2aadcba2'),(26675,716,'locations_6_image',''),(26676,716,'_locations_6_image','field_568439ed8109d'),(26677,716,'locations_6_description',''),(26678,716,'_locations_6_description','field_5683f2b1dcba3'),(26679,716,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.076076, -75.492159\";s:3:\"lat\";s:10:\"40.0762686\";s:3:\"lng\";s:11:\"-75.4945272\";}'),(26680,716,'_locations_7_location','field_5683f288dcba1'),(26681,716,'locations_7_title','MP 320 – 326 – Ending in King of Prussia PA – Highway Widening'),(26682,716,'_locations_7_title','field_5683f2aadcba2'),(26683,716,'locations_7_image',''),(26684,716,'_locations_7_image','field_568439ed8109d'),(26685,716,'locations_7_description','This project is for mainline reconstruction and bridge replacements and is affecting 82 properties in the Townships of Tredyffrin and Upper Merion, Chester and Montgomery Counties.'),(26686,716,'_locations_7_description','field_5683f2b1dcba3'),(26687,716,'locations','8'),(26688,716,'_locations','field_5683f253a5dba'),(26689,339,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.076076, -75.492159\";s:3:\"lat\";s:10:\"40.0762686\";s:3:\"lng\";s:11:\"-75.4945272\";}'),(26690,339,'_locations_7_location','field_5683f288dcba1'),(26691,339,'locations_7_title','MP 320 – 326 – Ending in King of Prussia PA – Highway Widening'),(26692,339,'_locations_7_title','field_5683f2aadcba2'),(26693,339,'locations_7_image',''),(26694,339,'_locations_7_image','field_568439ed8109d'),(26695,339,'locations_7_description','This project is for mainline reconstruction and bridge replacements and is affecting 82 properties in the Townships of Tredyffrin and Upper Merion, Chester and Montgomery Counties.'),(26696,339,'_locations_7_description','field_5683f2b1dcba3'),(26697,717,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.262613, -75.222919\";s:3:\"lat\";s:10:\"40.2626497\";s:3:\"lng\";s:18:\"-75.22288079999998\";}'),(26698,717,'_locations_0_location','field_5683f288dcba1'),(26699,717,'locations_0_title','2038, WD1'),(26700,717,'_locations_0_title','field_5683f2aadcba2'),(26701,717,'locations_0_image','572'),(26702,717,'_locations_0_image','field_568439ed8109d'),(26703,717,'locations_0_description','This project is for a roadway widening and is affecting 65 properties and resulting in the relocation of 2 residents in the Townships of Montgomery & New Britain, Montgomery & Bucks Counties.'),(26704,717,'_locations_0_description','field_5683f2b1dcba3'),(26705,717,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.276639, -75.247167\";s:3:\"lat\";s:17:\"40.27663709999999\";s:3:\"lng\";s:11:\"-75.2471688\";}'),(26706,717,'_locations_1_location','field_5683f288dcba1'),(26707,717,'locations_1_title','2038, BBR'),(26708,717,'_locations_1_title','field_5683f2aadcba2'),(26709,717,'locations_1_image','574'),(26710,717,'_locations_1_image','field_568439ed8109d'),(26711,717,'locations_1_description','This project was for a small bridge replacement and affected 1 property in the Township of Hatfield, Montgomery County.'),(26712,717,'_locations_1_description','field_5683f2b1dcba3'),(26713,717,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.247361, -75.197195\";s:3:\"lat\";s:10:\"40.2484004\";s:3:\"lng\";s:18:\"-75.19883240000001\";}'),(26714,717,'_locations_2_location','field_5683f288dcba1'),(26715,717,'locations_2_title','2038, WD2'),(26716,717,'_locations_2_title','field_5683f2aadcba2'),(26717,717,'locations_2_image',''),(26718,717,'_locations_2_image','field_568439ed8109d'),(26719,717,'locations_2_description','This project is for a roadway widening and is affecting 47 properties in the Townships of Horsham and Warrington, Montgomery and Bucks Counties.'),(26720,717,'_locations_2_description','field_5683f2b1dcba3'),(26721,717,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.257916, -75.637053\";s:3:\"lat\";s:10:\"40.2579112\";s:3:\"lng\";s:18:\"-75.63705759999999\";}'),(26722,717,'_locations_3_location','field_5683f288dcba1'),(26723,717,'locations_3_title','Pottstown Signals'),(26724,717,'_locations_3_title','field_5683f2aadcba2'),(26725,717,'locations_3_image',''),(26726,717,'_locations_3_image','field_568439ed8109d'),(26727,717,'locations_3_description',''),(26728,717,'_locations_3_description','field_5683f2b1dcba3'),(26729,717,'locations_4_location','a:3:{s:7:\"address\";s:21:\"39.915582, -75.309306\";s:3:\"lat\";s:10:\"39.9155767\";s:3:\"lng\";s:11:\"-75.3093048\";}'),(26730,717,'_locations_4_location','field_5683f288dcba1'),(26731,717,'locations_4_title','Septa Secane'),(26732,717,'_locations_4_title','field_5683f2aadcba2'),(26733,717,'locations_4_image',''),(26734,717,'_locations_4_image','field_568439ed8109d'),(26735,717,'locations_4_description','This project is for station reconstruction for SEPTA and is affecting 4 properties in the Township of Upper Darby, Delaware County.'),(26736,717,'_locations_4_description','field_5683f2b1dcba3'),(26737,717,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.036586, -75.515609\";s:3:\"lat\";s:10:\"40.0367246\";s:3:\"lng\";s:18:\"-75.51568259999999\";}'),(26738,717,'_locations_5_location','field_5683f288dcba1'),(26739,717,'locations_5_title','Septa Malvern'),(26740,717,'_locations_5_title','field_5683f2aadcba2'),(26741,717,'locations_5_image',''),(26742,717,'_locations_5_image','field_568439ed8109d'),(26743,717,'locations_5_description','This project is for a station reconstruction for SEPTA and is affecting 1 property and resulting in 1 commercial relocation in the Borough of Malvern, Chester County.'),(26744,717,'_locations_5_description','field_5683f2b1dcba3'),(26745,717,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.085968, -75.362614\";s:3:\"lat\";s:9:\"40.086582\";s:3:\"lng\";s:18:\"-75.36161099999998\";}'),(26746,717,'_locations_6_location','field_5683f288dcba1'),(26747,717,'locations_6_title','Montgomery Valley Transit Authority – Chester Valley Trail'),(26748,717,'_locations_6_title','field_5683f2aadcba2'),(26749,717,'locations_6_image',''),(26750,717,'_locations_6_image','field_568439ed8109d'),(26751,717,'locations_6_description',''),(26752,717,'_locations_6_description','field_5683f2b1dcba3'),(26753,717,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.076076, -75.492159\";s:3:\"lat\";s:10:\"40.0762686\";s:3:\"lng\";s:11:\"-75.4945272\";}'),(26754,717,'_locations_7_location','field_5683f288dcba1'),(26755,717,'locations_7_title','MP 320 – 326 – Ending in King of Prussia PA – Highway Widening'),(26756,717,'_locations_7_title','field_5683f2aadcba2'),(26757,717,'locations_7_image',''),(26758,717,'_locations_7_image','field_568439ed8109d'),(26759,717,'locations_7_description','This project is for mainline reconstruction and bridge replacements and is affecting 82 properties in the Townships of Tredyffrin and Upper Merion, Chester and Montgomery Counties.'),(26760,717,'_locations_7_description','field_5683f2b1dcba3'),(26761,717,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.139285, -75.288778\";s:3:\"lat\";s:10:\"40.1395276\";s:3:\"lng\";s:11:\"-75.2888562\";}'),(26762,717,'_locations_8_location','field_5683f288dcba1'),(26763,717,'locations_8_title','MPA20 to A30 – Northeast Extension, Whitpain Township – Highway Widening'),(26764,717,'_locations_8_title','field_5683f2aadcba2'),(26765,717,'locations_8_image',''),(26766,717,'_locations_8_image','field_568439ed8109d'),(26767,717,'locations_8_description',''),(26768,717,'_locations_8_description','field_5683f2b1dcba3'),(26769,717,'locations','9'),(26770,717,'_locations','field_5683f253a5dba'),(26771,339,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.139285, -75.288778\";s:3:\"lat\";s:10:\"40.1395276\";s:3:\"lng\";s:11:\"-75.2888562\";}'),(26772,339,'_locations_8_location','field_5683f288dcba1'),(26773,339,'locations_8_title','MPA20 to A30 – Northeast Extension, Whitpain Township – Highway Widening'),(26774,339,'_locations_8_title','field_5683f2aadcba2'),(26775,339,'locations_8_image',''),(26776,339,'_locations_8_image','field_568439ed8109d'),(26777,339,'locations_8_description','This project is for mainline reconstruction and bridge replacements and is affecting over 60 properties in Towamencin and Worcester Townships, Montgomery County.'),(26778,339,'_locations_8_description','field_5683f2b1dcba3'),(26779,718,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.262613, -75.222919\";s:3:\"lat\";s:10:\"40.2626497\";s:3:\"lng\";s:18:\"-75.22288079999998\";}'),(26780,718,'_locations_0_location','field_5683f288dcba1'),(26781,718,'locations_0_title','2038, WD1'),(26782,718,'_locations_0_title','field_5683f2aadcba2'),(26783,718,'locations_0_image','572'),(26784,718,'_locations_0_image','field_568439ed8109d'),(26785,718,'locations_0_description','This project is for a roadway widening and is affecting 65 properties and resulting in the relocation of 2 residents in the Townships of Montgomery & New Britain, Montgomery & Bucks Counties.'),(26786,718,'_locations_0_description','field_5683f2b1dcba3'),(26787,718,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.276639, -75.247167\";s:3:\"lat\";s:17:\"40.27663709999999\";s:3:\"lng\";s:11:\"-75.2471688\";}'),(26788,718,'_locations_1_location','field_5683f288dcba1'),(26789,718,'locations_1_title','2038, BBR'),(26790,718,'_locations_1_title','field_5683f2aadcba2'),(26791,718,'locations_1_image','574'),(26792,718,'_locations_1_image','field_568439ed8109d'),(26793,718,'locations_1_description','This project was for a small bridge replacement and affected 1 property in the Township of Hatfield, Montgomery County.'),(26794,718,'_locations_1_description','field_5683f2b1dcba3'),(26795,718,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.247361, -75.197195\";s:3:\"lat\";s:10:\"40.2484004\";s:3:\"lng\";s:18:\"-75.19883240000001\";}'),(26796,718,'_locations_2_location','field_5683f288dcba1'),(26797,718,'locations_2_title','2038, WD2'),(26798,718,'_locations_2_title','field_5683f2aadcba2'),(26799,718,'locations_2_image',''),(26800,718,'_locations_2_image','field_568439ed8109d'),(26801,718,'locations_2_description','This project is for a roadway widening and is affecting 47 properties in the Townships of Horsham and Warrington, Montgomery and Bucks Counties.'),(26802,718,'_locations_2_description','field_5683f2b1dcba3'),(26803,718,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.257916, -75.637053\";s:3:\"lat\";s:10:\"40.2579112\";s:3:\"lng\";s:18:\"-75.63705759999999\";}'),(26804,718,'_locations_3_location','field_5683f288dcba1'),(26805,718,'locations_3_title','Pottstown Signals'),(26806,718,'_locations_3_title','field_5683f2aadcba2'),(26807,718,'locations_3_image',''),(26808,718,'_locations_3_image','field_568439ed8109d'),(26809,718,'locations_3_description',''),(26810,718,'_locations_3_description','field_5683f2b1dcba3'),(26811,718,'locations_4_location','a:3:{s:7:\"address\";s:21:\"39.915582, -75.309306\";s:3:\"lat\";s:10:\"39.9155767\";s:3:\"lng\";s:11:\"-75.3093048\";}'),(26812,718,'_locations_4_location','field_5683f288dcba1'),(26813,718,'locations_4_title','Septa Secane'),(26814,718,'_locations_4_title','field_5683f2aadcba2'),(26815,718,'locations_4_image',''),(26816,718,'_locations_4_image','field_568439ed8109d'),(26817,718,'locations_4_description','This project is for station reconstruction for SEPTA and is affecting 4 properties in the Township of Upper Darby, Delaware County.'),(26818,718,'_locations_4_description','field_5683f2b1dcba3'),(26819,718,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.036586, -75.515609\";s:3:\"lat\";s:10:\"40.0367246\";s:3:\"lng\";s:18:\"-75.51568259999999\";}'),(26820,718,'_locations_5_location','field_5683f288dcba1'),(26821,718,'locations_5_title','Septa Malvern'),(26822,718,'_locations_5_title','field_5683f2aadcba2'),(26823,718,'locations_5_image',''),(26824,718,'_locations_5_image','field_568439ed8109d'),(26825,718,'locations_5_description','This project is for a station reconstruction for SEPTA and is affecting 1 property and resulting in 1 commercial relocation in the Borough of Malvern, Chester County.'),(26826,718,'_locations_5_description','field_5683f2b1dcba3'),(26827,718,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.085968, -75.362614\";s:3:\"lat\";s:9:\"40.086582\";s:3:\"lng\";s:18:\"-75.36161099999998\";}'),(26828,718,'_locations_6_location','field_5683f288dcba1'),(26829,718,'locations_6_title','Montgomery Valley Transit Authority – Chester Valley Trail'),(26830,718,'_locations_6_title','field_5683f2aadcba2'),(26831,718,'locations_6_image',''),(26832,718,'_locations_6_image','field_568439ed8109d'),(26833,718,'locations_6_description',''),(26834,718,'_locations_6_description','field_5683f2b1dcba3'),(26835,718,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.076076, -75.492159\";s:3:\"lat\";s:10:\"40.0762686\";s:3:\"lng\";s:11:\"-75.4945272\";}'),(26836,718,'_locations_7_location','field_5683f288dcba1'),(26837,718,'locations_7_title','MP 320 – 326 – Ending in King of Prussia PA – Highway Widening'),(26838,718,'_locations_7_title','field_5683f2aadcba2'),(26839,718,'locations_7_image',''),(26840,718,'_locations_7_image','field_568439ed8109d'),(26841,718,'locations_7_description','This project is for mainline reconstruction and bridge replacements and is affecting 82 properties in the Townships of Tredyffrin and Upper Merion, Chester and Montgomery Counties.'),(26842,718,'_locations_7_description','field_5683f2b1dcba3'),(26843,718,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.139285, -75.288778\";s:3:\"lat\";s:10:\"40.1395276\";s:3:\"lng\";s:11:\"-75.2888562\";}'),(26844,718,'_locations_8_location','field_5683f288dcba1'),(26845,718,'locations_8_title','MPA20 to A30 – Northeast Extension, Whitpain Township – Highway Widening'),(26846,718,'_locations_8_title','field_5683f2aadcba2'),(26847,718,'locations_8_image',''),(26848,718,'_locations_8_image','field_568439ed8109d'),(26849,718,'locations_8_description','This project is for mainline reconstruction and bridge replacements and is affecting over 60 properties in Towamencin and Worcester Townships, Montgomery County.'),(26850,718,'_locations_8_description','field_5683f2b1dcba3'),(26851,718,'locations','9'),(26852,718,'_locations','field_5683f253a5dba'),(26853,719,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.262613, -75.222919\";s:3:\"lat\";s:10:\"40.2626497\";s:3:\"lng\";s:18:\"-75.22288079999998\";}'),(26854,719,'_locations_0_location','field_5683f288dcba1'),(26855,719,'locations_0_title','2038, WD1'),(26856,719,'_locations_0_title','field_5683f2aadcba2'),(26857,719,'locations_0_image','572'),(26858,719,'_locations_0_image','field_568439ed8109d'),(26859,719,'locations_0_description','This project is for a roadway widening and is affecting 65 properties and resulting in the relocation of 2 residents in the Townships of Montgomery & New Britain, Montgomery & Bucks Counties.'),(26860,719,'_locations_0_description','field_5683f2b1dcba3'),(26861,719,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.276639, -75.247167\";s:3:\"lat\";s:17:\"40.27663709999999\";s:3:\"lng\";s:11:\"-75.2471688\";}'),(26862,719,'_locations_1_location','field_5683f288dcba1'),(26863,719,'locations_1_title','2038, BBR'),(26864,719,'_locations_1_title','field_5683f2aadcba2'),(26865,719,'locations_1_image','574'),(26866,719,'_locations_1_image','field_568439ed8109d'),(26867,719,'locations_1_description','This project was for a small bridge replacement and affected 1 property in the Township of Hatfield, Montgomery County.'),(26868,719,'_locations_1_description','field_5683f2b1dcba3'),(26869,719,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.247361, -75.197195\";s:3:\"lat\";s:10:\"40.2484004\";s:3:\"lng\";s:18:\"-75.19883240000001\";}'),(26870,719,'_locations_2_location','field_5683f288dcba1'),(26871,719,'locations_2_title','2038, WD2'),(26872,719,'_locations_2_title','field_5683f2aadcba2'),(26873,719,'locations_2_image',''),(26874,719,'_locations_2_image','field_568439ed8109d'),(26875,719,'locations_2_description','This project is for a roadway widening and is affecting 47 properties in the Townships of Horsham and Warrington, Montgomery and Bucks Counties.'),(26876,719,'_locations_2_description','field_5683f2b1dcba3'),(26877,719,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.257916, -75.637053\";s:3:\"lat\";s:10:\"40.2579112\";s:3:\"lng\";s:18:\"-75.63705759999999\";}'),(26878,719,'_locations_3_location','field_5683f288dcba1'),(26879,719,'locations_3_title','Pottstown Signals'),(26880,719,'_locations_3_title','field_5683f2aadcba2'),(26881,719,'locations_3_image',''),(26882,719,'_locations_3_image','field_568439ed8109d'),(26883,719,'locations_3_description',''),(26884,719,'_locations_3_description','field_5683f2b1dcba3'),(26885,719,'locations_4_location','a:3:{s:7:\"address\";s:21:\"39.915582, -75.309306\";s:3:\"lat\";s:10:\"39.9155767\";s:3:\"lng\";s:11:\"-75.3093048\";}'),(26886,719,'_locations_4_location','field_5683f288dcba1'),(26887,719,'locations_4_title','Septa Secane'),(26888,719,'_locations_4_title','field_5683f2aadcba2'),(26889,719,'locations_4_image',''),(26890,719,'_locations_4_image','field_568439ed8109d'),(26891,719,'locations_4_description','This project is for station reconstruction for SEPTA and is affecting 4 properties in the Township of Upper Darby, Delaware County.'),(26892,719,'_locations_4_description','field_5683f2b1dcba3'),(26893,719,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.036586, -75.515609\";s:3:\"lat\";s:10:\"40.0367246\";s:3:\"lng\";s:18:\"-75.51568259999999\";}'),(26894,719,'_locations_5_location','field_5683f288dcba1'),(26895,719,'locations_5_title','Septa Malvern'),(26896,719,'_locations_5_title','field_5683f2aadcba2'),(26897,719,'locations_5_image',''),(26898,719,'_locations_5_image','field_568439ed8109d'),(26899,719,'locations_5_description','This project is for a station reconstruction for SEPTA and is affecting 1 property and resulting in 1 commercial relocation in the Borough of Malvern, Chester County.'),(26900,719,'_locations_5_description','field_5683f2b1dcba3'),(26901,719,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.085968, -75.362614\";s:3:\"lat\";s:9:\"40.086582\";s:3:\"lng\";s:18:\"-75.36161099999998\";}'),(26902,719,'_locations_6_location','field_5683f288dcba1'),(26903,719,'locations_6_title','Montgomery Valley Transit Authority – Chester Valley Trail'),(26904,719,'_locations_6_title','field_5683f2aadcba2'),(26905,719,'locations_6_image',''),(26906,719,'_locations_6_image','field_568439ed8109d'),(26907,719,'locations_6_description',''),(26908,719,'_locations_6_description','field_5683f2b1dcba3'),(26909,719,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.076076, -75.492159\";s:3:\"lat\";s:10:\"40.0762686\";s:3:\"lng\";s:11:\"-75.4945272\";}'),(26910,719,'_locations_7_location','field_5683f288dcba1'),(26911,719,'locations_7_title','MP 320 – 326 – Ending in King of Prussia PA – Highway Widening'),(26912,719,'_locations_7_title','field_5683f2aadcba2'),(26913,719,'locations_7_image',''),(26914,719,'_locations_7_image','field_568439ed8109d'),(26915,719,'locations_7_description','This project is for mainline reconstruction and bridge replacements and is affecting 82 properties in the Townships of Tredyffrin and Upper Merion, Chester and Montgomery Counties.'),(26916,719,'_locations_7_description','field_5683f2b1dcba3'),(26917,719,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.139285, -75.288778\";s:3:\"lat\";s:10:\"40.1395276\";s:3:\"lng\";s:11:\"-75.2888562\";}'),(26918,719,'_locations_8_location','field_5683f288dcba1'),(26919,719,'locations_8_title','MPA20 to A30 – Northeast Extension, Whitpain Township – Highway Widening'),(26920,719,'_locations_8_title','field_5683f2aadcba2'),(26921,719,'locations_8_image',''),(26922,719,'_locations_8_image','field_568439ed8109d'),(26923,719,'locations_8_description','This project is for mainline reconstruction and bridge replacements and is affecting over 60 properties in Towamencin and Worcester Townships, Montgomery County.'),(26924,719,'_locations_8_description','field_5683f2b1dcba3'),(26925,719,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.061252, -75.627140\";s:3:\"lat\";s:10:\"40.0625819\";s:3:\"lng\";s:18:\"-75.63076619999998\";}'),(26926,719,'_locations_9_location','field_5683f288dcba1'),(26927,719,'locations_9_title',''),(26928,719,'_locations_9_title','field_5683f2aadcba2'),(26929,719,'locations_9_image',''),(26930,719,'_locations_9_image','field_568439ed8109d'),(26931,719,'locations_9_description',''),(26932,719,'_locations_9_description','field_5683f2b1dcba3'),(26933,719,'locations','10'),(26934,719,'_locations','field_5683f253a5dba'),(26935,339,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.061252, -75.627140\";s:3:\"lat\";s:10:\"40.0625819\";s:3:\"lng\";s:18:\"-75.63076619999998\";}'),(26936,339,'_locations_9_location','field_5683f288dcba1'),(26937,339,'locations_9_title','MP 312 -319 – Exton PA – Highway Widening'),(26938,339,'_locations_9_title','field_5683f2aadcba2'),(26939,339,'locations_9_image',''),(26940,339,'_locations_9_image','field_568439ed8109d'),(26941,339,'locations_9_description',''),(26942,339,'_locations_9_description','field_5683f2b1dcba3'),(26943,720,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.262613, -75.222919\";s:3:\"lat\";s:10:\"40.2626497\";s:3:\"lng\";s:18:\"-75.22288079999998\";}'),(26944,720,'_locations_0_location','field_5683f288dcba1'),(26945,720,'locations_0_title','2038, WD1'),(26946,720,'_locations_0_title','field_5683f2aadcba2'),(26947,720,'locations_0_image','572'),(26948,720,'_locations_0_image','field_568439ed8109d'),(26949,720,'locations_0_description','This project is for a roadway widening and is affecting 65 properties and resulting in the relocation of 2 residents in the Townships of Montgomery & New Britain, Montgomery & Bucks Counties.'),(26950,720,'_locations_0_description','field_5683f2b1dcba3'),(26951,720,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.276639, -75.247167\";s:3:\"lat\";s:17:\"40.27663709999999\";s:3:\"lng\";s:11:\"-75.2471688\";}'),(26952,720,'_locations_1_location','field_5683f288dcba1'),(26953,720,'locations_1_title','2038, BBR'),(26954,720,'_locations_1_title','field_5683f2aadcba2'),(26955,720,'locations_1_image','574'),(26956,720,'_locations_1_image','field_568439ed8109d'),(26957,720,'locations_1_description','This project was for a small bridge replacement and affected 1 property in the Township of Hatfield, Montgomery County.'),(26958,720,'_locations_1_description','field_5683f2b1dcba3'),(26959,720,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.247361, -75.197195\";s:3:\"lat\";s:10:\"40.2484004\";s:3:\"lng\";s:18:\"-75.19883240000001\";}'),(26960,720,'_locations_2_location','field_5683f288dcba1'),(26961,720,'locations_2_title','2038, WD2'),(26962,720,'_locations_2_title','field_5683f2aadcba2'),(26963,720,'locations_2_image',''),(26964,720,'_locations_2_image','field_568439ed8109d'),(26965,720,'locations_2_description','This project is for a roadway widening and is affecting 47 properties in the Townships of Horsham and Warrington, Montgomery and Bucks Counties.'),(26966,720,'_locations_2_description','field_5683f2b1dcba3'),(26967,720,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.257916, -75.637053\";s:3:\"lat\";s:10:\"40.2579112\";s:3:\"lng\";s:18:\"-75.63705759999999\";}'),(26968,720,'_locations_3_location','field_5683f288dcba1'),(26969,720,'locations_3_title','Pottstown Signals'),(26970,720,'_locations_3_title','field_5683f2aadcba2'),(26971,720,'locations_3_image',''),(26972,720,'_locations_3_image','field_568439ed8109d'),(26973,720,'locations_3_description',''),(26974,720,'_locations_3_description','field_5683f2b1dcba3'),(26975,720,'locations_4_location','a:3:{s:7:\"address\";s:21:\"39.915582, -75.309306\";s:3:\"lat\";s:10:\"39.9155767\";s:3:\"lng\";s:11:\"-75.3093048\";}'),(26976,720,'_locations_4_location','field_5683f288dcba1'),(26977,720,'locations_4_title','Septa Secane'),(26978,720,'_locations_4_title','field_5683f2aadcba2'),(26979,720,'locations_4_image',''),(26980,720,'_locations_4_image','field_568439ed8109d'),(26981,720,'locations_4_description','This project is for station reconstruction for SEPTA and is affecting 4 properties in the Township of Upper Darby, Delaware County.'),(26982,720,'_locations_4_description','field_5683f2b1dcba3'),(26983,720,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.036586, -75.515609\";s:3:\"lat\";s:10:\"40.0367246\";s:3:\"lng\";s:18:\"-75.51568259999999\";}'),(26984,720,'_locations_5_location','field_5683f288dcba1'),(26985,720,'locations_5_title','Septa Malvern'),(26986,720,'_locations_5_title','field_5683f2aadcba2'),(26987,720,'locations_5_image',''),(26988,720,'_locations_5_image','field_568439ed8109d'),(26989,720,'locations_5_description','This project is for a station reconstruction for SEPTA and is affecting 1 property and resulting in 1 commercial relocation in the Borough of Malvern, Chester County.'),(26990,720,'_locations_5_description','field_5683f2b1dcba3'),(26991,720,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.085968, -75.362614\";s:3:\"lat\";s:9:\"40.086582\";s:3:\"lng\";s:18:\"-75.36161099999998\";}'),(26992,720,'_locations_6_location','field_5683f288dcba1'),(26993,720,'locations_6_title','Montgomery Valley Transit Authority – Chester Valley Trail'),(26994,720,'_locations_6_title','field_5683f2aadcba2'),(26995,720,'locations_6_image',''),(26996,720,'_locations_6_image','field_568439ed8109d'),(26997,720,'locations_6_description',''),(26998,720,'_locations_6_description','field_5683f2b1dcba3'),(26999,720,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.076076, -75.492159\";s:3:\"lat\";s:10:\"40.0762686\";s:3:\"lng\";s:11:\"-75.4945272\";}'),(27000,720,'_locations_7_location','field_5683f288dcba1'),(27001,720,'locations_7_title','MP 320 – 326 – Ending in King of Prussia PA – Highway Widening'),(27002,720,'_locations_7_title','field_5683f2aadcba2'),(27003,720,'locations_7_image',''),(27004,720,'_locations_7_image','field_568439ed8109d'),(27005,720,'locations_7_description','This project is for mainline reconstruction and bridge replacements and is affecting 82 properties in the Townships of Tredyffrin and Upper Merion, Chester and Montgomery Counties.'),(27006,720,'_locations_7_description','field_5683f2b1dcba3'),(27007,720,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.139285, -75.288778\";s:3:\"lat\";s:10:\"40.1395276\";s:3:\"lng\";s:11:\"-75.2888562\";}'),(27008,720,'_locations_8_location','field_5683f288dcba1'),(27009,720,'locations_8_title','MPA20 to A30 – Northeast Extension, Whitpain Township – Highway Widening'),(27010,720,'_locations_8_title','field_5683f2aadcba2'),(27011,720,'locations_8_image',''),(27012,720,'_locations_8_image','field_568439ed8109d'),(27013,720,'locations_8_description','This project is for mainline reconstruction and bridge replacements and is affecting over 60 properties in Towamencin and Worcester Townships, Montgomery County.'),(27014,720,'_locations_8_description','field_5683f2b1dcba3'),(27015,720,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.061252, -75.627140\";s:3:\"lat\";s:10:\"40.0625819\";s:3:\"lng\";s:18:\"-75.63076619999998\";}'),(27016,720,'_locations_9_location','field_5683f288dcba1'),(27017,720,'locations_9_title','MP 312 -319 – Exton PA – Highway Widening'),(27018,720,'_locations_9_title','field_5683f2aadcba2'),(27019,720,'locations_9_image',''),(27020,720,'_locations_9_image','field_568439ed8109d'),(27021,720,'locations_9_description',''),(27022,720,'_locations_9_description','field_5683f2b1dcba3'),(27023,720,'locations','10'),(27024,720,'_locations','field_5683f253a5dba'),(27025,721,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.262613, -75.222919\";s:3:\"lat\";s:10:\"40.2626497\";s:3:\"lng\";s:18:\"-75.22288079999998\";}'),(27026,721,'_locations_0_location','field_5683f288dcba1'),(27027,721,'locations_0_title','2038, WD1'),(27028,721,'_locations_0_title','field_5683f2aadcba2'),(27029,721,'locations_0_image','572'),(27030,721,'_locations_0_image','field_568439ed8109d'),(27031,721,'locations_0_description','This project is for a roadway widening and is affecting 65 properties and resulting in the relocation of 2 residents in the Townships of Montgomery & New Britain, Montgomery & Bucks Counties.'),(27032,721,'_locations_0_description','field_5683f2b1dcba3'),(27033,721,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.276639, -75.247167\";s:3:\"lat\";s:17:\"40.27663709999999\";s:3:\"lng\";s:11:\"-75.2471688\";}'),(27034,721,'_locations_1_location','field_5683f288dcba1'),(27035,721,'locations_1_title','2038, BBR'),(27036,721,'_locations_1_title','field_5683f2aadcba2'),(27037,721,'locations_1_image','574'),(27038,721,'_locations_1_image','field_568439ed8109d'),(27039,721,'locations_1_description','This project was for a small bridge replacement and affected 1 property in the Township of Hatfield, Montgomery County.'),(27040,721,'_locations_1_description','field_5683f2b1dcba3'),(27041,721,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.247361, -75.197195\";s:3:\"lat\";s:10:\"40.2484004\";s:3:\"lng\";s:18:\"-75.19883240000001\";}'),(27042,721,'_locations_2_location','field_5683f288dcba1'),(27043,721,'locations_2_title','2038, WD2'),(27044,721,'_locations_2_title','field_5683f2aadcba2'),(27045,721,'locations_2_image',''),(27046,721,'_locations_2_image','field_568439ed8109d'),(27047,721,'locations_2_description','This project is for a roadway widening and is affecting 47 properties in the Townships of Horsham and Warrington, Montgomery and Bucks Counties.'),(27048,721,'_locations_2_description','field_5683f2b1dcba3'),(27049,721,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.257916, -75.637053\";s:3:\"lat\";s:10:\"40.2579112\";s:3:\"lng\";s:18:\"-75.63705759999999\";}'),(27050,721,'_locations_3_location','field_5683f288dcba1'),(27051,721,'locations_3_title','Pottstown Signals'),(27052,721,'_locations_3_title','field_5683f2aadcba2'),(27053,721,'locations_3_image',''),(27054,721,'_locations_3_image','field_568439ed8109d'),(27055,721,'locations_3_description',''),(27056,721,'_locations_3_description','field_5683f2b1dcba3'),(27057,721,'locations_4_location','a:3:{s:7:\"address\";s:21:\"39.915582, -75.309306\";s:3:\"lat\";s:10:\"39.9155767\";s:3:\"lng\";s:11:\"-75.3093048\";}'),(27058,721,'_locations_4_location','field_5683f288dcba1'),(27059,721,'locations_4_title','Septa Secane'),(27060,721,'_locations_4_title','field_5683f2aadcba2'),(27061,721,'locations_4_image',''),(27062,721,'_locations_4_image','field_568439ed8109d'),(27063,721,'locations_4_description','This project is for station reconstruction for SEPTA and is affecting 4 properties in the Township of Upper Darby, Delaware County.'),(27064,721,'_locations_4_description','field_5683f2b1dcba3'),(27065,721,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.036586, -75.515609\";s:3:\"lat\";s:10:\"40.0367246\";s:3:\"lng\";s:18:\"-75.51568259999999\";}'),(27066,721,'_locations_5_location','field_5683f288dcba1'),(27067,721,'locations_5_title','Septa Malvern'),(27068,721,'_locations_5_title','field_5683f2aadcba2'),(27069,721,'locations_5_image',''),(27070,721,'_locations_5_image','field_568439ed8109d'),(27071,721,'locations_5_description','This project is for a station reconstruction for SEPTA and is affecting 1 property and resulting in 1 commercial relocation in the Borough of Malvern, Chester County.'),(27072,721,'_locations_5_description','field_5683f2b1dcba3'),(27073,721,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.085968, -75.362614\";s:3:\"lat\";s:9:\"40.086582\";s:3:\"lng\";s:18:\"-75.36161099999998\";}'),(27074,721,'_locations_6_location','field_5683f288dcba1'),(27075,721,'locations_6_title','Montgomery Valley Transit Authority – Chester Valley Trail'),(27076,721,'_locations_6_title','field_5683f2aadcba2'),(27077,721,'locations_6_image',''),(27078,721,'_locations_6_image','field_568439ed8109d'),(27079,721,'locations_6_description',''),(27080,721,'_locations_6_description','field_5683f2b1dcba3'),(27081,721,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.076076, -75.492159\";s:3:\"lat\";s:10:\"40.0762686\";s:3:\"lng\";s:11:\"-75.4945272\";}'),(27082,721,'_locations_7_location','field_5683f288dcba1'),(27083,721,'locations_7_title','MP 320 – 326 – Ending in King of Prussia PA – Highway Widening'),(27084,721,'_locations_7_title','field_5683f2aadcba2'),(27085,721,'locations_7_image',''),(27086,721,'_locations_7_image','field_568439ed8109d'),(27087,721,'locations_7_description','This project is for mainline reconstruction and bridge replacements and is affecting 82 properties in the Townships of Tredyffrin and Upper Merion, Chester and Montgomery Counties.'),(27088,721,'_locations_7_description','field_5683f2b1dcba3'),(27089,721,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.139285, -75.288778\";s:3:\"lat\";s:10:\"40.1395276\";s:3:\"lng\";s:11:\"-75.2888562\";}'),(27090,721,'_locations_8_location','field_5683f288dcba1'),(27091,721,'locations_8_title','MPA20 to A30 – Northeast Extension, Whitpain Township – Highway Widening'),(27092,721,'_locations_8_title','field_5683f2aadcba2'),(27093,721,'locations_8_image',''),(27094,721,'_locations_8_image','field_568439ed8109d'),(27095,721,'locations_8_description','This project is for mainline reconstruction and bridge replacements and is affecting over 60 properties in Towamencin and Worcester Townships, Montgomery County.'),(27096,721,'_locations_8_description','field_5683f2b1dcba3'),(27097,721,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.061252, -75.627140\";s:3:\"lat\";s:10:\"40.0625819\";s:3:\"lng\";s:18:\"-75.63076619999998\";}'),(27098,721,'_locations_9_location','field_5683f288dcba1'),(27099,721,'locations_9_title','MP 312 -319 – Exton PA – Highway Widening'),(27100,721,'_locations_9_title','field_5683f2aadcba2'),(27101,721,'locations_9_image',''),(27102,721,'_locations_9_image','field_568439ed8109d'),(27103,721,'locations_9_description',''),(27104,721,'_locations_9_description','field_5683f2b1dcba3'),(27105,721,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.353274, -75.392240\";s:3:\"lat\";s:10:\"40.3484254\";s:3:\"lng\";s:18:\"-75.38963109999997\";}'),(27106,721,'_locations_10_location','field_5683f288dcba1'),(27107,721,'locations_10_title',''),(27108,721,'_locations_10_title','field_5683f2aadcba2'),(27109,721,'locations_10_image',''),(27110,721,'_locations_10_image','field_568439ed8109d'),(27111,721,'locations_10_description',''),(27112,721,'_locations_10_description','field_5683f2b1dcba3'),(27113,721,'locations','11'),(27114,721,'_locations','field_5683f253a5dba'),(27115,339,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.353274, -75.392240\";s:3:\"lat\";s:10:\"40.3484254\";s:3:\"lng\";s:18:\"-75.38963109999997\";}'),(27116,339,'_locations_10_location','field_5683f288dcba1'),(27117,339,'locations_10_title','MPA31-A38 – Northeast Extension – Telford PA – Highway Widening'),(27118,339,'_locations_10_title','field_5683f2aadcba2'),(27119,339,'locations_10_image',''),(27120,339,'_locations_10_image','field_568439ed8109d'),(27121,339,'locations_10_description',''),(27122,339,'_locations_10_description','field_5683f2b1dcba3'),(27123,722,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(27124,722,'_locations_0_location','field_5683f288dcba1'),(27125,722,'locations_0_title','SR0028, All sections'),(27126,722,'_locations_0_title','field_5683f2aadcba2'),(27127,722,'locations_0_image',''),(27128,722,'_locations_0_image','field_568439ed8109d'),(27129,722,'locations_0_description',''),(27130,722,'_locations_0_description','field_5683f2b1dcba3'),(27131,722,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(27132,722,'_locations_1_location','field_5683f288dcba1'),(27133,722,'locations_1_title','286, A09 – Golden Mile'),(27134,722,'_locations_1_title','field_5683f2aadcba2'),(27135,722,'locations_1_image',''),(27136,722,'_locations_1_image','field_568439ed8109d'),(27137,722,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(27138,722,'_locations_1_description','field_5683f2b1dcba3'),(27139,722,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(27140,722,'_locations_2_location','field_5683f288dcba1'),(27141,722,'locations_2_title','2040, A18 – Curry Hollow'),(27142,722,'_locations_2_title','field_5683f2aadcba2'),(27143,722,'locations_2_image',''),(27144,722,'_locations_2_image','field_568439ed8109d'),(27145,722,'locations_2_description',''),(27146,722,'_locations_2_description','field_5683f2b1dcba3'),(27147,722,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(27148,722,'_locations_3_location','field_5683f288dcba1'),(27149,722,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(27150,722,'_locations_3_title','field_5683f2aadcba2'),(27151,722,'locations_3_image',''),(27152,722,'_locations_3_image','field_568439ed8109d'),(27153,722,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(27154,722,'_locations_3_description','field_5683f2b1dcba3'),(27155,722,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(27156,722,'_locations_4_location','field_5683f288dcba1'),(27157,722,'locations_4_title','Duncan Avenue – Hampton Twp.'),(27158,722,'_locations_4_title','field_5683f2aadcba2'),(27159,722,'locations_4_image',''),(27160,722,'_locations_4_image','field_568439ed8109d'),(27161,722,'locations_4_description',''),(27162,722,'_locations_4_description','field_5683f2b1dcba3'),(27163,722,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(27164,722,'_locations_5_location','field_5683f288dcba1'),(27165,722,'locations_5_title','Pine Creek Road – McCandless'),(27166,722,'_locations_5_title','field_5683f2aadcba2'),(27167,722,'locations_5_image',''),(27168,722,'_locations_5_image','field_568439ed8109d'),(27169,722,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(27170,722,'_locations_5_description','field_5683f2b1dcba3'),(27171,722,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(27172,722,'_locations_6_location','field_5683f288dcba1'),(27173,722,'locations_6_title','Brewhouse – Trek Development'),(27174,722,'_locations_6_title','field_5683f2aadcba2'),(27175,722,'locations_6_image',''),(27176,722,'_locations_6_image','field_568439ed8109d'),(27177,722,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(27178,722,'_locations_6_description','field_5683f2b1dcba3'),(27179,722,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(27180,722,'_locations_7_location','field_5683f288dcba1'),(27181,722,'locations_7_title','Ewalt Road – Richland Twp.'),(27182,722,'_locations_7_title','field_5683f2aadcba2'),(27183,722,'locations_7_image',''),(27184,722,'_locations_7_image','field_568439ed8109d'),(27185,722,'locations_7_description',''),(27186,722,'_locations_7_description','field_5683f2b1dcba3'),(27187,722,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.625521, -79.941837\";s:3:\"lat\";s:10:\"40.6255198\";s:3:\"lng\";s:10:\"-79.941822\";}'),(27188,722,'_locations_8_location','field_5683f288dcba1'),(27189,722,'locations_8_title','Ewalt Road – Richland Twp.'),(27190,722,'_locations_8_title','field_5683f2aadcba2'),(27191,722,'locations_8_image',''),(27192,722,'_locations_8_image','field_568439ed8109d'),(27193,722,'locations_8_description',''),(27194,722,'_locations_8_description','field_5683f2b1dcba3'),(27195,722,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(27196,722,'_locations_9_location','field_5683f288dcba1'),(27197,722,'locations_9_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(27198,722,'_locations_9_title','field_5683f2aadcba2'),(27199,722,'locations_9_image',''),(27200,722,'_locations_9_image','field_568439ed8109d'),(27201,722,'locations_9_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(27202,722,'_locations_9_description','field_5683f2b1dcba3'),(27203,722,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.425708, -79.805807\";s:3:\"lat\";s:10:\"40.4256461\";s:3:\"lng\";s:18:\"-79.80576589999998\";}'),(27204,722,'_locations_10_location','field_5683f288dcba1'),(27205,722,'locations_10_title','State Route 2065, Section A07'),(27206,722,'_locations_10_title','field_5683f2aadcba2'),(27207,722,'locations_10_image',''),(27208,722,'_locations_10_image','field_568439ed8109d'),(27209,722,'locations_10_description',''),(27210,722,'_locations_10_description','field_5683f2b1dcba3'),(27211,722,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.354856, -80.118393\";s:3:\"lat\";s:10:\"40.3527492\";s:3:\"lng\";s:18:\"-80.11776529999997\";}'),(27212,722,'_locations_11_location','field_5683f288dcba1'),(27213,722,'locations_11_title','Southern Beltway Section C – New Roadway Construction'),(27214,722,'_locations_11_title','field_5683f2aadcba2'),(27215,722,'locations_11_image',''),(27216,722,'_locations_11_image','field_568439ed8109d'),(27217,722,'locations_11_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 18 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(27218,722,'_locations_11_description','field_5683f2b1dcba3'),(27219,722,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.509371, -80.256419\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(27220,722,'_locations_12_location','field_5683f288dcba1'),(27221,722,'locations_12_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(27222,722,'_locations_12_title','field_5683f2aadcba2'),(27223,722,'locations_12_image','671'),(27224,722,'_locations_12_image','field_568439ed8109d'),(27225,722,'locations_12_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(27226,722,'_locations_12_description','field_5683f2b1dcba3'),(27227,722,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.590450, -79.888763\";s:3:\"lat\";s:10:\"40.5943712\";s:3:\"lng\";s:18:\"-79.89597279999998\";}'),(27228,722,'_locations_13_location','field_5683f288dcba1'),(27229,722,'locations_13_title','MP 40-48 – Hampton Township – Highway Widening'),(27230,722,'_locations_13_title','field_5683f2aadcba2'),(27231,722,'locations_13_image',''),(27232,722,'_locations_13_image','field_568439ed8109d'),(27233,722,'locations_13_description','This project is for mainline reconstruction and bridge replacement and is affecting 71 properties and resulting in the relocation of 1 resident in the Townships of Harmar and Indiana, Allegheny County.'),(27234,722,'_locations_13_description','field_5683f2b1dcba3'),(27235,722,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.392019, -80.077682\";s:3:\"lat\";s:17:\"40.39202119999999\";s:3:\"lng\";s:18:\"-80.07767890000002\";}'),(27236,722,'_locations_14_location','field_5683f288dcba1'),(27237,722,'locations_14_title','Georges Run Bridge No. 1, Carnegie PA – Bridge'),(27238,722,'_locations_14_title','field_5683f2aadcba2'),(27239,722,'locations_14_image',''),(27240,722,'_locations_14_image','field_568439ed8109d'),(27241,722,'locations_14_description',''),(27242,722,'_locations_14_description','field_5683f2b1dcba3'),(27243,722,'locations','15'),(27244,722,'_locations','field_5683f253a5dba'),(27245,347,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.386279, -79.894258\";s:3:\"lat\";s:10:\"40.3862842\";s:3:\"lng\";s:18:\"-79.89425510000001\";}'),(27246,347,'_locations_14_location','field_5683f288dcba1'),(27247,347,'locations_14_title','Homeville Creek Bridge 7, West Mifflin PA – Bridge'),(27248,347,'_locations_14_title','field_5683f2aadcba2'),(27249,347,'locations_14_image',''),(27250,347,'_locations_14_image','field_568439ed8109d'),(27251,347,'locations_14_description','This project is for a small bridge replacement and is affecting 7 properties in the Borough of Munhall, Allegheny County.'),(27252,347,'_locations_14_description','field_5683f2b1dcba3'),(27253,723,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(27254,723,'_locations_0_location','field_5683f288dcba1'),(27255,723,'locations_0_title','SR0028, All sections'),(27256,723,'_locations_0_title','field_5683f2aadcba2'),(27257,723,'locations_0_image',''),(27258,723,'_locations_0_image','field_568439ed8109d'),(27259,723,'locations_0_description',''),(27260,723,'_locations_0_description','field_5683f2b1dcba3'),(27261,723,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(27262,723,'_locations_1_location','field_5683f288dcba1'),(27263,723,'locations_1_title','286, A09 – Golden Mile'),(27264,723,'_locations_1_title','field_5683f2aadcba2'),(27265,723,'locations_1_image',''),(27266,723,'_locations_1_image','field_568439ed8109d'),(27267,723,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(27268,723,'_locations_1_description','field_5683f2b1dcba3'),(27269,723,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(27270,723,'_locations_2_location','field_5683f288dcba1'),(27271,723,'locations_2_title','2040, A18 – Curry Hollow'),(27272,723,'_locations_2_title','field_5683f2aadcba2'),(27273,723,'locations_2_image',''),(27274,723,'_locations_2_image','field_568439ed8109d'),(27275,723,'locations_2_description',''),(27276,723,'_locations_2_description','field_5683f2b1dcba3'),(27277,723,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(27278,723,'_locations_3_location','field_5683f288dcba1'),(27279,723,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(27280,723,'_locations_3_title','field_5683f2aadcba2'),(27281,723,'locations_3_image',''),(27282,723,'_locations_3_image','field_568439ed8109d'),(27283,723,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(27284,723,'_locations_3_description','field_5683f2b1dcba3'),(27285,723,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(27286,723,'_locations_4_location','field_5683f288dcba1'),(27287,723,'locations_4_title','Duncan Avenue – Hampton Twp.'),(27288,723,'_locations_4_title','field_5683f2aadcba2'),(27289,723,'locations_4_image',''),(27290,723,'_locations_4_image','field_568439ed8109d'),(27291,723,'locations_4_description',''),(27292,723,'_locations_4_description','field_5683f2b1dcba3'),(27293,723,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(27294,723,'_locations_5_location','field_5683f288dcba1'),(27295,723,'locations_5_title','Pine Creek Road – McCandless'),(27296,723,'_locations_5_title','field_5683f2aadcba2'),(27297,723,'locations_5_image',''),(27298,723,'_locations_5_image','field_568439ed8109d'),(27299,723,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(27300,723,'_locations_5_description','field_5683f2b1dcba3'),(27301,723,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(27302,723,'_locations_6_location','field_5683f288dcba1'),(27303,723,'locations_6_title','Brewhouse – Trek Development'),(27304,723,'_locations_6_title','field_5683f2aadcba2'),(27305,723,'locations_6_image',''),(27306,723,'_locations_6_image','field_568439ed8109d'),(27307,723,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(27308,723,'_locations_6_description','field_5683f2b1dcba3'),(27309,723,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(27310,723,'_locations_7_location','field_5683f288dcba1'),(27311,723,'locations_7_title','Ewalt Road – Richland Twp.'),(27312,723,'_locations_7_title','field_5683f2aadcba2'),(27313,723,'locations_7_image',''),(27314,723,'_locations_7_image','field_568439ed8109d'),(27315,723,'locations_7_description',''),(27316,723,'_locations_7_description','field_5683f2b1dcba3'),(27317,723,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.625521, -79.941837\";s:3:\"lat\";s:10:\"40.6255198\";s:3:\"lng\";s:10:\"-79.941822\";}'),(27318,723,'_locations_8_location','field_5683f288dcba1'),(27319,723,'locations_8_title','Ewalt Road – Richland Twp.'),(27320,723,'_locations_8_title','field_5683f2aadcba2'),(27321,723,'locations_8_image',''),(27322,723,'_locations_8_image','field_568439ed8109d'),(27323,723,'locations_8_description',''),(27324,723,'_locations_8_description','field_5683f2b1dcba3'),(27325,723,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(27326,723,'_locations_9_location','field_5683f288dcba1'),(27327,723,'locations_9_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(27328,723,'_locations_9_title','field_5683f2aadcba2'),(27329,723,'locations_9_image',''),(27330,723,'_locations_9_image','field_568439ed8109d'),(27331,723,'locations_9_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(27332,723,'_locations_9_description','field_5683f2b1dcba3'),(27333,723,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.425708, -79.805807\";s:3:\"lat\";s:10:\"40.4256461\";s:3:\"lng\";s:18:\"-79.80576589999998\";}'),(27334,723,'_locations_10_location','field_5683f288dcba1'),(27335,723,'locations_10_title','State Route 2065, Section A07'),(27336,723,'_locations_10_title','field_5683f2aadcba2'),(27337,723,'locations_10_image',''),(27338,723,'_locations_10_image','field_568439ed8109d'),(27339,723,'locations_10_description',''),(27340,723,'_locations_10_description','field_5683f2b1dcba3'),(27341,723,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.354856, -80.118393\";s:3:\"lat\";s:10:\"40.3527492\";s:3:\"lng\";s:18:\"-80.11776529999997\";}'),(27342,723,'_locations_11_location','field_5683f288dcba1'),(27343,723,'locations_11_title','Southern Beltway Section C – New Roadway Construction'),(27344,723,'_locations_11_title','field_5683f2aadcba2'),(27345,723,'locations_11_image',''),(27346,723,'_locations_11_image','field_568439ed8109d'),(27347,723,'locations_11_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 18 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(27348,723,'_locations_11_description','field_5683f2b1dcba3'),(27349,723,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.509371, -80.256419\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(27350,723,'_locations_12_location','field_5683f288dcba1'),(27351,723,'locations_12_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(27352,723,'_locations_12_title','field_5683f2aadcba2'),(27353,723,'locations_12_image','671'),(27354,723,'_locations_12_image','field_568439ed8109d'),(27355,723,'locations_12_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(27356,723,'_locations_12_description','field_5683f2b1dcba3'),(27357,723,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.590450, -79.888763\";s:3:\"lat\";s:10:\"40.5943712\";s:3:\"lng\";s:18:\"-79.89597279999998\";}'),(27358,723,'_locations_13_location','field_5683f288dcba1'),(27359,723,'locations_13_title','MP 40-48 – Hampton Township – Highway Widening'),(27360,723,'_locations_13_title','field_5683f2aadcba2'),(27361,723,'locations_13_image',''),(27362,723,'_locations_13_image','field_568439ed8109d'),(27363,723,'locations_13_description','This project is for mainline reconstruction and bridge replacement and is affecting 71 properties and resulting in the relocation of 1 resident in the Townships of Harmar and Indiana, Allegheny County.'),(27364,723,'_locations_13_description','field_5683f2b1dcba3'),(27365,723,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.392019, -80.077682\";s:3:\"lat\";s:17:\"40.39202119999999\";s:3:\"lng\";s:18:\"-80.07767890000002\";}'),(27366,723,'_locations_14_location','field_5683f288dcba1'),(27367,723,'locations_14_title','Georges Run Bridge No. 1, Carnegie PA – Bridge'),(27368,723,'_locations_14_title','field_5683f2aadcba2'),(27369,723,'locations_14_image',''),(27370,723,'_locations_14_image','field_568439ed8109d'),(27371,723,'locations_14_description','This project is for a small bridge replacement and is affecting 4 properties in the Township of Scott, Allegheny County.'),(27372,723,'_locations_14_description','field_5683f2b1dcba3'),(27373,723,'locations','15'),(27374,723,'_locations','field_5683f253a5dba'),(27375,724,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(27376,724,'_locations_0_location','field_5683f288dcba1'),(27377,724,'locations_0_title','SR0028, All sections'),(27378,724,'_locations_0_title','field_5683f2aadcba2'),(27379,724,'locations_0_image',''),(27380,724,'_locations_0_image','field_568439ed8109d'),(27381,724,'locations_0_description',''),(27382,724,'_locations_0_description','field_5683f2b1dcba3'),(27383,724,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(27384,724,'_locations_1_location','field_5683f288dcba1'),(27385,724,'locations_1_title','286, A09 – Golden Mile'),(27386,724,'_locations_1_title','field_5683f2aadcba2'),(27387,724,'locations_1_image',''),(27388,724,'_locations_1_image','field_568439ed8109d'),(27389,724,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(27390,724,'_locations_1_description','field_5683f2b1dcba3'),(27391,724,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(27392,724,'_locations_2_location','field_5683f288dcba1'),(27393,724,'locations_2_title','2040, A18 – Curry Hollow'),(27394,724,'_locations_2_title','field_5683f2aadcba2'),(27395,724,'locations_2_image',''),(27396,724,'_locations_2_image','field_568439ed8109d'),(27397,724,'locations_2_description',''),(27398,724,'_locations_2_description','field_5683f2b1dcba3'),(27399,724,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(27400,724,'_locations_3_location','field_5683f288dcba1'),(27401,724,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(27402,724,'_locations_3_title','field_5683f2aadcba2'),(27403,724,'locations_3_image',''),(27404,724,'_locations_3_image','field_568439ed8109d'),(27405,724,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(27406,724,'_locations_3_description','field_5683f2b1dcba3'),(27407,724,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(27408,724,'_locations_4_location','field_5683f288dcba1'),(27409,724,'locations_4_title','Duncan Avenue – Hampton Twp.'),(27410,724,'_locations_4_title','field_5683f2aadcba2'),(27411,724,'locations_4_image',''),(27412,724,'_locations_4_image','field_568439ed8109d'),(27413,724,'locations_4_description',''),(27414,724,'_locations_4_description','field_5683f2b1dcba3'),(27415,724,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(27416,724,'_locations_5_location','field_5683f288dcba1'),(27417,724,'locations_5_title','Pine Creek Road – McCandless'),(27418,724,'_locations_5_title','field_5683f2aadcba2'),(27419,724,'locations_5_image',''),(27420,724,'_locations_5_image','field_568439ed8109d'),(27421,724,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(27422,724,'_locations_5_description','field_5683f2b1dcba3'),(27423,724,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(27424,724,'_locations_6_location','field_5683f288dcba1'),(27425,724,'locations_6_title','Brewhouse – Trek Development'),(27426,724,'_locations_6_title','field_5683f2aadcba2'),(27427,724,'locations_6_image',''),(27428,724,'_locations_6_image','field_568439ed8109d'),(27429,724,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(27430,724,'_locations_6_description','field_5683f2b1dcba3'),(27431,724,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(27432,724,'_locations_7_location','field_5683f288dcba1'),(27433,724,'locations_7_title','Ewalt Road – Richland Twp.'),(27434,724,'_locations_7_title','field_5683f2aadcba2'),(27435,724,'locations_7_image',''),(27436,724,'_locations_7_image','field_568439ed8109d'),(27437,724,'locations_7_description',''),(27438,724,'_locations_7_description','field_5683f2b1dcba3'),(27439,724,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.625521, -79.941837\";s:3:\"lat\";s:10:\"40.6255198\";s:3:\"lng\";s:10:\"-79.941822\";}'),(27440,724,'_locations_8_location','field_5683f288dcba1'),(27441,724,'locations_8_title','Ewalt Road – Richland Twp.'),(27442,724,'_locations_8_title','field_5683f2aadcba2'),(27443,724,'locations_8_image',''),(27444,724,'_locations_8_image','field_568439ed8109d'),(27445,724,'locations_8_description',''),(27446,724,'_locations_8_description','field_5683f2b1dcba3'),(27447,724,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(27448,724,'_locations_9_location','field_5683f288dcba1'),(27449,724,'locations_9_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(27450,724,'_locations_9_title','field_5683f2aadcba2'),(27451,724,'locations_9_image',''),(27452,724,'_locations_9_image','field_568439ed8109d'),(27453,724,'locations_9_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(27454,724,'_locations_9_description','field_5683f2b1dcba3'),(27455,724,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.425708, -79.805807\";s:3:\"lat\";s:10:\"40.4256461\";s:3:\"lng\";s:18:\"-79.80576589999998\";}'),(27456,724,'_locations_10_location','field_5683f288dcba1'),(27457,724,'locations_10_title','State Route 2065, Section A07'),(27458,724,'_locations_10_title','field_5683f2aadcba2'),(27459,724,'locations_10_image',''),(27460,724,'_locations_10_image','field_568439ed8109d'),(27461,724,'locations_10_description',''),(27462,724,'_locations_10_description','field_5683f2b1dcba3'),(27463,724,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.354856, -80.118393\";s:3:\"lat\";s:10:\"40.3527492\";s:3:\"lng\";s:18:\"-80.11776529999997\";}'),(27464,724,'_locations_11_location','field_5683f288dcba1'),(27465,724,'locations_11_title','Southern Beltway Section C – New Roadway Construction'),(27466,724,'_locations_11_title','field_5683f2aadcba2'),(27467,724,'locations_11_image',''),(27468,724,'_locations_11_image','field_568439ed8109d'),(27469,724,'locations_11_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 18 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(27470,724,'_locations_11_description','field_5683f2b1dcba3'),(27471,724,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.509371, -80.256419\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(27472,724,'_locations_12_location','field_5683f288dcba1'),(27473,724,'locations_12_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(27474,724,'_locations_12_title','field_5683f2aadcba2'),(27475,724,'locations_12_image','671'),(27476,724,'_locations_12_image','field_568439ed8109d'),(27477,724,'locations_12_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(27478,724,'_locations_12_description','field_5683f2b1dcba3'),(27479,724,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.590450, -79.888763\";s:3:\"lat\";s:10:\"40.5943712\";s:3:\"lng\";s:18:\"-79.89597279999998\";}'),(27480,724,'_locations_13_location','field_5683f288dcba1'),(27481,724,'locations_13_title','MP 40-48 – Hampton Township – Highway Widening'),(27482,724,'_locations_13_title','field_5683f2aadcba2'),(27483,724,'locations_13_image',''),(27484,724,'_locations_13_image','field_568439ed8109d'),(27485,724,'locations_13_description','This project is for mainline reconstruction and bridge replacement and is affecting 71 properties and resulting in the relocation of 1 resident in the Townships of Harmar and Indiana, Allegheny County.'),(27486,724,'_locations_13_description','field_5683f2b1dcba3'),(27487,724,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.392019, -80.077682\";s:3:\"lat\";s:17:\"40.39202119999999\";s:3:\"lng\";s:18:\"-80.07767890000002\";}'),(27488,724,'_locations_14_location','field_5683f288dcba1'),(27489,724,'locations_14_title','Georges Run Bridge No. 1, Carnegie PA – Bridge'),(27490,724,'_locations_14_title','field_5683f2aadcba2'),(27491,724,'locations_14_image',''),(27492,724,'_locations_14_image','field_568439ed8109d'),(27493,724,'locations_14_description','This project is for a small bridge replacement and is affecting 4 properties in the Township of Scott, Allegheny County.'),(27494,724,'_locations_14_description','field_5683f2b1dcba3'),(27495,724,'locations_15_location','a:3:{s:7:\"address\";s:21:\"40.386279, -79.894258\";s:3:\"lat\";s:10:\"40.3862842\";s:3:\"lng\";s:18:\"-79.89425510000001\";}'),(27496,724,'_locations_15_location','field_5683f288dcba1'),(27497,724,'locations_15_title','Homeville Creek Bridge 7, West Mifflin PA – Bridge'),(27498,724,'_locations_15_title','field_5683f2aadcba2'),(27499,724,'locations_15_image',''),(27500,724,'_locations_15_image','field_568439ed8109d'),(27501,724,'locations_15_description',''),(27502,724,'_locations_15_description','field_5683f2b1dcba3'),(27503,724,'locations','16'),(27504,724,'_locations','field_5683f253a5dba'),(27505,347,'locations_15_location','a:3:{s:7:\"address\";s:21:\"40.396380, -79.895244\";s:3:\"lat\";s:10:\"40.3963432\";s:3:\"lng\";s:18:\"-79.89543119999996\";}'),(27506,347,'_locations_15_location','field_5683f288dcba1'),(27507,347,'locations_15_title','Homeville Creek Bridge 10 – West Mifflin PA - Bridge'),(27508,347,'_locations_15_title','field_5683f2aadcba2'),(27509,347,'locations_15_image','727'),(27510,347,'_locations_15_image','field_568439ed8109d'),(27511,347,'locations_15_description','This project was for a small bridge replacement and affected 7 properties in the Borough of Munhall, Allegheny County.'),(27512,347,'_locations_15_description','field_5683f2b1dcba3'),(27513,725,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(27514,725,'_locations_0_location','field_5683f288dcba1'),(27515,725,'locations_0_title','SR0028, All sections'),(27516,725,'_locations_0_title','field_5683f2aadcba2'),(27517,725,'locations_0_image',''),(27518,725,'_locations_0_image','field_568439ed8109d'),(27519,725,'locations_0_description',''),(27520,725,'_locations_0_description','field_5683f2b1dcba3'),(27521,725,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(27522,725,'_locations_1_location','field_5683f288dcba1'),(27523,725,'locations_1_title','286, A09 – Golden Mile'),(27524,725,'_locations_1_title','field_5683f2aadcba2'),(27525,725,'locations_1_image',''),(27526,725,'_locations_1_image','field_568439ed8109d'),(27527,725,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(27528,725,'_locations_1_description','field_5683f2b1dcba3'),(27529,725,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(27530,725,'_locations_2_location','field_5683f288dcba1'),(27531,725,'locations_2_title','2040, A18 – Curry Hollow'),(27532,725,'_locations_2_title','field_5683f2aadcba2'),(27533,725,'locations_2_image',''),(27534,725,'_locations_2_image','field_568439ed8109d'),(27535,725,'locations_2_description',''),(27536,725,'_locations_2_description','field_5683f2b1dcba3'),(27537,725,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(27538,725,'_locations_3_location','field_5683f288dcba1'),(27539,725,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(27540,725,'_locations_3_title','field_5683f2aadcba2'),(27541,725,'locations_3_image',''),(27542,725,'_locations_3_image','field_568439ed8109d'),(27543,725,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(27544,725,'_locations_3_description','field_5683f2b1dcba3'),(27545,725,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(27546,725,'_locations_4_location','field_5683f288dcba1'),(27547,725,'locations_4_title','Duncan Avenue – Hampton Twp.'),(27548,725,'_locations_4_title','field_5683f2aadcba2'),(27549,725,'locations_4_image',''),(27550,725,'_locations_4_image','field_568439ed8109d'),(27551,725,'locations_4_description',''),(27552,725,'_locations_4_description','field_5683f2b1dcba3'),(27553,725,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(27554,725,'_locations_5_location','field_5683f288dcba1'),(27555,725,'locations_5_title','Pine Creek Road – McCandless'),(27556,725,'_locations_5_title','field_5683f2aadcba2'),(27557,725,'locations_5_image',''),(27558,725,'_locations_5_image','field_568439ed8109d'),(27559,725,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(27560,725,'_locations_5_description','field_5683f2b1dcba3'),(27561,725,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(27562,725,'_locations_6_location','field_5683f288dcba1'),(27563,725,'locations_6_title','Brewhouse – Trek Development'),(27564,725,'_locations_6_title','field_5683f2aadcba2'),(27565,725,'locations_6_image',''),(27566,725,'_locations_6_image','field_568439ed8109d'),(27567,725,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(27568,725,'_locations_6_description','field_5683f2b1dcba3'),(27569,725,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(27570,725,'_locations_7_location','field_5683f288dcba1'),(27571,725,'locations_7_title','Ewalt Road – Richland Twp.'),(27572,725,'_locations_7_title','field_5683f2aadcba2'),(27573,725,'locations_7_image',''),(27574,725,'_locations_7_image','field_568439ed8109d'),(27575,725,'locations_7_description',''),(27576,725,'_locations_7_description','field_5683f2b1dcba3'),(27577,725,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.625521, -79.941837\";s:3:\"lat\";s:10:\"40.6255198\";s:3:\"lng\";s:10:\"-79.941822\";}'),(27578,725,'_locations_8_location','field_5683f288dcba1'),(27579,725,'locations_8_title','Ewalt Road – Richland Twp.'),(27580,725,'_locations_8_title','field_5683f2aadcba2'),(27581,725,'locations_8_image',''),(27582,725,'_locations_8_image','field_568439ed8109d'),(27583,725,'locations_8_description',''),(27584,725,'_locations_8_description','field_5683f2b1dcba3'),(27585,725,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(27586,725,'_locations_9_location','field_5683f288dcba1'),(27587,725,'locations_9_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(27588,725,'_locations_9_title','field_5683f2aadcba2'),(27589,725,'locations_9_image',''),(27590,725,'_locations_9_image','field_568439ed8109d'),(27591,725,'locations_9_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(27592,725,'_locations_9_description','field_5683f2b1dcba3'),(27593,725,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.425708, -79.805807\";s:3:\"lat\";s:10:\"40.4256461\";s:3:\"lng\";s:18:\"-79.80576589999998\";}'),(27594,725,'_locations_10_location','field_5683f288dcba1'),(27595,725,'locations_10_title','State Route 2065, Section A07'),(27596,725,'_locations_10_title','field_5683f2aadcba2'),(27597,725,'locations_10_image',''),(27598,725,'_locations_10_image','field_568439ed8109d'),(27599,725,'locations_10_description',''),(27600,725,'_locations_10_description','field_5683f2b1dcba3'),(27601,725,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.354856, -80.118393\";s:3:\"lat\";s:10:\"40.3527492\";s:3:\"lng\";s:18:\"-80.11776529999997\";}'),(27602,725,'_locations_11_location','field_5683f288dcba1'),(27603,725,'locations_11_title','Southern Beltway Section C – New Roadway Construction'),(27604,725,'_locations_11_title','field_5683f2aadcba2'),(27605,725,'locations_11_image',''),(27606,725,'_locations_11_image','field_568439ed8109d'),(27607,725,'locations_11_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 18 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(27608,725,'_locations_11_description','field_5683f2b1dcba3'),(27609,725,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.509371, -80.256419\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(27610,725,'_locations_12_location','field_5683f288dcba1'),(27611,725,'locations_12_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(27612,725,'_locations_12_title','field_5683f2aadcba2'),(27613,725,'locations_12_image','671'),(27614,725,'_locations_12_image','field_568439ed8109d'),(27615,725,'locations_12_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(27616,725,'_locations_12_description','field_5683f2b1dcba3'),(27617,725,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.590450, -79.888763\";s:3:\"lat\";s:10:\"40.5943712\";s:3:\"lng\";s:18:\"-79.89597279999998\";}'),(27618,725,'_locations_13_location','field_5683f288dcba1'),(27619,725,'locations_13_title','MP 40-48 – Hampton Township – Highway Widening'),(27620,725,'_locations_13_title','field_5683f2aadcba2'),(27621,725,'locations_13_image',''),(27622,725,'_locations_13_image','field_568439ed8109d'),(27623,725,'locations_13_description','This project is for mainline reconstruction and bridge replacement and is affecting 71 properties and resulting in the relocation of 1 resident in the Townships of Harmar and Indiana, Allegheny County.'),(27624,725,'_locations_13_description','field_5683f2b1dcba3'),(27625,725,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.392019, -80.077682\";s:3:\"lat\";s:17:\"40.39202119999999\";s:3:\"lng\";s:18:\"-80.07767890000002\";}'),(27626,725,'_locations_14_location','field_5683f288dcba1'),(27627,725,'locations_14_title','Georges Run Bridge No. 1, Carnegie PA – Bridge'),(27628,725,'_locations_14_title','field_5683f2aadcba2'),(27629,725,'locations_14_image',''),(27630,725,'_locations_14_image','field_568439ed8109d'),(27631,725,'locations_14_description','This project is for a small bridge replacement and is affecting 4 properties in the Township of Scott, Allegheny County.'),(27632,725,'_locations_14_description','field_5683f2b1dcba3'),(27633,725,'locations_15_location','a:3:{s:7:\"address\";s:21:\"40.386279, -79.894258\";s:3:\"lat\";s:10:\"40.3862842\";s:3:\"lng\";s:18:\"-79.89425510000001\";}'),(27634,725,'_locations_15_location','field_5683f288dcba1'),(27635,725,'locations_15_title','Homeville Creek Bridge 7, West Mifflin PA – Bridge'),(27636,725,'_locations_15_title','field_5683f2aadcba2'),(27637,725,'locations_15_image',''),(27638,725,'_locations_15_image','field_568439ed8109d'),(27639,725,'locations_15_description','This project is for a small bridge replacement and is affecting 7 properties in the Borough of Munhall, Allegheny County.'),(27640,725,'_locations_15_description','field_5683f2b1dcba3'),(27641,725,'locations','16'),(27642,725,'_locations','field_5683f253a5dba'),(27643,726,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(27644,726,'_locations_0_location','field_5683f288dcba1'),(27645,726,'locations_0_title','SR0028, All sections'),(27646,726,'_locations_0_title','field_5683f2aadcba2'),(27647,726,'locations_0_image',''),(27648,726,'_locations_0_image','field_568439ed8109d'),(27649,726,'locations_0_description',''),(27650,726,'_locations_0_description','field_5683f2b1dcba3'),(27651,726,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(27652,726,'_locations_1_location','field_5683f288dcba1'),(27653,726,'locations_1_title','286, A09 – Golden Mile'),(27654,726,'_locations_1_title','field_5683f2aadcba2'),(27655,726,'locations_1_image',''),(27656,726,'_locations_1_image','field_568439ed8109d'),(27657,726,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(27658,726,'_locations_1_description','field_5683f2b1dcba3'),(27659,726,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(27660,726,'_locations_2_location','field_5683f288dcba1'),(27661,726,'locations_2_title','2040, A18 – Curry Hollow'),(27662,726,'_locations_2_title','field_5683f2aadcba2'),(27663,726,'locations_2_image',''),(27664,726,'_locations_2_image','field_568439ed8109d'),(27665,726,'locations_2_description',''),(27666,726,'_locations_2_description','field_5683f2b1dcba3'),(27667,726,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(27668,726,'_locations_3_location','field_5683f288dcba1'),(27669,726,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(27670,726,'_locations_3_title','field_5683f2aadcba2'),(27671,726,'locations_3_image',''),(27672,726,'_locations_3_image','field_568439ed8109d'),(27673,726,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(27674,726,'_locations_3_description','field_5683f2b1dcba3'),(27675,726,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(27676,726,'_locations_4_location','field_5683f288dcba1'),(27677,726,'locations_4_title','Duncan Avenue – Hampton Twp.'),(27678,726,'_locations_4_title','field_5683f2aadcba2'),(27679,726,'locations_4_image',''),(27680,726,'_locations_4_image','field_568439ed8109d'),(27681,726,'locations_4_description',''),(27682,726,'_locations_4_description','field_5683f2b1dcba3'),(27683,726,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(27684,726,'_locations_5_location','field_5683f288dcba1'),(27685,726,'locations_5_title','Pine Creek Road – McCandless'),(27686,726,'_locations_5_title','field_5683f2aadcba2'),(27687,726,'locations_5_image',''),(27688,726,'_locations_5_image','field_568439ed8109d'),(27689,726,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(27690,726,'_locations_5_description','field_5683f2b1dcba3'),(27691,726,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(27692,726,'_locations_6_location','field_5683f288dcba1'),(27693,726,'locations_6_title','Brewhouse – Trek Development'),(27694,726,'_locations_6_title','field_5683f2aadcba2'),(27695,726,'locations_6_image',''),(27696,726,'_locations_6_image','field_568439ed8109d'),(27697,726,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(27698,726,'_locations_6_description','field_5683f2b1dcba3'),(27699,726,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(27700,726,'_locations_7_location','field_5683f288dcba1'),(27701,726,'locations_7_title','Ewalt Road – Richland Twp.'),(27702,726,'_locations_7_title','field_5683f2aadcba2'),(27703,726,'locations_7_image',''),(27704,726,'_locations_7_image','field_568439ed8109d'),(27705,726,'locations_7_description',''),(27706,726,'_locations_7_description','field_5683f2b1dcba3'),(27707,726,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.625521, -79.941837\";s:3:\"lat\";s:10:\"40.6255198\";s:3:\"lng\";s:10:\"-79.941822\";}'),(27708,726,'_locations_8_location','field_5683f288dcba1'),(27709,726,'locations_8_title','Ewalt Road – Richland Twp.'),(27710,726,'_locations_8_title','field_5683f2aadcba2'),(27711,726,'locations_8_image',''),(27712,726,'_locations_8_image','field_568439ed8109d'),(27713,726,'locations_8_description',''),(27714,726,'_locations_8_description','field_5683f2b1dcba3'),(27715,726,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(27716,726,'_locations_9_location','field_5683f288dcba1'),(27717,726,'locations_9_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(27718,726,'_locations_9_title','field_5683f2aadcba2'),(27719,726,'locations_9_image',''),(27720,726,'_locations_9_image','field_568439ed8109d'),(27721,726,'locations_9_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(27722,726,'_locations_9_description','field_5683f2b1dcba3'),(27723,726,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.425708, -79.805807\";s:3:\"lat\";s:10:\"40.4256461\";s:3:\"lng\";s:18:\"-79.80576589999998\";}'),(27724,726,'_locations_10_location','field_5683f288dcba1'),(27725,726,'locations_10_title','State Route 2065, Section A07'),(27726,726,'_locations_10_title','field_5683f2aadcba2'),(27727,726,'locations_10_image',''),(27728,726,'_locations_10_image','field_568439ed8109d'),(27729,726,'locations_10_description',''),(27730,726,'_locations_10_description','field_5683f2b1dcba3'),(27731,726,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.354856, -80.118393\";s:3:\"lat\";s:10:\"40.3527492\";s:3:\"lng\";s:18:\"-80.11776529999997\";}'),(27732,726,'_locations_11_location','field_5683f288dcba1'),(27733,726,'locations_11_title','Southern Beltway Section C – New Roadway Construction'),(27734,726,'_locations_11_title','field_5683f2aadcba2'),(27735,726,'locations_11_image',''),(27736,726,'_locations_11_image','field_568439ed8109d'),(27737,726,'locations_11_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 18 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(27738,726,'_locations_11_description','field_5683f2b1dcba3'),(27739,726,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.509371, -80.256419\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(27740,726,'_locations_12_location','field_5683f288dcba1'),(27741,726,'locations_12_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(27742,726,'_locations_12_title','field_5683f2aadcba2'),(27743,726,'locations_12_image','671'),(27744,726,'_locations_12_image','field_568439ed8109d'),(27745,726,'locations_12_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(27746,726,'_locations_12_description','field_5683f2b1dcba3'),(27747,726,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.590450, -79.888763\";s:3:\"lat\";s:10:\"40.5943712\";s:3:\"lng\";s:18:\"-79.89597279999998\";}'),(27748,726,'_locations_13_location','field_5683f288dcba1'),(27749,726,'locations_13_title','MP 40-48 – Hampton Township – Highway Widening'),(27750,726,'_locations_13_title','field_5683f2aadcba2'),(27751,726,'locations_13_image',''),(27752,726,'_locations_13_image','field_568439ed8109d'),(27753,726,'locations_13_description','This project is for mainline reconstruction and bridge replacement and is affecting 71 properties and resulting in the relocation of 1 resident in the Townships of Harmar and Indiana, Allegheny County.'),(27754,726,'_locations_13_description','field_5683f2b1dcba3'),(27755,726,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.392019, -80.077682\";s:3:\"lat\";s:17:\"40.39202119999999\";s:3:\"lng\";s:18:\"-80.07767890000002\";}'),(27756,726,'_locations_14_location','field_5683f288dcba1'),(27757,726,'locations_14_title','Georges Run Bridge No. 1, Carnegie PA – Bridge'),(27758,726,'_locations_14_title','field_5683f2aadcba2'),(27759,726,'locations_14_image',''),(27760,726,'_locations_14_image','field_568439ed8109d'),(27761,726,'locations_14_description','This project is for a small bridge replacement and is affecting 4 properties in the Township of Scott, Allegheny County.'),(27762,726,'_locations_14_description','field_5683f2b1dcba3'),(27763,726,'locations_15_location','a:3:{s:7:\"address\";s:21:\"40.386279, -79.894258\";s:3:\"lat\";s:10:\"40.3862842\";s:3:\"lng\";s:18:\"-79.89425510000001\";}'),(27764,726,'_locations_15_location','field_5683f288dcba1'),(27765,726,'locations_15_title','Homeville Creek Bridge 7, West Mifflin PA – Bridge'),(27766,726,'_locations_15_title','field_5683f2aadcba2'),(27767,726,'locations_15_image',''),(27768,726,'_locations_15_image','field_568439ed8109d'),(27769,726,'locations_15_description','This project is for a small bridge replacement and is affecting 7 properties in the Borough of Munhall, Allegheny County.'),(27770,726,'_locations_15_description','field_5683f2b1dcba3'),(27771,726,'locations_16_location','a:3:{s:7:\"address\";s:21:\"40.396380, -79.895244\";s:3:\"lat\";s:10:\"40.3963432\";s:3:\"lng\";s:18:\"-79.89543119999996\";}'),(27772,726,'_locations_16_location','field_5683f288dcba1'),(27773,726,'locations_16_title','Homeville Creek Bridge 10 – West Mifflin PA - Bridge'),(27774,726,'_locations_16_title','field_5683f2aadcba2'),(27775,726,'locations_16_image',''),(27776,726,'_locations_16_image','field_568439ed8109d'),(27777,726,'locations_16_description','This project was for a small bridge replacement and affected 7 properties in the Borough of Munhall, Allegheny County.'),(27778,726,'_locations_16_description','field_5683f2b1dcba3'),(27779,726,'locations','17'),(27780,726,'_locations','field_5683f253a5dba'),(27781,347,'locations_16_location','a:3:{s:7:\"address\";s:21:\"40.329286, -79.987406\";s:3:\"lat\";s:10:\"40.3292857\";s:3:\"lng\";s:18:\"-79.98741289999998\";}'),(27782,347,'_locations_16_location','field_5683f288dcba1'),(27783,347,'locations_16_title','Licks Run Bridge 9, South Park – PA – Bridge'),(27784,347,'_locations_16_title','field_5683f2aadcba2'),(27785,347,'locations_16_image','730'),(27786,347,'_locations_16_image','field_568439ed8109d'),(27787,347,'locations_16_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(27788,347,'_locations_16_description','field_5683f2b1dcba3'),(27789,727,'_wp_attached_file','2015/12/wp3ef964dc_06.png'),(27790,727,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:281;s:6:\"height\";i:198;s:4:\"file\";s:25:\"2015/12/wp3ef964dc_06.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wp3ef964dc_06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(27791,728,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(27792,728,'_locations_0_location','field_5683f288dcba1'),(27793,728,'locations_0_title','SR0028, All sections'),(27794,728,'_locations_0_title','field_5683f2aadcba2'),(27795,728,'locations_0_image',''),(27796,728,'_locations_0_image','field_568439ed8109d'),(27797,728,'locations_0_description',''),(27798,728,'_locations_0_description','field_5683f2b1dcba3'),(27799,728,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(27800,728,'_locations_1_location','field_5683f288dcba1'),(27801,728,'locations_1_title','286, A09 – Golden Mile'),(27802,728,'_locations_1_title','field_5683f2aadcba2'),(27803,728,'locations_1_image',''),(27804,728,'_locations_1_image','field_568439ed8109d'),(27805,728,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(27806,728,'_locations_1_description','field_5683f2b1dcba3'),(27807,728,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(27808,728,'_locations_2_location','field_5683f288dcba1'),(27809,728,'locations_2_title','2040, A18 – Curry Hollow'),(27810,728,'_locations_2_title','field_5683f2aadcba2'),(27811,728,'locations_2_image',''),(27812,728,'_locations_2_image','field_568439ed8109d'),(27813,728,'locations_2_description',''),(27814,728,'_locations_2_description','field_5683f2b1dcba3'),(27815,728,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(27816,728,'_locations_3_location','field_5683f288dcba1'),(27817,728,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(27818,728,'_locations_3_title','field_5683f2aadcba2'),(27819,728,'locations_3_image',''),(27820,728,'_locations_3_image','field_568439ed8109d'),(27821,728,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(27822,728,'_locations_3_description','field_5683f2b1dcba3'),(27823,728,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(27824,728,'_locations_4_location','field_5683f288dcba1'),(27825,728,'locations_4_title','Duncan Avenue – Hampton Twp.'),(27826,728,'_locations_4_title','field_5683f2aadcba2'),(27827,728,'locations_4_image',''),(27828,728,'_locations_4_image','field_568439ed8109d'),(27829,728,'locations_4_description',''),(27830,728,'_locations_4_description','field_5683f2b1dcba3'),(27831,728,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(27832,728,'_locations_5_location','field_5683f288dcba1'),(27833,728,'locations_5_title','Pine Creek Road – McCandless'),(27834,728,'_locations_5_title','field_5683f2aadcba2'),(27835,728,'locations_5_image',''),(27836,728,'_locations_5_image','field_568439ed8109d'),(27837,728,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(27838,728,'_locations_5_description','field_5683f2b1dcba3'),(27839,728,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(27840,728,'_locations_6_location','field_5683f288dcba1'),(27841,728,'locations_6_title','Brewhouse – Trek Development'),(27842,728,'_locations_6_title','field_5683f2aadcba2'),(27843,728,'locations_6_image',''),(27844,728,'_locations_6_image','field_568439ed8109d'),(27845,728,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(27846,728,'_locations_6_description','field_5683f2b1dcba3'),(27847,728,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(27848,728,'_locations_7_location','field_5683f288dcba1'),(27849,728,'locations_7_title','Ewalt Road – Richland Twp.'),(27850,728,'_locations_7_title','field_5683f2aadcba2'),(27851,728,'locations_7_image',''),(27852,728,'_locations_7_image','field_568439ed8109d'),(27853,728,'locations_7_description',''),(27854,728,'_locations_7_description','field_5683f2b1dcba3'),(27855,728,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.625521, -79.941837\";s:3:\"lat\";s:10:\"40.6255198\";s:3:\"lng\";s:10:\"-79.941822\";}'),(27856,728,'_locations_8_location','field_5683f288dcba1'),(27857,728,'locations_8_title','Ewalt Road – Richland Twp.'),(27858,728,'_locations_8_title','field_5683f2aadcba2'),(27859,728,'locations_8_image',''),(27860,728,'_locations_8_image','field_568439ed8109d'),(27861,728,'locations_8_description',''),(27862,728,'_locations_8_description','field_5683f2b1dcba3'),(27863,728,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(27864,728,'_locations_9_location','field_5683f288dcba1'),(27865,728,'locations_9_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(27866,728,'_locations_9_title','field_5683f2aadcba2'),(27867,728,'locations_9_image',''),(27868,728,'_locations_9_image','field_568439ed8109d'),(27869,728,'locations_9_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(27870,728,'_locations_9_description','field_5683f2b1dcba3'),(27871,728,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.425708, -79.805807\";s:3:\"lat\";s:10:\"40.4256461\";s:3:\"lng\";s:18:\"-79.80576589999998\";}'),(27872,728,'_locations_10_location','field_5683f288dcba1'),(27873,728,'locations_10_title','State Route 2065, Section A07'),(27874,728,'_locations_10_title','field_5683f2aadcba2'),(27875,728,'locations_10_image',''),(27876,728,'_locations_10_image','field_568439ed8109d'),(27877,728,'locations_10_description',''),(27878,728,'_locations_10_description','field_5683f2b1dcba3'),(27879,728,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.354856, -80.118393\";s:3:\"lat\";s:10:\"40.3527492\";s:3:\"lng\";s:18:\"-80.11776529999997\";}'),(27880,728,'_locations_11_location','field_5683f288dcba1'),(27881,728,'locations_11_title','Southern Beltway Section C – New Roadway Construction'),(27882,728,'_locations_11_title','field_5683f2aadcba2'),(27883,728,'locations_11_image',''),(27884,728,'_locations_11_image','field_568439ed8109d'),(27885,728,'locations_11_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 18 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(27886,728,'_locations_11_description','field_5683f2b1dcba3'),(27887,728,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.509371, -80.256419\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(27888,728,'_locations_12_location','field_5683f288dcba1'),(27889,728,'locations_12_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(27890,728,'_locations_12_title','field_5683f2aadcba2'),(27891,728,'locations_12_image','671'),(27892,728,'_locations_12_image','field_568439ed8109d'),(27893,728,'locations_12_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(27894,728,'_locations_12_description','field_5683f2b1dcba3'),(27895,728,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.590450, -79.888763\";s:3:\"lat\";s:10:\"40.5943712\";s:3:\"lng\";s:18:\"-79.89597279999998\";}'),(27896,728,'_locations_13_location','field_5683f288dcba1'),(27897,728,'locations_13_title','MP 40-48 – Hampton Township – Highway Widening'),(27898,728,'_locations_13_title','field_5683f2aadcba2'),(27899,728,'locations_13_image',''),(27900,728,'_locations_13_image','field_568439ed8109d'),(27901,728,'locations_13_description','This project is for mainline reconstruction and bridge replacement and is affecting 71 properties and resulting in the relocation of 1 resident in the Townships of Harmar and Indiana, Allegheny County.'),(27902,728,'_locations_13_description','field_5683f2b1dcba3'),(27903,728,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.392019, -80.077682\";s:3:\"lat\";s:17:\"40.39202119999999\";s:3:\"lng\";s:18:\"-80.07767890000002\";}'),(27904,728,'_locations_14_location','field_5683f288dcba1'),(27905,728,'locations_14_title','Georges Run Bridge No. 1, Carnegie PA – Bridge'),(27906,728,'_locations_14_title','field_5683f2aadcba2'),(27907,728,'locations_14_image',''),(27908,728,'_locations_14_image','field_568439ed8109d'),(27909,728,'locations_14_description','This project is for a small bridge replacement and is affecting 4 properties in the Township of Scott, Allegheny County.'),(27910,728,'_locations_14_description','field_5683f2b1dcba3'),(27911,728,'locations_15_location','a:3:{s:7:\"address\";s:21:\"40.386279, -79.894258\";s:3:\"lat\";s:10:\"40.3862842\";s:3:\"lng\";s:18:\"-79.89425510000001\";}'),(27912,728,'_locations_15_location','field_5683f288dcba1'),(27913,728,'locations_15_title','Homeville Creek Bridge 7, West Mifflin PA – Bridge'),(27914,728,'_locations_15_title','field_5683f2aadcba2'),(27915,728,'locations_15_image',''),(27916,728,'_locations_15_image','field_568439ed8109d'),(27917,728,'locations_15_description','This project is for a small bridge replacement and is affecting 7 properties in the Borough of Munhall, Allegheny County.'),(27918,728,'_locations_15_description','field_5683f2b1dcba3'),(27919,728,'locations_16_location','a:3:{s:7:\"address\";s:21:\"40.396380, -79.895244\";s:3:\"lat\";s:10:\"40.3963432\";s:3:\"lng\";s:18:\"-79.89543119999996\";}'),(27920,728,'_locations_16_location','field_5683f288dcba1'),(27921,728,'locations_16_title','Homeville Creek Bridge 10 – West Mifflin PA - Bridge'),(27922,728,'_locations_16_title','field_5683f2aadcba2'),(27923,728,'locations_16_image','727'),(27924,728,'_locations_16_image','field_568439ed8109d'),(27925,728,'locations_16_description','This project was for a small bridge replacement and affected 7 properties in the Borough of Munhall, Allegheny County.'),(27926,728,'_locations_16_description','field_5683f2b1dcba3'),(27927,728,'locations','17'),(27928,728,'_locations','field_5683f253a5dba'),(27929,729,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(27930,729,'_locations_0_location','field_5683f288dcba1'),(27931,729,'locations_0_title','SR0028, All sections'),(27932,729,'_locations_0_title','field_5683f2aadcba2'),(27933,729,'locations_0_image',''),(27934,729,'_locations_0_image','field_568439ed8109d'),(27935,729,'locations_0_description',''),(27936,729,'_locations_0_description','field_5683f2b1dcba3'),(27937,729,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(27938,729,'_locations_1_location','field_5683f288dcba1'),(27939,729,'locations_1_title','286, A09 – Golden Mile'),(27940,729,'_locations_1_title','field_5683f2aadcba2'),(27941,729,'locations_1_image',''),(27942,729,'_locations_1_image','field_568439ed8109d'),(27943,729,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(27944,729,'_locations_1_description','field_5683f2b1dcba3'),(27945,729,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(27946,729,'_locations_2_location','field_5683f288dcba1'),(27947,729,'locations_2_title','2040, A18 – Curry Hollow'),(27948,729,'_locations_2_title','field_5683f2aadcba2'),(27949,729,'locations_2_image',''),(27950,729,'_locations_2_image','field_568439ed8109d'),(27951,729,'locations_2_description',''),(27952,729,'_locations_2_description','field_5683f2b1dcba3'),(27953,729,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(27954,729,'_locations_3_location','field_5683f288dcba1'),(27955,729,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(27956,729,'_locations_3_title','field_5683f2aadcba2'),(27957,729,'locations_3_image',''),(27958,729,'_locations_3_image','field_568439ed8109d'),(27959,729,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(27960,729,'_locations_3_description','field_5683f2b1dcba3'),(27961,729,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(27962,729,'_locations_4_location','field_5683f288dcba1'),(27963,729,'locations_4_title','Duncan Avenue – Hampton Twp.'),(27964,729,'_locations_4_title','field_5683f2aadcba2'),(27965,729,'locations_4_image',''),(27966,729,'_locations_4_image','field_568439ed8109d'),(27967,729,'locations_4_description',''),(27968,729,'_locations_4_description','field_5683f2b1dcba3'),(27969,729,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(27970,729,'_locations_5_location','field_5683f288dcba1'),(27971,729,'locations_5_title','Pine Creek Road – McCandless'),(27972,729,'_locations_5_title','field_5683f2aadcba2'),(27973,729,'locations_5_image',''),(27974,729,'_locations_5_image','field_568439ed8109d'),(27975,729,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(27976,729,'_locations_5_description','field_5683f2b1dcba3'),(27977,729,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(27978,729,'_locations_6_location','field_5683f288dcba1'),(27979,729,'locations_6_title','Brewhouse – Trek Development'),(27980,729,'_locations_6_title','field_5683f2aadcba2'),(27981,729,'locations_6_image',''),(27982,729,'_locations_6_image','field_568439ed8109d'),(27983,729,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(27984,729,'_locations_6_description','field_5683f2b1dcba3'),(27985,729,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(27986,729,'_locations_7_location','field_5683f288dcba1'),(27987,729,'locations_7_title','Ewalt Road – Richland Twp.'),(27988,729,'_locations_7_title','field_5683f2aadcba2'),(27989,729,'locations_7_image',''),(27990,729,'_locations_7_image','field_568439ed8109d'),(27991,729,'locations_7_description',''),(27992,729,'_locations_7_description','field_5683f2b1dcba3'),(27993,729,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.625521, -79.941837\";s:3:\"lat\";s:10:\"40.6255198\";s:3:\"lng\";s:10:\"-79.941822\";}'),(27994,729,'_locations_8_location','field_5683f288dcba1'),(27995,729,'locations_8_title','Ewalt Road – Richland Twp.'),(27996,729,'_locations_8_title','field_5683f2aadcba2'),(27997,729,'locations_8_image',''),(27998,729,'_locations_8_image','field_568439ed8109d'),(27999,729,'locations_8_description',''),(28000,729,'_locations_8_description','field_5683f2b1dcba3'),(28001,729,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(28002,729,'_locations_9_location','field_5683f288dcba1'),(28003,729,'locations_9_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(28004,729,'_locations_9_title','field_5683f2aadcba2'),(28005,729,'locations_9_image',''),(28006,729,'_locations_9_image','field_568439ed8109d'),(28007,729,'locations_9_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(28008,729,'_locations_9_description','field_5683f2b1dcba3'),(28009,729,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.425708, -79.805807\";s:3:\"lat\";s:10:\"40.4256461\";s:3:\"lng\";s:18:\"-79.80576589999998\";}'),(28010,729,'_locations_10_location','field_5683f288dcba1'),(28011,729,'locations_10_title','State Route 2065, Section A07'),(28012,729,'_locations_10_title','field_5683f2aadcba2'),(28013,729,'locations_10_image',''),(28014,729,'_locations_10_image','field_568439ed8109d'),(28015,729,'locations_10_description',''),(28016,729,'_locations_10_description','field_5683f2b1dcba3'),(28017,729,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.354856, -80.118393\";s:3:\"lat\";s:10:\"40.3527492\";s:3:\"lng\";s:18:\"-80.11776529999997\";}'),(28018,729,'_locations_11_location','field_5683f288dcba1'),(28019,729,'locations_11_title','Southern Beltway Section C – New Roadway Construction'),(28020,729,'_locations_11_title','field_5683f2aadcba2'),(28021,729,'locations_11_image',''),(28022,729,'_locations_11_image','field_568439ed8109d'),(28023,729,'locations_11_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 18 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(28024,729,'_locations_11_description','field_5683f2b1dcba3'),(28025,729,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.509371, -80.256419\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(28026,729,'_locations_12_location','field_5683f288dcba1'),(28027,729,'locations_12_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(28028,729,'_locations_12_title','field_5683f2aadcba2'),(28029,729,'locations_12_image','671'),(28030,729,'_locations_12_image','field_568439ed8109d'),(28031,729,'locations_12_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(28032,729,'_locations_12_description','field_5683f2b1dcba3'),(28033,729,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.590450, -79.888763\";s:3:\"lat\";s:10:\"40.5943712\";s:3:\"lng\";s:18:\"-79.89597279999998\";}'),(28034,729,'_locations_13_location','field_5683f288dcba1'),(28035,729,'locations_13_title','MP 40-48 – Hampton Township – Highway Widening'),(28036,729,'_locations_13_title','field_5683f2aadcba2'),(28037,729,'locations_13_image',''),(28038,729,'_locations_13_image','field_568439ed8109d'),(28039,729,'locations_13_description','This project is for mainline reconstruction and bridge replacement and is affecting 71 properties and resulting in the relocation of 1 resident in the Townships of Harmar and Indiana, Allegheny County.'),(28040,729,'_locations_13_description','field_5683f2b1dcba3'),(28041,729,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.392019, -80.077682\";s:3:\"lat\";s:17:\"40.39202119999999\";s:3:\"lng\";s:18:\"-80.07767890000002\";}'),(28042,729,'_locations_14_location','field_5683f288dcba1'),(28043,729,'locations_14_title','Georges Run Bridge No. 1, Carnegie PA – Bridge'),(28044,729,'_locations_14_title','field_5683f2aadcba2'),(28045,729,'locations_14_image',''),(28046,729,'_locations_14_image','field_568439ed8109d'),(28047,729,'locations_14_description','This project is for a small bridge replacement and is affecting 4 properties in the Township of Scott, Allegheny County.'),(28048,729,'_locations_14_description','field_5683f2b1dcba3'),(28049,729,'locations_15_location','a:3:{s:7:\"address\";s:21:\"40.386279, -79.894258\";s:3:\"lat\";s:10:\"40.3862842\";s:3:\"lng\";s:18:\"-79.89425510000001\";}'),(28050,729,'_locations_15_location','field_5683f288dcba1'),(28051,729,'locations_15_title','Homeville Creek Bridge 7, West Mifflin PA – Bridge'),(28052,729,'_locations_15_title','field_5683f2aadcba2'),(28053,729,'locations_15_image',''),(28054,729,'_locations_15_image','field_568439ed8109d'),(28055,729,'locations_15_description','This project is for a small bridge replacement and is affecting 7 properties in the Borough of Munhall, Allegheny County.'),(28056,729,'_locations_15_description','field_5683f2b1dcba3'),(28057,729,'locations_16_location','a:3:{s:7:\"address\";s:21:\"40.396380, -79.895244\";s:3:\"lat\";s:10:\"40.3963432\";s:3:\"lng\";s:18:\"-79.89543119999996\";}'),(28058,729,'_locations_16_location','field_5683f288dcba1'),(28059,729,'locations_16_title','Homeville Creek Bridge 10 – West Mifflin PA - Bridge'),(28060,729,'_locations_16_title','field_5683f2aadcba2'),(28061,729,'locations_16_image','727'),(28062,729,'_locations_16_image','field_568439ed8109d'),(28063,729,'locations_16_description','This project was for a small bridge replacement and affected 7 properties in the Borough of Munhall, Allegheny County.'),(28064,729,'_locations_16_description','field_5683f2b1dcba3'),(28065,729,'locations_17_location','a:3:{s:7:\"address\";s:21:\"40.329286, -79.987406\";s:3:\"lat\";s:10:\"40.3292857\";s:3:\"lng\";s:18:\"-79.98741289999998\";}'),(28066,729,'_locations_17_location','field_5683f288dcba1'),(28067,729,'locations_17_title','Licks Run Bridge 9, South Park – PA – Bridge'),(28068,729,'_locations_17_title','field_5683f2aadcba2'),(28069,729,'locations_17_image',''),(28070,729,'_locations_17_image','field_568439ed8109d'),(28071,729,'locations_17_description',''),(28072,729,'_locations_17_description','field_5683f2b1dcba3'),(28073,729,'locations','18'),(28074,729,'_locations','field_5683f253a5dba'),(28075,347,'locations_17_location','a:3:{s:7:\"address\";s:21:\"40.329261, -79.988204\";s:3:\"lat\";s:9:\"40.329261\";s:3:\"lng\";s:10:\"-79.988205\";}'),(28076,347,'_locations_17_location','field_5683f288dcba1'),(28077,347,'locations_17_title','Licks Run Bridge 10, South Park – PA - Bridge'),(28078,347,'_locations_17_title','field_5683f2aadcba2'),(28079,347,'locations_17_image','730'),(28080,347,'_locations_17_image','field_568439ed8109d'),(28081,347,'locations_17_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(28082,347,'_locations_17_description','field_5683f2b1dcba3'),(28083,730,'_wp_attached_file','2015/12/wpe938a70c_06.png'),(28084,730,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:281;s:6:\"height\";i:198;s:4:\"file\";s:25:\"2015/12/wpe938a70c_06.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wpe938a70c_06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(28085,731,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(28086,731,'_locations_0_location','field_5683f288dcba1'),(28087,731,'locations_0_title','SR0028, All sections'),(28088,731,'_locations_0_title','field_5683f2aadcba2'),(28089,731,'locations_0_image',''),(28090,731,'_locations_0_image','field_568439ed8109d'),(28091,731,'locations_0_description',''),(28092,731,'_locations_0_description','field_5683f2b1dcba3'),(28093,731,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(28094,731,'_locations_1_location','field_5683f288dcba1'),(28095,731,'locations_1_title','286, A09 – Golden Mile'),(28096,731,'_locations_1_title','field_5683f2aadcba2'),(28097,731,'locations_1_image',''),(28098,731,'_locations_1_image','field_568439ed8109d'),(28099,731,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(28100,731,'_locations_1_description','field_5683f2b1dcba3'),(28101,731,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(28102,731,'_locations_2_location','field_5683f288dcba1'),(28103,731,'locations_2_title','2040, A18 – Curry Hollow'),(28104,731,'_locations_2_title','field_5683f2aadcba2'),(28105,731,'locations_2_image',''),(28106,731,'_locations_2_image','field_568439ed8109d'),(28107,731,'locations_2_description',''),(28108,731,'_locations_2_description','field_5683f2b1dcba3'),(28109,731,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(28110,731,'_locations_3_location','field_5683f288dcba1'),(28111,731,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(28112,731,'_locations_3_title','field_5683f2aadcba2'),(28113,731,'locations_3_image',''),(28114,731,'_locations_3_image','field_568439ed8109d'),(28115,731,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(28116,731,'_locations_3_description','field_5683f2b1dcba3'),(28117,731,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(28118,731,'_locations_4_location','field_5683f288dcba1'),(28119,731,'locations_4_title','Duncan Avenue – Hampton Twp.'),(28120,731,'_locations_4_title','field_5683f2aadcba2'),(28121,731,'locations_4_image',''),(28122,731,'_locations_4_image','field_568439ed8109d'),(28123,731,'locations_4_description',''),(28124,731,'_locations_4_description','field_5683f2b1dcba3'),(28125,731,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(28126,731,'_locations_5_location','field_5683f288dcba1'),(28127,731,'locations_5_title','Pine Creek Road – McCandless'),(28128,731,'_locations_5_title','field_5683f2aadcba2'),(28129,731,'locations_5_image',''),(28130,731,'_locations_5_image','field_568439ed8109d'),(28131,731,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(28132,731,'_locations_5_description','field_5683f2b1dcba3'),(28133,731,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(28134,731,'_locations_6_location','field_5683f288dcba1'),(28135,731,'locations_6_title','Brewhouse – Trek Development'),(28136,731,'_locations_6_title','field_5683f2aadcba2'),(28137,731,'locations_6_image',''),(28138,731,'_locations_6_image','field_568439ed8109d'),(28139,731,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(28140,731,'_locations_6_description','field_5683f2b1dcba3'),(28141,731,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(28142,731,'_locations_7_location','field_5683f288dcba1'),(28143,731,'locations_7_title','Ewalt Road – Richland Twp.'),(28144,731,'_locations_7_title','field_5683f2aadcba2'),(28145,731,'locations_7_image',''),(28146,731,'_locations_7_image','field_568439ed8109d'),(28147,731,'locations_7_description',''),(28148,731,'_locations_7_description','field_5683f2b1dcba3'),(28149,731,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.625521, -79.941837\";s:3:\"lat\";s:10:\"40.6255198\";s:3:\"lng\";s:10:\"-79.941822\";}'),(28150,731,'_locations_8_location','field_5683f288dcba1'),(28151,731,'locations_8_title','Ewalt Road – Richland Twp.'),(28152,731,'_locations_8_title','field_5683f2aadcba2'),(28153,731,'locations_8_image',''),(28154,731,'_locations_8_image','field_568439ed8109d'),(28155,731,'locations_8_description',''),(28156,731,'_locations_8_description','field_5683f2b1dcba3'),(28157,731,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(28158,731,'_locations_9_location','field_5683f288dcba1'),(28159,731,'locations_9_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(28160,731,'_locations_9_title','field_5683f2aadcba2'),(28161,731,'locations_9_image',''),(28162,731,'_locations_9_image','field_568439ed8109d'),(28163,731,'locations_9_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(28164,731,'_locations_9_description','field_5683f2b1dcba3'),(28165,731,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.425708, -79.805807\";s:3:\"lat\";s:10:\"40.4256461\";s:3:\"lng\";s:18:\"-79.80576589999998\";}'),(28166,731,'_locations_10_location','field_5683f288dcba1'),(28167,731,'locations_10_title','State Route 2065, Section A07'),(28168,731,'_locations_10_title','field_5683f2aadcba2'),(28169,731,'locations_10_image',''),(28170,731,'_locations_10_image','field_568439ed8109d'),(28171,731,'locations_10_description',''),(28172,731,'_locations_10_description','field_5683f2b1dcba3'),(28173,731,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.354856, -80.118393\";s:3:\"lat\";s:10:\"40.3527492\";s:3:\"lng\";s:18:\"-80.11776529999997\";}'),(28174,731,'_locations_11_location','field_5683f288dcba1'),(28175,731,'locations_11_title','Southern Beltway Section C – New Roadway Construction'),(28176,731,'_locations_11_title','field_5683f2aadcba2'),(28177,731,'locations_11_image',''),(28178,731,'_locations_11_image','field_568439ed8109d'),(28179,731,'locations_11_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 18 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(28180,731,'_locations_11_description','field_5683f2b1dcba3'),(28181,731,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.509371, -80.256419\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(28182,731,'_locations_12_location','field_5683f288dcba1'),(28183,731,'locations_12_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(28184,731,'_locations_12_title','field_5683f2aadcba2'),(28185,731,'locations_12_image','671'),(28186,731,'_locations_12_image','field_568439ed8109d'),(28187,731,'locations_12_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(28188,731,'_locations_12_description','field_5683f2b1dcba3'),(28189,731,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.590450, -79.888763\";s:3:\"lat\";s:10:\"40.5943712\";s:3:\"lng\";s:18:\"-79.89597279999998\";}'),(28190,731,'_locations_13_location','field_5683f288dcba1'),(28191,731,'locations_13_title','MP 40-48 – Hampton Township – Highway Widening'),(28192,731,'_locations_13_title','field_5683f2aadcba2'),(28193,731,'locations_13_image',''),(28194,731,'_locations_13_image','field_568439ed8109d'),(28195,731,'locations_13_description','This project is for mainline reconstruction and bridge replacement and is affecting 71 properties and resulting in the relocation of 1 resident in the Townships of Harmar and Indiana, Allegheny County.'),(28196,731,'_locations_13_description','field_5683f2b1dcba3'),(28197,731,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.392019, -80.077682\";s:3:\"lat\";s:17:\"40.39202119999999\";s:3:\"lng\";s:18:\"-80.07767890000002\";}'),(28198,731,'_locations_14_location','field_5683f288dcba1'),(28199,731,'locations_14_title','Georges Run Bridge No. 1, Carnegie PA – Bridge'),(28200,731,'_locations_14_title','field_5683f2aadcba2'),(28201,731,'locations_14_image',''),(28202,731,'_locations_14_image','field_568439ed8109d'),(28203,731,'locations_14_description','This project is for a small bridge replacement and is affecting 4 properties in the Township of Scott, Allegheny County.'),(28204,731,'_locations_14_description','field_5683f2b1dcba3'),(28205,731,'locations_15_location','a:3:{s:7:\"address\";s:21:\"40.386279, -79.894258\";s:3:\"lat\";s:10:\"40.3862842\";s:3:\"lng\";s:18:\"-79.89425510000001\";}'),(28206,731,'_locations_15_location','field_5683f288dcba1'),(28207,731,'locations_15_title','Homeville Creek Bridge 7, West Mifflin PA – Bridge'),(28208,731,'_locations_15_title','field_5683f2aadcba2'),(28209,731,'locations_15_image',''),(28210,731,'_locations_15_image','field_568439ed8109d'),(28211,731,'locations_15_description','This project is for a small bridge replacement and is affecting 7 properties in the Borough of Munhall, Allegheny County.'),(28212,731,'_locations_15_description','field_5683f2b1dcba3'),(28213,731,'locations_16_location','a:3:{s:7:\"address\";s:21:\"40.396380, -79.895244\";s:3:\"lat\";s:10:\"40.3963432\";s:3:\"lng\";s:18:\"-79.89543119999996\";}'),(28214,731,'_locations_16_location','field_5683f288dcba1'),(28215,731,'locations_16_title','Homeville Creek Bridge 10 – West Mifflin PA - Bridge'),(28216,731,'_locations_16_title','field_5683f2aadcba2'),(28217,731,'locations_16_image','727'),(28218,731,'_locations_16_image','field_568439ed8109d'),(28219,731,'locations_16_description','This project was for a small bridge replacement and affected 7 properties in the Borough of Munhall, Allegheny County.'),(28220,731,'_locations_16_description','field_5683f2b1dcba3'),(28221,731,'locations_17_location','a:3:{s:7:\"address\";s:21:\"40.329286, -79.987406\";s:3:\"lat\";s:10:\"40.3292857\";s:3:\"lng\";s:18:\"-79.98741289999998\";}'),(28222,731,'_locations_17_location','field_5683f288dcba1'),(28223,731,'locations_17_title','Licks Run Bridge 9, South Park – PA – Bridge'),(28224,731,'_locations_17_title','field_5683f2aadcba2'),(28225,731,'locations_17_image','730'),(28226,731,'_locations_17_image','field_568439ed8109d'),(28227,731,'locations_17_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(28228,731,'_locations_17_description','field_5683f2b1dcba3'),(28229,731,'locations','18'),(28230,731,'_locations','field_5683f253a5dba'),(28231,732,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(28232,732,'_locations_0_location','field_5683f288dcba1'),(28233,732,'locations_0_title','SR0028, All sections'),(28234,732,'_locations_0_title','field_5683f2aadcba2'),(28235,732,'locations_0_image',''),(28236,732,'_locations_0_image','field_568439ed8109d'),(28237,732,'locations_0_description',''),(28238,732,'_locations_0_description','field_5683f2b1dcba3'),(28239,732,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(28240,732,'_locations_1_location','field_5683f288dcba1'),(28241,732,'locations_1_title','286, A09 – Golden Mile'),(28242,732,'_locations_1_title','field_5683f2aadcba2'),(28243,732,'locations_1_image',''),(28244,732,'_locations_1_image','field_568439ed8109d'),(28245,732,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(28246,732,'_locations_1_description','field_5683f2b1dcba3'),(28247,732,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(28248,732,'_locations_2_location','field_5683f288dcba1'),(28249,732,'locations_2_title','2040, A18 – Curry Hollow'),(28250,732,'_locations_2_title','field_5683f2aadcba2'),(28251,732,'locations_2_image',''),(28252,732,'_locations_2_image','field_568439ed8109d'),(28253,732,'locations_2_description',''),(28254,732,'_locations_2_description','field_5683f2b1dcba3'),(28255,732,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(28256,732,'_locations_3_location','field_5683f288dcba1'),(28257,732,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(28258,732,'_locations_3_title','field_5683f2aadcba2'),(28259,732,'locations_3_image',''),(28260,732,'_locations_3_image','field_568439ed8109d'),(28261,732,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(28262,732,'_locations_3_description','field_5683f2b1dcba3'),(28263,732,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(28264,732,'_locations_4_location','field_5683f288dcba1'),(28265,732,'locations_4_title','Duncan Avenue – Hampton Twp.'),(28266,732,'_locations_4_title','field_5683f2aadcba2'),(28267,732,'locations_4_image',''),(28268,732,'_locations_4_image','field_568439ed8109d'),(28269,732,'locations_4_description',''),(28270,732,'_locations_4_description','field_5683f2b1dcba3'),(28271,732,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(28272,732,'_locations_5_location','field_5683f288dcba1'),(28273,732,'locations_5_title','Pine Creek Road – McCandless'),(28274,732,'_locations_5_title','field_5683f2aadcba2'),(28275,732,'locations_5_image',''),(28276,732,'_locations_5_image','field_568439ed8109d'),(28277,732,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(28278,732,'_locations_5_description','field_5683f2b1dcba3'),(28279,732,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(28280,732,'_locations_6_location','field_5683f288dcba1'),(28281,732,'locations_6_title','Brewhouse – Trek Development'),(28282,732,'_locations_6_title','field_5683f2aadcba2'),(28283,732,'locations_6_image',''),(28284,732,'_locations_6_image','field_568439ed8109d'),(28285,732,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(28286,732,'_locations_6_description','field_5683f2b1dcba3'),(28287,732,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(28288,732,'_locations_7_location','field_5683f288dcba1'),(28289,732,'locations_7_title','Ewalt Road – Richland Twp.'),(28290,732,'_locations_7_title','field_5683f2aadcba2'),(28291,732,'locations_7_image',''),(28292,732,'_locations_7_image','field_568439ed8109d'),(28293,732,'locations_7_description',''),(28294,732,'_locations_7_description','field_5683f2b1dcba3'),(28295,732,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.625521, -79.941837\";s:3:\"lat\";s:10:\"40.6255198\";s:3:\"lng\";s:10:\"-79.941822\";}'),(28296,732,'_locations_8_location','field_5683f288dcba1'),(28297,732,'locations_8_title','Ewalt Road – Richland Twp.'),(28298,732,'_locations_8_title','field_5683f2aadcba2'),(28299,732,'locations_8_image',''),(28300,732,'_locations_8_image','field_568439ed8109d'),(28301,732,'locations_8_description',''),(28302,732,'_locations_8_description','field_5683f2b1dcba3'),(28303,732,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(28304,732,'_locations_9_location','field_5683f288dcba1'),(28305,732,'locations_9_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(28306,732,'_locations_9_title','field_5683f2aadcba2'),(28307,732,'locations_9_image',''),(28308,732,'_locations_9_image','field_568439ed8109d'),(28309,732,'locations_9_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(28310,732,'_locations_9_description','field_5683f2b1dcba3'),(28311,732,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.425708, -79.805807\";s:3:\"lat\";s:10:\"40.4256461\";s:3:\"lng\";s:18:\"-79.80576589999998\";}'),(28312,732,'_locations_10_location','field_5683f288dcba1'),(28313,732,'locations_10_title','State Route 2065, Section A07'),(28314,732,'_locations_10_title','field_5683f2aadcba2'),(28315,732,'locations_10_image',''),(28316,732,'_locations_10_image','field_568439ed8109d'),(28317,732,'locations_10_description',''),(28318,732,'_locations_10_description','field_5683f2b1dcba3'),(28319,732,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.354856, -80.118393\";s:3:\"lat\";s:10:\"40.3527492\";s:3:\"lng\";s:18:\"-80.11776529999997\";}'),(28320,732,'_locations_11_location','field_5683f288dcba1'),(28321,732,'locations_11_title','Southern Beltway Section C – New Roadway Construction'),(28322,732,'_locations_11_title','field_5683f2aadcba2'),(28323,732,'locations_11_image',''),(28324,732,'_locations_11_image','field_568439ed8109d'),(28325,732,'locations_11_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 18 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(28326,732,'_locations_11_description','field_5683f2b1dcba3'),(28327,732,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.509371, -80.256419\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(28328,732,'_locations_12_location','field_5683f288dcba1'),(28329,732,'locations_12_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(28330,732,'_locations_12_title','field_5683f2aadcba2'),(28331,732,'locations_12_image','671'),(28332,732,'_locations_12_image','field_568439ed8109d'),(28333,732,'locations_12_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(28334,732,'_locations_12_description','field_5683f2b1dcba3'),(28335,732,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.590450, -79.888763\";s:3:\"lat\";s:10:\"40.5943712\";s:3:\"lng\";s:18:\"-79.89597279999998\";}'),(28336,732,'_locations_13_location','field_5683f288dcba1'),(28337,732,'locations_13_title','MP 40-48 – Hampton Township – Highway Widening'),(28338,732,'_locations_13_title','field_5683f2aadcba2'),(28339,732,'locations_13_image',''),(28340,732,'_locations_13_image','field_568439ed8109d'),(28341,732,'locations_13_description','This project is for mainline reconstruction and bridge replacement and is affecting 71 properties and resulting in the relocation of 1 resident in the Townships of Harmar and Indiana, Allegheny County.'),(28342,732,'_locations_13_description','field_5683f2b1dcba3'),(28343,732,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.392019, -80.077682\";s:3:\"lat\";s:17:\"40.39202119999999\";s:3:\"lng\";s:18:\"-80.07767890000002\";}'),(28344,732,'_locations_14_location','field_5683f288dcba1'),(28345,732,'locations_14_title','Georges Run Bridge No. 1, Carnegie PA – Bridge'),(28346,732,'_locations_14_title','field_5683f2aadcba2'),(28347,732,'locations_14_image',''),(28348,732,'_locations_14_image','field_568439ed8109d'),(28349,732,'locations_14_description','This project is for a small bridge replacement and is affecting 4 properties in the Township of Scott, Allegheny County.'),(28350,732,'_locations_14_description','field_5683f2b1dcba3'),(28351,732,'locations_15_location','a:3:{s:7:\"address\";s:21:\"40.386279, -79.894258\";s:3:\"lat\";s:10:\"40.3862842\";s:3:\"lng\";s:18:\"-79.89425510000001\";}'),(28352,732,'_locations_15_location','field_5683f288dcba1'),(28353,732,'locations_15_title','Homeville Creek Bridge 7, West Mifflin PA – Bridge'),(28354,732,'_locations_15_title','field_5683f2aadcba2'),(28355,732,'locations_15_image',''),(28356,732,'_locations_15_image','field_568439ed8109d'),(28357,732,'locations_15_description','This project is for a small bridge replacement and is affecting 7 properties in the Borough of Munhall, Allegheny County.'),(28358,732,'_locations_15_description','field_5683f2b1dcba3'),(28359,732,'locations_16_location','a:3:{s:7:\"address\";s:21:\"40.396380, -79.895244\";s:3:\"lat\";s:10:\"40.3963432\";s:3:\"lng\";s:18:\"-79.89543119999996\";}'),(28360,732,'_locations_16_location','field_5683f288dcba1'),(28361,732,'locations_16_title','Homeville Creek Bridge 10 – West Mifflin PA - Bridge'),(28362,732,'_locations_16_title','field_5683f2aadcba2'),(28363,732,'locations_16_image','727'),(28364,732,'_locations_16_image','field_568439ed8109d'),(28365,732,'locations_16_description','This project was for a small bridge replacement and affected 7 properties in the Borough of Munhall, Allegheny County.'),(28366,732,'_locations_16_description','field_5683f2b1dcba3'),(28367,732,'locations_17_location','a:3:{s:7:\"address\";s:21:\"40.329286, -79.987406\";s:3:\"lat\";s:10:\"40.3292857\";s:3:\"lng\";s:18:\"-79.98741289999998\";}'),(28368,732,'_locations_17_location','field_5683f288dcba1'),(28369,732,'locations_17_title','Licks Run Bridge 9, South Park – PA – Bridge'),(28370,732,'_locations_17_title','field_5683f2aadcba2'),(28371,732,'locations_17_image','730'),(28372,732,'_locations_17_image','field_568439ed8109d'),(28373,732,'locations_17_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(28374,732,'_locations_17_description','field_5683f2b1dcba3'),(28375,732,'locations_18_location','a:3:{s:7:\"address\";s:21:\"40.329261, -79.988204\";s:3:\"lat\";s:9:\"40.329261\";s:3:\"lng\";s:10:\"-79.988205\";}'),(28376,732,'_locations_18_location','field_5683f288dcba1'),(28377,732,'locations_18_title','Licks Run Bridge 10, South Park – PA - Bridge'),(28378,732,'_locations_18_title','field_5683f2aadcba2'),(28379,732,'locations_18_image','730'),(28380,732,'_locations_18_image','field_568439ed8109d'),(28381,732,'locations_18_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(28382,732,'_locations_18_description','field_5683f2b1dcba3'),(28383,732,'locations','19'),(28384,732,'_locations','field_5683f253a5dba'),(28385,347,'locations_18_location','a:3:{s:7:\"address\";s:21:\"40.515624, -80.009959\";s:3:\"lat\";s:10:\"40.5156082\";s:3:\"lng\";s:18:\"-80.00994129999998\";}'),(28386,347,'_locations_18_location','field_5683f288dcba1'),(28387,347,'locations_18_title','Girtys Run Bridge 14'),(28388,347,'_locations_18_title','field_5683f2aadcba2'),(28389,347,'locations_18_image','733'),(28390,347,'_locations_18_image','field_568439ed8109d'),(28391,347,'locations_18_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(28392,347,'_locations_18_description','field_5683f2b1dcba3'),(28393,733,'_wp_attached_file','2015/12/wp8a3aa2ed_06.png'),(28394,733,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:281;s:6:\"height\";i:198;s:4:\"file\";s:25:\"2015/12/wp8a3aa2ed_06.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wp8a3aa2ed_06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(28395,734,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(28396,734,'_locations_0_location','field_5683f288dcba1'),(28397,734,'locations_0_title','SR0028, All sections'),(28398,734,'_locations_0_title','field_5683f2aadcba2'),(28399,734,'locations_0_image',''),(28400,734,'_locations_0_image','field_568439ed8109d'),(28401,734,'locations_0_description',''),(28402,734,'_locations_0_description','field_5683f2b1dcba3'),(28403,734,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(28404,734,'_locations_1_location','field_5683f288dcba1'),(28405,734,'locations_1_title','286, A09 – Golden Mile'),(28406,734,'_locations_1_title','field_5683f2aadcba2'),(28407,734,'locations_1_image',''),(28408,734,'_locations_1_image','field_568439ed8109d'),(28409,734,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(28410,734,'_locations_1_description','field_5683f2b1dcba3'),(28411,734,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(28412,734,'_locations_2_location','field_5683f288dcba1'),(28413,734,'locations_2_title','2040, A18 – Curry Hollow'),(28414,734,'_locations_2_title','field_5683f2aadcba2'),(28415,734,'locations_2_image',''),(28416,734,'_locations_2_image','field_568439ed8109d'),(28417,734,'locations_2_description',''),(28418,734,'_locations_2_description','field_5683f2b1dcba3'),(28419,734,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(28420,734,'_locations_3_location','field_5683f288dcba1'),(28421,734,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(28422,734,'_locations_3_title','field_5683f2aadcba2'),(28423,734,'locations_3_image',''),(28424,734,'_locations_3_image','field_568439ed8109d'),(28425,734,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(28426,734,'_locations_3_description','field_5683f2b1dcba3'),(28427,734,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(28428,734,'_locations_4_location','field_5683f288dcba1'),(28429,734,'locations_4_title','Duncan Avenue – Hampton Twp.'),(28430,734,'_locations_4_title','field_5683f2aadcba2'),(28431,734,'locations_4_image',''),(28432,734,'_locations_4_image','field_568439ed8109d'),(28433,734,'locations_4_description',''),(28434,734,'_locations_4_description','field_5683f2b1dcba3'),(28435,734,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(28436,734,'_locations_5_location','field_5683f288dcba1'),(28437,734,'locations_5_title','Pine Creek Road – McCandless'),(28438,734,'_locations_5_title','field_5683f2aadcba2'),(28439,734,'locations_5_image',''),(28440,734,'_locations_5_image','field_568439ed8109d'),(28441,734,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(28442,734,'_locations_5_description','field_5683f2b1dcba3'),(28443,734,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(28444,734,'_locations_6_location','field_5683f288dcba1'),(28445,734,'locations_6_title','Brewhouse – Trek Development'),(28446,734,'_locations_6_title','field_5683f2aadcba2'),(28447,734,'locations_6_image',''),(28448,734,'_locations_6_image','field_568439ed8109d'),(28449,734,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(28450,734,'_locations_6_description','field_5683f2b1dcba3'),(28451,734,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(28452,734,'_locations_7_location','field_5683f288dcba1'),(28453,734,'locations_7_title','Ewalt Road – Richland Twp.'),(28454,734,'_locations_7_title','field_5683f2aadcba2'),(28455,734,'locations_7_image',''),(28456,734,'_locations_7_image','field_568439ed8109d'),(28457,734,'locations_7_description',''),(28458,734,'_locations_7_description','field_5683f2b1dcba3'),(28459,734,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.625521, -79.941837\";s:3:\"lat\";s:10:\"40.6255198\";s:3:\"lng\";s:10:\"-79.941822\";}'),(28460,734,'_locations_8_location','field_5683f288dcba1'),(28461,734,'locations_8_title','Ewalt Road – Richland Twp.'),(28462,734,'_locations_8_title','field_5683f2aadcba2'),(28463,734,'locations_8_image',''),(28464,734,'_locations_8_image','field_568439ed8109d'),(28465,734,'locations_8_description',''),(28466,734,'_locations_8_description','field_5683f2b1dcba3'),(28467,734,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(28468,734,'_locations_9_location','field_5683f288dcba1'),(28469,734,'locations_9_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(28470,734,'_locations_9_title','field_5683f2aadcba2'),(28471,734,'locations_9_image',''),(28472,734,'_locations_9_image','field_568439ed8109d'),(28473,734,'locations_9_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(28474,734,'_locations_9_description','field_5683f2b1dcba3'),(28475,734,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.425708, -79.805807\";s:3:\"lat\";s:10:\"40.4256461\";s:3:\"lng\";s:18:\"-79.80576589999998\";}'),(28476,734,'_locations_10_location','field_5683f288dcba1'),(28477,734,'locations_10_title','State Route 2065, Section A07'),(28478,734,'_locations_10_title','field_5683f2aadcba2'),(28479,734,'locations_10_image',''),(28480,734,'_locations_10_image','field_568439ed8109d'),(28481,734,'locations_10_description',''),(28482,734,'_locations_10_description','field_5683f2b1dcba3'),(28483,734,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.354856, -80.118393\";s:3:\"lat\";s:10:\"40.3527492\";s:3:\"lng\";s:18:\"-80.11776529999997\";}'),(28484,734,'_locations_11_location','field_5683f288dcba1'),(28485,734,'locations_11_title','Southern Beltway Section C – New Roadway Construction'),(28486,734,'_locations_11_title','field_5683f2aadcba2'),(28487,734,'locations_11_image',''),(28488,734,'_locations_11_image','field_568439ed8109d'),(28489,734,'locations_11_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 18 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(28490,734,'_locations_11_description','field_5683f2b1dcba3'),(28491,734,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.509371, -80.256419\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(28492,734,'_locations_12_location','field_5683f288dcba1'),(28493,734,'locations_12_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(28494,734,'_locations_12_title','field_5683f2aadcba2'),(28495,734,'locations_12_image','671'),(28496,734,'_locations_12_image','field_568439ed8109d'),(28497,734,'locations_12_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(28498,734,'_locations_12_description','field_5683f2b1dcba3'),(28499,734,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.590450, -79.888763\";s:3:\"lat\";s:10:\"40.5943712\";s:3:\"lng\";s:18:\"-79.89597279999998\";}'),(28500,734,'_locations_13_location','field_5683f288dcba1'),(28501,734,'locations_13_title','MP 40-48 – Hampton Township – Highway Widening'),(28502,734,'_locations_13_title','field_5683f2aadcba2'),(28503,734,'locations_13_image',''),(28504,734,'_locations_13_image','field_568439ed8109d'),(28505,734,'locations_13_description','This project is for mainline reconstruction and bridge replacement and is affecting 71 properties and resulting in the relocation of 1 resident in the Townships of Harmar and Indiana, Allegheny County.'),(28506,734,'_locations_13_description','field_5683f2b1dcba3'),(28507,734,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.392019, -80.077682\";s:3:\"lat\";s:17:\"40.39202119999999\";s:3:\"lng\";s:18:\"-80.07767890000002\";}'),(28508,734,'_locations_14_location','field_5683f288dcba1'),(28509,734,'locations_14_title','Georges Run Bridge No. 1, Carnegie PA – Bridge'),(28510,734,'_locations_14_title','field_5683f2aadcba2'),(28511,734,'locations_14_image',''),(28512,734,'_locations_14_image','field_568439ed8109d'),(28513,734,'locations_14_description','This project is for a small bridge replacement and is affecting 4 properties in the Township of Scott, Allegheny County.'),(28514,734,'_locations_14_description','field_5683f2b1dcba3'),(28515,734,'locations_15_location','a:3:{s:7:\"address\";s:21:\"40.386279, -79.894258\";s:3:\"lat\";s:10:\"40.3862842\";s:3:\"lng\";s:18:\"-79.89425510000001\";}'),(28516,734,'_locations_15_location','field_5683f288dcba1'),(28517,734,'locations_15_title','Homeville Creek Bridge 7, West Mifflin PA – Bridge'),(28518,734,'_locations_15_title','field_5683f2aadcba2'),(28519,734,'locations_15_image',''),(28520,734,'_locations_15_image','field_568439ed8109d'),(28521,734,'locations_15_description','This project is for a small bridge replacement and is affecting 7 properties in the Borough of Munhall, Allegheny County.'),(28522,734,'_locations_15_description','field_5683f2b1dcba3'),(28523,734,'locations_16_location','a:3:{s:7:\"address\";s:21:\"40.396380, -79.895244\";s:3:\"lat\";s:10:\"40.3963432\";s:3:\"lng\";s:18:\"-79.89543119999996\";}'),(28524,734,'_locations_16_location','field_5683f288dcba1'),(28525,734,'locations_16_title','Homeville Creek Bridge 10 – West Mifflin PA - Bridge'),(28526,734,'_locations_16_title','field_5683f2aadcba2'),(28527,734,'locations_16_image','727'),(28528,734,'_locations_16_image','field_568439ed8109d'),(28529,734,'locations_16_description','This project was for a small bridge replacement and affected 7 properties in the Borough of Munhall, Allegheny County.'),(28530,734,'_locations_16_description','field_5683f2b1dcba3'),(28531,734,'locations_17_location','a:3:{s:7:\"address\";s:21:\"40.329286, -79.987406\";s:3:\"lat\";s:10:\"40.3292857\";s:3:\"lng\";s:18:\"-79.98741289999998\";}'),(28532,734,'_locations_17_location','field_5683f288dcba1'),(28533,734,'locations_17_title','Licks Run Bridge 9, South Park – PA – Bridge'),(28534,734,'_locations_17_title','field_5683f2aadcba2'),(28535,734,'locations_17_image','730'),(28536,734,'_locations_17_image','field_568439ed8109d'),(28537,734,'locations_17_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(28538,734,'_locations_17_description','field_5683f2b1dcba3'),(28539,734,'locations_18_location','a:3:{s:7:\"address\";s:21:\"40.329261, -79.988204\";s:3:\"lat\";s:9:\"40.329261\";s:3:\"lng\";s:10:\"-79.988205\";}'),(28540,734,'_locations_18_location','field_5683f288dcba1'),(28541,734,'locations_18_title','Licks Run Bridge 10, South Park – PA - Bridge'),(28542,734,'_locations_18_title','field_5683f2aadcba2'),(28543,734,'locations_18_image','730'),(28544,734,'_locations_18_image','field_568439ed8109d'),(28545,734,'locations_18_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(28546,734,'_locations_18_description','field_5683f2b1dcba3'),(28547,734,'locations_19_location','a:3:{s:7:\"address\";s:21:\"40.515624, -80.009959\";s:3:\"lat\";s:10:\"40.5156082\";s:3:\"lng\";s:18:\"-80.00994129999998\";}'),(28548,734,'_locations_19_location','field_5683f288dcba1'),(28549,734,'locations_19_title','Girtys Run Bridge 14'),(28550,734,'_locations_19_title','field_5683f2aadcba2'),(28551,734,'locations_19_image','733'),(28552,734,'_locations_19_image','field_568439ed8109d'),(28553,734,'locations_19_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(28554,734,'_locations_19_description','field_5683f2b1dcba3'),(28555,734,'locations','20'),(28556,734,'_locations','field_5683f253a5dba'),(28557,347,'locations_19_location','a:3:{s:7:\"address\";s:21:\"40.488268, -80.045947\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(28558,347,'_locations_19_location','field_5683f288dcba1'),(28559,347,'locations_19_title','Jacks Run 3 – Bellevue, PA – Bridge Replacement'),(28560,347,'_locations_19_title','field_5683f2aadcba2'),(28561,347,'locations_19_image','735'),(28562,347,'_locations_19_image','field_568439ed8109d'),(28563,347,'locations_19_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(28564,347,'_locations_19_description','field_5683f2b1dcba3'),(28565,735,'_wp_attached_file','2015/12/wp65d11ade_06.png'),(28566,735,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:281;s:6:\"height\";i:198;s:4:\"file\";s:25:\"2015/12/wp65d11ade_06.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wp65d11ade_06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(28567,736,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(28568,736,'_locations_0_location','field_5683f288dcba1'),(28569,736,'locations_0_title','SR0028, All sections'),(28570,736,'_locations_0_title','field_5683f2aadcba2'),(28571,736,'locations_0_image',''),(28572,736,'_locations_0_image','field_568439ed8109d'),(28573,736,'locations_0_description',''),(28574,736,'_locations_0_description','field_5683f2b1dcba3'),(28575,736,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(28576,736,'_locations_1_location','field_5683f288dcba1'),(28577,736,'locations_1_title','286, A09 – Golden Mile'),(28578,736,'_locations_1_title','field_5683f2aadcba2'),(28579,736,'locations_1_image',''),(28580,736,'_locations_1_image','field_568439ed8109d'),(28581,736,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(28582,736,'_locations_1_description','field_5683f2b1dcba3'),(28583,736,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(28584,736,'_locations_2_location','field_5683f288dcba1'),(28585,736,'locations_2_title','2040, A18 – Curry Hollow'),(28586,736,'_locations_2_title','field_5683f2aadcba2'),(28587,736,'locations_2_image',''),(28588,736,'_locations_2_image','field_568439ed8109d'),(28589,736,'locations_2_description',''),(28590,736,'_locations_2_description','field_5683f2b1dcba3'),(28591,736,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(28592,736,'_locations_3_location','field_5683f288dcba1'),(28593,736,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(28594,736,'_locations_3_title','field_5683f2aadcba2'),(28595,736,'locations_3_image',''),(28596,736,'_locations_3_image','field_568439ed8109d'),(28597,736,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(28598,736,'_locations_3_description','field_5683f2b1dcba3'),(28599,736,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(28600,736,'_locations_4_location','field_5683f288dcba1'),(28601,736,'locations_4_title','Duncan Avenue – Hampton Twp.'),(28602,736,'_locations_4_title','field_5683f2aadcba2'),(28603,736,'locations_4_image',''),(28604,736,'_locations_4_image','field_568439ed8109d'),(28605,736,'locations_4_description',''),(28606,736,'_locations_4_description','field_5683f2b1dcba3'),(28607,736,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(28608,736,'_locations_5_location','field_5683f288dcba1'),(28609,736,'locations_5_title','Pine Creek Road – McCandless'),(28610,736,'_locations_5_title','field_5683f2aadcba2'),(28611,736,'locations_5_image',''),(28612,736,'_locations_5_image','field_568439ed8109d'),(28613,736,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(28614,736,'_locations_5_description','field_5683f2b1dcba3'),(28615,736,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(28616,736,'_locations_6_location','field_5683f288dcba1'),(28617,736,'locations_6_title','Brewhouse – Trek Development'),(28618,736,'_locations_6_title','field_5683f2aadcba2'),(28619,736,'locations_6_image',''),(28620,736,'_locations_6_image','field_568439ed8109d'),(28621,736,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(28622,736,'_locations_6_description','field_5683f2b1dcba3'),(28623,736,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(28624,736,'_locations_7_location','field_5683f288dcba1'),(28625,736,'locations_7_title','Ewalt Road – Richland Twp.'),(28626,736,'_locations_7_title','field_5683f2aadcba2'),(28627,736,'locations_7_image',''),(28628,736,'_locations_7_image','field_568439ed8109d'),(28629,736,'locations_7_description',''),(28630,736,'_locations_7_description','field_5683f2b1dcba3'),(28631,736,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.625521, -79.941837\";s:3:\"lat\";s:10:\"40.6255198\";s:3:\"lng\";s:10:\"-79.941822\";}'),(28632,736,'_locations_8_location','field_5683f288dcba1'),(28633,736,'locations_8_title','Ewalt Road – Richland Twp.'),(28634,736,'_locations_8_title','field_5683f2aadcba2'),(28635,736,'locations_8_image',''),(28636,736,'_locations_8_image','field_568439ed8109d'),(28637,736,'locations_8_description',''),(28638,736,'_locations_8_description','field_5683f2b1dcba3'),(28639,736,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(28640,736,'_locations_9_location','field_5683f288dcba1'),(28641,736,'locations_9_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(28642,736,'_locations_9_title','field_5683f2aadcba2'),(28643,736,'locations_9_image',''),(28644,736,'_locations_9_image','field_568439ed8109d'),(28645,736,'locations_9_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(28646,736,'_locations_9_description','field_5683f2b1dcba3'),(28647,736,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.425708, -79.805807\";s:3:\"lat\";s:10:\"40.4256461\";s:3:\"lng\";s:18:\"-79.80576589999998\";}'),(28648,736,'_locations_10_location','field_5683f288dcba1'),(28649,736,'locations_10_title','State Route 2065, Section A07'),(28650,736,'_locations_10_title','field_5683f2aadcba2'),(28651,736,'locations_10_image',''),(28652,736,'_locations_10_image','field_568439ed8109d'),(28653,736,'locations_10_description',''),(28654,736,'_locations_10_description','field_5683f2b1dcba3'),(28655,736,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.354856, -80.118393\";s:3:\"lat\";s:10:\"40.3527492\";s:3:\"lng\";s:18:\"-80.11776529999997\";}'),(28656,736,'_locations_11_location','field_5683f288dcba1'),(28657,736,'locations_11_title','Southern Beltway Section C – New Roadway Construction'),(28658,736,'_locations_11_title','field_5683f2aadcba2'),(28659,736,'locations_11_image',''),(28660,736,'_locations_11_image','field_568439ed8109d'),(28661,736,'locations_11_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 18 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(28662,736,'_locations_11_description','field_5683f2b1dcba3'),(28663,736,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.509371, -80.256419\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(28664,736,'_locations_12_location','field_5683f288dcba1'),(28665,736,'locations_12_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(28666,736,'_locations_12_title','field_5683f2aadcba2'),(28667,736,'locations_12_image','671'),(28668,736,'_locations_12_image','field_568439ed8109d'),(28669,736,'locations_12_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(28670,736,'_locations_12_description','field_5683f2b1dcba3'),(28671,736,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.590450, -79.888763\";s:3:\"lat\";s:10:\"40.5943712\";s:3:\"lng\";s:18:\"-79.89597279999998\";}'),(28672,736,'_locations_13_location','field_5683f288dcba1'),(28673,736,'locations_13_title','MP 40-48 – Hampton Township – Highway Widening'),(28674,736,'_locations_13_title','field_5683f2aadcba2'),(28675,736,'locations_13_image',''),(28676,736,'_locations_13_image','field_568439ed8109d'),(28677,736,'locations_13_description','This project is for mainline reconstruction and bridge replacement and is affecting 71 properties and resulting in the relocation of 1 resident in the Townships of Harmar and Indiana, Allegheny County.'),(28678,736,'_locations_13_description','field_5683f2b1dcba3'),(28679,736,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.392019, -80.077682\";s:3:\"lat\";s:17:\"40.39202119999999\";s:3:\"lng\";s:18:\"-80.07767890000002\";}'),(28680,736,'_locations_14_location','field_5683f288dcba1'),(28681,736,'locations_14_title','Georges Run Bridge No. 1, Carnegie PA – Bridge'),(28682,736,'_locations_14_title','field_5683f2aadcba2'),(28683,736,'locations_14_image',''),(28684,736,'_locations_14_image','field_568439ed8109d'),(28685,736,'locations_14_description','This project is for a small bridge replacement and is affecting 4 properties in the Township of Scott, Allegheny County.'),(28686,736,'_locations_14_description','field_5683f2b1dcba3'),(28687,736,'locations_15_location','a:3:{s:7:\"address\";s:21:\"40.386279, -79.894258\";s:3:\"lat\";s:10:\"40.3862842\";s:3:\"lng\";s:18:\"-79.89425510000001\";}'),(28688,736,'_locations_15_location','field_5683f288dcba1'),(28689,736,'locations_15_title','Homeville Creek Bridge 7, West Mifflin PA – Bridge'),(28690,736,'_locations_15_title','field_5683f2aadcba2'),(28691,736,'locations_15_image',''),(28692,736,'_locations_15_image','field_568439ed8109d'),(28693,736,'locations_15_description','This project is for a small bridge replacement and is affecting 7 properties in the Borough of Munhall, Allegheny County.'),(28694,736,'_locations_15_description','field_5683f2b1dcba3'),(28695,736,'locations_16_location','a:3:{s:7:\"address\";s:21:\"40.396380, -79.895244\";s:3:\"lat\";s:10:\"40.3963432\";s:3:\"lng\";s:18:\"-79.89543119999996\";}'),(28696,736,'_locations_16_location','field_5683f288dcba1'),(28697,736,'locations_16_title','Homeville Creek Bridge 10 – West Mifflin PA - Bridge'),(28698,736,'_locations_16_title','field_5683f2aadcba2'),(28699,736,'locations_16_image','727'),(28700,736,'_locations_16_image','field_568439ed8109d'),(28701,736,'locations_16_description','This project was for a small bridge replacement and affected 7 properties in the Borough of Munhall, Allegheny County.'),(28702,736,'_locations_16_description','field_5683f2b1dcba3'),(28703,736,'locations_17_location','a:3:{s:7:\"address\";s:21:\"40.329286, -79.987406\";s:3:\"lat\";s:10:\"40.3292857\";s:3:\"lng\";s:18:\"-79.98741289999998\";}'),(28704,736,'_locations_17_location','field_5683f288dcba1'),(28705,736,'locations_17_title','Licks Run Bridge 9, South Park – PA – Bridge'),(28706,736,'_locations_17_title','field_5683f2aadcba2'),(28707,736,'locations_17_image','730'),(28708,736,'_locations_17_image','field_568439ed8109d'),(28709,736,'locations_17_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(28710,736,'_locations_17_description','field_5683f2b1dcba3'),(28711,736,'locations_18_location','a:3:{s:7:\"address\";s:21:\"40.329261, -79.988204\";s:3:\"lat\";s:9:\"40.329261\";s:3:\"lng\";s:10:\"-79.988205\";}'),(28712,736,'_locations_18_location','field_5683f288dcba1'),(28713,736,'locations_18_title','Licks Run Bridge 10, South Park – PA - Bridge'),(28714,736,'_locations_18_title','field_5683f2aadcba2'),(28715,736,'locations_18_image','730'),(28716,736,'_locations_18_image','field_568439ed8109d'),(28717,736,'locations_18_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(28718,736,'_locations_18_description','field_5683f2b1dcba3'),(28719,736,'locations_19_location','a:3:{s:7:\"address\";s:21:\"40.515624, -80.009959\";s:3:\"lat\";s:10:\"40.5156082\";s:3:\"lng\";s:18:\"-80.00994129999998\";}'),(28720,736,'_locations_19_location','field_5683f288dcba1'),(28721,736,'locations_19_title','Girtys Run Bridge 14'),(28722,736,'_locations_19_title','field_5683f2aadcba2'),(28723,736,'locations_19_image','733'),(28724,736,'_locations_19_image','field_568439ed8109d'),(28725,736,'locations_19_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(28726,736,'_locations_19_description','field_5683f2b1dcba3'),(28727,736,'locations_20_location','a:3:{s:7:\"address\";s:21:\"40.488268, -80.045947\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(28728,736,'_locations_20_location','field_5683f288dcba1'),(28729,736,'locations_20_title','Jacks Run 3 – Bellevue, PA – Bridge Replacement'),(28730,736,'_locations_20_title','field_5683f2aadcba2'),(28731,736,'locations_20_image','735'),(28732,736,'_locations_20_image','field_568439ed8109d'),(28733,736,'locations_20_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(28734,736,'_locations_20_description','field_5683f2b1dcba3'),(28735,736,'locations','21'),(28736,736,'_locations','field_5683f253a5dba'),(28737,347,'locations_20_location','a:3:{s:7:\"address\";s:21:\"40.330826, -79.986892\";s:3:\"lat\";s:10:\"40.3307469\";s:3:\"lng\";s:18:\"-79.98678430000001\";}'),(28738,347,'_locations_20_location','field_5683f288dcba1'),(28739,347,'locations_20_title','Brownsville to Broughton, South Park PA, intersection improvements and realignment'),(28740,347,'_locations_20_title','field_5683f2aadcba2'),(28741,347,'locations_20_image',''),(28742,347,'_locations_20_image','field_568439ed8109d'),(28743,347,'locations_20_description',''),(28744,347,'_locations_20_description','field_5683f2b1dcba3'),(28745,737,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(28746,737,'_locations_0_location','field_5683f288dcba1'),(28747,737,'locations_0_title','SR0028, All sections'),(28748,737,'_locations_0_title','field_5683f2aadcba2'),(28749,737,'locations_0_image',''),(28750,737,'_locations_0_image','field_568439ed8109d'),(28751,737,'locations_0_description',''),(28752,737,'_locations_0_description','field_5683f2b1dcba3'),(28753,737,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(28754,737,'_locations_1_location','field_5683f288dcba1'),(28755,737,'locations_1_title','286, A09 – Golden Mile'),(28756,737,'_locations_1_title','field_5683f2aadcba2'),(28757,737,'locations_1_image',''),(28758,737,'_locations_1_image','field_568439ed8109d'),(28759,737,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(28760,737,'_locations_1_description','field_5683f2b1dcba3'),(28761,737,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(28762,737,'_locations_2_location','field_5683f288dcba1'),(28763,737,'locations_2_title','2040, A18 – Curry Hollow'),(28764,737,'_locations_2_title','field_5683f2aadcba2'),(28765,737,'locations_2_image',''),(28766,737,'_locations_2_image','field_568439ed8109d'),(28767,737,'locations_2_description',''),(28768,737,'_locations_2_description','field_5683f2b1dcba3'),(28769,737,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(28770,737,'_locations_3_location','field_5683f288dcba1'),(28771,737,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(28772,737,'_locations_3_title','field_5683f2aadcba2'),(28773,737,'locations_3_image',''),(28774,737,'_locations_3_image','field_568439ed8109d'),(28775,737,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(28776,737,'_locations_3_description','field_5683f2b1dcba3'),(28777,737,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(28778,737,'_locations_4_location','field_5683f288dcba1'),(28779,737,'locations_4_title','Duncan Avenue – Hampton Twp.'),(28780,737,'_locations_4_title','field_5683f2aadcba2'),(28781,737,'locations_4_image',''),(28782,737,'_locations_4_image','field_568439ed8109d'),(28783,737,'locations_4_description',''),(28784,737,'_locations_4_description','field_5683f2b1dcba3'),(28785,737,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(28786,737,'_locations_5_location','field_5683f288dcba1'),(28787,737,'locations_5_title','Pine Creek Road – McCandless'),(28788,737,'_locations_5_title','field_5683f2aadcba2'),(28789,737,'locations_5_image',''),(28790,737,'_locations_5_image','field_568439ed8109d'),(28791,737,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(28792,737,'_locations_5_description','field_5683f2b1dcba3'),(28793,737,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(28794,737,'_locations_6_location','field_5683f288dcba1'),(28795,737,'locations_6_title','Brewhouse – Trek Development'),(28796,737,'_locations_6_title','field_5683f2aadcba2'),(28797,737,'locations_6_image',''),(28798,737,'_locations_6_image','field_568439ed8109d'),(28799,737,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(28800,737,'_locations_6_description','field_5683f2b1dcba3'),(28801,737,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(28802,737,'_locations_7_location','field_5683f288dcba1'),(28803,737,'locations_7_title','Ewalt Road – Richland Twp.'),(28804,737,'_locations_7_title','field_5683f2aadcba2'),(28805,737,'locations_7_image',''),(28806,737,'_locations_7_image','field_568439ed8109d'),(28807,737,'locations_7_description',''),(28808,737,'_locations_7_description','field_5683f2b1dcba3'),(28809,737,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.625521, -79.941837\";s:3:\"lat\";s:10:\"40.6255198\";s:3:\"lng\";s:10:\"-79.941822\";}'),(28810,737,'_locations_8_location','field_5683f288dcba1'),(28811,737,'locations_8_title','Ewalt Road – Richland Twp.'),(28812,737,'_locations_8_title','field_5683f2aadcba2'),(28813,737,'locations_8_image',''),(28814,737,'_locations_8_image','field_568439ed8109d'),(28815,737,'locations_8_description',''),(28816,737,'_locations_8_description','field_5683f2b1dcba3'),(28817,737,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(28818,737,'_locations_9_location','field_5683f288dcba1'),(28819,737,'locations_9_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(28820,737,'_locations_9_title','field_5683f2aadcba2'),(28821,737,'locations_9_image',''),(28822,737,'_locations_9_image','field_568439ed8109d'),(28823,737,'locations_9_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(28824,737,'_locations_9_description','field_5683f2b1dcba3'),(28825,737,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.425708, -79.805807\";s:3:\"lat\";s:10:\"40.4256461\";s:3:\"lng\";s:18:\"-79.80576589999998\";}'),(28826,737,'_locations_10_location','field_5683f288dcba1'),(28827,737,'locations_10_title','State Route 2065, Section A07'),(28828,737,'_locations_10_title','field_5683f2aadcba2'),(28829,737,'locations_10_image',''),(28830,737,'_locations_10_image','field_568439ed8109d'),(28831,737,'locations_10_description',''),(28832,737,'_locations_10_description','field_5683f2b1dcba3'),(28833,737,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.354856, -80.118393\";s:3:\"lat\";s:10:\"40.3527492\";s:3:\"lng\";s:18:\"-80.11776529999997\";}'),(28834,737,'_locations_11_location','field_5683f288dcba1'),(28835,737,'locations_11_title','Southern Beltway Section C – New Roadway Construction'),(28836,737,'_locations_11_title','field_5683f2aadcba2'),(28837,737,'locations_11_image',''),(28838,737,'_locations_11_image','field_568439ed8109d'),(28839,737,'locations_11_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 18 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(28840,737,'_locations_11_description','field_5683f2b1dcba3'),(28841,737,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.509371, -80.256419\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(28842,737,'_locations_12_location','field_5683f288dcba1'),(28843,737,'locations_12_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(28844,737,'_locations_12_title','field_5683f2aadcba2'),(28845,737,'locations_12_image','671'),(28846,737,'_locations_12_image','field_568439ed8109d'),(28847,737,'locations_12_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(28848,737,'_locations_12_description','field_5683f2b1dcba3'),(28849,737,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.590450, -79.888763\";s:3:\"lat\";s:10:\"40.5943712\";s:3:\"lng\";s:18:\"-79.89597279999998\";}'),(28850,737,'_locations_13_location','field_5683f288dcba1'),(28851,737,'locations_13_title','MP 40-48 – Hampton Township – Highway Widening'),(28852,737,'_locations_13_title','field_5683f2aadcba2'),(28853,737,'locations_13_image',''),(28854,737,'_locations_13_image','field_568439ed8109d'),(28855,737,'locations_13_description','This project is for mainline reconstruction and bridge replacement and is affecting 71 properties and resulting in the relocation of 1 resident in the Townships of Harmar and Indiana, Allegheny County.'),(28856,737,'_locations_13_description','field_5683f2b1dcba3'),(28857,737,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.392019, -80.077682\";s:3:\"lat\";s:17:\"40.39202119999999\";s:3:\"lng\";s:18:\"-80.07767890000002\";}'),(28858,737,'_locations_14_location','field_5683f288dcba1'),(28859,737,'locations_14_title','Georges Run Bridge No. 1, Carnegie PA – Bridge'),(28860,737,'_locations_14_title','field_5683f2aadcba2'),(28861,737,'locations_14_image',''),(28862,737,'_locations_14_image','field_568439ed8109d'),(28863,737,'locations_14_description','This project is for a small bridge replacement and is affecting 4 properties in the Township of Scott, Allegheny County.'),(28864,737,'_locations_14_description','field_5683f2b1dcba3'),(28865,737,'locations_15_location','a:3:{s:7:\"address\";s:21:\"40.386279, -79.894258\";s:3:\"lat\";s:10:\"40.3862842\";s:3:\"lng\";s:18:\"-79.89425510000001\";}'),(28866,737,'_locations_15_location','field_5683f288dcba1'),(28867,737,'locations_15_title','Homeville Creek Bridge 7, West Mifflin PA – Bridge'),(28868,737,'_locations_15_title','field_5683f2aadcba2'),(28869,737,'locations_15_image',''),(28870,737,'_locations_15_image','field_568439ed8109d'),(28871,737,'locations_15_description','This project is for a small bridge replacement and is affecting 7 properties in the Borough of Munhall, Allegheny County.'),(28872,737,'_locations_15_description','field_5683f2b1dcba3'),(28873,737,'locations_16_location','a:3:{s:7:\"address\";s:21:\"40.396380, -79.895244\";s:3:\"lat\";s:10:\"40.3963432\";s:3:\"lng\";s:18:\"-79.89543119999996\";}'),(28874,737,'_locations_16_location','field_5683f288dcba1'),(28875,737,'locations_16_title','Homeville Creek Bridge 10 – West Mifflin PA - Bridge'),(28876,737,'_locations_16_title','field_5683f2aadcba2'),(28877,737,'locations_16_image','727'),(28878,737,'_locations_16_image','field_568439ed8109d'),(28879,737,'locations_16_description','This project was for a small bridge replacement and affected 7 properties in the Borough of Munhall, Allegheny County.'),(28880,737,'_locations_16_description','field_5683f2b1dcba3'),(28881,737,'locations_17_location','a:3:{s:7:\"address\";s:21:\"40.329286, -79.987406\";s:3:\"lat\";s:10:\"40.3292857\";s:3:\"lng\";s:18:\"-79.98741289999998\";}'),(28882,737,'_locations_17_location','field_5683f288dcba1'),(28883,737,'locations_17_title','Licks Run Bridge 9, South Park – PA – Bridge'),(28884,737,'_locations_17_title','field_5683f2aadcba2'),(28885,737,'locations_17_image','730'),(28886,737,'_locations_17_image','field_568439ed8109d'),(28887,737,'locations_17_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(28888,737,'_locations_17_description','field_5683f2b1dcba3'),(28889,737,'locations_18_location','a:3:{s:7:\"address\";s:21:\"40.329261, -79.988204\";s:3:\"lat\";s:9:\"40.329261\";s:3:\"lng\";s:10:\"-79.988205\";}'),(28890,737,'_locations_18_location','field_5683f288dcba1'),(28891,737,'locations_18_title','Licks Run Bridge 10, South Park – PA - Bridge'),(28892,737,'_locations_18_title','field_5683f2aadcba2'),(28893,737,'locations_18_image','730'),(28894,737,'_locations_18_image','field_568439ed8109d'),(28895,737,'locations_18_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(28896,737,'_locations_18_description','field_5683f2b1dcba3'),(28897,737,'locations_19_location','a:3:{s:7:\"address\";s:21:\"40.515624, -80.009959\";s:3:\"lat\";s:10:\"40.5156082\";s:3:\"lng\";s:18:\"-80.00994129999998\";}'),(28898,737,'_locations_19_location','field_5683f288dcba1'),(28899,737,'locations_19_title','Girtys Run Bridge 14'),(28900,737,'_locations_19_title','field_5683f2aadcba2'),(28901,737,'locations_19_image','733'),(28902,737,'_locations_19_image','field_568439ed8109d'),(28903,737,'locations_19_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(28904,737,'_locations_19_description','field_5683f2b1dcba3'),(28905,737,'locations_20_location','a:3:{s:7:\"address\";s:21:\"40.488268, -80.045947\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(28906,737,'_locations_20_location','field_5683f288dcba1'),(28907,737,'locations_20_title','Jacks Run 3 – Bellevue, PA – Bridge Replacement'),(28908,737,'_locations_20_title','field_5683f2aadcba2'),(28909,737,'locations_20_image','735'),(28910,737,'_locations_20_image','field_568439ed8109d'),(28911,737,'locations_20_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(28912,737,'_locations_20_description','field_5683f2b1dcba3'),(28913,737,'locations_21_location','a:3:{s:7:\"address\";s:21:\"40.330826, -79.986892\";s:3:\"lat\";s:10:\"40.3307469\";s:3:\"lng\";s:18:\"-79.98678430000001\";}'),(28914,737,'_locations_21_location','field_5683f288dcba1'),(28915,737,'locations_21_title','Brownsville to Broughton, South Park PA, intersection improvements and realignment'),(28916,737,'_locations_21_title','field_5683f2aadcba2'),(28917,737,'locations_21_image',''),(28918,737,'_locations_21_image','field_568439ed8109d'),(28919,737,'locations_21_description',''),(28920,737,'_locations_21_description','field_5683f2b1dcba3'),(28921,737,'locations','22'),(28922,737,'_locations','field_5683f253a5dba'),(28923,347,'locations_21_location','a:3:{s:7:\"address\";s:21:\"40.651302, -79.799610\";s:3:\"lat\";s:9:\"40.651344\";s:3:\"lng\";s:18:\"-79.80019399999998\";}'),(28924,347,'_locations_21_location','field_5683f288dcba1'),(28925,347,'locations_21_title','Bull Creek Bridge No. 6 – Fawn Township – Bridge'),(28926,347,'_locations_21_title','field_5683f2aadcba2'),(28927,347,'locations_21_image',''),(28928,347,'_locations_21_image','field_568439ed8109d'),(28929,347,'locations_21_description','This project is for a small bridge replacement and is affecting 9 properties in the Township of Fawn, Allegheny County.'),(28930,347,'_locations_21_description','field_5683f2b1dcba3'),(28931,738,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(28932,738,'_locations_0_location','field_5683f288dcba1'),(28933,738,'locations_0_title','SR0028, All sections'),(28934,738,'_locations_0_title','field_5683f2aadcba2'),(28935,738,'locations_0_image',''),(28936,738,'_locations_0_image','field_568439ed8109d'),(28937,738,'locations_0_description',''),(28938,738,'_locations_0_description','field_5683f2b1dcba3'),(28939,738,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(28940,738,'_locations_1_location','field_5683f288dcba1'),(28941,738,'locations_1_title','286, A09 – Golden Mile'),(28942,738,'_locations_1_title','field_5683f2aadcba2'),(28943,738,'locations_1_image',''),(28944,738,'_locations_1_image','field_568439ed8109d'),(28945,738,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(28946,738,'_locations_1_description','field_5683f2b1dcba3'),(28947,738,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(28948,738,'_locations_2_location','field_5683f288dcba1'),(28949,738,'locations_2_title','2040, A18 – Curry Hollow'),(28950,738,'_locations_2_title','field_5683f2aadcba2'),(28951,738,'locations_2_image',''),(28952,738,'_locations_2_image','field_568439ed8109d'),(28953,738,'locations_2_description',''),(28954,738,'_locations_2_description','field_5683f2b1dcba3'),(28955,738,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(28956,738,'_locations_3_location','field_5683f288dcba1'),(28957,738,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(28958,738,'_locations_3_title','field_5683f2aadcba2'),(28959,738,'locations_3_image',''),(28960,738,'_locations_3_image','field_568439ed8109d'),(28961,738,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(28962,738,'_locations_3_description','field_5683f2b1dcba3'),(28963,738,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(28964,738,'_locations_4_location','field_5683f288dcba1'),(28965,738,'locations_4_title','Duncan Avenue – Hampton Twp.'),(28966,738,'_locations_4_title','field_5683f2aadcba2'),(28967,738,'locations_4_image',''),(28968,738,'_locations_4_image','field_568439ed8109d'),(28969,738,'locations_4_description',''),(28970,738,'_locations_4_description','field_5683f2b1dcba3'),(28971,738,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(28972,738,'_locations_5_location','field_5683f288dcba1'),(28973,738,'locations_5_title','Pine Creek Road – McCandless'),(28974,738,'_locations_5_title','field_5683f2aadcba2'),(28975,738,'locations_5_image',''),(28976,738,'_locations_5_image','field_568439ed8109d'),(28977,738,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(28978,738,'_locations_5_description','field_5683f2b1dcba3'),(28979,738,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(28980,738,'_locations_6_location','field_5683f288dcba1'),(28981,738,'locations_6_title','Brewhouse – Trek Development'),(28982,738,'_locations_6_title','field_5683f2aadcba2'),(28983,738,'locations_6_image',''),(28984,738,'_locations_6_image','field_568439ed8109d'),(28985,738,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(28986,738,'_locations_6_description','field_5683f2b1dcba3'),(28987,738,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(28988,738,'_locations_7_location','field_5683f288dcba1'),(28989,738,'locations_7_title','Ewalt Road – Richland Twp.'),(28990,738,'_locations_7_title','field_5683f2aadcba2'),(28991,738,'locations_7_image',''),(28992,738,'_locations_7_image','field_568439ed8109d'),(28993,738,'locations_7_description',''),(28994,738,'_locations_7_description','field_5683f2b1dcba3'),(28995,738,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.625521, -79.941837\";s:3:\"lat\";s:10:\"40.6255198\";s:3:\"lng\";s:10:\"-79.941822\";}'),(28996,738,'_locations_8_location','field_5683f288dcba1'),(28997,738,'locations_8_title','Ewalt Road – Richland Twp.'),(28998,738,'_locations_8_title','field_5683f2aadcba2'),(28999,738,'locations_8_image',''),(29000,738,'_locations_8_image','field_568439ed8109d'),(29001,738,'locations_8_description',''),(29002,738,'_locations_8_description','field_5683f2b1dcba3'),(29003,738,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(29004,738,'_locations_9_location','field_5683f288dcba1'),(29005,738,'locations_9_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(29006,738,'_locations_9_title','field_5683f2aadcba2'),(29007,738,'locations_9_image',''),(29008,738,'_locations_9_image','field_568439ed8109d'),(29009,738,'locations_9_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(29010,738,'_locations_9_description','field_5683f2b1dcba3'),(29011,738,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.425708, -79.805807\";s:3:\"lat\";s:10:\"40.4256461\";s:3:\"lng\";s:18:\"-79.80576589999998\";}'),(29012,738,'_locations_10_location','field_5683f288dcba1'),(29013,738,'locations_10_title','State Route 2065, Section A07'),(29014,738,'_locations_10_title','field_5683f2aadcba2'),(29015,738,'locations_10_image',''),(29016,738,'_locations_10_image','field_568439ed8109d'),(29017,738,'locations_10_description',''),(29018,738,'_locations_10_description','field_5683f2b1dcba3'),(29019,738,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.354856, -80.118393\";s:3:\"lat\";s:10:\"40.3527492\";s:3:\"lng\";s:18:\"-80.11776529999997\";}'),(29020,738,'_locations_11_location','field_5683f288dcba1'),(29021,738,'locations_11_title','Southern Beltway Section C – New Roadway Construction'),(29022,738,'_locations_11_title','field_5683f2aadcba2'),(29023,738,'locations_11_image',''),(29024,738,'_locations_11_image','field_568439ed8109d'),(29025,738,'locations_11_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 18 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(29026,738,'_locations_11_description','field_5683f2b1dcba3'),(29027,738,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.509371, -80.256419\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(29028,738,'_locations_12_location','field_5683f288dcba1'),(29029,738,'locations_12_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(29030,738,'_locations_12_title','field_5683f2aadcba2'),(29031,738,'locations_12_image','671'),(29032,738,'_locations_12_image','field_568439ed8109d'),(29033,738,'locations_12_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(29034,738,'_locations_12_description','field_5683f2b1dcba3'),(29035,738,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.590450, -79.888763\";s:3:\"lat\";s:10:\"40.5943712\";s:3:\"lng\";s:18:\"-79.89597279999998\";}'),(29036,738,'_locations_13_location','field_5683f288dcba1'),(29037,738,'locations_13_title','MP 40-48 – Hampton Township – Highway Widening'),(29038,738,'_locations_13_title','field_5683f2aadcba2'),(29039,738,'locations_13_image',''),(29040,738,'_locations_13_image','field_568439ed8109d'),(29041,738,'locations_13_description','This project is for mainline reconstruction and bridge replacement and is affecting 71 properties and resulting in the relocation of 1 resident in the Townships of Harmar and Indiana, Allegheny County.'),(29042,738,'_locations_13_description','field_5683f2b1dcba3'),(29043,738,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.392019, -80.077682\";s:3:\"lat\";s:17:\"40.39202119999999\";s:3:\"lng\";s:18:\"-80.07767890000002\";}'),(29044,738,'_locations_14_location','field_5683f288dcba1'),(29045,738,'locations_14_title','Georges Run Bridge No. 1, Carnegie PA – Bridge'),(29046,738,'_locations_14_title','field_5683f2aadcba2'),(29047,738,'locations_14_image',''),(29048,738,'_locations_14_image','field_568439ed8109d'),(29049,738,'locations_14_description','This project is for a small bridge replacement and is affecting 4 properties in the Township of Scott, Allegheny County.'),(29050,738,'_locations_14_description','field_5683f2b1dcba3'),(29051,738,'locations_15_location','a:3:{s:7:\"address\";s:21:\"40.386279, -79.894258\";s:3:\"lat\";s:10:\"40.3862842\";s:3:\"lng\";s:18:\"-79.89425510000001\";}'),(29052,738,'_locations_15_location','field_5683f288dcba1'),(29053,738,'locations_15_title','Homeville Creek Bridge 7, West Mifflin PA – Bridge'),(29054,738,'_locations_15_title','field_5683f2aadcba2'),(29055,738,'locations_15_image',''),(29056,738,'_locations_15_image','field_568439ed8109d'),(29057,738,'locations_15_description','This project is for a small bridge replacement and is affecting 7 properties in the Borough of Munhall, Allegheny County.'),(29058,738,'_locations_15_description','field_5683f2b1dcba3'),(29059,738,'locations_16_location','a:3:{s:7:\"address\";s:21:\"40.396380, -79.895244\";s:3:\"lat\";s:10:\"40.3963432\";s:3:\"lng\";s:18:\"-79.89543119999996\";}'),(29060,738,'_locations_16_location','field_5683f288dcba1'),(29061,738,'locations_16_title','Homeville Creek Bridge 10 – West Mifflin PA - Bridge'),(29062,738,'_locations_16_title','field_5683f2aadcba2'),(29063,738,'locations_16_image','727'),(29064,738,'_locations_16_image','field_568439ed8109d'),(29065,738,'locations_16_description','This project was for a small bridge replacement and affected 7 properties in the Borough of Munhall, Allegheny County.'),(29066,738,'_locations_16_description','field_5683f2b1dcba3'),(29067,738,'locations_17_location','a:3:{s:7:\"address\";s:21:\"40.329286, -79.987406\";s:3:\"lat\";s:10:\"40.3292857\";s:3:\"lng\";s:18:\"-79.98741289999998\";}'),(29068,738,'_locations_17_location','field_5683f288dcba1'),(29069,738,'locations_17_title','Licks Run Bridge 9, South Park – PA – Bridge'),(29070,738,'_locations_17_title','field_5683f2aadcba2'),(29071,738,'locations_17_image','730'),(29072,738,'_locations_17_image','field_568439ed8109d'),(29073,738,'locations_17_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(29074,738,'_locations_17_description','field_5683f2b1dcba3'),(29075,738,'locations_18_location','a:3:{s:7:\"address\";s:21:\"40.329261, -79.988204\";s:3:\"lat\";s:9:\"40.329261\";s:3:\"lng\";s:10:\"-79.988205\";}'),(29076,738,'_locations_18_location','field_5683f288dcba1'),(29077,738,'locations_18_title','Licks Run Bridge 10, South Park – PA - Bridge'),(29078,738,'_locations_18_title','field_5683f2aadcba2'),(29079,738,'locations_18_image','730'),(29080,738,'_locations_18_image','field_568439ed8109d'),(29081,738,'locations_18_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(29082,738,'_locations_18_description','field_5683f2b1dcba3'),(29083,738,'locations_19_location','a:3:{s:7:\"address\";s:21:\"40.515624, -80.009959\";s:3:\"lat\";s:10:\"40.5156082\";s:3:\"lng\";s:18:\"-80.00994129999998\";}'),(29084,738,'_locations_19_location','field_5683f288dcba1'),(29085,738,'locations_19_title','Girtys Run Bridge 14'),(29086,738,'_locations_19_title','field_5683f2aadcba2'),(29087,738,'locations_19_image','733'),(29088,738,'_locations_19_image','field_568439ed8109d'),(29089,738,'locations_19_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(29090,738,'_locations_19_description','field_5683f2b1dcba3'),(29091,738,'locations_20_location','a:3:{s:7:\"address\";s:21:\"40.488268, -80.045947\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(29092,738,'_locations_20_location','field_5683f288dcba1'),(29093,738,'locations_20_title','Jacks Run 3 – Bellevue, PA – Bridge Replacement'),(29094,738,'_locations_20_title','field_5683f2aadcba2'),(29095,738,'locations_20_image','735'),(29096,738,'_locations_20_image','field_568439ed8109d'),(29097,738,'locations_20_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(29098,738,'_locations_20_description','field_5683f2b1dcba3'),(29099,738,'locations_21_location','a:3:{s:7:\"address\";s:21:\"40.330826, -79.986892\";s:3:\"lat\";s:10:\"40.3307469\";s:3:\"lng\";s:18:\"-79.98678430000001\";}'),(29100,738,'_locations_21_location','field_5683f288dcba1'),(29101,738,'locations_21_title','Brownsville to Broughton, South Park PA, intersection improvements and realignment'),(29102,738,'_locations_21_title','field_5683f2aadcba2'),(29103,738,'locations_21_image',''),(29104,738,'_locations_21_image','field_568439ed8109d'),(29105,738,'locations_21_description',''),(29106,738,'_locations_21_description','field_5683f2b1dcba3'),(29107,738,'locations_22_location','a:3:{s:7:\"address\";s:21:\"40.651302, -79.799610\";s:3:\"lat\";s:9:\"40.651344\";s:3:\"lng\";s:18:\"-79.80019399999998\";}'),(29108,738,'_locations_22_location','field_5683f288dcba1'),(29109,738,'locations_22_title','Bull Creek Bridge No. 6 – Fawn Township – Bridge'),(29110,738,'_locations_22_title','field_5683f2aadcba2'),(29111,738,'locations_22_image',''),(29112,738,'_locations_22_image','field_568439ed8109d'),(29113,738,'locations_22_description','This project is for a small bridge replacement and is affecting 9 properties in the Township of Fawn, Allegheny County.'),(29114,738,'_locations_22_description','field_5683f2b1dcba3'),(29115,738,'locations','23'),(29116,738,'_locations','field_5683f253a5dba'),(29117,347,'locations_22_location','a:3:{s:7:\"address\";s:21:\"40.662745, -79.817800\";s:3:\"lat\";s:9:\"40.663536\";s:3:\"lng\";s:10:\"-79.819073\";}'),(29118,347,'_locations_22_location','field_5683f288dcba1'),(29119,347,'locations_22_title','Bull Creek Bridge No. 9 – West Deer Township – Bridge'),(29120,347,'_locations_22_title','field_5683f2aadcba2'),(29121,347,'locations_22_image',''),(29122,347,'_locations_22_image','field_568439ed8109d'),(29123,347,'locations_22_description','This project is for a small bridge replacement and is affecting 2 properties in the Township of West Deer, Allegheny County.'),(29124,347,'_locations_22_description','field_5683f2b1dcba3'),(29125,739,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(29126,739,'_locations_0_location','field_5683f288dcba1'),(29127,739,'locations_0_title','SR0028, All sections'),(29128,739,'_locations_0_title','field_5683f2aadcba2'),(29129,739,'locations_0_image',''),(29130,739,'_locations_0_image','field_568439ed8109d'),(29131,739,'locations_0_description',''),(29132,739,'_locations_0_description','field_5683f2b1dcba3'),(29133,739,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(29134,739,'_locations_1_location','field_5683f288dcba1'),(29135,739,'locations_1_title','286, A09 – Golden Mile'),(29136,739,'_locations_1_title','field_5683f2aadcba2'),(29137,739,'locations_1_image',''),(29138,739,'_locations_1_image','field_568439ed8109d'),(29139,739,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(29140,739,'_locations_1_description','field_5683f2b1dcba3'),(29141,739,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(29142,739,'_locations_2_location','field_5683f288dcba1'),(29143,739,'locations_2_title','2040, A18 – Curry Hollow'),(29144,739,'_locations_2_title','field_5683f2aadcba2'),(29145,739,'locations_2_image',''),(29146,739,'_locations_2_image','field_568439ed8109d'),(29147,739,'locations_2_description',''),(29148,739,'_locations_2_description','field_5683f2b1dcba3'),(29149,739,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(29150,739,'_locations_3_location','field_5683f288dcba1'),(29151,739,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(29152,739,'_locations_3_title','field_5683f2aadcba2'),(29153,739,'locations_3_image',''),(29154,739,'_locations_3_image','field_568439ed8109d'),(29155,739,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(29156,739,'_locations_3_description','field_5683f2b1dcba3'),(29157,739,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(29158,739,'_locations_4_location','field_5683f288dcba1'),(29159,739,'locations_4_title','Duncan Avenue – Hampton Twp.'),(29160,739,'_locations_4_title','field_5683f2aadcba2'),(29161,739,'locations_4_image',''),(29162,739,'_locations_4_image','field_568439ed8109d'),(29163,739,'locations_4_description',''),(29164,739,'_locations_4_description','field_5683f2b1dcba3'),(29165,739,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(29166,739,'_locations_5_location','field_5683f288dcba1'),(29167,739,'locations_5_title','Pine Creek Road – McCandless'),(29168,739,'_locations_5_title','field_5683f2aadcba2'),(29169,739,'locations_5_image',''),(29170,739,'_locations_5_image','field_568439ed8109d'),(29171,739,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(29172,739,'_locations_5_description','field_5683f2b1dcba3'),(29173,739,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(29174,739,'_locations_6_location','field_5683f288dcba1'),(29175,739,'locations_6_title','Brewhouse – Trek Development'),(29176,739,'_locations_6_title','field_5683f2aadcba2'),(29177,739,'locations_6_image',''),(29178,739,'_locations_6_image','field_568439ed8109d'),(29179,739,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(29180,739,'_locations_6_description','field_5683f2b1dcba3'),(29181,739,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(29182,739,'_locations_7_location','field_5683f288dcba1'),(29183,739,'locations_7_title','Ewalt Road – Richland Twp.'),(29184,739,'_locations_7_title','field_5683f2aadcba2'),(29185,739,'locations_7_image',''),(29186,739,'_locations_7_image','field_568439ed8109d'),(29187,739,'locations_7_description',''),(29188,739,'_locations_7_description','field_5683f2b1dcba3'),(29189,739,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.625521, -79.941837\";s:3:\"lat\";s:10:\"40.6255198\";s:3:\"lng\";s:10:\"-79.941822\";}'),(29190,739,'_locations_8_location','field_5683f288dcba1'),(29191,739,'locations_8_title','Ewalt Road – Richland Twp.'),(29192,739,'_locations_8_title','field_5683f2aadcba2'),(29193,739,'locations_8_image',''),(29194,739,'_locations_8_image','field_568439ed8109d'),(29195,739,'locations_8_description',''),(29196,739,'_locations_8_description','field_5683f2b1dcba3'),(29197,739,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(29198,739,'_locations_9_location','field_5683f288dcba1'),(29199,739,'locations_9_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(29200,739,'_locations_9_title','field_5683f2aadcba2'),(29201,739,'locations_9_image',''),(29202,739,'_locations_9_image','field_568439ed8109d'),(29203,739,'locations_9_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(29204,739,'_locations_9_description','field_5683f2b1dcba3'),(29205,739,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.425708, -79.805807\";s:3:\"lat\";s:10:\"40.4256461\";s:3:\"lng\";s:18:\"-79.80576589999998\";}'),(29206,739,'_locations_10_location','field_5683f288dcba1'),(29207,739,'locations_10_title','State Route 2065, Section A07'),(29208,739,'_locations_10_title','field_5683f2aadcba2'),(29209,739,'locations_10_image',''),(29210,739,'_locations_10_image','field_568439ed8109d'),(29211,739,'locations_10_description',''),(29212,739,'_locations_10_description','field_5683f2b1dcba3'),(29213,739,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.354856, -80.118393\";s:3:\"lat\";s:10:\"40.3527492\";s:3:\"lng\";s:18:\"-80.11776529999997\";}'),(29214,739,'_locations_11_location','field_5683f288dcba1'),(29215,739,'locations_11_title','Southern Beltway Section C – New Roadway Construction'),(29216,739,'_locations_11_title','field_5683f2aadcba2'),(29217,739,'locations_11_image',''),(29218,739,'_locations_11_image','field_568439ed8109d'),(29219,739,'locations_11_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 18 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(29220,739,'_locations_11_description','field_5683f2b1dcba3'),(29221,739,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.509371, -80.256419\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(29222,739,'_locations_12_location','field_5683f288dcba1'),(29223,739,'locations_12_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(29224,739,'_locations_12_title','field_5683f2aadcba2'),(29225,739,'locations_12_image','671'),(29226,739,'_locations_12_image','field_568439ed8109d'),(29227,739,'locations_12_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(29228,739,'_locations_12_description','field_5683f2b1dcba3'),(29229,739,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.590450, -79.888763\";s:3:\"lat\";s:10:\"40.5943712\";s:3:\"lng\";s:18:\"-79.89597279999998\";}'),(29230,739,'_locations_13_location','field_5683f288dcba1'),(29231,739,'locations_13_title','MP 40-48 – Hampton Township – Highway Widening'),(29232,739,'_locations_13_title','field_5683f2aadcba2'),(29233,739,'locations_13_image',''),(29234,739,'_locations_13_image','field_568439ed8109d'),(29235,739,'locations_13_description','This project is for mainline reconstruction and bridge replacement and is affecting 71 properties and resulting in the relocation of 1 resident in the Townships of Harmar and Indiana, Allegheny County.'),(29236,739,'_locations_13_description','field_5683f2b1dcba3'),(29237,739,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.392019, -80.077682\";s:3:\"lat\";s:17:\"40.39202119999999\";s:3:\"lng\";s:18:\"-80.07767890000002\";}'),(29238,739,'_locations_14_location','field_5683f288dcba1'),(29239,739,'locations_14_title','Georges Run Bridge No. 1, Carnegie PA – Bridge'),(29240,739,'_locations_14_title','field_5683f2aadcba2'),(29241,739,'locations_14_image',''),(29242,739,'_locations_14_image','field_568439ed8109d'),(29243,739,'locations_14_description','This project is for a small bridge replacement and is affecting 4 properties in the Township of Scott, Allegheny County.'),(29244,739,'_locations_14_description','field_5683f2b1dcba3'),(29245,739,'locations_15_location','a:3:{s:7:\"address\";s:21:\"40.386279, -79.894258\";s:3:\"lat\";s:10:\"40.3862842\";s:3:\"lng\";s:18:\"-79.89425510000001\";}'),(29246,739,'_locations_15_location','field_5683f288dcba1'),(29247,739,'locations_15_title','Homeville Creek Bridge 7, West Mifflin PA – Bridge'),(29248,739,'_locations_15_title','field_5683f2aadcba2'),(29249,739,'locations_15_image',''),(29250,739,'_locations_15_image','field_568439ed8109d'),(29251,739,'locations_15_description','This project is for a small bridge replacement and is affecting 7 properties in the Borough of Munhall, Allegheny County.'),(29252,739,'_locations_15_description','field_5683f2b1dcba3'),(29253,739,'locations_16_location','a:3:{s:7:\"address\";s:21:\"40.396380, -79.895244\";s:3:\"lat\";s:10:\"40.3963432\";s:3:\"lng\";s:18:\"-79.89543119999996\";}'),(29254,739,'_locations_16_location','field_5683f288dcba1'),(29255,739,'locations_16_title','Homeville Creek Bridge 10 – West Mifflin PA - Bridge'),(29256,739,'_locations_16_title','field_5683f2aadcba2'),(29257,739,'locations_16_image','727'),(29258,739,'_locations_16_image','field_568439ed8109d'),(29259,739,'locations_16_description','This project was for a small bridge replacement and affected 7 properties in the Borough of Munhall, Allegheny County.'),(29260,739,'_locations_16_description','field_5683f2b1dcba3'),(29261,739,'locations_17_location','a:3:{s:7:\"address\";s:21:\"40.329286, -79.987406\";s:3:\"lat\";s:10:\"40.3292857\";s:3:\"lng\";s:18:\"-79.98741289999998\";}'),(29262,739,'_locations_17_location','field_5683f288dcba1'),(29263,739,'locations_17_title','Licks Run Bridge 9, South Park – PA – Bridge'),(29264,739,'_locations_17_title','field_5683f2aadcba2'),(29265,739,'locations_17_image','730'),(29266,739,'_locations_17_image','field_568439ed8109d'),(29267,739,'locations_17_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(29268,739,'_locations_17_description','field_5683f2b1dcba3'),(29269,739,'locations_18_location','a:3:{s:7:\"address\";s:21:\"40.329261, -79.988204\";s:3:\"lat\";s:9:\"40.329261\";s:3:\"lng\";s:10:\"-79.988205\";}'),(29270,739,'_locations_18_location','field_5683f288dcba1'),(29271,739,'locations_18_title','Licks Run Bridge 10, South Park – PA - Bridge'),(29272,739,'_locations_18_title','field_5683f2aadcba2'),(29273,739,'locations_18_image','730'),(29274,739,'_locations_18_image','field_568439ed8109d'),(29275,739,'locations_18_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(29276,739,'_locations_18_description','field_5683f2b1dcba3'),(29277,739,'locations_19_location','a:3:{s:7:\"address\";s:21:\"40.515624, -80.009959\";s:3:\"lat\";s:10:\"40.5156082\";s:3:\"lng\";s:18:\"-80.00994129999998\";}'),(29278,739,'_locations_19_location','field_5683f288dcba1'),(29279,739,'locations_19_title','Girtys Run Bridge 14'),(29280,739,'_locations_19_title','field_5683f2aadcba2'),(29281,739,'locations_19_image','733'),(29282,739,'_locations_19_image','field_568439ed8109d'),(29283,739,'locations_19_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(29284,739,'_locations_19_description','field_5683f2b1dcba3'),(29285,739,'locations_20_location','a:3:{s:7:\"address\";s:21:\"40.488268, -80.045947\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(29286,739,'_locations_20_location','field_5683f288dcba1'),(29287,739,'locations_20_title','Jacks Run 3 – Bellevue, PA – Bridge Replacement'),(29288,739,'_locations_20_title','field_5683f2aadcba2'),(29289,739,'locations_20_image','735'),(29290,739,'_locations_20_image','field_568439ed8109d'),(29291,739,'locations_20_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(29292,739,'_locations_20_description','field_5683f2b1dcba3'),(29293,739,'locations_21_location','a:3:{s:7:\"address\";s:21:\"40.330826, -79.986892\";s:3:\"lat\";s:10:\"40.3307469\";s:3:\"lng\";s:18:\"-79.98678430000001\";}'),(29294,739,'_locations_21_location','field_5683f288dcba1'),(29295,739,'locations_21_title','Brownsville to Broughton, South Park PA, intersection improvements and realignment'),(29296,739,'_locations_21_title','field_5683f2aadcba2'),(29297,739,'locations_21_image',''),(29298,739,'_locations_21_image','field_568439ed8109d'),(29299,739,'locations_21_description',''),(29300,739,'_locations_21_description','field_5683f2b1dcba3'),(29301,739,'locations_22_location','a:3:{s:7:\"address\";s:21:\"40.651302, -79.799610\";s:3:\"lat\";s:9:\"40.651344\";s:3:\"lng\";s:18:\"-79.80019399999998\";}'),(29302,739,'_locations_22_location','field_5683f288dcba1'),(29303,739,'locations_22_title','Bull Creek Bridge No. 6 – Fawn Township – Bridge'),(29304,739,'_locations_22_title','field_5683f2aadcba2'),(29305,739,'locations_22_image',''),(29306,739,'_locations_22_image','field_568439ed8109d'),(29307,739,'locations_22_description','This project is for a small bridge replacement and is affecting 9 properties in the Township of Fawn, Allegheny County.'),(29308,739,'_locations_22_description','field_5683f2b1dcba3'),(29309,739,'locations_23_location','a:3:{s:7:\"address\";s:21:\"40.662745, -79.817800\";s:3:\"lat\";s:9:\"40.663536\";s:3:\"lng\";s:10:\"-79.819073\";}'),(29310,739,'_locations_23_location','field_5683f288dcba1'),(29311,739,'locations_23_title','Bull Creek Bridge No. 9 – West Deer Township – Bridge'),(29312,739,'_locations_23_title','field_5683f2aadcba2'),(29313,739,'locations_23_image',''),(29314,739,'_locations_23_image','field_568439ed8109d'),(29315,739,'locations_23_description','This project is for a small bridge replacement and is affecting 2 properties in the Township of West Deer, Allegheny County.'),(29316,739,'_locations_23_description','field_5683f2b1dcba3'),(29317,739,'locations','24'),(29318,739,'_locations','field_5683f253a5dba'),(29319,347,'locations_23_location','a:3:{s:7:\"address\";s:21:\"40.620209, -79.833885\";s:3:\"lat\";s:10:\"40.6202319\";s:3:\"lng\";s:18:\"-79.83386789999997\";}'),(29320,347,'_locations_23_location','field_5683f288dcba1'),(29321,347,'locations_23_title','Little Deer Creek DL06 – West Deer Township – Bridge Replacement'),(29322,347,'_locations_23_title','field_5683f2aadcba2'),(29323,347,'locations_23_image','740'),(29324,347,'_locations_23_image','field_568439ed8109d'),(29325,347,'locations_23_description','This project was for a small bridge replacement and affected properties in the Township of Russellton, Allegheny County.'),(29326,347,'_locations_23_description','field_5683f2b1dcba3'),(29327,740,'_wp_attached_file','2015/12/wp5864d764_06.png'),(29328,740,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:281;s:6:\"height\";i:198;s:4:\"file\";s:25:\"2015/12/wp5864d764_06.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wp5864d764_06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(29329,741,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(29330,741,'_locations_0_location','field_5683f288dcba1'),(29331,741,'locations_0_title','SR0028, All sections'),(29332,741,'_locations_0_title','field_5683f2aadcba2'),(29333,741,'locations_0_image',''),(29334,741,'_locations_0_image','field_568439ed8109d'),(29335,741,'locations_0_description',''),(29336,741,'_locations_0_description','field_5683f2b1dcba3'),(29337,741,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(29338,741,'_locations_1_location','field_5683f288dcba1'),(29339,741,'locations_1_title','286, A09 – Golden Mile'),(29340,741,'_locations_1_title','field_5683f2aadcba2'),(29341,741,'locations_1_image',''),(29342,741,'_locations_1_image','field_568439ed8109d'),(29343,741,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(29344,741,'_locations_1_description','field_5683f2b1dcba3'),(29345,741,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(29346,741,'_locations_2_location','field_5683f288dcba1'),(29347,741,'locations_2_title','2040, A18 – Curry Hollow'),(29348,741,'_locations_2_title','field_5683f2aadcba2'),(29349,741,'locations_2_image',''),(29350,741,'_locations_2_image','field_568439ed8109d'),(29351,741,'locations_2_description',''),(29352,741,'_locations_2_description','field_5683f2b1dcba3'),(29353,741,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(29354,741,'_locations_3_location','field_5683f288dcba1'),(29355,741,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(29356,741,'_locations_3_title','field_5683f2aadcba2'),(29357,741,'locations_3_image',''),(29358,741,'_locations_3_image','field_568439ed8109d'),(29359,741,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(29360,741,'_locations_3_description','field_5683f2b1dcba3'),(29361,741,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(29362,741,'_locations_4_location','field_5683f288dcba1'),(29363,741,'locations_4_title','Duncan Avenue – Hampton Twp.'),(29364,741,'_locations_4_title','field_5683f2aadcba2'),(29365,741,'locations_4_image',''),(29366,741,'_locations_4_image','field_568439ed8109d'),(29367,741,'locations_4_description',''),(29368,741,'_locations_4_description','field_5683f2b1dcba3'),(29369,741,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(29370,741,'_locations_5_location','field_5683f288dcba1'),(29371,741,'locations_5_title','Pine Creek Road – McCandless'),(29372,741,'_locations_5_title','field_5683f2aadcba2'),(29373,741,'locations_5_image',''),(29374,741,'_locations_5_image','field_568439ed8109d'),(29375,741,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(29376,741,'_locations_5_description','field_5683f2b1dcba3'),(29377,741,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(29378,741,'_locations_6_location','field_5683f288dcba1'),(29379,741,'locations_6_title','Brewhouse – Trek Development'),(29380,741,'_locations_6_title','field_5683f2aadcba2'),(29381,741,'locations_6_image',''),(29382,741,'_locations_6_image','field_568439ed8109d'),(29383,741,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(29384,741,'_locations_6_description','field_5683f2b1dcba3'),(29385,741,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(29386,741,'_locations_7_location','field_5683f288dcba1'),(29387,741,'locations_7_title','Ewalt Road – Richland Twp.'),(29388,741,'_locations_7_title','field_5683f2aadcba2'),(29389,741,'locations_7_image',''),(29390,741,'_locations_7_image','field_568439ed8109d'),(29391,741,'locations_7_description',''),(29392,741,'_locations_7_description','field_5683f2b1dcba3'),(29393,741,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.625521, -79.941837\";s:3:\"lat\";s:10:\"40.6255198\";s:3:\"lng\";s:10:\"-79.941822\";}'),(29394,741,'_locations_8_location','field_5683f288dcba1'),(29395,741,'locations_8_title','Ewalt Road – Richland Twp.'),(29396,741,'_locations_8_title','field_5683f2aadcba2'),(29397,741,'locations_8_image',''),(29398,741,'_locations_8_image','field_568439ed8109d'),(29399,741,'locations_8_description',''),(29400,741,'_locations_8_description','field_5683f2b1dcba3'),(29401,741,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(29402,741,'_locations_9_location','field_5683f288dcba1'),(29403,741,'locations_9_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(29404,741,'_locations_9_title','field_5683f2aadcba2'),(29405,741,'locations_9_image',''),(29406,741,'_locations_9_image','field_568439ed8109d'),(29407,741,'locations_9_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(29408,741,'_locations_9_description','field_5683f2b1dcba3'),(29409,741,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.425708, -79.805807\";s:3:\"lat\";s:10:\"40.4256461\";s:3:\"lng\";s:18:\"-79.80576589999998\";}'),(29410,741,'_locations_10_location','field_5683f288dcba1'),(29411,741,'locations_10_title','State Route 2065, Section A07'),(29412,741,'_locations_10_title','field_5683f2aadcba2'),(29413,741,'locations_10_image',''),(29414,741,'_locations_10_image','field_568439ed8109d'),(29415,741,'locations_10_description',''),(29416,741,'_locations_10_description','field_5683f2b1dcba3'),(29417,741,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.354856, -80.118393\";s:3:\"lat\";s:10:\"40.3527492\";s:3:\"lng\";s:18:\"-80.11776529999997\";}'),(29418,741,'_locations_11_location','field_5683f288dcba1'),(29419,741,'locations_11_title','Southern Beltway Section C – New Roadway Construction'),(29420,741,'_locations_11_title','field_5683f2aadcba2'),(29421,741,'locations_11_image',''),(29422,741,'_locations_11_image','field_568439ed8109d'),(29423,741,'locations_11_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 18 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(29424,741,'_locations_11_description','field_5683f2b1dcba3'),(29425,741,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.509371, -80.256419\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(29426,741,'_locations_12_location','field_5683f288dcba1'),(29427,741,'locations_12_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(29428,741,'_locations_12_title','field_5683f2aadcba2'),(29429,741,'locations_12_image','671'),(29430,741,'_locations_12_image','field_568439ed8109d'),(29431,741,'locations_12_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(29432,741,'_locations_12_description','field_5683f2b1dcba3'),(29433,741,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.590450, -79.888763\";s:3:\"lat\";s:10:\"40.5943712\";s:3:\"lng\";s:18:\"-79.89597279999998\";}'),(29434,741,'_locations_13_location','field_5683f288dcba1'),(29435,741,'locations_13_title','MP 40-48 – Hampton Township – Highway Widening'),(29436,741,'_locations_13_title','field_5683f2aadcba2'),(29437,741,'locations_13_image',''),(29438,741,'_locations_13_image','field_568439ed8109d'),(29439,741,'locations_13_description','This project is for mainline reconstruction and bridge replacement and is affecting 71 properties and resulting in the relocation of 1 resident in the Townships of Harmar and Indiana, Allegheny County.'),(29440,741,'_locations_13_description','field_5683f2b1dcba3'),(29441,741,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.392019, -80.077682\";s:3:\"lat\";s:17:\"40.39202119999999\";s:3:\"lng\";s:18:\"-80.07767890000002\";}'),(29442,741,'_locations_14_location','field_5683f288dcba1'),(29443,741,'locations_14_title','Georges Run Bridge No. 1, Carnegie PA – Bridge'),(29444,741,'_locations_14_title','field_5683f2aadcba2'),(29445,741,'locations_14_image',''),(29446,741,'_locations_14_image','field_568439ed8109d'),(29447,741,'locations_14_description','This project is for a small bridge replacement and is affecting 4 properties in the Township of Scott, Allegheny County.'),(29448,741,'_locations_14_description','field_5683f2b1dcba3'),(29449,741,'locations_15_location','a:3:{s:7:\"address\";s:21:\"40.386279, -79.894258\";s:3:\"lat\";s:10:\"40.3862842\";s:3:\"lng\";s:18:\"-79.89425510000001\";}'),(29450,741,'_locations_15_location','field_5683f288dcba1'),(29451,741,'locations_15_title','Homeville Creek Bridge 7, West Mifflin PA – Bridge'),(29452,741,'_locations_15_title','field_5683f2aadcba2'),(29453,741,'locations_15_image',''),(29454,741,'_locations_15_image','field_568439ed8109d'),(29455,741,'locations_15_description','This project is for a small bridge replacement and is affecting 7 properties in the Borough of Munhall, Allegheny County.'),(29456,741,'_locations_15_description','field_5683f2b1dcba3'),(29457,741,'locations_16_location','a:3:{s:7:\"address\";s:21:\"40.396380, -79.895244\";s:3:\"lat\";s:10:\"40.3963432\";s:3:\"lng\";s:18:\"-79.89543119999996\";}'),(29458,741,'_locations_16_location','field_5683f288dcba1'),(29459,741,'locations_16_title','Homeville Creek Bridge 10 – West Mifflin PA - Bridge'),(29460,741,'_locations_16_title','field_5683f2aadcba2'),(29461,741,'locations_16_image','727'),(29462,741,'_locations_16_image','field_568439ed8109d'),(29463,741,'locations_16_description','This project was for a small bridge replacement and affected 7 properties in the Borough of Munhall, Allegheny County.'),(29464,741,'_locations_16_description','field_5683f2b1dcba3'),(29465,741,'locations_17_location','a:3:{s:7:\"address\";s:21:\"40.329286, -79.987406\";s:3:\"lat\";s:10:\"40.3292857\";s:3:\"lng\";s:18:\"-79.98741289999998\";}'),(29466,741,'_locations_17_location','field_5683f288dcba1'),(29467,741,'locations_17_title','Licks Run Bridge 9, South Park – PA – Bridge'),(29468,741,'_locations_17_title','field_5683f2aadcba2'),(29469,741,'locations_17_image','730'),(29470,741,'_locations_17_image','field_568439ed8109d'),(29471,741,'locations_17_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(29472,741,'_locations_17_description','field_5683f2b1dcba3'),(29473,741,'locations_18_location','a:3:{s:7:\"address\";s:21:\"40.329261, -79.988204\";s:3:\"lat\";s:9:\"40.329261\";s:3:\"lng\";s:10:\"-79.988205\";}'),(29474,741,'_locations_18_location','field_5683f288dcba1'),(29475,741,'locations_18_title','Licks Run Bridge 10, South Park – PA - Bridge'),(29476,741,'_locations_18_title','field_5683f2aadcba2'),(29477,741,'locations_18_image','730'),(29478,741,'_locations_18_image','field_568439ed8109d'),(29479,741,'locations_18_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(29480,741,'_locations_18_description','field_5683f2b1dcba3'),(29481,741,'locations_19_location','a:3:{s:7:\"address\";s:21:\"40.515624, -80.009959\";s:3:\"lat\";s:10:\"40.5156082\";s:3:\"lng\";s:18:\"-80.00994129999998\";}'),(29482,741,'_locations_19_location','field_5683f288dcba1'),(29483,741,'locations_19_title','Girtys Run Bridge 14'),(29484,741,'_locations_19_title','field_5683f2aadcba2'),(29485,741,'locations_19_image','733'),(29486,741,'_locations_19_image','field_568439ed8109d'),(29487,741,'locations_19_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(29488,741,'_locations_19_description','field_5683f2b1dcba3'),(29489,741,'locations_20_location','a:3:{s:7:\"address\";s:21:\"40.488268, -80.045947\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(29490,741,'_locations_20_location','field_5683f288dcba1'),(29491,741,'locations_20_title','Jacks Run 3 – Bellevue, PA – Bridge Replacement'),(29492,741,'_locations_20_title','field_5683f2aadcba2'),(29493,741,'locations_20_image','735'),(29494,741,'_locations_20_image','field_568439ed8109d'),(29495,741,'locations_20_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(29496,741,'_locations_20_description','field_5683f2b1dcba3'),(29497,741,'locations_21_location','a:3:{s:7:\"address\";s:21:\"40.330826, -79.986892\";s:3:\"lat\";s:10:\"40.3307469\";s:3:\"lng\";s:18:\"-79.98678430000001\";}'),(29498,741,'_locations_21_location','field_5683f288dcba1'),(29499,741,'locations_21_title','Brownsville to Broughton, South Park PA, intersection improvements and realignment'),(29500,741,'_locations_21_title','field_5683f2aadcba2'),(29501,741,'locations_21_image',''),(29502,741,'_locations_21_image','field_568439ed8109d'),(29503,741,'locations_21_description',''),(29504,741,'_locations_21_description','field_5683f2b1dcba3'),(29505,741,'locations_22_location','a:3:{s:7:\"address\";s:21:\"40.651302, -79.799610\";s:3:\"lat\";s:9:\"40.651344\";s:3:\"lng\";s:18:\"-79.80019399999998\";}'),(29506,741,'_locations_22_location','field_5683f288dcba1'),(29507,741,'locations_22_title','Bull Creek Bridge No. 6 – Fawn Township – Bridge'),(29508,741,'_locations_22_title','field_5683f2aadcba2'),(29509,741,'locations_22_image',''),(29510,741,'_locations_22_image','field_568439ed8109d'),(29511,741,'locations_22_description','This project is for a small bridge replacement and is affecting 9 properties in the Township of Fawn, Allegheny County.'),(29512,741,'_locations_22_description','field_5683f2b1dcba3'),(29513,741,'locations_23_location','a:3:{s:7:\"address\";s:21:\"40.662745, -79.817800\";s:3:\"lat\";s:9:\"40.663536\";s:3:\"lng\";s:10:\"-79.819073\";}'),(29514,741,'_locations_23_location','field_5683f288dcba1'),(29515,741,'locations_23_title','Bull Creek Bridge No. 9 – West Deer Township – Bridge'),(29516,741,'_locations_23_title','field_5683f2aadcba2'),(29517,741,'locations_23_image',''),(29518,741,'_locations_23_image','field_568439ed8109d'),(29519,741,'locations_23_description','This project is for a small bridge replacement and is affecting 2 properties in the Township of West Deer, Allegheny County.'),(29520,741,'_locations_23_description','field_5683f2b1dcba3'),(29521,741,'locations_24_location','a:3:{s:7:\"address\";s:21:\"40.620209, -79.833885\";s:3:\"lat\";s:10:\"40.6202319\";s:3:\"lng\";s:18:\"-79.83386789999997\";}'),(29522,741,'_locations_24_location','field_5683f288dcba1'),(29523,741,'locations_24_title','Little Deer Creek DL06 – West Deer Township – Bridge Replacement'),(29524,741,'_locations_24_title','field_5683f2aadcba2'),(29525,741,'locations_24_image','740'),(29526,741,'_locations_24_image','field_568439ed8109d'),(29527,741,'locations_24_description','This project was for a small bridge replacement and affected properties in the Township of Russellton, Allegheny County.'),(29528,741,'_locations_24_description','field_5683f2b1dcba3'),(29529,741,'locations','25'),(29530,741,'_locations','field_5683f253a5dba'),(29531,347,'locations_24_location','a:3:{s:7:\"address\";s:21:\"40.620213, -79.833892\";s:3:\"lat\";s:10:\"40.6202352\";s:3:\"lng\";s:18:\"-79.83387549999998\";}'),(29532,347,'_locations_24_location','field_5683f288dcba1'),(29533,347,'locations_24_title','Turtle Creek Bridge 6 – Turtle Creek PA'),(29534,347,'_locations_24_title','field_5683f2aadcba2'),(29535,347,'locations_24_image','742'),(29536,347,'_locations_24_image','field_568439ed8109d'),(29537,347,'locations_24_description','This project is for a mid-sized bridge replacement and is affecting 5 properties in the Borough of Turtle Creek, Allegheny County.'),(29538,347,'_locations_24_description','field_5683f2b1dcba3'),(29539,742,'_wp_attached_file','2015/12/wp220f903b_06.png'),(29540,742,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:281;s:6:\"height\";i:198;s:4:\"file\";s:25:\"2015/12/wp220f903b_06.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wp220f903b_06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(29541,743,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(29542,743,'_locations_0_location','field_5683f288dcba1'),(29543,743,'locations_0_title','SR0028, All sections'),(29544,743,'_locations_0_title','field_5683f2aadcba2'),(29545,743,'locations_0_image',''),(29546,743,'_locations_0_image','field_568439ed8109d'),(29547,743,'locations_0_description',''),(29548,743,'_locations_0_description','field_5683f2b1dcba3'),(29549,743,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(29550,743,'_locations_1_location','field_5683f288dcba1'),(29551,743,'locations_1_title','286, A09 – Golden Mile'),(29552,743,'_locations_1_title','field_5683f2aadcba2'),(29553,743,'locations_1_image',''),(29554,743,'_locations_1_image','field_568439ed8109d'),(29555,743,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(29556,743,'_locations_1_description','field_5683f2b1dcba3'),(29557,743,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(29558,743,'_locations_2_location','field_5683f288dcba1'),(29559,743,'locations_2_title','2040, A18 – Curry Hollow'),(29560,743,'_locations_2_title','field_5683f2aadcba2'),(29561,743,'locations_2_image',''),(29562,743,'_locations_2_image','field_568439ed8109d'),(29563,743,'locations_2_description',''),(29564,743,'_locations_2_description','field_5683f2b1dcba3'),(29565,743,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(29566,743,'_locations_3_location','field_5683f288dcba1'),(29567,743,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(29568,743,'_locations_3_title','field_5683f2aadcba2'),(29569,743,'locations_3_image',''),(29570,743,'_locations_3_image','field_568439ed8109d'),(29571,743,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(29572,743,'_locations_3_description','field_5683f2b1dcba3'),(29573,743,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(29574,743,'_locations_4_location','field_5683f288dcba1'),(29575,743,'locations_4_title','Duncan Avenue – Hampton Twp.'),(29576,743,'_locations_4_title','field_5683f2aadcba2'),(29577,743,'locations_4_image',''),(29578,743,'_locations_4_image','field_568439ed8109d'),(29579,743,'locations_4_description',''),(29580,743,'_locations_4_description','field_5683f2b1dcba3'),(29581,743,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(29582,743,'_locations_5_location','field_5683f288dcba1'),(29583,743,'locations_5_title','Pine Creek Road – McCandless'),(29584,743,'_locations_5_title','field_5683f2aadcba2'),(29585,743,'locations_5_image',''),(29586,743,'_locations_5_image','field_568439ed8109d'),(29587,743,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(29588,743,'_locations_5_description','field_5683f2b1dcba3'),(29589,743,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(29590,743,'_locations_6_location','field_5683f288dcba1'),(29591,743,'locations_6_title','Brewhouse – Trek Development'),(29592,743,'_locations_6_title','field_5683f2aadcba2'),(29593,743,'locations_6_image',''),(29594,743,'_locations_6_image','field_568439ed8109d'),(29595,743,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(29596,743,'_locations_6_description','field_5683f2b1dcba3'),(29597,743,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(29598,743,'_locations_7_location','field_5683f288dcba1'),(29599,743,'locations_7_title','Ewalt Road – Richland Twp.'),(29600,743,'_locations_7_title','field_5683f2aadcba2'),(29601,743,'locations_7_image',''),(29602,743,'_locations_7_image','field_568439ed8109d'),(29603,743,'locations_7_description',''),(29604,743,'_locations_7_description','field_5683f2b1dcba3'),(29605,743,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.625521, -79.941837\";s:3:\"lat\";s:10:\"40.6255198\";s:3:\"lng\";s:10:\"-79.941822\";}'),(29606,743,'_locations_8_location','field_5683f288dcba1'),(29607,743,'locations_8_title','Ewalt Road – Richland Twp.'),(29608,743,'_locations_8_title','field_5683f2aadcba2'),(29609,743,'locations_8_image',''),(29610,743,'_locations_8_image','field_568439ed8109d'),(29611,743,'locations_8_description',''),(29612,743,'_locations_8_description','field_5683f2b1dcba3'),(29613,743,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(29614,743,'_locations_9_location','field_5683f288dcba1'),(29615,743,'locations_9_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(29616,743,'_locations_9_title','field_5683f2aadcba2'),(29617,743,'locations_9_image',''),(29618,743,'_locations_9_image','field_568439ed8109d'),(29619,743,'locations_9_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(29620,743,'_locations_9_description','field_5683f2b1dcba3'),(29621,743,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.425708, -79.805807\";s:3:\"lat\";s:10:\"40.4256461\";s:3:\"lng\";s:18:\"-79.80576589999998\";}'),(29622,743,'_locations_10_location','field_5683f288dcba1'),(29623,743,'locations_10_title','State Route 2065, Section A07'),(29624,743,'_locations_10_title','field_5683f2aadcba2'),(29625,743,'locations_10_image',''),(29626,743,'_locations_10_image','field_568439ed8109d'),(29627,743,'locations_10_description',''),(29628,743,'_locations_10_description','field_5683f2b1dcba3'),(29629,743,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.354856, -80.118393\";s:3:\"lat\";s:10:\"40.3527492\";s:3:\"lng\";s:18:\"-80.11776529999997\";}'),(29630,743,'_locations_11_location','field_5683f288dcba1'),(29631,743,'locations_11_title','Southern Beltway Section C – New Roadway Construction'),(29632,743,'_locations_11_title','field_5683f2aadcba2'),(29633,743,'locations_11_image',''),(29634,743,'_locations_11_image','field_568439ed8109d'),(29635,743,'locations_11_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 18 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(29636,743,'_locations_11_description','field_5683f2b1dcba3'),(29637,743,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.509371, -80.256419\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(29638,743,'_locations_12_location','field_5683f288dcba1'),(29639,743,'locations_12_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(29640,743,'_locations_12_title','field_5683f2aadcba2'),(29641,743,'locations_12_image','671'),(29642,743,'_locations_12_image','field_568439ed8109d'),(29643,743,'locations_12_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(29644,743,'_locations_12_description','field_5683f2b1dcba3'),(29645,743,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.590450, -79.888763\";s:3:\"lat\";s:10:\"40.5943712\";s:3:\"lng\";s:18:\"-79.89597279999998\";}'),(29646,743,'_locations_13_location','field_5683f288dcba1'),(29647,743,'locations_13_title','MP 40-48 – Hampton Township – Highway Widening'),(29648,743,'_locations_13_title','field_5683f2aadcba2'),(29649,743,'locations_13_image',''),(29650,743,'_locations_13_image','field_568439ed8109d'),(29651,743,'locations_13_description','This project is for mainline reconstruction and bridge replacement and is affecting 71 properties and resulting in the relocation of 1 resident in the Townships of Harmar and Indiana, Allegheny County.'),(29652,743,'_locations_13_description','field_5683f2b1dcba3'),(29653,743,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.392019, -80.077682\";s:3:\"lat\";s:17:\"40.39202119999999\";s:3:\"lng\";s:18:\"-80.07767890000002\";}'),(29654,743,'_locations_14_location','field_5683f288dcba1'),(29655,743,'locations_14_title','Georges Run Bridge No. 1, Carnegie PA – Bridge'),(29656,743,'_locations_14_title','field_5683f2aadcba2'),(29657,743,'locations_14_image',''),(29658,743,'_locations_14_image','field_568439ed8109d'),(29659,743,'locations_14_description','This project is for a small bridge replacement and is affecting 4 properties in the Township of Scott, Allegheny County.'),(29660,743,'_locations_14_description','field_5683f2b1dcba3'),(29661,743,'locations_15_location','a:3:{s:7:\"address\";s:21:\"40.386279, -79.894258\";s:3:\"lat\";s:10:\"40.3862842\";s:3:\"lng\";s:18:\"-79.89425510000001\";}'),(29662,743,'_locations_15_location','field_5683f288dcba1'),(29663,743,'locations_15_title','Homeville Creek Bridge 7, West Mifflin PA – Bridge'),(29664,743,'_locations_15_title','field_5683f2aadcba2'),(29665,743,'locations_15_image',''),(29666,743,'_locations_15_image','field_568439ed8109d'),(29667,743,'locations_15_description','This project is for a small bridge replacement and is affecting 7 properties in the Borough of Munhall, Allegheny County.'),(29668,743,'_locations_15_description','field_5683f2b1dcba3'),(29669,743,'locations_16_location','a:3:{s:7:\"address\";s:21:\"40.396380, -79.895244\";s:3:\"lat\";s:10:\"40.3963432\";s:3:\"lng\";s:18:\"-79.89543119999996\";}'),(29670,743,'_locations_16_location','field_5683f288dcba1'),(29671,743,'locations_16_title','Homeville Creek Bridge 10 – West Mifflin PA - Bridge'),(29672,743,'_locations_16_title','field_5683f2aadcba2'),(29673,743,'locations_16_image','727'),(29674,743,'_locations_16_image','field_568439ed8109d'),(29675,743,'locations_16_description','This project was for a small bridge replacement and affected 7 properties in the Borough of Munhall, Allegheny County.'),(29676,743,'_locations_16_description','field_5683f2b1dcba3'),(29677,743,'locations_17_location','a:3:{s:7:\"address\";s:21:\"40.329286, -79.987406\";s:3:\"lat\";s:10:\"40.3292857\";s:3:\"lng\";s:18:\"-79.98741289999998\";}'),(29678,743,'_locations_17_location','field_5683f288dcba1'),(29679,743,'locations_17_title','Licks Run Bridge 9, South Park – PA – Bridge'),(29680,743,'_locations_17_title','field_5683f2aadcba2'),(29681,743,'locations_17_image','730'),(29682,743,'_locations_17_image','field_568439ed8109d'),(29683,743,'locations_17_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(29684,743,'_locations_17_description','field_5683f2b1dcba3'),(29685,743,'locations_18_location','a:3:{s:7:\"address\";s:21:\"40.329261, -79.988204\";s:3:\"lat\";s:9:\"40.329261\";s:3:\"lng\";s:10:\"-79.988205\";}'),(29686,743,'_locations_18_location','field_5683f288dcba1'),(29687,743,'locations_18_title','Licks Run Bridge 10, South Park – PA - Bridge'),(29688,743,'_locations_18_title','field_5683f2aadcba2'),(29689,743,'locations_18_image','730'),(29690,743,'_locations_18_image','field_568439ed8109d'),(29691,743,'locations_18_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(29692,743,'_locations_18_description','field_5683f2b1dcba3'),(29693,743,'locations_19_location','a:3:{s:7:\"address\";s:21:\"40.515624, -80.009959\";s:3:\"lat\";s:10:\"40.5156082\";s:3:\"lng\";s:18:\"-80.00994129999998\";}'),(29694,743,'_locations_19_location','field_5683f288dcba1'),(29695,743,'locations_19_title','Girtys Run Bridge 14'),(29696,743,'_locations_19_title','field_5683f2aadcba2'),(29697,743,'locations_19_image','733'),(29698,743,'_locations_19_image','field_568439ed8109d'),(29699,743,'locations_19_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(29700,743,'_locations_19_description','field_5683f2b1dcba3'),(29701,743,'locations_20_location','a:3:{s:7:\"address\";s:21:\"40.488268, -80.045947\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(29702,743,'_locations_20_location','field_5683f288dcba1'),(29703,743,'locations_20_title','Jacks Run 3 – Bellevue, PA – Bridge Replacement'),(29704,743,'_locations_20_title','field_5683f2aadcba2'),(29705,743,'locations_20_image','735'),(29706,743,'_locations_20_image','field_568439ed8109d'),(29707,743,'locations_20_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(29708,743,'_locations_20_description','field_5683f2b1dcba3'),(29709,743,'locations_21_location','a:3:{s:7:\"address\";s:21:\"40.330826, -79.986892\";s:3:\"lat\";s:10:\"40.3307469\";s:3:\"lng\";s:18:\"-79.98678430000001\";}'),(29710,743,'_locations_21_location','field_5683f288dcba1'),(29711,743,'locations_21_title','Brownsville to Broughton, South Park PA, intersection improvements and realignment'),(29712,743,'_locations_21_title','field_5683f2aadcba2'),(29713,743,'locations_21_image',''),(29714,743,'_locations_21_image','field_568439ed8109d'),(29715,743,'locations_21_description',''),(29716,743,'_locations_21_description','field_5683f2b1dcba3'),(29717,743,'locations_22_location','a:3:{s:7:\"address\";s:21:\"40.651302, -79.799610\";s:3:\"lat\";s:9:\"40.651344\";s:3:\"lng\";s:18:\"-79.80019399999998\";}'),(29718,743,'_locations_22_location','field_5683f288dcba1'),(29719,743,'locations_22_title','Bull Creek Bridge No. 6 – Fawn Township – Bridge'),(29720,743,'_locations_22_title','field_5683f2aadcba2'),(29721,743,'locations_22_image',''),(29722,743,'_locations_22_image','field_568439ed8109d'),(29723,743,'locations_22_description','This project is for a small bridge replacement and is affecting 9 properties in the Township of Fawn, Allegheny County.'),(29724,743,'_locations_22_description','field_5683f2b1dcba3'),(29725,743,'locations_23_location','a:3:{s:7:\"address\";s:21:\"40.662745, -79.817800\";s:3:\"lat\";s:9:\"40.663536\";s:3:\"lng\";s:10:\"-79.819073\";}'),(29726,743,'_locations_23_location','field_5683f288dcba1'),(29727,743,'locations_23_title','Bull Creek Bridge No. 9 – West Deer Township – Bridge'),(29728,743,'_locations_23_title','field_5683f2aadcba2'),(29729,743,'locations_23_image',''),(29730,743,'_locations_23_image','field_568439ed8109d'),(29731,743,'locations_23_description','This project is for a small bridge replacement and is affecting 2 properties in the Township of West Deer, Allegheny County.'),(29732,743,'_locations_23_description','field_5683f2b1dcba3'),(29733,743,'locations_24_location','a:3:{s:7:\"address\";s:21:\"40.620209, -79.833885\";s:3:\"lat\";s:10:\"40.6202319\";s:3:\"lng\";s:18:\"-79.83386789999997\";}'),(29734,743,'_locations_24_location','field_5683f288dcba1'),(29735,743,'locations_24_title','Little Deer Creek DL06 – West Deer Township – Bridge Replacement'),(29736,743,'_locations_24_title','field_5683f2aadcba2'),(29737,743,'locations_24_image','740'),(29738,743,'_locations_24_image','field_568439ed8109d'),(29739,743,'locations_24_description','This project was for a small bridge replacement and affected properties in the Township of Russellton, Allegheny County.'),(29740,743,'_locations_24_description','field_5683f2b1dcba3'),(29741,743,'locations_25_location','a:3:{s:7:\"address\";s:21:\"40.620213, -79.833892\";s:3:\"lat\";s:10:\"40.6202352\";s:3:\"lng\";s:18:\"-79.83387549999998\";}'),(29742,743,'_locations_25_location','field_5683f288dcba1'),(29743,743,'locations_25_title','Turtle Creek Bridge 6 – Turtle Creek PA'),(29744,743,'_locations_25_title','field_5683f2aadcba2'),(29745,743,'locations_25_image','742'),(29746,743,'_locations_25_image','field_568439ed8109d'),(29747,743,'locations_25_description','This project is for a mid-sized bridge replacement and is affecting 5 properties in the Borough of Turtle Creek, Allegheny County.'),(29748,743,'_locations_25_description','field_5683f2b1dcba3'),(29749,743,'locations','26'),(29750,743,'_locations','field_5683f253a5dba'),(29751,347,'locations_25_location','a:3:{s:7:\"address\";s:21:\"40.488263, -80.045950\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(29752,347,'_locations_25_location','field_5683f288dcba1'),(29753,347,'locations_25_title','Jacks Run 1, Bellevue and the City of Pittsburgh'),(29754,347,'_locations_25_title','field_5683f2aadcba2'),(29755,347,'locations_25_image','900'),(29756,347,'_locations_25_image','field_568439ed8109d'),(29757,347,'locations_25_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(29758,347,'_locations_25_description','field_5683f2b1dcba3'),(29759,744,'_wp_attached_file','2015/12/wp65d11ade_06-1.png'),(29760,744,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:281;s:6:\"height\";i:198;s:4:\"file\";s:27:\"2015/12/wp65d11ade_06-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"wp65d11ade_06-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(29761,745,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(29762,745,'_locations_0_location','field_5683f288dcba1'),(29763,745,'locations_0_title','SR0028, All sections'),(29764,745,'_locations_0_title','field_5683f2aadcba2'),(29765,745,'locations_0_image',''),(29766,745,'_locations_0_image','field_568439ed8109d'),(29767,745,'locations_0_description',''),(29768,745,'_locations_0_description','field_5683f2b1dcba3'),(29769,745,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(29770,745,'_locations_1_location','field_5683f288dcba1'),(29771,745,'locations_1_title','286, A09 – Golden Mile'),(29772,745,'_locations_1_title','field_5683f2aadcba2'),(29773,745,'locations_1_image',''),(29774,745,'_locations_1_image','field_568439ed8109d'),(29775,745,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(29776,745,'_locations_1_description','field_5683f2b1dcba3'),(29777,745,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(29778,745,'_locations_2_location','field_5683f288dcba1'),(29779,745,'locations_2_title','2040, A18 – Curry Hollow'),(29780,745,'_locations_2_title','field_5683f2aadcba2'),(29781,745,'locations_2_image',''),(29782,745,'_locations_2_image','field_568439ed8109d'),(29783,745,'locations_2_description',''),(29784,745,'_locations_2_description','field_5683f2b1dcba3'),(29785,745,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(29786,745,'_locations_3_location','field_5683f288dcba1'),(29787,745,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(29788,745,'_locations_3_title','field_5683f2aadcba2'),(29789,745,'locations_3_image',''),(29790,745,'_locations_3_image','field_568439ed8109d'),(29791,745,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(29792,745,'_locations_3_description','field_5683f2b1dcba3'),(29793,745,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(29794,745,'_locations_4_location','field_5683f288dcba1'),(29795,745,'locations_4_title','Duncan Avenue – Hampton Twp.'),(29796,745,'_locations_4_title','field_5683f2aadcba2'),(29797,745,'locations_4_image',''),(29798,745,'_locations_4_image','field_568439ed8109d'),(29799,745,'locations_4_description',''),(29800,745,'_locations_4_description','field_5683f2b1dcba3'),(29801,745,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(29802,745,'_locations_5_location','field_5683f288dcba1'),(29803,745,'locations_5_title','Pine Creek Road – McCandless'),(29804,745,'_locations_5_title','field_5683f2aadcba2'),(29805,745,'locations_5_image',''),(29806,745,'_locations_5_image','field_568439ed8109d'),(29807,745,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(29808,745,'_locations_5_description','field_5683f2b1dcba3'),(29809,745,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(29810,745,'_locations_6_location','field_5683f288dcba1'),(29811,745,'locations_6_title','Brewhouse – Trek Development'),(29812,745,'_locations_6_title','field_5683f2aadcba2'),(29813,745,'locations_6_image',''),(29814,745,'_locations_6_image','field_568439ed8109d'),(29815,745,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(29816,745,'_locations_6_description','field_5683f2b1dcba3'),(29817,745,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(29818,745,'_locations_7_location','field_5683f288dcba1'),(29819,745,'locations_7_title','Ewalt Road – Richland Twp.'),(29820,745,'_locations_7_title','field_5683f2aadcba2'),(29821,745,'locations_7_image',''),(29822,745,'_locations_7_image','field_568439ed8109d'),(29823,745,'locations_7_description',''),(29824,745,'_locations_7_description','field_5683f2b1dcba3'),(29825,745,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.625521, -79.941837\";s:3:\"lat\";s:10:\"40.6255198\";s:3:\"lng\";s:10:\"-79.941822\";}'),(29826,745,'_locations_8_location','field_5683f288dcba1'),(29827,745,'locations_8_title','Ewalt Road – Richland Twp.'),(29828,745,'_locations_8_title','field_5683f2aadcba2'),(29829,745,'locations_8_image',''),(29830,745,'_locations_8_image','field_568439ed8109d'),(29831,745,'locations_8_description',''),(29832,745,'_locations_8_description','field_5683f2b1dcba3'),(29833,745,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(29834,745,'_locations_9_location','field_5683f288dcba1'),(29835,745,'locations_9_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(29836,745,'_locations_9_title','field_5683f2aadcba2'),(29837,745,'locations_9_image',''),(29838,745,'_locations_9_image','field_568439ed8109d'),(29839,745,'locations_9_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(29840,745,'_locations_9_description','field_5683f2b1dcba3'),(29841,745,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.425708, -79.805807\";s:3:\"lat\";s:10:\"40.4256461\";s:3:\"lng\";s:18:\"-79.80576589999998\";}'),(29842,745,'_locations_10_location','field_5683f288dcba1'),(29843,745,'locations_10_title','State Route 2065, Section A07'),(29844,745,'_locations_10_title','field_5683f2aadcba2'),(29845,745,'locations_10_image',''),(29846,745,'_locations_10_image','field_568439ed8109d'),(29847,745,'locations_10_description',''),(29848,745,'_locations_10_description','field_5683f2b1dcba3'),(29849,745,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.354856, -80.118393\";s:3:\"lat\";s:10:\"40.3527492\";s:3:\"lng\";s:18:\"-80.11776529999997\";}'),(29850,745,'_locations_11_location','field_5683f288dcba1'),(29851,745,'locations_11_title','Southern Beltway Section C – New Roadway Construction'),(29852,745,'_locations_11_title','field_5683f2aadcba2'),(29853,745,'locations_11_image',''),(29854,745,'_locations_11_image','field_568439ed8109d'),(29855,745,'locations_11_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 18 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(29856,745,'_locations_11_description','field_5683f2b1dcba3'),(29857,745,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.509371, -80.256419\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(29858,745,'_locations_12_location','field_5683f288dcba1'),(29859,745,'locations_12_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(29860,745,'_locations_12_title','field_5683f2aadcba2'),(29861,745,'locations_12_image','671'),(29862,745,'_locations_12_image','field_568439ed8109d'),(29863,745,'locations_12_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(29864,745,'_locations_12_description','field_5683f2b1dcba3'),(29865,745,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.590450, -79.888763\";s:3:\"lat\";s:10:\"40.5943712\";s:3:\"lng\";s:18:\"-79.89597279999998\";}'),(29866,745,'_locations_13_location','field_5683f288dcba1'),(29867,745,'locations_13_title','MP 40-48 – Hampton Township – Highway Widening'),(29868,745,'_locations_13_title','field_5683f2aadcba2'),(29869,745,'locations_13_image',''),(29870,745,'_locations_13_image','field_568439ed8109d'),(29871,745,'locations_13_description','This project is for mainline reconstruction and bridge replacement and is affecting 71 properties and resulting in the relocation of 1 resident in the Townships of Harmar and Indiana, Allegheny County.'),(29872,745,'_locations_13_description','field_5683f2b1dcba3'),(29873,745,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.392019, -80.077682\";s:3:\"lat\";s:17:\"40.39202119999999\";s:3:\"lng\";s:18:\"-80.07767890000002\";}'),(29874,745,'_locations_14_location','field_5683f288dcba1'),(29875,745,'locations_14_title','Georges Run Bridge No. 1, Carnegie PA – Bridge'),(29876,745,'_locations_14_title','field_5683f2aadcba2'),(29877,745,'locations_14_image',''),(29878,745,'_locations_14_image','field_568439ed8109d'),(29879,745,'locations_14_description','This project is for a small bridge replacement and is affecting 4 properties in the Township of Scott, Allegheny County.'),(29880,745,'_locations_14_description','field_5683f2b1dcba3'),(29881,745,'locations_15_location','a:3:{s:7:\"address\";s:21:\"40.386279, -79.894258\";s:3:\"lat\";s:10:\"40.3862842\";s:3:\"lng\";s:18:\"-79.89425510000001\";}'),(29882,745,'_locations_15_location','field_5683f288dcba1'),(29883,745,'locations_15_title','Homeville Creek Bridge 7, West Mifflin PA – Bridge'),(29884,745,'_locations_15_title','field_5683f2aadcba2'),(29885,745,'locations_15_image',''),(29886,745,'_locations_15_image','field_568439ed8109d'),(29887,745,'locations_15_description','This project is for a small bridge replacement and is affecting 7 properties in the Borough of Munhall, Allegheny County.'),(29888,745,'_locations_15_description','field_5683f2b1dcba3'),(29889,745,'locations_16_location','a:3:{s:7:\"address\";s:21:\"40.396380, -79.895244\";s:3:\"lat\";s:10:\"40.3963432\";s:3:\"lng\";s:18:\"-79.89543119999996\";}'),(29890,745,'_locations_16_location','field_5683f288dcba1'),(29891,745,'locations_16_title','Homeville Creek Bridge 10 – West Mifflin PA - Bridge'),(29892,745,'_locations_16_title','field_5683f2aadcba2'),(29893,745,'locations_16_image','727'),(29894,745,'_locations_16_image','field_568439ed8109d'),(29895,745,'locations_16_description','This project was for a small bridge replacement and affected 7 properties in the Borough of Munhall, Allegheny County.'),(29896,745,'_locations_16_description','field_5683f2b1dcba3'),(29897,745,'locations_17_location','a:3:{s:7:\"address\";s:21:\"40.329286, -79.987406\";s:3:\"lat\";s:10:\"40.3292857\";s:3:\"lng\";s:18:\"-79.98741289999998\";}'),(29898,745,'_locations_17_location','field_5683f288dcba1'),(29899,745,'locations_17_title','Licks Run Bridge 9, South Park – PA – Bridge'),(29900,745,'_locations_17_title','field_5683f2aadcba2'),(29901,745,'locations_17_image','730'),(29902,745,'_locations_17_image','field_568439ed8109d'),(29903,745,'locations_17_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(29904,745,'_locations_17_description','field_5683f2b1dcba3'),(29905,745,'locations_18_location','a:3:{s:7:\"address\";s:21:\"40.329261, -79.988204\";s:3:\"lat\";s:9:\"40.329261\";s:3:\"lng\";s:10:\"-79.988205\";}'),(29906,745,'_locations_18_location','field_5683f288dcba1'),(29907,745,'locations_18_title','Licks Run Bridge 10, South Park – PA - Bridge'),(29908,745,'_locations_18_title','field_5683f2aadcba2'),(29909,745,'locations_18_image','730'),(29910,745,'_locations_18_image','field_568439ed8109d'),(29911,745,'locations_18_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(29912,745,'_locations_18_description','field_5683f2b1dcba3'),(29913,745,'locations_19_location','a:3:{s:7:\"address\";s:21:\"40.515624, -80.009959\";s:3:\"lat\";s:10:\"40.5156082\";s:3:\"lng\";s:18:\"-80.00994129999998\";}'),(29914,745,'_locations_19_location','field_5683f288dcba1'),(29915,745,'locations_19_title','Girtys Run Bridge 14'),(29916,745,'_locations_19_title','field_5683f2aadcba2'),(29917,745,'locations_19_image','733'),(29918,745,'_locations_19_image','field_568439ed8109d'),(29919,745,'locations_19_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(29920,745,'_locations_19_description','field_5683f2b1dcba3'),(29921,745,'locations_20_location','a:3:{s:7:\"address\";s:21:\"40.488268, -80.045947\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(29922,745,'_locations_20_location','field_5683f288dcba1'),(29923,745,'locations_20_title','Jacks Run 3 – Bellevue, PA – Bridge Replacement'),(29924,745,'_locations_20_title','field_5683f2aadcba2'),(29925,745,'locations_20_image','735'),(29926,745,'_locations_20_image','field_568439ed8109d'),(29927,745,'locations_20_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(29928,745,'_locations_20_description','field_5683f2b1dcba3'),(29929,745,'locations_21_location','a:3:{s:7:\"address\";s:21:\"40.330826, -79.986892\";s:3:\"lat\";s:10:\"40.3307469\";s:3:\"lng\";s:18:\"-79.98678430000001\";}'),(29930,745,'_locations_21_location','field_5683f288dcba1'),(29931,745,'locations_21_title','Brownsville to Broughton, South Park PA, intersection improvements and realignment'),(29932,745,'_locations_21_title','field_5683f2aadcba2'),(29933,745,'locations_21_image',''),(29934,745,'_locations_21_image','field_568439ed8109d'),(29935,745,'locations_21_description',''),(29936,745,'_locations_21_description','field_5683f2b1dcba3'),(29937,745,'locations_22_location','a:3:{s:7:\"address\";s:21:\"40.651302, -79.799610\";s:3:\"lat\";s:9:\"40.651344\";s:3:\"lng\";s:18:\"-79.80019399999998\";}'),(29938,745,'_locations_22_location','field_5683f288dcba1'),(29939,745,'locations_22_title','Bull Creek Bridge No. 6 – Fawn Township – Bridge'),(29940,745,'_locations_22_title','field_5683f2aadcba2'),(29941,745,'locations_22_image',''),(29942,745,'_locations_22_image','field_568439ed8109d'),(29943,745,'locations_22_description','This project is for a small bridge replacement and is affecting 9 properties in the Township of Fawn, Allegheny County.'),(29944,745,'_locations_22_description','field_5683f2b1dcba3'),(29945,745,'locations_23_location','a:3:{s:7:\"address\";s:21:\"40.662745, -79.817800\";s:3:\"lat\";s:9:\"40.663536\";s:3:\"lng\";s:10:\"-79.819073\";}'),(29946,745,'_locations_23_location','field_5683f288dcba1'),(29947,745,'locations_23_title','Bull Creek Bridge No. 9 – West Deer Township – Bridge'),(29948,745,'_locations_23_title','field_5683f2aadcba2'),(29949,745,'locations_23_image',''),(29950,745,'_locations_23_image','field_568439ed8109d'),(29951,745,'locations_23_description','This project is for a small bridge replacement and is affecting 2 properties in the Township of West Deer, Allegheny County.'),(29952,745,'_locations_23_description','field_5683f2b1dcba3'),(29953,745,'locations_24_location','a:3:{s:7:\"address\";s:21:\"40.620209, -79.833885\";s:3:\"lat\";s:10:\"40.6202319\";s:3:\"lng\";s:18:\"-79.83386789999997\";}'),(29954,745,'_locations_24_location','field_5683f288dcba1'),(29955,745,'locations_24_title','Little Deer Creek DL06 – West Deer Township – Bridge Replacement'),(29956,745,'_locations_24_title','field_5683f2aadcba2'),(29957,745,'locations_24_image','740'),(29958,745,'_locations_24_image','field_568439ed8109d'),(29959,745,'locations_24_description','This project was for a small bridge replacement and affected properties in the Township of Russellton, Allegheny County.'),(29960,745,'_locations_24_description','field_5683f2b1dcba3'),(29961,745,'locations_25_location','a:3:{s:7:\"address\";s:21:\"40.620213, -79.833892\";s:3:\"lat\";s:10:\"40.6202352\";s:3:\"lng\";s:18:\"-79.83387549999998\";}'),(29962,745,'_locations_25_location','field_5683f288dcba1'),(29963,745,'locations_25_title','Turtle Creek Bridge 6 – Turtle Creek PA'),(29964,745,'_locations_25_title','field_5683f2aadcba2'),(29965,745,'locations_25_image','742'),(29966,745,'_locations_25_image','field_568439ed8109d'),(29967,745,'locations_25_description','This project is for a mid-sized bridge replacement and is affecting 5 properties in the Borough of Turtle Creek, Allegheny County.'),(29968,745,'_locations_25_description','field_5683f2b1dcba3'),(29969,745,'locations_26_location','a:3:{s:7:\"address\";s:21:\"40.488263, -80.045950\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(29970,745,'_locations_26_location','field_5683f288dcba1'),(29971,745,'locations_26_title','Jacks Run 1, Bellevue and the City of Pittsburgh'),(29972,745,'_locations_26_title','field_5683f2aadcba2'),(29973,745,'locations_26_image','744'),(29974,745,'_locations_26_image','field_568439ed8109d'),(29975,745,'locations_26_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(29976,745,'_locations_26_description','field_5683f2b1dcba3'),(29977,745,'locations','27'),(29978,745,'_locations','field_5683f253a5dba'),(29979,347,'locations_26_location','a:3:{s:7:\"address\";s:21:\"40.541799, -80.247918\";s:3:\"lat\";s:10:\"40.5417824\";s:3:\"lng\";s:11:\"-80.2479169\";}'),(29980,347,'_locations_26_location','field_5683f288dcba1'),(29981,347,'locations_26_title','Boggs Run Bridge 1 – Moon Township'),(29982,347,'_locations_26_title','field_5683f2aadcba2'),(29983,347,'locations_26_image','746'),(29984,347,'_locations_26_image','field_568439ed8109d'),(29985,347,'locations_26_description','This project was for a small bridge replacement and affected 2 properties in the Township of Moon, Allegheny County.'),(29986,347,'_locations_26_description','field_5683f2b1dcba3'),(29987,746,'_wp_attached_file','2015/12/wp6596b920_06.png'),(29988,746,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:281;s:6:\"height\";i:198;s:4:\"file\";s:25:\"2015/12/wp6596b920_06.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wp6596b920_06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(29989,747,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(29990,747,'_locations_0_location','field_5683f288dcba1'),(29991,747,'locations_0_title','SR0028, All sections'),(29992,747,'_locations_0_title','field_5683f2aadcba2'),(29993,747,'locations_0_image',''),(29994,747,'_locations_0_image','field_568439ed8109d'),(29995,747,'locations_0_description',''),(29996,747,'_locations_0_description','field_5683f2b1dcba3'),(29997,747,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(29998,747,'_locations_1_location','field_5683f288dcba1'),(29999,747,'locations_1_title','286, A09 – Golden Mile'),(30000,747,'_locations_1_title','field_5683f2aadcba2'),(30001,747,'locations_1_image',''),(30002,747,'_locations_1_image','field_568439ed8109d'),(30003,747,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(30004,747,'_locations_1_description','field_5683f2b1dcba3'),(30005,747,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(30006,747,'_locations_2_location','field_5683f288dcba1'),(30007,747,'locations_2_title','2040, A18 – Curry Hollow'),(30008,747,'_locations_2_title','field_5683f2aadcba2'),(30009,747,'locations_2_image',''),(30010,747,'_locations_2_image','field_568439ed8109d'),(30011,747,'locations_2_description',''),(30012,747,'_locations_2_description','field_5683f2b1dcba3'),(30013,747,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(30014,747,'_locations_3_location','field_5683f288dcba1'),(30015,747,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(30016,747,'_locations_3_title','field_5683f2aadcba2'),(30017,747,'locations_3_image',''),(30018,747,'_locations_3_image','field_568439ed8109d'),(30019,747,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(30020,747,'_locations_3_description','field_5683f2b1dcba3'),(30021,747,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(30022,747,'_locations_4_location','field_5683f288dcba1'),(30023,747,'locations_4_title','Duncan Avenue – Hampton Twp.'),(30024,747,'_locations_4_title','field_5683f2aadcba2'),(30025,747,'locations_4_image',''),(30026,747,'_locations_4_image','field_568439ed8109d'),(30027,747,'locations_4_description',''),(30028,747,'_locations_4_description','field_5683f2b1dcba3'),(30029,747,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(30030,747,'_locations_5_location','field_5683f288dcba1'),(30031,747,'locations_5_title','Pine Creek Road – McCandless'),(30032,747,'_locations_5_title','field_5683f2aadcba2'),(30033,747,'locations_5_image',''),(30034,747,'_locations_5_image','field_568439ed8109d'),(30035,747,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(30036,747,'_locations_5_description','field_5683f2b1dcba3'),(30037,747,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(30038,747,'_locations_6_location','field_5683f288dcba1'),(30039,747,'locations_6_title','Brewhouse – Trek Development'),(30040,747,'_locations_6_title','field_5683f2aadcba2'),(30041,747,'locations_6_image',''),(30042,747,'_locations_6_image','field_568439ed8109d'),(30043,747,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(30044,747,'_locations_6_description','field_5683f2b1dcba3'),(30045,747,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(30046,747,'_locations_7_location','field_5683f288dcba1'),(30047,747,'locations_7_title','Ewalt Road – Richland Twp.'),(30048,747,'_locations_7_title','field_5683f2aadcba2'),(30049,747,'locations_7_image',''),(30050,747,'_locations_7_image','field_568439ed8109d'),(30051,747,'locations_7_description',''),(30052,747,'_locations_7_description','field_5683f2b1dcba3'),(30053,747,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.625521, -79.941837\";s:3:\"lat\";s:10:\"40.6255198\";s:3:\"lng\";s:10:\"-79.941822\";}'),(30054,747,'_locations_8_location','field_5683f288dcba1'),(30055,747,'locations_8_title','Ewalt Road – Richland Twp.'),(30056,747,'_locations_8_title','field_5683f2aadcba2'),(30057,747,'locations_8_image',''),(30058,747,'_locations_8_image','field_568439ed8109d'),(30059,747,'locations_8_description',''),(30060,747,'_locations_8_description','field_5683f2b1dcba3'),(30061,747,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(30062,747,'_locations_9_location','field_5683f288dcba1'),(30063,747,'locations_9_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(30064,747,'_locations_9_title','field_5683f2aadcba2'),(30065,747,'locations_9_image',''),(30066,747,'_locations_9_image','field_568439ed8109d'),(30067,747,'locations_9_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(30068,747,'_locations_9_description','field_5683f2b1dcba3'),(30069,747,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.425708, -79.805807\";s:3:\"lat\";s:10:\"40.4256461\";s:3:\"lng\";s:18:\"-79.80576589999998\";}'),(30070,747,'_locations_10_location','field_5683f288dcba1'),(30071,747,'locations_10_title','State Route 2065, Section A07'),(30072,747,'_locations_10_title','field_5683f2aadcba2'),(30073,747,'locations_10_image',''),(30074,747,'_locations_10_image','field_568439ed8109d'),(30075,747,'locations_10_description',''),(30076,747,'_locations_10_description','field_5683f2b1dcba3'),(30077,747,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.354856, -80.118393\";s:3:\"lat\";s:10:\"40.3527492\";s:3:\"lng\";s:18:\"-80.11776529999997\";}'),(30078,747,'_locations_11_location','field_5683f288dcba1'),(30079,747,'locations_11_title','Southern Beltway Section C – New Roadway Construction'),(30080,747,'_locations_11_title','field_5683f2aadcba2'),(30081,747,'locations_11_image',''),(30082,747,'_locations_11_image','field_568439ed8109d'),(30083,747,'locations_11_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 18 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(30084,747,'_locations_11_description','field_5683f2b1dcba3'),(30085,747,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.509371, -80.256419\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(30086,747,'_locations_12_location','field_5683f288dcba1'),(30087,747,'locations_12_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(30088,747,'_locations_12_title','field_5683f2aadcba2'),(30089,747,'locations_12_image','671'),(30090,747,'_locations_12_image','field_568439ed8109d'),(30091,747,'locations_12_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(30092,747,'_locations_12_description','field_5683f2b1dcba3'),(30093,747,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.590450, -79.888763\";s:3:\"lat\";s:10:\"40.5943712\";s:3:\"lng\";s:18:\"-79.89597279999998\";}'),(30094,747,'_locations_13_location','field_5683f288dcba1'),(30095,747,'locations_13_title','MP 40-48 – Hampton Township – Highway Widening'),(30096,747,'_locations_13_title','field_5683f2aadcba2'),(30097,747,'locations_13_image',''),(30098,747,'_locations_13_image','field_568439ed8109d'),(30099,747,'locations_13_description','This project is for mainline reconstruction and bridge replacement and is affecting 71 properties and resulting in the relocation of 1 resident in the Townships of Harmar and Indiana, Allegheny County.'),(30100,747,'_locations_13_description','field_5683f2b1dcba3'),(30101,747,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.392019, -80.077682\";s:3:\"lat\";s:17:\"40.39202119999999\";s:3:\"lng\";s:18:\"-80.07767890000002\";}'),(30102,747,'_locations_14_location','field_5683f288dcba1'),(30103,747,'locations_14_title','Georges Run Bridge No. 1, Carnegie PA – Bridge'),(30104,747,'_locations_14_title','field_5683f2aadcba2'),(30105,747,'locations_14_image',''),(30106,747,'_locations_14_image','field_568439ed8109d'),(30107,747,'locations_14_description','This project is for a small bridge replacement and is affecting 4 properties in the Township of Scott, Allegheny County.'),(30108,747,'_locations_14_description','field_5683f2b1dcba3'),(30109,747,'locations_15_location','a:3:{s:7:\"address\";s:21:\"40.386279, -79.894258\";s:3:\"lat\";s:10:\"40.3862842\";s:3:\"lng\";s:18:\"-79.89425510000001\";}'),(30110,747,'_locations_15_location','field_5683f288dcba1'),(30111,747,'locations_15_title','Homeville Creek Bridge 7, West Mifflin PA – Bridge'),(30112,747,'_locations_15_title','field_5683f2aadcba2'),(30113,747,'locations_15_image',''),(30114,747,'_locations_15_image','field_568439ed8109d'),(30115,747,'locations_15_description','This project is for a small bridge replacement and is affecting 7 properties in the Borough of Munhall, Allegheny County.'),(30116,747,'_locations_15_description','field_5683f2b1dcba3'),(30117,747,'locations_16_location','a:3:{s:7:\"address\";s:21:\"40.396380, -79.895244\";s:3:\"lat\";s:10:\"40.3963432\";s:3:\"lng\";s:18:\"-79.89543119999996\";}'),(30118,747,'_locations_16_location','field_5683f288dcba1'),(30119,747,'locations_16_title','Homeville Creek Bridge 10 – West Mifflin PA - Bridge'),(30120,747,'_locations_16_title','field_5683f2aadcba2'),(30121,747,'locations_16_image','727'),(30122,747,'_locations_16_image','field_568439ed8109d'),(30123,747,'locations_16_description','This project was for a small bridge replacement and affected 7 properties in the Borough of Munhall, Allegheny County.'),(30124,747,'_locations_16_description','field_5683f2b1dcba3'),(30125,747,'locations_17_location','a:3:{s:7:\"address\";s:21:\"40.329286, -79.987406\";s:3:\"lat\";s:10:\"40.3292857\";s:3:\"lng\";s:18:\"-79.98741289999998\";}'),(30126,747,'_locations_17_location','field_5683f288dcba1'),(30127,747,'locations_17_title','Licks Run Bridge 9, South Park – PA – Bridge'),(30128,747,'_locations_17_title','field_5683f2aadcba2'),(30129,747,'locations_17_image','730'),(30130,747,'_locations_17_image','field_568439ed8109d'),(30131,747,'locations_17_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(30132,747,'_locations_17_description','field_5683f2b1dcba3'),(30133,747,'locations_18_location','a:3:{s:7:\"address\";s:21:\"40.329261, -79.988204\";s:3:\"lat\";s:9:\"40.329261\";s:3:\"lng\";s:10:\"-79.988205\";}'),(30134,747,'_locations_18_location','field_5683f288dcba1'),(30135,747,'locations_18_title','Licks Run Bridge 10, South Park – PA - Bridge'),(30136,747,'_locations_18_title','field_5683f2aadcba2'),(30137,747,'locations_18_image','730'),(30138,747,'_locations_18_image','field_568439ed8109d'),(30139,747,'locations_18_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(30140,747,'_locations_18_description','field_5683f2b1dcba3'),(30141,747,'locations_19_location','a:3:{s:7:\"address\";s:21:\"40.515624, -80.009959\";s:3:\"lat\";s:10:\"40.5156082\";s:3:\"lng\";s:18:\"-80.00994129999998\";}'),(30142,747,'_locations_19_location','field_5683f288dcba1'),(30143,747,'locations_19_title','Girtys Run Bridge 14'),(30144,747,'_locations_19_title','field_5683f2aadcba2'),(30145,747,'locations_19_image','733'),(30146,747,'_locations_19_image','field_568439ed8109d'),(30147,747,'locations_19_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(30148,747,'_locations_19_description','field_5683f2b1dcba3'),(30149,747,'locations_20_location','a:3:{s:7:\"address\";s:21:\"40.488268, -80.045947\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(30150,747,'_locations_20_location','field_5683f288dcba1'),(30151,747,'locations_20_title','Jacks Run 3 – Bellevue, PA – Bridge Replacement'),(30152,747,'_locations_20_title','field_5683f2aadcba2'),(30153,747,'locations_20_image','735'),(30154,747,'_locations_20_image','field_568439ed8109d'),(30155,747,'locations_20_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(30156,747,'_locations_20_description','field_5683f2b1dcba3'),(30157,747,'locations_21_location','a:3:{s:7:\"address\";s:21:\"40.330826, -79.986892\";s:3:\"lat\";s:10:\"40.3307469\";s:3:\"lng\";s:18:\"-79.98678430000001\";}'),(30158,747,'_locations_21_location','field_5683f288dcba1'),(30159,747,'locations_21_title','Brownsville to Broughton, South Park PA, intersection improvements and realignment'),(30160,747,'_locations_21_title','field_5683f2aadcba2'),(30161,747,'locations_21_image',''),(30162,747,'_locations_21_image','field_568439ed8109d'),(30163,747,'locations_21_description',''),(30164,747,'_locations_21_description','field_5683f2b1dcba3'),(30165,747,'locations_22_location','a:3:{s:7:\"address\";s:21:\"40.651302, -79.799610\";s:3:\"lat\";s:9:\"40.651344\";s:3:\"lng\";s:18:\"-79.80019399999998\";}'),(30166,747,'_locations_22_location','field_5683f288dcba1'),(30167,747,'locations_22_title','Bull Creek Bridge No. 6 – Fawn Township – Bridge'),(30168,747,'_locations_22_title','field_5683f2aadcba2'),(30169,747,'locations_22_image',''),(30170,747,'_locations_22_image','field_568439ed8109d'),(30171,747,'locations_22_description','This project is for a small bridge replacement and is affecting 9 properties in the Township of Fawn, Allegheny County.'),(30172,747,'_locations_22_description','field_5683f2b1dcba3'),(30173,747,'locations_23_location','a:3:{s:7:\"address\";s:21:\"40.662745, -79.817800\";s:3:\"lat\";s:9:\"40.663536\";s:3:\"lng\";s:10:\"-79.819073\";}'),(30174,747,'_locations_23_location','field_5683f288dcba1'),(30175,747,'locations_23_title','Bull Creek Bridge No. 9 – West Deer Township – Bridge'),(30176,747,'_locations_23_title','field_5683f2aadcba2'),(30177,747,'locations_23_image',''),(30178,747,'_locations_23_image','field_568439ed8109d'),(30179,747,'locations_23_description','This project is for a small bridge replacement and is affecting 2 properties in the Township of West Deer, Allegheny County.'),(30180,747,'_locations_23_description','field_5683f2b1dcba3'),(30181,747,'locations_24_location','a:3:{s:7:\"address\";s:21:\"40.620209, -79.833885\";s:3:\"lat\";s:10:\"40.6202319\";s:3:\"lng\";s:18:\"-79.83386789999997\";}'),(30182,747,'_locations_24_location','field_5683f288dcba1'),(30183,747,'locations_24_title','Little Deer Creek DL06 – West Deer Township – Bridge Replacement'),(30184,747,'_locations_24_title','field_5683f2aadcba2'),(30185,747,'locations_24_image','740'),(30186,747,'_locations_24_image','field_568439ed8109d'),(30187,747,'locations_24_description','This project was for a small bridge replacement and affected properties in the Township of Russellton, Allegheny County.'),(30188,747,'_locations_24_description','field_5683f2b1dcba3'),(30189,747,'locations_25_location','a:3:{s:7:\"address\";s:21:\"40.620213, -79.833892\";s:3:\"lat\";s:10:\"40.6202352\";s:3:\"lng\";s:18:\"-79.83387549999998\";}'),(30190,747,'_locations_25_location','field_5683f288dcba1'),(30191,747,'locations_25_title','Turtle Creek Bridge 6 – Turtle Creek PA'),(30192,747,'_locations_25_title','field_5683f2aadcba2'),(30193,747,'locations_25_image','742'),(30194,747,'_locations_25_image','field_568439ed8109d'),(30195,747,'locations_25_description','This project is for a mid-sized bridge replacement and is affecting 5 properties in the Borough of Turtle Creek, Allegheny County.'),(30196,747,'_locations_25_description','field_5683f2b1dcba3'),(30197,747,'locations_26_location','a:3:{s:7:\"address\";s:21:\"40.488263, -80.045950\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(30198,747,'_locations_26_location','field_5683f288dcba1'),(30199,747,'locations_26_title','Jacks Run 1, Bellevue and the City of Pittsburgh'),(30200,747,'_locations_26_title','field_5683f2aadcba2'),(30201,747,'locations_26_image','744'),(30202,747,'_locations_26_image','field_568439ed8109d'),(30203,747,'locations_26_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(30204,747,'_locations_26_description','field_5683f2b1dcba3'),(30205,747,'locations_27_location','a:3:{s:7:\"address\";s:21:\"40.541799, -80.247918\";s:3:\"lat\";s:10:\"40.5417824\";s:3:\"lng\";s:11:\"-80.2479169\";}'),(30206,747,'_locations_27_location','field_5683f288dcba1'),(30207,747,'locations_27_title','Boggs Run Bridge 1 – Moon Township'),(30208,747,'_locations_27_title','field_5683f2aadcba2'),(30209,747,'locations_27_image','746'),(30210,747,'_locations_27_image','field_568439ed8109d'),(30211,747,'locations_27_description','This project was for a small bridge replacement and affected 2 properties in the Township of Moon, Allegheny County.'),(30212,747,'_locations_27_description','field_5683f2b1dcba3'),(30213,747,'locations','28'),(30214,747,'_locations','field_5683f253a5dba'),(30215,347,'locations_27_location','a:3:{s:7:\"address\";s:21:\"40.549801, -79.997772\";s:3:\"lat\";s:9:\"40.549733\";s:3:\"lng\";s:18:\"-79.99820799999998\";}'),(30216,347,'_locations_27_location','field_5683f288dcba1'),(30217,347,'locations_27_title','Pine Creek Bridge 1 – Ross Township – Bridge'),(30218,347,'_locations_27_title','field_5683f2aadcba2'),(30219,347,'locations_27_image','749'),(30220,347,'_locations_27_image','field_568439ed8109d'),(30221,347,'locations_27_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(30222,347,'_locations_27_description','field_5683f2b1dcba3'),(30223,748,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(30224,748,'_locations_0_location','field_5683f288dcba1'),(30225,748,'locations_0_title','SR0028, All sections'),(30226,748,'_locations_0_title','field_5683f2aadcba2'),(30227,748,'locations_0_image',''),(30228,748,'_locations_0_image','field_568439ed8109d'),(30229,748,'locations_0_description',''),(30230,748,'_locations_0_description','field_5683f2b1dcba3'),(30231,748,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(30232,748,'_locations_1_location','field_5683f288dcba1'),(30233,748,'locations_1_title','286, A09 – Golden Mile'),(30234,748,'_locations_1_title','field_5683f2aadcba2'),(30235,748,'locations_1_image',''),(30236,748,'_locations_1_image','field_568439ed8109d'),(30237,748,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(30238,748,'_locations_1_description','field_5683f2b1dcba3'),(30239,748,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(30240,748,'_locations_2_location','field_5683f288dcba1'),(30241,748,'locations_2_title','2040, A18 – Curry Hollow'),(30242,748,'_locations_2_title','field_5683f2aadcba2'),(30243,748,'locations_2_image',''),(30244,748,'_locations_2_image','field_568439ed8109d'),(30245,748,'locations_2_description',''),(30246,748,'_locations_2_description','field_5683f2b1dcba3'),(30247,748,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(30248,748,'_locations_3_location','field_5683f288dcba1'),(30249,748,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(30250,748,'_locations_3_title','field_5683f2aadcba2'),(30251,748,'locations_3_image',''),(30252,748,'_locations_3_image','field_568439ed8109d'),(30253,748,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(30254,748,'_locations_3_description','field_5683f2b1dcba3'),(30255,748,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(30256,748,'_locations_4_location','field_5683f288dcba1'),(30257,748,'locations_4_title','Duncan Avenue – Hampton Twp.'),(30258,748,'_locations_4_title','field_5683f2aadcba2'),(30259,748,'locations_4_image',''),(30260,748,'_locations_4_image','field_568439ed8109d'),(30261,748,'locations_4_description',''),(30262,748,'_locations_4_description','field_5683f2b1dcba3'),(30263,748,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(30264,748,'_locations_5_location','field_5683f288dcba1'),(30265,748,'locations_5_title','Pine Creek Road – McCandless'),(30266,748,'_locations_5_title','field_5683f2aadcba2'),(30267,748,'locations_5_image',''),(30268,748,'_locations_5_image','field_568439ed8109d'),(30269,748,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(30270,748,'_locations_5_description','field_5683f2b1dcba3'),(30271,748,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(30272,748,'_locations_6_location','field_5683f288dcba1'),(30273,748,'locations_6_title','Brewhouse – Trek Development'),(30274,748,'_locations_6_title','field_5683f2aadcba2'),(30275,748,'locations_6_image',''),(30276,748,'_locations_6_image','field_568439ed8109d'),(30277,748,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(30278,748,'_locations_6_description','field_5683f2b1dcba3'),(30279,748,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(30280,748,'_locations_7_location','field_5683f288dcba1'),(30281,748,'locations_7_title','Ewalt Road – Richland Twp.'),(30282,748,'_locations_7_title','field_5683f2aadcba2'),(30283,748,'locations_7_image',''),(30284,748,'_locations_7_image','field_568439ed8109d'),(30285,748,'locations_7_description',''),(30286,748,'_locations_7_description','field_5683f2b1dcba3'),(30287,748,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.625521, -79.941837\";s:3:\"lat\";s:10:\"40.6255198\";s:3:\"lng\";s:10:\"-79.941822\";}'),(30288,748,'_locations_8_location','field_5683f288dcba1'),(30289,748,'locations_8_title','Ewalt Road – Richland Twp.'),(30290,748,'_locations_8_title','field_5683f2aadcba2'),(30291,748,'locations_8_image',''),(30292,748,'_locations_8_image','field_568439ed8109d'),(30293,748,'locations_8_description',''),(30294,748,'_locations_8_description','field_5683f2b1dcba3'),(30295,748,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(30296,748,'_locations_9_location','field_5683f288dcba1'),(30297,748,'locations_9_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(30298,748,'_locations_9_title','field_5683f2aadcba2'),(30299,748,'locations_9_image',''),(30300,748,'_locations_9_image','field_568439ed8109d'),(30301,748,'locations_9_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(30302,748,'_locations_9_description','field_5683f2b1dcba3'),(30303,748,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.425708, -79.805807\";s:3:\"lat\";s:10:\"40.4256461\";s:3:\"lng\";s:18:\"-79.80576589999998\";}'),(30304,748,'_locations_10_location','field_5683f288dcba1'),(30305,748,'locations_10_title','State Route 2065, Section A07'),(30306,748,'_locations_10_title','field_5683f2aadcba2'),(30307,748,'locations_10_image',''),(30308,748,'_locations_10_image','field_568439ed8109d'),(30309,748,'locations_10_description',''),(30310,748,'_locations_10_description','field_5683f2b1dcba3'),(30311,748,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.354856, -80.118393\";s:3:\"lat\";s:10:\"40.3527492\";s:3:\"lng\";s:18:\"-80.11776529999997\";}'),(30312,748,'_locations_11_location','field_5683f288dcba1'),(30313,748,'locations_11_title','Southern Beltway Section C – New Roadway Construction'),(30314,748,'_locations_11_title','field_5683f2aadcba2'),(30315,748,'locations_11_image',''),(30316,748,'_locations_11_image','field_568439ed8109d'),(30317,748,'locations_11_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 18 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(30318,748,'_locations_11_description','field_5683f2b1dcba3'),(30319,748,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.509371, -80.256419\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(30320,748,'_locations_12_location','field_5683f288dcba1'),(30321,748,'locations_12_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(30322,748,'_locations_12_title','field_5683f2aadcba2'),(30323,748,'locations_12_image','671'),(30324,748,'_locations_12_image','field_568439ed8109d'),(30325,748,'locations_12_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(30326,748,'_locations_12_description','field_5683f2b1dcba3'),(30327,748,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.590450, -79.888763\";s:3:\"lat\";s:10:\"40.5943712\";s:3:\"lng\";s:18:\"-79.89597279999998\";}'),(30328,748,'_locations_13_location','field_5683f288dcba1'),(30329,748,'locations_13_title','MP 40-48 – Hampton Township – Highway Widening'),(30330,748,'_locations_13_title','field_5683f2aadcba2'),(30331,748,'locations_13_image',''),(30332,748,'_locations_13_image','field_568439ed8109d'),(30333,748,'locations_13_description','This project is for mainline reconstruction and bridge replacement and is affecting 71 properties and resulting in the relocation of 1 resident in the Townships of Harmar and Indiana, Allegheny County.'),(30334,748,'_locations_13_description','field_5683f2b1dcba3'),(30335,748,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.392019, -80.077682\";s:3:\"lat\";s:17:\"40.39202119999999\";s:3:\"lng\";s:18:\"-80.07767890000002\";}'),(30336,748,'_locations_14_location','field_5683f288dcba1'),(30337,748,'locations_14_title','Georges Run Bridge No. 1, Carnegie PA – Bridge'),(30338,748,'_locations_14_title','field_5683f2aadcba2'),(30339,748,'locations_14_image',''),(30340,748,'_locations_14_image','field_568439ed8109d'),(30341,748,'locations_14_description','This project is for a small bridge replacement and is affecting 4 properties in the Township of Scott, Allegheny County.'),(30342,748,'_locations_14_description','field_5683f2b1dcba3'),(30343,748,'locations_15_location','a:3:{s:7:\"address\";s:21:\"40.386279, -79.894258\";s:3:\"lat\";s:10:\"40.3862842\";s:3:\"lng\";s:18:\"-79.89425510000001\";}'),(30344,748,'_locations_15_location','field_5683f288dcba1'),(30345,748,'locations_15_title','Homeville Creek Bridge 7, West Mifflin PA – Bridge'),(30346,748,'_locations_15_title','field_5683f2aadcba2'),(30347,748,'locations_15_image',''),(30348,748,'_locations_15_image','field_568439ed8109d'),(30349,748,'locations_15_description','This project is for a small bridge replacement and is affecting 7 properties in the Borough of Munhall, Allegheny County.'),(30350,748,'_locations_15_description','field_5683f2b1dcba3'),(30351,748,'locations_16_location','a:3:{s:7:\"address\";s:21:\"40.396380, -79.895244\";s:3:\"lat\";s:10:\"40.3963432\";s:3:\"lng\";s:18:\"-79.89543119999996\";}'),(30352,748,'_locations_16_location','field_5683f288dcba1'),(30353,748,'locations_16_title','Homeville Creek Bridge 10 – West Mifflin PA - Bridge'),(30354,748,'_locations_16_title','field_5683f2aadcba2'),(30355,748,'locations_16_image','727'),(30356,748,'_locations_16_image','field_568439ed8109d'),(30357,748,'locations_16_description','This project was for a small bridge replacement and affected 7 properties in the Borough of Munhall, Allegheny County.'),(30358,748,'_locations_16_description','field_5683f2b1dcba3'),(30359,748,'locations_17_location','a:3:{s:7:\"address\";s:21:\"40.329286, -79.987406\";s:3:\"lat\";s:10:\"40.3292857\";s:3:\"lng\";s:18:\"-79.98741289999998\";}'),(30360,748,'_locations_17_location','field_5683f288dcba1'),(30361,748,'locations_17_title','Licks Run Bridge 9, South Park – PA – Bridge'),(30362,748,'_locations_17_title','field_5683f2aadcba2'),(30363,748,'locations_17_image','730'),(30364,748,'_locations_17_image','field_568439ed8109d'),(30365,748,'locations_17_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(30366,748,'_locations_17_description','field_5683f2b1dcba3'),(30367,748,'locations_18_location','a:3:{s:7:\"address\";s:21:\"40.329261, -79.988204\";s:3:\"lat\";s:9:\"40.329261\";s:3:\"lng\";s:10:\"-79.988205\";}'),(30368,748,'_locations_18_location','field_5683f288dcba1'),(30369,748,'locations_18_title','Licks Run Bridge 10, South Park – PA - Bridge'),(30370,748,'_locations_18_title','field_5683f2aadcba2'),(30371,748,'locations_18_image','730'),(30372,748,'_locations_18_image','field_568439ed8109d'),(30373,748,'locations_18_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(30374,748,'_locations_18_description','field_5683f2b1dcba3'),(30375,748,'locations_19_location','a:3:{s:7:\"address\";s:21:\"40.515624, -80.009959\";s:3:\"lat\";s:10:\"40.5156082\";s:3:\"lng\";s:18:\"-80.00994129999998\";}'),(30376,748,'_locations_19_location','field_5683f288dcba1'),(30377,748,'locations_19_title','Girtys Run Bridge 14'),(30378,748,'_locations_19_title','field_5683f2aadcba2'),(30379,748,'locations_19_image','733'),(30380,748,'_locations_19_image','field_568439ed8109d'),(30381,748,'locations_19_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(30382,748,'_locations_19_description','field_5683f2b1dcba3'),(30383,748,'locations_20_location','a:3:{s:7:\"address\";s:21:\"40.488268, -80.045947\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(30384,748,'_locations_20_location','field_5683f288dcba1'),(30385,748,'locations_20_title','Jacks Run 3 – Bellevue, PA – Bridge Replacement'),(30386,748,'_locations_20_title','field_5683f2aadcba2'),(30387,748,'locations_20_image','735'),(30388,748,'_locations_20_image','field_568439ed8109d'),(30389,748,'locations_20_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(30390,748,'_locations_20_description','field_5683f2b1dcba3'),(30391,748,'locations_21_location','a:3:{s:7:\"address\";s:21:\"40.330826, -79.986892\";s:3:\"lat\";s:10:\"40.3307469\";s:3:\"lng\";s:18:\"-79.98678430000001\";}'),(30392,748,'_locations_21_location','field_5683f288dcba1'),(30393,748,'locations_21_title','Brownsville to Broughton, South Park PA, intersection improvements and realignment'),(30394,748,'_locations_21_title','field_5683f2aadcba2'),(30395,748,'locations_21_image',''),(30396,748,'_locations_21_image','field_568439ed8109d'),(30397,748,'locations_21_description',''),(30398,748,'_locations_21_description','field_5683f2b1dcba3'),(30399,748,'locations_22_location','a:3:{s:7:\"address\";s:21:\"40.651302, -79.799610\";s:3:\"lat\";s:9:\"40.651344\";s:3:\"lng\";s:18:\"-79.80019399999998\";}'),(30400,748,'_locations_22_location','field_5683f288dcba1'),(30401,748,'locations_22_title','Bull Creek Bridge No. 6 – Fawn Township – Bridge'),(30402,748,'_locations_22_title','field_5683f2aadcba2'),(30403,748,'locations_22_image',''),(30404,748,'_locations_22_image','field_568439ed8109d'),(30405,748,'locations_22_description','This project is for a small bridge replacement and is affecting 9 properties in the Township of Fawn, Allegheny County.'),(30406,748,'_locations_22_description','field_5683f2b1dcba3'),(30407,748,'locations_23_location','a:3:{s:7:\"address\";s:21:\"40.662745, -79.817800\";s:3:\"lat\";s:9:\"40.663536\";s:3:\"lng\";s:10:\"-79.819073\";}'),(30408,748,'_locations_23_location','field_5683f288dcba1'),(30409,748,'locations_23_title','Bull Creek Bridge No. 9 – West Deer Township – Bridge'),(30410,748,'_locations_23_title','field_5683f2aadcba2'),(30411,748,'locations_23_image',''),(30412,748,'_locations_23_image','field_568439ed8109d'),(30413,748,'locations_23_description','This project is for a small bridge replacement and is affecting 2 properties in the Township of West Deer, Allegheny County.'),(30414,748,'_locations_23_description','field_5683f2b1dcba3'),(30415,748,'locations_24_location','a:3:{s:7:\"address\";s:21:\"40.620209, -79.833885\";s:3:\"lat\";s:10:\"40.6202319\";s:3:\"lng\";s:18:\"-79.83386789999997\";}'),(30416,748,'_locations_24_location','field_5683f288dcba1'),(30417,748,'locations_24_title','Little Deer Creek DL06 – West Deer Township – Bridge Replacement'),(30418,748,'_locations_24_title','field_5683f2aadcba2'),(30419,748,'locations_24_image','740'),(30420,748,'_locations_24_image','field_568439ed8109d'),(30421,748,'locations_24_description','This project was for a small bridge replacement and affected properties in the Township of Russellton, Allegheny County.'),(30422,748,'_locations_24_description','field_5683f2b1dcba3'),(30423,748,'locations_25_location','a:3:{s:7:\"address\";s:21:\"40.620213, -79.833892\";s:3:\"lat\";s:10:\"40.6202352\";s:3:\"lng\";s:18:\"-79.83387549999998\";}'),(30424,748,'_locations_25_location','field_5683f288dcba1'),(30425,748,'locations_25_title','Turtle Creek Bridge 6 – Turtle Creek PA'),(30426,748,'_locations_25_title','field_5683f2aadcba2'),(30427,748,'locations_25_image','742'),(30428,748,'_locations_25_image','field_568439ed8109d'),(30429,748,'locations_25_description','This project is for a mid-sized bridge replacement and is affecting 5 properties in the Borough of Turtle Creek, Allegheny County.'),(30430,748,'_locations_25_description','field_5683f2b1dcba3'),(30431,748,'locations_26_location','a:3:{s:7:\"address\";s:21:\"40.488263, -80.045950\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(30432,748,'_locations_26_location','field_5683f288dcba1'),(30433,748,'locations_26_title','Jacks Run 1, Bellevue and the City of Pittsburgh'),(30434,748,'_locations_26_title','field_5683f2aadcba2'),(30435,748,'locations_26_image','744'),(30436,748,'_locations_26_image','field_568439ed8109d'),(30437,748,'locations_26_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(30438,748,'_locations_26_description','field_5683f2b1dcba3'),(30439,748,'locations_27_location','a:3:{s:7:\"address\";s:21:\"40.541799, -80.247918\";s:3:\"lat\";s:10:\"40.5417824\";s:3:\"lng\";s:11:\"-80.2479169\";}'),(30440,748,'_locations_27_location','field_5683f288dcba1'),(30441,748,'locations_27_title','Boggs Run Bridge 1 – Moon Township'),(30442,748,'_locations_27_title','field_5683f2aadcba2'),(30443,748,'locations_27_image','746'),(30444,748,'_locations_27_image','field_568439ed8109d'),(30445,748,'locations_27_description','This project was for a small bridge replacement and affected 2 properties in the Township of Moon, Allegheny County.'),(30446,748,'_locations_27_description','field_5683f2b1dcba3'),(30447,748,'locations_28_location','a:3:{s:7:\"address\";s:21:\"40.549801, -79.997772\";s:3:\"lat\";s:9:\"40.549733\";s:3:\"lng\";s:18:\"-79.99820799999998\";}'),(30448,748,'_locations_28_location','field_5683f288dcba1'),(30449,748,'locations_28_title','Pine Creek Bridge 1 – Ross Township – Bridge'),(30450,748,'_locations_28_title','field_5683f2aadcba2'),(30451,748,'locations_28_image',''),(30452,748,'_locations_28_image','field_568439ed8109d'),(30453,748,'locations_28_description',''),(30454,748,'_locations_28_description','field_5683f2b1dcba3'),(30455,748,'locations','29'),(30456,748,'_locations','field_5683f253a5dba'),(30457,347,'locations_28_location','a:3:{s:7:\"address\";s:21:\"40.513209, -79.952573\";s:3:\"lat\";s:10:\"40.5132141\";s:3:\"lng\";s:18:\"-79.95257859999998\";}'),(30458,347,'_locations_28_location','field_5683f288dcba1'),(30459,347,'locations_28_title','Pine Creek Bridge 11 – Glenshaw PA – Bridge'),(30460,347,'_locations_28_title','field_5683f2aadcba2'),(30461,347,'locations_28_image',''),(30462,347,'_locations_28_image','field_568439ed8109d'),(30463,347,'locations_28_description',''),(30464,347,'_locations_28_description','field_5683f2b1dcba3'),(30465,749,'_wp_attached_file','2015/12/wp4fbd574d_06.png'),(30466,749,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:281;s:6:\"height\";i:198;s:4:\"file\";s:25:\"2015/12/wp4fbd574d_06.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wp4fbd574d_06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(30467,750,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(30468,750,'_locations_0_location','field_5683f288dcba1'),(30469,750,'locations_0_title','SR0028, All sections'),(30470,750,'_locations_0_title','field_5683f2aadcba2'),(30471,750,'locations_0_image',''),(30472,750,'_locations_0_image','field_568439ed8109d'),(30473,750,'locations_0_description',''),(30474,750,'_locations_0_description','field_5683f2b1dcba3'),(30475,750,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(30476,750,'_locations_1_location','field_5683f288dcba1'),(30477,750,'locations_1_title','286, A09 – Golden Mile'),(30478,750,'_locations_1_title','field_5683f2aadcba2'),(30479,750,'locations_1_image',''),(30480,750,'_locations_1_image','field_568439ed8109d'),(30481,750,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(30482,750,'_locations_1_description','field_5683f2b1dcba3'),(30483,750,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(30484,750,'_locations_2_location','field_5683f288dcba1'),(30485,750,'locations_2_title','2040, A18 – Curry Hollow'),(30486,750,'_locations_2_title','field_5683f2aadcba2'),(30487,750,'locations_2_image',''),(30488,750,'_locations_2_image','field_568439ed8109d'),(30489,750,'locations_2_description',''),(30490,750,'_locations_2_description','field_5683f2b1dcba3'),(30491,750,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(30492,750,'_locations_3_location','field_5683f288dcba1'),(30493,750,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(30494,750,'_locations_3_title','field_5683f2aadcba2'),(30495,750,'locations_3_image',''),(30496,750,'_locations_3_image','field_568439ed8109d'),(30497,750,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(30498,750,'_locations_3_description','field_5683f2b1dcba3'),(30499,750,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(30500,750,'_locations_4_location','field_5683f288dcba1'),(30501,750,'locations_4_title','Duncan Avenue – Hampton Twp.'),(30502,750,'_locations_4_title','field_5683f2aadcba2'),(30503,750,'locations_4_image',''),(30504,750,'_locations_4_image','field_568439ed8109d'),(30505,750,'locations_4_description',''),(30506,750,'_locations_4_description','field_5683f2b1dcba3'),(30507,750,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(30508,750,'_locations_5_location','field_5683f288dcba1'),(30509,750,'locations_5_title','Pine Creek Road – McCandless'),(30510,750,'_locations_5_title','field_5683f2aadcba2'),(30511,750,'locations_5_image',''),(30512,750,'_locations_5_image','field_568439ed8109d'),(30513,750,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(30514,750,'_locations_5_description','field_5683f2b1dcba3'),(30515,750,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(30516,750,'_locations_6_location','field_5683f288dcba1'),(30517,750,'locations_6_title','Brewhouse – Trek Development'),(30518,750,'_locations_6_title','field_5683f2aadcba2'),(30519,750,'locations_6_image',''),(30520,750,'_locations_6_image','field_568439ed8109d'),(30521,750,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(30522,750,'_locations_6_description','field_5683f2b1dcba3'),(30523,750,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(30524,750,'_locations_7_location','field_5683f288dcba1'),(30525,750,'locations_7_title','Ewalt Road – Richland Twp.'),(30526,750,'_locations_7_title','field_5683f2aadcba2'),(30527,750,'locations_7_image',''),(30528,750,'_locations_7_image','field_568439ed8109d'),(30529,750,'locations_7_description',''),(30530,750,'_locations_7_description','field_5683f2b1dcba3'),(30531,750,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.625521, -79.941837\";s:3:\"lat\";s:10:\"40.6255198\";s:3:\"lng\";s:10:\"-79.941822\";}'),(30532,750,'_locations_8_location','field_5683f288dcba1'),(30533,750,'locations_8_title','Ewalt Road – Richland Twp.'),(30534,750,'_locations_8_title','field_5683f2aadcba2'),(30535,750,'locations_8_image',''),(30536,750,'_locations_8_image','field_568439ed8109d'),(30537,750,'locations_8_description',''),(30538,750,'_locations_8_description','field_5683f2b1dcba3'),(30539,750,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(30540,750,'_locations_9_location','field_5683f288dcba1'),(30541,750,'locations_9_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(30542,750,'_locations_9_title','field_5683f2aadcba2'),(30543,750,'locations_9_image',''),(30544,750,'_locations_9_image','field_568439ed8109d'),(30545,750,'locations_9_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(30546,750,'_locations_9_description','field_5683f2b1dcba3'),(30547,750,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.425708, -79.805807\";s:3:\"lat\";s:10:\"40.4256461\";s:3:\"lng\";s:18:\"-79.80576589999998\";}'),(30548,750,'_locations_10_location','field_5683f288dcba1'),(30549,750,'locations_10_title','State Route 2065, Section A07'),(30550,750,'_locations_10_title','field_5683f2aadcba2'),(30551,750,'locations_10_image',''),(30552,750,'_locations_10_image','field_568439ed8109d'),(30553,750,'locations_10_description',''),(30554,750,'_locations_10_description','field_5683f2b1dcba3'),(30555,750,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.354856, -80.118393\";s:3:\"lat\";s:10:\"40.3527492\";s:3:\"lng\";s:18:\"-80.11776529999997\";}'),(30556,750,'_locations_11_location','field_5683f288dcba1'),(30557,750,'locations_11_title','Southern Beltway Section C – New Roadway Construction'),(30558,750,'_locations_11_title','field_5683f2aadcba2'),(30559,750,'locations_11_image',''),(30560,750,'_locations_11_image','field_568439ed8109d'),(30561,750,'locations_11_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 18 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(30562,750,'_locations_11_description','field_5683f2b1dcba3'),(30563,750,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.509371, -80.256419\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(30564,750,'_locations_12_location','field_5683f288dcba1'),(30565,750,'locations_12_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(30566,750,'_locations_12_title','field_5683f2aadcba2'),(30567,750,'locations_12_image','671'),(30568,750,'_locations_12_image','field_568439ed8109d'),(30569,750,'locations_12_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(30570,750,'_locations_12_description','field_5683f2b1dcba3'),(30571,750,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.590450, -79.888763\";s:3:\"lat\";s:10:\"40.5943712\";s:3:\"lng\";s:18:\"-79.89597279999998\";}'),(30572,750,'_locations_13_location','field_5683f288dcba1'),(30573,750,'locations_13_title','MP 40-48 – Hampton Township – Highway Widening'),(30574,750,'_locations_13_title','field_5683f2aadcba2'),(30575,750,'locations_13_image',''),(30576,750,'_locations_13_image','field_568439ed8109d'),(30577,750,'locations_13_description','This project is for mainline reconstruction and bridge replacement and is affecting 71 properties and resulting in the relocation of 1 resident in the Townships of Harmar and Indiana, Allegheny County.'),(30578,750,'_locations_13_description','field_5683f2b1dcba3'),(30579,750,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.392019, -80.077682\";s:3:\"lat\";s:17:\"40.39202119999999\";s:3:\"lng\";s:18:\"-80.07767890000002\";}'),(30580,750,'_locations_14_location','field_5683f288dcba1'),(30581,750,'locations_14_title','Georges Run Bridge No. 1, Carnegie PA – Bridge'),(30582,750,'_locations_14_title','field_5683f2aadcba2'),(30583,750,'locations_14_image',''),(30584,750,'_locations_14_image','field_568439ed8109d'),(30585,750,'locations_14_description','This project is for a small bridge replacement and is affecting 4 properties in the Township of Scott, Allegheny County.'),(30586,750,'_locations_14_description','field_5683f2b1dcba3'),(30587,750,'locations_15_location','a:3:{s:7:\"address\";s:21:\"40.386279, -79.894258\";s:3:\"lat\";s:10:\"40.3862842\";s:3:\"lng\";s:18:\"-79.89425510000001\";}'),(30588,750,'_locations_15_location','field_5683f288dcba1'),(30589,750,'locations_15_title','Homeville Creek Bridge 7, West Mifflin PA – Bridge'),(30590,750,'_locations_15_title','field_5683f2aadcba2'),(30591,750,'locations_15_image',''),(30592,750,'_locations_15_image','field_568439ed8109d'),(30593,750,'locations_15_description','This project is for a small bridge replacement and is affecting 7 properties in the Borough of Munhall, Allegheny County.'),(30594,750,'_locations_15_description','field_5683f2b1dcba3'),(30595,750,'locations_16_location','a:3:{s:7:\"address\";s:21:\"40.396380, -79.895244\";s:3:\"lat\";s:10:\"40.3963432\";s:3:\"lng\";s:18:\"-79.89543119999996\";}'),(30596,750,'_locations_16_location','field_5683f288dcba1'),(30597,750,'locations_16_title','Homeville Creek Bridge 10 – West Mifflin PA - Bridge'),(30598,750,'_locations_16_title','field_5683f2aadcba2'),(30599,750,'locations_16_image','727'),(30600,750,'_locations_16_image','field_568439ed8109d'),(30601,750,'locations_16_description','This project was for a small bridge replacement and affected 7 properties in the Borough of Munhall, Allegheny County.'),(30602,750,'_locations_16_description','field_5683f2b1dcba3'),(30603,750,'locations_17_location','a:3:{s:7:\"address\";s:21:\"40.329286, -79.987406\";s:3:\"lat\";s:10:\"40.3292857\";s:3:\"lng\";s:18:\"-79.98741289999998\";}'),(30604,750,'_locations_17_location','field_5683f288dcba1'),(30605,750,'locations_17_title','Licks Run Bridge 9, South Park – PA – Bridge'),(30606,750,'_locations_17_title','field_5683f2aadcba2'),(30607,750,'locations_17_image','730'),(30608,750,'_locations_17_image','field_568439ed8109d'),(30609,750,'locations_17_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(30610,750,'_locations_17_description','field_5683f2b1dcba3'),(30611,750,'locations_18_location','a:3:{s:7:\"address\";s:21:\"40.329261, -79.988204\";s:3:\"lat\";s:9:\"40.329261\";s:3:\"lng\";s:10:\"-79.988205\";}'),(30612,750,'_locations_18_location','field_5683f288dcba1'),(30613,750,'locations_18_title','Licks Run Bridge 10, South Park – PA - Bridge'),(30614,750,'_locations_18_title','field_5683f2aadcba2'),(30615,750,'locations_18_image','730'),(30616,750,'_locations_18_image','field_568439ed8109d'),(30617,750,'locations_18_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(30618,750,'_locations_18_description','field_5683f2b1dcba3'),(30619,750,'locations_19_location','a:3:{s:7:\"address\";s:21:\"40.515624, -80.009959\";s:3:\"lat\";s:10:\"40.5156082\";s:3:\"lng\";s:18:\"-80.00994129999998\";}'),(30620,750,'_locations_19_location','field_5683f288dcba1'),(30621,750,'locations_19_title','Girtys Run Bridge 14'),(30622,750,'_locations_19_title','field_5683f2aadcba2'),(30623,750,'locations_19_image','733'),(30624,750,'_locations_19_image','field_568439ed8109d'),(30625,750,'locations_19_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(30626,750,'_locations_19_description','field_5683f2b1dcba3'),(30627,750,'locations_20_location','a:3:{s:7:\"address\";s:21:\"40.488268, -80.045947\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(30628,750,'_locations_20_location','field_5683f288dcba1'),(30629,750,'locations_20_title','Jacks Run 3 – Bellevue, PA – Bridge Replacement'),(30630,750,'_locations_20_title','field_5683f2aadcba2'),(30631,750,'locations_20_image','735'),(30632,750,'_locations_20_image','field_568439ed8109d'),(30633,750,'locations_20_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(30634,750,'_locations_20_description','field_5683f2b1dcba3'),(30635,750,'locations_21_location','a:3:{s:7:\"address\";s:21:\"40.330826, -79.986892\";s:3:\"lat\";s:10:\"40.3307469\";s:3:\"lng\";s:18:\"-79.98678430000001\";}'),(30636,750,'_locations_21_location','field_5683f288dcba1'),(30637,750,'locations_21_title','Brownsville to Broughton, South Park PA, intersection improvements and realignment'),(30638,750,'_locations_21_title','field_5683f2aadcba2'),(30639,750,'locations_21_image',''),(30640,750,'_locations_21_image','field_568439ed8109d'),(30641,750,'locations_21_description',''),(30642,750,'_locations_21_description','field_5683f2b1dcba3'),(30643,750,'locations_22_location','a:3:{s:7:\"address\";s:21:\"40.651302, -79.799610\";s:3:\"lat\";s:9:\"40.651344\";s:3:\"lng\";s:18:\"-79.80019399999998\";}'),(30644,750,'_locations_22_location','field_5683f288dcba1'),(30645,750,'locations_22_title','Bull Creek Bridge No. 6 – Fawn Township – Bridge'),(30646,750,'_locations_22_title','field_5683f2aadcba2'),(30647,750,'locations_22_image',''),(30648,750,'_locations_22_image','field_568439ed8109d'),(30649,750,'locations_22_description','This project is for a small bridge replacement and is affecting 9 properties in the Township of Fawn, Allegheny County.'),(30650,750,'_locations_22_description','field_5683f2b1dcba3'),(30651,750,'locations_23_location','a:3:{s:7:\"address\";s:21:\"40.662745, -79.817800\";s:3:\"lat\";s:9:\"40.663536\";s:3:\"lng\";s:10:\"-79.819073\";}'),(30652,750,'_locations_23_location','field_5683f288dcba1'),(30653,750,'locations_23_title','Bull Creek Bridge No. 9 – West Deer Township – Bridge'),(30654,750,'_locations_23_title','field_5683f2aadcba2'),(30655,750,'locations_23_image',''),(30656,750,'_locations_23_image','field_568439ed8109d'),(30657,750,'locations_23_description','This project is for a small bridge replacement and is affecting 2 properties in the Township of West Deer, Allegheny County.'),(30658,750,'_locations_23_description','field_5683f2b1dcba3'),(30659,750,'locations_24_location','a:3:{s:7:\"address\";s:21:\"40.620209, -79.833885\";s:3:\"lat\";s:10:\"40.6202319\";s:3:\"lng\";s:18:\"-79.83386789999997\";}'),(30660,750,'_locations_24_location','field_5683f288dcba1'),(30661,750,'locations_24_title','Little Deer Creek DL06 – West Deer Township – Bridge Replacement'),(30662,750,'_locations_24_title','field_5683f2aadcba2'),(30663,750,'locations_24_image','740'),(30664,750,'_locations_24_image','field_568439ed8109d'),(30665,750,'locations_24_description','This project was for a small bridge replacement and affected properties in the Township of Russellton, Allegheny County.'),(30666,750,'_locations_24_description','field_5683f2b1dcba3'),(30667,750,'locations_25_location','a:3:{s:7:\"address\";s:21:\"40.620213, -79.833892\";s:3:\"lat\";s:10:\"40.6202352\";s:3:\"lng\";s:18:\"-79.83387549999998\";}'),(30668,750,'_locations_25_location','field_5683f288dcba1'),(30669,750,'locations_25_title','Turtle Creek Bridge 6 – Turtle Creek PA'),(30670,750,'_locations_25_title','field_5683f2aadcba2'),(30671,750,'locations_25_image','742'),(30672,750,'_locations_25_image','field_568439ed8109d'),(30673,750,'locations_25_description','This project is for a mid-sized bridge replacement and is affecting 5 properties in the Borough of Turtle Creek, Allegheny County.'),(30674,750,'_locations_25_description','field_5683f2b1dcba3'),(30675,750,'locations_26_location','a:3:{s:7:\"address\";s:21:\"40.488263, -80.045950\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(30676,750,'_locations_26_location','field_5683f288dcba1'),(30677,750,'locations_26_title','Jacks Run 1, Bellevue and the City of Pittsburgh'),(30678,750,'_locations_26_title','field_5683f2aadcba2'),(30679,750,'locations_26_image','744'),(30680,750,'_locations_26_image','field_568439ed8109d'),(30681,750,'locations_26_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(30682,750,'_locations_26_description','field_5683f2b1dcba3'),(30683,750,'locations_27_location','a:3:{s:7:\"address\";s:21:\"40.541799, -80.247918\";s:3:\"lat\";s:10:\"40.5417824\";s:3:\"lng\";s:11:\"-80.2479169\";}'),(30684,750,'_locations_27_location','field_5683f288dcba1'),(30685,750,'locations_27_title','Boggs Run Bridge 1 – Moon Township'),(30686,750,'_locations_27_title','field_5683f2aadcba2'),(30687,750,'locations_27_image','746'),(30688,750,'_locations_27_image','field_568439ed8109d'),(30689,750,'locations_27_description','This project was for a small bridge replacement and affected 2 properties in the Township of Moon, Allegheny County.'),(30690,750,'_locations_27_description','field_5683f2b1dcba3'),(30691,750,'locations_28_location','a:3:{s:7:\"address\";s:21:\"40.549801, -79.997772\";s:3:\"lat\";s:9:\"40.549733\";s:3:\"lng\";s:18:\"-79.99820799999998\";}'),(30692,750,'_locations_28_location','field_5683f288dcba1'),(30693,750,'locations_28_title','Pine Creek Bridge 1 – Ross Township – Bridge'),(30694,750,'_locations_28_title','field_5683f2aadcba2'),(30695,750,'locations_28_image','749'),(30696,750,'_locations_28_image','field_568439ed8109d'),(30697,750,'locations_28_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(30698,750,'_locations_28_description','field_5683f2b1dcba3'),(30699,750,'locations','29'),(30700,750,'_locations','field_5683f253a5dba'),(30701,751,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(30702,751,'_locations_0_location','field_5683f288dcba1'),(30703,751,'locations_0_title','SR0028, All sections'),(30704,751,'_locations_0_title','field_5683f2aadcba2'),(30705,751,'locations_0_image',''),(30706,751,'_locations_0_image','field_568439ed8109d'),(30707,751,'locations_0_description',''),(30708,751,'_locations_0_description','field_5683f2b1dcba3'),(30709,751,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(30710,751,'_locations_1_location','field_5683f288dcba1'),(30711,751,'locations_1_title','286, A09 – Golden Mile'),(30712,751,'_locations_1_title','field_5683f2aadcba2'),(30713,751,'locations_1_image',''),(30714,751,'_locations_1_image','field_568439ed8109d'),(30715,751,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(30716,751,'_locations_1_description','field_5683f2b1dcba3'),(30717,751,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(30718,751,'_locations_2_location','field_5683f288dcba1'),(30719,751,'locations_2_title','2040, A18 – Curry Hollow'),(30720,751,'_locations_2_title','field_5683f2aadcba2'),(30721,751,'locations_2_image',''),(30722,751,'_locations_2_image','field_568439ed8109d'),(30723,751,'locations_2_description',''),(30724,751,'_locations_2_description','field_5683f2b1dcba3'),(30725,751,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(30726,751,'_locations_3_location','field_5683f288dcba1'),(30727,751,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(30728,751,'_locations_3_title','field_5683f2aadcba2'),(30729,751,'locations_3_image',''),(30730,751,'_locations_3_image','field_568439ed8109d'),(30731,751,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(30732,751,'_locations_3_description','field_5683f2b1dcba3'),(30733,751,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(30734,751,'_locations_4_location','field_5683f288dcba1'),(30735,751,'locations_4_title','Duncan Avenue – Hampton Twp.'),(30736,751,'_locations_4_title','field_5683f2aadcba2'),(30737,751,'locations_4_image',''),(30738,751,'_locations_4_image','field_568439ed8109d'),(30739,751,'locations_4_description',''),(30740,751,'_locations_4_description','field_5683f2b1dcba3'),(30741,751,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(30742,751,'_locations_5_location','field_5683f288dcba1'),(30743,751,'locations_5_title','Pine Creek Road – McCandless'),(30744,751,'_locations_5_title','field_5683f2aadcba2'),(30745,751,'locations_5_image',''),(30746,751,'_locations_5_image','field_568439ed8109d'),(30747,751,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(30748,751,'_locations_5_description','field_5683f2b1dcba3'),(30749,751,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(30750,751,'_locations_6_location','field_5683f288dcba1'),(30751,751,'locations_6_title','Brewhouse – Trek Development'),(30752,751,'_locations_6_title','field_5683f2aadcba2'),(30753,751,'locations_6_image',''),(30754,751,'_locations_6_image','field_568439ed8109d'),(30755,751,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(30756,751,'_locations_6_description','field_5683f2b1dcba3'),(30757,751,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(30758,751,'_locations_7_location','field_5683f288dcba1'),(30759,751,'locations_7_title','Ewalt Road – Richland Twp.'),(30760,751,'_locations_7_title','field_5683f2aadcba2'),(30761,751,'locations_7_image',''),(30762,751,'_locations_7_image','field_568439ed8109d'),(30763,751,'locations_7_description',''),(30764,751,'_locations_7_description','field_5683f2b1dcba3'),(30765,751,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.625521, -79.941837\";s:3:\"lat\";s:10:\"40.6255198\";s:3:\"lng\";s:10:\"-79.941822\";}'),(30766,751,'_locations_8_location','field_5683f288dcba1'),(30767,751,'locations_8_title','Ewalt Road – Richland Twp.'),(30768,751,'_locations_8_title','field_5683f2aadcba2'),(30769,751,'locations_8_image',''),(30770,751,'_locations_8_image','field_568439ed8109d'),(30771,751,'locations_8_description',''),(30772,751,'_locations_8_description','field_5683f2b1dcba3'),(30773,751,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(30774,751,'_locations_9_location','field_5683f288dcba1'),(30775,751,'locations_9_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(30776,751,'_locations_9_title','field_5683f2aadcba2'),(30777,751,'locations_9_image',''),(30778,751,'_locations_9_image','field_568439ed8109d'),(30779,751,'locations_9_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(30780,751,'_locations_9_description','field_5683f2b1dcba3'),(30781,751,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.425708, -79.805807\";s:3:\"lat\";s:10:\"40.4256461\";s:3:\"lng\";s:18:\"-79.80576589999998\";}'),(30782,751,'_locations_10_location','field_5683f288dcba1'),(30783,751,'locations_10_title','State Route 2065, Section A07'),(30784,751,'_locations_10_title','field_5683f2aadcba2'),(30785,751,'locations_10_image',''),(30786,751,'_locations_10_image','field_568439ed8109d'),(30787,751,'locations_10_description',''),(30788,751,'_locations_10_description','field_5683f2b1dcba3'),(30789,751,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.354856, -80.118393\";s:3:\"lat\";s:10:\"40.3527492\";s:3:\"lng\";s:18:\"-80.11776529999997\";}'),(30790,751,'_locations_11_location','field_5683f288dcba1'),(30791,751,'locations_11_title','Southern Beltway Section C – New Roadway Construction'),(30792,751,'_locations_11_title','field_5683f2aadcba2'),(30793,751,'locations_11_image',''),(30794,751,'_locations_11_image','field_568439ed8109d'),(30795,751,'locations_11_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 18 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(30796,751,'_locations_11_description','field_5683f2b1dcba3'),(30797,751,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.509371, -80.256419\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(30798,751,'_locations_12_location','field_5683f288dcba1'),(30799,751,'locations_12_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(30800,751,'_locations_12_title','field_5683f2aadcba2'),(30801,751,'locations_12_image','671'),(30802,751,'_locations_12_image','field_568439ed8109d'),(30803,751,'locations_12_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(30804,751,'_locations_12_description','field_5683f2b1dcba3'),(30805,751,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.590450, -79.888763\";s:3:\"lat\";s:10:\"40.5943712\";s:3:\"lng\";s:18:\"-79.89597279999998\";}'),(30806,751,'_locations_13_location','field_5683f288dcba1'),(30807,751,'locations_13_title','MP 40-48 – Hampton Township – Highway Widening'),(30808,751,'_locations_13_title','field_5683f2aadcba2'),(30809,751,'locations_13_image',''),(30810,751,'_locations_13_image','field_568439ed8109d'),(30811,751,'locations_13_description','This project is for mainline reconstruction and bridge replacement and is affecting 71 properties and resulting in the relocation of 1 resident in the Townships of Harmar and Indiana, Allegheny County.'),(30812,751,'_locations_13_description','field_5683f2b1dcba3'),(30813,751,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.392019, -80.077682\";s:3:\"lat\";s:17:\"40.39202119999999\";s:3:\"lng\";s:18:\"-80.07767890000002\";}'),(30814,751,'_locations_14_location','field_5683f288dcba1'),(30815,751,'locations_14_title','Georges Run Bridge No. 1, Carnegie PA – Bridge'),(30816,751,'_locations_14_title','field_5683f2aadcba2'),(30817,751,'locations_14_image',''),(30818,751,'_locations_14_image','field_568439ed8109d'),(30819,751,'locations_14_description','This project is for a small bridge replacement and is affecting 4 properties in the Township of Scott, Allegheny County.'),(30820,751,'_locations_14_description','field_5683f2b1dcba3'),(30821,751,'locations_15_location','a:3:{s:7:\"address\";s:21:\"40.386279, -79.894258\";s:3:\"lat\";s:10:\"40.3862842\";s:3:\"lng\";s:18:\"-79.89425510000001\";}'),(30822,751,'_locations_15_location','field_5683f288dcba1'),(30823,751,'locations_15_title','Homeville Creek Bridge 7, West Mifflin PA – Bridge'),(30824,751,'_locations_15_title','field_5683f2aadcba2'),(30825,751,'locations_15_image',''),(30826,751,'_locations_15_image','field_568439ed8109d'),(30827,751,'locations_15_description','This project is for a small bridge replacement and is affecting 7 properties in the Borough of Munhall, Allegheny County.'),(30828,751,'_locations_15_description','field_5683f2b1dcba3'),(30829,751,'locations_16_location','a:3:{s:7:\"address\";s:21:\"40.396380, -79.895244\";s:3:\"lat\";s:10:\"40.3963432\";s:3:\"lng\";s:18:\"-79.89543119999996\";}'),(30830,751,'_locations_16_location','field_5683f288dcba1'),(30831,751,'locations_16_title','Homeville Creek Bridge 10 – West Mifflin PA - Bridge'),(30832,751,'_locations_16_title','field_5683f2aadcba2'),(30833,751,'locations_16_image','727'),(30834,751,'_locations_16_image','field_568439ed8109d'),(30835,751,'locations_16_description','This project was for a small bridge replacement and affected 7 properties in the Borough of Munhall, Allegheny County.'),(30836,751,'_locations_16_description','field_5683f2b1dcba3'),(30837,751,'locations_17_location','a:3:{s:7:\"address\";s:21:\"40.329286, -79.987406\";s:3:\"lat\";s:10:\"40.3292857\";s:3:\"lng\";s:18:\"-79.98741289999998\";}'),(30838,751,'_locations_17_location','field_5683f288dcba1'),(30839,751,'locations_17_title','Licks Run Bridge 9, South Park – PA – Bridge'),(30840,751,'_locations_17_title','field_5683f2aadcba2'),(30841,751,'locations_17_image','730'),(30842,751,'_locations_17_image','field_568439ed8109d'),(30843,751,'locations_17_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(30844,751,'_locations_17_description','field_5683f2b1dcba3'),(30845,751,'locations_18_location','a:3:{s:7:\"address\";s:21:\"40.329261, -79.988204\";s:3:\"lat\";s:9:\"40.329261\";s:3:\"lng\";s:10:\"-79.988205\";}'),(30846,751,'_locations_18_location','field_5683f288dcba1'),(30847,751,'locations_18_title','Licks Run Bridge 10, South Park – PA - Bridge'),(30848,751,'_locations_18_title','field_5683f2aadcba2'),(30849,751,'locations_18_image','730'),(30850,751,'_locations_18_image','field_568439ed8109d'),(30851,751,'locations_18_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(30852,751,'_locations_18_description','field_5683f2b1dcba3'),(30853,751,'locations_19_location','a:3:{s:7:\"address\";s:21:\"40.515624, -80.009959\";s:3:\"lat\";s:10:\"40.5156082\";s:3:\"lng\";s:18:\"-80.00994129999998\";}'),(30854,751,'_locations_19_location','field_5683f288dcba1'),(30855,751,'locations_19_title','Girtys Run Bridge 14'),(30856,751,'_locations_19_title','field_5683f2aadcba2'),(30857,751,'locations_19_image','733'),(30858,751,'_locations_19_image','field_568439ed8109d'),(30859,751,'locations_19_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(30860,751,'_locations_19_description','field_5683f2b1dcba3'),(30861,751,'locations_20_location','a:3:{s:7:\"address\";s:21:\"40.488268, -80.045947\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(30862,751,'_locations_20_location','field_5683f288dcba1'),(30863,751,'locations_20_title','Jacks Run 3 – Bellevue, PA – Bridge Replacement'),(30864,751,'_locations_20_title','field_5683f2aadcba2'),(30865,751,'locations_20_image','735'),(30866,751,'_locations_20_image','field_568439ed8109d'),(30867,751,'locations_20_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(30868,751,'_locations_20_description','field_5683f2b1dcba3'),(30869,751,'locations_21_location','a:3:{s:7:\"address\";s:21:\"40.330826, -79.986892\";s:3:\"lat\";s:10:\"40.3307469\";s:3:\"lng\";s:18:\"-79.98678430000001\";}'),(30870,751,'_locations_21_location','field_5683f288dcba1'),(30871,751,'locations_21_title','Brownsville to Broughton, South Park PA, intersection improvements and realignment'),(30872,751,'_locations_21_title','field_5683f2aadcba2'),(30873,751,'locations_21_image',''),(30874,751,'_locations_21_image','field_568439ed8109d'),(30875,751,'locations_21_description',''),(30876,751,'_locations_21_description','field_5683f2b1dcba3'),(30877,751,'locations_22_location','a:3:{s:7:\"address\";s:21:\"40.651302, -79.799610\";s:3:\"lat\";s:9:\"40.651344\";s:3:\"lng\";s:18:\"-79.80019399999998\";}'),(30878,751,'_locations_22_location','field_5683f288dcba1'),(30879,751,'locations_22_title','Bull Creek Bridge No. 6 – Fawn Township – Bridge'),(30880,751,'_locations_22_title','field_5683f2aadcba2'),(30881,751,'locations_22_image',''),(30882,751,'_locations_22_image','field_568439ed8109d'),(30883,751,'locations_22_description','This project is for a small bridge replacement and is affecting 9 properties in the Township of Fawn, Allegheny County.'),(30884,751,'_locations_22_description','field_5683f2b1dcba3'),(30885,751,'locations_23_location','a:3:{s:7:\"address\";s:21:\"40.662745, -79.817800\";s:3:\"lat\";s:9:\"40.663536\";s:3:\"lng\";s:10:\"-79.819073\";}'),(30886,751,'_locations_23_location','field_5683f288dcba1'),(30887,751,'locations_23_title','Bull Creek Bridge No. 9 – West Deer Township – Bridge'),(30888,751,'_locations_23_title','field_5683f2aadcba2'),(30889,751,'locations_23_image',''),(30890,751,'_locations_23_image','field_568439ed8109d'),(30891,751,'locations_23_description','This project is for a small bridge replacement and is affecting 2 properties in the Township of West Deer, Allegheny County.'),(30892,751,'_locations_23_description','field_5683f2b1dcba3'),(30893,751,'locations_24_location','a:3:{s:7:\"address\";s:21:\"40.620209, -79.833885\";s:3:\"lat\";s:10:\"40.6202319\";s:3:\"lng\";s:18:\"-79.83386789999997\";}'),(30894,751,'_locations_24_location','field_5683f288dcba1'),(30895,751,'locations_24_title','Little Deer Creek DL06 – West Deer Township – Bridge Replacement'),(30896,751,'_locations_24_title','field_5683f2aadcba2'),(30897,751,'locations_24_image','740'),(30898,751,'_locations_24_image','field_568439ed8109d'),(30899,751,'locations_24_description','This project was for a small bridge replacement and affected properties in the Township of Russellton, Allegheny County.'),(30900,751,'_locations_24_description','field_5683f2b1dcba3'),(30901,751,'locations_25_location','a:3:{s:7:\"address\";s:21:\"40.620213, -79.833892\";s:3:\"lat\";s:10:\"40.6202352\";s:3:\"lng\";s:18:\"-79.83387549999998\";}'),(30902,751,'_locations_25_location','field_5683f288dcba1'),(30903,751,'locations_25_title','Turtle Creek Bridge 6 – Turtle Creek PA'),(30904,751,'_locations_25_title','field_5683f2aadcba2'),(30905,751,'locations_25_image','742'),(30906,751,'_locations_25_image','field_568439ed8109d'),(30907,751,'locations_25_description','This project is for a mid-sized bridge replacement and is affecting 5 properties in the Borough of Turtle Creek, Allegheny County.'),(30908,751,'_locations_25_description','field_5683f2b1dcba3'),(30909,751,'locations_26_location','a:3:{s:7:\"address\";s:21:\"40.488263, -80.045950\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(30910,751,'_locations_26_location','field_5683f288dcba1'),(30911,751,'locations_26_title','Jacks Run 1, Bellevue and the City of Pittsburgh'),(30912,751,'_locations_26_title','field_5683f2aadcba2'),(30913,751,'locations_26_image','744'),(30914,751,'_locations_26_image','field_568439ed8109d'),(30915,751,'locations_26_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(30916,751,'_locations_26_description','field_5683f2b1dcba3'),(30917,751,'locations_27_location','a:3:{s:7:\"address\";s:21:\"40.541799, -80.247918\";s:3:\"lat\";s:10:\"40.5417824\";s:3:\"lng\";s:11:\"-80.2479169\";}'),(30918,751,'_locations_27_location','field_5683f288dcba1'),(30919,751,'locations_27_title','Boggs Run Bridge 1 – Moon Township'),(30920,751,'_locations_27_title','field_5683f2aadcba2'),(30921,751,'locations_27_image','746'),(30922,751,'_locations_27_image','field_568439ed8109d'),(30923,751,'locations_27_description','This project was for a small bridge replacement and affected 2 properties in the Township of Moon, Allegheny County.'),(30924,751,'_locations_27_description','field_5683f2b1dcba3'),(30925,751,'locations_28_location','a:3:{s:7:\"address\";s:21:\"40.549801, -79.997772\";s:3:\"lat\";s:9:\"40.549733\";s:3:\"lng\";s:18:\"-79.99820799999998\";}'),(30926,751,'_locations_28_location','field_5683f288dcba1'),(30927,751,'locations_28_title','Pine Creek Bridge 1 – Ross Township – Bridge'),(30928,751,'_locations_28_title','field_5683f2aadcba2'),(30929,751,'locations_28_image','749'),(30930,751,'_locations_28_image','field_568439ed8109d'),(30931,751,'locations_28_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(30932,751,'_locations_28_description','field_5683f2b1dcba3'),(30933,751,'locations_29_location','a:3:{s:7:\"address\";s:21:\"40.513209, -79.952573\";s:3:\"lat\";s:10:\"40.5132141\";s:3:\"lng\";s:18:\"-79.95257859999998\";}'),(30934,751,'_locations_29_location','field_5683f288dcba1'),(30935,751,'locations_29_title','Pine Creek Bridge 11 – Glenshaw PA – Bridge'),(30936,751,'_locations_29_title','field_5683f2aadcba2'),(30937,751,'locations_29_image',''),(30938,751,'_locations_29_image','field_568439ed8109d'),(30939,751,'locations_29_description',''),(30940,751,'_locations_29_description','field_5683f2b1dcba3'),(30941,751,'locations','30'),(30942,751,'_locations','field_5683f253a5dba'),(30943,347,'locations_29_location','a:3:{s:7:\"address\";s:21:\"40.518356, -79.992893\";s:3:\"lat\";s:10:\"40.5183459\";s:3:\"lng\";s:11:\"-79.9928827\";}'),(30944,347,'_locations_29_location','field_5683f288dcba1'),(30945,347,'locations_29_title','Thompson Run Bridge 1, Ross Township – Bridge'),(30946,347,'_locations_29_title','field_5683f2aadcba2'),(30947,347,'locations_29_image',''),(30948,347,'_locations_29_image','field_568439ed8109d'),(30949,347,'locations_29_description',''),(30950,347,'_locations_29_description','field_5683f2b1dcba3'),(30951,752,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(30952,752,'_locations_0_location','field_5683f288dcba1'),(30953,752,'locations_0_title','SR0028, All sections'),(30954,752,'_locations_0_title','field_5683f2aadcba2'),(30955,752,'locations_0_image',''),(30956,752,'_locations_0_image','field_568439ed8109d'),(30957,752,'locations_0_description',''),(30958,752,'_locations_0_description','field_5683f2b1dcba3'),(30959,752,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(30960,752,'_locations_1_location','field_5683f288dcba1'),(30961,752,'locations_1_title','286, A09 – Golden Mile'),(30962,752,'_locations_1_title','field_5683f2aadcba2'),(30963,752,'locations_1_image',''),(30964,752,'_locations_1_image','field_568439ed8109d'),(30965,752,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(30966,752,'_locations_1_description','field_5683f2b1dcba3'),(30967,752,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(30968,752,'_locations_2_location','field_5683f288dcba1'),(30969,752,'locations_2_title','2040, A18 – Curry Hollow'),(30970,752,'_locations_2_title','field_5683f2aadcba2'),(30971,752,'locations_2_image',''),(30972,752,'_locations_2_image','field_568439ed8109d'),(30973,752,'locations_2_description',''),(30974,752,'_locations_2_description','field_5683f2b1dcba3'),(30975,752,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(30976,752,'_locations_3_location','field_5683f288dcba1'),(30977,752,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(30978,752,'_locations_3_title','field_5683f2aadcba2'),(30979,752,'locations_3_image',''),(30980,752,'_locations_3_image','field_568439ed8109d'),(30981,752,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(30982,752,'_locations_3_description','field_5683f2b1dcba3'),(30983,752,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(30984,752,'_locations_4_location','field_5683f288dcba1'),(30985,752,'locations_4_title','Duncan Avenue – Hampton Twp.'),(30986,752,'_locations_4_title','field_5683f2aadcba2'),(30987,752,'locations_4_image',''),(30988,752,'_locations_4_image','field_568439ed8109d'),(30989,752,'locations_4_description',''),(30990,752,'_locations_4_description','field_5683f2b1dcba3'),(30991,752,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(30992,752,'_locations_5_location','field_5683f288dcba1'),(30993,752,'locations_5_title','Pine Creek Road – McCandless'),(30994,752,'_locations_5_title','field_5683f2aadcba2'),(30995,752,'locations_5_image',''),(30996,752,'_locations_5_image','field_568439ed8109d'),(30997,752,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(30998,752,'_locations_5_description','field_5683f2b1dcba3'),(30999,752,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(31000,752,'_locations_6_location','field_5683f288dcba1'),(31001,752,'locations_6_title','Brewhouse – Trek Development'),(31002,752,'_locations_6_title','field_5683f2aadcba2'),(31003,752,'locations_6_image',''),(31004,752,'_locations_6_image','field_568439ed8109d'),(31005,752,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(31006,752,'_locations_6_description','field_5683f2b1dcba3'),(31007,752,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(31008,752,'_locations_7_location','field_5683f288dcba1'),(31009,752,'locations_7_title','Ewalt Road – Richland Twp.'),(31010,752,'_locations_7_title','field_5683f2aadcba2'),(31011,752,'locations_7_image',''),(31012,752,'_locations_7_image','field_568439ed8109d'),(31013,752,'locations_7_description',''),(31014,752,'_locations_7_description','field_5683f2b1dcba3'),(31015,752,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.625521, -79.941837\";s:3:\"lat\";s:10:\"40.6255198\";s:3:\"lng\";s:10:\"-79.941822\";}'),(31016,752,'_locations_8_location','field_5683f288dcba1'),(31017,752,'locations_8_title','Ewalt Road – Richland Twp.'),(31018,752,'_locations_8_title','field_5683f2aadcba2'),(31019,752,'locations_8_image',''),(31020,752,'_locations_8_image','field_568439ed8109d'),(31021,752,'locations_8_description',''),(31022,752,'_locations_8_description','field_5683f2b1dcba3'),(31023,752,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(31024,752,'_locations_9_location','field_5683f288dcba1'),(31025,752,'locations_9_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(31026,752,'_locations_9_title','field_5683f2aadcba2'),(31027,752,'locations_9_image',''),(31028,752,'_locations_9_image','field_568439ed8109d'),(31029,752,'locations_9_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(31030,752,'_locations_9_description','field_5683f2b1dcba3'),(31031,752,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.425708, -79.805807\";s:3:\"lat\";s:10:\"40.4256461\";s:3:\"lng\";s:18:\"-79.80576589999998\";}'),(31032,752,'_locations_10_location','field_5683f288dcba1'),(31033,752,'locations_10_title','State Route 2065, Section A07'),(31034,752,'_locations_10_title','field_5683f2aadcba2'),(31035,752,'locations_10_image',''),(31036,752,'_locations_10_image','field_568439ed8109d'),(31037,752,'locations_10_description',''),(31038,752,'_locations_10_description','field_5683f2b1dcba3'),(31039,752,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.354856, -80.118393\";s:3:\"lat\";s:10:\"40.3527492\";s:3:\"lng\";s:18:\"-80.11776529999997\";}'),(31040,752,'_locations_11_location','field_5683f288dcba1'),(31041,752,'locations_11_title','Southern Beltway Section C – New Roadway Construction'),(31042,752,'_locations_11_title','field_5683f2aadcba2'),(31043,752,'locations_11_image',''),(31044,752,'_locations_11_image','field_568439ed8109d'),(31045,752,'locations_11_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 18 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(31046,752,'_locations_11_description','field_5683f2b1dcba3'),(31047,752,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.509371, -80.256419\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(31048,752,'_locations_12_location','field_5683f288dcba1'),(31049,752,'locations_12_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(31050,752,'_locations_12_title','field_5683f2aadcba2'),(31051,752,'locations_12_image','671'),(31052,752,'_locations_12_image','field_568439ed8109d'),(31053,752,'locations_12_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(31054,752,'_locations_12_description','field_5683f2b1dcba3'),(31055,752,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.590450, -79.888763\";s:3:\"lat\";s:10:\"40.5943712\";s:3:\"lng\";s:18:\"-79.89597279999998\";}'),(31056,752,'_locations_13_location','field_5683f288dcba1'),(31057,752,'locations_13_title','MP 40-48 – Hampton Township – Highway Widening'),(31058,752,'_locations_13_title','field_5683f2aadcba2'),(31059,752,'locations_13_image',''),(31060,752,'_locations_13_image','field_568439ed8109d'),(31061,752,'locations_13_description','This project is for mainline reconstruction and bridge replacement and is affecting 71 properties and resulting in the relocation of 1 resident in the Townships of Harmar and Indiana, Allegheny County.'),(31062,752,'_locations_13_description','field_5683f2b1dcba3'),(31063,752,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.392019, -80.077682\";s:3:\"lat\";s:17:\"40.39202119999999\";s:3:\"lng\";s:18:\"-80.07767890000002\";}'),(31064,752,'_locations_14_location','field_5683f288dcba1'),(31065,752,'locations_14_title','Georges Run Bridge No. 1, Carnegie PA – Bridge'),(31066,752,'_locations_14_title','field_5683f2aadcba2'),(31067,752,'locations_14_image',''),(31068,752,'_locations_14_image','field_568439ed8109d'),(31069,752,'locations_14_description','This project is for a small bridge replacement and is affecting 4 properties in the Township of Scott, Allegheny County.'),(31070,752,'_locations_14_description','field_5683f2b1dcba3'),(31071,752,'locations_15_location','a:3:{s:7:\"address\";s:21:\"40.386279, -79.894258\";s:3:\"lat\";s:10:\"40.3862842\";s:3:\"lng\";s:18:\"-79.89425510000001\";}'),(31072,752,'_locations_15_location','field_5683f288dcba1'),(31073,752,'locations_15_title','Homeville Creek Bridge 7, West Mifflin PA – Bridge'),(31074,752,'_locations_15_title','field_5683f2aadcba2'),(31075,752,'locations_15_image',''),(31076,752,'_locations_15_image','field_568439ed8109d'),(31077,752,'locations_15_description','This project is for a small bridge replacement and is affecting 7 properties in the Borough of Munhall, Allegheny County.'),(31078,752,'_locations_15_description','field_5683f2b1dcba3'),(31079,752,'locations_16_location','a:3:{s:7:\"address\";s:21:\"40.396380, -79.895244\";s:3:\"lat\";s:10:\"40.3963432\";s:3:\"lng\";s:18:\"-79.89543119999996\";}'),(31080,752,'_locations_16_location','field_5683f288dcba1'),(31081,752,'locations_16_title','Homeville Creek Bridge 10 – West Mifflin PA - Bridge'),(31082,752,'_locations_16_title','field_5683f2aadcba2'),(31083,752,'locations_16_image','727'),(31084,752,'_locations_16_image','field_568439ed8109d'),(31085,752,'locations_16_description','This project was for a small bridge replacement and affected 7 properties in the Borough of Munhall, Allegheny County.'),(31086,752,'_locations_16_description','field_5683f2b1dcba3'),(31087,752,'locations_17_location','a:3:{s:7:\"address\";s:21:\"40.329286, -79.987406\";s:3:\"lat\";s:10:\"40.3292857\";s:3:\"lng\";s:18:\"-79.98741289999998\";}'),(31088,752,'_locations_17_location','field_5683f288dcba1'),(31089,752,'locations_17_title','Licks Run Bridge 9, South Park – PA – Bridge'),(31090,752,'_locations_17_title','field_5683f2aadcba2'),(31091,752,'locations_17_image','730'),(31092,752,'_locations_17_image','field_568439ed8109d'),(31093,752,'locations_17_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(31094,752,'_locations_17_description','field_5683f2b1dcba3'),(31095,752,'locations_18_location','a:3:{s:7:\"address\";s:21:\"40.329261, -79.988204\";s:3:\"lat\";s:9:\"40.329261\";s:3:\"lng\";s:10:\"-79.988205\";}'),(31096,752,'_locations_18_location','field_5683f288dcba1'),(31097,752,'locations_18_title','Licks Run Bridge 10, South Park – PA - Bridge'),(31098,752,'_locations_18_title','field_5683f2aadcba2'),(31099,752,'locations_18_image','730'),(31100,752,'_locations_18_image','field_568439ed8109d'),(31101,752,'locations_18_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(31102,752,'_locations_18_description','field_5683f2b1dcba3'),(31103,752,'locations_19_location','a:3:{s:7:\"address\";s:21:\"40.515624, -80.009959\";s:3:\"lat\";s:10:\"40.5156082\";s:3:\"lng\";s:18:\"-80.00994129999998\";}'),(31104,752,'_locations_19_location','field_5683f288dcba1'),(31105,752,'locations_19_title','Girtys Run Bridge 14'),(31106,752,'_locations_19_title','field_5683f2aadcba2'),(31107,752,'locations_19_image','733'),(31108,752,'_locations_19_image','field_568439ed8109d'),(31109,752,'locations_19_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(31110,752,'_locations_19_description','field_5683f2b1dcba3'),(31111,752,'locations_20_location','a:3:{s:7:\"address\";s:21:\"40.488268, -80.045947\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(31112,752,'_locations_20_location','field_5683f288dcba1'),(31113,752,'locations_20_title','Jacks Run 3 – Bellevue, PA – Bridge Replacement'),(31114,752,'_locations_20_title','field_5683f2aadcba2'),(31115,752,'locations_20_image','735'),(31116,752,'_locations_20_image','field_568439ed8109d'),(31117,752,'locations_20_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(31118,752,'_locations_20_description','field_5683f2b1dcba3'),(31119,752,'locations_21_location','a:3:{s:7:\"address\";s:21:\"40.330826, -79.986892\";s:3:\"lat\";s:10:\"40.3307469\";s:3:\"lng\";s:18:\"-79.98678430000001\";}'),(31120,752,'_locations_21_location','field_5683f288dcba1'),(31121,752,'locations_21_title','Brownsville to Broughton, South Park PA, intersection improvements and realignment'),(31122,752,'_locations_21_title','field_5683f2aadcba2'),(31123,752,'locations_21_image',''),(31124,752,'_locations_21_image','field_568439ed8109d'),(31125,752,'locations_21_description',''),(31126,752,'_locations_21_description','field_5683f2b1dcba3'),(31127,752,'locations_22_location','a:3:{s:7:\"address\";s:21:\"40.651302, -79.799610\";s:3:\"lat\";s:9:\"40.651344\";s:3:\"lng\";s:18:\"-79.80019399999998\";}'),(31128,752,'_locations_22_location','field_5683f288dcba1'),(31129,752,'locations_22_title','Bull Creek Bridge No. 6 – Fawn Township – Bridge'),(31130,752,'_locations_22_title','field_5683f2aadcba2'),(31131,752,'locations_22_image',''),(31132,752,'_locations_22_image','field_568439ed8109d'),(31133,752,'locations_22_description','This project is for a small bridge replacement and is affecting 9 properties in the Township of Fawn, Allegheny County.'),(31134,752,'_locations_22_description','field_5683f2b1dcba3'),(31135,752,'locations_23_location','a:3:{s:7:\"address\";s:21:\"40.662745, -79.817800\";s:3:\"lat\";s:9:\"40.663536\";s:3:\"lng\";s:10:\"-79.819073\";}'),(31136,752,'_locations_23_location','field_5683f288dcba1'),(31137,752,'locations_23_title','Bull Creek Bridge No. 9 – West Deer Township – Bridge'),(31138,752,'_locations_23_title','field_5683f2aadcba2'),(31139,752,'locations_23_image',''),(31140,752,'_locations_23_image','field_568439ed8109d'),(31141,752,'locations_23_description','This project is for a small bridge replacement and is affecting 2 properties in the Township of West Deer, Allegheny County.'),(31142,752,'_locations_23_description','field_5683f2b1dcba3'),(31143,752,'locations_24_location','a:3:{s:7:\"address\";s:21:\"40.620209, -79.833885\";s:3:\"lat\";s:10:\"40.6202319\";s:3:\"lng\";s:18:\"-79.83386789999997\";}'),(31144,752,'_locations_24_location','field_5683f288dcba1'),(31145,752,'locations_24_title','Little Deer Creek DL06 – West Deer Township – Bridge Replacement'),(31146,752,'_locations_24_title','field_5683f2aadcba2'),(31147,752,'locations_24_image','740'),(31148,752,'_locations_24_image','field_568439ed8109d'),(31149,752,'locations_24_description','This project was for a small bridge replacement and affected properties in the Township of Russellton, Allegheny County.'),(31150,752,'_locations_24_description','field_5683f2b1dcba3'),(31151,752,'locations_25_location','a:3:{s:7:\"address\";s:21:\"40.620213, -79.833892\";s:3:\"lat\";s:10:\"40.6202352\";s:3:\"lng\";s:18:\"-79.83387549999998\";}'),(31152,752,'_locations_25_location','field_5683f288dcba1'),(31153,752,'locations_25_title','Turtle Creek Bridge 6 – Turtle Creek PA'),(31154,752,'_locations_25_title','field_5683f2aadcba2'),(31155,752,'locations_25_image','742'),(31156,752,'_locations_25_image','field_568439ed8109d'),(31157,752,'locations_25_description','This project is for a mid-sized bridge replacement and is affecting 5 properties in the Borough of Turtle Creek, Allegheny County.'),(31158,752,'_locations_25_description','field_5683f2b1dcba3'),(31159,752,'locations_26_location','a:3:{s:7:\"address\";s:21:\"40.488263, -80.045950\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(31160,752,'_locations_26_location','field_5683f288dcba1'),(31161,752,'locations_26_title','Jacks Run 1, Bellevue and the City of Pittsburgh'),(31162,752,'_locations_26_title','field_5683f2aadcba2'),(31163,752,'locations_26_image','744'),(31164,752,'_locations_26_image','field_568439ed8109d'),(31165,752,'locations_26_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(31166,752,'_locations_26_description','field_5683f2b1dcba3'),(31167,752,'locations_27_location','a:3:{s:7:\"address\";s:21:\"40.541799, -80.247918\";s:3:\"lat\";s:10:\"40.5417824\";s:3:\"lng\";s:11:\"-80.2479169\";}'),(31168,752,'_locations_27_location','field_5683f288dcba1'),(31169,752,'locations_27_title','Boggs Run Bridge 1 – Moon Township'),(31170,752,'_locations_27_title','field_5683f2aadcba2'),(31171,752,'locations_27_image','746'),(31172,752,'_locations_27_image','field_568439ed8109d'),(31173,752,'locations_27_description','This project was for a small bridge replacement and affected 2 properties in the Township of Moon, Allegheny County.'),(31174,752,'_locations_27_description','field_5683f2b1dcba3'),(31175,752,'locations_28_location','a:3:{s:7:\"address\";s:21:\"40.549801, -79.997772\";s:3:\"lat\";s:9:\"40.549733\";s:3:\"lng\";s:18:\"-79.99820799999998\";}'),(31176,752,'_locations_28_location','field_5683f288dcba1'),(31177,752,'locations_28_title','Pine Creek Bridge 1 – Ross Township – Bridge'),(31178,752,'_locations_28_title','field_5683f2aadcba2'),(31179,752,'locations_28_image','749'),(31180,752,'_locations_28_image','field_568439ed8109d'),(31181,752,'locations_28_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(31182,752,'_locations_28_description','field_5683f2b1dcba3'),(31183,752,'locations_29_location','a:3:{s:7:\"address\";s:21:\"40.513209, -79.952573\";s:3:\"lat\";s:10:\"40.5132141\";s:3:\"lng\";s:18:\"-79.95257859999998\";}'),(31184,752,'_locations_29_location','field_5683f288dcba1'),(31185,752,'locations_29_title','Pine Creek Bridge 11 – Glenshaw PA – Bridge'),(31186,752,'_locations_29_title','field_5683f2aadcba2'),(31187,752,'locations_29_image',''),(31188,752,'_locations_29_image','field_568439ed8109d'),(31189,752,'locations_29_description',''),(31190,752,'_locations_29_description','field_5683f2b1dcba3'),(31191,752,'locations_30_location','a:3:{s:7:\"address\";s:21:\"40.518356, -79.992893\";s:3:\"lat\";s:10:\"40.5183459\";s:3:\"lng\";s:11:\"-79.9928827\";}'),(31192,752,'_locations_30_location','field_5683f288dcba1'),(31193,752,'locations_30_title','Thompson Run Bridge 1, Ross Township – Bridge'),(31194,752,'_locations_30_title','field_5683f2aadcba2'),(31195,752,'locations_30_image',''),(31196,752,'_locations_30_image','field_568439ed8109d'),(31197,752,'locations_30_description',''),(31198,752,'_locations_30_description','field_5683f2b1dcba3'),(31199,752,'locations','31'),(31200,752,'_locations','field_5683f253a5dba'),(31201,347,'locations_30_location','a:3:{s:7:\"address\";s:21:\"40.512503, -79.993398\";s:3:\"lat\";s:10:\"40.5125049\";s:3:\"lng\";s:18:\"-79.99341290000001\";}'),(31202,347,'_locations_30_location','field_5683f288dcba1'),(31203,347,'locations_30_title','Thompson Run Bridge 2, Ross Township – Bridge'),(31204,347,'_locations_30_title','field_5683f2aadcba2'),(31205,347,'locations_30_image',''),(31206,347,'_locations_30_image','field_568439ed8109d'),(31207,347,'locations_30_description',''),(31208,347,'_locations_30_description','field_5683f2b1dcba3'),(31209,753,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(31210,753,'_locations_0_location','field_5683f288dcba1'),(31211,753,'locations_0_title','SR0028, All sections'),(31212,753,'_locations_0_title','field_5683f2aadcba2'),(31213,753,'locations_0_image',''),(31214,753,'_locations_0_image','field_568439ed8109d'),(31215,753,'locations_0_description',''),(31216,753,'_locations_0_description','field_5683f2b1dcba3'),(31217,753,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(31218,753,'_locations_1_location','field_5683f288dcba1'),(31219,753,'locations_1_title','286, A09 – Golden Mile'),(31220,753,'_locations_1_title','field_5683f2aadcba2'),(31221,753,'locations_1_image',''),(31222,753,'_locations_1_image','field_568439ed8109d'),(31223,753,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(31224,753,'_locations_1_description','field_5683f2b1dcba3'),(31225,753,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(31226,753,'_locations_2_location','field_5683f288dcba1'),(31227,753,'locations_2_title','2040, A18 – Curry Hollow'),(31228,753,'_locations_2_title','field_5683f2aadcba2'),(31229,753,'locations_2_image',''),(31230,753,'_locations_2_image','field_568439ed8109d'),(31231,753,'locations_2_description',''),(31232,753,'_locations_2_description','field_5683f2b1dcba3'),(31233,753,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(31234,753,'_locations_3_location','field_5683f288dcba1'),(31235,753,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(31236,753,'_locations_3_title','field_5683f2aadcba2'),(31237,753,'locations_3_image',''),(31238,753,'_locations_3_image','field_568439ed8109d'),(31239,753,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(31240,753,'_locations_3_description','field_5683f2b1dcba3'),(31241,753,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(31242,753,'_locations_4_location','field_5683f288dcba1'),(31243,753,'locations_4_title','Duncan Avenue – Hampton Twp.'),(31244,753,'_locations_4_title','field_5683f2aadcba2'),(31245,753,'locations_4_image',''),(31246,753,'_locations_4_image','field_568439ed8109d'),(31247,753,'locations_4_description',''),(31248,753,'_locations_4_description','field_5683f2b1dcba3'),(31249,753,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(31250,753,'_locations_5_location','field_5683f288dcba1'),(31251,753,'locations_5_title','Pine Creek Road – McCandless'),(31252,753,'_locations_5_title','field_5683f2aadcba2'),(31253,753,'locations_5_image',''),(31254,753,'_locations_5_image','field_568439ed8109d'),(31255,753,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(31256,753,'_locations_5_description','field_5683f2b1dcba3'),(31257,753,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(31258,753,'_locations_6_location','field_5683f288dcba1'),(31259,753,'locations_6_title','Brewhouse – Trek Development'),(31260,753,'_locations_6_title','field_5683f2aadcba2'),(31261,753,'locations_6_image',''),(31262,753,'_locations_6_image','field_568439ed8109d'),(31263,753,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(31264,753,'_locations_6_description','field_5683f2b1dcba3'),(31265,753,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(31266,753,'_locations_7_location','field_5683f288dcba1'),(31267,753,'locations_7_title','Ewalt Road – Richland Twp.'),(31268,753,'_locations_7_title','field_5683f2aadcba2'),(31269,753,'locations_7_image',''),(31270,753,'_locations_7_image','field_568439ed8109d'),(31271,753,'locations_7_description',''),(31272,753,'_locations_7_description','field_5683f2b1dcba3'),(31273,753,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.625521, -79.941837\";s:3:\"lat\";s:10:\"40.6255198\";s:3:\"lng\";s:10:\"-79.941822\";}'),(31274,753,'_locations_8_location','field_5683f288dcba1'),(31275,753,'locations_8_title','Ewalt Road – Richland Twp.'),(31276,753,'_locations_8_title','field_5683f2aadcba2'),(31277,753,'locations_8_image',''),(31278,753,'_locations_8_image','field_568439ed8109d'),(31279,753,'locations_8_description',''),(31280,753,'_locations_8_description','field_5683f2b1dcba3'),(31281,753,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(31282,753,'_locations_9_location','field_5683f288dcba1'),(31283,753,'locations_9_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(31284,753,'_locations_9_title','field_5683f2aadcba2'),(31285,753,'locations_9_image',''),(31286,753,'_locations_9_image','field_568439ed8109d'),(31287,753,'locations_9_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(31288,753,'_locations_9_description','field_5683f2b1dcba3'),(31289,753,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.425708, -79.805807\";s:3:\"lat\";s:10:\"40.4256461\";s:3:\"lng\";s:18:\"-79.80576589999998\";}'),(31290,753,'_locations_10_location','field_5683f288dcba1'),(31291,753,'locations_10_title','State Route 2065, Section A07'),(31292,753,'_locations_10_title','field_5683f2aadcba2'),(31293,753,'locations_10_image',''),(31294,753,'_locations_10_image','field_568439ed8109d'),(31295,753,'locations_10_description',''),(31296,753,'_locations_10_description','field_5683f2b1dcba3'),(31297,753,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.354856, -80.118393\";s:3:\"lat\";s:10:\"40.3527492\";s:3:\"lng\";s:18:\"-80.11776529999997\";}'),(31298,753,'_locations_11_location','field_5683f288dcba1'),(31299,753,'locations_11_title','Southern Beltway Section C – New Roadway Construction'),(31300,753,'_locations_11_title','field_5683f2aadcba2'),(31301,753,'locations_11_image',''),(31302,753,'_locations_11_image','field_568439ed8109d'),(31303,753,'locations_11_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 18 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(31304,753,'_locations_11_description','field_5683f2b1dcba3'),(31305,753,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.509371, -80.256419\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(31306,753,'_locations_12_location','field_5683f288dcba1'),(31307,753,'locations_12_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(31308,753,'_locations_12_title','field_5683f2aadcba2'),(31309,753,'locations_12_image','671'),(31310,753,'_locations_12_image','field_568439ed8109d'),(31311,753,'locations_12_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(31312,753,'_locations_12_description','field_5683f2b1dcba3'),(31313,753,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.590450, -79.888763\";s:3:\"lat\";s:10:\"40.5943712\";s:3:\"lng\";s:18:\"-79.89597279999998\";}'),(31314,753,'_locations_13_location','field_5683f288dcba1'),(31315,753,'locations_13_title','MP 40-48 – Hampton Township – Highway Widening'),(31316,753,'_locations_13_title','field_5683f2aadcba2'),(31317,753,'locations_13_image',''),(31318,753,'_locations_13_image','field_568439ed8109d'),(31319,753,'locations_13_description','This project is for mainline reconstruction and bridge replacement and is affecting 71 properties and resulting in the relocation of 1 resident in the Townships of Harmar and Indiana, Allegheny County.'),(31320,753,'_locations_13_description','field_5683f2b1dcba3'),(31321,753,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.392019, -80.077682\";s:3:\"lat\";s:17:\"40.39202119999999\";s:3:\"lng\";s:18:\"-80.07767890000002\";}'),(31322,753,'_locations_14_location','field_5683f288dcba1'),(31323,753,'locations_14_title','Georges Run Bridge No. 1, Carnegie PA – Bridge'),(31324,753,'_locations_14_title','field_5683f2aadcba2'),(31325,753,'locations_14_image',''),(31326,753,'_locations_14_image','field_568439ed8109d'),(31327,753,'locations_14_description','This project is for a small bridge replacement and is affecting 4 properties in the Township of Scott, Allegheny County.'),(31328,753,'_locations_14_description','field_5683f2b1dcba3'),(31329,753,'locations_15_location','a:3:{s:7:\"address\";s:21:\"40.386279, -79.894258\";s:3:\"lat\";s:10:\"40.3862842\";s:3:\"lng\";s:18:\"-79.89425510000001\";}'),(31330,753,'_locations_15_location','field_5683f288dcba1'),(31331,753,'locations_15_title','Homeville Creek Bridge 7, West Mifflin PA – Bridge'),(31332,753,'_locations_15_title','field_5683f2aadcba2'),(31333,753,'locations_15_image',''),(31334,753,'_locations_15_image','field_568439ed8109d'),(31335,753,'locations_15_description','This project is for a small bridge replacement and is affecting 7 properties in the Borough of Munhall, Allegheny County.'),(31336,753,'_locations_15_description','field_5683f2b1dcba3'),(31337,753,'locations_16_location','a:3:{s:7:\"address\";s:21:\"40.396380, -79.895244\";s:3:\"lat\";s:10:\"40.3963432\";s:3:\"lng\";s:18:\"-79.89543119999996\";}'),(31338,753,'_locations_16_location','field_5683f288dcba1'),(31339,753,'locations_16_title','Homeville Creek Bridge 10 – West Mifflin PA - Bridge'),(31340,753,'_locations_16_title','field_5683f2aadcba2'),(31341,753,'locations_16_image','727'),(31342,753,'_locations_16_image','field_568439ed8109d'),(31343,753,'locations_16_description','This project was for a small bridge replacement and affected 7 properties in the Borough of Munhall, Allegheny County.'),(31344,753,'_locations_16_description','field_5683f2b1dcba3'),(31345,753,'locations_17_location','a:3:{s:7:\"address\";s:21:\"40.329286, -79.987406\";s:3:\"lat\";s:10:\"40.3292857\";s:3:\"lng\";s:18:\"-79.98741289999998\";}'),(31346,753,'_locations_17_location','field_5683f288dcba1'),(31347,753,'locations_17_title','Licks Run Bridge 9, South Park – PA – Bridge'),(31348,753,'_locations_17_title','field_5683f2aadcba2'),(31349,753,'locations_17_image','730'),(31350,753,'_locations_17_image','field_568439ed8109d'),(31351,753,'locations_17_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(31352,753,'_locations_17_description','field_5683f2b1dcba3'),(31353,753,'locations_18_location','a:3:{s:7:\"address\";s:21:\"40.329261, -79.988204\";s:3:\"lat\";s:9:\"40.329261\";s:3:\"lng\";s:10:\"-79.988205\";}'),(31354,753,'_locations_18_location','field_5683f288dcba1'),(31355,753,'locations_18_title','Licks Run Bridge 10, South Park – PA - Bridge'),(31356,753,'_locations_18_title','field_5683f2aadcba2'),(31357,753,'locations_18_image','730'),(31358,753,'_locations_18_image','field_568439ed8109d'),(31359,753,'locations_18_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(31360,753,'_locations_18_description','field_5683f2b1dcba3'),(31361,753,'locations_19_location','a:3:{s:7:\"address\";s:21:\"40.515624, -80.009959\";s:3:\"lat\";s:10:\"40.5156082\";s:3:\"lng\";s:18:\"-80.00994129999998\";}'),(31362,753,'_locations_19_location','field_5683f288dcba1'),(31363,753,'locations_19_title','Girtys Run Bridge 14'),(31364,753,'_locations_19_title','field_5683f2aadcba2'),(31365,753,'locations_19_image','733'),(31366,753,'_locations_19_image','field_568439ed8109d'),(31367,753,'locations_19_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(31368,753,'_locations_19_description','field_5683f2b1dcba3'),(31369,753,'locations_20_location','a:3:{s:7:\"address\";s:21:\"40.488268, -80.045947\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(31370,753,'_locations_20_location','field_5683f288dcba1'),(31371,753,'locations_20_title','Jacks Run 3 – Bellevue, PA – Bridge Replacement'),(31372,753,'_locations_20_title','field_5683f2aadcba2'),(31373,753,'locations_20_image','735'),(31374,753,'_locations_20_image','field_568439ed8109d'),(31375,753,'locations_20_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(31376,753,'_locations_20_description','field_5683f2b1dcba3'),(31377,753,'locations_21_location','a:3:{s:7:\"address\";s:21:\"40.330826, -79.986892\";s:3:\"lat\";s:10:\"40.3307469\";s:3:\"lng\";s:18:\"-79.98678430000001\";}'),(31378,753,'_locations_21_location','field_5683f288dcba1'),(31379,753,'locations_21_title','Brownsville to Broughton, South Park PA, intersection improvements and realignment'),(31380,753,'_locations_21_title','field_5683f2aadcba2'),(31381,753,'locations_21_image',''),(31382,753,'_locations_21_image','field_568439ed8109d'),(31383,753,'locations_21_description',''),(31384,753,'_locations_21_description','field_5683f2b1dcba3'),(31385,753,'locations_22_location','a:3:{s:7:\"address\";s:21:\"40.651302, -79.799610\";s:3:\"lat\";s:9:\"40.651344\";s:3:\"lng\";s:18:\"-79.80019399999998\";}'),(31386,753,'_locations_22_location','field_5683f288dcba1'),(31387,753,'locations_22_title','Bull Creek Bridge No. 6 – Fawn Township – Bridge'),(31388,753,'_locations_22_title','field_5683f2aadcba2'),(31389,753,'locations_22_image',''),(31390,753,'_locations_22_image','field_568439ed8109d'),(31391,753,'locations_22_description','This project is for a small bridge replacement and is affecting 9 properties in the Township of Fawn, Allegheny County.'),(31392,753,'_locations_22_description','field_5683f2b1dcba3'),(31393,753,'locations_23_location','a:3:{s:7:\"address\";s:21:\"40.662745, -79.817800\";s:3:\"lat\";s:9:\"40.663536\";s:3:\"lng\";s:10:\"-79.819073\";}'),(31394,753,'_locations_23_location','field_5683f288dcba1'),(31395,753,'locations_23_title','Bull Creek Bridge No. 9 – West Deer Township – Bridge'),(31396,753,'_locations_23_title','field_5683f2aadcba2'),(31397,753,'locations_23_image',''),(31398,753,'_locations_23_image','field_568439ed8109d'),(31399,753,'locations_23_description','This project is for a small bridge replacement and is affecting 2 properties in the Township of West Deer, Allegheny County.'),(31400,753,'_locations_23_description','field_5683f2b1dcba3'),(31401,753,'locations_24_location','a:3:{s:7:\"address\";s:21:\"40.620209, -79.833885\";s:3:\"lat\";s:10:\"40.6202319\";s:3:\"lng\";s:18:\"-79.83386789999997\";}'),(31402,753,'_locations_24_location','field_5683f288dcba1'),(31403,753,'locations_24_title','Little Deer Creek DL06 – West Deer Township – Bridge Replacement'),(31404,753,'_locations_24_title','field_5683f2aadcba2'),(31405,753,'locations_24_image','740'),(31406,753,'_locations_24_image','field_568439ed8109d'),(31407,753,'locations_24_description','This project was for a small bridge replacement and affected properties in the Township of Russellton, Allegheny County.'),(31408,753,'_locations_24_description','field_5683f2b1dcba3'),(31409,753,'locations_25_location','a:3:{s:7:\"address\";s:21:\"40.620213, -79.833892\";s:3:\"lat\";s:10:\"40.6202352\";s:3:\"lng\";s:18:\"-79.83387549999998\";}'),(31410,753,'_locations_25_location','field_5683f288dcba1'),(31411,753,'locations_25_title','Turtle Creek Bridge 6 – Turtle Creek PA'),(31412,753,'_locations_25_title','field_5683f2aadcba2'),(31413,753,'locations_25_image','742'),(31414,753,'_locations_25_image','field_568439ed8109d'),(31415,753,'locations_25_description','This project is for a mid-sized bridge replacement and is affecting 5 properties in the Borough of Turtle Creek, Allegheny County.'),(31416,753,'_locations_25_description','field_5683f2b1dcba3'),(31417,753,'locations_26_location','a:3:{s:7:\"address\";s:21:\"40.488263, -80.045950\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(31418,753,'_locations_26_location','field_5683f288dcba1'),(31419,753,'locations_26_title','Jacks Run 1, Bellevue and the City of Pittsburgh'),(31420,753,'_locations_26_title','field_5683f2aadcba2'),(31421,753,'locations_26_image','744'),(31422,753,'_locations_26_image','field_568439ed8109d'),(31423,753,'locations_26_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(31424,753,'_locations_26_description','field_5683f2b1dcba3'),(31425,753,'locations_27_location','a:3:{s:7:\"address\";s:21:\"40.541799, -80.247918\";s:3:\"lat\";s:10:\"40.5417824\";s:3:\"lng\";s:11:\"-80.2479169\";}'),(31426,753,'_locations_27_location','field_5683f288dcba1'),(31427,753,'locations_27_title','Boggs Run Bridge 1 – Moon Township'),(31428,753,'_locations_27_title','field_5683f2aadcba2'),(31429,753,'locations_27_image','746'),(31430,753,'_locations_27_image','field_568439ed8109d'),(31431,753,'locations_27_description','This project was for a small bridge replacement and affected 2 properties in the Township of Moon, Allegheny County.'),(31432,753,'_locations_27_description','field_5683f2b1dcba3'),(31433,753,'locations_28_location','a:3:{s:7:\"address\";s:21:\"40.549801, -79.997772\";s:3:\"lat\";s:9:\"40.549733\";s:3:\"lng\";s:18:\"-79.99820799999998\";}'),(31434,753,'_locations_28_location','field_5683f288dcba1'),(31435,753,'locations_28_title','Pine Creek Bridge 1 – Ross Township – Bridge'),(31436,753,'_locations_28_title','field_5683f2aadcba2'),(31437,753,'locations_28_image','749'),(31438,753,'_locations_28_image','field_568439ed8109d'),(31439,753,'locations_28_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(31440,753,'_locations_28_description','field_5683f2b1dcba3'),(31441,753,'locations_29_location','a:3:{s:7:\"address\";s:21:\"40.513209, -79.952573\";s:3:\"lat\";s:10:\"40.5132141\";s:3:\"lng\";s:18:\"-79.95257859999998\";}'),(31442,753,'_locations_29_location','field_5683f288dcba1'),(31443,753,'locations_29_title','Pine Creek Bridge 11 – Glenshaw PA – Bridge'),(31444,753,'_locations_29_title','field_5683f2aadcba2'),(31445,753,'locations_29_image',''),(31446,753,'_locations_29_image','field_568439ed8109d'),(31447,753,'locations_29_description',''),(31448,753,'_locations_29_description','field_5683f2b1dcba3'),(31449,753,'locations_30_location','a:3:{s:7:\"address\";s:21:\"40.518356, -79.992893\";s:3:\"lat\";s:10:\"40.5183459\";s:3:\"lng\";s:11:\"-79.9928827\";}'),(31450,753,'_locations_30_location','field_5683f288dcba1'),(31451,753,'locations_30_title','Thompson Run Bridge 1, Ross Township – Bridge'),(31452,753,'_locations_30_title','field_5683f2aadcba2'),(31453,753,'locations_30_image',''),(31454,753,'_locations_30_image','field_568439ed8109d'),(31455,753,'locations_30_description',''),(31456,753,'_locations_30_description','field_5683f2b1dcba3'),(31457,753,'locations','31'),(31458,753,'_locations','field_5683f253a5dba'),(31459,754,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(31460,754,'_locations_0_location','field_5683f288dcba1'),(31461,754,'locations_0_title','SR0028, All sections'),(31462,754,'_locations_0_title','field_5683f2aadcba2'),(31463,754,'locations_0_image',''),(31464,754,'_locations_0_image','field_568439ed8109d'),(31465,754,'locations_0_description',''),(31466,754,'_locations_0_description','field_5683f2b1dcba3'),(31467,754,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(31468,754,'_locations_1_location','field_5683f288dcba1'),(31469,754,'locations_1_title','286, A09 – Golden Mile'),(31470,754,'_locations_1_title','field_5683f2aadcba2'),(31471,754,'locations_1_image',''),(31472,754,'_locations_1_image','field_568439ed8109d'),(31473,754,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(31474,754,'_locations_1_description','field_5683f2b1dcba3'),(31475,754,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(31476,754,'_locations_2_location','field_5683f288dcba1'),(31477,754,'locations_2_title','2040, A18 – Curry Hollow'),(31478,754,'_locations_2_title','field_5683f2aadcba2'),(31479,754,'locations_2_image',''),(31480,754,'_locations_2_image','field_568439ed8109d'),(31481,754,'locations_2_description',''),(31482,754,'_locations_2_description','field_5683f2b1dcba3'),(31483,754,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(31484,754,'_locations_3_location','field_5683f288dcba1'),(31485,754,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(31486,754,'_locations_3_title','field_5683f2aadcba2'),(31487,754,'locations_3_image',''),(31488,754,'_locations_3_image','field_568439ed8109d'),(31489,754,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(31490,754,'_locations_3_description','field_5683f2b1dcba3'),(31491,754,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(31492,754,'_locations_4_location','field_5683f288dcba1'),(31493,754,'locations_4_title','Duncan Avenue – Hampton Twp.'),(31494,754,'_locations_4_title','field_5683f2aadcba2'),(31495,754,'locations_4_image',''),(31496,754,'_locations_4_image','field_568439ed8109d'),(31497,754,'locations_4_description',''),(31498,754,'_locations_4_description','field_5683f2b1dcba3'),(31499,754,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(31500,754,'_locations_5_location','field_5683f288dcba1'),(31501,754,'locations_5_title','Pine Creek Road – McCandless'),(31502,754,'_locations_5_title','field_5683f2aadcba2'),(31503,754,'locations_5_image',''),(31504,754,'_locations_5_image','field_568439ed8109d'),(31505,754,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(31506,754,'_locations_5_description','field_5683f2b1dcba3'),(31507,754,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(31508,754,'_locations_6_location','field_5683f288dcba1'),(31509,754,'locations_6_title','Brewhouse – Trek Development'),(31510,754,'_locations_6_title','field_5683f2aadcba2'),(31511,754,'locations_6_image',''),(31512,754,'_locations_6_image','field_568439ed8109d'),(31513,754,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(31514,754,'_locations_6_description','field_5683f2b1dcba3'),(31515,754,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(31516,754,'_locations_7_location','field_5683f288dcba1'),(31517,754,'locations_7_title','Ewalt Road – Richland Twp.'),(31518,754,'_locations_7_title','field_5683f2aadcba2'),(31519,754,'locations_7_image',''),(31520,754,'_locations_7_image','field_568439ed8109d'),(31521,754,'locations_7_description',''),(31522,754,'_locations_7_description','field_5683f2b1dcba3'),(31523,754,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.625521, -79.941837\";s:3:\"lat\";s:10:\"40.6255198\";s:3:\"lng\";s:10:\"-79.941822\";}'),(31524,754,'_locations_8_location','field_5683f288dcba1'),(31525,754,'locations_8_title','Ewalt Road – Richland Twp.'),(31526,754,'_locations_8_title','field_5683f2aadcba2'),(31527,754,'locations_8_image',''),(31528,754,'_locations_8_image','field_568439ed8109d'),(31529,754,'locations_8_description',''),(31530,754,'_locations_8_description','field_5683f2b1dcba3'),(31531,754,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(31532,754,'_locations_9_location','field_5683f288dcba1'),(31533,754,'locations_9_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(31534,754,'_locations_9_title','field_5683f2aadcba2'),(31535,754,'locations_9_image',''),(31536,754,'_locations_9_image','field_568439ed8109d'),(31537,754,'locations_9_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(31538,754,'_locations_9_description','field_5683f2b1dcba3'),(31539,754,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.425708, -79.805807\";s:3:\"lat\";s:10:\"40.4256461\";s:3:\"lng\";s:18:\"-79.80576589999998\";}'),(31540,754,'_locations_10_location','field_5683f288dcba1'),(31541,754,'locations_10_title','State Route 2065, Section A07'),(31542,754,'_locations_10_title','field_5683f2aadcba2'),(31543,754,'locations_10_image',''),(31544,754,'_locations_10_image','field_568439ed8109d'),(31545,754,'locations_10_description',''),(31546,754,'_locations_10_description','field_5683f2b1dcba3'),(31547,754,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.354856, -80.118393\";s:3:\"lat\";s:10:\"40.3527492\";s:3:\"lng\";s:18:\"-80.11776529999997\";}'),(31548,754,'_locations_11_location','field_5683f288dcba1'),(31549,754,'locations_11_title','Southern Beltway Section C – New Roadway Construction'),(31550,754,'_locations_11_title','field_5683f2aadcba2'),(31551,754,'locations_11_image',''),(31552,754,'_locations_11_image','field_568439ed8109d'),(31553,754,'locations_11_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 18 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(31554,754,'_locations_11_description','field_5683f2b1dcba3'),(31555,754,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.509371, -80.256419\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(31556,754,'_locations_12_location','field_5683f288dcba1'),(31557,754,'locations_12_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(31558,754,'_locations_12_title','field_5683f2aadcba2'),(31559,754,'locations_12_image','671'),(31560,754,'_locations_12_image','field_568439ed8109d'),(31561,754,'locations_12_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(31562,754,'_locations_12_description','field_5683f2b1dcba3'),(31563,754,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.590450, -79.888763\";s:3:\"lat\";s:10:\"40.5943712\";s:3:\"lng\";s:18:\"-79.89597279999998\";}'),(31564,754,'_locations_13_location','field_5683f288dcba1'),(31565,754,'locations_13_title','MP 40-48 – Hampton Township – Highway Widening'),(31566,754,'_locations_13_title','field_5683f2aadcba2'),(31567,754,'locations_13_image',''),(31568,754,'_locations_13_image','field_568439ed8109d'),(31569,754,'locations_13_description','This project is for mainline reconstruction and bridge replacement and is affecting 71 properties and resulting in the relocation of 1 resident in the Townships of Harmar and Indiana, Allegheny County.'),(31570,754,'_locations_13_description','field_5683f2b1dcba3'),(31571,754,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.392019, -80.077682\";s:3:\"lat\";s:17:\"40.39202119999999\";s:3:\"lng\";s:18:\"-80.07767890000002\";}'),(31572,754,'_locations_14_location','field_5683f288dcba1'),(31573,754,'locations_14_title','Georges Run Bridge No. 1, Carnegie PA – Bridge'),(31574,754,'_locations_14_title','field_5683f2aadcba2'),(31575,754,'locations_14_image',''),(31576,754,'_locations_14_image','field_568439ed8109d'),(31577,754,'locations_14_description','This project is for a small bridge replacement and is affecting 4 properties in the Township of Scott, Allegheny County.'),(31578,754,'_locations_14_description','field_5683f2b1dcba3'),(31579,754,'locations_15_location','a:3:{s:7:\"address\";s:21:\"40.386279, -79.894258\";s:3:\"lat\";s:10:\"40.3862842\";s:3:\"lng\";s:18:\"-79.89425510000001\";}'),(31580,754,'_locations_15_location','field_5683f288dcba1'),(31581,754,'locations_15_title','Homeville Creek Bridge 7, West Mifflin PA – Bridge'),(31582,754,'_locations_15_title','field_5683f2aadcba2'),(31583,754,'locations_15_image',''),(31584,754,'_locations_15_image','field_568439ed8109d'),(31585,754,'locations_15_description','This project is for a small bridge replacement and is affecting 7 properties in the Borough of Munhall, Allegheny County.'),(31586,754,'_locations_15_description','field_5683f2b1dcba3'),(31587,754,'locations_16_location','a:3:{s:7:\"address\";s:21:\"40.396380, -79.895244\";s:3:\"lat\";s:10:\"40.3963432\";s:3:\"lng\";s:18:\"-79.89543119999996\";}'),(31588,754,'_locations_16_location','field_5683f288dcba1'),(31589,754,'locations_16_title','Homeville Creek Bridge 10 – West Mifflin PA - Bridge'),(31590,754,'_locations_16_title','field_5683f2aadcba2'),(31591,754,'locations_16_image','727'),(31592,754,'_locations_16_image','field_568439ed8109d'),(31593,754,'locations_16_description','This project was for a small bridge replacement and affected 7 properties in the Borough of Munhall, Allegheny County.'),(31594,754,'_locations_16_description','field_5683f2b1dcba3'),(31595,754,'locations_17_location','a:3:{s:7:\"address\";s:21:\"40.329286, -79.987406\";s:3:\"lat\";s:10:\"40.3292857\";s:3:\"lng\";s:18:\"-79.98741289999998\";}'),(31596,754,'_locations_17_location','field_5683f288dcba1'),(31597,754,'locations_17_title','Licks Run Bridge 9, South Park – PA – Bridge'),(31598,754,'_locations_17_title','field_5683f2aadcba2'),(31599,754,'locations_17_image','730'),(31600,754,'_locations_17_image','field_568439ed8109d'),(31601,754,'locations_17_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(31602,754,'_locations_17_description','field_5683f2b1dcba3'),(31603,754,'locations_18_location','a:3:{s:7:\"address\";s:21:\"40.329261, -79.988204\";s:3:\"lat\";s:9:\"40.329261\";s:3:\"lng\";s:10:\"-79.988205\";}'),(31604,754,'_locations_18_location','field_5683f288dcba1'),(31605,754,'locations_18_title','Licks Run Bridge 10, South Park – PA - Bridge'),(31606,754,'_locations_18_title','field_5683f2aadcba2'),(31607,754,'locations_18_image','730'),(31608,754,'_locations_18_image','field_568439ed8109d'),(31609,754,'locations_18_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(31610,754,'_locations_18_description','field_5683f2b1dcba3'),(31611,754,'locations_19_location','a:3:{s:7:\"address\";s:21:\"40.515624, -80.009959\";s:3:\"lat\";s:10:\"40.5156082\";s:3:\"lng\";s:18:\"-80.00994129999998\";}'),(31612,754,'_locations_19_location','field_5683f288dcba1'),(31613,754,'locations_19_title','Girtys Run Bridge 14'),(31614,754,'_locations_19_title','field_5683f2aadcba2'),(31615,754,'locations_19_image','733'),(31616,754,'_locations_19_image','field_568439ed8109d'),(31617,754,'locations_19_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(31618,754,'_locations_19_description','field_5683f2b1dcba3'),(31619,754,'locations_20_location','a:3:{s:7:\"address\";s:21:\"40.488268, -80.045947\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(31620,754,'_locations_20_location','field_5683f288dcba1'),(31621,754,'locations_20_title','Jacks Run 3 – Bellevue, PA – Bridge Replacement'),(31622,754,'_locations_20_title','field_5683f2aadcba2'),(31623,754,'locations_20_image','735'),(31624,754,'_locations_20_image','field_568439ed8109d'),(31625,754,'locations_20_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(31626,754,'_locations_20_description','field_5683f2b1dcba3'),(31627,754,'locations_21_location','a:3:{s:7:\"address\";s:21:\"40.330826, -79.986892\";s:3:\"lat\";s:10:\"40.3307469\";s:3:\"lng\";s:18:\"-79.98678430000001\";}'),(31628,754,'_locations_21_location','field_5683f288dcba1'),(31629,754,'locations_21_title','Brownsville to Broughton, South Park PA, intersection improvements and realignment'),(31630,754,'_locations_21_title','field_5683f2aadcba2'),(31631,754,'locations_21_image',''),(31632,754,'_locations_21_image','field_568439ed8109d'),(31633,754,'locations_21_description',''),(31634,754,'_locations_21_description','field_5683f2b1dcba3'),(31635,754,'locations_22_location','a:3:{s:7:\"address\";s:21:\"40.651302, -79.799610\";s:3:\"lat\";s:9:\"40.651344\";s:3:\"lng\";s:18:\"-79.80019399999998\";}'),(31636,754,'_locations_22_location','field_5683f288dcba1'),(31637,754,'locations_22_title','Bull Creek Bridge No. 6 – Fawn Township – Bridge'),(31638,754,'_locations_22_title','field_5683f2aadcba2'),(31639,754,'locations_22_image',''),(31640,754,'_locations_22_image','field_568439ed8109d'),(31641,754,'locations_22_description','This project is for a small bridge replacement and is affecting 9 properties in the Township of Fawn, Allegheny County.'),(31642,754,'_locations_22_description','field_5683f2b1dcba3'),(31643,754,'locations_23_location','a:3:{s:7:\"address\";s:21:\"40.662745, -79.817800\";s:3:\"lat\";s:9:\"40.663536\";s:3:\"lng\";s:10:\"-79.819073\";}'),(31644,754,'_locations_23_location','field_5683f288dcba1'),(31645,754,'locations_23_title','Bull Creek Bridge No. 9 – West Deer Township – Bridge'),(31646,754,'_locations_23_title','field_5683f2aadcba2'),(31647,754,'locations_23_image',''),(31648,754,'_locations_23_image','field_568439ed8109d'),(31649,754,'locations_23_description','This project is for a small bridge replacement and is affecting 2 properties in the Township of West Deer, Allegheny County.'),(31650,754,'_locations_23_description','field_5683f2b1dcba3'),(31651,754,'locations_24_location','a:3:{s:7:\"address\";s:21:\"40.620209, -79.833885\";s:3:\"lat\";s:10:\"40.6202319\";s:3:\"lng\";s:18:\"-79.83386789999997\";}'),(31652,754,'_locations_24_location','field_5683f288dcba1'),(31653,754,'locations_24_title','Little Deer Creek DL06 – West Deer Township – Bridge Replacement'),(31654,754,'_locations_24_title','field_5683f2aadcba2'),(31655,754,'locations_24_image','740'),(31656,754,'_locations_24_image','field_568439ed8109d'),(31657,754,'locations_24_description','This project was for a small bridge replacement and affected properties in the Township of Russellton, Allegheny County.'),(31658,754,'_locations_24_description','field_5683f2b1dcba3'),(31659,754,'locations_25_location','a:3:{s:7:\"address\";s:21:\"40.620213, -79.833892\";s:3:\"lat\";s:10:\"40.6202352\";s:3:\"lng\";s:18:\"-79.83387549999998\";}'),(31660,754,'_locations_25_location','field_5683f288dcba1'),(31661,754,'locations_25_title','Turtle Creek Bridge 6 – Turtle Creek PA'),(31662,754,'_locations_25_title','field_5683f2aadcba2'),(31663,754,'locations_25_image','742'),(31664,754,'_locations_25_image','field_568439ed8109d'),(31665,754,'locations_25_description','This project is for a mid-sized bridge replacement and is affecting 5 properties in the Borough of Turtle Creek, Allegheny County.'),(31666,754,'_locations_25_description','field_5683f2b1dcba3'),(31667,754,'locations_26_location','a:3:{s:7:\"address\";s:21:\"40.488263, -80.045950\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(31668,754,'_locations_26_location','field_5683f288dcba1'),(31669,754,'locations_26_title','Jacks Run 1, Bellevue and the City of Pittsburgh'),(31670,754,'_locations_26_title','field_5683f2aadcba2'),(31671,754,'locations_26_image','744'),(31672,754,'_locations_26_image','field_568439ed8109d'),(31673,754,'locations_26_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(31674,754,'_locations_26_description','field_5683f2b1dcba3'),(31675,754,'locations_27_location','a:3:{s:7:\"address\";s:21:\"40.541799, -80.247918\";s:3:\"lat\";s:10:\"40.5417824\";s:3:\"lng\";s:11:\"-80.2479169\";}'),(31676,754,'_locations_27_location','field_5683f288dcba1'),(31677,754,'locations_27_title','Boggs Run Bridge 1 – Moon Township'),(31678,754,'_locations_27_title','field_5683f2aadcba2'),(31679,754,'locations_27_image','746'),(31680,754,'_locations_27_image','field_568439ed8109d'),(31681,754,'locations_27_description','This project was for a small bridge replacement and affected 2 properties in the Township of Moon, Allegheny County.'),(31682,754,'_locations_27_description','field_5683f2b1dcba3'),(31683,754,'locations_28_location','a:3:{s:7:\"address\";s:21:\"40.549801, -79.997772\";s:3:\"lat\";s:9:\"40.549733\";s:3:\"lng\";s:18:\"-79.99820799999998\";}'),(31684,754,'_locations_28_location','field_5683f288dcba1'),(31685,754,'locations_28_title','Pine Creek Bridge 1 – Ross Township – Bridge'),(31686,754,'_locations_28_title','field_5683f2aadcba2'),(31687,754,'locations_28_image','749'),(31688,754,'_locations_28_image','field_568439ed8109d'),(31689,754,'locations_28_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(31690,754,'_locations_28_description','field_5683f2b1dcba3'),(31691,754,'locations_29_location','a:3:{s:7:\"address\";s:21:\"40.513209, -79.952573\";s:3:\"lat\";s:10:\"40.5132141\";s:3:\"lng\";s:18:\"-79.95257859999998\";}'),(31692,754,'_locations_29_location','field_5683f288dcba1'),(31693,754,'locations_29_title','Pine Creek Bridge 11 – Glenshaw PA – Bridge'),(31694,754,'_locations_29_title','field_5683f2aadcba2'),(31695,754,'locations_29_image',''),(31696,754,'_locations_29_image','field_568439ed8109d'),(31697,754,'locations_29_description',''),(31698,754,'_locations_29_description','field_5683f2b1dcba3'),(31699,754,'locations_30_location','a:3:{s:7:\"address\";s:21:\"40.518356, -79.992893\";s:3:\"lat\";s:10:\"40.5183459\";s:3:\"lng\";s:11:\"-79.9928827\";}'),(31700,754,'_locations_30_location','field_5683f288dcba1'),(31701,754,'locations_30_title','Thompson Run Bridge 1, Ross Township – Bridge'),(31702,754,'_locations_30_title','field_5683f2aadcba2'),(31703,754,'locations_30_image',''),(31704,754,'_locations_30_image','field_568439ed8109d'),(31705,754,'locations_30_description',''),(31706,754,'_locations_30_description','field_5683f2b1dcba3'),(31707,754,'locations_31_location','a:3:{s:7:\"address\";s:21:\"40.512503, -79.993398\";s:3:\"lat\";s:10:\"40.5125049\";s:3:\"lng\";s:18:\"-79.99341290000001\";}'),(31708,754,'_locations_31_location','field_5683f288dcba1'),(31709,754,'locations_31_title','Thompson Run Bridge 2, Ross Township – Bridge'),(31710,754,'_locations_31_title','field_5683f2aadcba2'),(31711,754,'locations_31_image',''),(31712,754,'_locations_31_image','field_568439ed8109d'),(31713,754,'locations_31_description',''),(31714,754,'_locations_31_description','field_5683f2b1dcba3'),(31715,754,'locations','32'),(31716,754,'_locations','field_5683f253a5dba'),(31717,347,'locations_31_location','a:3:{s:7:\"address\";s:21:\"40.451854, -80.204526\";s:3:\"lat\";s:10:\"40.4518427\";s:3:\"lng\";s:18:\"-80.20452230000001\";}'),(31718,347,'_locations_31_location','field_5683f288dcba1'),(31719,347,'locations_31_title','Montour Run Bridge 13, Findlay Township – Bridge'),(31720,347,'_locations_31_title','field_5683f2aadcba2'),(31721,347,'locations_31_image',''),(31722,347,'_locations_31_image','field_568439ed8109d'),(31723,347,'locations_31_description',''),(31724,347,'_locations_31_description','field_5683f2b1dcba3'),(31725,755,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(31726,755,'_locations_0_location','field_5683f288dcba1'),(31727,755,'locations_0_title','SR0028, All sections'),(31728,755,'_locations_0_title','field_5683f2aadcba2'),(31729,755,'locations_0_image',''),(31730,755,'_locations_0_image','field_568439ed8109d'),(31731,755,'locations_0_description',''),(31732,755,'_locations_0_description','field_5683f2b1dcba3'),(31733,755,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(31734,755,'_locations_1_location','field_5683f288dcba1'),(31735,755,'locations_1_title','286, A09 – Golden Mile'),(31736,755,'_locations_1_title','field_5683f2aadcba2'),(31737,755,'locations_1_image',''),(31738,755,'_locations_1_image','field_568439ed8109d'),(31739,755,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(31740,755,'_locations_1_description','field_5683f2b1dcba3'),(31741,755,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(31742,755,'_locations_2_location','field_5683f288dcba1'),(31743,755,'locations_2_title','2040, A18 – Curry Hollow'),(31744,755,'_locations_2_title','field_5683f2aadcba2'),(31745,755,'locations_2_image',''),(31746,755,'_locations_2_image','field_568439ed8109d'),(31747,755,'locations_2_description',''),(31748,755,'_locations_2_description','field_5683f2b1dcba3'),(31749,755,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(31750,755,'_locations_3_location','field_5683f288dcba1'),(31751,755,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(31752,755,'_locations_3_title','field_5683f2aadcba2'),(31753,755,'locations_3_image',''),(31754,755,'_locations_3_image','field_568439ed8109d'),(31755,755,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(31756,755,'_locations_3_description','field_5683f2b1dcba3'),(31757,755,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(31758,755,'_locations_4_location','field_5683f288dcba1'),(31759,755,'locations_4_title','Duncan Avenue – Hampton Twp.'),(31760,755,'_locations_4_title','field_5683f2aadcba2'),(31761,755,'locations_4_image',''),(31762,755,'_locations_4_image','field_568439ed8109d'),(31763,755,'locations_4_description',''),(31764,755,'_locations_4_description','field_5683f2b1dcba3'),(31765,755,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(31766,755,'_locations_5_location','field_5683f288dcba1'),(31767,755,'locations_5_title','Pine Creek Road – McCandless'),(31768,755,'_locations_5_title','field_5683f2aadcba2'),(31769,755,'locations_5_image',''),(31770,755,'_locations_5_image','field_568439ed8109d'),(31771,755,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(31772,755,'_locations_5_description','field_5683f2b1dcba3'),(31773,755,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(31774,755,'_locations_6_location','field_5683f288dcba1'),(31775,755,'locations_6_title','Brewhouse – Trek Development'),(31776,755,'_locations_6_title','field_5683f2aadcba2'),(31777,755,'locations_6_image',''),(31778,755,'_locations_6_image','field_568439ed8109d'),(31779,755,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(31780,755,'_locations_6_description','field_5683f2b1dcba3'),(31781,755,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(31782,755,'_locations_7_location','field_5683f288dcba1'),(31783,755,'locations_7_title','Ewalt Road – Richland Twp.'),(31784,755,'_locations_7_title','field_5683f2aadcba2'),(31785,755,'locations_7_image',''),(31786,755,'_locations_7_image','field_568439ed8109d'),(31787,755,'locations_7_description',''),(31788,755,'_locations_7_description','field_5683f2b1dcba3'),(31789,755,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.625521, -79.941837\";s:3:\"lat\";s:10:\"40.6255198\";s:3:\"lng\";s:10:\"-79.941822\";}'),(31790,755,'_locations_8_location','field_5683f288dcba1'),(31791,755,'locations_8_title','Ewalt Road – Richland Twp.'),(31792,755,'_locations_8_title','field_5683f2aadcba2'),(31793,755,'locations_8_image',''),(31794,755,'_locations_8_image','field_568439ed8109d'),(31795,755,'locations_8_description',''),(31796,755,'_locations_8_description','field_5683f2b1dcba3'),(31797,755,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(31798,755,'_locations_9_location','field_5683f288dcba1'),(31799,755,'locations_9_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(31800,755,'_locations_9_title','field_5683f2aadcba2'),(31801,755,'locations_9_image',''),(31802,755,'_locations_9_image','field_568439ed8109d'),(31803,755,'locations_9_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(31804,755,'_locations_9_description','field_5683f2b1dcba3'),(31805,755,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.425708, -79.805807\";s:3:\"lat\";s:10:\"40.4256461\";s:3:\"lng\";s:18:\"-79.80576589999998\";}'),(31806,755,'_locations_10_location','field_5683f288dcba1'),(31807,755,'locations_10_title','State Route 2065, Section A07'),(31808,755,'_locations_10_title','field_5683f2aadcba2'),(31809,755,'locations_10_image',''),(31810,755,'_locations_10_image','field_568439ed8109d'),(31811,755,'locations_10_description',''),(31812,755,'_locations_10_description','field_5683f2b1dcba3'),(31813,755,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.354856, -80.118393\";s:3:\"lat\";s:10:\"40.3527492\";s:3:\"lng\";s:18:\"-80.11776529999997\";}'),(31814,755,'_locations_11_location','field_5683f288dcba1'),(31815,755,'locations_11_title','Southern Beltway Section C – New Roadway Construction'),(31816,755,'_locations_11_title','field_5683f2aadcba2'),(31817,755,'locations_11_image',''),(31818,755,'_locations_11_image','field_568439ed8109d'),(31819,755,'locations_11_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 18 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(31820,755,'_locations_11_description','field_5683f2b1dcba3'),(31821,755,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.509371, -80.256419\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(31822,755,'_locations_12_location','field_5683f288dcba1'),(31823,755,'locations_12_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(31824,755,'_locations_12_title','field_5683f2aadcba2'),(31825,755,'locations_12_image','671'),(31826,755,'_locations_12_image','field_568439ed8109d'),(31827,755,'locations_12_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(31828,755,'_locations_12_description','field_5683f2b1dcba3'),(31829,755,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.590450, -79.888763\";s:3:\"lat\";s:10:\"40.5943712\";s:3:\"lng\";s:18:\"-79.89597279999998\";}'),(31830,755,'_locations_13_location','field_5683f288dcba1'),(31831,755,'locations_13_title','MP 40-48 – Hampton Township – Highway Widening'),(31832,755,'_locations_13_title','field_5683f2aadcba2'),(31833,755,'locations_13_image',''),(31834,755,'_locations_13_image','field_568439ed8109d'),(31835,755,'locations_13_description','This project is for mainline reconstruction and bridge replacement and is affecting 71 properties and resulting in the relocation of 1 resident in the Townships of Harmar and Indiana, Allegheny County.'),(31836,755,'_locations_13_description','field_5683f2b1dcba3'),(31837,755,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.392019, -80.077682\";s:3:\"lat\";s:17:\"40.39202119999999\";s:3:\"lng\";s:18:\"-80.07767890000002\";}'),(31838,755,'_locations_14_location','field_5683f288dcba1'),(31839,755,'locations_14_title','Georges Run Bridge No. 1, Carnegie PA – Bridge'),(31840,755,'_locations_14_title','field_5683f2aadcba2'),(31841,755,'locations_14_image',''),(31842,755,'_locations_14_image','field_568439ed8109d'),(31843,755,'locations_14_description','This project is for a small bridge replacement and is affecting 4 properties in the Township of Scott, Allegheny County.'),(31844,755,'_locations_14_description','field_5683f2b1dcba3'),(31845,755,'locations_15_location','a:3:{s:7:\"address\";s:21:\"40.386279, -79.894258\";s:3:\"lat\";s:10:\"40.3862842\";s:3:\"lng\";s:18:\"-79.89425510000001\";}'),(31846,755,'_locations_15_location','field_5683f288dcba1'),(31847,755,'locations_15_title','Homeville Creek Bridge 7, West Mifflin PA – Bridge'),(31848,755,'_locations_15_title','field_5683f2aadcba2'),(31849,755,'locations_15_image',''),(31850,755,'_locations_15_image','field_568439ed8109d'),(31851,755,'locations_15_description','This project is for a small bridge replacement and is affecting 7 properties in the Borough of Munhall, Allegheny County.'),(31852,755,'_locations_15_description','field_5683f2b1dcba3'),(31853,755,'locations_16_location','a:3:{s:7:\"address\";s:21:\"40.396380, -79.895244\";s:3:\"lat\";s:10:\"40.3963432\";s:3:\"lng\";s:18:\"-79.89543119999996\";}'),(31854,755,'_locations_16_location','field_5683f288dcba1'),(31855,755,'locations_16_title','Homeville Creek Bridge 10 – West Mifflin PA - Bridge'),(31856,755,'_locations_16_title','field_5683f2aadcba2'),(31857,755,'locations_16_image','727'),(31858,755,'_locations_16_image','field_568439ed8109d'),(31859,755,'locations_16_description','This project was for a small bridge replacement and affected 7 properties in the Borough of Munhall, Allegheny County.'),(31860,755,'_locations_16_description','field_5683f2b1dcba3'),(31861,755,'locations_17_location','a:3:{s:7:\"address\";s:21:\"40.329286, -79.987406\";s:3:\"lat\";s:10:\"40.3292857\";s:3:\"lng\";s:18:\"-79.98741289999998\";}'),(31862,755,'_locations_17_location','field_5683f288dcba1'),(31863,755,'locations_17_title','Licks Run Bridge 9, South Park – PA – Bridge'),(31864,755,'_locations_17_title','field_5683f2aadcba2'),(31865,755,'locations_17_image','730'),(31866,755,'_locations_17_image','field_568439ed8109d'),(31867,755,'locations_17_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(31868,755,'_locations_17_description','field_5683f2b1dcba3'),(31869,755,'locations_18_location','a:3:{s:7:\"address\";s:21:\"40.329261, -79.988204\";s:3:\"lat\";s:9:\"40.329261\";s:3:\"lng\";s:10:\"-79.988205\";}'),(31870,755,'_locations_18_location','field_5683f288dcba1'),(31871,755,'locations_18_title','Licks Run Bridge 10, South Park – PA - Bridge'),(31872,755,'_locations_18_title','field_5683f2aadcba2'),(31873,755,'locations_18_image','730'),(31874,755,'_locations_18_image','field_568439ed8109d'),(31875,755,'locations_18_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(31876,755,'_locations_18_description','field_5683f2b1dcba3'),(31877,755,'locations_19_location','a:3:{s:7:\"address\";s:21:\"40.515624, -80.009959\";s:3:\"lat\";s:10:\"40.5156082\";s:3:\"lng\";s:18:\"-80.00994129999998\";}'),(31878,755,'_locations_19_location','field_5683f288dcba1'),(31879,755,'locations_19_title','Girtys Run Bridge 14'),(31880,755,'_locations_19_title','field_5683f2aadcba2'),(31881,755,'locations_19_image','733'),(31882,755,'_locations_19_image','field_568439ed8109d'),(31883,755,'locations_19_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(31884,755,'_locations_19_description','field_5683f2b1dcba3'),(31885,755,'locations_20_location','a:3:{s:7:\"address\";s:21:\"40.488268, -80.045947\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(31886,755,'_locations_20_location','field_5683f288dcba1'),(31887,755,'locations_20_title','Jacks Run 3 – Bellevue, PA – Bridge Replacement'),(31888,755,'_locations_20_title','field_5683f2aadcba2'),(31889,755,'locations_20_image','735'),(31890,755,'_locations_20_image','field_568439ed8109d'),(31891,755,'locations_20_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(31892,755,'_locations_20_description','field_5683f2b1dcba3'),(31893,755,'locations_21_location','a:3:{s:7:\"address\";s:21:\"40.330826, -79.986892\";s:3:\"lat\";s:10:\"40.3307469\";s:3:\"lng\";s:18:\"-79.98678430000001\";}'),(31894,755,'_locations_21_location','field_5683f288dcba1'),(31895,755,'locations_21_title','Brownsville to Broughton, South Park PA, intersection improvements and realignment'),(31896,755,'_locations_21_title','field_5683f2aadcba2'),(31897,755,'locations_21_image',''),(31898,755,'_locations_21_image','field_568439ed8109d'),(31899,755,'locations_21_description',''),(31900,755,'_locations_21_description','field_5683f2b1dcba3'),(31901,755,'locations_22_location','a:3:{s:7:\"address\";s:21:\"40.651302, -79.799610\";s:3:\"lat\";s:9:\"40.651344\";s:3:\"lng\";s:18:\"-79.80019399999998\";}'),(31902,755,'_locations_22_location','field_5683f288dcba1'),(31903,755,'locations_22_title','Bull Creek Bridge No. 6 – Fawn Township – Bridge'),(31904,755,'_locations_22_title','field_5683f2aadcba2'),(31905,755,'locations_22_image',''),(31906,755,'_locations_22_image','field_568439ed8109d'),(31907,755,'locations_22_description','This project is for a small bridge replacement and is affecting 9 properties in the Township of Fawn, Allegheny County.'),(31908,755,'_locations_22_description','field_5683f2b1dcba3'),(31909,755,'locations_23_location','a:3:{s:7:\"address\";s:21:\"40.662745, -79.817800\";s:3:\"lat\";s:9:\"40.663536\";s:3:\"lng\";s:10:\"-79.819073\";}'),(31910,755,'_locations_23_location','field_5683f288dcba1'),(31911,755,'locations_23_title','Bull Creek Bridge No. 9 – West Deer Township – Bridge'),(31912,755,'_locations_23_title','field_5683f2aadcba2'),(31913,755,'locations_23_image',''),(31914,755,'_locations_23_image','field_568439ed8109d'),(31915,755,'locations_23_description','This project is for a small bridge replacement and is affecting 2 properties in the Township of West Deer, Allegheny County.'),(31916,755,'_locations_23_description','field_5683f2b1dcba3'),(31917,755,'locations_24_location','a:3:{s:7:\"address\";s:21:\"40.620209, -79.833885\";s:3:\"lat\";s:10:\"40.6202319\";s:3:\"lng\";s:18:\"-79.83386789999997\";}'),(31918,755,'_locations_24_location','field_5683f288dcba1'),(31919,755,'locations_24_title','Little Deer Creek DL06 – West Deer Township – Bridge Replacement'),(31920,755,'_locations_24_title','field_5683f2aadcba2'),(31921,755,'locations_24_image','740'),(31922,755,'_locations_24_image','field_568439ed8109d'),(31923,755,'locations_24_description','This project was for a small bridge replacement and affected properties in the Township of Russellton, Allegheny County.'),(31924,755,'_locations_24_description','field_5683f2b1dcba3'),(31925,755,'locations_25_location','a:3:{s:7:\"address\";s:21:\"40.620213, -79.833892\";s:3:\"lat\";s:10:\"40.6202352\";s:3:\"lng\";s:18:\"-79.83387549999998\";}'),(31926,755,'_locations_25_location','field_5683f288dcba1'),(31927,755,'locations_25_title','Turtle Creek Bridge 6 – Turtle Creek PA'),(31928,755,'_locations_25_title','field_5683f2aadcba2'),(31929,755,'locations_25_image','742'),(31930,755,'_locations_25_image','field_568439ed8109d'),(31931,755,'locations_25_description','This project is for a mid-sized bridge replacement and is affecting 5 properties in the Borough of Turtle Creek, Allegheny County.'),(31932,755,'_locations_25_description','field_5683f2b1dcba3'),(31933,755,'locations_26_location','a:3:{s:7:\"address\";s:21:\"40.488263, -80.045950\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(31934,755,'_locations_26_location','field_5683f288dcba1'),(31935,755,'locations_26_title','Jacks Run 1, Bellevue and the City of Pittsburgh'),(31936,755,'_locations_26_title','field_5683f2aadcba2'),(31937,755,'locations_26_image','744'),(31938,755,'_locations_26_image','field_568439ed8109d'),(31939,755,'locations_26_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(31940,755,'_locations_26_description','field_5683f2b1dcba3'),(31941,755,'locations_27_location','a:3:{s:7:\"address\";s:21:\"40.541799, -80.247918\";s:3:\"lat\";s:10:\"40.5417824\";s:3:\"lng\";s:11:\"-80.2479169\";}'),(31942,755,'_locations_27_location','field_5683f288dcba1'),(31943,755,'locations_27_title','Boggs Run Bridge 1 – Moon Township'),(31944,755,'_locations_27_title','field_5683f2aadcba2'),(31945,755,'locations_27_image','746'),(31946,755,'_locations_27_image','field_568439ed8109d'),(31947,755,'locations_27_description','This project was for a small bridge replacement and affected 2 properties in the Township of Moon, Allegheny County.'),(31948,755,'_locations_27_description','field_5683f2b1dcba3'),(31949,755,'locations_28_location','a:3:{s:7:\"address\";s:21:\"40.549801, -79.997772\";s:3:\"lat\";s:9:\"40.549733\";s:3:\"lng\";s:18:\"-79.99820799999998\";}'),(31950,755,'_locations_28_location','field_5683f288dcba1'),(31951,755,'locations_28_title','Pine Creek Bridge 1 – Ross Township – Bridge'),(31952,755,'_locations_28_title','field_5683f2aadcba2'),(31953,755,'locations_28_image','749'),(31954,755,'_locations_28_image','field_568439ed8109d'),(31955,755,'locations_28_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(31956,755,'_locations_28_description','field_5683f2b1dcba3'),(31957,755,'locations_29_location','a:3:{s:7:\"address\";s:21:\"40.513209, -79.952573\";s:3:\"lat\";s:10:\"40.5132141\";s:3:\"lng\";s:18:\"-79.95257859999998\";}'),(31958,755,'_locations_29_location','field_5683f288dcba1'),(31959,755,'locations_29_title','Pine Creek Bridge 11 – Glenshaw PA – Bridge'),(31960,755,'_locations_29_title','field_5683f2aadcba2'),(31961,755,'locations_29_image',''),(31962,755,'_locations_29_image','field_568439ed8109d'),(31963,755,'locations_29_description',''),(31964,755,'_locations_29_description','field_5683f2b1dcba3'),(31965,755,'locations_30_location','a:3:{s:7:\"address\";s:21:\"40.518356, -79.992893\";s:3:\"lat\";s:10:\"40.5183459\";s:3:\"lng\";s:11:\"-79.9928827\";}'),(31966,755,'_locations_30_location','field_5683f288dcba1'),(31967,755,'locations_30_title','Thompson Run Bridge 1, Ross Township – Bridge'),(31968,755,'_locations_30_title','field_5683f2aadcba2'),(31969,755,'locations_30_image',''),(31970,755,'_locations_30_image','field_568439ed8109d'),(31971,755,'locations_30_description',''),(31972,755,'_locations_30_description','field_5683f2b1dcba3'),(31973,755,'locations_31_location','a:3:{s:7:\"address\";s:21:\"40.512503, -79.993398\";s:3:\"lat\";s:10:\"40.5125049\";s:3:\"lng\";s:18:\"-79.99341290000001\";}'),(31974,755,'_locations_31_location','field_5683f288dcba1'),(31975,755,'locations_31_title','Thompson Run Bridge 2, Ross Township – Bridge'),(31976,755,'_locations_31_title','field_5683f2aadcba2'),(31977,755,'locations_31_image',''),(31978,755,'_locations_31_image','field_568439ed8109d'),(31979,755,'locations_31_description',''),(31980,755,'_locations_31_description','field_5683f2b1dcba3'),(31981,755,'locations_32_location','a:3:{s:7:\"address\";s:21:\"40.451854, -80.204526\";s:3:\"lat\";s:10:\"40.4518427\";s:3:\"lng\";s:18:\"-80.20452230000001\";}'),(31982,755,'_locations_32_location','field_5683f288dcba1'),(31983,755,'locations_32_title','Montour Run Bridge 13, Findlay Township – Bridge'),(31984,755,'_locations_32_title','field_5683f2aadcba2'),(31985,755,'locations_32_image',''),(31986,755,'_locations_32_image','field_568439ed8109d'),(31987,755,'locations_32_description',''),(31988,755,'_locations_32_description','field_5683f2b1dcba3'),(31989,755,'locations','33'),(31990,755,'_locations','field_5683f253a5dba'),(31991,347,'locations_32_location','a:3:{s:7:\"address\";s:21:\"40.387729, -80.157101\";s:3:\"lat\";s:9:\"40.387271\";s:3:\"lng\";s:18:\"-80.15843699999999\";}'),(31992,347,'_locations_32_location','field_5683f288dcba1'),(31993,347,'locations_32_title','Thompson Run Bridge 10 – Collier – Bridge'),(31994,347,'_locations_32_title','field_5683f2aadcba2'),(31995,347,'locations_32_image',''),(31996,347,'_locations_32_image','field_568439ed8109d'),(31997,347,'locations_32_description',''),(31998,347,'_locations_32_description','field_5683f2b1dcba3'),(31999,756,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(32000,756,'_locations_0_location','field_5683f288dcba1'),(32001,756,'locations_0_title','SR0028, All sections'),(32002,756,'_locations_0_title','field_5683f2aadcba2'),(32003,756,'locations_0_image',''),(32004,756,'_locations_0_image','field_568439ed8109d'),(32005,756,'locations_0_description',''),(32006,756,'_locations_0_description','field_5683f2b1dcba3'),(32007,756,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(32008,756,'_locations_1_location','field_5683f288dcba1'),(32009,756,'locations_1_title','286, A09 – Golden Mile'),(32010,756,'_locations_1_title','field_5683f2aadcba2'),(32011,756,'locations_1_image',''),(32012,756,'_locations_1_image','field_568439ed8109d'),(32013,756,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(32014,756,'_locations_1_description','field_5683f2b1dcba3'),(32015,756,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(32016,756,'_locations_2_location','field_5683f288dcba1'),(32017,756,'locations_2_title','2040, A18 – Curry Hollow'),(32018,756,'_locations_2_title','field_5683f2aadcba2'),(32019,756,'locations_2_image',''),(32020,756,'_locations_2_image','field_568439ed8109d'),(32021,756,'locations_2_description',''),(32022,756,'_locations_2_description','field_5683f2b1dcba3'),(32023,756,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(32024,756,'_locations_3_location','field_5683f288dcba1'),(32025,756,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(32026,756,'_locations_3_title','field_5683f2aadcba2'),(32027,756,'locations_3_image',''),(32028,756,'_locations_3_image','field_568439ed8109d'),(32029,756,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(32030,756,'_locations_3_description','field_5683f2b1dcba3'),(32031,756,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(32032,756,'_locations_4_location','field_5683f288dcba1'),(32033,756,'locations_4_title','Duncan Avenue – Hampton Twp.'),(32034,756,'_locations_4_title','field_5683f2aadcba2'),(32035,756,'locations_4_image',''),(32036,756,'_locations_4_image','field_568439ed8109d'),(32037,756,'locations_4_description',''),(32038,756,'_locations_4_description','field_5683f2b1dcba3'),(32039,756,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(32040,756,'_locations_5_location','field_5683f288dcba1'),(32041,756,'locations_5_title','Pine Creek Road – McCandless'),(32042,756,'_locations_5_title','field_5683f2aadcba2'),(32043,756,'locations_5_image',''),(32044,756,'_locations_5_image','field_568439ed8109d'),(32045,756,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(32046,756,'_locations_5_description','field_5683f2b1dcba3'),(32047,756,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(32048,756,'_locations_6_location','field_5683f288dcba1'),(32049,756,'locations_6_title','Brewhouse – Trek Development'),(32050,756,'_locations_6_title','field_5683f2aadcba2'),(32051,756,'locations_6_image',''),(32052,756,'_locations_6_image','field_568439ed8109d'),(32053,756,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(32054,756,'_locations_6_description','field_5683f2b1dcba3'),(32055,756,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(32056,756,'_locations_7_location','field_5683f288dcba1'),(32057,756,'locations_7_title','Ewalt Road – Richland Twp.'),(32058,756,'_locations_7_title','field_5683f2aadcba2'),(32059,756,'locations_7_image',''),(32060,756,'_locations_7_image','field_568439ed8109d'),(32061,756,'locations_7_description',''),(32062,756,'_locations_7_description','field_5683f2b1dcba3'),(32063,756,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.625521, -79.941837\";s:3:\"lat\";s:10:\"40.6255198\";s:3:\"lng\";s:10:\"-79.941822\";}'),(32064,756,'_locations_8_location','field_5683f288dcba1'),(32065,756,'locations_8_title','Ewalt Road – Richland Twp.'),(32066,756,'_locations_8_title','field_5683f2aadcba2'),(32067,756,'locations_8_image',''),(32068,756,'_locations_8_image','field_568439ed8109d'),(32069,756,'locations_8_description',''),(32070,756,'_locations_8_description','field_5683f2b1dcba3'),(32071,756,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(32072,756,'_locations_9_location','field_5683f288dcba1'),(32073,756,'locations_9_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(32074,756,'_locations_9_title','field_5683f2aadcba2'),(32075,756,'locations_9_image',''),(32076,756,'_locations_9_image','field_568439ed8109d'),(32077,756,'locations_9_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(32078,756,'_locations_9_description','field_5683f2b1dcba3'),(32079,756,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.425708, -79.805807\";s:3:\"lat\";s:10:\"40.4256461\";s:3:\"lng\";s:18:\"-79.80576589999998\";}'),(32080,756,'_locations_10_location','field_5683f288dcba1'),(32081,756,'locations_10_title','State Route 2065, Section A07'),(32082,756,'_locations_10_title','field_5683f2aadcba2'),(32083,756,'locations_10_image',''),(32084,756,'_locations_10_image','field_568439ed8109d'),(32085,756,'locations_10_description',''),(32086,756,'_locations_10_description','field_5683f2b1dcba3'),(32087,756,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.354856, -80.118393\";s:3:\"lat\";s:10:\"40.3527492\";s:3:\"lng\";s:18:\"-80.11776529999997\";}'),(32088,756,'_locations_11_location','field_5683f288dcba1'),(32089,756,'locations_11_title','Southern Beltway Section C – New Roadway Construction'),(32090,756,'_locations_11_title','field_5683f2aadcba2'),(32091,756,'locations_11_image',''),(32092,756,'_locations_11_image','field_568439ed8109d'),(32093,756,'locations_11_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 18 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(32094,756,'_locations_11_description','field_5683f2b1dcba3'),(32095,756,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.509371, -80.256419\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(32096,756,'_locations_12_location','field_5683f288dcba1'),(32097,756,'locations_12_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(32098,756,'_locations_12_title','field_5683f2aadcba2'),(32099,756,'locations_12_image','671'),(32100,756,'_locations_12_image','field_568439ed8109d'),(32101,756,'locations_12_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(32102,756,'_locations_12_description','field_5683f2b1dcba3'),(32103,756,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.590450, -79.888763\";s:3:\"lat\";s:10:\"40.5943712\";s:3:\"lng\";s:18:\"-79.89597279999998\";}'),(32104,756,'_locations_13_location','field_5683f288dcba1'),(32105,756,'locations_13_title','MP 40-48 – Hampton Township – Highway Widening'),(32106,756,'_locations_13_title','field_5683f2aadcba2'),(32107,756,'locations_13_image',''),(32108,756,'_locations_13_image','field_568439ed8109d'),(32109,756,'locations_13_description','This project is for mainline reconstruction and bridge replacement and is affecting 71 properties and resulting in the relocation of 1 resident in the Townships of Harmar and Indiana, Allegheny County.'),(32110,756,'_locations_13_description','field_5683f2b1dcba3'),(32111,756,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.392019, -80.077682\";s:3:\"lat\";s:17:\"40.39202119999999\";s:3:\"lng\";s:18:\"-80.07767890000002\";}'),(32112,756,'_locations_14_location','field_5683f288dcba1'),(32113,756,'locations_14_title','Georges Run Bridge No. 1, Carnegie PA – Bridge'),(32114,756,'_locations_14_title','field_5683f2aadcba2'),(32115,756,'locations_14_image',''),(32116,756,'_locations_14_image','field_568439ed8109d'),(32117,756,'locations_14_description','This project is for a small bridge replacement and is affecting 4 properties in the Township of Scott, Allegheny County.'),(32118,756,'_locations_14_description','field_5683f2b1dcba3'),(32119,756,'locations_15_location','a:3:{s:7:\"address\";s:21:\"40.386279, -79.894258\";s:3:\"lat\";s:10:\"40.3862842\";s:3:\"lng\";s:18:\"-79.89425510000001\";}'),(32120,756,'_locations_15_location','field_5683f288dcba1'),(32121,756,'locations_15_title','Homeville Creek Bridge 7, West Mifflin PA – Bridge'),(32122,756,'_locations_15_title','field_5683f2aadcba2'),(32123,756,'locations_15_image',''),(32124,756,'_locations_15_image','field_568439ed8109d'),(32125,756,'locations_15_description','This project is for a small bridge replacement and is affecting 7 properties in the Borough of Munhall, Allegheny County.'),(32126,756,'_locations_15_description','field_5683f2b1dcba3'),(32127,756,'locations_16_location','a:3:{s:7:\"address\";s:21:\"40.396380, -79.895244\";s:3:\"lat\";s:10:\"40.3963432\";s:3:\"lng\";s:18:\"-79.89543119999996\";}'),(32128,756,'_locations_16_location','field_5683f288dcba1'),(32129,756,'locations_16_title','Homeville Creek Bridge 10 – West Mifflin PA - Bridge'),(32130,756,'_locations_16_title','field_5683f2aadcba2'),(32131,756,'locations_16_image','727'),(32132,756,'_locations_16_image','field_568439ed8109d'),(32133,756,'locations_16_description','This project was for a small bridge replacement and affected 7 properties in the Borough of Munhall, Allegheny County.'),(32134,756,'_locations_16_description','field_5683f2b1dcba3'),(32135,756,'locations_17_location','a:3:{s:7:\"address\";s:21:\"40.329286, -79.987406\";s:3:\"lat\";s:10:\"40.3292857\";s:3:\"lng\";s:18:\"-79.98741289999998\";}'),(32136,756,'_locations_17_location','field_5683f288dcba1'),(32137,756,'locations_17_title','Licks Run Bridge 9, South Park – PA – Bridge'),(32138,756,'_locations_17_title','field_5683f2aadcba2'),(32139,756,'locations_17_image','730'),(32140,756,'_locations_17_image','field_568439ed8109d'),(32141,756,'locations_17_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(32142,756,'_locations_17_description','field_5683f2b1dcba3'),(32143,756,'locations_18_location','a:3:{s:7:\"address\";s:21:\"40.329261, -79.988204\";s:3:\"lat\";s:9:\"40.329261\";s:3:\"lng\";s:10:\"-79.988205\";}'),(32144,756,'_locations_18_location','field_5683f288dcba1'),(32145,756,'locations_18_title','Licks Run Bridge 10, South Park – PA - Bridge'),(32146,756,'_locations_18_title','field_5683f2aadcba2'),(32147,756,'locations_18_image','730'),(32148,756,'_locations_18_image','field_568439ed8109d'),(32149,756,'locations_18_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(32150,756,'_locations_18_description','field_5683f2b1dcba3'),(32151,756,'locations_19_location','a:3:{s:7:\"address\";s:21:\"40.515624, -80.009959\";s:3:\"lat\";s:10:\"40.5156082\";s:3:\"lng\";s:18:\"-80.00994129999998\";}'),(32152,756,'_locations_19_location','field_5683f288dcba1'),(32153,756,'locations_19_title','Girtys Run Bridge 14'),(32154,756,'_locations_19_title','field_5683f2aadcba2'),(32155,756,'locations_19_image','733'),(32156,756,'_locations_19_image','field_568439ed8109d'),(32157,756,'locations_19_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(32158,756,'_locations_19_description','field_5683f2b1dcba3'),(32159,756,'locations_20_location','a:3:{s:7:\"address\";s:21:\"40.488268, -80.045947\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(32160,756,'_locations_20_location','field_5683f288dcba1'),(32161,756,'locations_20_title','Jacks Run 3 – Bellevue, PA – Bridge Replacement'),(32162,756,'_locations_20_title','field_5683f2aadcba2'),(32163,756,'locations_20_image','735'),(32164,756,'_locations_20_image','field_568439ed8109d'),(32165,756,'locations_20_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(32166,756,'_locations_20_description','field_5683f2b1dcba3'),(32167,756,'locations_21_location','a:3:{s:7:\"address\";s:21:\"40.330826, -79.986892\";s:3:\"lat\";s:10:\"40.3307469\";s:3:\"lng\";s:18:\"-79.98678430000001\";}'),(32168,756,'_locations_21_location','field_5683f288dcba1'),(32169,756,'locations_21_title','Brownsville to Broughton, South Park PA, intersection improvements and realignment'),(32170,756,'_locations_21_title','field_5683f2aadcba2'),(32171,756,'locations_21_image',''),(32172,756,'_locations_21_image','field_568439ed8109d'),(32173,756,'locations_21_description',''),(32174,756,'_locations_21_description','field_5683f2b1dcba3'),(32175,756,'locations_22_location','a:3:{s:7:\"address\";s:21:\"40.651302, -79.799610\";s:3:\"lat\";s:9:\"40.651344\";s:3:\"lng\";s:18:\"-79.80019399999998\";}'),(32176,756,'_locations_22_location','field_5683f288dcba1'),(32177,756,'locations_22_title','Bull Creek Bridge No. 6 – Fawn Township – Bridge'),(32178,756,'_locations_22_title','field_5683f2aadcba2'),(32179,756,'locations_22_image',''),(32180,756,'_locations_22_image','field_568439ed8109d'),(32181,756,'locations_22_description','This project is for a small bridge replacement and is affecting 9 properties in the Township of Fawn, Allegheny County.'),(32182,756,'_locations_22_description','field_5683f2b1dcba3'),(32183,756,'locations_23_location','a:3:{s:7:\"address\";s:21:\"40.662745, -79.817800\";s:3:\"lat\";s:9:\"40.663536\";s:3:\"lng\";s:10:\"-79.819073\";}'),(32184,756,'_locations_23_location','field_5683f288dcba1'),(32185,756,'locations_23_title','Bull Creek Bridge No. 9 – West Deer Township – Bridge'),(32186,756,'_locations_23_title','field_5683f2aadcba2'),(32187,756,'locations_23_image',''),(32188,756,'_locations_23_image','field_568439ed8109d'),(32189,756,'locations_23_description','This project is for a small bridge replacement and is affecting 2 properties in the Township of West Deer, Allegheny County.'),(32190,756,'_locations_23_description','field_5683f2b1dcba3'),(32191,756,'locations_24_location','a:3:{s:7:\"address\";s:21:\"40.620209, -79.833885\";s:3:\"lat\";s:10:\"40.6202319\";s:3:\"lng\";s:18:\"-79.83386789999997\";}'),(32192,756,'_locations_24_location','field_5683f288dcba1'),(32193,756,'locations_24_title','Little Deer Creek DL06 – West Deer Township – Bridge Replacement'),(32194,756,'_locations_24_title','field_5683f2aadcba2'),(32195,756,'locations_24_image','740'),(32196,756,'_locations_24_image','field_568439ed8109d'),(32197,756,'locations_24_description','This project was for a small bridge replacement and affected properties in the Township of Russellton, Allegheny County.'),(32198,756,'_locations_24_description','field_5683f2b1dcba3'),(32199,756,'locations_25_location','a:3:{s:7:\"address\";s:21:\"40.620213, -79.833892\";s:3:\"lat\";s:10:\"40.6202352\";s:3:\"lng\";s:18:\"-79.83387549999998\";}'),(32200,756,'_locations_25_location','field_5683f288dcba1'),(32201,756,'locations_25_title','Turtle Creek Bridge 6 – Turtle Creek PA'),(32202,756,'_locations_25_title','field_5683f2aadcba2'),(32203,756,'locations_25_image','742'),(32204,756,'_locations_25_image','field_568439ed8109d'),(32205,756,'locations_25_description','This project is for a mid-sized bridge replacement and is affecting 5 properties in the Borough of Turtle Creek, Allegheny County.'),(32206,756,'_locations_25_description','field_5683f2b1dcba3'),(32207,756,'locations_26_location','a:3:{s:7:\"address\";s:21:\"40.488263, -80.045950\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(32208,756,'_locations_26_location','field_5683f288dcba1'),(32209,756,'locations_26_title','Jacks Run 1, Bellevue and the City of Pittsburgh'),(32210,756,'_locations_26_title','field_5683f2aadcba2'),(32211,756,'locations_26_image','744'),(32212,756,'_locations_26_image','field_568439ed8109d'),(32213,756,'locations_26_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(32214,756,'_locations_26_description','field_5683f2b1dcba3'),(32215,756,'locations_27_location','a:3:{s:7:\"address\";s:21:\"40.541799, -80.247918\";s:3:\"lat\";s:10:\"40.5417824\";s:3:\"lng\";s:11:\"-80.2479169\";}'),(32216,756,'_locations_27_location','field_5683f288dcba1'),(32217,756,'locations_27_title','Boggs Run Bridge 1 – Moon Township'),(32218,756,'_locations_27_title','field_5683f2aadcba2'),(32219,756,'locations_27_image','746'),(32220,756,'_locations_27_image','field_568439ed8109d'),(32221,756,'locations_27_description','This project was for a small bridge replacement and affected 2 properties in the Township of Moon, Allegheny County.'),(32222,756,'_locations_27_description','field_5683f2b1dcba3'),(32223,756,'locations_28_location','a:3:{s:7:\"address\";s:21:\"40.549801, -79.997772\";s:3:\"lat\";s:9:\"40.549733\";s:3:\"lng\";s:18:\"-79.99820799999998\";}'),(32224,756,'_locations_28_location','field_5683f288dcba1'),(32225,756,'locations_28_title','Pine Creek Bridge 1 – Ross Township – Bridge'),(32226,756,'_locations_28_title','field_5683f2aadcba2'),(32227,756,'locations_28_image','749'),(32228,756,'_locations_28_image','field_568439ed8109d'),(32229,756,'locations_28_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(32230,756,'_locations_28_description','field_5683f2b1dcba3'),(32231,756,'locations_29_location','a:3:{s:7:\"address\";s:21:\"40.513209, -79.952573\";s:3:\"lat\";s:10:\"40.5132141\";s:3:\"lng\";s:18:\"-79.95257859999998\";}'),(32232,756,'_locations_29_location','field_5683f288dcba1'),(32233,756,'locations_29_title','Pine Creek Bridge 11 – Glenshaw PA – Bridge'),(32234,756,'_locations_29_title','field_5683f2aadcba2'),(32235,756,'locations_29_image',''),(32236,756,'_locations_29_image','field_568439ed8109d'),(32237,756,'locations_29_description',''),(32238,756,'_locations_29_description','field_5683f2b1dcba3'),(32239,756,'locations_30_location','a:3:{s:7:\"address\";s:21:\"40.518356, -79.992893\";s:3:\"lat\";s:10:\"40.5183459\";s:3:\"lng\";s:11:\"-79.9928827\";}'),(32240,756,'_locations_30_location','field_5683f288dcba1'),(32241,756,'locations_30_title','Thompson Run Bridge 1, Ross Township – Bridge'),(32242,756,'_locations_30_title','field_5683f2aadcba2'),(32243,756,'locations_30_image',''),(32244,756,'_locations_30_image','field_568439ed8109d'),(32245,756,'locations_30_description',''),(32246,756,'_locations_30_description','field_5683f2b1dcba3'),(32247,756,'locations_31_location','a:3:{s:7:\"address\";s:21:\"40.512503, -79.993398\";s:3:\"lat\";s:10:\"40.5125049\";s:3:\"lng\";s:18:\"-79.99341290000001\";}'),(32248,756,'_locations_31_location','field_5683f288dcba1'),(32249,756,'locations_31_title','Thompson Run Bridge 2, Ross Township – Bridge'),(32250,756,'_locations_31_title','field_5683f2aadcba2'),(32251,756,'locations_31_image',''),(32252,756,'_locations_31_image','field_568439ed8109d'),(32253,756,'locations_31_description',''),(32254,756,'_locations_31_description','field_5683f2b1dcba3'),(32255,756,'locations_32_location','a:3:{s:7:\"address\";s:21:\"40.451854, -80.204526\";s:3:\"lat\";s:10:\"40.4518427\";s:3:\"lng\";s:18:\"-80.20452230000001\";}'),(32256,756,'_locations_32_location','field_5683f288dcba1'),(32257,756,'locations_32_title','Montour Run Bridge 13, Findlay Township – Bridge'),(32258,756,'_locations_32_title','field_5683f2aadcba2'),(32259,756,'locations_32_image',''),(32260,756,'_locations_32_image','field_568439ed8109d'),(32261,756,'locations_32_description',''),(32262,756,'_locations_32_description','field_5683f2b1dcba3'),(32263,756,'locations_33_location','a:3:{s:7:\"address\";s:21:\"40.387729, -80.157101\";s:3:\"lat\";s:9:\"40.387271\";s:3:\"lng\";s:18:\"-80.15843699999999\";}'),(32264,756,'_locations_33_location','field_5683f288dcba1'),(32265,756,'locations_33_title','Thompson Run Bridge 10 – Collier – Bridge'),(32266,756,'_locations_33_title','field_5683f2aadcba2'),(32267,756,'locations_33_image',''),(32268,756,'_locations_33_image','field_568439ed8109d'),(32269,756,'locations_33_description',''),(32270,756,'_locations_33_description','field_5683f2b1dcba3'),(32271,756,'locations','34'),(32272,756,'_locations','field_5683f253a5dba'),(32273,347,'locations_33_location','a:3:{s:7:\"address\";s:21:\"40.411953, -79.875847\";s:3:\"lat\";s:10:\"40.4120812\";s:3:\"lng\";s:18:\"-79.87589430000003\";}'),(32274,347,'_locations_33_location','field_5683f288dcba1'),(32275,347,'locations_33_title','Hawkins Village – Rankin, PA - Intersection improvements'),(32276,347,'_locations_33_title','field_5683f2aadcba2'),(32277,347,'locations_33_image',''),(32278,347,'_locations_33_image','field_568439ed8109d'),(32279,347,'locations_33_description',''),(32280,347,'_locations_33_description','field_5683f2b1dcba3'),(32281,757,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(32282,757,'_locations_0_location','field_5683f288dcba1'),(32283,757,'locations_0_title','SR0028, All sections'),(32284,757,'_locations_0_title','field_5683f2aadcba2'),(32285,757,'locations_0_image',''),(32286,757,'_locations_0_image','field_568439ed8109d'),(32287,757,'locations_0_description',''),(32288,757,'_locations_0_description','field_5683f2b1dcba3'),(32289,757,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(32290,757,'_locations_1_location','field_5683f288dcba1'),(32291,757,'locations_1_title','286, A09 – Golden Mile'),(32292,757,'_locations_1_title','field_5683f2aadcba2'),(32293,757,'locations_1_image',''),(32294,757,'_locations_1_image','field_568439ed8109d'),(32295,757,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(32296,757,'_locations_1_description','field_5683f2b1dcba3'),(32297,757,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(32298,757,'_locations_2_location','field_5683f288dcba1'),(32299,757,'locations_2_title','2040, A18 – Curry Hollow'),(32300,757,'_locations_2_title','field_5683f2aadcba2'),(32301,757,'locations_2_image',''),(32302,757,'_locations_2_image','field_568439ed8109d'),(32303,757,'locations_2_description',''),(32304,757,'_locations_2_description','field_5683f2b1dcba3'),(32305,757,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(32306,757,'_locations_3_location','field_5683f288dcba1'),(32307,757,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(32308,757,'_locations_3_title','field_5683f2aadcba2'),(32309,757,'locations_3_image',''),(32310,757,'_locations_3_image','field_568439ed8109d'),(32311,757,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(32312,757,'_locations_3_description','field_5683f2b1dcba3'),(32313,757,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(32314,757,'_locations_4_location','field_5683f288dcba1'),(32315,757,'locations_4_title','Duncan Avenue – Hampton Twp.'),(32316,757,'_locations_4_title','field_5683f2aadcba2'),(32317,757,'locations_4_image',''),(32318,757,'_locations_4_image','field_568439ed8109d'),(32319,757,'locations_4_description',''),(32320,757,'_locations_4_description','field_5683f2b1dcba3'),(32321,757,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(32322,757,'_locations_5_location','field_5683f288dcba1'),(32323,757,'locations_5_title','Pine Creek Road – McCandless'),(32324,757,'_locations_5_title','field_5683f2aadcba2'),(32325,757,'locations_5_image',''),(32326,757,'_locations_5_image','field_568439ed8109d'),(32327,757,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(32328,757,'_locations_5_description','field_5683f2b1dcba3'),(32329,757,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(32330,757,'_locations_6_location','field_5683f288dcba1'),(32331,757,'locations_6_title','Brewhouse – Trek Development'),(32332,757,'_locations_6_title','field_5683f2aadcba2'),(32333,757,'locations_6_image',''),(32334,757,'_locations_6_image','field_568439ed8109d'),(32335,757,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(32336,757,'_locations_6_description','field_5683f2b1dcba3'),(32337,757,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(32338,757,'_locations_7_location','field_5683f288dcba1'),(32339,757,'locations_7_title','Ewalt Road – Richland Twp.'),(32340,757,'_locations_7_title','field_5683f2aadcba2'),(32341,757,'locations_7_image',''),(32342,757,'_locations_7_image','field_568439ed8109d'),(32343,757,'locations_7_description',''),(32344,757,'_locations_7_description','field_5683f2b1dcba3'),(32345,757,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.625521, -79.941837\";s:3:\"lat\";s:10:\"40.6255198\";s:3:\"lng\";s:10:\"-79.941822\";}'),(32346,757,'_locations_8_location','field_5683f288dcba1'),(32347,757,'locations_8_title','Ewalt Road – Richland Twp.'),(32348,757,'_locations_8_title','field_5683f2aadcba2'),(32349,757,'locations_8_image',''),(32350,757,'_locations_8_image','field_568439ed8109d'),(32351,757,'locations_8_description',''),(32352,757,'_locations_8_description','field_5683f2b1dcba3'),(32353,757,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(32354,757,'_locations_9_location','field_5683f288dcba1'),(32355,757,'locations_9_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(32356,757,'_locations_9_title','field_5683f2aadcba2'),(32357,757,'locations_9_image',''),(32358,757,'_locations_9_image','field_568439ed8109d'),(32359,757,'locations_9_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(32360,757,'_locations_9_description','field_5683f2b1dcba3'),(32361,757,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.425708, -79.805807\";s:3:\"lat\";s:10:\"40.4256461\";s:3:\"lng\";s:18:\"-79.80576589999998\";}'),(32362,757,'_locations_10_location','field_5683f288dcba1'),(32363,757,'locations_10_title','State Route 2065, Section A07'),(32364,757,'_locations_10_title','field_5683f2aadcba2'),(32365,757,'locations_10_image',''),(32366,757,'_locations_10_image','field_568439ed8109d'),(32367,757,'locations_10_description',''),(32368,757,'_locations_10_description','field_5683f2b1dcba3'),(32369,757,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.354856, -80.118393\";s:3:\"lat\";s:10:\"40.3527492\";s:3:\"lng\";s:18:\"-80.11776529999997\";}'),(32370,757,'_locations_11_location','field_5683f288dcba1'),(32371,757,'locations_11_title','Southern Beltway Section C – New Roadway Construction'),(32372,757,'_locations_11_title','field_5683f2aadcba2'),(32373,757,'locations_11_image',''),(32374,757,'_locations_11_image','field_568439ed8109d'),(32375,757,'locations_11_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 18 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(32376,757,'_locations_11_description','field_5683f2b1dcba3'),(32377,757,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.509371, -80.256419\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(32378,757,'_locations_12_location','field_5683f288dcba1'),(32379,757,'locations_12_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(32380,757,'_locations_12_title','field_5683f2aadcba2'),(32381,757,'locations_12_image','671'),(32382,757,'_locations_12_image','field_568439ed8109d'),(32383,757,'locations_12_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(32384,757,'_locations_12_description','field_5683f2b1dcba3'),(32385,757,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.590450, -79.888763\";s:3:\"lat\";s:10:\"40.5943712\";s:3:\"lng\";s:18:\"-79.89597279999998\";}'),(32386,757,'_locations_13_location','field_5683f288dcba1'),(32387,757,'locations_13_title','MP 40-48 – Hampton Township – Highway Widening'),(32388,757,'_locations_13_title','field_5683f2aadcba2'),(32389,757,'locations_13_image',''),(32390,757,'_locations_13_image','field_568439ed8109d'),(32391,757,'locations_13_description','This project is for mainline reconstruction and bridge replacement and is affecting 71 properties and resulting in the relocation of 1 resident in the Townships of Harmar and Indiana, Allegheny County.'),(32392,757,'_locations_13_description','field_5683f2b1dcba3'),(32393,757,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.392019, -80.077682\";s:3:\"lat\";s:17:\"40.39202119999999\";s:3:\"lng\";s:18:\"-80.07767890000002\";}'),(32394,757,'_locations_14_location','field_5683f288dcba1'),(32395,757,'locations_14_title','Georges Run Bridge No. 1, Carnegie PA – Bridge'),(32396,757,'_locations_14_title','field_5683f2aadcba2'),(32397,757,'locations_14_image',''),(32398,757,'_locations_14_image','field_568439ed8109d'),(32399,757,'locations_14_description','This project is for a small bridge replacement and is affecting 4 properties in the Township of Scott, Allegheny County.'),(32400,757,'_locations_14_description','field_5683f2b1dcba3'),(32401,757,'locations_15_location','a:3:{s:7:\"address\";s:21:\"40.386279, -79.894258\";s:3:\"lat\";s:10:\"40.3862842\";s:3:\"lng\";s:18:\"-79.89425510000001\";}'),(32402,757,'_locations_15_location','field_5683f288dcba1'),(32403,757,'locations_15_title','Homeville Creek Bridge 7, West Mifflin PA – Bridge'),(32404,757,'_locations_15_title','field_5683f2aadcba2'),(32405,757,'locations_15_image',''),(32406,757,'_locations_15_image','field_568439ed8109d'),(32407,757,'locations_15_description','This project is for a small bridge replacement and is affecting 7 properties in the Borough of Munhall, Allegheny County.'),(32408,757,'_locations_15_description','field_5683f2b1dcba3'),(32409,757,'locations_16_location','a:3:{s:7:\"address\";s:21:\"40.396380, -79.895244\";s:3:\"lat\";s:10:\"40.3963432\";s:3:\"lng\";s:18:\"-79.89543119999996\";}'),(32410,757,'_locations_16_location','field_5683f288dcba1'),(32411,757,'locations_16_title','Homeville Creek Bridge 10 – West Mifflin PA - Bridge'),(32412,757,'_locations_16_title','field_5683f2aadcba2'),(32413,757,'locations_16_image','727'),(32414,757,'_locations_16_image','field_568439ed8109d'),(32415,757,'locations_16_description','This project was for a small bridge replacement and affected 7 properties in the Borough of Munhall, Allegheny County.'),(32416,757,'_locations_16_description','field_5683f2b1dcba3'),(32417,757,'locations_17_location','a:3:{s:7:\"address\";s:21:\"40.329286, -79.987406\";s:3:\"lat\";s:10:\"40.3292857\";s:3:\"lng\";s:18:\"-79.98741289999998\";}'),(32418,757,'_locations_17_location','field_5683f288dcba1'),(32419,757,'locations_17_title','Licks Run Bridge 9, South Park – PA – Bridge'),(32420,757,'_locations_17_title','field_5683f2aadcba2'),(32421,757,'locations_17_image','730'),(32422,757,'_locations_17_image','field_568439ed8109d'),(32423,757,'locations_17_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(32424,757,'_locations_17_description','field_5683f2b1dcba3'),(32425,757,'locations_18_location','a:3:{s:7:\"address\";s:21:\"40.329261, -79.988204\";s:3:\"lat\";s:9:\"40.329261\";s:3:\"lng\";s:10:\"-79.988205\";}'),(32426,757,'_locations_18_location','field_5683f288dcba1'),(32427,757,'locations_18_title','Licks Run Bridge 10, South Park – PA - Bridge'),(32428,757,'_locations_18_title','field_5683f2aadcba2'),(32429,757,'locations_18_image','730'),(32430,757,'_locations_18_image','field_568439ed8109d'),(32431,757,'locations_18_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(32432,757,'_locations_18_description','field_5683f2b1dcba3'),(32433,757,'locations_19_location','a:3:{s:7:\"address\";s:21:\"40.515624, -80.009959\";s:3:\"lat\";s:10:\"40.5156082\";s:3:\"lng\";s:18:\"-80.00994129999998\";}'),(32434,757,'_locations_19_location','field_5683f288dcba1'),(32435,757,'locations_19_title','Girtys Run Bridge 14'),(32436,757,'_locations_19_title','field_5683f2aadcba2'),(32437,757,'locations_19_image','733'),(32438,757,'_locations_19_image','field_568439ed8109d'),(32439,757,'locations_19_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(32440,757,'_locations_19_description','field_5683f2b1dcba3'),(32441,757,'locations_20_location','a:3:{s:7:\"address\";s:21:\"40.488268, -80.045947\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(32442,757,'_locations_20_location','field_5683f288dcba1'),(32443,757,'locations_20_title','Jacks Run 3 – Bellevue, PA – Bridge Replacement'),(32444,757,'_locations_20_title','field_5683f2aadcba2'),(32445,757,'locations_20_image','735'),(32446,757,'_locations_20_image','field_568439ed8109d'),(32447,757,'locations_20_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(32448,757,'_locations_20_description','field_5683f2b1dcba3'),(32449,757,'locations_21_location','a:3:{s:7:\"address\";s:21:\"40.330826, -79.986892\";s:3:\"lat\";s:10:\"40.3307469\";s:3:\"lng\";s:18:\"-79.98678430000001\";}'),(32450,757,'_locations_21_location','field_5683f288dcba1'),(32451,757,'locations_21_title','Brownsville to Broughton, South Park PA, intersection improvements and realignment'),(32452,757,'_locations_21_title','field_5683f2aadcba2'),(32453,757,'locations_21_image',''),(32454,757,'_locations_21_image','field_568439ed8109d'),(32455,757,'locations_21_description',''),(32456,757,'_locations_21_description','field_5683f2b1dcba3'),(32457,757,'locations_22_location','a:3:{s:7:\"address\";s:21:\"40.651302, -79.799610\";s:3:\"lat\";s:9:\"40.651344\";s:3:\"lng\";s:18:\"-79.80019399999998\";}'),(32458,757,'_locations_22_location','field_5683f288dcba1'),(32459,757,'locations_22_title','Bull Creek Bridge No. 6 – Fawn Township – Bridge'),(32460,757,'_locations_22_title','field_5683f2aadcba2'),(32461,757,'locations_22_image',''),(32462,757,'_locations_22_image','field_568439ed8109d'),(32463,757,'locations_22_description','This project is for a small bridge replacement and is affecting 9 properties in the Township of Fawn, Allegheny County.'),(32464,757,'_locations_22_description','field_5683f2b1dcba3'),(32465,757,'locations_23_location','a:3:{s:7:\"address\";s:21:\"40.662745, -79.817800\";s:3:\"lat\";s:9:\"40.663536\";s:3:\"lng\";s:10:\"-79.819073\";}'),(32466,757,'_locations_23_location','field_5683f288dcba1'),(32467,757,'locations_23_title','Bull Creek Bridge No. 9 – West Deer Township – Bridge'),(32468,757,'_locations_23_title','field_5683f2aadcba2'),(32469,757,'locations_23_image',''),(32470,757,'_locations_23_image','field_568439ed8109d'),(32471,757,'locations_23_description','This project is for a small bridge replacement and is affecting 2 properties in the Township of West Deer, Allegheny County.'),(32472,757,'_locations_23_description','field_5683f2b1dcba3'),(32473,757,'locations_24_location','a:3:{s:7:\"address\";s:21:\"40.620209, -79.833885\";s:3:\"lat\";s:10:\"40.6202319\";s:3:\"lng\";s:18:\"-79.83386789999997\";}'),(32474,757,'_locations_24_location','field_5683f288dcba1'),(32475,757,'locations_24_title','Little Deer Creek DL06 – West Deer Township – Bridge Replacement'),(32476,757,'_locations_24_title','field_5683f2aadcba2'),(32477,757,'locations_24_image','740'),(32478,757,'_locations_24_image','field_568439ed8109d'),(32479,757,'locations_24_description','This project was for a small bridge replacement and affected properties in the Township of Russellton, Allegheny County.'),(32480,757,'_locations_24_description','field_5683f2b1dcba3'),(32481,757,'locations_25_location','a:3:{s:7:\"address\";s:21:\"40.620213, -79.833892\";s:3:\"lat\";s:10:\"40.6202352\";s:3:\"lng\";s:18:\"-79.83387549999998\";}'),(32482,757,'_locations_25_location','field_5683f288dcba1'),(32483,757,'locations_25_title','Turtle Creek Bridge 6 – Turtle Creek PA'),(32484,757,'_locations_25_title','field_5683f2aadcba2'),(32485,757,'locations_25_image','742'),(32486,757,'_locations_25_image','field_568439ed8109d'),(32487,757,'locations_25_description','This project is for a mid-sized bridge replacement and is affecting 5 properties in the Borough of Turtle Creek, Allegheny County.'),(32488,757,'_locations_25_description','field_5683f2b1dcba3'),(32489,757,'locations_26_location','a:3:{s:7:\"address\";s:21:\"40.488263, -80.045950\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(32490,757,'_locations_26_location','field_5683f288dcba1'),(32491,757,'locations_26_title','Jacks Run 1, Bellevue and the City of Pittsburgh'),(32492,757,'_locations_26_title','field_5683f2aadcba2'),(32493,757,'locations_26_image','744'),(32494,757,'_locations_26_image','field_568439ed8109d'),(32495,757,'locations_26_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(32496,757,'_locations_26_description','field_5683f2b1dcba3'),(32497,757,'locations_27_location','a:3:{s:7:\"address\";s:21:\"40.541799, -80.247918\";s:3:\"lat\";s:10:\"40.5417824\";s:3:\"lng\";s:11:\"-80.2479169\";}'),(32498,757,'_locations_27_location','field_5683f288dcba1'),(32499,757,'locations_27_title','Boggs Run Bridge 1 – Moon Township'),(32500,757,'_locations_27_title','field_5683f2aadcba2'),(32501,757,'locations_27_image','746'),(32502,757,'_locations_27_image','field_568439ed8109d'),(32503,757,'locations_27_description','This project was for a small bridge replacement and affected 2 properties in the Township of Moon, Allegheny County.'),(32504,757,'_locations_27_description','field_5683f2b1dcba3'),(32505,757,'locations_28_location','a:3:{s:7:\"address\";s:21:\"40.549801, -79.997772\";s:3:\"lat\";s:9:\"40.549733\";s:3:\"lng\";s:18:\"-79.99820799999998\";}'),(32506,757,'_locations_28_location','field_5683f288dcba1'),(32507,757,'locations_28_title','Pine Creek Bridge 1 – Ross Township – Bridge'),(32508,757,'_locations_28_title','field_5683f2aadcba2'),(32509,757,'locations_28_image','749'),(32510,757,'_locations_28_image','field_568439ed8109d'),(32511,757,'locations_28_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(32512,757,'_locations_28_description','field_5683f2b1dcba3'),(32513,757,'locations_29_location','a:3:{s:7:\"address\";s:21:\"40.513209, -79.952573\";s:3:\"lat\";s:10:\"40.5132141\";s:3:\"lng\";s:18:\"-79.95257859999998\";}'),(32514,757,'_locations_29_location','field_5683f288dcba1'),(32515,757,'locations_29_title','Pine Creek Bridge 11 – Glenshaw PA – Bridge'),(32516,757,'_locations_29_title','field_5683f2aadcba2'),(32517,757,'locations_29_image',''),(32518,757,'_locations_29_image','field_568439ed8109d'),(32519,757,'locations_29_description',''),(32520,757,'_locations_29_description','field_5683f2b1dcba3'),(32521,757,'locations_30_location','a:3:{s:7:\"address\";s:21:\"40.518356, -79.992893\";s:3:\"lat\";s:10:\"40.5183459\";s:3:\"lng\";s:11:\"-79.9928827\";}'),(32522,757,'_locations_30_location','field_5683f288dcba1'),(32523,757,'locations_30_title','Thompson Run Bridge 1, Ross Township – Bridge'),(32524,757,'_locations_30_title','field_5683f2aadcba2'),(32525,757,'locations_30_image',''),(32526,757,'_locations_30_image','field_568439ed8109d'),(32527,757,'locations_30_description',''),(32528,757,'_locations_30_description','field_5683f2b1dcba3'),(32529,757,'locations_31_location','a:3:{s:7:\"address\";s:21:\"40.512503, -79.993398\";s:3:\"lat\";s:10:\"40.5125049\";s:3:\"lng\";s:18:\"-79.99341290000001\";}'),(32530,757,'_locations_31_location','field_5683f288dcba1'),(32531,757,'locations_31_title','Thompson Run Bridge 2, Ross Township – Bridge'),(32532,757,'_locations_31_title','field_5683f2aadcba2'),(32533,757,'locations_31_image',''),(32534,757,'_locations_31_image','field_568439ed8109d'),(32535,757,'locations_31_description',''),(32536,757,'_locations_31_description','field_5683f2b1dcba3'),(32537,757,'locations_32_location','a:3:{s:7:\"address\";s:21:\"40.451854, -80.204526\";s:3:\"lat\";s:10:\"40.4518427\";s:3:\"lng\";s:18:\"-80.20452230000001\";}'),(32538,757,'_locations_32_location','field_5683f288dcba1'),(32539,757,'locations_32_title','Montour Run Bridge 13, Findlay Township – Bridge'),(32540,757,'_locations_32_title','field_5683f2aadcba2'),(32541,757,'locations_32_image',''),(32542,757,'_locations_32_image','field_568439ed8109d'),(32543,757,'locations_32_description',''),(32544,757,'_locations_32_description','field_5683f2b1dcba3'),(32545,757,'locations_33_location','a:3:{s:7:\"address\";s:21:\"40.387729, -80.157101\";s:3:\"lat\";s:9:\"40.387271\";s:3:\"lng\";s:18:\"-80.15843699999999\";}'),(32546,757,'_locations_33_location','field_5683f288dcba1'),(32547,757,'locations_33_title','Thompson Run Bridge 10 – Collier – Bridge'),(32548,757,'_locations_33_title','field_5683f2aadcba2'),(32549,757,'locations_33_image',''),(32550,757,'_locations_33_image','field_568439ed8109d'),(32551,757,'locations_33_description',''),(32552,757,'_locations_33_description','field_5683f2b1dcba3'),(32553,757,'locations_34_location','a:3:{s:7:\"address\";s:21:\"40.411953, -79.875847\";s:3:\"lat\";s:10:\"40.4120812\";s:3:\"lng\";s:18:\"-79.87589430000003\";}'),(32554,757,'_locations_34_location','field_5683f288dcba1'),(32555,757,'locations_34_title','Hawkins Village – Rankin PA - Intersection improvements'),(32556,757,'_locations_34_title','field_5683f2aadcba2'),(32557,757,'locations_34_image',''),(32558,757,'_locations_34_image','field_568439ed8109d'),(32559,757,'locations_34_description',''),(32560,757,'_locations_34_description','field_5683f2b1dcba3'),(32561,757,'locations','35'),(32562,757,'_locations','field_5683f253a5dba'),(32563,347,'locations_34_location','a:3:{s:7:\"address\";s:21:\"40.431658, -79.988902\";s:3:\"lat\";s:10:\"40.4316605\";s:3:\"lng\";s:11:\"-79.9888856\";}'),(32564,347,'_locations_34_location','field_5683f288dcba1'),(32565,347,'locations_34_title','10th Street Bridge – City of Pittsburgh'),(32566,347,'_locations_34_title','field_5683f2aadcba2'),(32567,347,'locations_34_image',''),(32568,347,'_locations_34_image','field_568439ed8109d'),(32569,347,'locations_34_description','This project is for a bridge rehabilitation and is affecting 5 properties in the City of Pittsburgh, Allegheny County.'),(32570,347,'_locations_34_description','field_5683f2b1dcba3'),(32571,758,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(32572,758,'_locations_0_location','field_5683f288dcba1'),(32573,758,'locations_0_title','SR0028, All sections'),(32574,758,'_locations_0_title','field_5683f2aadcba2'),(32575,758,'locations_0_image',''),(32576,758,'_locations_0_image','field_568439ed8109d'),(32577,758,'locations_0_description',''),(32578,758,'_locations_0_description','field_5683f2b1dcba3'),(32579,758,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(32580,758,'_locations_1_location','field_5683f288dcba1'),(32581,758,'locations_1_title','286, A09 – Golden Mile'),(32582,758,'_locations_1_title','field_5683f2aadcba2'),(32583,758,'locations_1_image',''),(32584,758,'_locations_1_image','field_568439ed8109d'),(32585,758,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(32586,758,'_locations_1_description','field_5683f2b1dcba3'),(32587,758,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(32588,758,'_locations_2_location','field_5683f288dcba1'),(32589,758,'locations_2_title','2040, A18 – Curry Hollow'),(32590,758,'_locations_2_title','field_5683f2aadcba2'),(32591,758,'locations_2_image',''),(32592,758,'_locations_2_image','field_568439ed8109d'),(32593,758,'locations_2_description',''),(32594,758,'_locations_2_description','field_5683f2b1dcba3'),(32595,758,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(32596,758,'_locations_3_location','field_5683f288dcba1'),(32597,758,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(32598,758,'_locations_3_title','field_5683f2aadcba2'),(32599,758,'locations_3_image',''),(32600,758,'_locations_3_image','field_568439ed8109d'),(32601,758,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(32602,758,'_locations_3_description','field_5683f2b1dcba3'),(32603,758,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(32604,758,'_locations_4_location','field_5683f288dcba1'),(32605,758,'locations_4_title','Duncan Avenue – Hampton Twp.'),(32606,758,'_locations_4_title','field_5683f2aadcba2'),(32607,758,'locations_4_image',''),(32608,758,'_locations_4_image','field_568439ed8109d'),(32609,758,'locations_4_description',''),(32610,758,'_locations_4_description','field_5683f2b1dcba3'),(32611,758,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(32612,758,'_locations_5_location','field_5683f288dcba1'),(32613,758,'locations_5_title','Pine Creek Road – McCandless'),(32614,758,'_locations_5_title','field_5683f2aadcba2'),(32615,758,'locations_5_image',''),(32616,758,'_locations_5_image','field_568439ed8109d'),(32617,758,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(32618,758,'_locations_5_description','field_5683f2b1dcba3'),(32619,758,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(32620,758,'_locations_6_location','field_5683f288dcba1'),(32621,758,'locations_6_title','Brewhouse – Trek Development'),(32622,758,'_locations_6_title','field_5683f2aadcba2'),(32623,758,'locations_6_image',''),(32624,758,'_locations_6_image','field_568439ed8109d'),(32625,758,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(32626,758,'_locations_6_description','field_5683f2b1dcba3'),(32627,758,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(32628,758,'_locations_7_location','field_5683f288dcba1'),(32629,758,'locations_7_title','Ewalt Road – Richland Twp.'),(32630,758,'_locations_7_title','field_5683f2aadcba2'),(32631,758,'locations_7_image',''),(32632,758,'_locations_7_image','field_568439ed8109d'),(32633,758,'locations_7_description',''),(32634,758,'_locations_7_description','field_5683f2b1dcba3'),(32635,758,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.625521, -79.941837\";s:3:\"lat\";s:10:\"40.6255198\";s:3:\"lng\";s:10:\"-79.941822\";}'),(32636,758,'_locations_8_location','field_5683f288dcba1'),(32637,758,'locations_8_title','Ewalt Road – Richland Twp.'),(32638,758,'_locations_8_title','field_5683f2aadcba2'),(32639,758,'locations_8_image',''),(32640,758,'_locations_8_image','field_568439ed8109d'),(32641,758,'locations_8_description',''),(32642,758,'_locations_8_description','field_5683f2b1dcba3'),(32643,758,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(32644,758,'_locations_9_location','field_5683f288dcba1'),(32645,758,'locations_9_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(32646,758,'_locations_9_title','field_5683f2aadcba2'),(32647,758,'locations_9_image',''),(32648,758,'_locations_9_image','field_568439ed8109d'),(32649,758,'locations_9_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(32650,758,'_locations_9_description','field_5683f2b1dcba3'),(32651,758,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.425708, -79.805807\";s:3:\"lat\";s:10:\"40.4256461\";s:3:\"lng\";s:18:\"-79.80576589999998\";}'),(32652,758,'_locations_10_location','field_5683f288dcba1'),(32653,758,'locations_10_title','State Route 2065, Section A07'),(32654,758,'_locations_10_title','field_5683f2aadcba2'),(32655,758,'locations_10_image',''),(32656,758,'_locations_10_image','field_568439ed8109d'),(32657,758,'locations_10_description',''),(32658,758,'_locations_10_description','field_5683f2b1dcba3'),(32659,758,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.354856, -80.118393\";s:3:\"lat\";s:10:\"40.3527492\";s:3:\"lng\";s:18:\"-80.11776529999997\";}'),(32660,758,'_locations_11_location','field_5683f288dcba1'),(32661,758,'locations_11_title','Southern Beltway Section C – New Roadway Construction'),(32662,758,'_locations_11_title','field_5683f2aadcba2'),(32663,758,'locations_11_image',''),(32664,758,'_locations_11_image','field_568439ed8109d'),(32665,758,'locations_11_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 18 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(32666,758,'_locations_11_description','field_5683f2b1dcba3'),(32667,758,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.509371, -80.256419\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(32668,758,'_locations_12_location','field_5683f288dcba1'),(32669,758,'locations_12_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(32670,758,'_locations_12_title','field_5683f2aadcba2'),(32671,758,'locations_12_image','671'),(32672,758,'_locations_12_image','field_568439ed8109d'),(32673,758,'locations_12_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(32674,758,'_locations_12_description','field_5683f2b1dcba3'),(32675,758,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.590450, -79.888763\";s:3:\"lat\";s:10:\"40.5943712\";s:3:\"lng\";s:18:\"-79.89597279999998\";}'),(32676,758,'_locations_13_location','field_5683f288dcba1'),(32677,758,'locations_13_title','MP 40-48 – Hampton Township – Highway Widening'),(32678,758,'_locations_13_title','field_5683f2aadcba2'),(32679,758,'locations_13_image',''),(32680,758,'_locations_13_image','field_568439ed8109d'),(32681,758,'locations_13_description','This project is for mainline reconstruction and bridge replacement and is affecting 71 properties and resulting in the relocation of 1 resident in the Townships of Harmar and Indiana, Allegheny County.'),(32682,758,'_locations_13_description','field_5683f2b1dcba3'),(32683,758,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.392019, -80.077682\";s:3:\"lat\";s:17:\"40.39202119999999\";s:3:\"lng\";s:18:\"-80.07767890000002\";}'),(32684,758,'_locations_14_location','field_5683f288dcba1'),(32685,758,'locations_14_title','Georges Run Bridge No. 1, Carnegie PA – Bridge'),(32686,758,'_locations_14_title','field_5683f2aadcba2'),(32687,758,'locations_14_image',''),(32688,758,'_locations_14_image','field_568439ed8109d'),(32689,758,'locations_14_description','This project is for a small bridge replacement and is affecting 4 properties in the Township of Scott, Allegheny County.'),(32690,758,'_locations_14_description','field_5683f2b1dcba3'),(32691,758,'locations_15_location','a:3:{s:7:\"address\";s:21:\"40.386279, -79.894258\";s:3:\"lat\";s:10:\"40.3862842\";s:3:\"lng\";s:18:\"-79.89425510000001\";}'),(32692,758,'_locations_15_location','field_5683f288dcba1'),(32693,758,'locations_15_title','Homeville Creek Bridge 7, West Mifflin PA – Bridge'),(32694,758,'_locations_15_title','field_5683f2aadcba2'),(32695,758,'locations_15_image',''),(32696,758,'_locations_15_image','field_568439ed8109d'),(32697,758,'locations_15_description','This project is for a small bridge replacement and is affecting 7 properties in the Borough of Munhall, Allegheny County.'),(32698,758,'_locations_15_description','field_5683f2b1dcba3'),(32699,758,'locations_16_location','a:3:{s:7:\"address\";s:21:\"40.396380, -79.895244\";s:3:\"lat\";s:10:\"40.3963432\";s:3:\"lng\";s:18:\"-79.89543119999996\";}'),(32700,758,'_locations_16_location','field_5683f288dcba1'),(32701,758,'locations_16_title','Homeville Creek Bridge 10 – West Mifflin PA - Bridge'),(32702,758,'_locations_16_title','field_5683f2aadcba2'),(32703,758,'locations_16_image','727'),(32704,758,'_locations_16_image','field_568439ed8109d'),(32705,758,'locations_16_description','This project was for a small bridge replacement and affected 7 properties in the Borough of Munhall, Allegheny County.'),(32706,758,'_locations_16_description','field_5683f2b1dcba3'),(32707,758,'locations_17_location','a:3:{s:7:\"address\";s:21:\"40.329286, -79.987406\";s:3:\"lat\";s:10:\"40.3292857\";s:3:\"lng\";s:18:\"-79.98741289999998\";}'),(32708,758,'_locations_17_location','field_5683f288dcba1'),(32709,758,'locations_17_title','Licks Run Bridge 9, South Park – PA – Bridge'),(32710,758,'_locations_17_title','field_5683f2aadcba2'),(32711,758,'locations_17_image','730'),(32712,758,'_locations_17_image','field_568439ed8109d'),(32713,758,'locations_17_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(32714,758,'_locations_17_description','field_5683f2b1dcba3'),(32715,758,'locations_18_location','a:3:{s:7:\"address\";s:21:\"40.329261, -79.988204\";s:3:\"lat\";s:9:\"40.329261\";s:3:\"lng\";s:10:\"-79.988205\";}'),(32716,758,'_locations_18_location','field_5683f288dcba1'),(32717,758,'locations_18_title','Licks Run Bridge 10, South Park – PA - Bridge'),(32718,758,'_locations_18_title','field_5683f2aadcba2'),(32719,758,'locations_18_image','730'),(32720,758,'_locations_18_image','field_568439ed8109d'),(32721,758,'locations_18_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(32722,758,'_locations_18_description','field_5683f2b1dcba3'),(32723,758,'locations_19_location','a:3:{s:7:\"address\";s:21:\"40.515624, -80.009959\";s:3:\"lat\";s:10:\"40.5156082\";s:3:\"lng\";s:18:\"-80.00994129999998\";}'),(32724,758,'_locations_19_location','field_5683f288dcba1'),(32725,758,'locations_19_title','Girtys Run Bridge 14'),(32726,758,'_locations_19_title','field_5683f2aadcba2'),(32727,758,'locations_19_image','733'),(32728,758,'_locations_19_image','field_568439ed8109d'),(32729,758,'locations_19_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(32730,758,'_locations_19_description','field_5683f2b1dcba3'),(32731,758,'locations_20_location','a:3:{s:7:\"address\";s:21:\"40.488268, -80.045947\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(32732,758,'_locations_20_location','field_5683f288dcba1'),(32733,758,'locations_20_title','Jacks Run 3 – Bellevue, PA – Bridge Replacement'),(32734,758,'_locations_20_title','field_5683f2aadcba2'),(32735,758,'locations_20_image','735'),(32736,758,'_locations_20_image','field_568439ed8109d'),(32737,758,'locations_20_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(32738,758,'_locations_20_description','field_5683f2b1dcba3'),(32739,758,'locations_21_location','a:3:{s:7:\"address\";s:21:\"40.330826, -79.986892\";s:3:\"lat\";s:10:\"40.3307469\";s:3:\"lng\";s:18:\"-79.98678430000001\";}'),(32740,758,'_locations_21_location','field_5683f288dcba1'),(32741,758,'locations_21_title','Brownsville to Broughton, South Park PA, intersection improvements and realignment'),(32742,758,'_locations_21_title','field_5683f2aadcba2'),(32743,758,'locations_21_image',''),(32744,758,'_locations_21_image','field_568439ed8109d'),(32745,758,'locations_21_description',''),(32746,758,'_locations_21_description','field_5683f2b1dcba3'),(32747,758,'locations_22_location','a:3:{s:7:\"address\";s:21:\"40.651302, -79.799610\";s:3:\"lat\";s:9:\"40.651344\";s:3:\"lng\";s:18:\"-79.80019399999998\";}'),(32748,758,'_locations_22_location','field_5683f288dcba1'),(32749,758,'locations_22_title','Bull Creek Bridge No. 6 – Fawn Township – Bridge'),(32750,758,'_locations_22_title','field_5683f2aadcba2'),(32751,758,'locations_22_image',''),(32752,758,'_locations_22_image','field_568439ed8109d'),(32753,758,'locations_22_description','This project is for a small bridge replacement and is affecting 9 properties in the Township of Fawn, Allegheny County.'),(32754,758,'_locations_22_description','field_5683f2b1dcba3'),(32755,758,'locations_23_location','a:3:{s:7:\"address\";s:21:\"40.662745, -79.817800\";s:3:\"lat\";s:9:\"40.663536\";s:3:\"lng\";s:10:\"-79.819073\";}'),(32756,758,'_locations_23_location','field_5683f288dcba1'),(32757,758,'locations_23_title','Bull Creek Bridge No. 9 – West Deer Township – Bridge'),(32758,758,'_locations_23_title','field_5683f2aadcba2'),(32759,758,'locations_23_image',''),(32760,758,'_locations_23_image','field_568439ed8109d'),(32761,758,'locations_23_description','This project is for a small bridge replacement and is affecting 2 properties in the Township of West Deer, Allegheny County.'),(32762,758,'_locations_23_description','field_5683f2b1dcba3'),(32763,758,'locations_24_location','a:3:{s:7:\"address\";s:21:\"40.620209, -79.833885\";s:3:\"lat\";s:10:\"40.6202319\";s:3:\"lng\";s:18:\"-79.83386789999997\";}'),(32764,758,'_locations_24_location','field_5683f288dcba1'),(32765,758,'locations_24_title','Little Deer Creek DL06 – West Deer Township – Bridge Replacement'),(32766,758,'_locations_24_title','field_5683f2aadcba2'),(32767,758,'locations_24_image','740'),(32768,758,'_locations_24_image','field_568439ed8109d'),(32769,758,'locations_24_description','This project was for a small bridge replacement and affected properties in the Township of Russellton, Allegheny County.'),(32770,758,'_locations_24_description','field_5683f2b1dcba3'),(32771,758,'locations_25_location','a:3:{s:7:\"address\";s:21:\"40.620213, -79.833892\";s:3:\"lat\";s:10:\"40.6202352\";s:3:\"lng\";s:18:\"-79.83387549999998\";}'),(32772,758,'_locations_25_location','field_5683f288dcba1'),(32773,758,'locations_25_title','Turtle Creek Bridge 6 – Turtle Creek PA'),(32774,758,'_locations_25_title','field_5683f2aadcba2'),(32775,758,'locations_25_image','742'),(32776,758,'_locations_25_image','field_568439ed8109d'),(32777,758,'locations_25_description','This project is for a mid-sized bridge replacement and is affecting 5 properties in the Borough of Turtle Creek, Allegheny County.'),(32778,758,'_locations_25_description','field_5683f2b1dcba3'),(32779,758,'locations_26_location','a:3:{s:7:\"address\";s:21:\"40.488263, -80.045950\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(32780,758,'_locations_26_location','field_5683f288dcba1'),(32781,758,'locations_26_title','Jacks Run 1, Bellevue and the City of Pittsburgh'),(32782,758,'_locations_26_title','field_5683f2aadcba2'),(32783,758,'locations_26_image','744'),(32784,758,'_locations_26_image','field_568439ed8109d'),(32785,758,'locations_26_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(32786,758,'_locations_26_description','field_5683f2b1dcba3'),(32787,758,'locations_27_location','a:3:{s:7:\"address\";s:21:\"40.541799, -80.247918\";s:3:\"lat\";s:10:\"40.5417824\";s:3:\"lng\";s:11:\"-80.2479169\";}'),(32788,758,'_locations_27_location','field_5683f288dcba1'),(32789,758,'locations_27_title','Boggs Run Bridge 1 – Moon Township'),(32790,758,'_locations_27_title','field_5683f2aadcba2'),(32791,758,'locations_27_image','746'),(32792,758,'_locations_27_image','field_568439ed8109d'),(32793,758,'locations_27_description','This project was for a small bridge replacement and affected 2 properties in the Township of Moon, Allegheny County.'),(32794,758,'_locations_27_description','field_5683f2b1dcba3'),(32795,758,'locations_28_location','a:3:{s:7:\"address\";s:21:\"40.549801, -79.997772\";s:3:\"lat\";s:9:\"40.549733\";s:3:\"lng\";s:18:\"-79.99820799999998\";}'),(32796,758,'_locations_28_location','field_5683f288dcba1'),(32797,758,'locations_28_title','Pine Creek Bridge 1 – Ross Township – Bridge'),(32798,758,'_locations_28_title','field_5683f2aadcba2'),(32799,758,'locations_28_image','749'),(32800,758,'_locations_28_image','field_568439ed8109d'),(32801,758,'locations_28_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(32802,758,'_locations_28_description','field_5683f2b1dcba3'),(32803,758,'locations_29_location','a:3:{s:7:\"address\";s:21:\"40.513209, -79.952573\";s:3:\"lat\";s:10:\"40.5132141\";s:3:\"lng\";s:18:\"-79.95257859999998\";}'),(32804,758,'_locations_29_location','field_5683f288dcba1'),(32805,758,'locations_29_title','Pine Creek Bridge 11 – Glenshaw PA – Bridge'),(32806,758,'_locations_29_title','field_5683f2aadcba2'),(32807,758,'locations_29_image',''),(32808,758,'_locations_29_image','field_568439ed8109d'),(32809,758,'locations_29_description',''),(32810,758,'_locations_29_description','field_5683f2b1dcba3'),(32811,758,'locations_30_location','a:3:{s:7:\"address\";s:21:\"40.518356, -79.992893\";s:3:\"lat\";s:10:\"40.5183459\";s:3:\"lng\";s:11:\"-79.9928827\";}'),(32812,758,'_locations_30_location','field_5683f288dcba1'),(32813,758,'locations_30_title','Thompson Run Bridge 1, Ross Township – Bridge'),(32814,758,'_locations_30_title','field_5683f2aadcba2'),(32815,758,'locations_30_image',''),(32816,758,'_locations_30_image','field_568439ed8109d'),(32817,758,'locations_30_description',''),(32818,758,'_locations_30_description','field_5683f2b1dcba3'),(32819,758,'locations_31_location','a:3:{s:7:\"address\";s:21:\"40.512503, -79.993398\";s:3:\"lat\";s:10:\"40.5125049\";s:3:\"lng\";s:18:\"-79.99341290000001\";}'),(32820,758,'_locations_31_location','field_5683f288dcba1'),(32821,758,'locations_31_title','Thompson Run Bridge 2, Ross Township – Bridge'),(32822,758,'_locations_31_title','field_5683f2aadcba2'),(32823,758,'locations_31_image',''),(32824,758,'_locations_31_image','field_568439ed8109d'),(32825,758,'locations_31_description',''),(32826,758,'_locations_31_description','field_5683f2b1dcba3'),(32827,758,'locations_32_location','a:3:{s:7:\"address\";s:21:\"40.451854, -80.204526\";s:3:\"lat\";s:10:\"40.4518427\";s:3:\"lng\";s:18:\"-80.20452230000001\";}'),(32828,758,'_locations_32_location','field_5683f288dcba1'),(32829,758,'locations_32_title','Montour Run Bridge 13, Findlay Township – Bridge'),(32830,758,'_locations_32_title','field_5683f2aadcba2'),(32831,758,'locations_32_image',''),(32832,758,'_locations_32_image','field_568439ed8109d'),(32833,758,'locations_32_description',''),(32834,758,'_locations_32_description','field_5683f2b1dcba3'),(32835,758,'locations_33_location','a:3:{s:7:\"address\";s:21:\"40.387729, -80.157101\";s:3:\"lat\";s:9:\"40.387271\";s:3:\"lng\";s:18:\"-80.15843699999999\";}'),(32836,758,'_locations_33_location','field_5683f288dcba1'),(32837,758,'locations_33_title','Thompson Run Bridge 10 – Collier – Bridge'),(32838,758,'_locations_33_title','field_5683f2aadcba2'),(32839,758,'locations_33_image',''),(32840,758,'_locations_33_image','field_568439ed8109d'),(32841,758,'locations_33_description',''),(32842,758,'_locations_33_description','field_5683f2b1dcba3'),(32843,758,'locations_34_location','a:3:{s:7:\"address\";s:21:\"40.411953, -79.875847\";s:3:\"lat\";s:10:\"40.4120812\";s:3:\"lng\";s:18:\"-79.87589430000003\";}'),(32844,758,'_locations_34_location','field_5683f288dcba1'),(32845,758,'locations_34_title','Hawkins Village – Rankin, PA - Intersection improvements'),(32846,758,'_locations_34_title','field_5683f2aadcba2'),(32847,758,'locations_34_image',''),(32848,758,'_locations_34_image','field_568439ed8109d'),(32849,758,'locations_34_description',''),(32850,758,'_locations_34_description','field_5683f2b1dcba3'),(32851,758,'locations','35'),(32852,758,'_locations','field_5683f253a5dba'),(32853,759,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(32854,759,'_locations_0_location','field_5683f288dcba1'),(32855,759,'locations_0_title','SR0028, All sections'),(32856,759,'_locations_0_title','field_5683f2aadcba2'),(32857,759,'locations_0_image',''),(32858,759,'_locations_0_image','field_568439ed8109d'),(32859,759,'locations_0_description',''),(32860,759,'_locations_0_description','field_5683f2b1dcba3'),(32861,759,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(32862,759,'_locations_1_location','field_5683f288dcba1'),(32863,759,'locations_1_title','286, A09 – Golden Mile'),(32864,759,'_locations_1_title','field_5683f2aadcba2'),(32865,759,'locations_1_image',''),(32866,759,'_locations_1_image','field_568439ed8109d'),(32867,759,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(32868,759,'_locations_1_description','field_5683f2b1dcba3'),(32869,759,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(32870,759,'_locations_2_location','field_5683f288dcba1'),(32871,759,'locations_2_title','2040, A18 – Curry Hollow'),(32872,759,'_locations_2_title','field_5683f2aadcba2'),(32873,759,'locations_2_image',''),(32874,759,'_locations_2_image','field_568439ed8109d'),(32875,759,'locations_2_description',''),(32876,759,'_locations_2_description','field_5683f2b1dcba3'),(32877,759,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(32878,759,'_locations_3_location','field_5683f288dcba1'),(32879,759,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(32880,759,'_locations_3_title','field_5683f2aadcba2'),(32881,759,'locations_3_image',''),(32882,759,'_locations_3_image','field_568439ed8109d'),(32883,759,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(32884,759,'_locations_3_description','field_5683f2b1dcba3'),(32885,759,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(32886,759,'_locations_4_location','field_5683f288dcba1'),(32887,759,'locations_4_title','Duncan Avenue – Hampton Twp.'),(32888,759,'_locations_4_title','field_5683f2aadcba2'),(32889,759,'locations_4_image',''),(32890,759,'_locations_4_image','field_568439ed8109d'),(32891,759,'locations_4_description',''),(32892,759,'_locations_4_description','field_5683f2b1dcba3'),(32893,759,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(32894,759,'_locations_5_location','field_5683f288dcba1'),(32895,759,'locations_5_title','Pine Creek Road – McCandless'),(32896,759,'_locations_5_title','field_5683f2aadcba2'),(32897,759,'locations_5_image',''),(32898,759,'_locations_5_image','field_568439ed8109d'),(32899,759,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(32900,759,'_locations_5_description','field_5683f2b1dcba3'),(32901,759,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(32902,759,'_locations_6_location','field_5683f288dcba1'),(32903,759,'locations_6_title','Brewhouse – Trek Development'),(32904,759,'_locations_6_title','field_5683f2aadcba2'),(32905,759,'locations_6_image',''),(32906,759,'_locations_6_image','field_568439ed8109d'),(32907,759,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(32908,759,'_locations_6_description','field_5683f2b1dcba3'),(32909,759,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(32910,759,'_locations_7_location','field_5683f288dcba1'),(32911,759,'locations_7_title','Ewalt Road – Richland Twp.'),(32912,759,'_locations_7_title','field_5683f2aadcba2'),(32913,759,'locations_7_image',''),(32914,759,'_locations_7_image','field_568439ed8109d'),(32915,759,'locations_7_description',''),(32916,759,'_locations_7_description','field_5683f2b1dcba3'),(32917,759,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.625521, -79.941837\";s:3:\"lat\";s:10:\"40.6255198\";s:3:\"lng\";s:10:\"-79.941822\";}'),(32918,759,'_locations_8_location','field_5683f288dcba1'),(32919,759,'locations_8_title','Ewalt Road – Richland Twp.'),(32920,759,'_locations_8_title','field_5683f2aadcba2'),(32921,759,'locations_8_image',''),(32922,759,'_locations_8_image','field_568439ed8109d'),(32923,759,'locations_8_description',''),(32924,759,'_locations_8_description','field_5683f2b1dcba3'),(32925,759,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(32926,759,'_locations_9_location','field_5683f288dcba1'),(32927,759,'locations_9_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(32928,759,'_locations_9_title','field_5683f2aadcba2'),(32929,759,'locations_9_image',''),(32930,759,'_locations_9_image','field_568439ed8109d'),(32931,759,'locations_9_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(32932,759,'_locations_9_description','field_5683f2b1dcba3'),(32933,759,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.425708, -79.805807\";s:3:\"lat\";s:10:\"40.4256461\";s:3:\"lng\";s:18:\"-79.80576589999998\";}'),(32934,759,'_locations_10_location','field_5683f288dcba1'),(32935,759,'locations_10_title','State Route 2065, Section A07'),(32936,759,'_locations_10_title','field_5683f2aadcba2'),(32937,759,'locations_10_image',''),(32938,759,'_locations_10_image','field_568439ed8109d'),(32939,759,'locations_10_description',''),(32940,759,'_locations_10_description','field_5683f2b1dcba3'),(32941,759,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.354856, -80.118393\";s:3:\"lat\";s:10:\"40.3527492\";s:3:\"lng\";s:18:\"-80.11776529999997\";}'),(32942,759,'_locations_11_location','field_5683f288dcba1'),(32943,759,'locations_11_title','Southern Beltway Section C – New Roadway Construction'),(32944,759,'_locations_11_title','field_5683f2aadcba2'),(32945,759,'locations_11_image',''),(32946,759,'_locations_11_image','field_568439ed8109d'),(32947,759,'locations_11_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 18 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(32948,759,'_locations_11_description','field_5683f2b1dcba3'),(32949,759,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.509371, -80.256419\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(32950,759,'_locations_12_location','field_5683f288dcba1'),(32951,759,'locations_12_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(32952,759,'_locations_12_title','field_5683f2aadcba2'),(32953,759,'locations_12_image','671'),(32954,759,'_locations_12_image','field_568439ed8109d'),(32955,759,'locations_12_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(32956,759,'_locations_12_description','field_5683f2b1dcba3'),(32957,759,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.590450, -79.888763\";s:3:\"lat\";s:10:\"40.5943712\";s:3:\"lng\";s:18:\"-79.89597279999998\";}'),(32958,759,'_locations_13_location','field_5683f288dcba1'),(32959,759,'locations_13_title','MP 40-48 – Hampton Township – Highway Widening'),(32960,759,'_locations_13_title','field_5683f2aadcba2'),(32961,759,'locations_13_image',''),(32962,759,'_locations_13_image','field_568439ed8109d'),(32963,759,'locations_13_description','This project is for mainline reconstruction and bridge replacement and is affecting 71 properties and resulting in the relocation of 1 resident in the Townships of Harmar and Indiana, Allegheny County.'),(32964,759,'_locations_13_description','field_5683f2b1dcba3'),(32965,759,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.392019, -80.077682\";s:3:\"lat\";s:17:\"40.39202119999999\";s:3:\"lng\";s:18:\"-80.07767890000002\";}'),(32966,759,'_locations_14_location','field_5683f288dcba1'),(32967,759,'locations_14_title','Georges Run Bridge No. 1, Carnegie PA – Bridge'),(32968,759,'_locations_14_title','field_5683f2aadcba2'),(32969,759,'locations_14_image',''),(32970,759,'_locations_14_image','field_568439ed8109d'),(32971,759,'locations_14_description','This project is for a small bridge replacement and is affecting 4 properties in the Township of Scott, Allegheny County.'),(32972,759,'_locations_14_description','field_5683f2b1dcba3'),(32973,759,'locations_15_location','a:3:{s:7:\"address\";s:21:\"40.386279, -79.894258\";s:3:\"lat\";s:10:\"40.3862842\";s:3:\"lng\";s:18:\"-79.89425510000001\";}'),(32974,759,'_locations_15_location','field_5683f288dcba1'),(32975,759,'locations_15_title','Homeville Creek Bridge 7, West Mifflin PA – Bridge'),(32976,759,'_locations_15_title','field_5683f2aadcba2'),(32977,759,'locations_15_image',''),(32978,759,'_locations_15_image','field_568439ed8109d'),(32979,759,'locations_15_description','This project is for a small bridge replacement and is affecting 7 properties in the Borough of Munhall, Allegheny County.'),(32980,759,'_locations_15_description','field_5683f2b1dcba3'),(32981,759,'locations_16_location','a:3:{s:7:\"address\";s:21:\"40.396380, -79.895244\";s:3:\"lat\";s:10:\"40.3963432\";s:3:\"lng\";s:18:\"-79.89543119999996\";}'),(32982,759,'_locations_16_location','field_5683f288dcba1'),(32983,759,'locations_16_title','Homeville Creek Bridge 10 – West Mifflin PA - Bridge'),(32984,759,'_locations_16_title','field_5683f2aadcba2'),(32985,759,'locations_16_image','727'),(32986,759,'_locations_16_image','field_568439ed8109d'),(32987,759,'locations_16_description','This project was for a small bridge replacement and affected 7 properties in the Borough of Munhall, Allegheny County.'),(32988,759,'_locations_16_description','field_5683f2b1dcba3'),(32989,759,'locations_17_location','a:3:{s:7:\"address\";s:21:\"40.329286, -79.987406\";s:3:\"lat\";s:10:\"40.3292857\";s:3:\"lng\";s:18:\"-79.98741289999998\";}'),(32990,759,'_locations_17_location','field_5683f288dcba1'),(32991,759,'locations_17_title','Licks Run Bridge 9, South Park – PA – Bridge'),(32992,759,'_locations_17_title','field_5683f2aadcba2'),(32993,759,'locations_17_image','730'),(32994,759,'_locations_17_image','field_568439ed8109d'),(32995,759,'locations_17_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(32996,759,'_locations_17_description','field_5683f2b1dcba3'),(32997,759,'locations_18_location','a:3:{s:7:\"address\";s:21:\"40.329261, -79.988204\";s:3:\"lat\";s:9:\"40.329261\";s:3:\"lng\";s:10:\"-79.988205\";}'),(32998,759,'_locations_18_location','field_5683f288dcba1'),(32999,759,'locations_18_title','Licks Run Bridge 10, South Park – PA - Bridge'),(33000,759,'_locations_18_title','field_5683f2aadcba2'),(33001,759,'locations_18_image','730'),(33002,759,'_locations_18_image','field_568439ed8109d'),(33003,759,'locations_18_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(33004,759,'_locations_18_description','field_5683f2b1dcba3'),(33005,759,'locations_19_location','a:3:{s:7:\"address\";s:21:\"40.515624, -80.009959\";s:3:\"lat\";s:10:\"40.5156082\";s:3:\"lng\";s:18:\"-80.00994129999998\";}'),(33006,759,'_locations_19_location','field_5683f288dcba1'),(33007,759,'locations_19_title','Girtys Run Bridge 14'),(33008,759,'_locations_19_title','field_5683f2aadcba2'),(33009,759,'locations_19_image','733'),(33010,759,'_locations_19_image','field_568439ed8109d'),(33011,759,'locations_19_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(33012,759,'_locations_19_description','field_5683f2b1dcba3'),(33013,759,'locations_20_location','a:3:{s:7:\"address\";s:21:\"40.488268, -80.045947\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(33014,759,'_locations_20_location','field_5683f288dcba1'),(33015,759,'locations_20_title','Jacks Run 3 – Bellevue, PA – Bridge Replacement'),(33016,759,'_locations_20_title','field_5683f2aadcba2'),(33017,759,'locations_20_image','735'),(33018,759,'_locations_20_image','field_568439ed8109d'),(33019,759,'locations_20_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(33020,759,'_locations_20_description','field_5683f2b1dcba3'),(33021,759,'locations_21_location','a:3:{s:7:\"address\";s:21:\"40.330826, -79.986892\";s:3:\"lat\";s:10:\"40.3307469\";s:3:\"lng\";s:18:\"-79.98678430000001\";}'),(33022,759,'_locations_21_location','field_5683f288dcba1'),(33023,759,'locations_21_title','Brownsville to Broughton, South Park PA, intersection improvements and realignment'),(33024,759,'_locations_21_title','field_5683f2aadcba2'),(33025,759,'locations_21_image',''),(33026,759,'_locations_21_image','field_568439ed8109d'),(33027,759,'locations_21_description',''),(33028,759,'_locations_21_description','field_5683f2b1dcba3'),(33029,759,'locations_22_location','a:3:{s:7:\"address\";s:21:\"40.651302, -79.799610\";s:3:\"lat\";s:9:\"40.651344\";s:3:\"lng\";s:18:\"-79.80019399999998\";}'),(33030,759,'_locations_22_location','field_5683f288dcba1'),(33031,759,'locations_22_title','Bull Creek Bridge No. 6 – Fawn Township – Bridge'),(33032,759,'_locations_22_title','field_5683f2aadcba2'),(33033,759,'locations_22_image',''),(33034,759,'_locations_22_image','field_568439ed8109d'),(33035,759,'locations_22_description','This project is for a small bridge replacement and is affecting 9 properties in the Township of Fawn, Allegheny County.'),(33036,759,'_locations_22_description','field_5683f2b1dcba3'),(33037,759,'locations_23_location','a:3:{s:7:\"address\";s:21:\"40.662745, -79.817800\";s:3:\"lat\";s:9:\"40.663536\";s:3:\"lng\";s:10:\"-79.819073\";}'),(33038,759,'_locations_23_location','field_5683f288dcba1'),(33039,759,'locations_23_title','Bull Creek Bridge No. 9 – West Deer Township – Bridge'),(33040,759,'_locations_23_title','field_5683f2aadcba2'),(33041,759,'locations_23_image',''),(33042,759,'_locations_23_image','field_568439ed8109d'),(33043,759,'locations_23_description','This project is for a small bridge replacement and is affecting 2 properties in the Township of West Deer, Allegheny County.'),(33044,759,'_locations_23_description','field_5683f2b1dcba3'),(33045,759,'locations_24_location','a:3:{s:7:\"address\";s:21:\"40.620209, -79.833885\";s:3:\"lat\";s:10:\"40.6202319\";s:3:\"lng\";s:18:\"-79.83386789999997\";}'),(33046,759,'_locations_24_location','field_5683f288dcba1'),(33047,759,'locations_24_title','Little Deer Creek DL06 – West Deer Township – Bridge Replacement'),(33048,759,'_locations_24_title','field_5683f2aadcba2'),(33049,759,'locations_24_image','740'),(33050,759,'_locations_24_image','field_568439ed8109d'),(33051,759,'locations_24_description','This project was for a small bridge replacement and affected properties in the Township of Russellton, Allegheny County.'),(33052,759,'_locations_24_description','field_5683f2b1dcba3'),(33053,759,'locations_25_location','a:3:{s:7:\"address\";s:21:\"40.620213, -79.833892\";s:3:\"lat\";s:10:\"40.6202352\";s:3:\"lng\";s:18:\"-79.83387549999998\";}'),(33054,759,'_locations_25_location','field_5683f288dcba1'),(33055,759,'locations_25_title','Turtle Creek Bridge 6 – Turtle Creek PA'),(33056,759,'_locations_25_title','field_5683f2aadcba2'),(33057,759,'locations_25_image','742'),(33058,759,'_locations_25_image','field_568439ed8109d'),(33059,759,'locations_25_description','This project is for a mid-sized bridge replacement and is affecting 5 properties in the Borough of Turtle Creek, Allegheny County.'),(33060,759,'_locations_25_description','field_5683f2b1dcba3'),(33061,759,'locations_26_location','a:3:{s:7:\"address\";s:21:\"40.488263, -80.045950\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(33062,759,'_locations_26_location','field_5683f288dcba1'),(33063,759,'locations_26_title','Jacks Run 1, Bellevue and the City of Pittsburgh'),(33064,759,'_locations_26_title','field_5683f2aadcba2'),(33065,759,'locations_26_image','744'),(33066,759,'_locations_26_image','field_568439ed8109d'),(33067,759,'locations_26_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(33068,759,'_locations_26_description','field_5683f2b1dcba3'),(33069,759,'locations_27_location','a:3:{s:7:\"address\";s:21:\"40.541799, -80.247918\";s:3:\"lat\";s:10:\"40.5417824\";s:3:\"lng\";s:11:\"-80.2479169\";}'),(33070,759,'_locations_27_location','field_5683f288dcba1'),(33071,759,'locations_27_title','Boggs Run Bridge 1 – Moon Township'),(33072,759,'_locations_27_title','field_5683f2aadcba2'),(33073,759,'locations_27_image','746'),(33074,759,'_locations_27_image','field_568439ed8109d'),(33075,759,'locations_27_description','This project was for a small bridge replacement and affected 2 properties in the Township of Moon, Allegheny County.'),(33076,759,'_locations_27_description','field_5683f2b1dcba3'),(33077,759,'locations_28_location','a:3:{s:7:\"address\";s:21:\"40.549801, -79.997772\";s:3:\"lat\";s:9:\"40.549733\";s:3:\"lng\";s:18:\"-79.99820799999998\";}'),(33078,759,'_locations_28_location','field_5683f288dcba1'),(33079,759,'locations_28_title','Pine Creek Bridge 1 – Ross Township – Bridge'),(33080,759,'_locations_28_title','field_5683f2aadcba2'),(33081,759,'locations_28_image','749'),(33082,759,'_locations_28_image','field_568439ed8109d'),(33083,759,'locations_28_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(33084,759,'_locations_28_description','field_5683f2b1dcba3'),(33085,759,'locations_29_location','a:3:{s:7:\"address\";s:21:\"40.513209, -79.952573\";s:3:\"lat\";s:10:\"40.5132141\";s:3:\"lng\";s:18:\"-79.95257859999998\";}'),(33086,759,'_locations_29_location','field_5683f288dcba1'),(33087,759,'locations_29_title','Pine Creek Bridge 11 – Glenshaw PA – Bridge'),(33088,759,'_locations_29_title','field_5683f2aadcba2'),(33089,759,'locations_29_image',''),(33090,759,'_locations_29_image','field_568439ed8109d'),(33091,759,'locations_29_description',''),(33092,759,'_locations_29_description','field_5683f2b1dcba3'),(33093,759,'locations_30_location','a:3:{s:7:\"address\";s:21:\"40.518356, -79.992893\";s:3:\"lat\";s:10:\"40.5183459\";s:3:\"lng\";s:11:\"-79.9928827\";}'),(33094,759,'_locations_30_location','field_5683f288dcba1'),(33095,759,'locations_30_title','Thompson Run Bridge 1, Ross Township – Bridge'),(33096,759,'_locations_30_title','field_5683f2aadcba2'),(33097,759,'locations_30_image',''),(33098,759,'_locations_30_image','field_568439ed8109d'),(33099,759,'locations_30_description',''),(33100,759,'_locations_30_description','field_5683f2b1dcba3'),(33101,759,'locations_31_location','a:3:{s:7:\"address\";s:21:\"40.512503, -79.993398\";s:3:\"lat\";s:10:\"40.5125049\";s:3:\"lng\";s:18:\"-79.99341290000001\";}'),(33102,759,'_locations_31_location','field_5683f288dcba1'),(33103,759,'locations_31_title','Thompson Run Bridge 2, Ross Township – Bridge'),(33104,759,'_locations_31_title','field_5683f2aadcba2'),(33105,759,'locations_31_image',''),(33106,759,'_locations_31_image','field_568439ed8109d'),(33107,759,'locations_31_description',''),(33108,759,'_locations_31_description','field_5683f2b1dcba3'),(33109,759,'locations_32_location','a:3:{s:7:\"address\";s:21:\"40.451854, -80.204526\";s:3:\"lat\";s:10:\"40.4518427\";s:3:\"lng\";s:18:\"-80.20452230000001\";}'),(33110,759,'_locations_32_location','field_5683f288dcba1'),(33111,759,'locations_32_title','Montour Run Bridge 13, Findlay Township – Bridge'),(33112,759,'_locations_32_title','field_5683f2aadcba2'),(33113,759,'locations_32_image',''),(33114,759,'_locations_32_image','field_568439ed8109d'),(33115,759,'locations_32_description',''),(33116,759,'_locations_32_description','field_5683f2b1dcba3'),(33117,759,'locations_33_location','a:3:{s:7:\"address\";s:21:\"40.387729, -80.157101\";s:3:\"lat\";s:9:\"40.387271\";s:3:\"lng\";s:18:\"-80.15843699999999\";}'),(33118,759,'_locations_33_location','field_5683f288dcba1'),(33119,759,'locations_33_title','Thompson Run Bridge 10 – Collier – Bridge'),(33120,759,'_locations_33_title','field_5683f2aadcba2'),(33121,759,'locations_33_image',''),(33122,759,'_locations_33_image','field_568439ed8109d'),(33123,759,'locations_33_description',''),(33124,759,'_locations_33_description','field_5683f2b1dcba3'),(33125,759,'locations_34_location','a:3:{s:7:\"address\";s:21:\"40.411953, -79.875847\";s:3:\"lat\";s:10:\"40.4120812\";s:3:\"lng\";s:18:\"-79.87589430000003\";}'),(33126,759,'_locations_34_location','field_5683f288dcba1'),(33127,759,'locations_34_title','Hawkins Village – Rankin, PA - Intersection improvements'),(33128,759,'_locations_34_title','field_5683f2aadcba2'),(33129,759,'locations_34_image',''),(33130,759,'_locations_34_image','field_568439ed8109d'),(33131,759,'locations_34_description',''),(33132,759,'_locations_34_description','field_5683f2b1dcba3'),(33133,759,'locations_35_location','a:3:{s:7:\"address\";s:21:\"40.431658, -79.988902\";s:3:\"lat\";s:10:\"40.4316605\";s:3:\"lng\";s:11:\"-79.9888856\";}'),(33134,759,'_locations_35_location','field_5683f288dcba1'),(33135,759,'locations_35_title','10th Street Bridge – City of Pittsburgh'),(33136,759,'_locations_35_title','field_5683f2aadcba2'),(33137,759,'locations_35_image',''),(33138,759,'_locations_35_image','field_568439ed8109d'),(33139,759,'locations_35_description',''),(33140,759,'_locations_35_description','field_5683f2b1dcba3'),(33141,759,'locations','36'),(33142,759,'_locations','field_5683f253a5dba'),(33143,347,'locations_35_location','a:3:{s:7:\"address\";s:21:\"40.499230, -80.046110\";s:3:\"lat\";s:10:\"40.4991326\";s:3:\"lng\";s:18:\"-80.04601000000002\";}'),(33144,347,'_locations_35_location','field_5683f288dcba1'),(33145,347,'locations_35_title','Jacks Run Bridge Number 4 – Ross Township'),(33146,347,'_locations_35_title','field_5683f2aadcba2'),(33147,347,'locations_35_image',''),(33148,347,'_locations_35_image','field_568439ed8109d'),(33149,347,'locations_35_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(33150,347,'_locations_35_description','field_5683f2b1dcba3'),(33151,760,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(33152,760,'_locations_0_location','field_5683f288dcba1'),(33153,760,'locations_0_title','SR0028, All sections'),(33154,760,'_locations_0_title','field_5683f2aadcba2'),(33155,760,'locations_0_image',''),(33156,760,'_locations_0_image','field_568439ed8109d'),(33157,760,'locations_0_description',''),(33158,760,'_locations_0_description','field_5683f2b1dcba3'),(33159,760,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(33160,760,'_locations_1_location','field_5683f288dcba1'),(33161,760,'locations_1_title','286, A09 – Golden Mile'),(33162,760,'_locations_1_title','field_5683f2aadcba2'),(33163,760,'locations_1_image',''),(33164,760,'_locations_1_image','field_568439ed8109d'),(33165,760,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(33166,760,'_locations_1_description','field_5683f2b1dcba3'),(33167,760,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(33168,760,'_locations_2_location','field_5683f288dcba1'),(33169,760,'locations_2_title','2040, A18 – Curry Hollow'),(33170,760,'_locations_2_title','field_5683f2aadcba2'),(33171,760,'locations_2_image',''),(33172,760,'_locations_2_image','field_568439ed8109d'),(33173,760,'locations_2_description',''),(33174,760,'_locations_2_description','field_5683f2b1dcba3'),(33175,760,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(33176,760,'_locations_3_location','field_5683f288dcba1'),(33177,760,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(33178,760,'_locations_3_title','field_5683f2aadcba2'),(33179,760,'locations_3_image',''),(33180,760,'_locations_3_image','field_568439ed8109d'),(33181,760,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(33182,760,'_locations_3_description','field_5683f2b1dcba3'),(33183,760,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(33184,760,'_locations_4_location','field_5683f288dcba1'),(33185,760,'locations_4_title','Duncan Avenue – Hampton Twp.'),(33186,760,'_locations_4_title','field_5683f2aadcba2'),(33187,760,'locations_4_image',''),(33188,760,'_locations_4_image','field_568439ed8109d'),(33189,760,'locations_4_description',''),(33190,760,'_locations_4_description','field_5683f2b1dcba3'),(33191,760,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(33192,760,'_locations_5_location','field_5683f288dcba1'),(33193,760,'locations_5_title','Pine Creek Road – McCandless'),(33194,760,'_locations_5_title','field_5683f2aadcba2'),(33195,760,'locations_5_image',''),(33196,760,'_locations_5_image','field_568439ed8109d'),(33197,760,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(33198,760,'_locations_5_description','field_5683f2b1dcba3'),(33199,760,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(33200,760,'_locations_6_location','field_5683f288dcba1'),(33201,760,'locations_6_title','Brewhouse – Trek Development'),(33202,760,'_locations_6_title','field_5683f2aadcba2'),(33203,760,'locations_6_image',''),(33204,760,'_locations_6_image','field_568439ed8109d'),(33205,760,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(33206,760,'_locations_6_description','field_5683f2b1dcba3'),(33207,760,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(33208,760,'_locations_7_location','field_5683f288dcba1'),(33209,760,'locations_7_title','Ewalt Road – Richland Twp.'),(33210,760,'_locations_7_title','field_5683f2aadcba2'),(33211,760,'locations_7_image',''),(33212,760,'_locations_7_image','field_568439ed8109d'),(33213,760,'locations_7_description',''),(33214,760,'_locations_7_description','field_5683f2b1dcba3'),(33215,760,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.625521, -79.941837\";s:3:\"lat\";s:10:\"40.6255198\";s:3:\"lng\";s:10:\"-79.941822\";}'),(33216,760,'_locations_8_location','field_5683f288dcba1'),(33217,760,'locations_8_title','Ewalt Road – Richland Twp.'),(33218,760,'_locations_8_title','field_5683f2aadcba2'),(33219,760,'locations_8_image',''),(33220,760,'_locations_8_image','field_568439ed8109d'),(33221,760,'locations_8_description',''),(33222,760,'_locations_8_description','field_5683f2b1dcba3'),(33223,760,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(33224,760,'_locations_9_location','field_5683f288dcba1'),(33225,760,'locations_9_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(33226,760,'_locations_9_title','field_5683f2aadcba2'),(33227,760,'locations_9_image',''),(33228,760,'_locations_9_image','field_568439ed8109d'),(33229,760,'locations_9_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(33230,760,'_locations_9_description','field_5683f2b1dcba3'),(33231,760,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.425708, -79.805807\";s:3:\"lat\";s:10:\"40.4256461\";s:3:\"lng\";s:18:\"-79.80576589999998\";}'),(33232,760,'_locations_10_location','field_5683f288dcba1'),(33233,760,'locations_10_title','State Route 2065, Section A07'),(33234,760,'_locations_10_title','field_5683f2aadcba2'),(33235,760,'locations_10_image',''),(33236,760,'_locations_10_image','field_568439ed8109d'),(33237,760,'locations_10_description',''),(33238,760,'_locations_10_description','field_5683f2b1dcba3'),(33239,760,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.354856, -80.118393\";s:3:\"lat\";s:10:\"40.3527492\";s:3:\"lng\";s:18:\"-80.11776529999997\";}'),(33240,760,'_locations_11_location','field_5683f288dcba1'),(33241,760,'locations_11_title','Southern Beltway Section C – New Roadway Construction'),(33242,760,'_locations_11_title','field_5683f2aadcba2'),(33243,760,'locations_11_image',''),(33244,760,'_locations_11_image','field_568439ed8109d'),(33245,760,'locations_11_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 18 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(33246,760,'_locations_11_description','field_5683f2b1dcba3'),(33247,760,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.509371, -80.256419\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(33248,760,'_locations_12_location','field_5683f288dcba1'),(33249,760,'locations_12_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(33250,760,'_locations_12_title','field_5683f2aadcba2'),(33251,760,'locations_12_image','671'),(33252,760,'_locations_12_image','field_568439ed8109d'),(33253,760,'locations_12_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(33254,760,'_locations_12_description','field_5683f2b1dcba3'),(33255,760,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.590450, -79.888763\";s:3:\"lat\";s:10:\"40.5943712\";s:3:\"lng\";s:18:\"-79.89597279999998\";}'),(33256,760,'_locations_13_location','field_5683f288dcba1'),(33257,760,'locations_13_title','MP 40-48 – Hampton Township – Highway Widening'),(33258,760,'_locations_13_title','field_5683f2aadcba2'),(33259,760,'locations_13_image',''),(33260,760,'_locations_13_image','field_568439ed8109d'),(33261,760,'locations_13_description','This project is for mainline reconstruction and bridge replacement and is affecting 71 properties and resulting in the relocation of 1 resident in the Townships of Harmar and Indiana, Allegheny County.'),(33262,760,'_locations_13_description','field_5683f2b1dcba3'),(33263,760,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.392019, -80.077682\";s:3:\"lat\";s:17:\"40.39202119999999\";s:3:\"lng\";s:18:\"-80.07767890000002\";}'),(33264,760,'_locations_14_location','field_5683f288dcba1'),(33265,760,'locations_14_title','Georges Run Bridge No. 1, Carnegie PA – Bridge'),(33266,760,'_locations_14_title','field_5683f2aadcba2'),(33267,760,'locations_14_image',''),(33268,760,'_locations_14_image','field_568439ed8109d'),(33269,760,'locations_14_description','This project is for a small bridge replacement and is affecting 4 properties in the Township of Scott, Allegheny County.'),(33270,760,'_locations_14_description','field_5683f2b1dcba3'),(33271,760,'locations_15_location','a:3:{s:7:\"address\";s:21:\"40.386279, -79.894258\";s:3:\"lat\";s:10:\"40.3862842\";s:3:\"lng\";s:18:\"-79.89425510000001\";}'),(33272,760,'_locations_15_location','field_5683f288dcba1'),(33273,760,'locations_15_title','Homeville Creek Bridge 7, West Mifflin PA – Bridge'),(33274,760,'_locations_15_title','field_5683f2aadcba2'),(33275,760,'locations_15_image',''),(33276,760,'_locations_15_image','field_568439ed8109d'),(33277,760,'locations_15_description','This project is for a small bridge replacement and is affecting 7 properties in the Borough of Munhall, Allegheny County.'),(33278,760,'_locations_15_description','field_5683f2b1dcba3'),(33279,760,'locations_16_location','a:3:{s:7:\"address\";s:21:\"40.396380, -79.895244\";s:3:\"lat\";s:10:\"40.3963432\";s:3:\"lng\";s:18:\"-79.89543119999996\";}'),(33280,760,'_locations_16_location','field_5683f288dcba1'),(33281,760,'locations_16_title','Homeville Creek Bridge 10 – West Mifflin PA - Bridge'),(33282,760,'_locations_16_title','field_5683f2aadcba2'),(33283,760,'locations_16_image','727'),(33284,760,'_locations_16_image','field_568439ed8109d'),(33285,760,'locations_16_description','This project was for a small bridge replacement and affected 7 properties in the Borough of Munhall, Allegheny County.'),(33286,760,'_locations_16_description','field_5683f2b1dcba3'),(33287,760,'locations_17_location','a:3:{s:7:\"address\";s:21:\"40.329286, -79.987406\";s:3:\"lat\";s:10:\"40.3292857\";s:3:\"lng\";s:18:\"-79.98741289999998\";}'),(33288,760,'_locations_17_location','field_5683f288dcba1'),(33289,760,'locations_17_title','Licks Run Bridge 9, South Park – PA – Bridge'),(33290,760,'_locations_17_title','field_5683f2aadcba2'),(33291,760,'locations_17_image','730'),(33292,760,'_locations_17_image','field_568439ed8109d'),(33293,760,'locations_17_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(33294,760,'_locations_17_description','field_5683f2b1dcba3'),(33295,760,'locations_18_location','a:3:{s:7:\"address\";s:21:\"40.329261, -79.988204\";s:3:\"lat\";s:9:\"40.329261\";s:3:\"lng\";s:10:\"-79.988205\";}'),(33296,760,'_locations_18_location','field_5683f288dcba1'),(33297,760,'locations_18_title','Licks Run Bridge 10, South Park – PA - Bridge'),(33298,760,'_locations_18_title','field_5683f2aadcba2'),(33299,760,'locations_18_image','730'),(33300,760,'_locations_18_image','field_568439ed8109d'),(33301,760,'locations_18_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(33302,760,'_locations_18_description','field_5683f2b1dcba3'),(33303,760,'locations_19_location','a:3:{s:7:\"address\";s:21:\"40.515624, -80.009959\";s:3:\"lat\";s:10:\"40.5156082\";s:3:\"lng\";s:18:\"-80.00994129999998\";}'),(33304,760,'_locations_19_location','field_5683f288dcba1'),(33305,760,'locations_19_title','Girtys Run Bridge 14'),(33306,760,'_locations_19_title','field_5683f2aadcba2'),(33307,760,'locations_19_image','733'),(33308,760,'_locations_19_image','field_568439ed8109d'),(33309,760,'locations_19_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(33310,760,'_locations_19_description','field_5683f2b1dcba3'),(33311,760,'locations_20_location','a:3:{s:7:\"address\";s:21:\"40.488268, -80.045947\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(33312,760,'_locations_20_location','field_5683f288dcba1'),(33313,760,'locations_20_title','Jacks Run 3 – Bellevue, PA – Bridge Replacement'),(33314,760,'_locations_20_title','field_5683f2aadcba2'),(33315,760,'locations_20_image','735'),(33316,760,'_locations_20_image','field_568439ed8109d'),(33317,760,'locations_20_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(33318,760,'_locations_20_description','field_5683f2b1dcba3'),(33319,760,'locations_21_location','a:3:{s:7:\"address\";s:21:\"40.330826, -79.986892\";s:3:\"lat\";s:10:\"40.3307469\";s:3:\"lng\";s:18:\"-79.98678430000001\";}'),(33320,760,'_locations_21_location','field_5683f288dcba1'),(33321,760,'locations_21_title','Brownsville to Broughton, South Park PA, intersection improvements and realignment'),(33322,760,'_locations_21_title','field_5683f2aadcba2'),(33323,760,'locations_21_image',''),(33324,760,'_locations_21_image','field_568439ed8109d'),(33325,760,'locations_21_description',''),(33326,760,'_locations_21_description','field_5683f2b1dcba3'),(33327,760,'locations_22_location','a:3:{s:7:\"address\";s:21:\"40.651302, -79.799610\";s:3:\"lat\";s:9:\"40.651344\";s:3:\"lng\";s:18:\"-79.80019399999998\";}'),(33328,760,'_locations_22_location','field_5683f288dcba1'),(33329,760,'locations_22_title','Bull Creek Bridge No. 6 – Fawn Township – Bridge'),(33330,760,'_locations_22_title','field_5683f2aadcba2'),(33331,760,'locations_22_image',''),(33332,760,'_locations_22_image','field_568439ed8109d'),(33333,760,'locations_22_description','This project is for a small bridge replacement and is affecting 9 properties in the Township of Fawn, Allegheny County.'),(33334,760,'_locations_22_description','field_5683f2b1dcba3'),(33335,760,'locations_23_location','a:3:{s:7:\"address\";s:21:\"40.662745, -79.817800\";s:3:\"lat\";s:9:\"40.663536\";s:3:\"lng\";s:10:\"-79.819073\";}'),(33336,760,'_locations_23_location','field_5683f288dcba1'),(33337,760,'locations_23_title','Bull Creek Bridge No. 9 – West Deer Township – Bridge'),(33338,760,'_locations_23_title','field_5683f2aadcba2'),(33339,760,'locations_23_image',''),(33340,760,'_locations_23_image','field_568439ed8109d'),(33341,760,'locations_23_description','This project is for a small bridge replacement and is affecting 2 properties in the Township of West Deer, Allegheny County.'),(33342,760,'_locations_23_description','field_5683f2b1dcba3'),(33343,760,'locations_24_location','a:3:{s:7:\"address\";s:21:\"40.620209, -79.833885\";s:3:\"lat\";s:10:\"40.6202319\";s:3:\"lng\";s:18:\"-79.83386789999997\";}'),(33344,760,'_locations_24_location','field_5683f288dcba1'),(33345,760,'locations_24_title','Little Deer Creek DL06 – West Deer Township – Bridge Replacement'),(33346,760,'_locations_24_title','field_5683f2aadcba2'),(33347,760,'locations_24_image','740'),(33348,760,'_locations_24_image','field_568439ed8109d'),(33349,760,'locations_24_description','This project was for a small bridge replacement and affected properties in the Township of Russellton, Allegheny County.'),(33350,760,'_locations_24_description','field_5683f2b1dcba3'),(33351,760,'locations_25_location','a:3:{s:7:\"address\";s:21:\"40.620213, -79.833892\";s:3:\"lat\";s:10:\"40.6202352\";s:3:\"lng\";s:18:\"-79.83387549999998\";}'),(33352,760,'_locations_25_location','field_5683f288dcba1'),(33353,760,'locations_25_title','Turtle Creek Bridge 6 – Turtle Creek PA'),(33354,760,'_locations_25_title','field_5683f2aadcba2'),(33355,760,'locations_25_image','742'),(33356,760,'_locations_25_image','field_568439ed8109d'),(33357,760,'locations_25_description','This project is for a mid-sized bridge replacement and is affecting 5 properties in the Borough of Turtle Creek, Allegheny County.'),(33358,760,'_locations_25_description','field_5683f2b1dcba3'),(33359,760,'locations_26_location','a:3:{s:7:\"address\";s:21:\"40.488263, -80.045950\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(33360,760,'_locations_26_location','field_5683f288dcba1'),(33361,760,'locations_26_title','Jacks Run 1, Bellevue and the City of Pittsburgh'),(33362,760,'_locations_26_title','field_5683f2aadcba2'),(33363,760,'locations_26_image','744'),(33364,760,'_locations_26_image','field_568439ed8109d'),(33365,760,'locations_26_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(33366,760,'_locations_26_description','field_5683f2b1dcba3'),(33367,760,'locations_27_location','a:3:{s:7:\"address\";s:21:\"40.541799, -80.247918\";s:3:\"lat\";s:10:\"40.5417824\";s:3:\"lng\";s:11:\"-80.2479169\";}'),(33368,760,'_locations_27_location','field_5683f288dcba1'),(33369,760,'locations_27_title','Boggs Run Bridge 1 – Moon Township'),(33370,760,'_locations_27_title','field_5683f2aadcba2'),(33371,760,'locations_27_image','746'),(33372,760,'_locations_27_image','field_568439ed8109d'),(33373,760,'locations_27_description','This project was for a small bridge replacement and affected 2 properties in the Township of Moon, Allegheny County.'),(33374,760,'_locations_27_description','field_5683f2b1dcba3'),(33375,760,'locations_28_location','a:3:{s:7:\"address\";s:21:\"40.549801, -79.997772\";s:3:\"lat\";s:9:\"40.549733\";s:3:\"lng\";s:18:\"-79.99820799999998\";}'),(33376,760,'_locations_28_location','field_5683f288dcba1'),(33377,760,'locations_28_title','Pine Creek Bridge 1 – Ross Township – Bridge'),(33378,760,'_locations_28_title','field_5683f2aadcba2'),(33379,760,'locations_28_image','749'),(33380,760,'_locations_28_image','field_568439ed8109d'),(33381,760,'locations_28_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(33382,760,'_locations_28_description','field_5683f2b1dcba3'),(33383,760,'locations_29_location','a:3:{s:7:\"address\";s:21:\"40.513209, -79.952573\";s:3:\"lat\";s:10:\"40.5132141\";s:3:\"lng\";s:18:\"-79.95257859999998\";}'),(33384,760,'_locations_29_location','field_5683f288dcba1'),(33385,760,'locations_29_title','Pine Creek Bridge 11 – Glenshaw PA – Bridge'),(33386,760,'_locations_29_title','field_5683f2aadcba2'),(33387,760,'locations_29_image',''),(33388,760,'_locations_29_image','field_568439ed8109d'),(33389,760,'locations_29_description',''),(33390,760,'_locations_29_description','field_5683f2b1dcba3'),(33391,760,'locations_30_location','a:3:{s:7:\"address\";s:21:\"40.518356, -79.992893\";s:3:\"lat\";s:10:\"40.5183459\";s:3:\"lng\";s:11:\"-79.9928827\";}'),(33392,760,'_locations_30_location','field_5683f288dcba1'),(33393,760,'locations_30_title','Thompson Run Bridge 1, Ross Township – Bridge'),(33394,760,'_locations_30_title','field_5683f2aadcba2'),(33395,760,'locations_30_image',''),(33396,760,'_locations_30_image','field_568439ed8109d'),(33397,760,'locations_30_description',''),(33398,760,'_locations_30_description','field_5683f2b1dcba3'),(33399,760,'locations_31_location','a:3:{s:7:\"address\";s:21:\"40.512503, -79.993398\";s:3:\"lat\";s:10:\"40.5125049\";s:3:\"lng\";s:18:\"-79.99341290000001\";}'),(33400,760,'_locations_31_location','field_5683f288dcba1'),(33401,760,'locations_31_title','Thompson Run Bridge 2, Ross Township – Bridge'),(33402,760,'_locations_31_title','field_5683f2aadcba2'),(33403,760,'locations_31_image',''),(33404,760,'_locations_31_image','field_568439ed8109d'),(33405,760,'locations_31_description',''),(33406,760,'_locations_31_description','field_5683f2b1dcba3'),(33407,760,'locations_32_location','a:3:{s:7:\"address\";s:21:\"40.451854, -80.204526\";s:3:\"lat\";s:10:\"40.4518427\";s:3:\"lng\";s:18:\"-80.20452230000001\";}'),(33408,760,'_locations_32_location','field_5683f288dcba1'),(33409,760,'locations_32_title','Montour Run Bridge 13, Findlay Township – Bridge'),(33410,760,'_locations_32_title','field_5683f2aadcba2'),(33411,760,'locations_32_image',''),(33412,760,'_locations_32_image','field_568439ed8109d'),(33413,760,'locations_32_description',''),(33414,760,'_locations_32_description','field_5683f2b1dcba3'),(33415,760,'locations_33_location','a:3:{s:7:\"address\";s:21:\"40.387729, -80.157101\";s:3:\"lat\";s:9:\"40.387271\";s:3:\"lng\";s:18:\"-80.15843699999999\";}'),(33416,760,'_locations_33_location','field_5683f288dcba1'),(33417,760,'locations_33_title','Thompson Run Bridge 10 – Collier – Bridge'),(33418,760,'_locations_33_title','field_5683f2aadcba2'),(33419,760,'locations_33_image',''),(33420,760,'_locations_33_image','field_568439ed8109d'),(33421,760,'locations_33_description',''),(33422,760,'_locations_33_description','field_5683f2b1dcba3'),(33423,760,'locations_34_location','a:3:{s:7:\"address\";s:21:\"40.411953, -79.875847\";s:3:\"lat\";s:10:\"40.4120812\";s:3:\"lng\";s:18:\"-79.87589430000003\";}'),(33424,760,'_locations_34_location','field_5683f288dcba1'),(33425,760,'locations_34_title','Hawkins Village – Rankin, PA - Intersection improvements'),(33426,760,'_locations_34_title','field_5683f2aadcba2'),(33427,760,'locations_34_image',''),(33428,760,'_locations_34_image','field_568439ed8109d'),(33429,760,'locations_34_description',''),(33430,760,'_locations_34_description','field_5683f2b1dcba3'),(33431,760,'locations_35_location','a:3:{s:7:\"address\";s:21:\"40.431658, -79.988902\";s:3:\"lat\";s:10:\"40.4316605\";s:3:\"lng\";s:11:\"-79.9888856\";}'),(33432,760,'_locations_35_location','field_5683f288dcba1'),(33433,760,'locations_35_title','10th Street Bridge – City of Pittsburgh'),(33434,760,'_locations_35_title','field_5683f2aadcba2'),(33435,760,'locations_35_image',''),(33436,760,'_locations_35_image','field_568439ed8109d'),(33437,760,'locations_35_description','This project is for a bridge rehabilitation and is affecting 5 properties in the City of Pittsburgh, Allegheny County.'),(33438,760,'_locations_35_description','field_5683f2b1dcba3'),(33439,760,'locations','36'),(33440,760,'_locations','field_5683f253a5dba'),(33441,761,'_wp_attached_file','2015/12/wp65d11ade_06-2.png'),(33442,761,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:281;s:6:\"height\";i:198;s:4:\"file\";s:27:\"2015/12/wp65d11ade_06-2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"wp65d11ade_06-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(33443,762,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(33444,762,'_locations_0_location','field_5683f288dcba1'),(33445,762,'locations_0_title','SR0028, All sections'),(33446,762,'_locations_0_title','field_5683f2aadcba2'),(33447,762,'locations_0_image',''),(33448,762,'_locations_0_image','field_568439ed8109d'),(33449,762,'locations_0_description',''),(33450,762,'_locations_0_description','field_5683f2b1dcba3'),(33451,762,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(33452,762,'_locations_1_location','field_5683f288dcba1'),(33453,762,'locations_1_title','286, A09 – Golden Mile'),(33454,762,'_locations_1_title','field_5683f2aadcba2'),(33455,762,'locations_1_image',''),(33456,762,'_locations_1_image','field_568439ed8109d'),(33457,762,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(33458,762,'_locations_1_description','field_5683f2b1dcba3'),(33459,762,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(33460,762,'_locations_2_location','field_5683f288dcba1'),(33461,762,'locations_2_title','2040, A18 – Curry Hollow'),(33462,762,'_locations_2_title','field_5683f2aadcba2'),(33463,762,'locations_2_image',''),(33464,762,'_locations_2_image','field_568439ed8109d'),(33465,762,'locations_2_description',''),(33466,762,'_locations_2_description','field_5683f2b1dcba3'),(33467,762,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(33468,762,'_locations_3_location','field_5683f288dcba1'),(33469,762,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(33470,762,'_locations_3_title','field_5683f2aadcba2'),(33471,762,'locations_3_image',''),(33472,762,'_locations_3_image','field_568439ed8109d'),(33473,762,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(33474,762,'_locations_3_description','field_5683f2b1dcba3'),(33475,762,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(33476,762,'_locations_4_location','field_5683f288dcba1'),(33477,762,'locations_4_title','Duncan Avenue – Hampton Twp.'),(33478,762,'_locations_4_title','field_5683f2aadcba2'),(33479,762,'locations_4_image',''),(33480,762,'_locations_4_image','field_568439ed8109d'),(33481,762,'locations_4_description',''),(33482,762,'_locations_4_description','field_5683f2b1dcba3'),(33483,762,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(33484,762,'_locations_5_location','field_5683f288dcba1'),(33485,762,'locations_5_title','Pine Creek Road – McCandless'),(33486,762,'_locations_5_title','field_5683f2aadcba2'),(33487,762,'locations_5_image',''),(33488,762,'_locations_5_image','field_568439ed8109d'),(33489,762,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(33490,762,'_locations_5_description','field_5683f2b1dcba3'),(33491,762,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(33492,762,'_locations_6_location','field_5683f288dcba1'),(33493,762,'locations_6_title','Brewhouse – Trek Development'),(33494,762,'_locations_6_title','field_5683f2aadcba2'),(33495,762,'locations_6_image',''),(33496,762,'_locations_6_image','field_568439ed8109d'),(33497,762,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(33498,762,'_locations_6_description','field_5683f2b1dcba3'),(33499,762,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(33500,762,'_locations_7_location','field_5683f288dcba1'),(33501,762,'locations_7_title','Ewalt Road – Richland Twp.'),(33502,762,'_locations_7_title','field_5683f2aadcba2'),(33503,762,'locations_7_image',''),(33504,762,'_locations_7_image','field_568439ed8109d'),(33505,762,'locations_7_description',''),(33506,762,'_locations_7_description','field_5683f2b1dcba3'),(33507,762,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.625521, -79.941837\";s:3:\"lat\";s:10:\"40.6255198\";s:3:\"lng\";s:10:\"-79.941822\";}'),(33508,762,'_locations_8_location','field_5683f288dcba1'),(33509,762,'locations_8_title','Ewalt Road – Richland Twp.'),(33510,762,'_locations_8_title','field_5683f2aadcba2'),(33511,762,'locations_8_image',''),(33512,762,'_locations_8_image','field_568439ed8109d'),(33513,762,'locations_8_description',''),(33514,762,'_locations_8_description','field_5683f2b1dcba3'),(33515,762,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(33516,762,'_locations_9_location','field_5683f288dcba1'),(33517,762,'locations_9_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(33518,762,'_locations_9_title','field_5683f2aadcba2'),(33519,762,'locations_9_image',''),(33520,762,'_locations_9_image','field_568439ed8109d'),(33521,762,'locations_9_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(33522,762,'_locations_9_description','field_5683f2b1dcba3'),(33523,762,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.425708, -79.805807\";s:3:\"lat\";s:10:\"40.4256461\";s:3:\"lng\";s:18:\"-79.80576589999998\";}'),(33524,762,'_locations_10_location','field_5683f288dcba1'),(33525,762,'locations_10_title','State Route 2065, Section A07'),(33526,762,'_locations_10_title','field_5683f2aadcba2'),(33527,762,'locations_10_image',''),(33528,762,'_locations_10_image','field_568439ed8109d'),(33529,762,'locations_10_description',''),(33530,762,'_locations_10_description','field_5683f2b1dcba3'),(33531,762,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.354856, -80.118393\";s:3:\"lat\";s:10:\"40.3527492\";s:3:\"lng\";s:18:\"-80.11776529999997\";}'),(33532,762,'_locations_11_location','field_5683f288dcba1'),(33533,762,'locations_11_title','Southern Beltway Section C – New Roadway Construction'),(33534,762,'_locations_11_title','field_5683f2aadcba2'),(33535,762,'locations_11_image',''),(33536,762,'_locations_11_image','field_568439ed8109d'),(33537,762,'locations_11_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 18 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(33538,762,'_locations_11_description','field_5683f2b1dcba3'),(33539,762,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.509371, -80.256419\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(33540,762,'_locations_12_location','field_5683f288dcba1'),(33541,762,'locations_12_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(33542,762,'_locations_12_title','field_5683f2aadcba2'),(33543,762,'locations_12_image','671'),(33544,762,'_locations_12_image','field_568439ed8109d'),(33545,762,'locations_12_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(33546,762,'_locations_12_description','field_5683f2b1dcba3'),(33547,762,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.590450, -79.888763\";s:3:\"lat\";s:10:\"40.5943712\";s:3:\"lng\";s:18:\"-79.89597279999998\";}'),(33548,762,'_locations_13_location','field_5683f288dcba1'),(33549,762,'locations_13_title','MP 40-48 – Hampton Township – Highway Widening'),(33550,762,'_locations_13_title','field_5683f2aadcba2'),(33551,762,'locations_13_image',''),(33552,762,'_locations_13_image','field_568439ed8109d'),(33553,762,'locations_13_description','This project is for mainline reconstruction and bridge replacement and is affecting 71 properties and resulting in the relocation of 1 resident in the Townships of Harmar and Indiana, Allegheny County.'),(33554,762,'_locations_13_description','field_5683f2b1dcba3'),(33555,762,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.392019, -80.077682\";s:3:\"lat\";s:17:\"40.39202119999999\";s:3:\"lng\";s:18:\"-80.07767890000002\";}'),(33556,762,'_locations_14_location','field_5683f288dcba1'),(33557,762,'locations_14_title','Georges Run Bridge No. 1, Carnegie PA – Bridge'),(33558,762,'_locations_14_title','field_5683f2aadcba2'),(33559,762,'locations_14_image',''),(33560,762,'_locations_14_image','field_568439ed8109d'),(33561,762,'locations_14_description','This project is for a small bridge replacement and is affecting 4 properties in the Township of Scott, Allegheny County.'),(33562,762,'_locations_14_description','field_5683f2b1dcba3'),(33563,762,'locations_15_location','a:3:{s:7:\"address\";s:21:\"40.386279, -79.894258\";s:3:\"lat\";s:10:\"40.3862842\";s:3:\"lng\";s:18:\"-79.89425510000001\";}'),(33564,762,'_locations_15_location','field_5683f288dcba1'),(33565,762,'locations_15_title','Homeville Creek Bridge 7, West Mifflin PA – Bridge'),(33566,762,'_locations_15_title','field_5683f2aadcba2'),(33567,762,'locations_15_image',''),(33568,762,'_locations_15_image','field_568439ed8109d'),(33569,762,'locations_15_description','This project is for a small bridge replacement and is affecting 7 properties in the Borough of Munhall, Allegheny County.'),(33570,762,'_locations_15_description','field_5683f2b1dcba3'),(33571,762,'locations_16_location','a:3:{s:7:\"address\";s:21:\"40.396380, -79.895244\";s:3:\"lat\";s:10:\"40.3963432\";s:3:\"lng\";s:18:\"-79.89543119999996\";}'),(33572,762,'_locations_16_location','field_5683f288dcba1'),(33573,762,'locations_16_title','Homeville Creek Bridge 10 – West Mifflin PA - Bridge'),(33574,762,'_locations_16_title','field_5683f2aadcba2'),(33575,762,'locations_16_image','727'),(33576,762,'_locations_16_image','field_568439ed8109d'),(33577,762,'locations_16_description','This project was for a small bridge replacement and affected 7 properties in the Borough of Munhall, Allegheny County.'),(33578,762,'_locations_16_description','field_5683f2b1dcba3'),(33579,762,'locations_17_location','a:3:{s:7:\"address\";s:21:\"40.329286, -79.987406\";s:3:\"lat\";s:10:\"40.3292857\";s:3:\"lng\";s:18:\"-79.98741289999998\";}'),(33580,762,'_locations_17_location','field_5683f288dcba1'),(33581,762,'locations_17_title','Licks Run Bridge 9, South Park – PA – Bridge'),(33582,762,'_locations_17_title','field_5683f2aadcba2'),(33583,762,'locations_17_image','730'),(33584,762,'_locations_17_image','field_568439ed8109d'),(33585,762,'locations_17_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(33586,762,'_locations_17_description','field_5683f2b1dcba3'),(33587,762,'locations_18_location','a:3:{s:7:\"address\";s:21:\"40.329261, -79.988204\";s:3:\"lat\";s:9:\"40.329261\";s:3:\"lng\";s:10:\"-79.988205\";}'),(33588,762,'_locations_18_location','field_5683f288dcba1'),(33589,762,'locations_18_title','Licks Run Bridge 10, South Park – PA - Bridge'),(33590,762,'_locations_18_title','field_5683f2aadcba2'),(33591,762,'locations_18_image','730'),(33592,762,'_locations_18_image','field_568439ed8109d'),(33593,762,'locations_18_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(33594,762,'_locations_18_description','field_5683f2b1dcba3'),(33595,762,'locations_19_location','a:3:{s:7:\"address\";s:21:\"40.515624, -80.009959\";s:3:\"lat\";s:10:\"40.5156082\";s:3:\"lng\";s:18:\"-80.00994129999998\";}'),(33596,762,'_locations_19_location','field_5683f288dcba1'),(33597,762,'locations_19_title','Girtys Run Bridge 14'),(33598,762,'_locations_19_title','field_5683f2aadcba2'),(33599,762,'locations_19_image','733'),(33600,762,'_locations_19_image','field_568439ed8109d'),(33601,762,'locations_19_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(33602,762,'_locations_19_description','field_5683f2b1dcba3'),(33603,762,'locations_20_location','a:3:{s:7:\"address\";s:21:\"40.488268, -80.045947\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(33604,762,'_locations_20_location','field_5683f288dcba1'),(33605,762,'locations_20_title','Jacks Run 3 – Bellevue, PA – Bridge Replacement'),(33606,762,'_locations_20_title','field_5683f2aadcba2'),(33607,762,'locations_20_image','735'),(33608,762,'_locations_20_image','field_568439ed8109d'),(33609,762,'locations_20_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(33610,762,'_locations_20_description','field_5683f2b1dcba3'),(33611,762,'locations_21_location','a:3:{s:7:\"address\";s:21:\"40.330826, -79.986892\";s:3:\"lat\";s:10:\"40.3307469\";s:3:\"lng\";s:18:\"-79.98678430000001\";}'),(33612,762,'_locations_21_location','field_5683f288dcba1'),(33613,762,'locations_21_title','Brownsville to Broughton, South Park PA, intersection improvements and realignment'),(33614,762,'_locations_21_title','field_5683f2aadcba2'),(33615,762,'locations_21_image',''),(33616,762,'_locations_21_image','field_568439ed8109d'),(33617,762,'locations_21_description',''),(33618,762,'_locations_21_description','field_5683f2b1dcba3'),(33619,762,'locations_22_location','a:3:{s:7:\"address\";s:21:\"40.651302, -79.799610\";s:3:\"lat\";s:9:\"40.651344\";s:3:\"lng\";s:18:\"-79.80019399999998\";}'),(33620,762,'_locations_22_location','field_5683f288dcba1'),(33621,762,'locations_22_title','Bull Creek Bridge No. 6 – Fawn Township – Bridge'),(33622,762,'_locations_22_title','field_5683f2aadcba2'),(33623,762,'locations_22_image',''),(33624,762,'_locations_22_image','field_568439ed8109d'),(33625,762,'locations_22_description','This project is for a small bridge replacement and is affecting 9 properties in the Township of Fawn, Allegheny County.'),(33626,762,'_locations_22_description','field_5683f2b1dcba3'),(33627,762,'locations_23_location','a:3:{s:7:\"address\";s:21:\"40.662745, -79.817800\";s:3:\"lat\";s:9:\"40.663536\";s:3:\"lng\";s:10:\"-79.819073\";}'),(33628,762,'_locations_23_location','field_5683f288dcba1'),(33629,762,'locations_23_title','Bull Creek Bridge No. 9 – West Deer Township – Bridge'),(33630,762,'_locations_23_title','field_5683f2aadcba2'),(33631,762,'locations_23_image',''),(33632,762,'_locations_23_image','field_568439ed8109d'),(33633,762,'locations_23_description','This project is for a small bridge replacement and is affecting 2 properties in the Township of West Deer, Allegheny County.'),(33634,762,'_locations_23_description','field_5683f2b1dcba3'),(33635,762,'locations_24_location','a:3:{s:7:\"address\";s:21:\"40.620209, -79.833885\";s:3:\"lat\";s:10:\"40.6202319\";s:3:\"lng\";s:18:\"-79.83386789999997\";}'),(33636,762,'_locations_24_location','field_5683f288dcba1'),(33637,762,'locations_24_title','Little Deer Creek DL06 – West Deer Township – Bridge Replacement'),(33638,762,'_locations_24_title','field_5683f2aadcba2'),(33639,762,'locations_24_image','740'),(33640,762,'_locations_24_image','field_568439ed8109d'),(33641,762,'locations_24_description','This project was for a small bridge replacement and affected properties in the Township of Russellton, Allegheny County.'),(33642,762,'_locations_24_description','field_5683f2b1dcba3'),(33643,762,'locations_25_location','a:3:{s:7:\"address\";s:21:\"40.620213, -79.833892\";s:3:\"lat\";s:10:\"40.6202352\";s:3:\"lng\";s:18:\"-79.83387549999998\";}'),(33644,762,'_locations_25_location','field_5683f288dcba1'),(33645,762,'locations_25_title','Turtle Creek Bridge 6 – Turtle Creek PA'),(33646,762,'_locations_25_title','field_5683f2aadcba2'),(33647,762,'locations_25_image','742'),(33648,762,'_locations_25_image','field_568439ed8109d'),(33649,762,'locations_25_description','This project is for a mid-sized bridge replacement and is affecting 5 properties in the Borough of Turtle Creek, Allegheny County.'),(33650,762,'_locations_25_description','field_5683f2b1dcba3'),(33651,762,'locations_26_location','a:3:{s:7:\"address\";s:21:\"40.488263, -80.045950\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(33652,762,'_locations_26_location','field_5683f288dcba1'),(33653,762,'locations_26_title','Jacks Run 1, Bellevue and the City of Pittsburgh'),(33654,762,'_locations_26_title','field_5683f2aadcba2'),(33655,762,'locations_26_image','744'),(33656,762,'_locations_26_image','field_568439ed8109d'),(33657,762,'locations_26_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(33658,762,'_locations_26_description','field_5683f2b1dcba3'),(33659,762,'locations_27_location','a:3:{s:7:\"address\";s:21:\"40.541799, -80.247918\";s:3:\"lat\";s:10:\"40.5417824\";s:3:\"lng\";s:11:\"-80.2479169\";}'),(33660,762,'_locations_27_location','field_5683f288dcba1'),(33661,762,'locations_27_title','Boggs Run Bridge 1 – Moon Township'),(33662,762,'_locations_27_title','field_5683f2aadcba2'),(33663,762,'locations_27_image','746'),(33664,762,'_locations_27_image','field_568439ed8109d'),(33665,762,'locations_27_description','This project was for a small bridge replacement and affected 2 properties in the Township of Moon, Allegheny County.'),(33666,762,'_locations_27_description','field_5683f2b1dcba3'),(33667,762,'locations_28_location','a:3:{s:7:\"address\";s:21:\"40.549801, -79.997772\";s:3:\"lat\";s:9:\"40.549733\";s:3:\"lng\";s:18:\"-79.99820799999998\";}'),(33668,762,'_locations_28_location','field_5683f288dcba1'),(33669,762,'locations_28_title','Pine Creek Bridge 1 – Ross Township – Bridge'),(33670,762,'_locations_28_title','field_5683f2aadcba2'),(33671,762,'locations_28_image','749'),(33672,762,'_locations_28_image','field_568439ed8109d'),(33673,762,'locations_28_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(33674,762,'_locations_28_description','field_5683f2b1dcba3'),(33675,762,'locations_29_location','a:3:{s:7:\"address\";s:21:\"40.513209, -79.952573\";s:3:\"lat\";s:10:\"40.5132141\";s:3:\"lng\";s:18:\"-79.95257859999998\";}'),(33676,762,'_locations_29_location','field_5683f288dcba1'),(33677,762,'locations_29_title','Pine Creek Bridge 11 – Glenshaw PA – Bridge'),(33678,762,'_locations_29_title','field_5683f2aadcba2'),(33679,762,'locations_29_image',''),(33680,762,'_locations_29_image','field_568439ed8109d'),(33681,762,'locations_29_description',''),(33682,762,'_locations_29_description','field_5683f2b1dcba3'),(33683,762,'locations_30_location','a:3:{s:7:\"address\";s:21:\"40.518356, -79.992893\";s:3:\"lat\";s:10:\"40.5183459\";s:3:\"lng\";s:11:\"-79.9928827\";}'),(33684,762,'_locations_30_location','field_5683f288dcba1'),(33685,762,'locations_30_title','Thompson Run Bridge 1, Ross Township – Bridge'),(33686,762,'_locations_30_title','field_5683f2aadcba2'),(33687,762,'locations_30_image',''),(33688,762,'_locations_30_image','field_568439ed8109d'),(33689,762,'locations_30_description',''),(33690,762,'_locations_30_description','field_5683f2b1dcba3'),(33691,762,'locations_31_location','a:3:{s:7:\"address\";s:21:\"40.512503, -79.993398\";s:3:\"lat\";s:10:\"40.5125049\";s:3:\"lng\";s:18:\"-79.99341290000001\";}'),(33692,762,'_locations_31_location','field_5683f288dcba1'),(33693,762,'locations_31_title','Thompson Run Bridge 2, Ross Township – Bridge'),(33694,762,'_locations_31_title','field_5683f2aadcba2'),(33695,762,'locations_31_image',''),(33696,762,'_locations_31_image','field_568439ed8109d'),(33697,762,'locations_31_description',''),(33698,762,'_locations_31_description','field_5683f2b1dcba3'),(33699,762,'locations_32_location','a:3:{s:7:\"address\";s:21:\"40.451854, -80.204526\";s:3:\"lat\";s:10:\"40.4518427\";s:3:\"lng\";s:18:\"-80.20452230000001\";}'),(33700,762,'_locations_32_location','field_5683f288dcba1'),(33701,762,'locations_32_title','Montour Run Bridge 13, Findlay Township – Bridge'),(33702,762,'_locations_32_title','field_5683f2aadcba2'),(33703,762,'locations_32_image',''),(33704,762,'_locations_32_image','field_568439ed8109d'),(33705,762,'locations_32_description',''),(33706,762,'_locations_32_description','field_5683f2b1dcba3'),(33707,762,'locations_33_location','a:3:{s:7:\"address\";s:21:\"40.387729, -80.157101\";s:3:\"lat\";s:9:\"40.387271\";s:3:\"lng\";s:18:\"-80.15843699999999\";}'),(33708,762,'_locations_33_location','field_5683f288dcba1'),(33709,762,'locations_33_title','Thompson Run Bridge 10 – Collier – Bridge'),(33710,762,'_locations_33_title','field_5683f2aadcba2'),(33711,762,'locations_33_image',''),(33712,762,'_locations_33_image','field_568439ed8109d'),(33713,762,'locations_33_description',''),(33714,762,'_locations_33_description','field_5683f2b1dcba3'),(33715,762,'locations_34_location','a:3:{s:7:\"address\";s:21:\"40.411953, -79.875847\";s:3:\"lat\";s:10:\"40.4120812\";s:3:\"lng\";s:18:\"-79.87589430000003\";}'),(33716,762,'_locations_34_location','field_5683f288dcba1'),(33717,762,'locations_34_title','Hawkins Village – Rankin, PA - Intersection improvements'),(33718,762,'_locations_34_title','field_5683f2aadcba2'),(33719,762,'locations_34_image',''),(33720,762,'_locations_34_image','field_568439ed8109d'),(33721,762,'locations_34_description',''),(33722,762,'_locations_34_description','field_5683f2b1dcba3'),(33723,762,'locations_35_location','a:3:{s:7:\"address\";s:21:\"40.431658, -79.988902\";s:3:\"lat\";s:10:\"40.4316605\";s:3:\"lng\";s:11:\"-79.9888856\";}'),(33724,762,'_locations_35_location','field_5683f288dcba1'),(33725,762,'locations_35_title','10th Street Bridge – City of Pittsburgh'),(33726,762,'_locations_35_title','field_5683f2aadcba2'),(33727,762,'locations_35_image',''),(33728,762,'_locations_35_image','field_568439ed8109d'),(33729,762,'locations_35_description','This project is for a bridge rehabilitation and is affecting 5 properties in the City of Pittsburgh, Allegheny County.'),(33730,762,'_locations_35_description','field_5683f2b1dcba3'),(33731,762,'locations_36_location','a:3:{s:7:\"address\";s:21:\"40.499230, -80.046110\";s:3:\"lat\";s:10:\"40.4991326\";s:3:\"lng\";s:18:\"-80.04601000000002\";}'),(33732,762,'_locations_36_location','field_5683f288dcba1'),(33733,762,'locations_36_title','Jacks Run Bridge Number 4 – Ross Township'),(33734,762,'_locations_36_title','field_5683f2aadcba2'),(33735,762,'locations_36_image','761'),(33736,762,'_locations_36_image','field_568439ed8109d'),(33737,762,'locations_36_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(33738,762,'_locations_36_description','field_5683f2b1dcba3'),(33739,762,'locations','37'),(33740,762,'_locations','field_5683f253a5dba'),(33741,347,'locations_36_location','a:3:{s:7:\"address\";s:21:\"40.459236, -79.925044\";s:3:\"lat\";s:10:\"40.4592362\";s:3:\"lng\";s:18:\"-79.92502609999997\";}'),(33742,347,'_locations_36_location','field_5683f288dcba1'),(33743,347,'locations_36_title','South Highland Bridge'),(33744,347,'_locations_36_title','field_5683f2aadcba2'),(33745,347,'locations_36_image','765'),(33746,347,'_locations_36_image','field_568439ed8109d'),(33747,347,'locations_36_description','This project was for a small bridge replacement and affected 5 properties in the City of Pittsburgh, Allegheny County.'),(33748,347,'_locations_36_description','field_5683f2b1dcba3'),(33749,763,'_wp_attached_file','2015/12/wp2b8a84bf_05_06.jpg'),(33750,763,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:410;s:6:\"height\";i:410;s:4:\"file\";s:28:\"2015/12/wp2b8a84bf_05_06.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"wp2b8a84bf_05_06-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"wp2b8a84bf_05_06-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"wp2b8a84bf_05_06-374x410.jpg\";s:5:\"width\";i:374;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"wordpressstartertheme-full-width\";a:4:{s:4:\"file\";s:28:\"wp2b8a84bf_05_06-374x410.jpg\";s:5:\"width\";i:374;s:6:\"height\";i:410;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(33751,764,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(33752,764,'_locations_0_location','field_5683f288dcba1'),(33753,764,'locations_0_title','SR0028, All sections'),(33754,764,'_locations_0_title','field_5683f2aadcba2'),(33755,764,'locations_0_image',''),(33756,764,'_locations_0_image','field_568439ed8109d'),(33757,764,'locations_0_description',''),(33758,764,'_locations_0_description','field_5683f2b1dcba3'),(33759,764,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(33760,764,'_locations_1_location','field_5683f288dcba1'),(33761,764,'locations_1_title','286, A09 – Golden Mile'),(33762,764,'_locations_1_title','field_5683f2aadcba2'),(33763,764,'locations_1_image',''),(33764,764,'_locations_1_image','field_568439ed8109d'),(33765,764,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(33766,764,'_locations_1_description','field_5683f2b1dcba3'),(33767,764,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(33768,764,'_locations_2_location','field_5683f288dcba1'),(33769,764,'locations_2_title','2040, A18 – Curry Hollow'),(33770,764,'_locations_2_title','field_5683f2aadcba2'),(33771,764,'locations_2_image',''),(33772,764,'_locations_2_image','field_568439ed8109d'),(33773,764,'locations_2_description',''),(33774,764,'_locations_2_description','field_5683f2b1dcba3'),(33775,764,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(33776,764,'_locations_3_location','field_5683f288dcba1'),(33777,764,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(33778,764,'_locations_3_title','field_5683f2aadcba2'),(33779,764,'locations_3_image',''),(33780,764,'_locations_3_image','field_568439ed8109d'),(33781,764,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(33782,764,'_locations_3_description','field_5683f2b1dcba3'),(33783,764,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(33784,764,'_locations_4_location','field_5683f288dcba1'),(33785,764,'locations_4_title','Duncan Avenue – Hampton Twp.'),(33786,764,'_locations_4_title','field_5683f2aadcba2'),(33787,764,'locations_4_image',''),(33788,764,'_locations_4_image','field_568439ed8109d'),(33789,764,'locations_4_description',''),(33790,764,'_locations_4_description','field_5683f2b1dcba3'),(33791,764,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(33792,764,'_locations_5_location','field_5683f288dcba1'),(33793,764,'locations_5_title','Pine Creek Road – McCandless'),(33794,764,'_locations_5_title','field_5683f2aadcba2'),(33795,764,'locations_5_image',''),(33796,764,'_locations_5_image','field_568439ed8109d'),(33797,764,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(33798,764,'_locations_5_description','field_5683f2b1dcba3'),(33799,764,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(33800,764,'_locations_6_location','field_5683f288dcba1'),(33801,764,'locations_6_title','Brewhouse – Trek Development'),(33802,764,'_locations_6_title','field_5683f2aadcba2'),(33803,764,'locations_6_image',''),(33804,764,'_locations_6_image','field_568439ed8109d'),(33805,764,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(33806,764,'_locations_6_description','field_5683f2b1dcba3'),(33807,764,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(33808,764,'_locations_7_location','field_5683f288dcba1'),(33809,764,'locations_7_title','Ewalt Road – Richland Twp.'),(33810,764,'_locations_7_title','field_5683f2aadcba2'),(33811,764,'locations_7_image',''),(33812,764,'_locations_7_image','field_568439ed8109d'),(33813,764,'locations_7_description',''),(33814,764,'_locations_7_description','field_5683f2b1dcba3'),(33815,764,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.625521, -79.941837\";s:3:\"lat\";s:10:\"40.6255198\";s:3:\"lng\";s:10:\"-79.941822\";}'),(33816,764,'_locations_8_location','field_5683f288dcba1'),(33817,764,'locations_8_title','Ewalt Road – Richland Twp.'),(33818,764,'_locations_8_title','field_5683f2aadcba2'),(33819,764,'locations_8_image',''),(33820,764,'_locations_8_image','field_568439ed8109d'),(33821,764,'locations_8_description',''),(33822,764,'_locations_8_description','field_5683f2b1dcba3'),(33823,764,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(33824,764,'_locations_9_location','field_5683f288dcba1'),(33825,764,'locations_9_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(33826,764,'_locations_9_title','field_5683f2aadcba2'),(33827,764,'locations_9_image',''),(33828,764,'_locations_9_image','field_568439ed8109d'),(33829,764,'locations_9_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(33830,764,'_locations_9_description','field_5683f2b1dcba3'),(33831,764,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.425708, -79.805807\";s:3:\"lat\";s:10:\"40.4256461\";s:3:\"lng\";s:18:\"-79.80576589999998\";}'),(33832,764,'_locations_10_location','field_5683f288dcba1'),(33833,764,'locations_10_title','State Route 2065, Section A07'),(33834,764,'_locations_10_title','field_5683f2aadcba2'),(33835,764,'locations_10_image',''),(33836,764,'_locations_10_image','field_568439ed8109d'),(33837,764,'locations_10_description',''),(33838,764,'_locations_10_description','field_5683f2b1dcba3'),(33839,764,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.354856, -80.118393\";s:3:\"lat\";s:10:\"40.3527492\";s:3:\"lng\";s:18:\"-80.11776529999997\";}'),(33840,764,'_locations_11_location','field_5683f288dcba1'),(33841,764,'locations_11_title','Southern Beltway Section C – New Roadway Construction'),(33842,764,'_locations_11_title','field_5683f2aadcba2'),(33843,764,'locations_11_image',''),(33844,764,'_locations_11_image','field_568439ed8109d'),(33845,764,'locations_11_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 18 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(33846,764,'_locations_11_description','field_5683f2b1dcba3'),(33847,764,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.509371, -80.256419\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(33848,764,'_locations_12_location','field_5683f288dcba1'),(33849,764,'locations_12_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(33850,764,'_locations_12_title','field_5683f2aadcba2'),(33851,764,'locations_12_image','671'),(33852,764,'_locations_12_image','field_568439ed8109d'),(33853,764,'locations_12_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(33854,764,'_locations_12_description','field_5683f2b1dcba3'),(33855,764,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.590450, -79.888763\";s:3:\"lat\";s:10:\"40.5943712\";s:3:\"lng\";s:18:\"-79.89597279999998\";}'),(33856,764,'_locations_13_location','field_5683f288dcba1'),(33857,764,'locations_13_title','MP 40-48 – Hampton Township – Highway Widening'),(33858,764,'_locations_13_title','field_5683f2aadcba2'),(33859,764,'locations_13_image',''),(33860,764,'_locations_13_image','field_568439ed8109d'),(33861,764,'locations_13_description','This project is for mainline reconstruction and bridge replacement and is affecting 71 properties and resulting in the relocation of 1 resident in the Townships of Harmar and Indiana, Allegheny County.'),(33862,764,'_locations_13_description','field_5683f2b1dcba3'),(33863,764,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.392019, -80.077682\";s:3:\"lat\";s:17:\"40.39202119999999\";s:3:\"lng\";s:18:\"-80.07767890000002\";}'),(33864,764,'_locations_14_location','field_5683f288dcba1'),(33865,764,'locations_14_title','Georges Run Bridge No. 1, Carnegie PA – Bridge'),(33866,764,'_locations_14_title','field_5683f2aadcba2'),(33867,764,'locations_14_image',''),(33868,764,'_locations_14_image','field_568439ed8109d'),(33869,764,'locations_14_description','This project is for a small bridge replacement and is affecting 4 properties in the Township of Scott, Allegheny County.'),(33870,764,'_locations_14_description','field_5683f2b1dcba3'),(33871,764,'locations_15_location','a:3:{s:7:\"address\";s:21:\"40.386279, -79.894258\";s:3:\"lat\";s:10:\"40.3862842\";s:3:\"lng\";s:18:\"-79.89425510000001\";}'),(33872,764,'_locations_15_location','field_5683f288dcba1'),(33873,764,'locations_15_title','Homeville Creek Bridge 7, West Mifflin PA – Bridge'),(33874,764,'_locations_15_title','field_5683f2aadcba2'),(33875,764,'locations_15_image',''),(33876,764,'_locations_15_image','field_568439ed8109d'),(33877,764,'locations_15_description','This project is for a small bridge replacement and is affecting 7 properties in the Borough of Munhall, Allegheny County.'),(33878,764,'_locations_15_description','field_5683f2b1dcba3'),(33879,764,'locations_16_location','a:3:{s:7:\"address\";s:21:\"40.396380, -79.895244\";s:3:\"lat\";s:10:\"40.3963432\";s:3:\"lng\";s:18:\"-79.89543119999996\";}'),(33880,764,'_locations_16_location','field_5683f288dcba1'),(33881,764,'locations_16_title','Homeville Creek Bridge 10 – West Mifflin PA - Bridge'),(33882,764,'_locations_16_title','field_5683f2aadcba2'),(33883,764,'locations_16_image','727'),(33884,764,'_locations_16_image','field_568439ed8109d'),(33885,764,'locations_16_description','This project was for a small bridge replacement and affected 7 properties in the Borough of Munhall, Allegheny County.'),(33886,764,'_locations_16_description','field_5683f2b1dcba3'),(33887,764,'locations_17_location','a:3:{s:7:\"address\";s:21:\"40.329286, -79.987406\";s:3:\"lat\";s:10:\"40.3292857\";s:3:\"lng\";s:18:\"-79.98741289999998\";}'),(33888,764,'_locations_17_location','field_5683f288dcba1'),(33889,764,'locations_17_title','Licks Run Bridge 9, South Park – PA – Bridge'),(33890,764,'_locations_17_title','field_5683f2aadcba2'),(33891,764,'locations_17_image','730'),(33892,764,'_locations_17_image','field_568439ed8109d'),(33893,764,'locations_17_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(33894,764,'_locations_17_description','field_5683f2b1dcba3'),(33895,764,'locations_18_location','a:3:{s:7:\"address\";s:21:\"40.329261, -79.988204\";s:3:\"lat\";s:9:\"40.329261\";s:3:\"lng\";s:10:\"-79.988205\";}'),(33896,764,'_locations_18_location','field_5683f288dcba1'),(33897,764,'locations_18_title','Licks Run Bridge 10, South Park – PA - Bridge'),(33898,764,'_locations_18_title','field_5683f2aadcba2'),(33899,764,'locations_18_image','730'),(33900,764,'_locations_18_image','field_568439ed8109d'),(33901,764,'locations_18_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(33902,764,'_locations_18_description','field_5683f2b1dcba3'),(33903,764,'locations_19_location','a:3:{s:7:\"address\";s:21:\"40.515624, -80.009959\";s:3:\"lat\";s:10:\"40.5156082\";s:3:\"lng\";s:18:\"-80.00994129999998\";}'),(33904,764,'_locations_19_location','field_5683f288dcba1'),(33905,764,'locations_19_title','Girtys Run Bridge 14'),(33906,764,'_locations_19_title','field_5683f2aadcba2'),(33907,764,'locations_19_image','733'),(33908,764,'_locations_19_image','field_568439ed8109d'),(33909,764,'locations_19_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(33910,764,'_locations_19_description','field_5683f2b1dcba3'),(33911,764,'locations_20_location','a:3:{s:7:\"address\";s:21:\"40.488268, -80.045947\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(33912,764,'_locations_20_location','field_5683f288dcba1'),(33913,764,'locations_20_title','Jacks Run 3 – Bellevue, PA – Bridge Replacement'),(33914,764,'_locations_20_title','field_5683f2aadcba2'),(33915,764,'locations_20_image','735'),(33916,764,'_locations_20_image','field_568439ed8109d'),(33917,764,'locations_20_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(33918,764,'_locations_20_description','field_5683f2b1dcba3'),(33919,764,'locations_21_location','a:3:{s:7:\"address\";s:21:\"40.330826, -79.986892\";s:3:\"lat\";s:10:\"40.3307469\";s:3:\"lng\";s:18:\"-79.98678430000001\";}'),(33920,764,'_locations_21_location','field_5683f288dcba1'),(33921,764,'locations_21_title','Brownsville to Broughton, South Park PA, intersection improvements and realignment'),(33922,764,'_locations_21_title','field_5683f2aadcba2'),(33923,764,'locations_21_image',''),(33924,764,'_locations_21_image','field_568439ed8109d'),(33925,764,'locations_21_description',''),(33926,764,'_locations_21_description','field_5683f2b1dcba3'),(33927,764,'locations_22_location','a:3:{s:7:\"address\";s:21:\"40.651302, -79.799610\";s:3:\"lat\";s:9:\"40.651344\";s:3:\"lng\";s:18:\"-79.80019399999998\";}'),(33928,764,'_locations_22_location','field_5683f288dcba1'),(33929,764,'locations_22_title','Bull Creek Bridge No. 6 – Fawn Township – Bridge'),(33930,764,'_locations_22_title','field_5683f2aadcba2'),(33931,764,'locations_22_image',''),(33932,764,'_locations_22_image','field_568439ed8109d'),(33933,764,'locations_22_description','This project is for a small bridge replacement and is affecting 9 properties in the Township of Fawn, Allegheny County.'),(33934,764,'_locations_22_description','field_5683f2b1dcba3'),(33935,764,'locations_23_location','a:3:{s:7:\"address\";s:21:\"40.662745, -79.817800\";s:3:\"lat\";s:9:\"40.663536\";s:3:\"lng\";s:10:\"-79.819073\";}'),(33936,764,'_locations_23_location','field_5683f288dcba1'),(33937,764,'locations_23_title','Bull Creek Bridge No. 9 – West Deer Township – Bridge'),(33938,764,'_locations_23_title','field_5683f2aadcba2'),(33939,764,'locations_23_image',''),(33940,764,'_locations_23_image','field_568439ed8109d'),(33941,764,'locations_23_description','This project is for a small bridge replacement and is affecting 2 properties in the Township of West Deer, Allegheny County.'),(33942,764,'_locations_23_description','field_5683f2b1dcba3'),(33943,764,'locations_24_location','a:3:{s:7:\"address\";s:21:\"40.620209, -79.833885\";s:3:\"lat\";s:10:\"40.6202319\";s:3:\"lng\";s:18:\"-79.83386789999997\";}'),(33944,764,'_locations_24_location','field_5683f288dcba1'),(33945,764,'locations_24_title','Little Deer Creek DL06 – West Deer Township – Bridge Replacement'),(33946,764,'_locations_24_title','field_5683f2aadcba2'),(33947,764,'locations_24_image','740'),(33948,764,'_locations_24_image','field_568439ed8109d'),(33949,764,'locations_24_description','This project was for a small bridge replacement and affected properties in the Township of Russellton, Allegheny County.'),(33950,764,'_locations_24_description','field_5683f2b1dcba3'),(33951,764,'locations_25_location','a:3:{s:7:\"address\";s:21:\"40.620213, -79.833892\";s:3:\"lat\";s:10:\"40.6202352\";s:3:\"lng\";s:18:\"-79.83387549999998\";}'),(33952,764,'_locations_25_location','field_5683f288dcba1'),(33953,764,'locations_25_title','Turtle Creek Bridge 6 – Turtle Creek PA'),(33954,764,'_locations_25_title','field_5683f2aadcba2'),(33955,764,'locations_25_image','742'),(33956,764,'_locations_25_image','field_568439ed8109d'),(33957,764,'locations_25_description','This project is for a mid-sized bridge replacement and is affecting 5 properties in the Borough of Turtle Creek, Allegheny County.'),(33958,764,'_locations_25_description','field_5683f2b1dcba3'),(33959,764,'locations_26_location','a:3:{s:7:\"address\";s:21:\"40.488263, -80.045950\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(33960,764,'_locations_26_location','field_5683f288dcba1'),(33961,764,'locations_26_title','Jacks Run 1, Bellevue and the City of Pittsburgh'),(33962,764,'_locations_26_title','field_5683f2aadcba2'),(33963,764,'locations_26_image','744'),(33964,764,'_locations_26_image','field_568439ed8109d'),(33965,764,'locations_26_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(33966,764,'_locations_26_description','field_5683f2b1dcba3'),(33967,764,'locations_27_location','a:3:{s:7:\"address\";s:21:\"40.541799, -80.247918\";s:3:\"lat\";s:10:\"40.5417824\";s:3:\"lng\";s:11:\"-80.2479169\";}'),(33968,764,'_locations_27_location','field_5683f288dcba1'),(33969,764,'locations_27_title','Boggs Run Bridge 1 – Moon Township'),(33970,764,'_locations_27_title','field_5683f2aadcba2'),(33971,764,'locations_27_image','746'),(33972,764,'_locations_27_image','field_568439ed8109d'),(33973,764,'locations_27_description','This project was for a small bridge replacement and affected 2 properties in the Township of Moon, Allegheny County.'),(33974,764,'_locations_27_description','field_5683f2b1dcba3'),(33975,764,'locations_28_location','a:3:{s:7:\"address\";s:21:\"40.549801, -79.997772\";s:3:\"lat\";s:9:\"40.549733\";s:3:\"lng\";s:18:\"-79.99820799999998\";}'),(33976,764,'_locations_28_location','field_5683f288dcba1'),(33977,764,'locations_28_title','Pine Creek Bridge 1 – Ross Township – Bridge'),(33978,764,'_locations_28_title','field_5683f2aadcba2'),(33979,764,'locations_28_image','749'),(33980,764,'_locations_28_image','field_568439ed8109d'),(33981,764,'locations_28_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(33982,764,'_locations_28_description','field_5683f2b1dcba3'),(33983,764,'locations_29_location','a:3:{s:7:\"address\";s:21:\"40.513209, -79.952573\";s:3:\"lat\";s:10:\"40.5132141\";s:3:\"lng\";s:18:\"-79.95257859999998\";}'),(33984,764,'_locations_29_location','field_5683f288dcba1'),(33985,764,'locations_29_title','Pine Creek Bridge 11 – Glenshaw PA – Bridge'),(33986,764,'_locations_29_title','field_5683f2aadcba2'),(33987,764,'locations_29_image',''),(33988,764,'_locations_29_image','field_568439ed8109d'),(33989,764,'locations_29_description',''),(33990,764,'_locations_29_description','field_5683f2b1dcba3'),(33991,764,'locations_30_location','a:3:{s:7:\"address\";s:21:\"40.518356, -79.992893\";s:3:\"lat\";s:10:\"40.5183459\";s:3:\"lng\";s:11:\"-79.9928827\";}'),(33992,764,'_locations_30_location','field_5683f288dcba1'),(33993,764,'locations_30_title','Thompson Run Bridge 1, Ross Township – Bridge'),(33994,764,'_locations_30_title','field_5683f2aadcba2'),(33995,764,'locations_30_image',''),(33996,764,'_locations_30_image','field_568439ed8109d'),(33997,764,'locations_30_description',''),(33998,764,'_locations_30_description','field_5683f2b1dcba3'),(33999,764,'locations_31_location','a:3:{s:7:\"address\";s:21:\"40.512503, -79.993398\";s:3:\"lat\";s:10:\"40.5125049\";s:3:\"lng\";s:18:\"-79.99341290000001\";}'),(34000,764,'_locations_31_location','field_5683f288dcba1'),(34001,764,'locations_31_title','Thompson Run Bridge 2, Ross Township – Bridge'),(34002,764,'_locations_31_title','field_5683f2aadcba2'),(34003,764,'locations_31_image',''),(34004,764,'_locations_31_image','field_568439ed8109d'),(34005,764,'locations_31_description',''),(34006,764,'_locations_31_description','field_5683f2b1dcba3'),(34007,764,'locations_32_location','a:3:{s:7:\"address\";s:21:\"40.451854, -80.204526\";s:3:\"lat\";s:10:\"40.4518427\";s:3:\"lng\";s:18:\"-80.20452230000001\";}'),(34008,764,'_locations_32_location','field_5683f288dcba1'),(34009,764,'locations_32_title','Montour Run Bridge 13, Findlay Township – Bridge'),(34010,764,'_locations_32_title','field_5683f2aadcba2'),(34011,764,'locations_32_image',''),(34012,764,'_locations_32_image','field_568439ed8109d'),(34013,764,'locations_32_description',''),(34014,764,'_locations_32_description','field_5683f2b1dcba3'),(34015,764,'locations_33_location','a:3:{s:7:\"address\";s:21:\"40.387729, -80.157101\";s:3:\"lat\";s:9:\"40.387271\";s:3:\"lng\";s:18:\"-80.15843699999999\";}'),(34016,764,'_locations_33_location','field_5683f288dcba1'),(34017,764,'locations_33_title','Thompson Run Bridge 10 – Collier – Bridge'),(34018,764,'_locations_33_title','field_5683f2aadcba2'),(34019,764,'locations_33_image',''),(34020,764,'_locations_33_image','field_568439ed8109d'),(34021,764,'locations_33_description',''),(34022,764,'_locations_33_description','field_5683f2b1dcba3'),(34023,764,'locations_34_location','a:3:{s:7:\"address\";s:21:\"40.411953, -79.875847\";s:3:\"lat\";s:10:\"40.4120812\";s:3:\"lng\";s:18:\"-79.87589430000003\";}'),(34024,764,'_locations_34_location','field_5683f288dcba1'),(34025,764,'locations_34_title','Hawkins Village – Rankin, PA - Intersection improvements'),(34026,764,'_locations_34_title','field_5683f2aadcba2'),(34027,764,'locations_34_image',''),(34028,764,'_locations_34_image','field_568439ed8109d'),(34029,764,'locations_34_description',''),(34030,764,'_locations_34_description','field_5683f2b1dcba3'),(34031,764,'locations_35_location','a:3:{s:7:\"address\";s:21:\"40.431658, -79.988902\";s:3:\"lat\";s:10:\"40.4316605\";s:3:\"lng\";s:11:\"-79.9888856\";}'),(34032,764,'_locations_35_location','field_5683f288dcba1'),(34033,764,'locations_35_title','10th Street Bridge – City of Pittsburgh'),(34034,764,'_locations_35_title','field_5683f2aadcba2'),(34035,764,'locations_35_image',''),(34036,764,'_locations_35_image','field_568439ed8109d'),(34037,764,'locations_35_description','This project is for a bridge rehabilitation and is affecting 5 properties in the City of Pittsburgh, Allegheny County.'),(34038,764,'_locations_35_description','field_5683f2b1dcba3'),(34039,764,'locations_36_location','a:3:{s:7:\"address\";s:21:\"40.499230, -80.046110\";s:3:\"lat\";s:10:\"40.4991326\";s:3:\"lng\";s:18:\"-80.04601000000002\";}'),(34040,764,'_locations_36_location','field_5683f288dcba1'),(34041,764,'locations_36_title','Jacks Run Bridge Number 4 – Ross Township'),(34042,764,'_locations_36_title','field_5683f2aadcba2'),(34043,764,'locations_36_image','761'),(34044,764,'_locations_36_image','field_568439ed8109d'),(34045,764,'locations_36_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(34046,764,'_locations_36_description','field_5683f2b1dcba3'),(34047,764,'locations_37_location','a:3:{s:7:\"address\";s:21:\"40.459236, -79.925044\";s:3:\"lat\";s:10:\"40.4592362\";s:3:\"lng\";s:18:\"-79.92502609999997\";}'),(34048,764,'_locations_37_location','field_5683f288dcba1'),(34049,764,'locations_37_title','South Highland Bridge'),(34050,764,'_locations_37_title','field_5683f2aadcba2'),(34051,764,'locations_37_image','763'),(34052,764,'_locations_37_image','field_568439ed8109d'),(34053,764,'locations_37_description','This project was for a small bridge replacement and affected 5 properties in the City of Pittsburgh, Allegheny County.'),(34054,764,'_locations_37_description','field_5683f2b1dcba3'),(34055,764,'locations','38'),(34056,764,'_locations','field_5683f253a5dba'),(34057,347,'locations_37_location','a:3:{s:7:\"address\";s:21:\"40.428539, -79.937852\";s:3:\"lat\";s:10:\"40.4286635\";s:3:\"lng\";s:11:\"-79.9385646\";}'),(34058,347,'_locations_37_location','field_5683f288dcba1'),(34059,347,'locations_37_title','Greenfield Bridge'),(34060,347,'_locations_37_title','field_5683f2aadcba2'),(34061,347,'locations_37_image',''),(34062,347,'_locations_37_image','field_568439ed8109d'),(34063,347,'locations_37_description','This project is for a large bridge replacement and is affecting 5 properties in the City of Pittsburgh, Allegheny County.'),(34064,347,'_locations_37_description','field_5683f2b1dcba3'),(34065,765,'_wp_attached_file','2015/12/wp6596b920_06-1.png'),(34066,765,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:281;s:6:\"height\";i:198;s:4:\"file\";s:27:\"2015/12/wp6596b920_06-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"wp6596b920_06-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(34067,766,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(34068,766,'_locations_0_location','field_5683f288dcba1'),(34069,766,'locations_0_title','SR0028, All sections'),(34070,766,'_locations_0_title','field_5683f2aadcba2'),(34071,766,'locations_0_image',''),(34072,766,'_locations_0_image','field_568439ed8109d'),(34073,766,'locations_0_description',''),(34074,766,'_locations_0_description','field_5683f2b1dcba3'),(34075,766,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(34076,766,'_locations_1_location','field_5683f288dcba1'),(34077,766,'locations_1_title','286, A09 – Golden Mile'),(34078,766,'_locations_1_title','field_5683f2aadcba2'),(34079,766,'locations_1_image',''),(34080,766,'_locations_1_image','field_568439ed8109d'),(34081,766,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(34082,766,'_locations_1_description','field_5683f2b1dcba3'),(34083,766,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(34084,766,'_locations_2_location','field_5683f288dcba1'),(34085,766,'locations_2_title','2040, A18 – Curry Hollow'),(34086,766,'_locations_2_title','field_5683f2aadcba2'),(34087,766,'locations_2_image',''),(34088,766,'_locations_2_image','field_568439ed8109d'),(34089,766,'locations_2_description',''),(34090,766,'_locations_2_description','field_5683f2b1dcba3'),(34091,766,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(34092,766,'_locations_3_location','field_5683f288dcba1'),(34093,766,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(34094,766,'_locations_3_title','field_5683f2aadcba2'),(34095,766,'locations_3_image',''),(34096,766,'_locations_3_image','field_568439ed8109d'),(34097,766,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(34098,766,'_locations_3_description','field_5683f2b1dcba3'),(34099,766,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(34100,766,'_locations_4_location','field_5683f288dcba1'),(34101,766,'locations_4_title','Duncan Avenue – Hampton Twp.'),(34102,766,'_locations_4_title','field_5683f2aadcba2'),(34103,766,'locations_4_image',''),(34104,766,'_locations_4_image','field_568439ed8109d'),(34105,766,'locations_4_description',''),(34106,766,'_locations_4_description','field_5683f2b1dcba3'),(34107,766,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(34108,766,'_locations_5_location','field_5683f288dcba1'),(34109,766,'locations_5_title','Pine Creek Road – McCandless'),(34110,766,'_locations_5_title','field_5683f2aadcba2'),(34111,766,'locations_5_image',''),(34112,766,'_locations_5_image','field_568439ed8109d'),(34113,766,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(34114,766,'_locations_5_description','field_5683f2b1dcba3'),(34115,766,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(34116,766,'_locations_6_location','field_5683f288dcba1'),(34117,766,'locations_6_title','Brewhouse – Trek Development'),(34118,766,'_locations_6_title','field_5683f2aadcba2'),(34119,766,'locations_6_image',''),(34120,766,'_locations_6_image','field_568439ed8109d'),(34121,766,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(34122,766,'_locations_6_description','field_5683f2b1dcba3'),(34123,766,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(34124,766,'_locations_7_location','field_5683f288dcba1'),(34125,766,'locations_7_title','Ewalt Road – Richland Twp.'),(34126,766,'_locations_7_title','field_5683f2aadcba2'),(34127,766,'locations_7_image',''),(34128,766,'_locations_7_image','field_568439ed8109d'),(34129,766,'locations_7_description',''),(34130,766,'_locations_7_description','field_5683f2b1dcba3'),(34131,766,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.625521, -79.941837\";s:3:\"lat\";s:10:\"40.6255198\";s:3:\"lng\";s:10:\"-79.941822\";}'),(34132,766,'_locations_8_location','field_5683f288dcba1'),(34133,766,'locations_8_title','Ewalt Road – Richland Twp.'),(34134,766,'_locations_8_title','field_5683f2aadcba2'),(34135,766,'locations_8_image',''),(34136,766,'_locations_8_image','field_568439ed8109d'),(34137,766,'locations_8_description',''),(34138,766,'_locations_8_description','field_5683f2b1dcba3'),(34139,766,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(34140,766,'_locations_9_location','field_5683f288dcba1'),(34141,766,'locations_9_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(34142,766,'_locations_9_title','field_5683f2aadcba2'),(34143,766,'locations_9_image',''),(34144,766,'_locations_9_image','field_568439ed8109d'),(34145,766,'locations_9_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(34146,766,'_locations_9_description','field_5683f2b1dcba3'),(34147,766,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.425708, -79.805807\";s:3:\"lat\";s:10:\"40.4256461\";s:3:\"lng\";s:18:\"-79.80576589999998\";}'),(34148,766,'_locations_10_location','field_5683f288dcba1'),(34149,766,'locations_10_title','State Route 2065, Section A07'),(34150,766,'_locations_10_title','field_5683f2aadcba2'),(34151,766,'locations_10_image',''),(34152,766,'_locations_10_image','field_568439ed8109d'),(34153,766,'locations_10_description',''),(34154,766,'_locations_10_description','field_5683f2b1dcba3'),(34155,766,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.354856, -80.118393\";s:3:\"lat\";s:10:\"40.3527492\";s:3:\"lng\";s:18:\"-80.11776529999997\";}'),(34156,766,'_locations_11_location','field_5683f288dcba1'),(34157,766,'locations_11_title','Southern Beltway Section C – New Roadway Construction'),(34158,766,'_locations_11_title','field_5683f2aadcba2'),(34159,766,'locations_11_image',''),(34160,766,'_locations_11_image','field_568439ed8109d'),(34161,766,'locations_11_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 18 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(34162,766,'_locations_11_description','field_5683f2b1dcba3'),(34163,766,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.509371, -80.256419\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(34164,766,'_locations_12_location','field_5683f288dcba1'),(34165,766,'locations_12_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(34166,766,'_locations_12_title','field_5683f2aadcba2'),(34167,766,'locations_12_image','671'),(34168,766,'_locations_12_image','field_568439ed8109d'),(34169,766,'locations_12_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(34170,766,'_locations_12_description','field_5683f2b1dcba3'),(34171,766,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.590450, -79.888763\";s:3:\"lat\";s:10:\"40.5943712\";s:3:\"lng\";s:18:\"-79.89597279999998\";}'),(34172,766,'_locations_13_location','field_5683f288dcba1'),(34173,766,'locations_13_title','MP 40-48 – Hampton Township – Highway Widening'),(34174,766,'_locations_13_title','field_5683f2aadcba2'),(34175,766,'locations_13_image',''),(34176,766,'_locations_13_image','field_568439ed8109d'),(34177,766,'locations_13_description','This project is for mainline reconstruction and bridge replacement and is affecting 71 properties and resulting in the relocation of 1 resident in the Townships of Harmar and Indiana, Allegheny County.'),(34178,766,'_locations_13_description','field_5683f2b1dcba3'),(34179,766,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.392019, -80.077682\";s:3:\"lat\";s:17:\"40.39202119999999\";s:3:\"lng\";s:18:\"-80.07767890000002\";}'),(34180,766,'_locations_14_location','field_5683f288dcba1'),(34181,766,'locations_14_title','Georges Run Bridge No. 1, Carnegie PA – Bridge'),(34182,766,'_locations_14_title','field_5683f2aadcba2'),(34183,766,'locations_14_image',''),(34184,766,'_locations_14_image','field_568439ed8109d'),(34185,766,'locations_14_description','This project is for a small bridge replacement and is affecting 4 properties in the Township of Scott, Allegheny County.'),(34186,766,'_locations_14_description','field_5683f2b1dcba3'),(34187,766,'locations_15_location','a:3:{s:7:\"address\";s:21:\"40.386279, -79.894258\";s:3:\"lat\";s:10:\"40.3862842\";s:3:\"lng\";s:18:\"-79.89425510000001\";}'),(34188,766,'_locations_15_location','field_5683f288dcba1'),(34189,766,'locations_15_title','Homeville Creek Bridge 7, West Mifflin PA – Bridge'),(34190,766,'_locations_15_title','field_5683f2aadcba2'),(34191,766,'locations_15_image',''),(34192,766,'_locations_15_image','field_568439ed8109d'),(34193,766,'locations_15_description','This project is for a small bridge replacement and is affecting 7 properties in the Borough of Munhall, Allegheny County.'),(34194,766,'_locations_15_description','field_5683f2b1dcba3'),(34195,766,'locations_16_location','a:3:{s:7:\"address\";s:21:\"40.396380, -79.895244\";s:3:\"lat\";s:10:\"40.3963432\";s:3:\"lng\";s:18:\"-79.89543119999996\";}'),(34196,766,'_locations_16_location','field_5683f288dcba1'),(34197,766,'locations_16_title','Homeville Creek Bridge 10 – West Mifflin PA - Bridge'),(34198,766,'_locations_16_title','field_5683f2aadcba2'),(34199,766,'locations_16_image','727'),(34200,766,'_locations_16_image','field_568439ed8109d'),(34201,766,'locations_16_description','This project was for a small bridge replacement and affected 7 properties in the Borough of Munhall, Allegheny County.'),(34202,766,'_locations_16_description','field_5683f2b1dcba3'),(34203,766,'locations_17_location','a:3:{s:7:\"address\";s:21:\"40.329286, -79.987406\";s:3:\"lat\";s:10:\"40.3292857\";s:3:\"lng\";s:18:\"-79.98741289999998\";}'),(34204,766,'_locations_17_location','field_5683f288dcba1'),(34205,766,'locations_17_title','Licks Run Bridge 9, South Park – PA – Bridge'),(34206,766,'_locations_17_title','field_5683f2aadcba2'),(34207,766,'locations_17_image','730'),(34208,766,'_locations_17_image','field_568439ed8109d'),(34209,766,'locations_17_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(34210,766,'_locations_17_description','field_5683f2b1dcba3'),(34211,766,'locations_18_location','a:3:{s:7:\"address\";s:21:\"40.329261, -79.988204\";s:3:\"lat\";s:9:\"40.329261\";s:3:\"lng\";s:10:\"-79.988205\";}'),(34212,766,'_locations_18_location','field_5683f288dcba1'),(34213,766,'locations_18_title','Licks Run Bridge 10, South Park – PA - Bridge'),(34214,766,'_locations_18_title','field_5683f2aadcba2'),(34215,766,'locations_18_image','730'),(34216,766,'_locations_18_image','field_568439ed8109d'),(34217,766,'locations_18_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(34218,766,'_locations_18_description','field_5683f2b1dcba3'),(34219,766,'locations_19_location','a:3:{s:7:\"address\";s:21:\"40.515624, -80.009959\";s:3:\"lat\";s:10:\"40.5156082\";s:3:\"lng\";s:18:\"-80.00994129999998\";}'),(34220,766,'_locations_19_location','field_5683f288dcba1'),(34221,766,'locations_19_title','Girtys Run Bridge 14'),(34222,766,'_locations_19_title','field_5683f2aadcba2'),(34223,766,'locations_19_image','733'),(34224,766,'_locations_19_image','field_568439ed8109d'),(34225,766,'locations_19_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(34226,766,'_locations_19_description','field_5683f2b1dcba3'),(34227,766,'locations_20_location','a:3:{s:7:\"address\";s:21:\"40.488268, -80.045947\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(34228,766,'_locations_20_location','field_5683f288dcba1'),(34229,766,'locations_20_title','Jacks Run 3 – Bellevue, PA – Bridge Replacement'),(34230,766,'_locations_20_title','field_5683f2aadcba2'),(34231,766,'locations_20_image','735'),(34232,766,'_locations_20_image','field_568439ed8109d'),(34233,766,'locations_20_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(34234,766,'_locations_20_description','field_5683f2b1dcba3'),(34235,766,'locations_21_location','a:3:{s:7:\"address\";s:21:\"40.330826, -79.986892\";s:3:\"lat\";s:10:\"40.3307469\";s:3:\"lng\";s:18:\"-79.98678430000001\";}'),(34236,766,'_locations_21_location','field_5683f288dcba1'),(34237,766,'locations_21_title','Brownsville to Broughton, South Park PA, intersection improvements and realignment'),(34238,766,'_locations_21_title','field_5683f2aadcba2'),(34239,766,'locations_21_image',''),(34240,766,'_locations_21_image','field_568439ed8109d'),(34241,766,'locations_21_description',''),(34242,766,'_locations_21_description','field_5683f2b1dcba3'),(34243,766,'locations_22_location','a:3:{s:7:\"address\";s:21:\"40.651302, -79.799610\";s:3:\"lat\";s:9:\"40.651344\";s:3:\"lng\";s:18:\"-79.80019399999998\";}'),(34244,766,'_locations_22_location','field_5683f288dcba1'),(34245,766,'locations_22_title','Bull Creek Bridge No. 6 – Fawn Township – Bridge'),(34246,766,'_locations_22_title','field_5683f2aadcba2'),(34247,766,'locations_22_image',''),(34248,766,'_locations_22_image','field_568439ed8109d'),(34249,766,'locations_22_description','This project is for a small bridge replacement and is affecting 9 properties in the Township of Fawn, Allegheny County.'),(34250,766,'_locations_22_description','field_5683f2b1dcba3'),(34251,766,'locations_23_location','a:3:{s:7:\"address\";s:21:\"40.662745, -79.817800\";s:3:\"lat\";s:9:\"40.663536\";s:3:\"lng\";s:10:\"-79.819073\";}'),(34252,766,'_locations_23_location','field_5683f288dcba1'),(34253,766,'locations_23_title','Bull Creek Bridge No. 9 – West Deer Township – Bridge'),(34254,766,'_locations_23_title','field_5683f2aadcba2'),(34255,766,'locations_23_image',''),(34256,766,'_locations_23_image','field_568439ed8109d'),(34257,766,'locations_23_description','This project is for a small bridge replacement and is affecting 2 properties in the Township of West Deer, Allegheny County.'),(34258,766,'_locations_23_description','field_5683f2b1dcba3'),(34259,766,'locations_24_location','a:3:{s:7:\"address\";s:21:\"40.620209, -79.833885\";s:3:\"lat\";s:10:\"40.6202319\";s:3:\"lng\";s:18:\"-79.83386789999997\";}'),(34260,766,'_locations_24_location','field_5683f288dcba1'),(34261,766,'locations_24_title','Little Deer Creek DL06 – West Deer Township – Bridge Replacement'),(34262,766,'_locations_24_title','field_5683f2aadcba2'),(34263,766,'locations_24_image','740'),(34264,766,'_locations_24_image','field_568439ed8109d'),(34265,766,'locations_24_description','This project was for a small bridge replacement and affected properties in the Township of Russellton, Allegheny County.'),(34266,766,'_locations_24_description','field_5683f2b1dcba3'),(34267,766,'locations_25_location','a:3:{s:7:\"address\";s:21:\"40.620213, -79.833892\";s:3:\"lat\";s:10:\"40.6202352\";s:3:\"lng\";s:18:\"-79.83387549999998\";}'),(34268,766,'_locations_25_location','field_5683f288dcba1'),(34269,766,'locations_25_title','Turtle Creek Bridge 6 – Turtle Creek PA'),(34270,766,'_locations_25_title','field_5683f2aadcba2'),(34271,766,'locations_25_image','742'),(34272,766,'_locations_25_image','field_568439ed8109d'),(34273,766,'locations_25_description','This project is for a mid-sized bridge replacement and is affecting 5 properties in the Borough of Turtle Creek, Allegheny County.'),(34274,766,'_locations_25_description','field_5683f2b1dcba3'),(34275,766,'locations_26_location','a:3:{s:7:\"address\";s:21:\"40.488263, -80.045950\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(34276,766,'_locations_26_location','field_5683f288dcba1'),(34277,766,'locations_26_title','Jacks Run 1, Bellevue and the City of Pittsburgh'),(34278,766,'_locations_26_title','field_5683f2aadcba2'),(34279,766,'locations_26_image','744'),(34280,766,'_locations_26_image','field_568439ed8109d'),(34281,766,'locations_26_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(34282,766,'_locations_26_description','field_5683f2b1dcba3'),(34283,766,'locations_27_location','a:3:{s:7:\"address\";s:21:\"40.541799, -80.247918\";s:3:\"lat\";s:10:\"40.5417824\";s:3:\"lng\";s:11:\"-80.2479169\";}'),(34284,766,'_locations_27_location','field_5683f288dcba1'),(34285,766,'locations_27_title','Boggs Run Bridge 1 – Moon Township'),(34286,766,'_locations_27_title','field_5683f2aadcba2'),(34287,766,'locations_27_image','746'),(34288,766,'_locations_27_image','field_568439ed8109d'),(34289,766,'locations_27_description','This project was for a small bridge replacement and affected 2 properties in the Township of Moon, Allegheny County.'),(34290,766,'_locations_27_description','field_5683f2b1dcba3'),(34291,766,'locations_28_location','a:3:{s:7:\"address\";s:21:\"40.549801, -79.997772\";s:3:\"lat\";s:9:\"40.549733\";s:3:\"lng\";s:18:\"-79.99820799999998\";}'),(34292,766,'_locations_28_location','field_5683f288dcba1'),(34293,766,'locations_28_title','Pine Creek Bridge 1 – Ross Township – Bridge'),(34294,766,'_locations_28_title','field_5683f2aadcba2'),(34295,766,'locations_28_image','749'),(34296,766,'_locations_28_image','field_568439ed8109d'),(34297,766,'locations_28_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(34298,766,'_locations_28_description','field_5683f2b1dcba3'),(34299,766,'locations_29_location','a:3:{s:7:\"address\";s:21:\"40.513209, -79.952573\";s:3:\"lat\";s:10:\"40.5132141\";s:3:\"lng\";s:18:\"-79.95257859999998\";}'),(34300,766,'_locations_29_location','field_5683f288dcba1'),(34301,766,'locations_29_title','Pine Creek Bridge 11 – Glenshaw PA – Bridge'),(34302,766,'_locations_29_title','field_5683f2aadcba2'),(34303,766,'locations_29_image',''),(34304,766,'_locations_29_image','field_568439ed8109d'),(34305,766,'locations_29_description',''),(34306,766,'_locations_29_description','field_5683f2b1dcba3'),(34307,766,'locations_30_location','a:3:{s:7:\"address\";s:21:\"40.518356, -79.992893\";s:3:\"lat\";s:10:\"40.5183459\";s:3:\"lng\";s:11:\"-79.9928827\";}'),(34308,766,'_locations_30_location','field_5683f288dcba1'),(34309,766,'locations_30_title','Thompson Run Bridge 1, Ross Township – Bridge'),(34310,766,'_locations_30_title','field_5683f2aadcba2'),(34311,766,'locations_30_image',''),(34312,766,'_locations_30_image','field_568439ed8109d'),(34313,766,'locations_30_description',''),(34314,766,'_locations_30_description','field_5683f2b1dcba3'),(34315,766,'locations_31_location','a:3:{s:7:\"address\";s:21:\"40.512503, -79.993398\";s:3:\"lat\";s:10:\"40.5125049\";s:3:\"lng\";s:18:\"-79.99341290000001\";}'),(34316,766,'_locations_31_location','field_5683f288dcba1'),(34317,766,'locations_31_title','Thompson Run Bridge 2, Ross Township – Bridge'),(34318,766,'_locations_31_title','field_5683f2aadcba2'),(34319,766,'locations_31_image',''),(34320,766,'_locations_31_image','field_568439ed8109d'),(34321,766,'locations_31_description',''),(34322,766,'_locations_31_description','field_5683f2b1dcba3'),(34323,766,'locations_32_location','a:3:{s:7:\"address\";s:21:\"40.451854, -80.204526\";s:3:\"lat\";s:10:\"40.4518427\";s:3:\"lng\";s:18:\"-80.20452230000001\";}'),(34324,766,'_locations_32_location','field_5683f288dcba1'),(34325,766,'locations_32_title','Montour Run Bridge 13, Findlay Township – Bridge'),(34326,766,'_locations_32_title','field_5683f2aadcba2'),(34327,766,'locations_32_image',''),(34328,766,'_locations_32_image','field_568439ed8109d'),(34329,766,'locations_32_description',''),(34330,766,'_locations_32_description','field_5683f2b1dcba3'),(34331,766,'locations_33_location','a:3:{s:7:\"address\";s:21:\"40.387729, -80.157101\";s:3:\"lat\";s:9:\"40.387271\";s:3:\"lng\";s:18:\"-80.15843699999999\";}'),(34332,766,'_locations_33_location','field_5683f288dcba1'),(34333,766,'locations_33_title','Thompson Run Bridge 10 – Collier – Bridge'),(34334,766,'_locations_33_title','field_5683f2aadcba2'),(34335,766,'locations_33_image',''),(34336,766,'_locations_33_image','field_568439ed8109d'),(34337,766,'locations_33_description',''),(34338,766,'_locations_33_description','field_5683f2b1dcba3'),(34339,766,'locations_34_location','a:3:{s:7:\"address\";s:21:\"40.411953, -79.875847\";s:3:\"lat\";s:10:\"40.4120812\";s:3:\"lng\";s:18:\"-79.87589430000003\";}'),(34340,766,'_locations_34_location','field_5683f288dcba1'),(34341,766,'locations_34_title','Hawkins Village – Rankin, PA - Intersection improvements'),(34342,766,'_locations_34_title','field_5683f2aadcba2'),(34343,766,'locations_34_image',''),(34344,766,'_locations_34_image','field_568439ed8109d'),(34345,766,'locations_34_description',''),(34346,766,'_locations_34_description','field_5683f2b1dcba3'),(34347,766,'locations_35_location','a:3:{s:7:\"address\";s:21:\"40.431658, -79.988902\";s:3:\"lat\";s:10:\"40.4316605\";s:3:\"lng\";s:11:\"-79.9888856\";}'),(34348,766,'_locations_35_location','field_5683f288dcba1'),(34349,766,'locations_35_title','10th Street Bridge – City of Pittsburgh'),(34350,766,'_locations_35_title','field_5683f2aadcba2'),(34351,766,'locations_35_image',''),(34352,766,'_locations_35_image','field_568439ed8109d'),(34353,766,'locations_35_description','This project is for a bridge rehabilitation and is affecting 5 properties in the City of Pittsburgh, Allegheny County.'),(34354,766,'_locations_35_description','field_5683f2b1dcba3'),(34355,766,'locations_36_location','a:3:{s:7:\"address\";s:21:\"40.499230, -80.046110\";s:3:\"lat\";s:10:\"40.4991326\";s:3:\"lng\";s:18:\"-80.04601000000002\";}'),(34356,766,'_locations_36_location','field_5683f288dcba1'),(34357,766,'locations_36_title','Jacks Run Bridge Number 4 – Ross Township'),(34358,766,'_locations_36_title','field_5683f2aadcba2'),(34359,766,'locations_36_image','761'),(34360,766,'_locations_36_image','field_568439ed8109d'),(34361,766,'locations_36_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(34362,766,'_locations_36_description','field_5683f2b1dcba3'),(34363,766,'locations_37_location','a:3:{s:7:\"address\";s:21:\"40.459236, -79.925044\";s:3:\"lat\";s:10:\"40.4592362\";s:3:\"lng\";s:18:\"-79.92502609999997\";}'),(34364,766,'_locations_37_location','field_5683f288dcba1'),(34365,766,'locations_37_title','South Highland Bridge'),(34366,766,'_locations_37_title','field_5683f2aadcba2'),(34367,766,'locations_37_image','765'),(34368,766,'_locations_37_image','field_568439ed8109d'),(34369,766,'locations_37_description','This project was for a small bridge replacement and affected 5 properties in the City of Pittsburgh, Allegheny County.'),(34370,766,'_locations_37_description','field_5683f2b1dcba3'),(34371,766,'locations','38'),(34372,766,'_locations','field_5683f253a5dba'),(34373,767,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(34374,767,'_locations_0_location','field_5683f288dcba1'),(34375,767,'locations_0_title','SR0028, All sections'),(34376,767,'_locations_0_title','field_5683f2aadcba2'),(34377,767,'locations_0_image',''),(34378,767,'_locations_0_image','field_568439ed8109d'),(34379,767,'locations_0_description',''),(34380,767,'_locations_0_description','field_5683f2b1dcba3'),(34381,767,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(34382,767,'_locations_1_location','field_5683f288dcba1'),(34383,767,'locations_1_title','286, A09 – Golden Mile'),(34384,767,'_locations_1_title','field_5683f2aadcba2'),(34385,767,'locations_1_image',''),(34386,767,'_locations_1_image','field_568439ed8109d'),(34387,767,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(34388,767,'_locations_1_description','field_5683f2b1dcba3'),(34389,767,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(34390,767,'_locations_2_location','field_5683f288dcba1'),(34391,767,'locations_2_title','2040, A18 – Curry Hollow'),(34392,767,'_locations_2_title','field_5683f2aadcba2'),(34393,767,'locations_2_image',''),(34394,767,'_locations_2_image','field_568439ed8109d'),(34395,767,'locations_2_description',''),(34396,767,'_locations_2_description','field_5683f2b1dcba3'),(34397,767,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(34398,767,'_locations_3_location','field_5683f288dcba1'),(34399,767,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(34400,767,'_locations_3_title','field_5683f2aadcba2'),(34401,767,'locations_3_image',''),(34402,767,'_locations_3_image','field_568439ed8109d'),(34403,767,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(34404,767,'_locations_3_description','field_5683f2b1dcba3'),(34405,767,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(34406,767,'_locations_4_location','field_5683f288dcba1'),(34407,767,'locations_4_title','Duncan Avenue – Hampton Twp.'),(34408,767,'_locations_4_title','field_5683f2aadcba2'),(34409,767,'locations_4_image',''),(34410,767,'_locations_4_image','field_568439ed8109d'),(34411,767,'locations_4_description',''),(34412,767,'_locations_4_description','field_5683f2b1dcba3'),(34413,767,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(34414,767,'_locations_5_location','field_5683f288dcba1'),(34415,767,'locations_5_title','Pine Creek Road – McCandless'),(34416,767,'_locations_5_title','field_5683f2aadcba2'),(34417,767,'locations_5_image',''),(34418,767,'_locations_5_image','field_568439ed8109d'),(34419,767,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(34420,767,'_locations_5_description','field_5683f2b1dcba3'),(34421,767,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(34422,767,'_locations_6_location','field_5683f288dcba1'),(34423,767,'locations_6_title','Brewhouse – Trek Development'),(34424,767,'_locations_6_title','field_5683f2aadcba2'),(34425,767,'locations_6_image',''),(34426,767,'_locations_6_image','field_568439ed8109d'),(34427,767,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(34428,767,'_locations_6_description','field_5683f2b1dcba3'),(34429,767,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(34430,767,'_locations_7_location','field_5683f288dcba1'),(34431,767,'locations_7_title','Ewalt Road – Richland Twp.'),(34432,767,'_locations_7_title','field_5683f2aadcba2'),(34433,767,'locations_7_image',''),(34434,767,'_locations_7_image','field_568439ed8109d'),(34435,767,'locations_7_description',''),(34436,767,'_locations_7_description','field_5683f2b1dcba3'),(34437,767,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.625521, -79.941837\";s:3:\"lat\";s:10:\"40.6255198\";s:3:\"lng\";s:10:\"-79.941822\";}'),(34438,767,'_locations_8_location','field_5683f288dcba1'),(34439,767,'locations_8_title','Ewalt Road – Richland Twp.'),(34440,767,'_locations_8_title','field_5683f2aadcba2'),(34441,767,'locations_8_image',''),(34442,767,'_locations_8_image','field_568439ed8109d'),(34443,767,'locations_8_description',''),(34444,767,'_locations_8_description','field_5683f2b1dcba3'),(34445,767,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(34446,767,'_locations_9_location','field_5683f288dcba1'),(34447,767,'locations_9_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(34448,767,'_locations_9_title','field_5683f2aadcba2'),(34449,767,'locations_9_image',''),(34450,767,'_locations_9_image','field_568439ed8109d'),(34451,767,'locations_9_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(34452,767,'_locations_9_description','field_5683f2b1dcba3'),(34453,767,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.425708, -79.805807\";s:3:\"lat\";s:10:\"40.4256461\";s:3:\"lng\";s:18:\"-79.80576589999998\";}'),(34454,767,'_locations_10_location','field_5683f288dcba1'),(34455,767,'locations_10_title','State Route 2065, Section A07'),(34456,767,'_locations_10_title','field_5683f2aadcba2'),(34457,767,'locations_10_image',''),(34458,767,'_locations_10_image','field_568439ed8109d'),(34459,767,'locations_10_description',''),(34460,767,'_locations_10_description','field_5683f2b1dcba3'),(34461,767,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.354856, -80.118393\";s:3:\"lat\";s:10:\"40.3527492\";s:3:\"lng\";s:18:\"-80.11776529999997\";}'),(34462,767,'_locations_11_location','field_5683f288dcba1'),(34463,767,'locations_11_title','Southern Beltway Section C – New Roadway Construction'),(34464,767,'_locations_11_title','field_5683f2aadcba2'),(34465,767,'locations_11_image',''),(34466,767,'_locations_11_image','field_568439ed8109d'),(34467,767,'locations_11_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 18 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(34468,767,'_locations_11_description','field_5683f2b1dcba3'),(34469,767,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.509371, -80.256419\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(34470,767,'_locations_12_location','field_5683f288dcba1'),(34471,767,'locations_12_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(34472,767,'_locations_12_title','field_5683f2aadcba2'),(34473,767,'locations_12_image','671'),(34474,767,'_locations_12_image','field_568439ed8109d'),(34475,767,'locations_12_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(34476,767,'_locations_12_description','field_5683f2b1dcba3'),(34477,767,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.590450, -79.888763\";s:3:\"lat\";s:10:\"40.5943712\";s:3:\"lng\";s:18:\"-79.89597279999998\";}'),(34478,767,'_locations_13_location','field_5683f288dcba1'),(34479,767,'locations_13_title','MP 40-48 – Hampton Township – Highway Widening'),(34480,767,'_locations_13_title','field_5683f2aadcba2'),(34481,767,'locations_13_image',''),(34482,767,'_locations_13_image','field_568439ed8109d'),(34483,767,'locations_13_description','This project is for mainline reconstruction and bridge replacement and is affecting 71 properties and resulting in the relocation of 1 resident in the Townships of Harmar and Indiana, Allegheny County.'),(34484,767,'_locations_13_description','field_5683f2b1dcba3'),(34485,767,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.392019, -80.077682\";s:3:\"lat\";s:17:\"40.39202119999999\";s:3:\"lng\";s:18:\"-80.07767890000002\";}'),(34486,767,'_locations_14_location','field_5683f288dcba1'),(34487,767,'locations_14_title','Georges Run Bridge No. 1, Carnegie PA – Bridge'),(34488,767,'_locations_14_title','field_5683f2aadcba2'),(34489,767,'locations_14_image',''),(34490,767,'_locations_14_image','field_568439ed8109d'),(34491,767,'locations_14_description','This project is for a small bridge replacement and is affecting 4 properties in the Township of Scott, Allegheny County.'),(34492,767,'_locations_14_description','field_5683f2b1dcba3'),(34493,767,'locations_15_location','a:3:{s:7:\"address\";s:21:\"40.386279, -79.894258\";s:3:\"lat\";s:10:\"40.3862842\";s:3:\"lng\";s:18:\"-79.89425510000001\";}'),(34494,767,'_locations_15_location','field_5683f288dcba1'),(34495,767,'locations_15_title','Homeville Creek Bridge 7, West Mifflin PA – Bridge'),(34496,767,'_locations_15_title','field_5683f2aadcba2'),(34497,767,'locations_15_image',''),(34498,767,'_locations_15_image','field_568439ed8109d'),(34499,767,'locations_15_description','This project is for a small bridge replacement and is affecting 7 properties in the Borough of Munhall, Allegheny County.'),(34500,767,'_locations_15_description','field_5683f2b1dcba3'),(34501,767,'locations_16_location','a:3:{s:7:\"address\";s:21:\"40.396380, -79.895244\";s:3:\"lat\";s:10:\"40.3963432\";s:3:\"lng\";s:18:\"-79.89543119999996\";}'),(34502,767,'_locations_16_location','field_5683f288dcba1'),(34503,767,'locations_16_title','Homeville Creek Bridge 10 – West Mifflin PA - Bridge'),(34504,767,'_locations_16_title','field_5683f2aadcba2'),(34505,767,'locations_16_image','727'),(34506,767,'_locations_16_image','field_568439ed8109d'),(34507,767,'locations_16_description','This project was for a small bridge replacement and affected 7 properties in the Borough of Munhall, Allegheny County.'),(34508,767,'_locations_16_description','field_5683f2b1dcba3'),(34509,767,'locations_17_location','a:3:{s:7:\"address\";s:21:\"40.329286, -79.987406\";s:3:\"lat\";s:10:\"40.3292857\";s:3:\"lng\";s:18:\"-79.98741289999998\";}'),(34510,767,'_locations_17_location','field_5683f288dcba1'),(34511,767,'locations_17_title','Licks Run Bridge 9, South Park – PA – Bridge'),(34512,767,'_locations_17_title','field_5683f2aadcba2'),(34513,767,'locations_17_image','730'),(34514,767,'_locations_17_image','field_568439ed8109d'),(34515,767,'locations_17_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(34516,767,'_locations_17_description','field_5683f2b1dcba3'),(34517,767,'locations_18_location','a:3:{s:7:\"address\";s:21:\"40.329261, -79.988204\";s:3:\"lat\";s:9:\"40.329261\";s:3:\"lng\";s:10:\"-79.988205\";}'),(34518,767,'_locations_18_location','field_5683f288dcba1'),(34519,767,'locations_18_title','Licks Run Bridge 10, South Park – PA - Bridge'),(34520,767,'_locations_18_title','field_5683f2aadcba2'),(34521,767,'locations_18_image','730'),(34522,767,'_locations_18_image','field_568439ed8109d'),(34523,767,'locations_18_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(34524,767,'_locations_18_description','field_5683f2b1dcba3'),(34525,767,'locations_19_location','a:3:{s:7:\"address\";s:21:\"40.515624, -80.009959\";s:3:\"lat\";s:10:\"40.5156082\";s:3:\"lng\";s:18:\"-80.00994129999998\";}'),(34526,767,'_locations_19_location','field_5683f288dcba1'),(34527,767,'locations_19_title','Girtys Run Bridge 14'),(34528,767,'_locations_19_title','field_5683f2aadcba2'),(34529,767,'locations_19_image','733'),(34530,767,'_locations_19_image','field_568439ed8109d'),(34531,767,'locations_19_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(34532,767,'_locations_19_description','field_5683f2b1dcba3'),(34533,767,'locations_20_location','a:3:{s:7:\"address\";s:21:\"40.488268, -80.045947\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(34534,767,'_locations_20_location','field_5683f288dcba1'),(34535,767,'locations_20_title','Jacks Run 3 – Bellevue, PA – Bridge Replacement'),(34536,767,'_locations_20_title','field_5683f2aadcba2'),(34537,767,'locations_20_image','735'),(34538,767,'_locations_20_image','field_568439ed8109d'),(34539,767,'locations_20_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(34540,767,'_locations_20_description','field_5683f2b1dcba3'),(34541,767,'locations_21_location','a:3:{s:7:\"address\";s:21:\"40.330826, -79.986892\";s:3:\"lat\";s:10:\"40.3307469\";s:3:\"lng\";s:18:\"-79.98678430000001\";}'),(34542,767,'_locations_21_location','field_5683f288dcba1'),(34543,767,'locations_21_title','Brownsville to Broughton, South Park PA, intersection improvements and realignment'),(34544,767,'_locations_21_title','field_5683f2aadcba2'),(34545,767,'locations_21_image',''),(34546,767,'_locations_21_image','field_568439ed8109d'),(34547,767,'locations_21_description',''),(34548,767,'_locations_21_description','field_5683f2b1dcba3'),(34549,767,'locations_22_location','a:3:{s:7:\"address\";s:21:\"40.651302, -79.799610\";s:3:\"lat\";s:9:\"40.651344\";s:3:\"lng\";s:18:\"-79.80019399999998\";}'),(34550,767,'_locations_22_location','field_5683f288dcba1'),(34551,767,'locations_22_title','Bull Creek Bridge No. 6 – Fawn Township – Bridge'),(34552,767,'_locations_22_title','field_5683f2aadcba2'),(34553,767,'locations_22_image',''),(34554,767,'_locations_22_image','field_568439ed8109d'),(34555,767,'locations_22_description','This project is for a small bridge replacement and is affecting 9 properties in the Township of Fawn, Allegheny County.'),(34556,767,'_locations_22_description','field_5683f2b1dcba3'),(34557,767,'locations_23_location','a:3:{s:7:\"address\";s:21:\"40.662745, -79.817800\";s:3:\"lat\";s:9:\"40.663536\";s:3:\"lng\";s:10:\"-79.819073\";}'),(34558,767,'_locations_23_location','field_5683f288dcba1'),(34559,767,'locations_23_title','Bull Creek Bridge No. 9 – West Deer Township – Bridge'),(34560,767,'_locations_23_title','field_5683f2aadcba2'),(34561,767,'locations_23_image',''),(34562,767,'_locations_23_image','field_568439ed8109d'),(34563,767,'locations_23_description','This project is for a small bridge replacement and is affecting 2 properties in the Township of West Deer, Allegheny County.'),(34564,767,'_locations_23_description','field_5683f2b1dcba3'),(34565,767,'locations_24_location','a:3:{s:7:\"address\";s:21:\"40.620209, -79.833885\";s:3:\"lat\";s:10:\"40.6202319\";s:3:\"lng\";s:18:\"-79.83386789999997\";}'),(34566,767,'_locations_24_location','field_5683f288dcba1'),(34567,767,'locations_24_title','Little Deer Creek DL06 – West Deer Township – Bridge Replacement'),(34568,767,'_locations_24_title','field_5683f2aadcba2'),(34569,767,'locations_24_image','740'),(34570,767,'_locations_24_image','field_568439ed8109d'),(34571,767,'locations_24_description','This project was for a small bridge replacement and affected properties in the Township of Russellton, Allegheny County.'),(34572,767,'_locations_24_description','field_5683f2b1dcba3'),(34573,767,'locations_25_location','a:3:{s:7:\"address\";s:21:\"40.620213, -79.833892\";s:3:\"lat\";s:10:\"40.6202352\";s:3:\"lng\";s:18:\"-79.83387549999998\";}'),(34574,767,'_locations_25_location','field_5683f288dcba1'),(34575,767,'locations_25_title','Turtle Creek Bridge 6 – Turtle Creek PA'),(34576,767,'_locations_25_title','field_5683f2aadcba2'),(34577,767,'locations_25_image','742'),(34578,767,'_locations_25_image','field_568439ed8109d'),(34579,767,'locations_25_description','This project is for a mid-sized bridge replacement and is affecting 5 properties in the Borough of Turtle Creek, Allegheny County.'),(34580,767,'_locations_25_description','field_5683f2b1dcba3'),(34581,767,'locations_26_location','a:3:{s:7:\"address\";s:21:\"40.488263, -80.045950\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(34582,767,'_locations_26_location','field_5683f288dcba1'),(34583,767,'locations_26_title','Jacks Run 1, Bellevue and the City of Pittsburgh'),(34584,767,'_locations_26_title','field_5683f2aadcba2'),(34585,767,'locations_26_image','744'),(34586,767,'_locations_26_image','field_568439ed8109d'),(34587,767,'locations_26_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(34588,767,'_locations_26_description','field_5683f2b1dcba3'),(34589,767,'locations_27_location','a:3:{s:7:\"address\";s:21:\"40.541799, -80.247918\";s:3:\"lat\";s:10:\"40.5417824\";s:3:\"lng\";s:11:\"-80.2479169\";}'),(34590,767,'_locations_27_location','field_5683f288dcba1'),(34591,767,'locations_27_title','Boggs Run Bridge 1 – Moon Township'),(34592,767,'_locations_27_title','field_5683f2aadcba2'),(34593,767,'locations_27_image','746'),(34594,767,'_locations_27_image','field_568439ed8109d'),(34595,767,'locations_27_description','This project was for a small bridge replacement and affected 2 properties in the Township of Moon, Allegheny County.'),(34596,767,'_locations_27_description','field_5683f2b1dcba3'),(34597,767,'locations_28_location','a:3:{s:7:\"address\";s:21:\"40.549801, -79.997772\";s:3:\"lat\";s:9:\"40.549733\";s:3:\"lng\";s:18:\"-79.99820799999998\";}'),(34598,767,'_locations_28_location','field_5683f288dcba1'),(34599,767,'locations_28_title','Pine Creek Bridge 1 – Ross Township – Bridge'),(34600,767,'_locations_28_title','field_5683f2aadcba2'),(34601,767,'locations_28_image','749'),(34602,767,'_locations_28_image','field_568439ed8109d'),(34603,767,'locations_28_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(34604,767,'_locations_28_description','field_5683f2b1dcba3'),(34605,767,'locations_29_location','a:3:{s:7:\"address\";s:21:\"40.513209, -79.952573\";s:3:\"lat\";s:10:\"40.5132141\";s:3:\"lng\";s:18:\"-79.95257859999998\";}'),(34606,767,'_locations_29_location','field_5683f288dcba1'),(34607,767,'locations_29_title','Pine Creek Bridge 11 – Glenshaw PA – Bridge'),(34608,767,'_locations_29_title','field_5683f2aadcba2'),(34609,767,'locations_29_image',''),(34610,767,'_locations_29_image','field_568439ed8109d'),(34611,767,'locations_29_description',''),(34612,767,'_locations_29_description','field_5683f2b1dcba3'),(34613,767,'locations_30_location','a:3:{s:7:\"address\";s:21:\"40.518356, -79.992893\";s:3:\"lat\";s:10:\"40.5183459\";s:3:\"lng\";s:11:\"-79.9928827\";}'),(34614,767,'_locations_30_location','field_5683f288dcba1'),(34615,767,'locations_30_title','Thompson Run Bridge 1, Ross Township – Bridge'),(34616,767,'_locations_30_title','field_5683f2aadcba2'),(34617,767,'locations_30_image',''),(34618,767,'_locations_30_image','field_568439ed8109d'),(34619,767,'locations_30_description',''),(34620,767,'_locations_30_description','field_5683f2b1dcba3'),(34621,767,'locations_31_location','a:3:{s:7:\"address\";s:21:\"40.512503, -79.993398\";s:3:\"lat\";s:10:\"40.5125049\";s:3:\"lng\";s:18:\"-79.99341290000001\";}'),(34622,767,'_locations_31_location','field_5683f288dcba1'),(34623,767,'locations_31_title','Thompson Run Bridge 2, Ross Township – Bridge'),(34624,767,'_locations_31_title','field_5683f2aadcba2'),(34625,767,'locations_31_image',''),(34626,767,'_locations_31_image','field_568439ed8109d'),(34627,767,'locations_31_description',''),(34628,767,'_locations_31_description','field_5683f2b1dcba3'),(34629,767,'locations_32_location','a:3:{s:7:\"address\";s:21:\"40.451854, -80.204526\";s:3:\"lat\";s:10:\"40.4518427\";s:3:\"lng\";s:18:\"-80.20452230000001\";}'),(34630,767,'_locations_32_location','field_5683f288dcba1'),(34631,767,'locations_32_title','Montour Run Bridge 13, Findlay Township – Bridge'),(34632,767,'_locations_32_title','field_5683f2aadcba2'),(34633,767,'locations_32_image',''),(34634,767,'_locations_32_image','field_568439ed8109d'),(34635,767,'locations_32_description',''),(34636,767,'_locations_32_description','field_5683f2b1dcba3'),(34637,767,'locations_33_location','a:3:{s:7:\"address\";s:21:\"40.387729, -80.157101\";s:3:\"lat\";s:9:\"40.387271\";s:3:\"lng\";s:18:\"-80.15843699999999\";}'),(34638,767,'_locations_33_location','field_5683f288dcba1'),(34639,767,'locations_33_title','Thompson Run Bridge 10 – Collier – Bridge'),(34640,767,'_locations_33_title','field_5683f2aadcba2'),(34641,767,'locations_33_image',''),(34642,767,'_locations_33_image','field_568439ed8109d'),(34643,767,'locations_33_description',''),(34644,767,'_locations_33_description','field_5683f2b1dcba3'),(34645,767,'locations_34_location','a:3:{s:7:\"address\";s:21:\"40.411953, -79.875847\";s:3:\"lat\";s:10:\"40.4120812\";s:3:\"lng\";s:18:\"-79.87589430000003\";}'),(34646,767,'_locations_34_location','field_5683f288dcba1'),(34647,767,'locations_34_title','Hawkins Village – Rankin, PA - Intersection improvements'),(34648,767,'_locations_34_title','field_5683f2aadcba2'),(34649,767,'locations_34_image',''),(34650,767,'_locations_34_image','field_568439ed8109d'),(34651,767,'locations_34_description',''),(34652,767,'_locations_34_description','field_5683f2b1dcba3'),(34653,767,'locations_35_location','a:3:{s:7:\"address\";s:21:\"40.431658, -79.988902\";s:3:\"lat\";s:10:\"40.4316605\";s:3:\"lng\";s:11:\"-79.9888856\";}'),(34654,767,'_locations_35_location','field_5683f288dcba1'),(34655,767,'locations_35_title','10th Street Bridge – City of Pittsburgh'),(34656,767,'_locations_35_title','field_5683f2aadcba2'),(34657,767,'locations_35_image',''),(34658,767,'_locations_35_image','field_568439ed8109d'),(34659,767,'locations_35_description','This project is for a bridge rehabilitation and is affecting 5 properties in the City of Pittsburgh, Allegheny County.'),(34660,767,'_locations_35_description','field_5683f2b1dcba3'),(34661,767,'locations_36_location','a:3:{s:7:\"address\";s:21:\"40.499230, -80.046110\";s:3:\"lat\";s:10:\"40.4991326\";s:3:\"lng\";s:18:\"-80.04601000000002\";}'),(34662,767,'_locations_36_location','field_5683f288dcba1'),(34663,767,'locations_36_title','Jacks Run Bridge Number 4 – Ross Township'),(34664,767,'_locations_36_title','field_5683f2aadcba2'),(34665,767,'locations_36_image','761'),(34666,767,'_locations_36_image','field_568439ed8109d'),(34667,767,'locations_36_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(34668,767,'_locations_36_description','field_5683f2b1dcba3'),(34669,767,'locations_37_location','a:3:{s:7:\"address\";s:21:\"40.459236, -79.925044\";s:3:\"lat\";s:10:\"40.4592362\";s:3:\"lng\";s:18:\"-79.92502609999997\";}'),(34670,767,'_locations_37_location','field_5683f288dcba1'),(34671,767,'locations_37_title','South Highland Bridge'),(34672,767,'_locations_37_title','field_5683f2aadcba2'),(34673,767,'locations_37_image','765'),(34674,767,'_locations_37_image','field_568439ed8109d'),(34675,767,'locations_37_description','This project was for a small bridge replacement and affected 5 properties in the City of Pittsburgh, Allegheny County.'),(34676,767,'_locations_37_description','field_5683f2b1dcba3'),(34677,767,'locations_38_location','a:3:{s:7:\"address\";s:21:\"40.428539, -79.937852\";s:3:\"lat\";s:10:\"40.4286635\";s:3:\"lng\";s:11:\"-79.9385646\";}'),(34678,767,'_locations_38_location','field_5683f288dcba1'),(34679,767,'locations_38_title','Greenfield Bridge'),(34680,767,'_locations_38_title','field_5683f2aadcba2'),(34681,767,'locations_38_image',''),(34682,767,'_locations_38_image','field_568439ed8109d'),(34683,767,'locations_38_description','This project is for a large bridge replacement and is affecting 5 properties in the City of Pittsburgh, Allegheny County.'),(34684,767,'_locations_38_description','field_5683f2b1dcba3'),(34685,767,'locations','39'),(34686,767,'_locations','field_5683f253a5dba'),(34687,347,'locations_38_location','a:3:{s:7:\"address\";s:21:\"40.451553, -80.010952\";s:3:\"lat\";s:10:\"40.4507635\";s:3:\"lng\";s:18:\"-80.01148369999999\";}'),(34688,347,'_locations_38_location','field_5683f288dcba1'),(34689,347,'locations_38_title','West Ohio'),(34690,347,'_locations_38_title','field_5683f2aadcba2'),(34691,347,'locations_38_image',''),(34692,347,'_locations_38_image','field_568439ed8109d'),(34693,347,'locations_38_description','This project is for a bridge and is affecting 6 properties in the City of Pittsburgh, Allegheny County.'),(34694,347,'_locations_38_description','field_5683f2b1dcba3'),(34695,768,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(34696,768,'_locations_0_location','field_5683f288dcba1'),(34697,768,'locations_0_title','SR0028, All sections'),(34698,768,'_locations_0_title','field_5683f2aadcba2'),(34699,768,'locations_0_image',''),(34700,768,'_locations_0_image','field_568439ed8109d'),(34701,768,'locations_0_description',''),(34702,768,'_locations_0_description','field_5683f2b1dcba3'),(34703,768,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(34704,768,'_locations_1_location','field_5683f288dcba1'),(34705,768,'locations_1_title','286, A09 – Golden Mile'),(34706,768,'_locations_1_title','field_5683f2aadcba2'),(34707,768,'locations_1_image',''),(34708,768,'_locations_1_image','field_568439ed8109d'),(34709,768,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(34710,768,'_locations_1_description','field_5683f2b1dcba3'),(34711,768,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(34712,768,'_locations_2_location','field_5683f288dcba1'),(34713,768,'locations_2_title','2040, A18 – Curry Hollow'),(34714,768,'_locations_2_title','field_5683f2aadcba2'),(34715,768,'locations_2_image',''),(34716,768,'_locations_2_image','field_568439ed8109d'),(34717,768,'locations_2_description',''),(34718,768,'_locations_2_description','field_5683f2b1dcba3'),(34719,768,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(34720,768,'_locations_3_location','field_5683f288dcba1'),(34721,768,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(34722,768,'_locations_3_title','field_5683f2aadcba2'),(34723,768,'locations_3_image',''),(34724,768,'_locations_3_image','field_568439ed8109d'),(34725,768,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(34726,768,'_locations_3_description','field_5683f2b1dcba3'),(34727,768,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(34728,768,'_locations_4_location','field_5683f288dcba1'),(34729,768,'locations_4_title','Duncan Avenue – Hampton Twp.'),(34730,768,'_locations_4_title','field_5683f2aadcba2'),(34731,768,'locations_4_image',''),(34732,768,'_locations_4_image','field_568439ed8109d'),(34733,768,'locations_4_description',''),(34734,768,'_locations_4_description','field_5683f2b1dcba3'),(34735,768,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(34736,768,'_locations_5_location','field_5683f288dcba1'),(34737,768,'locations_5_title','Pine Creek Road – McCandless'),(34738,768,'_locations_5_title','field_5683f2aadcba2'),(34739,768,'locations_5_image',''),(34740,768,'_locations_5_image','field_568439ed8109d'),(34741,768,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(34742,768,'_locations_5_description','field_5683f2b1dcba3'),(34743,768,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(34744,768,'_locations_6_location','field_5683f288dcba1'),(34745,768,'locations_6_title','Brewhouse – Trek Development'),(34746,768,'_locations_6_title','field_5683f2aadcba2'),(34747,768,'locations_6_image',''),(34748,768,'_locations_6_image','field_568439ed8109d'),(34749,768,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(34750,768,'_locations_6_description','field_5683f2b1dcba3'),(34751,768,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(34752,768,'_locations_7_location','field_5683f288dcba1'),(34753,768,'locations_7_title','Ewalt Road – Richland Twp.'),(34754,768,'_locations_7_title','field_5683f2aadcba2'),(34755,768,'locations_7_image',''),(34756,768,'_locations_7_image','field_568439ed8109d'),(34757,768,'locations_7_description',''),(34758,768,'_locations_7_description','field_5683f2b1dcba3'),(34759,768,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.625521, -79.941837\";s:3:\"lat\";s:10:\"40.6255198\";s:3:\"lng\";s:10:\"-79.941822\";}'),(34760,768,'_locations_8_location','field_5683f288dcba1'),(34761,768,'locations_8_title','Ewalt Road – Richland Twp.'),(34762,768,'_locations_8_title','field_5683f2aadcba2'),(34763,768,'locations_8_image',''),(34764,768,'_locations_8_image','field_568439ed8109d'),(34765,768,'locations_8_description',''),(34766,768,'_locations_8_description','field_5683f2b1dcba3'),(34767,768,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(34768,768,'_locations_9_location','field_5683f288dcba1'),(34769,768,'locations_9_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(34770,768,'_locations_9_title','field_5683f2aadcba2'),(34771,768,'locations_9_image',''),(34772,768,'_locations_9_image','field_568439ed8109d'),(34773,768,'locations_9_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(34774,768,'_locations_9_description','field_5683f2b1dcba3'),(34775,768,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.425708, -79.805807\";s:3:\"lat\";s:10:\"40.4256461\";s:3:\"lng\";s:18:\"-79.80576589999998\";}'),(34776,768,'_locations_10_location','field_5683f288dcba1'),(34777,768,'locations_10_title','State Route 2065, Section A07'),(34778,768,'_locations_10_title','field_5683f2aadcba2'),(34779,768,'locations_10_image',''),(34780,768,'_locations_10_image','field_568439ed8109d'),(34781,768,'locations_10_description',''),(34782,768,'_locations_10_description','field_5683f2b1dcba3'),(34783,768,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.354856, -80.118393\";s:3:\"lat\";s:10:\"40.3527492\";s:3:\"lng\";s:18:\"-80.11776529999997\";}'),(34784,768,'_locations_11_location','field_5683f288dcba1'),(34785,768,'locations_11_title','Southern Beltway Section C – New Roadway Construction'),(34786,768,'_locations_11_title','field_5683f2aadcba2'),(34787,768,'locations_11_image',''),(34788,768,'_locations_11_image','field_568439ed8109d'),(34789,768,'locations_11_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 18 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(34790,768,'_locations_11_description','field_5683f2b1dcba3'),(34791,768,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.509371, -80.256419\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(34792,768,'_locations_12_location','field_5683f288dcba1'),(34793,768,'locations_12_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(34794,768,'_locations_12_title','field_5683f2aadcba2'),(34795,768,'locations_12_image','671'),(34796,768,'_locations_12_image','field_568439ed8109d'),(34797,768,'locations_12_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(34798,768,'_locations_12_description','field_5683f2b1dcba3'),(34799,768,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.590450, -79.888763\";s:3:\"lat\";s:10:\"40.5943712\";s:3:\"lng\";s:18:\"-79.89597279999998\";}'),(34800,768,'_locations_13_location','field_5683f288dcba1'),(34801,768,'locations_13_title','MP 40-48 – Hampton Township – Highway Widening'),(34802,768,'_locations_13_title','field_5683f2aadcba2'),(34803,768,'locations_13_image',''),(34804,768,'_locations_13_image','field_568439ed8109d'),(34805,768,'locations_13_description','This project is for mainline reconstruction and bridge replacement and is affecting 71 properties and resulting in the relocation of 1 resident in the Townships of Harmar and Indiana, Allegheny County.'),(34806,768,'_locations_13_description','field_5683f2b1dcba3'),(34807,768,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.392019, -80.077682\";s:3:\"lat\";s:17:\"40.39202119999999\";s:3:\"lng\";s:18:\"-80.07767890000002\";}'),(34808,768,'_locations_14_location','field_5683f288dcba1'),(34809,768,'locations_14_title','Georges Run Bridge No. 1, Carnegie PA – Bridge'),(34810,768,'_locations_14_title','field_5683f2aadcba2'),(34811,768,'locations_14_image',''),(34812,768,'_locations_14_image','field_568439ed8109d'),(34813,768,'locations_14_description','This project is for a small bridge replacement and is affecting 4 properties in the Township of Scott, Allegheny County.'),(34814,768,'_locations_14_description','field_5683f2b1dcba3'),(34815,768,'locations_15_location','a:3:{s:7:\"address\";s:21:\"40.386279, -79.894258\";s:3:\"lat\";s:10:\"40.3862842\";s:3:\"lng\";s:18:\"-79.89425510000001\";}'),(34816,768,'_locations_15_location','field_5683f288dcba1'),(34817,768,'locations_15_title','Homeville Creek Bridge 7, West Mifflin PA – Bridge'),(34818,768,'_locations_15_title','field_5683f2aadcba2'),(34819,768,'locations_15_image',''),(34820,768,'_locations_15_image','field_568439ed8109d'),(34821,768,'locations_15_description','This project is for a small bridge replacement and is affecting 7 properties in the Borough of Munhall, Allegheny County.'),(34822,768,'_locations_15_description','field_5683f2b1dcba3'),(34823,768,'locations_16_location','a:3:{s:7:\"address\";s:21:\"40.396380, -79.895244\";s:3:\"lat\";s:10:\"40.3963432\";s:3:\"lng\";s:18:\"-79.89543119999996\";}'),(34824,768,'_locations_16_location','field_5683f288dcba1'),(34825,768,'locations_16_title','Homeville Creek Bridge 10 – West Mifflin PA - Bridge'),(34826,768,'_locations_16_title','field_5683f2aadcba2'),(34827,768,'locations_16_image','727'),(34828,768,'_locations_16_image','field_568439ed8109d'),(34829,768,'locations_16_description','This project was for a small bridge replacement and affected 7 properties in the Borough of Munhall, Allegheny County.'),(34830,768,'_locations_16_description','field_5683f2b1dcba3'),(34831,768,'locations_17_location','a:3:{s:7:\"address\";s:21:\"40.329286, -79.987406\";s:3:\"lat\";s:10:\"40.3292857\";s:3:\"lng\";s:18:\"-79.98741289999998\";}'),(34832,768,'_locations_17_location','field_5683f288dcba1'),(34833,768,'locations_17_title','Licks Run Bridge 9, South Park – PA – Bridge'),(34834,768,'_locations_17_title','field_5683f2aadcba2'),(34835,768,'locations_17_image','730'),(34836,768,'_locations_17_image','field_568439ed8109d'),(34837,768,'locations_17_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(34838,768,'_locations_17_description','field_5683f2b1dcba3'),(34839,768,'locations_18_location','a:3:{s:7:\"address\";s:21:\"40.329261, -79.988204\";s:3:\"lat\";s:9:\"40.329261\";s:3:\"lng\";s:10:\"-79.988205\";}'),(34840,768,'_locations_18_location','field_5683f288dcba1'),(34841,768,'locations_18_title','Licks Run Bridge 10, South Park – PA - Bridge'),(34842,768,'_locations_18_title','field_5683f2aadcba2'),(34843,768,'locations_18_image','730'),(34844,768,'_locations_18_image','field_568439ed8109d'),(34845,768,'locations_18_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(34846,768,'_locations_18_description','field_5683f2b1dcba3'),(34847,768,'locations_19_location','a:3:{s:7:\"address\";s:21:\"40.515624, -80.009959\";s:3:\"lat\";s:10:\"40.5156082\";s:3:\"lng\";s:18:\"-80.00994129999998\";}'),(34848,768,'_locations_19_location','field_5683f288dcba1'),(34849,768,'locations_19_title','Girtys Run Bridge 14'),(34850,768,'_locations_19_title','field_5683f2aadcba2'),(34851,768,'locations_19_image','733'),(34852,768,'_locations_19_image','field_568439ed8109d'),(34853,768,'locations_19_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(34854,768,'_locations_19_description','field_5683f2b1dcba3'),(34855,768,'locations_20_location','a:3:{s:7:\"address\";s:21:\"40.488268, -80.045947\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(34856,768,'_locations_20_location','field_5683f288dcba1'),(34857,768,'locations_20_title','Jacks Run 3 – Bellevue, PA – Bridge Replacement'),(34858,768,'_locations_20_title','field_5683f2aadcba2'),(34859,768,'locations_20_image','735'),(34860,768,'_locations_20_image','field_568439ed8109d'),(34861,768,'locations_20_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(34862,768,'_locations_20_description','field_5683f2b1dcba3'),(34863,768,'locations_21_location','a:3:{s:7:\"address\";s:21:\"40.330826, -79.986892\";s:3:\"lat\";s:10:\"40.3307469\";s:3:\"lng\";s:18:\"-79.98678430000001\";}'),(34864,768,'_locations_21_location','field_5683f288dcba1'),(34865,768,'locations_21_title','Brownsville to Broughton, South Park PA, intersection improvements and realignment'),(34866,768,'_locations_21_title','field_5683f2aadcba2'),(34867,768,'locations_21_image',''),(34868,768,'_locations_21_image','field_568439ed8109d'),(34869,768,'locations_21_description',''),(34870,768,'_locations_21_description','field_5683f2b1dcba3'),(34871,768,'locations_22_location','a:3:{s:7:\"address\";s:21:\"40.651302, -79.799610\";s:3:\"lat\";s:9:\"40.651344\";s:3:\"lng\";s:18:\"-79.80019399999998\";}'),(34872,768,'_locations_22_location','field_5683f288dcba1'),(34873,768,'locations_22_title','Bull Creek Bridge No. 6 – Fawn Township – Bridge'),(34874,768,'_locations_22_title','field_5683f2aadcba2'),(34875,768,'locations_22_image',''),(34876,768,'_locations_22_image','field_568439ed8109d'),(34877,768,'locations_22_description','This project is for a small bridge replacement and is affecting 9 properties in the Township of Fawn, Allegheny County.'),(34878,768,'_locations_22_description','field_5683f2b1dcba3'),(34879,768,'locations_23_location','a:3:{s:7:\"address\";s:21:\"40.662745, -79.817800\";s:3:\"lat\";s:9:\"40.663536\";s:3:\"lng\";s:10:\"-79.819073\";}'),(34880,768,'_locations_23_location','field_5683f288dcba1'),(34881,768,'locations_23_title','Bull Creek Bridge No. 9 – West Deer Township – Bridge'),(34882,768,'_locations_23_title','field_5683f2aadcba2'),(34883,768,'locations_23_image',''),(34884,768,'_locations_23_image','field_568439ed8109d'),(34885,768,'locations_23_description','This project is for a small bridge replacement and is affecting 2 properties in the Township of West Deer, Allegheny County.'),(34886,768,'_locations_23_description','field_5683f2b1dcba3'),(34887,768,'locations_24_location','a:3:{s:7:\"address\";s:21:\"40.620209, -79.833885\";s:3:\"lat\";s:10:\"40.6202319\";s:3:\"lng\";s:18:\"-79.83386789999997\";}'),(34888,768,'_locations_24_location','field_5683f288dcba1'),(34889,768,'locations_24_title','Little Deer Creek DL06 – West Deer Township – Bridge Replacement'),(34890,768,'_locations_24_title','field_5683f2aadcba2'),(34891,768,'locations_24_image','740'),(34892,768,'_locations_24_image','field_568439ed8109d'),(34893,768,'locations_24_description','This project was for a small bridge replacement and affected properties in the Township of Russellton, Allegheny County.'),(34894,768,'_locations_24_description','field_5683f2b1dcba3'),(34895,768,'locations_25_location','a:3:{s:7:\"address\";s:21:\"40.620213, -79.833892\";s:3:\"lat\";s:10:\"40.6202352\";s:3:\"lng\";s:18:\"-79.83387549999998\";}'),(34896,768,'_locations_25_location','field_5683f288dcba1'),(34897,768,'locations_25_title','Turtle Creek Bridge 6 – Turtle Creek PA'),(34898,768,'_locations_25_title','field_5683f2aadcba2'),(34899,768,'locations_25_image','742'),(34900,768,'_locations_25_image','field_568439ed8109d'),(34901,768,'locations_25_description','This project is for a mid-sized bridge replacement and is affecting 5 properties in the Borough of Turtle Creek, Allegheny County.'),(34902,768,'_locations_25_description','field_5683f2b1dcba3'),(34903,768,'locations_26_location','a:3:{s:7:\"address\";s:21:\"40.488263, -80.045950\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(34904,768,'_locations_26_location','field_5683f288dcba1'),(34905,768,'locations_26_title','Jacks Run 1, Bellevue and the City of Pittsburgh'),(34906,768,'_locations_26_title','field_5683f2aadcba2'),(34907,768,'locations_26_image','744'),(34908,768,'_locations_26_image','field_568439ed8109d'),(34909,768,'locations_26_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(34910,768,'_locations_26_description','field_5683f2b1dcba3'),(34911,768,'locations_27_location','a:3:{s:7:\"address\";s:21:\"40.541799, -80.247918\";s:3:\"lat\";s:10:\"40.5417824\";s:3:\"lng\";s:11:\"-80.2479169\";}'),(34912,768,'_locations_27_location','field_5683f288dcba1'),(34913,768,'locations_27_title','Boggs Run Bridge 1 – Moon Township'),(34914,768,'_locations_27_title','field_5683f2aadcba2'),(34915,768,'locations_27_image','746'),(34916,768,'_locations_27_image','field_568439ed8109d'),(34917,768,'locations_27_description','This project was for a small bridge replacement and affected 2 properties in the Township of Moon, Allegheny County.'),(34918,768,'_locations_27_description','field_5683f2b1dcba3'),(34919,768,'locations_28_location','a:3:{s:7:\"address\";s:21:\"40.549801, -79.997772\";s:3:\"lat\";s:9:\"40.549733\";s:3:\"lng\";s:18:\"-79.99820799999998\";}'),(34920,768,'_locations_28_location','field_5683f288dcba1'),(34921,768,'locations_28_title','Pine Creek Bridge 1 – Ross Township – Bridge'),(34922,768,'_locations_28_title','field_5683f2aadcba2'),(34923,768,'locations_28_image','749'),(34924,768,'_locations_28_image','field_568439ed8109d'),(34925,768,'locations_28_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(34926,768,'_locations_28_description','field_5683f2b1dcba3'),(34927,768,'locations_29_location','a:3:{s:7:\"address\";s:21:\"40.513209, -79.952573\";s:3:\"lat\";s:10:\"40.5132141\";s:3:\"lng\";s:18:\"-79.95257859999998\";}'),(34928,768,'_locations_29_location','field_5683f288dcba1'),(34929,768,'locations_29_title','Pine Creek Bridge 11 – Glenshaw PA – Bridge'),(34930,768,'_locations_29_title','field_5683f2aadcba2'),(34931,768,'locations_29_image',''),(34932,768,'_locations_29_image','field_568439ed8109d'),(34933,768,'locations_29_description',''),(34934,768,'_locations_29_description','field_5683f2b1dcba3'),(34935,768,'locations_30_location','a:3:{s:7:\"address\";s:21:\"40.518356, -79.992893\";s:3:\"lat\";s:10:\"40.5183459\";s:3:\"lng\";s:11:\"-79.9928827\";}'),(34936,768,'_locations_30_location','field_5683f288dcba1'),(34937,768,'locations_30_title','Thompson Run Bridge 1, Ross Township – Bridge'),(34938,768,'_locations_30_title','field_5683f2aadcba2'),(34939,768,'locations_30_image',''),(34940,768,'_locations_30_image','field_568439ed8109d'),(34941,768,'locations_30_description',''),(34942,768,'_locations_30_description','field_5683f2b1dcba3'),(34943,768,'locations_31_location','a:3:{s:7:\"address\";s:21:\"40.512503, -79.993398\";s:3:\"lat\";s:10:\"40.5125049\";s:3:\"lng\";s:18:\"-79.99341290000001\";}'),(34944,768,'_locations_31_location','field_5683f288dcba1'),(34945,768,'locations_31_title','Thompson Run Bridge 2, Ross Township – Bridge'),(34946,768,'_locations_31_title','field_5683f2aadcba2'),(34947,768,'locations_31_image',''),(34948,768,'_locations_31_image','field_568439ed8109d'),(34949,768,'locations_31_description',''),(34950,768,'_locations_31_description','field_5683f2b1dcba3'),(34951,768,'locations_32_location','a:3:{s:7:\"address\";s:21:\"40.451854, -80.204526\";s:3:\"lat\";s:10:\"40.4518427\";s:3:\"lng\";s:18:\"-80.20452230000001\";}'),(34952,768,'_locations_32_location','field_5683f288dcba1'),(34953,768,'locations_32_title','Montour Run Bridge 13, Findlay Township – Bridge'),(34954,768,'_locations_32_title','field_5683f2aadcba2'),(34955,768,'locations_32_image',''),(34956,768,'_locations_32_image','field_568439ed8109d'),(34957,768,'locations_32_description',''),(34958,768,'_locations_32_description','field_5683f2b1dcba3'),(34959,768,'locations_33_location','a:3:{s:7:\"address\";s:21:\"40.387729, -80.157101\";s:3:\"lat\";s:9:\"40.387271\";s:3:\"lng\";s:18:\"-80.15843699999999\";}'),(34960,768,'_locations_33_location','field_5683f288dcba1'),(34961,768,'locations_33_title','Thompson Run Bridge 10 – Collier – Bridge'),(34962,768,'_locations_33_title','field_5683f2aadcba2'),(34963,768,'locations_33_image',''),(34964,768,'_locations_33_image','field_568439ed8109d'),(34965,768,'locations_33_description',''),(34966,768,'_locations_33_description','field_5683f2b1dcba3'),(34967,768,'locations_34_location','a:3:{s:7:\"address\";s:21:\"40.411953, -79.875847\";s:3:\"lat\";s:10:\"40.4120812\";s:3:\"lng\";s:18:\"-79.87589430000003\";}'),(34968,768,'_locations_34_location','field_5683f288dcba1'),(34969,768,'locations_34_title','Hawkins Village – Rankin, PA - Intersection improvements'),(34970,768,'_locations_34_title','field_5683f2aadcba2'),(34971,768,'locations_34_image',''),(34972,768,'_locations_34_image','field_568439ed8109d'),(34973,768,'locations_34_description',''),(34974,768,'_locations_34_description','field_5683f2b1dcba3'),(34975,768,'locations_35_location','a:3:{s:7:\"address\";s:21:\"40.431658, -79.988902\";s:3:\"lat\";s:10:\"40.4316605\";s:3:\"lng\";s:11:\"-79.9888856\";}'),(34976,768,'_locations_35_location','field_5683f288dcba1'),(34977,768,'locations_35_title','10th Street Bridge – City of Pittsburgh'),(34978,768,'_locations_35_title','field_5683f2aadcba2'),(34979,768,'locations_35_image',''),(34980,768,'_locations_35_image','field_568439ed8109d'),(34981,768,'locations_35_description','This project is for a bridge rehabilitation and is affecting 5 properties in the City of Pittsburgh, Allegheny County.'),(34982,768,'_locations_35_description','field_5683f2b1dcba3'),(34983,768,'locations_36_location','a:3:{s:7:\"address\";s:21:\"40.499230, -80.046110\";s:3:\"lat\";s:10:\"40.4991326\";s:3:\"lng\";s:18:\"-80.04601000000002\";}'),(34984,768,'_locations_36_location','field_5683f288dcba1'),(34985,768,'locations_36_title','Jacks Run Bridge Number 4 – Ross Township'),(34986,768,'_locations_36_title','field_5683f2aadcba2'),(34987,768,'locations_36_image','761'),(34988,768,'_locations_36_image','field_568439ed8109d'),(34989,768,'locations_36_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(34990,768,'_locations_36_description','field_5683f2b1dcba3'),(34991,768,'locations_37_location','a:3:{s:7:\"address\";s:21:\"40.459236, -79.925044\";s:3:\"lat\";s:10:\"40.4592362\";s:3:\"lng\";s:18:\"-79.92502609999997\";}'),(34992,768,'_locations_37_location','field_5683f288dcba1'),(34993,768,'locations_37_title','South Highland Bridge'),(34994,768,'_locations_37_title','field_5683f2aadcba2'),(34995,768,'locations_37_image','765'),(34996,768,'_locations_37_image','field_568439ed8109d'),(34997,768,'locations_37_description','This project was for a small bridge replacement and affected 5 properties in the City of Pittsburgh, Allegheny County.'),(34998,768,'_locations_37_description','field_5683f2b1dcba3'),(34999,768,'locations_38_location','a:3:{s:7:\"address\";s:21:\"40.428539, -79.937852\";s:3:\"lat\";s:10:\"40.4286635\";s:3:\"lng\";s:11:\"-79.9385646\";}'),(35000,768,'_locations_38_location','field_5683f288dcba1'),(35001,768,'locations_38_title','Greenfield Bridge'),(35002,768,'_locations_38_title','field_5683f2aadcba2'),(35003,768,'locations_38_image',''),(35004,768,'_locations_38_image','field_568439ed8109d'),(35005,768,'locations_38_description','This project is for a large bridge replacement and is affecting 5 properties in the City of Pittsburgh, Allegheny County.'),(35006,768,'_locations_38_description','field_5683f2b1dcba3'),(35007,768,'locations_39_location','a:3:{s:7:\"address\";s:21:\"40.451553, -80.010952\";s:3:\"lat\";s:10:\"40.4507635\";s:3:\"lng\";s:18:\"-80.01148369999999\";}'),(35008,768,'_locations_39_location','field_5683f288dcba1'),(35009,768,'locations_39_title','West Ohio'),(35010,768,'_locations_39_title','field_5683f2aadcba2'),(35011,768,'locations_39_image',''),(35012,768,'_locations_39_image','field_568439ed8109d'),(35013,768,'locations_39_description','This project is for a bridge and is affecting 6 properties in the City of Pittsburgh, Allegheny County.'),(35014,768,'_locations_39_description','field_5683f2b1dcba3'),(35015,768,'locations','40'),(35016,768,'_locations','field_5683f253a5dba'),(35017,347,'locations_39_location','a:3:{s:7:\"address\";s:21:\"40.406886, -80.034145\";s:3:\"lat\";s:10:\"40.4068824\";s:3:\"lng\";s:11:\"-80.0341517\";}'),(35018,347,'_locations_39_location','field_5683f288dcba1'),(35019,347,'locations_39_title','Wenzel Avenue'),(35020,347,'_locations_39_title','field_5683f2aadcba2'),(35021,347,'locations_39_image',''),(35022,347,'_locations_39_image','field_568439ed8109d'),(35023,347,'locations_39_description','This project is for a bridge replacement and intersection improvement and is affecting 5 properties in the City of Pittsburgh, Allegheny County.'),(35024,347,'_locations_39_description','field_5683f2b1dcba3'),(35025,769,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(35026,769,'_locations_0_location','field_5683f288dcba1'),(35027,769,'locations_0_title','SR0028, All sections'),(35028,769,'_locations_0_title','field_5683f2aadcba2'),(35029,769,'locations_0_image',''),(35030,769,'_locations_0_image','field_568439ed8109d'),(35031,769,'locations_0_description',''),(35032,769,'_locations_0_description','field_5683f2b1dcba3'),(35033,769,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(35034,769,'_locations_1_location','field_5683f288dcba1'),(35035,769,'locations_1_title','286, A09 – Golden Mile'),(35036,769,'_locations_1_title','field_5683f2aadcba2'),(35037,769,'locations_1_image',''),(35038,769,'_locations_1_image','field_568439ed8109d'),(35039,769,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(35040,769,'_locations_1_description','field_5683f2b1dcba3'),(35041,769,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(35042,769,'_locations_2_location','field_5683f288dcba1'),(35043,769,'locations_2_title','2040, A18 – Curry Hollow'),(35044,769,'_locations_2_title','field_5683f2aadcba2'),(35045,769,'locations_2_image',''),(35046,769,'_locations_2_image','field_568439ed8109d'),(35047,769,'locations_2_description',''),(35048,769,'_locations_2_description','field_5683f2b1dcba3'),(35049,769,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(35050,769,'_locations_3_location','field_5683f288dcba1'),(35051,769,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(35052,769,'_locations_3_title','field_5683f2aadcba2'),(35053,769,'locations_3_image',''),(35054,769,'_locations_3_image','field_568439ed8109d'),(35055,769,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(35056,769,'_locations_3_description','field_5683f2b1dcba3'),(35057,769,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(35058,769,'_locations_4_location','field_5683f288dcba1'),(35059,769,'locations_4_title','Duncan Avenue – Hampton Twp.'),(35060,769,'_locations_4_title','field_5683f2aadcba2'),(35061,769,'locations_4_image',''),(35062,769,'_locations_4_image','field_568439ed8109d'),(35063,769,'locations_4_description',''),(35064,769,'_locations_4_description','field_5683f2b1dcba3'),(35065,769,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(35066,769,'_locations_5_location','field_5683f288dcba1'),(35067,769,'locations_5_title','Pine Creek Road – McCandless'),(35068,769,'_locations_5_title','field_5683f2aadcba2'),(35069,769,'locations_5_image',''),(35070,769,'_locations_5_image','field_568439ed8109d'),(35071,769,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(35072,769,'_locations_5_description','field_5683f2b1dcba3'),(35073,769,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(35074,769,'_locations_6_location','field_5683f288dcba1'),(35075,769,'locations_6_title','Brewhouse – Trek Development'),(35076,769,'_locations_6_title','field_5683f2aadcba2'),(35077,769,'locations_6_image',''),(35078,769,'_locations_6_image','field_568439ed8109d'),(35079,769,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(35080,769,'_locations_6_description','field_5683f2b1dcba3'),(35081,769,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(35082,769,'_locations_7_location','field_5683f288dcba1'),(35083,769,'locations_7_title','Ewalt Road – Richland Twp.'),(35084,769,'_locations_7_title','field_5683f2aadcba2'),(35085,769,'locations_7_image',''),(35086,769,'_locations_7_image','field_568439ed8109d'),(35087,769,'locations_7_description',''),(35088,769,'_locations_7_description','field_5683f2b1dcba3'),(35089,769,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.625521, -79.941837\";s:3:\"lat\";s:10:\"40.6255198\";s:3:\"lng\";s:10:\"-79.941822\";}'),(35090,769,'_locations_8_location','field_5683f288dcba1'),(35091,769,'locations_8_title','Ewalt Road – Richland Twp.'),(35092,769,'_locations_8_title','field_5683f2aadcba2'),(35093,769,'locations_8_image',''),(35094,769,'_locations_8_image','field_568439ed8109d'),(35095,769,'locations_8_description',''),(35096,769,'_locations_8_description','field_5683f2b1dcba3'),(35097,769,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(35098,769,'_locations_9_location','field_5683f288dcba1'),(35099,769,'locations_9_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(35100,769,'_locations_9_title','field_5683f2aadcba2'),(35101,769,'locations_9_image',''),(35102,769,'_locations_9_image','field_568439ed8109d'),(35103,769,'locations_9_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(35104,769,'_locations_9_description','field_5683f2b1dcba3'),(35105,769,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.425708, -79.805807\";s:3:\"lat\";s:10:\"40.4256461\";s:3:\"lng\";s:18:\"-79.80576589999998\";}'),(35106,769,'_locations_10_location','field_5683f288dcba1'),(35107,769,'locations_10_title','State Route 2065, Section A07'),(35108,769,'_locations_10_title','field_5683f2aadcba2'),(35109,769,'locations_10_image',''),(35110,769,'_locations_10_image','field_568439ed8109d'),(35111,769,'locations_10_description',''),(35112,769,'_locations_10_description','field_5683f2b1dcba3'),(35113,769,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.354856, -80.118393\";s:3:\"lat\";s:10:\"40.3527492\";s:3:\"lng\";s:18:\"-80.11776529999997\";}'),(35114,769,'_locations_11_location','field_5683f288dcba1'),(35115,769,'locations_11_title','Southern Beltway Section C – New Roadway Construction'),(35116,769,'_locations_11_title','field_5683f2aadcba2'),(35117,769,'locations_11_image',''),(35118,769,'_locations_11_image','field_568439ed8109d'),(35119,769,'locations_11_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 18 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(35120,769,'_locations_11_description','field_5683f2b1dcba3'),(35121,769,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.509371, -80.256419\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(35122,769,'_locations_12_location','field_5683f288dcba1'),(35123,769,'locations_12_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(35124,769,'_locations_12_title','field_5683f2aadcba2'),(35125,769,'locations_12_image','671'),(35126,769,'_locations_12_image','field_568439ed8109d'),(35127,769,'locations_12_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(35128,769,'_locations_12_description','field_5683f2b1dcba3'),(35129,769,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.590450, -79.888763\";s:3:\"lat\";s:10:\"40.5943712\";s:3:\"lng\";s:18:\"-79.89597279999998\";}'),(35130,769,'_locations_13_location','field_5683f288dcba1'),(35131,769,'locations_13_title','MP 40-48 – Hampton Township – Highway Widening'),(35132,769,'_locations_13_title','field_5683f2aadcba2'),(35133,769,'locations_13_image',''),(35134,769,'_locations_13_image','field_568439ed8109d'),(35135,769,'locations_13_description','This project is for mainline reconstruction and bridge replacement and is affecting 71 properties and resulting in the relocation of 1 resident in the Townships of Harmar and Indiana, Allegheny County.'),(35136,769,'_locations_13_description','field_5683f2b1dcba3'),(35137,769,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.392019, -80.077682\";s:3:\"lat\";s:17:\"40.39202119999999\";s:3:\"lng\";s:18:\"-80.07767890000002\";}'),(35138,769,'_locations_14_location','field_5683f288dcba1'),(35139,769,'locations_14_title','Georges Run Bridge No. 1, Carnegie PA – Bridge'),(35140,769,'_locations_14_title','field_5683f2aadcba2'),(35141,769,'locations_14_image',''),(35142,769,'_locations_14_image','field_568439ed8109d'),(35143,769,'locations_14_description','This project is for a small bridge replacement and is affecting 4 properties in the Township of Scott, Allegheny County.'),(35144,769,'_locations_14_description','field_5683f2b1dcba3'),(35145,769,'locations_15_location','a:3:{s:7:\"address\";s:21:\"40.386279, -79.894258\";s:3:\"lat\";s:10:\"40.3862842\";s:3:\"lng\";s:18:\"-79.89425510000001\";}'),(35146,769,'_locations_15_location','field_5683f288dcba1'),(35147,769,'locations_15_title','Homeville Creek Bridge 7, West Mifflin PA – Bridge'),(35148,769,'_locations_15_title','field_5683f2aadcba2'),(35149,769,'locations_15_image',''),(35150,769,'_locations_15_image','field_568439ed8109d'),(35151,769,'locations_15_description','This project is for a small bridge replacement and is affecting 7 properties in the Borough of Munhall, Allegheny County.'),(35152,769,'_locations_15_description','field_5683f2b1dcba3'),(35153,769,'locations_16_location','a:3:{s:7:\"address\";s:21:\"40.396380, -79.895244\";s:3:\"lat\";s:10:\"40.3963432\";s:3:\"lng\";s:18:\"-79.89543119999996\";}'),(35154,769,'_locations_16_location','field_5683f288dcba1'),(35155,769,'locations_16_title','Homeville Creek Bridge 10 – West Mifflin PA - Bridge'),(35156,769,'_locations_16_title','field_5683f2aadcba2'),(35157,769,'locations_16_image','727'),(35158,769,'_locations_16_image','field_568439ed8109d'),(35159,769,'locations_16_description','This project was for a small bridge replacement and affected 7 properties in the Borough of Munhall, Allegheny County.'),(35160,769,'_locations_16_description','field_5683f2b1dcba3'),(35161,769,'locations_17_location','a:3:{s:7:\"address\";s:21:\"40.329286, -79.987406\";s:3:\"lat\";s:10:\"40.3292857\";s:3:\"lng\";s:18:\"-79.98741289999998\";}'),(35162,769,'_locations_17_location','field_5683f288dcba1'),(35163,769,'locations_17_title','Licks Run Bridge 9, South Park – PA – Bridge'),(35164,769,'_locations_17_title','field_5683f2aadcba2'),(35165,769,'locations_17_image','730'),(35166,769,'_locations_17_image','field_568439ed8109d'),(35167,769,'locations_17_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(35168,769,'_locations_17_description','field_5683f2b1dcba3'),(35169,769,'locations_18_location','a:3:{s:7:\"address\";s:21:\"40.329261, -79.988204\";s:3:\"lat\";s:9:\"40.329261\";s:3:\"lng\";s:10:\"-79.988205\";}'),(35170,769,'_locations_18_location','field_5683f288dcba1'),(35171,769,'locations_18_title','Licks Run Bridge 10, South Park – PA - Bridge'),(35172,769,'_locations_18_title','field_5683f2aadcba2'),(35173,769,'locations_18_image','730'),(35174,769,'_locations_18_image','field_568439ed8109d'),(35175,769,'locations_18_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(35176,769,'_locations_18_description','field_5683f2b1dcba3'),(35177,769,'locations_19_location','a:3:{s:7:\"address\";s:21:\"40.515624, -80.009959\";s:3:\"lat\";s:10:\"40.5156082\";s:3:\"lng\";s:18:\"-80.00994129999998\";}'),(35178,769,'_locations_19_location','field_5683f288dcba1'),(35179,769,'locations_19_title','Girtys Run Bridge 14'),(35180,769,'_locations_19_title','field_5683f2aadcba2'),(35181,769,'locations_19_image','733'),(35182,769,'_locations_19_image','field_568439ed8109d'),(35183,769,'locations_19_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(35184,769,'_locations_19_description','field_5683f2b1dcba3'),(35185,769,'locations_20_location','a:3:{s:7:\"address\";s:21:\"40.488268, -80.045947\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(35186,769,'_locations_20_location','field_5683f288dcba1'),(35187,769,'locations_20_title','Jacks Run 3 – Bellevue, PA – Bridge Replacement'),(35188,769,'_locations_20_title','field_5683f2aadcba2'),(35189,769,'locations_20_image','735'),(35190,769,'_locations_20_image','field_568439ed8109d'),(35191,769,'locations_20_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(35192,769,'_locations_20_description','field_5683f2b1dcba3'),(35193,769,'locations_21_location','a:3:{s:7:\"address\";s:21:\"40.330826, -79.986892\";s:3:\"lat\";s:10:\"40.3307469\";s:3:\"lng\";s:18:\"-79.98678430000001\";}'),(35194,769,'_locations_21_location','field_5683f288dcba1'),(35195,769,'locations_21_title','Brownsville to Broughton, South Park PA, intersection improvements and realignment'),(35196,769,'_locations_21_title','field_5683f2aadcba2'),(35197,769,'locations_21_image',''),(35198,769,'_locations_21_image','field_568439ed8109d'),(35199,769,'locations_21_description',''),(35200,769,'_locations_21_description','field_5683f2b1dcba3'),(35201,769,'locations_22_location','a:3:{s:7:\"address\";s:21:\"40.651302, -79.799610\";s:3:\"lat\";s:9:\"40.651344\";s:3:\"lng\";s:18:\"-79.80019399999998\";}'),(35202,769,'_locations_22_location','field_5683f288dcba1'),(35203,769,'locations_22_title','Bull Creek Bridge No. 6 – Fawn Township – Bridge'),(35204,769,'_locations_22_title','field_5683f2aadcba2'),(35205,769,'locations_22_image',''),(35206,769,'_locations_22_image','field_568439ed8109d'),(35207,769,'locations_22_description','This project is for a small bridge replacement and is affecting 9 properties in the Township of Fawn, Allegheny County.'),(35208,769,'_locations_22_description','field_5683f2b1dcba3'),(35209,769,'locations_23_location','a:3:{s:7:\"address\";s:21:\"40.662745, -79.817800\";s:3:\"lat\";s:9:\"40.663536\";s:3:\"lng\";s:10:\"-79.819073\";}'),(35210,769,'_locations_23_location','field_5683f288dcba1'),(35211,769,'locations_23_title','Bull Creek Bridge No. 9 – West Deer Township – Bridge'),(35212,769,'_locations_23_title','field_5683f2aadcba2'),(35213,769,'locations_23_image',''),(35214,769,'_locations_23_image','field_568439ed8109d'),(35215,769,'locations_23_description','This project is for a small bridge replacement and is affecting 2 properties in the Township of West Deer, Allegheny County.'),(35216,769,'_locations_23_description','field_5683f2b1dcba3'),(35217,769,'locations_24_location','a:3:{s:7:\"address\";s:21:\"40.620209, -79.833885\";s:3:\"lat\";s:10:\"40.6202319\";s:3:\"lng\";s:18:\"-79.83386789999997\";}'),(35218,769,'_locations_24_location','field_5683f288dcba1'),(35219,769,'locations_24_title','Little Deer Creek DL06 – West Deer Township – Bridge Replacement'),(35220,769,'_locations_24_title','field_5683f2aadcba2'),(35221,769,'locations_24_image','740'),(35222,769,'_locations_24_image','field_568439ed8109d'),(35223,769,'locations_24_description','This project was for a small bridge replacement and affected properties in the Township of Russellton, Allegheny County.'),(35224,769,'_locations_24_description','field_5683f2b1dcba3'),(35225,769,'locations_25_location','a:3:{s:7:\"address\";s:21:\"40.620213, -79.833892\";s:3:\"lat\";s:10:\"40.6202352\";s:3:\"lng\";s:18:\"-79.83387549999998\";}'),(35226,769,'_locations_25_location','field_5683f288dcba1'),(35227,769,'locations_25_title','Turtle Creek Bridge 6 – Turtle Creek PA'),(35228,769,'_locations_25_title','field_5683f2aadcba2'),(35229,769,'locations_25_image','742'),(35230,769,'_locations_25_image','field_568439ed8109d'),(35231,769,'locations_25_description','This project is for a mid-sized bridge replacement and is affecting 5 properties in the Borough of Turtle Creek, Allegheny County.'),(35232,769,'_locations_25_description','field_5683f2b1dcba3'),(35233,769,'locations_26_location','a:3:{s:7:\"address\";s:21:\"40.488263, -80.045950\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(35234,769,'_locations_26_location','field_5683f288dcba1'),(35235,769,'locations_26_title','Jacks Run 1, Bellevue and the City of Pittsburgh'),(35236,769,'_locations_26_title','field_5683f2aadcba2'),(35237,769,'locations_26_image','744'),(35238,769,'_locations_26_image','field_568439ed8109d'),(35239,769,'locations_26_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(35240,769,'_locations_26_description','field_5683f2b1dcba3'),(35241,769,'locations_27_location','a:3:{s:7:\"address\";s:21:\"40.541799, -80.247918\";s:3:\"lat\";s:10:\"40.5417824\";s:3:\"lng\";s:11:\"-80.2479169\";}'),(35242,769,'_locations_27_location','field_5683f288dcba1'),(35243,769,'locations_27_title','Boggs Run Bridge 1 – Moon Township'),(35244,769,'_locations_27_title','field_5683f2aadcba2'),(35245,769,'locations_27_image','746'),(35246,769,'_locations_27_image','field_568439ed8109d'),(35247,769,'locations_27_description','This project was for a small bridge replacement and affected 2 properties in the Township of Moon, Allegheny County.'),(35248,769,'_locations_27_description','field_5683f2b1dcba3'),(35249,769,'locations_28_location','a:3:{s:7:\"address\";s:21:\"40.549801, -79.997772\";s:3:\"lat\";s:9:\"40.549733\";s:3:\"lng\";s:18:\"-79.99820799999998\";}'),(35250,769,'_locations_28_location','field_5683f288dcba1'),(35251,769,'locations_28_title','Pine Creek Bridge 1 – Ross Township – Bridge'),(35252,769,'_locations_28_title','field_5683f2aadcba2'),(35253,769,'locations_28_image','749'),(35254,769,'_locations_28_image','field_568439ed8109d'),(35255,769,'locations_28_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(35256,769,'_locations_28_description','field_5683f2b1dcba3'),(35257,769,'locations_29_location','a:3:{s:7:\"address\";s:21:\"40.513209, -79.952573\";s:3:\"lat\";s:10:\"40.5132141\";s:3:\"lng\";s:18:\"-79.95257859999998\";}'),(35258,769,'_locations_29_location','field_5683f288dcba1'),(35259,769,'locations_29_title','Pine Creek Bridge 11 – Glenshaw PA – Bridge'),(35260,769,'_locations_29_title','field_5683f2aadcba2'),(35261,769,'locations_29_image',''),(35262,769,'_locations_29_image','field_568439ed8109d'),(35263,769,'locations_29_description',''),(35264,769,'_locations_29_description','field_5683f2b1dcba3'),(35265,769,'locations_30_location','a:3:{s:7:\"address\";s:21:\"40.518356, -79.992893\";s:3:\"lat\";s:10:\"40.5183459\";s:3:\"lng\";s:11:\"-79.9928827\";}'),(35266,769,'_locations_30_location','field_5683f288dcba1'),(35267,769,'locations_30_title','Thompson Run Bridge 1, Ross Township – Bridge'),(35268,769,'_locations_30_title','field_5683f2aadcba2'),(35269,769,'locations_30_image',''),(35270,769,'_locations_30_image','field_568439ed8109d'),(35271,769,'locations_30_description',''),(35272,769,'_locations_30_description','field_5683f2b1dcba3'),(35273,769,'locations_31_location','a:3:{s:7:\"address\";s:21:\"40.512503, -79.993398\";s:3:\"lat\";s:10:\"40.5125049\";s:3:\"lng\";s:18:\"-79.99341290000001\";}'),(35274,769,'_locations_31_location','field_5683f288dcba1'),(35275,769,'locations_31_title','Thompson Run Bridge 2, Ross Township – Bridge'),(35276,769,'_locations_31_title','field_5683f2aadcba2'),(35277,769,'locations_31_image',''),(35278,769,'_locations_31_image','field_568439ed8109d'),(35279,769,'locations_31_description',''),(35280,769,'_locations_31_description','field_5683f2b1dcba3'),(35281,769,'locations_32_location','a:3:{s:7:\"address\";s:21:\"40.451854, -80.204526\";s:3:\"lat\";s:10:\"40.4518427\";s:3:\"lng\";s:18:\"-80.20452230000001\";}'),(35282,769,'_locations_32_location','field_5683f288dcba1'),(35283,769,'locations_32_title','Montour Run Bridge 13, Findlay Township – Bridge'),(35284,769,'_locations_32_title','field_5683f2aadcba2'),(35285,769,'locations_32_image',''),(35286,769,'_locations_32_image','field_568439ed8109d'),(35287,769,'locations_32_description',''),(35288,769,'_locations_32_description','field_5683f2b1dcba3'),(35289,769,'locations_33_location','a:3:{s:7:\"address\";s:21:\"40.387729, -80.157101\";s:3:\"lat\";s:9:\"40.387271\";s:3:\"lng\";s:18:\"-80.15843699999999\";}'),(35290,769,'_locations_33_location','field_5683f288dcba1'),(35291,769,'locations_33_title','Thompson Run Bridge 10 – Collier – Bridge'),(35292,769,'_locations_33_title','field_5683f2aadcba2'),(35293,769,'locations_33_image',''),(35294,769,'_locations_33_image','field_568439ed8109d'),(35295,769,'locations_33_description',''),(35296,769,'_locations_33_description','field_5683f2b1dcba3'),(35297,769,'locations_34_location','a:3:{s:7:\"address\";s:21:\"40.411953, -79.875847\";s:3:\"lat\";s:10:\"40.4120812\";s:3:\"lng\";s:18:\"-79.87589430000003\";}'),(35298,769,'_locations_34_location','field_5683f288dcba1'),(35299,769,'locations_34_title','Hawkins Village – Rankin, PA - Intersection improvements'),(35300,769,'_locations_34_title','field_5683f2aadcba2'),(35301,769,'locations_34_image',''),(35302,769,'_locations_34_image','field_568439ed8109d'),(35303,769,'locations_34_description',''),(35304,769,'_locations_34_description','field_5683f2b1dcba3'),(35305,769,'locations_35_location','a:3:{s:7:\"address\";s:21:\"40.431658, -79.988902\";s:3:\"lat\";s:10:\"40.4316605\";s:3:\"lng\";s:11:\"-79.9888856\";}'),(35306,769,'_locations_35_location','field_5683f288dcba1'),(35307,769,'locations_35_title','10th Street Bridge – City of Pittsburgh'),(35308,769,'_locations_35_title','field_5683f2aadcba2'),(35309,769,'locations_35_image',''),(35310,769,'_locations_35_image','field_568439ed8109d'),(35311,769,'locations_35_description','This project is for a bridge rehabilitation and is affecting 5 properties in the City of Pittsburgh, Allegheny County.'),(35312,769,'_locations_35_description','field_5683f2b1dcba3'),(35313,769,'locations_36_location','a:3:{s:7:\"address\";s:21:\"40.499230, -80.046110\";s:3:\"lat\";s:10:\"40.4991326\";s:3:\"lng\";s:18:\"-80.04601000000002\";}'),(35314,769,'_locations_36_location','field_5683f288dcba1'),(35315,769,'locations_36_title','Jacks Run Bridge Number 4 – Ross Township'),(35316,769,'_locations_36_title','field_5683f2aadcba2'),(35317,769,'locations_36_image','761'),(35318,769,'_locations_36_image','field_568439ed8109d'),(35319,769,'locations_36_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(35320,769,'_locations_36_description','field_5683f2b1dcba3'),(35321,769,'locations_37_location','a:3:{s:7:\"address\";s:21:\"40.459236, -79.925044\";s:3:\"lat\";s:10:\"40.4592362\";s:3:\"lng\";s:18:\"-79.92502609999997\";}'),(35322,769,'_locations_37_location','field_5683f288dcba1'),(35323,769,'locations_37_title','South Highland Bridge'),(35324,769,'_locations_37_title','field_5683f2aadcba2'),(35325,769,'locations_37_image','765'),(35326,769,'_locations_37_image','field_568439ed8109d'),(35327,769,'locations_37_description','This project was for a small bridge replacement and affected 5 properties in the City of Pittsburgh, Allegheny County.'),(35328,769,'_locations_37_description','field_5683f2b1dcba3'),(35329,769,'locations_38_location','a:3:{s:7:\"address\";s:21:\"40.428539, -79.937852\";s:3:\"lat\";s:10:\"40.4286635\";s:3:\"lng\";s:11:\"-79.9385646\";}'),(35330,769,'_locations_38_location','field_5683f288dcba1'),(35331,769,'locations_38_title','Greenfield Bridge'),(35332,769,'_locations_38_title','field_5683f2aadcba2'),(35333,769,'locations_38_image',''),(35334,769,'_locations_38_image','field_568439ed8109d'),(35335,769,'locations_38_description','This project is for a large bridge replacement and is affecting 5 properties in the City of Pittsburgh, Allegheny County.'),(35336,769,'_locations_38_description','field_5683f2b1dcba3'),(35337,769,'locations_39_location','a:3:{s:7:\"address\";s:21:\"40.451553, -80.010952\";s:3:\"lat\";s:10:\"40.4507635\";s:3:\"lng\";s:18:\"-80.01148369999999\";}'),(35338,769,'_locations_39_location','field_5683f288dcba1'),(35339,769,'locations_39_title','West Ohio'),(35340,769,'_locations_39_title','field_5683f2aadcba2'),(35341,769,'locations_39_image',''),(35342,769,'_locations_39_image','field_568439ed8109d'),(35343,769,'locations_39_description','This project is for a bridge and is affecting 6 properties in the City of Pittsburgh, Allegheny County.'),(35344,769,'_locations_39_description','field_5683f2b1dcba3'),(35345,769,'locations_40_location','a:3:{s:7:\"address\";s:21:\"40.406886, -80.034145\";s:3:\"lat\";s:10:\"40.4068824\";s:3:\"lng\";s:11:\"-80.0341517\";}'),(35346,769,'_locations_40_location','field_5683f288dcba1'),(35347,769,'locations_40_title','Wenzel Avenue'),(35348,769,'_locations_40_title','field_5683f2aadcba2'),(35349,769,'locations_40_image',''),(35350,769,'_locations_40_image','field_568439ed8109d'),(35351,769,'locations_40_description','This project is for a bridge replacement and intersection improvement and is affecting 5 properties in the City of Pittsburgh, Allegheny County.'),(35352,769,'_locations_40_description','field_5683f2b1dcba3'),(35353,769,'locations','41'),(35354,769,'_locations','field_5683f253a5dba'),(35355,347,'locations_40_location','a:3:{s:7:\"address\";s:21:\"40.441118, -80.005603\";s:3:\"lat\";s:10:\"40.4412185\";s:3:\"lng\";s:18:\"-80.00527490000002\";}'),(35356,347,'_locations_40_location','field_5683f288dcba1'),(35357,347,'locations_40_title','Gateway Alignment of Pittsburgh’s Light Rail System – Damage Estimate (other)'),(35358,347,'_locations_40_title','field_5683f2aadcba2'),(35359,347,'locations_40_image',''),(35360,347,'_locations_40_image','field_568439ed8109d'),(35361,347,'locations_40_description',''),(35362,347,'_locations_40_description','field_5683f2b1dcba3'),(35363,770,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(35364,770,'_locations_0_location','field_5683f288dcba1'),(35365,770,'locations_0_title','SR0028, All sections'),(35366,770,'_locations_0_title','field_5683f2aadcba2'),(35367,770,'locations_0_image',''),(35368,770,'_locations_0_image','field_568439ed8109d'),(35369,770,'locations_0_description',''),(35370,770,'_locations_0_description','field_5683f2b1dcba3'),(35371,770,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(35372,770,'_locations_1_location','field_5683f288dcba1'),(35373,770,'locations_1_title','286, A09 – Golden Mile'),(35374,770,'_locations_1_title','field_5683f2aadcba2'),(35375,770,'locations_1_image',''),(35376,770,'_locations_1_image','field_568439ed8109d'),(35377,770,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(35378,770,'_locations_1_description','field_5683f2b1dcba3'),(35379,770,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(35380,770,'_locations_2_location','field_5683f288dcba1'),(35381,770,'locations_2_title','2040, A18 – Curry Hollow'),(35382,770,'_locations_2_title','field_5683f2aadcba2'),(35383,770,'locations_2_image',''),(35384,770,'_locations_2_image','field_568439ed8109d'),(35385,770,'locations_2_description',''),(35386,770,'_locations_2_description','field_5683f2b1dcba3'),(35387,770,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(35388,770,'_locations_3_location','field_5683f288dcba1'),(35389,770,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(35390,770,'_locations_3_title','field_5683f2aadcba2'),(35391,770,'locations_3_image',''),(35392,770,'_locations_3_image','field_568439ed8109d'),(35393,770,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(35394,770,'_locations_3_description','field_5683f2b1dcba3'),(35395,770,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(35396,770,'_locations_4_location','field_5683f288dcba1'),(35397,770,'locations_4_title','Duncan Avenue – Hampton Twp.'),(35398,770,'_locations_4_title','field_5683f2aadcba2'),(35399,770,'locations_4_image',''),(35400,770,'_locations_4_image','field_568439ed8109d'),(35401,770,'locations_4_description',''),(35402,770,'_locations_4_description','field_5683f2b1dcba3'),(35403,770,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(35404,770,'_locations_5_location','field_5683f288dcba1'),(35405,770,'locations_5_title','Pine Creek Road – McCandless'),(35406,770,'_locations_5_title','field_5683f2aadcba2'),(35407,770,'locations_5_image',''),(35408,770,'_locations_5_image','field_568439ed8109d'),(35409,770,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(35410,770,'_locations_5_description','field_5683f2b1dcba3'),(35411,770,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(35412,770,'_locations_6_location','field_5683f288dcba1'),(35413,770,'locations_6_title','Brewhouse – Trek Development'),(35414,770,'_locations_6_title','field_5683f2aadcba2'),(35415,770,'locations_6_image',''),(35416,770,'_locations_6_image','field_568439ed8109d'),(35417,770,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(35418,770,'_locations_6_description','field_5683f2b1dcba3'),(35419,770,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(35420,770,'_locations_7_location','field_5683f288dcba1'),(35421,770,'locations_7_title','Ewalt Road – Richland Twp.'),(35422,770,'_locations_7_title','field_5683f2aadcba2'),(35423,770,'locations_7_image',''),(35424,770,'_locations_7_image','field_568439ed8109d'),(35425,770,'locations_7_description',''),(35426,770,'_locations_7_description','field_5683f2b1dcba3'),(35427,770,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.625521, -79.941837\";s:3:\"lat\";s:10:\"40.6255198\";s:3:\"lng\";s:10:\"-79.941822\";}'),(35428,770,'_locations_8_location','field_5683f288dcba1'),(35429,770,'locations_8_title','Ewalt Road – Richland Twp.'),(35430,770,'_locations_8_title','field_5683f2aadcba2'),(35431,770,'locations_8_image',''),(35432,770,'_locations_8_image','field_568439ed8109d'),(35433,770,'locations_8_description',''),(35434,770,'_locations_8_description','field_5683f2b1dcba3'),(35435,770,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(35436,770,'_locations_9_location','field_5683f288dcba1'),(35437,770,'locations_9_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(35438,770,'_locations_9_title','field_5683f2aadcba2'),(35439,770,'locations_9_image',''),(35440,770,'_locations_9_image','field_568439ed8109d'),(35441,770,'locations_9_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(35442,770,'_locations_9_description','field_5683f2b1dcba3'),(35443,770,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.425708, -79.805807\";s:3:\"lat\";s:10:\"40.4256461\";s:3:\"lng\";s:18:\"-79.80576589999998\";}'),(35444,770,'_locations_10_location','field_5683f288dcba1'),(35445,770,'locations_10_title','State Route 2065, Section A07'),(35446,770,'_locations_10_title','field_5683f2aadcba2'),(35447,770,'locations_10_image',''),(35448,770,'_locations_10_image','field_568439ed8109d'),(35449,770,'locations_10_description',''),(35450,770,'_locations_10_description','field_5683f2b1dcba3'),(35451,770,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.354856, -80.118393\";s:3:\"lat\";s:10:\"40.3527492\";s:3:\"lng\";s:18:\"-80.11776529999997\";}'),(35452,770,'_locations_11_location','field_5683f288dcba1'),(35453,770,'locations_11_title','Southern Beltway Section C – New Roadway Construction'),(35454,770,'_locations_11_title','field_5683f2aadcba2'),(35455,770,'locations_11_image',''),(35456,770,'_locations_11_image','field_568439ed8109d'),(35457,770,'locations_11_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 18 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(35458,770,'_locations_11_description','field_5683f2b1dcba3'),(35459,770,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.509371, -80.256419\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(35460,770,'_locations_12_location','field_5683f288dcba1'),(35461,770,'locations_12_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(35462,770,'_locations_12_title','field_5683f2aadcba2'),(35463,770,'locations_12_image','671'),(35464,770,'_locations_12_image','field_568439ed8109d'),(35465,770,'locations_12_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(35466,770,'_locations_12_description','field_5683f2b1dcba3'),(35467,770,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.590450, -79.888763\";s:3:\"lat\";s:10:\"40.5943712\";s:3:\"lng\";s:18:\"-79.89597279999998\";}'),(35468,770,'_locations_13_location','field_5683f288dcba1'),(35469,770,'locations_13_title','MP 40-48 – Hampton Township – Highway Widening'),(35470,770,'_locations_13_title','field_5683f2aadcba2'),(35471,770,'locations_13_image',''),(35472,770,'_locations_13_image','field_568439ed8109d'),(35473,770,'locations_13_description','This project is for mainline reconstruction and bridge replacement and is affecting 71 properties and resulting in the relocation of 1 resident in the Townships of Harmar and Indiana, Allegheny County.'),(35474,770,'_locations_13_description','field_5683f2b1dcba3'),(35475,770,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.392019, -80.077682\";s:3:\"lat\";s:17:\"40.39202119999999\";s:3:\"lng\";s:18:\"-80.07767890000002\";}'),(35476,770,'_locations_14_location','field_5683f288dcba1'),(35477,770,'locations_14_title','Georges Run Bridge No. 1, Carnegie PA – Bridge'),(35478,770,'_locations_14_title','field_5683f2aadcba2'),(35479,770,'locations_14_image',''),(35480,770,'_locations_14_image','field_568439ed8109d'),(35481,770,'locations_14_description','This project is for a small bridge replacement and is affecting 4 properties in the Township of Scott, Allegheny County.'),(35482,770,'_locations_14_description','field_5683f2b1dcba3'),(35483,770,'locations_15_location','a:3:{s:7:\"address\";s:21:\"40.386279, -79.894258\";s:3:\"lat\";s:10:\"40.3862842\";s:3:\"lng\";s:18:\"-79.89425510000001\";}'),(35484,770,'_locations_15_location','field_5683f288dcba1'),(35485,770,'locations_15_title','Homeville Creek Bridge 7, West Mifflin PA – Bridge'),(35486,770,'_locations_15_title','field_5683f2aadcba2'),(35487,770,'locations_15_image',''),(35488,770,'_locations_15_image','field_568439ed8109d'),(35489,770,'locations_15_description','This project is for a small bridge replacement and is affecting 7 properties in the Borough of Munhall, Allegheny County.'),(35490,770,'_locations_15_description','field_5683f2b1dcba3'),(35491,770,'locations_16_location','a:3:{s:7:\"address\";s:21:\"40.396380, -79.895244\";s:3:\"lat\";s:10:\"40.3963432\";s:3:\"lng\";s:18:\"-79.89543119999996\";}'),(35492,770,'_locations_16_location','field_5683f288dcba1'),(35493,770,'locations_16_title','Homeville Creek Bridge 10 – West Mifflin PA - Bridge'),(35494,770,'_locations_16_title','field_5683f2aadcba2'),(35495,770,'locations_16_image','727'),(35496,770,'_locations_16_image','field_568439ed8109d'),(35497,770,'locations_16_description','This project was for a small bridge replacement and affected 7 properties in the Borough of Munhall, Allegheny County.'),(35498,770,'_locations_16_description','field_5683f2b1dcba3'),(35499,770,'locations_17_location','a:3:{s:7:\"address\";s:21:\"40.329286, -79.987406\";s:3:\"lat\";s:10:\"40.3292857\";s:3:\"lng\";s:18:\"-79.98741289999998\";}'),(35500,770,'_locations_17_location','field_5683f288dcba1'),(35501,770,'locations_17_title','Licks Run Bridge 9, South Park – PA – Bridge'),(35502,770,'_locations_17_title','field_5683f2aadcba2'),(35503,770,'locations_17_image','730'),(35504,770,'_locations_17_image','field_568439ed8109d'),(35505,770,'locations_17_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(35506,770,'_locations_17_description','field_5683f2b1dcba3'),(35507,770,'locations_18_location','a:3:{s:7:\"address\";s:21:\"40.329261, -79.988204\";s:3:\"lat\";s:9:\"40.329261\";s:3:\"lng\";s:10:\"-79.988205\";}'),(35508,770,'_locations_18_location','field_5683f288dcba1'),(35509,770,'locations_18_title','Licks Run Bridge 10, South Park – PA - Bridge'),(35510,770,'_locations_18_title','field_5683f2aadcba2'),(35511,770,'locations_18_image','730'),(35512,770,'_locations_18_image','field_568439ed8109d'),(35513,770,'locations_18_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(35514,770,'_locations_18_description','field_5683f2b1dcba3'),(35515,770,'locations_19_location','a:3:{s:7:\"address\";s:21:\"40.515624, -80.009959\";s:3:\"lat\";s:10:\"40.5156082\";s:3:\"lng\";s:18:\"-80.00994129999998\";}'),(35516,770,'_locations_19_location','field_5683f288dcba1'),(35517,770,'locations_19_title','Girtys Run Bridge 14'),(35518,770,'_locations_19_title','field_5683f2aadcba2'),(35519,770,'locations_19_image','733'),(35520,770,'_locations_19_image','field_568439ed8109d'),(35521,770,'locations_19_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(35522,770,'_locations_19_description','field_5683f2b1dcba3'),(35523,770,'locations_20_location','a:3:{s:7:\"address\";s:21:\"40.488268, -80.045947\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(35524,770,'_locations_20_location','field_5683f288dcba1'),(35525,770,'locations_20_title','Jacks Run 3 – Bellevue, PA – Bridge Replacement'),(35526,770,'_locations_20_title','field_5683f2aadcba2'),(35527,770,'locations_20_image','735'),(35528,770,'_locations_20_image','field_568439ed8109d'),(35529,770,'locations_20_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(35530,770,'_locations_20_description','field_5683f2b1dcba3'),(35531,770,'locations_21_location','a:3:{s:7:\"address\";s:21:\"40.330826, -79.986892\";s:3:\"lat\";s:10:\"40.3307469\";s:3:\"lng\";s:18:\"-79.98678430000001\";}'),(35532,770,'_locations_21_location','field_5683f288dcba1'),(35533,770,'locations_21_title','Brownsville to Broughton, South Park PA, intersection improvements and realignment'),(35534,770,'_locations_21_title','field_5683f2aadcba2'),(35535,770,'locations_21_image',''),(35536,770,'_locations_21_image','field_568439ed8109d'),(35537,770,'locations_21_description',''),(35538,770,'_locations_21_description','field_5683f2b1dcba3'),(35539,770,'locations_22_location','a:3:{s:7:\"address\";s:21:\"40.651302, -79.799610\";s:3:\"lat\";s:9:\"40.651344\";s:3:\"lng\";s:18:\"-79.80019399999998\";}'),(35540,770,'_locations_22_location','field_5683f288dcba1'),(35541,770,'locations_22_title','Bull Creek Bridge No. 6 – Fawn Township – Bridge'),(35542,770,'_locations_22_title','field_5683f2aadcba2'),(35543,770,'locations_22_image',''),(35544,770,'_locations_22_image','field_568439ed8109d'),(35545,770,'locations_22_description','This project is for a small bridge replacement and is affecting 9 properties in the Township of Fawn, Allegheny County.'),(35546,770,'_locations_22_description','field_5683f2b1dcba3'),(35547,770,'locations_23_location','a:3:{s:7:\"address\";s:21:\"40.662745, -79.817800\";s:3:\"lat\";s:9:\"40.663536\";s:3:\"lng\";s:10:\"-79.819073\";}'),(35548,770,'_locations_23_location','field_5683f288dcba1'),(35549,770,'locations_23_title','Bull Creek Bridge No. 9 – West Deer Township – Bridge'),(35550,770,'_locations_23_title','field_5683f2aadcba2'),(35551,770,'locations_23_image',''),(35552,770,'_locations_23_image','field_568439ed8109d'),(35553,770,'locations_23_description','This project is for a small bridge replacement and is affecting 2 properties in the Township of West Deer, Allegheny County.'),(35554,770,'_locations_23_description','field_5683f2b1dcba3'),(35555,770,'locations_24_location','a:3:{s:7:\"address\";s:21:\"40.620209, -79.833885\";s:3:\"lat\";s:10:\"40.6202319\";s:3:\"lng\";s:18:\"-79.83386789999997\";}'),(35556,770,'_locations_24_location','field_5683f288dcba1'),(35557,770,'locations_24_title','Little Deer Creek DL06 – West Deer Township – Bridge Replacement'),(35558,770,'_locations_24_title','field_5683f2aadcba2'),(35559,770,'locations_24_image','740'),(35560,770,'_locations_24_image','field_568439ed8109d'),(35561,770,'locations_24_description','This project was for a small bridge replacement and affected properties in the Township of Russellton, Allegheny County.'),(35562,770,'_locations_24_description','field_5683f2b1dcba3'),(35563,770,'locations_25_location','a:3:{s:7:\"address\";s:21:\"40.620213, -79.833892\";s:3:\"lat\";s:10:\"40.6202352\";s:3:\"lng\";s:18:\"-79.83387549999998\";}'),(35564,770,'_locations_25_location','field_5683f288dcba1'),(35565,770,'locations_25_title','Turtle Creek Bridge 6 – Turtle Creek PA'),(35566,770,'_locations_25_title','field_5683f2aadcba2'),(35567,770,'locations_25_image','742'),(35568,770,'_locations_25_image','field_568439ed8109d'),(35569,770,'locations_25_description','This project is for a mid-sized bridge replacement and is affecting 5 properties in the Borough of Turtle Creek, Allegheny County.'),(35570,770,'_locations_25_description','field_5683f2b1dcba3'),(35571,770,'locations_26_location','a:3:{s:7:\"address\";s:21:\"40.488263, -80.045950\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(35572,770,'_locations_26_location','field_5683f288dcba1'),(35573,770,'locations_26_title','Jacks Run 1, Bellevue and the City of Pittsburgh'),(35574,770,'_locations_26_title','field_5683f2aadcba2'),(35575,770,'locations_26_image','744'),(35576,770,'_locations_26_image','field_568439ed8109d'),(35577,770,'locations_26_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(35578,770,'_locations_26_description','field_5683f2b1dcba3'),(35579,770,'locations_27_location','a:3:{s:7:\"address\";s:21:\"40.541799, -80.247918\";s:3:\"lat\";s:10:\"40.5417824\";s:3:\"lng\";s:11:\"-80.2479169\";}'),(35580,770,'_locations_27_location','field_5683f288dcba1'),(35581,770,'locations_27_title','Boggs Run Bridge 1 – Moon Township'),(35582,770,'_locations_27_title','field_5683f2aadcba2'),(35583,770,'locations_27_image','746'),(35584,770,'_locations_27_image','field_568439ed8109d'),(35585,770,'locations_27_description','This project was for a small bridge replacement and affected 2 properties in the Township of Moon, Allegheny County.'),(35586,770,'_locations_27_description','field_5683f2b1dcba3'),(35587,770,'locations_28_location','a:3:{s:7:\"address\";s:21:\"40.549801, -79.997772\";s:3:\"lat\";s:9:\"40.549733\";s:3:\"lng\";s:18:\"-79.99820799999998\";}'),(35588,770,'_locations_28_location','field_5683f288dcba1'),(35589,770,'locations_28_title','Pine Creek Bridge 1 – Ross Township – Bridge'),(35590,770,'_locations_28_title','field_5683f2aadcba2'),(35591,770,'locations_28_image','749'),(35592,770,'_locations_28_image','field_568439ed8109d'),(35593,770,'locations_28_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(35594,770,'_locations_28_description','field_5683f2b1dcba3'),(35595,770,'locations_29_location','a:3:{s:7:\"address\";s:21:\"40.513209, -79.952573\";s:3:\"lat\";s:10:\"40.5132141\";s:3:\"lng\";s:18:\"-79.95257859999998\";}'),(35596,770,'_locations_29_location','field_5683f288dcba1'),(35597,770,'locations_29_title','Pine Creek Bridge 11 – Glenshaw PA – Bridge'),(35598,770,'_locations_29_title','field_5683f2aadcba2'),(35599,770,'locations_29_image',''),(35600,770,'_locations_29_image','field_568439ed8109d'),(35601,770,'locations_29_description',''),(35602,770,'_locations_29_description','field_5683f2b1dcba3'),(35603,770,'locations_30_location','a:3:{s:7:\"address\";s:21:\"40.518356, -79.992893\";s:3:\"lat\";s:10:\"40.5183459\";s:3:\"lng\";s:11:\"-79.9928827\";}'),(35604,770,'_locations_30_location','field_5683f288dcba1'),(35605,770,'locations_30_title','Thompson Run Bridge 1, Ross Township – Bridge'),(35606,770,'_locations_30_title','field_5683f2aadcba2'),(35607,770,'locations_30_image',''),(35608,770,'_locations_30_image','field_568439ed8109d'),(35609,770,'locations_30_description',''),(35610,770,'_locations_30_description','field_5683f2b1dcba3'),(35611,770,'locations_31_location','a:3:{s:7:\"address\";s:21:\"40.512503, -79.993398\";s:3:\"lat\";s:10:\"40.5125049\";s:3:\"lng\";s:18:\"-79.99341290000001\";}'),(35612,770,'_locations_31_location','field_5683f288dcba1'),(35613,770,'locations_31_title','Thompson Run Bridge 2, Ross Township – Bridge'),(35614,770,'_locations_31_title','field_5683f2aadcba2'),(35615,770,'locations_31_image',''),(35616,770,'_locations_31_image','field_568439ed8109d'),(35617,770,'locations_31_description',''),(35618,770,'_locations_31_description','field_5683f2b1dcba3'),(35619,770,'locations_32_location','a:3:{s:7:\"address\";s:21:\"40.451854, -80.204526\";s:3:\"lat\";s:10:\"40.4518427\";s:3:\"lng\";s:18:\"-80.20452230000001\";}'),(35620,770,'_locations_32_location','field_5683f288dcba1'),(35621,770,'locations_32_title','Montour Run Bridge 13, Findlay Township – Bridge'),(35622,770,'_locations_32_title','field_5683f2aadcba2'),(35623,770,'locations_32_image',''),(35624,770,'_locations_32_image','field_568439ed8109d'),(35625,770,'locations_32_description',''),(35626,770,'_locations_32_description','field_5683f2b1dcba3'),(35627,770,'locations_33_location','a:3:{s:7:\"address\";s:21:\"40.387729, -80.157101\";s:3:\"lat\";s:9:\"40.387271\";s:3:\"lng\";s:18:\"-80.15843699999999\";}'),(35628,770,'_locations_33_location','field_5683f288dcba1'),(35629,770,'locations_33_title','Thompson Run Bridge 10 – Collier – Bridge'),(35630,770,'_locations_33_title','field_5683f2aadcba2'),(35631,770,'locations_33_image',''),(35632,770,'_locations_33_image','field_568439ed8109d'),(35633,770,'locations_33_description',''),(35634,770,'_locations_33_description','field_5683f2b1dcba3'),(35635,770,'locations_34_location','a:3:{s:7:\"address\";s:21:\"40.411953, -79.875847\";s:3:\"lat\";s:10:\"40.4120812\";s:3:\"lng\";s:18:\"-79.87589430000003\";}'),(35636,770,'_locations_34_location','field_5683f288dcba1'),(35637,770,'locations_34_title','Hawkins Village – Rankin, PA - Intersection improvements'),(35638,770,'_locations_34_title','field_5683f2aadcba2'),(35639,770,'locations_34_image',''),(35640,770,'_locations_34_image','field_568439ed8109d'),(35641,770,'locations_34_description',''),(35642,770,'_locations_34_description','field_5683f2b1dcba3'),(35643,770,'locations_35_location','a:3:{s:7:\"address\";s:21:\"40.431658, -79.988902\";s:3:\"lat\";s:10:\"40.4316605\";s:3:\"lng\";s:11:\"-79.9888856\";}'),(35644,770,'_locations_35_location','field_5683f288dcba1'),(35645,770,'locations_35_title','10th Street Bridge – City of Pittsburgh'),(35646,770,'_locations_35_title','field_5683f2aadcba2'),(35647,770,'locations_35_image',''),(35648,770,'_locations_35_image','field_568439ed8109d'),(35649,770,'locations_35_description','This project is for a bridge rehabilitation and is affecting 5 properties in the City of Pittsburgh, Allegheny County.'),(35650,770,'_locations_35_description','field_5683f2b1dcba3'),(35651,770,'locations_36_location','a:3:{s:7:\"address\";s:21:\"40.499230, -80.046110\";s:3:\"lat\";s:10:\"40.4991326\";s:3:\"lng\";s:18:\"-80.04601000000002\";}'),(35652,770,'_locations_36_location','field_5683f288dcba1'),(35653,770,'locations_36_title','Jacks Run Bridge Number 4 – Ross Township'),(35654,770,'_locations_36_title','field_5683f2aadcba2'),(35655,770,'locations_36_image','761'),(35656,770,'_locations_36_image','field_568439ed8109d'),(35657,770,'locations_36_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(35658,770,'_locations_36_description','field_5683f2b1dcba3'),(35659,770,'locations_37_location','a:3:{s:7:\"address\";s:21:\"40.459236, -79.925044\";s:3:\"lat\";s:10:\"40.4592362\";s:3:\"lng\";s:18:\"-79.92502609999997\";}'),(35660,770,'_locations_37_location','field_5683f288dcba1'),(35661,770,'locations_37_title','South Highland Bridge'),(35662,770,'_locations_37_title','field_5683f2aadcba2'),(35663,770,'locations_37_image','765'),(35664,770,'_locations_37_image','field_568439ed8109d'),(35665,770,'locations_37_description','This project was for a small bridge replacement and affected 5 properties in the City of Pittsburgh, Allegheny County.'),(35666,770,'_locations_37_description','field_5683f2b1dcba3'),(35667,770,'locations_38_location','a:3:{s:7:\"address\";s:21:\"40.428539, -79.937852\";s:3:\"lat\";s:10:\"40.4286635\";s:3:\"lng\";s:11:\"-79.9385646\";}'),(35668,770,'_locations_38_location','field_5683f288dcba1'),(35669,770,'locations_38_title','Greenfield Bridge'),(35670,770,'_locations_38_title','field_5683f2aadcba2'),(35671,770,'locations_38_image',''),(35672,770,'_locations_38_image','field_568439ed8109d'),(35673,770,'locations_38_description','This project is for a large bridge replacement and is affecting 5 properties in the City of Pittsburgh, Allegheny County.'),(35674,770,'_locations_38_description','field_5683f2b1dcba3'),(35675,770,'locations_39_location','a:3:{s:7:\"address\";s:21:\"40.451553, -80.010952\";s:3:\"lat\";s:10:\"40.4507635\";s:3:\"lng\";s:18:\"-80.01148369999999\";}'),(35676,770,'_locations_39_location','field_5683f288dcba1'),(35677,770,'locations_39_title','West Ohio'),(35678,770,'_locations_39_title','field_5683f2aadcba2'),(35679,770,'locations_39_image',''),(35680,770,'_locations_39_image','field_568439ed8109d'),(35681,770,'locations_39_description','This project is for a bridge and is affecting 6 properties in the City of Pittsburgh, Allegheny County.'),(35682,770,'_locations_39_description','field_5683f2b1dcba3'),(35683,770,'locations_40_location','a:3:{s:7:\"address\";s:21:\"40.406886, -80.034145\";s:3:\"lat\";s:10:\"40.4068824\";s:3:\"lng\";s:11:\"-80.0341517\";}'),(35684,770,'_locations_40_location','field_5683f288dcba1'),(35685,770,'locations_40_title','Wenzel Avenue'),(35686,770,'_locations_40_title','field_5683f2aadcba2'),(35687,770,'locations_40_image',''),(35688,770,'_locations_40_image','field_568439ed8109d'),(35689,770,'locations_40_description','This project is for a bridge replacement and intersection improvement and is affecting 5 properties in the City of Pittsburgh, Allegheny County.'),(35690,770,'_locations_40_description','field_5683f2b1dcba3'),(35691,770,'locations_41_location','a:3:{s:7:\"address\";s:21:\"40.441118, -80.005603\";s:3:\"lat\";s:10:\"40.4412185\";s:3:\"lng\";s:18:\"-80.00527490000002\";}'),(35692,770,'_locations_41_location','field_5683f288dcba1'),(35693,770,'locations_41_title','Gateway Alignment of Pittsburgh’s Light Rail System – Damage Estimate (other)'),(35694,770,'_locations_41_title','field_5683f2aadcba2'),(35695,770,'locations_41_image',''),(35696,770,'_locations_41_image','field_568439ed8109d'),(35697,770,'locations_41_description',''),(35698,770,'_locations_41_description','field_5683f2b1dcba3'),(35699,770,'locations','42'),(35700,770,'_locations','field_5683f253a5dba'),(35701,347,'locations_41_location','a:3:{s:7:\"address\";s:21:\"40.432068, -79.960800\";s:3:\"lat\";s:10:\"40.4320739\";s:3:\"lng\";s:18:\"-79.96079459999999\";}'),(35702,347,'_locations_41_location','field_5683f288dcba1'),(35703,347,'locations_41_title','Duquesne Light, 2nd Avenue, City of Pittsburgh – Market Study (other)'),(35704,347,'_locations_41_title','field_5683f2aadcba2'),(35705,347,'locations_41_image',''),(35706,347,'_locations_41_image','field_568439ed8109d'),(35707,347,'locations_41_description',''),(35708,347,'_locations_41_description','field_5683f2b1dcba3'),(35709,771,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(35710,771,'_locations_0_location','field_5683f288dcba1'),(35711,771,'locations_0_title','SR0028, All sections'),(35712,771,'_locations_0_title','field_5683f2aadcba2'),(35713,771,'locations_0_image',''),(35714,771,'_locations_0_image','field_568439ed8109d'),(35715,771,'locations_0_description',''),(35716,771,'_locations_0_description','field_5683f2b1dcba3'),(35717,771,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(35718,771,'_locations_1_location','field_5683f288dcba1'),(35719,771,'locations_1_title','286, A09 – Golden Mile'),(35720,771,'_locations_1_title','field_5683f2aadcba2'),(35721,771,'locations_1_image',''),(35722,771,'_locations_1_image','field_568439ed8109d'),(35723,771,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(35724,771,'_locations_1_description','field_5683f2b1dcba3'),(35725,771,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(35726,771,'_locations_2_location','field_5683f288dcba1'),(35727,771,'locations_2_title','2040, A18 – Curry Hollow'),(35728,771,'_locations_2_title','field_5683f2aadcba2'),(35729,771,'locations_2_image',''),(35730,771,'_locations_2_image','field_568439ed8109d'),(35731,771,'locations_2_description',''),(35732,771,'_locations_2_description','field_5683f2b1dcba3'),(35733,771,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(35734,771,'_locations_3_location','field_5683f288dcba1'),(35735,771,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(35736,771,'_locations_3_title','field_5683f2aadcba2'),(35737,771,'locations_3_image',''),(35738,771,'_locations_3_image','field_568439ed8109d'),(35739,771,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(35740,771,'_locations_3_description','field_5683f2b1dcba3'),(35741,771,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(35742,771,'_locations_4_location','field_5683f288dcba1'),(35743,771,'locations_4_title','Duncan Avenue – Hampton Twp.'),(35744,771,'_locations_4_title','field_5683f2aadcba2'),(35745,771,'locations_4_image',''),(35746,771,'_locations_4_image','field_568439ed8109d'),(35747,771,'locations_4_description',''),(35748,771,'_locations_4_description','field_5683f2b1dcba3'),(35749,771,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(35750,771,'_locations_5_location','field_5683f288dcba1'),(35751,771,'locations_5_title','Pine Creek Road – McCandless'),(35752,771,'_locations_5_title','field_5683f2aadcba2'),(35753,771,'locations_5_image',''),(35754,771,'_locations_5_image','field_568439ed8109d'),(35755,771,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(35756,771,'_locations_5_description','field_5683f2b1dcba3'),(35757,771,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(35758,771,'_locations_6_location','field_5683f288dcba1'),(35759,771,'locations_6_title','Brewhouse – Trek Development'),(35760,771,'_locations_6_title','field_5683f2aadcba2'),(35761,771,'locations_6_image',''),(35762,771,'_locations_6_image','field_568439ed8109d'),(35763,771,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(35764,771,'_locations_6_description','field_5683f2b1dcba3'),(35765,771,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(35766,771,'_locations_7_location','field_5683f288dcba1'),(35767,771,'locations_7_title','Ewalt Road – Richland Twp.'),(35768,771,'_locations_7_title','field_5683f2aadcba2'),(35769,771,'locations_7_image',''),(35770,771,'_locations_7_image','field_568439ed8109d'),(35771,771,'locations_7_description',''),(35772,771,'_locations_7_description','field_5683f2b1dcba3'),(35773,771,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.625521, -79.941837\";s:3:\"lat\";s:10:\"40.6255198\";s:3:\"lng\";s:10:\"-79.941822\";}'),(35774,771,'_locations_8_location','field_5683f288dcba1'),(35775,771,'locations_8_title','Ewalt Road – Richland Twp.'),(35776,771,'_locations_8_title','field_5683f2aadcba2'),(35777,771,'locations_8_image',''),(35778,771,'_locations_8_image','field_568439ed8109d'),(35779,771,'locations_8_description',''),(35780,771,'_locations_8_description','field_5683f2b1dcba3'),(35781,771,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(35782,771,'_locations_9_location','field_5683f288dcba1'),(35783,771,'locations_9_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(35784,771,'_locations_9_title','field_5683f2aadcba2'),(35785,771,'locations_9_image',''),(35786,771,'_locations_9_image','field_568439ed8109d'),(35787,771,'locations_9_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(35788,771,'_locations_9_description','field_5683f2b1dcba3'),(35789,771,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.425708, -79.805807\";s:3:\"lat\";s:10:\"40.4256461\";s:3:\"lng\";s:18:\"-79.80576589999998\";}'),(35790,771,'_locations_10_location','field_5683f288dcba1'),(35791,771,'locations_10_title','State Route 2065, Section A07'),(35792,771,'_locations_10_title','field_5683f2aadcba2'),(35793,771,'locations_10_image',''),(35794,771,'_locations_10_image','field_568439ed8109d'),(35795,771,'locations_10_description',''),(35796,771,'_locations_10_description','field_5683f2b1dcba3'),(35797,771,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.354856, -80.118393\";s:3:\"lat\";s:10:\"40.3527492\";s:3:\"lng\";s:18:\"-80.11776529999997\";}'),(35798,771,'_locations_11_location','field_5683f288dcba1'),(35799,771,'locations_11_title','Southern Beltway Section C – New Roadway Construction'),(35800,771,'_locations_11_title','field_5683f2aadcba2'),(35801,771,'locations_11_image',''),(35802,771,'_locations_11_image','field_568439ed8109d'),(35803,771,'locations_11_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 18 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(35804,771,'_locations_11_description','field_5683f2b1dcba3'),(35805,771,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.509371, -80.256419\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(35806,771,'_locations_12_location','field_5683f288dcba1'),(35807,771,'locations_12_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(35808,771,'_locations_12_title','field_5683f2aadcba2'),(35809,771,'locations_12_image','671'),(35810,771,'_locations_12_image','field_568439ed8109d'),(35811,771,'locations_12_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(35812,771,'_locations_12_description','field_5683f2b1dcba3'),(35813,771,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.590450, -79.888763\";s:3:\"lat\";s:10:\"40.5943712\";s:3:\"lng\";s:18:\"-79.89597279999998\";}'),(35814,771,'_locations_13_location','field_5683f288dcba1'),(35815,771,'locations_13_title','MP 40-48 – Hampton Township – Highway Widening'),(35816,771,'_locations_13_title','field_5683f2aadcba2'),(35817,771,'locations_13_image',''),(35818,771,'_locations_13_image','field_568439ed8109d'),(35819,771,'locations_13_description','This project is for mainline reconstruction and bridge replacement and is affecting 71 properties and resulting in the relocation of 1 resident in the Townships of Harmar and Indiana, Allegheny County.'),(35820,771,'_locations_13_description','field_5683f2b1dcba3'),(35821,771,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.392019, -80.077682\";s:3:\"lat\";s:17:\"40.39202119999999\";s:3:\"lng\";s:18:\"-80.07767890000002\";}'),(35822,771,'_locations_14_location','field_5683f288dcba1'),(35823,771,'locations_14_title','Georges Run Bridge No. 1, Carnegie PA – Bridge'),(35824,771,'_locations_14_title','field_5683f2aadcba2'),(35825,771,'locations_14_image',''),(35826,771,'_locations_14_image','field_568439ed8109d'),(35827,771,'locations_14_description','This project is for a small bridge replacement and is affecting 4 properties in the Township of Scott, Allegheny County.'),(35828,771,'_locations_14_description','field_5683f2b1dcba3'),(35829,771,'locations_15_location','a:3:{s:7:\"address\";s:21:\"40.386279, -79.894258\";s:3:\"lat\";s:10:\"40.3862842\";s:3:\"lng\";s:18:\"-79.89425510000001\";}'),(35830,771,'_locations_15_location','field_5683f288dcba1'),(35831,771,'locations_15_title','Homeville Creek Bridge 7, West Mifflin PA – Bridge'),(35832,771,'_locations_15_title','field_5683f2aadcba2'),(35833,771,'locations_15_image',''),(35834,771,'_locations_15_image','field_568439ed8109d'),(35835,771,'locations_15_description','This project is for a small bridge replacement and is affecting 7 properties in the Borough of Munhall, Allegheny County.'),(35836,771,'_locations_15_description','field_5683f2b1dcba3'),(35837,771,'locations_16_location','a:3:{s:7:\"address\";s:21:\"40.396380, -79.895244\";s:3:\"lat\";s:10:\"40.3963432\";s:3:\"lng\";s:18:\"-79.89543119999996\";}'),(35838,771,'_locations_16_location','field_5683f288dcba1'),(35839,771,'locations_16_title','Homeville Creek Bridge 10 – West Mifflin PA - Bridge'),(35840,771,'_locations_16_title','field_5683f2aadcba2'),(35841,771,'locations_16_image','727'),(35842,771,'_locations_16_image','field_568439ed8109d'),(35843,771,'locations_16_description','This project was for a small bridge replacement and affected 7 properties in the Borough of Munhall, Allegheny County.'),(35844,771,'_locations_16_description','field_5683f2b1dcba3'),(35845,771,'locations_17_location','a:3:{s:7:\"address\";s:21:\"40.329286, -79.987406\";s:3:\"lat\";s:10:\"40.3292857\";s:3:\"lng\";s:18:\"-79.98741289999998\";}'),(35846,771,'_locations_17_location','field_5683f288dcba1'),(35847,771,'locations_17_title','Licks Run Bridge 9, South Park – PA – Bridge'),(35848,771,'_locations_17_title','field_5683f2aadcba2'),(35849,771,'locations_17_image','730'),(35850,771,'_locations_17_image','field_568439ed8109d'),(35851,771,'locations_17_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(35852,771,'_locations_17_description','field_5683f2b1dcba3'),(35853,771,'locations_18_location','a:3:{s:7:\"address\";s:21:\"40.329261, -79.988204\";s:3:\"lat\";s:9:\"40.329261\";s:3:\"lng\";s:10:\"-79.988205\";}'),(35854,771,'_locations_18_location','field_5683f288dcba1'),(35855,771,'locations_18_title','Licks Run Bridge 10, South Park – PA - Bridge'),(35856,771,'_locations_18_title','field_5683f2aadcba2'),(35857,771,'locations_18_image','730'),(35858,771,'_locations_18_image','field_568439ed8109d'),(35859,771,'locations_18_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(35860,771,'_locations_18_description','field_5683f2b1dcba3'),(35861,771,'locations_19_location','a:3:{s:7:\"address\";s:21:\"40.515624, -80.009959\";s:3:\"lat\";s:10:\"40.5156082\";s:3:\"lng\";s:18:\"-80.00994129999998\";}'),(35862,771,'_locations_19_location','field_5683f288dcba1'),(35863,771,'locations_19_title','Girtys Run Bridge 14'),(35864,771,'_locations_19_title','field_5683f2aadcba2'),(35865,771,'locations_19_image','733'),(35866,771,'_locations_19_image','field_568439ed8109d'),(35867,771,'locations_19_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(35868,771,'_locations_19_description','field_5683f2b1dcba3'),(35869,771,'locations_20_location','a:3:{s:7:\"address\";s:21:\"40.488268, -80.045947\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(35870,771,'_locations_20_location','field_5683f288dcba1'),(35871,771,'locations_20_title','Jacks Run 3 – Bellevue, PA – Bridge Replacement'),(35872,771,'_locations_20_title','field_5683f2aadcba2'),(35873,771,'locations_20_image','735'),(35874,771,'_locations_20_image','field_568439ed8109d'),(35875,771,'locations_20_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(35876,771,'_locations_20_description','field_5683f2b1dcba3'),(35877,771,'locations_21_location','a:3:{s:7:\"address\";s:21:\"40.330826, -79.986892\";s:3:\"lat\";s:10:\"40.3307469\";s:3:\"lng\";s:18:\"-79.98678430000001\";}'),(35878,771,'_locations_21_location','field_5683f288dcba1'),(35879,771,'locations_21_title','Brownsville to Broughton, South Park PA, intersection improvements and realignment'),(35880,771,'_locations_21_title','field_5683f2aadcba2'),(35881,771,'locations_21_image',''),(35882,771,'_locations_21_image','field_568439ed8109d'),(35883,771,'locations_21_description',''),(35884,771,'_locations_21_description','field_5683f2b1dcba3'),(35885,771,'locations_22_location','a:3:{s:7:\"address\";s:21:\"40.651302, -79.799610\";s:3:\"lat\";s:9:\"40.651344\";s:3:\"lng\";s:18:\"-79.80019399999998\";}'),(35886,771,'_locations_22_location','field_5683f288dcba1'),(35887,771,'locations_22_title','Bull Creek Bridge No. 6 – Fawn Township – Bridge'),(35888,771,'_locations_22_title','field_5683f2aadcba2'),(35889,771,'locations_22_image',''),(35890,771,'_locations_22_image','field_568439ed8109d'),(35891,771,'locations_22_description','This project is for a small bridge replacement and is affecting 9 properties in the Township of Fawn, Allegheny County.'),(35892,771,'_locations_22_description','field_5683f2b1dcba3'),(35893,771,'locations_23_location','a:3:{s:7:\"address\";s:21:\"40.662745, -79.817800\";s:3:\"lat\";s:9:\"40.663536\";s:3:\"lng\";s:10:\"-79.819073\";}'),(35894,771,'_locations_23_location','field_5683f288dcba1'),(35895,771,'locations_23_title','Bull Creek Bridge No. 9 – West Deer Township – Bridge'),(35896,771,'_locations_23_title','field_5683f2aadcba2'),(35897,771,'locations_23_image',''),(35898,771,'_locations_23_image','field_568439ed8109d'),(35899,771,'locations_23_description','This project is for a small bridge replacement and is affecting 2 properties in the Township of West Deer, Allegheny County.'),(35900,771,'_locations_23_description','field_5683f2b1dcba3'),(35901,771,'locations_24_location','a:3:{s:7:\"address\";s:21:\"40.620209, -79.833885\";s:3:\"lat\";s:10:\"40.6202319\";s:3:\"lng\";s:18:\"-79.83386789999997\";}'),(35902,771,'_locations_24_location','field_5683f288dcba1'),(35903,771,'locations_24_title','Little Deer Creek DL06 – West Deer Township – Bridge Replacement'),(35904,771,'_locations_24_title','field_5683f2aadcba2'),(35905,771,'locations_24_image','740'),(35906,771,'_locations_24_image','field_568439ed8109d'),(35907,771,'locations_24_description','This project was for a small bridge replacement and affected properties in the Township of Russellton, Allegheny County.'),(35908,771,'_locations_24_description','field_5683f2b1dcba3'),(35909,771,'locations_25_location','a:3:{s:7:\"address\";s:21:\"40.620213, -79.833892\";s:3:\"lat\";s:10:\"40.6202352\";s:3:\"lng\";s:18:\"-79.83387549999998\";}'),(35910,771,'_locations_25_location','field_5683f288dcba1'),(35911,771,'locations_25_title','Turtle Creek Bridge 6 – Turtle Creek PA'),(35912,771,'_locations_25_title','field_5683f2aadcba2'),(35913,771,'locations_25_image','742'),(35914,771,'_locations_25_image','field_568439ed8109d'),(35915,771,'locations_25_description','This project is for a mid-sized bridge replacement and is affecting 5 properties in the Borough of Turtle Creek, Allegheny County.'),(35916,771,'_locations_25_description','field_5683f2b1dcba3'),(35917,771,'locations_26_location','a:3:{s:7:\"address\";s:21:\"40.488263, -80.045950\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(35918,771,'_locations_26_location','field_5683f288dcba1'),(35919,771,'locations_26_title','Jacks Run 1, Bellevue and the City of Pittsburgh'),(35920,771,'_locations_26_title','field_5683f2aadcba2'),(35921,771,'locations_26_image','744'),(35922,771,'_locations_26_image','field_568439ed8109d'),(35923,771,'locations_26_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(35924,771,'_locations_26_description','field_5683f2b1dcba3'),(35925,771,'locations_27_location','a:3:{s:7:\"address\";s:21:\"40.541799, -80.247918\";s:3:\"lat\";s:10:\"40.5417824\";s:3:\"lng\";s:11:\"-80.2479169\";}'),(35926,771,'_locations_27_location','field_5683f288dcba1'),(35927,771,'locations_27_title','Boggs Run Bridge 1 – Moon Township'),(35928,771,'_locations_27_title','field_5683f2aadcba2'),(35929,771,'locations_27_image','746'),(35930,771,'_locations_27_image','field_568439ed8109d'),(35931,771,'locations_27_description','This project was for a small bridge replacement and affected 2 properties in the Township of Moon, Allegheny County.'),(35932,771,'_locations_27_description','field_5683f2b1dcba3'),(35933,771,'locations_28_location','a:3:{s:7:\"address\";s:21:\"40.549801, -79.997772\";s:3:\"lat\";s:9:\"40.549733\";s:3:\"lng\";s:18:\"-79.99820799999998\";}'),(35934,771,'_locations_28_location','field_5683f288dcba1'),(35935,771,'locations_28_title','Pine Creek Bridge 1 – Ross Township – Bridge'),(35936,771,'_locations_28_title','field_5683f2aadcba2'),(35937,771,'locations_28_image','749'),(35938,771,'_locations_28_image','field_568439ed8109d'),(35939,771,'locations_28_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(35940,771,'_locations_28_description','field_5683f2b1dcba3'),(35941,771,'locations_29_location','a:3:{s:7:\"address\";s:21:\"40.513209, -79.952573\";s:3:\"lat\";s:10:\"40.5132141\";s:3:\"lng\";s:18:\"-79.95257859999998\";}'),(35942,771,'_locations_29_location','field_5683f288dcba1'),(35943,771,'locations_29_title','Pine Creek Bridge 11 – Glenshaw PA – Bridge'),(35944,771,'_locations_29_title','field_5683f2aadcba2'),(35945,771,'locations_29_image',''),(35946,771,'_locations_29_image','field_568439ed8109d'),(35947,771,'locations_29_description',''),(35948,771,'_locations_29_description','field_5683f2b1dcba3'),(35949,771,'locations_30_location','a:3:{s:7:\"address\";s:21:\"40.518356, -79.992893\";s:3:\"lat\";s:10:\"40.5183459\";s:3:\"lng\";s:11:\"-79.9928827\";}'),(35950,771,'_locations_30_location','field_5683f288dcba1'),(35951,771,'locations_30_title','Thompson Run Bridge 1, Ross Township – Bridge'),(35952,771,'_locations_30_title','field_5683f2aadcba2'),(35953,771,'locations_30_image',''),(35954,771,'_locations_30_image','field_568439ed8109d'),(35955,771,'locations_30_description',''),(35956,771,'_locations_30_description','field_5683f2b1dcba3'),(35957,771,'locations_31_location','a:3:{s:7:\"address\";s:21:\"40.512503, -79.993398\";s:3:\"lat\";s:10:\"40.5125049\";s:3:\"lng\";s:18:\"-79.99341290000001\";}'),(35958,771,'_locations_31_location','field_5683f288dcba1'),(35959,771,'locations_31_title','Thompson Run Bridge 2, Ross Township – Bridge'),(35960,771,'_locations_31_title','field_5683f2aadcba2'),(35961,771,'locations_31_image',''),(35962,771,'_locations_31_image','field_568439ed8109d'),(35963,771,'locations_31_description',''),(35964,771,'_locations_31_description','field_5683f2b1dcba3'),(35965,771,'locations_32_location','a:3:{s:7:\"address\";s:21:\"40.451854, -80.204526\";s:3:\"lat\";s:10:\"40.4518427\";s:3:\"lng\";s:18:\"-80.20452230000001\";}'),(35966,771,'_locations_32_location','field_5683f288dcba1'),(35967,771,'locations_32_title','Montour Run Bridge 13, Findlay Township – Bridge'),(35968,771,'_locations_32_title','field_5683f2aadcba2'),(35969,771,'locations_32_image',''),(35970,771,'_locations_32_image','field_568439ed8109d'),(35971,771,'locations_32_description',''),(35972,771,'_locations_32_description','field_5683f2b1dcba3'),(35973,771,'locations_33_location','a:3:{s:7:\"address\";s:21:\"40.387729, -80.157101\";s:3:\"lat\";s:9:\"40.387271\";s:3:\"lng\";s:18:\"-80.15843699999999\";}'),(35974,771,'_locations_33_location','field_5683f288dcba1'),(35975,771,'locations_33_title','Thompson Run Bridge 10 – Collier – Bridge'),(35976,771,'_locations_33_title','field_5683f2aadcba2'),(35977,771,'locations_33_image',''),(35978,771,'_locations_33_image','field_568439ed8109d'),(35979,771,'locations_33_description',''),(35980,771,'_locations_33_description','field_5683f2b1dcba3'),(35981,771,'locations_34_location','a:3:{s:7:\"address\";s:21:\"40.411953, -79.875847\";s:3:\"lat\";s:10:\"40.4120812\";s:3:\"lng\";s:18:\"-79.87589430000003\";}'),(35982,771,'_locations_34_location','field_5683f288dcba1'),(35983,771,'locations_34_title','Hawkins Village – Rankin, PA - Intersection improvements'),(35984,771,'_locations_34_title','field_5683f2aadcba2'),(35985,771,'locations_34_image',''),(35986,771,'_locations_34_image','field_568439ed8109d'),(35987,771,'locations_34_description',''),(35988,771,'_locations_34_description','field_5683f2b1dcba3'),(35989,771,'locations_35_location','a:3:{s:7:\"address\";s:21:\"40.431658, -79.988902\";s:3:\"lat\";s:10:\"40.4316605\";s:3:\"lng\";s:11:\"-79.9888856\";}'),(35990,771,'_locations_35_location','field_5683f288dcba1'),(35991,771,'locations_35_title','10th Street Bridge – City of Pittsburgh'),(35992,771,'_locations_35_title','field_5683f2aadcba2'),(35993,771,'locations_35_image',''),(35994,771,'_locations_35_image','field_568439ed8109d'),(35995,771,'locations_35_description','This project is for a bridge rehabilitation and is affecting 5 properties in the City of Pittsburgh, Allegheny County.'),(35996,771,'_locations_35_description','field_5683f2b1dcba3'),(35997,771,'locations_36_location','a:3:{s:7:\"address\";s:21:\"40.499230, -80.046110\";s:3:\"lat\";s:10:\"40.4991326\";s:3:\"lng\";s:18:\"-80.04601000000002\";}'),(35998,771,'_locations_36_location','field_5683f288dcba1'),(35999,771,'locations_36_title','Jacks Run Bridge Number 4 – Ross Township'),(36000,771,'_locations_36_title','field_5683f2aadcba2'),(36001,771,'locations_36_image','761'),(36002,771,'_locations_36_image','field_568439ed8109d'),(36003,771,'locations_36_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(36004,771,'_locations_36_description','field_5683f2b1dcba3'),(36005,771,'locations_37_location','a:3:{s:7:\"address\";s:21:\"40.459236, -79.925044\";s:3:\"lat\";s:10:\"40.4592362\";s:3:\"lng\";s:18:\"-79.92502609999997\";}'),(36006,771,'_locations_37_location','field_5683f288dcba1'),(36007,771,'locations_37_title','South Highland Bridge'),(36008,771,'_locations_37_title','field_5683f2aadcba2'),(36009,771,'locations_37_image','765'),(36010,771,'_locations_37_image','field_568439ed8109d'),(36011,771,'locations_37_description','This project was for a small bridge replacement and affected 5 properties in the City of Pittsburgh, Allegheny County.'),(36012,771,'_locations_37_description','field_5683f2b1dcba3'),(36013,771,'locations_38_location','a:3:{s:7:\"address\";s:21:\"40.428539, -79.937852\";s:3:\"lat\";s:10:\"40.4286635\";s:3:\"lng\";s:11:\"-79.9385646\";}'),(36014,771,'_locations_38_location','field_5683f288dcba1'),(36015,771,'locations_38_title','Greenfield Bridge'),(36016,771,'_locations_38_title','field_5683f2aadcba2'),(36017,771,'locations_38_image',''),(36018,771,'_locations_38_image','field_568439ed8109d'),(36019,771,'locations_38_description','This project is for a large bridge replacement and is affecting 5 properties in the City of Pittsburgh, Allegheny County.'),(36020,771,'_locations_38_description','field_5683f2b1dcba3'),(36021,771,'locations_39_location','a:3:{s:7:\"address\";s:21:\"40.451553, -80.010952\";s:3:\"lat\";s:10:\"40.4507635\";s:3:\"lng\";s:18:\"-80.01148369999999\";}'),(36022,771,'_locations_39_location','field_5683f288dcba1'),(36023,771,'locations_39_title','West Ohio'),(36024,771,'_locations_39_title','field_5683f2aadcba2'),(36025,771,'locations_39_image',''),(36026,771,'_locations_39_image','field_568439ed8109d'),(36027,771,'locations_39_description','This project is for a bridge and is affecting 6 properties in the City of Pittsburgh, Allegheny County.'),(36028,771,'_locations_39_description','field_5683f2b1dcba3'),(36029,771,'locations_40_location','a:3:{s:7:\"address\";s:21:\"40.406886, -80.034145\";s:3:\"lat\";s:10:\"40.4068824\";s:3:\"lng\";s:11:\"-80.0341517\";}'),(36030,771,'_locations_40_location','field_5683f288dcba1'),(36031,771,'locations_40_title','Wenzel Avenue'),(36032,771,'_locations_40_title','field_5683f2aadcba2'),(36033,771,'locations_40_image',''),(36034,771,'_locations_40_image','field_568439ed8109d'),(36035,771,'locations_40_description','This project is for a bridge replacement and intersection improvement and is affecting 5 properties in the City of Pittsburgh, Allegheny County.'),(36036,771,'_locations_40_description','field_5683f2b1dcba3'),(36037,771,'locations_41_location','a:3:{s:7:\"address\";s:21:\"40.441118, -80.005603\";s:3:\"lat\";s:10:\"40.4412185\";s:3:\"lng\";s:18:\"-80.00527490000002\";}'),(36038,771,'_locations_41_location','field_5683f288dcba1'),(36039,771,'locations_41_title','Gateway Alignment of Pittsburgh’s Light Rail System – Damage Estimate (other)'),(36040,771,'_locations_41_title','field_5683f2aadcba2'),(36041,771,'locations_41_image',''),(36042,771,'_locations_41_image','field_568439ed8109d'),(36043,771,'locations_41_description',''),(36044,771,'_locations_41_description','field_5683f2b1dcba3'),(36045,771,'locations_42_location','a:3:{s:7:\"address\";s:21:\"40.685389, -80.069478\";s:3:\"lat\";s:9:\"40.684698\";s:3:\"lng\";s:18:\"-80.06893500000001\";}'),(36046,771,'_locations_42_location','field_5683f288dcba1'),(36047,771,'locations_42_title','North Catholic High School Valuations – Cranberry PA (other)'),(36048,771,'_locations_42_title','field_5683f2aadcba2'),(36049,771,'locations_42_image',''),(36050,771,'_locations_42_image','field_568439ed8109d'),(36051,771,'locations_42_description',''),(36052,771,'_locations_42_description','field_5683f2b1dcba3'),(36053,771,'locations','43'),(36054,771,'_locations','field_5683f253a5dba'),(36055,347,'locations_42_location','a:3:{s:7:\"address\";s:21:\"40.576915, -79.909904\";s:3:\"lat\";s:10:\"40.5766476\";s:3:\"lng\";s:18:\"-79.90981210000001\";}'),(36056,347,'_locations_42_location','field_5683f288dcba1'),(36057,347,'locations_42_title','Superior Pipeline – Frazer Township, Large Tract Valuation Study – (other)'),(36058,347,'_locations_42_title','field_5683f2aadcba2'),(36059,347,'locations_42_image',''),(36060,347,'_locations_42_image','field_568439ed8109d'),(36061,347,'locations_42_description',''),(36062,347,'_locations_42_description','field_5683f2b1dcba3'),(36063,772,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(36064,772,'_locations_0_location','field_5683f288dcba1'),(36065,772,'locations_0_title','SR0028, All sections'),(36066,772,'_locations_0_title','field_5683f2aadcba2'),(36067,772,'locations_0_image',''),(36068,772,'_locations_0_image','field_568439ed8109d'),(36069,772,'locations_0_description',''),(36070,772,'_locations_0_description','field_5683f2b1dcba3'),(36071,772,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(36072,772,'_locations_1_location','field_5683f288dcba1'),(36073,772,'locations_1_title','286, A09 – Golden Mile'),(36074,772,'_locations_1_title','field_5683f2aadcba2'),(36075,772,'locations_1_image',''),(36076,772,'_locations_1_image','field_568439ed8109d'),(36077,772,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(36078,772,'_locations_1_description','field_5683f2b1dcba3'),(36079,772,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(36080,772,'_locations_2_location','field_5683f288dcba1'),(36081,772,'locations_2_title','2040, A18 – Curry Hollow'),(36082,772,'_locations_2_title','field_5683f2aadcba2'),(36083,772,'locations_2_image',''),(36084,772,'_locations_2_image','field_568439ed8109d'),(36085,772,'locations_2_description',''),(36086,772,'_locations_2_description','field_5683f2b1dcba3'),(36087,772,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(36088,772,'_locations_3_location','field_5683f288dcba1'),(36089,772,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(36090,772,'_locations_3_title','field_5683f2aadcba2'),(36091,772,'locations_3_image',''),(36092,772,'_locations_3_image','field_568439ed8109d'),(36093,772,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(36094,772,'_locations_3_description','field_5683f2b1dcba3'),(36095,772,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(36096,772,'_locations_4_location','field_5683f288dcba1'),(36097,772,'locations_4_title','Duncan Avenue – Hampton Twp.'),(36098,772,'_locations_4_title','field_5683f2aadcba2'),(36099,772,'locations_4_image',''),(36100,772,'_locations_4_image','field_568439ed8109d'),(36101,772,'locations_4_description',''),(36102,772,'_locations_4_description','field_5683f2b1dcba3'),(36103,772,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(36104,772,'_locations_5_location','field_5683f288dcba1'),(36105,772,'locations_5_title','Pine Creek Road – McCandless'),(36106,772,'_locations_5_title','field_5683f2aadcba2'),(36107,772,'locations_5_image',''),(36108,772,'_locations_5_image','field_568439ed8109d'),(36109,772,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(36110,772,'_locations_5_description','field_5683f2b1dcba3'),(36111,772,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(36112,772,'_locations_6_location','field_5683f288dcba1'),(36113,772,'locations_6_title','Brewhouse – Trek Development'),(36114,772,'_locations_6_title','field_5683f2aadcba2'),(36115,772,'locations_6_image',''),(36116,772,'_locations_6_image','field_568439ed8109d'),(36117,772,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(36118,772,'_locations_6_description','field_5683f2b1dcba3'),(36119,772,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(36120,772,'_locations_7_location','field_5683f288dcba1'),(36121,772,'locations_7_title','Ewalt Road – Richland Twp.'),(36122,772,'_locations_7_title','field_5683f2aadcba2'),(36123,772,'locations_7_image',''),(36124,772,'_locations_7_image','field_568439ed8109d'),(36125,772,'locations_7_description',''),(36126,772,'_locations_7_description','field_5683f2b1dcba3'),(36127,772,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.625521, -79.941837\";s:3:\"lat\";s:10:\"40.6255198\";s:3:\"lng\";s:10:\"-79.941822\";}'),(36128,772,'_locations_8_location','field_5683f288dcba1'),(36129,772,'locations_8_title','Ewalt Road – Richland Twp.'),(36130,772,'_locations_8_title','field_5683f2aadcba2'),(36131,772,'locations_8_image',''),(36132,772,'_locations_8_image','field_568439ed8109d'),(36133,772,'locations_8_description',''),(36134,772,'_locations_8_description','field_5683f2b1dcba3'),(36135,772,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(36136,772,'_locations_9_location','field_5683f288dcba1'),(36137,772,'locations_9_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(36138,772,'_locations_9_title','field_5683f2aadcba2'),(36139,772,'locations_9_image',''),(36140,772,'_locations_9_image','field_568439ed8109d'),(36141,772,'locations_9_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(36142,772,'_locations_9_description','field_5683f2b1dcba3'),(36143,772,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.425708, -79.805807\";s:3:\"lat\";s:10:\"40.4256461\";s:3:\"lng\";s:18:\"-79.80576589999998\";}'),(36144,772,'_locations_10_location','field_5683f288dcba1'),(36145,772,'locations_10_title','State Route 2065, Section A07'),(36146,772,'_locations_10_title','field_5683f2aadcba2'),(36147,772,'locations_10_image',''),(36148,772,'_locations_10_image','field_568439ed8109d'),(36149,772,'locations_10_description',''),(36150,772,'_locations_10_description','field_5683f2b1dcba3'),(36151,772,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.354856, -80.118393\";s:3:\"lat\";s:10:\"40.3527492\";s:3:\"lng\";s:18:\"-80.11776529999997\";}'),(36152,772,'_locations_11_location','field_5683f288dcba1'),(36153,772,'locations_11_title','Southern Beltway Section C – New Roadway Construction'),(36154,772,'_locations_11_title','field_5683f2aadcba2'),(36155,772,'locations_11_image',''),(36156,772,'_locations_11_image','field_568439ed8109d'),(36157,772,'locations_11_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 18 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(36158,772,'_locations_11_description','field_5683f2b1dcba3'),(36159,772,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.509371, -80.256419\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(36160,772,'_locations_12_location','field_5683f288dcba1'),(36161,772,'locations_12_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(36162,772,'_locations_12_title','field_5683f2aadcba2'),(36163,772,'locations_12_image','671'),(36164,772,'_locations_12_image','field_568439ed8109d'),(36165,772,'locations_12_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(36166,772,'_locations_12_description','field_5683f2b1dcba3'),(36167,772,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.590450, -79.888763\";s:3:\"lat\";s:10:\"40.5943712\";s:3:\"lng\";s:18:\"-79.89597279999998\";}'),(36168,772,'_locations_13_location','field_5683f288dcba1'),(36169,772,'locations_13_title','MP 40-48 – Hampton Township – Highway Widening'),(36170,772,'_locations_13_title','field_5683f2aadcba2'),(36171,772,'locations_13_image',''),(36172,772,'_locations_13_image','field_568439ed8109d'),(36173,772,'locations_13_description','This project is for mainline reconstruction and bridge replacement and is affecting 71 properties and resulting in the relocation of 1 resident in the Townships of Harmar and Indiana, Allegheny County.'),(36174,772,'_locations_13_description','field_5683f2b1dcba3'),(36175,772,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.392019, -80.077682\";s:3:\"lat\";s:17:\"40.39202119999999\";s:3:\"lng\";s:18:\"-80.07767890000002\";}'),(36176,772,'_locations_14_location','field_5683f288dcba1'),(36177,772,'locations_14_title','Georges Run Bridge No. 1, Carnegie PA – Bridge'),(36178,772,'_locations_14_title','field_5683f2aadcba2'),(36179,772,'locations_14_image',''),(36180,772,'_locations_14_image','field_568439ed8109d'),(36181,772,'locations_14_description','This project is for a small bridge replacement and is affecting 4 properties in the Township of Scott, Allegheny County.'),(36182,772,'_locations_14_description','field_5683f2b1dcba3'),(36183,772,'locations_15_location','a:3:{s:7:\"address\";s:21:\"40.386279, -79.894258\";s:3:\"lat\";s:10:\"40.3862842\";s:3:\"lng\";s:18:\"-79.89425510000001\";}'),(36184,772,'_locations_15_location','field_5683f288dcba1'),(36185,772,'locations_15_title','Homeville Creek Bridge 7, West Mifflin PA – Bridge'),(36186,772,'_locations_15_title','field_5683f2aadcba2'),(36187,772,'locations_15_image',''),(36188,772,'_locations_15_image','field_568439ed8109d'),(36189,772,'locations_15_description','This project is for a small bridge replacement and is affecting 7 properties in the Borough of Munhall, Allegheny County.'),(36190,772,'_locations_15_description','field_5683f2b1dcba3'),(36191,772,'locations_16_location','a:3:{s:7:\"address\";s:21:\"40.396380, -79.895244\";s:3:\"lat\";s:10:\"40.3963432\";s:3:\"lng\";s:18:\"-79.89543119999996\";}'),(36192,772,'_locations_16_location','field_5683f288dcba1'),(36193,772,'locations_16_title','Homeville Creek Bridge 10 – West Mifflin PA - Bridge'),(36194,772,'_locations_16_title','field_5683f2aadcba2'),(36195,772,'locations_16_image','727'),(36196,772,'_locations_16_image','field_568439ed8109d'),(36197,772,'locations_16_description','This project was for a small bridge replacement and affected 7 properties in the Borough of Munhall, Allegheny County.'),(36198,772,'_locations_16_description','field_5683f2b1dcba3'),(36199,772,'locations_17_location','a:3:{s:7:\"address\";s:21:\"40.329286, -79.987406\";s:3:\"lat\";s:10:\"40.3292857\";s:3:\"lng\";s:18:\"-79.98741289999998\";}'),(36200,772,'_locations_17_location','field_5683f288dcba1'),(36201,772,'locations_17_title','Licks Run Bridge 9, South Park – PA – Bridge'),(36202,772,'_locations_17_title','field_5683f2aadcba2'),(36203,772,'locations_17_image','730'),(36204,772,'_locations_17_image','field_568439ed8109d'),(36205,772,'locations_17_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(36206,772,'_locations_17_description','field_5683f2b1dcba3'),(36207,772,'locations_18_location','a:3:{s:7:\"address\";s:21:\"40.329261, -79.988204\";s:3:\"lat\";s:9:\"40.329261\";s:3:\"lng\";s:10:\"-79.988205\";}'),(36208,772,'_locations_18_location','field_5683f288dcba1'),(36209,772,'locations_18_title','Licks Run Bridge 10, South Park – PA - Bridge'),(36210,772,'_locations_18_title','field_5683f2aadcba2'),(36211,772,'locations_18_image','730'),(36212,772,'_locations_18_image','field_568439ed8109d'),(36213,772,'locations_18_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(36214,772,'_locations_18_description','field_5683f2b1dcba3'),(36215,772,'locations_19_location','a:3:{s:7:\"address\";s:21:\"40.515624, -80.009959\";s:3:\"lat\";s:10:\"40.5156082\";s:3:\"lng\";s:18:\"-80.00994129999998\";}'),(36216,772,'_locations_19_location','field_5683f288dcba1'),(36217,772,'locations_19_title','Girtys Run Bridge 14'),(36218,772,'_locations_19_title','field_5683f2aadcba2'),(36219,772,'locations_19_image','733'),(36220,772,'_locations_19_image','field_568439ed8109d'),(36221,772,'locations_19_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(36222,772,'_locations_19_description','field_5683f2b1dcba3'),(36223,772,'locations_20_location','a:3:{s:7:\"address\";s:21:\"40.488268, -80.045947\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(36224,772,'_locations_20_location','field_5683f288dcba1'),(36225,772,'locations_20_title','Jacks Run 3 – Bellevue, PA – Bridge Replacement'),(36226,772,'_locations_20_title','field_5683f2aadcba2'),(36227,772,'locations_20_image','735'),(36228,772,'_locations_20_image','field_568439ed8109d'),(36229,772,'locations_20_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(36230,772,'_locations_20_description','field_5683f2b1dcba3'),(36231,772,'locations_21_location','a:3:{s:7:\"address\";s:21:\"40.330826, -79.986892\";s:3:\"lat\";s:10:\"40.3307469\";s:3:\"lng\";s:18:\"-79.98678430000001\";}'),(36232,772,'_locations_21_location','field_5683f288dcba1'),(36233,772,'locations_21_title','Brownsville to Broughton, South Park PA, intersection improvements and realignment'),(36234,772,'_locations_21_title','field_5683f2aadcba2'),(36235,772,'locations_21_image',''),(36236,772,'_locations_21_image','field_568439ed8109d'),(36237,772,'locations_21_description',''),(36238,772,'_locations_21_description','field_5683f2b1dcba3'),(36239,772,'locations_22_location','a:3:{s:7:\"address\";s:21:\"40.651302, -79.799610\";s:3:\"lat\";s:9:\"40.651344\";s:3:\"lng\";s:18:\"-79.80019399999998\";}'),(36240,772,'_locations_22_location','field_5683f288dcba1'),(36241,772,'locations_22_title','Bull Creek Bridge No. 6 – Fawn Township – Bridge'),(36242,772,'_locations_22_title','field_5683f2aadcba2'),(36243,772,'locations_22_image',''),(36244,772,'_locations_22_image','field_568439ed8109d'),(36245,772,'locations_22_description','This project is for a small bridge replacement and is affecting 9 properties in the Township of Fawn, Allegheny County.'),(36246,772,'_locations_22_description','field_5683f2b1dcba3'),(36247,772,'locations_23_location','a:3:{s:7:\"address\";s:21:\"40.662745, -79.817800\";s:3:\"lat\";s:9:\"40.663536\";s:3:\"lng\";s:10:\"-79.819073\";}'),(36248,772,'_locations_23_location','field_5683f288dcba1'),(36249,772,'locations_23_title','Bull Creek Bridge No. 9 – West Deer Township – Bridge'),(36250,772,'_locations_23_title','field_5683f2aadcba2'),(36251,772,'locations_23_image',''),(36252,772,'_locations_23_image','field_568439ed8109d'),(36253,772,'locations_23_description','This project is for a small bridge replacement and is affecting 2 properties in the Township of West Deer, Allegheny County.'),(36254,772,'_locations_23_description','field_5683f2b1dcba3'),(36255,772,'locations_24_location','a:3:{s:7:\"address\";s:21:\"40.620209, -79.833885\";s:3:\"lat\";s:10:\"40.6202319\";s:3:\"lng\";s:18:\"-79.83386789999997\";}'),(36256,772,'_locations_24_location','field_5683f288dcba1'),(36257,772,'locations_24_title','Little Deer Creek DL06 – West Deer Township – Bridge Replacement'),(36258,772,'_locations_24_title','field_5683f2aadcba2'),(36259,772,'locations_24_image','740'),(36260,772,'_locations_24_image','field_568439ed8109d'),(36261,772,'locations_24_description','This project was for a small bridge replacement and affected properties in the Township of Russellton, Allegheny County.'),(36262,772,'_locations_24_description','field_5683f2b1dcba3'),(36263,772,'locations_25_location','a:3:{s:7:\"address\";s:21:\"40.620213, -79.833892\";s:3:\"lat\";s:10:\"40.6202352\";s:3:\"lng\";s:18:\"-79.83387549999998\";}'),(36264,772,'_locations_25_location','field_5683f288dcba1'),(36265,772,'locations_25_title','Turtle Creek Bridge 6 – Turtle Creek PA'),(36266,772,'_locations_25_title','field_5683f2aadcba2'),(36267,772,'locations_25_image','742'),(36268,772,'_locations_25_image','field_568439ed8109d'),(36269,772,'locations_25_description','This project is for a mid-sized bridge replacement and is affecting 5 properties in the Borough of Turtle Creek, Allegheny County.'),(36270,772,'_locations_25_description','field_5683f2b1dcba3'),(36271,772,'locations_26_location','a:3:{s:7:\"address\";s:21:\"40.488263, -80.045950\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(36272,772,'_locations_26_location','field_5683f288dcba1'),(36273,772,'locations_26_title','Jacks Run 1, Bellevue and the City of Pittsburgh'),(36274,772,'_locations_26_title','field_5683f2aadcba2'),(36275,772,'locations_26_image','744'),(36276,772,'_locations_26_image','field_568439ed8109d'),(36277,772,'locations_26_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(36278,772,'_locations_26_description','field_5683f2b1dcba3'),(36279,772,'locations_27_location','a:3:{s:7:\"address\";s:21:\"40.541799, -80.247918\";s:3:\"lat\";s:10:\"40.5417824\";s:3:\"lng\";s:11:\"-80.2479169\";}'),(36280,772,'_locations_27_location','field_5683f288dcba1'),(36281,772,'locations_27_title','Boggs Run Bridge 1 – Moon Township'),(36282,772,'_locations_27_title','field_5683f2aadcba2'),(36283,772,'locations_27_image','746'),(36284,772,'_locations_27_image','field_568439ed8109d'),(36285,772,'locations_27_description','This project was for a small bridge replacement and affected 2 properties in the Township of Moon, Allegheny County.'),(36286,772,'_locations_27_description','field_5683f2b1dcba3'),(36287,772,'locations_28_location','a:3:{s:7:\"address\";s:21:\"40.549801, -79.997772\";s:3:\"lat\";s:9:\"40.549733\";s:3:\"lng\";s:18:\"-79.99820799999998\";}'),(36288,772,'_locations_28_location','field_5683f288dcba1'),(36289,772,'locations_28_title','Pine Creek Bridge 1 – Ross Township – Bridge'),(36290,772,'_locations_28_title','field_5683f2aadcba2'),(36291,772,'locations_28_image','749'),(36292,772,'_locations_28_image','field_568439ed8109d'),(36293,772,'locations_28_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(36294,772,'_locations_28_description','field_5683f2b1dcba3'),(36295,772,'locations_29_location','a:3:{s:7:\"address\";s:21:\"40.513209, -79.952573\";s:3:\"lat\";s:10:\"40.5132141\";s:3:\"lng\";s:18:\"-79.95257859999998\";}'),(36296,772,'_locations_29_location','field_5683f288dcba1'),(36297,772,'locations_29_title','Pine Creek Bridge 11 – Glenshaw PA – Bridge'),(36298,772,'_locations_29_title','field_5683f2aadcba2'),(36299,772,'locations_29_image',''),(36300,772,'_locations_29_image','field_568439ed8109d'),(36301,772,'locations_29_description',''),(36302,772,'_locations_29_description','field_5683f2b1dcba3'),(36303,772,'locations_30_location','a:3:{s:7:\"address\";s:21:\"40.518356, -79.992893\";s:3:\"lat\";s:10:\"40.5183459\";s:3:\"lng\";s:11:\"-79.9928827\";}'),(36304,772,'_locations_30_location','field_5683f288dcba1'),(36305,772,'locations_30_title','Thompson Run Bridge 1, Ross Township – Bridge'),(36306,772,'_locations_30_title','field_5683f2aadcba2'),(36307,772,'locations_30_image',''),(36308,772,'_locations_30_image','field_568439ed8109d'),(36309,772,'locations_30_description',''),(36310,772,'_locations_30_description','field_5683f2b1dcba3'),(36311,772,'locations_31_location','a:3:{s:7:\"address\";s:21:\"40.512503, -79.993398\";s:3:\"lat\";s:10:\"40.5125049\";s:3:\"lng\";s:18:\"-79.99341290000001\";}'),(36312,772,'_locations_31_location','field_5683f288dcba1'),(36313,772,'locations_31_title','Thompson Run Bridge 2, Ross Township – Bridge'),(36314,772,'_locations_31_title','field_5683f2aadcba2'),(36315,772,'locations_31_image',''),(36316,772,'_locations_31_image','field_568439ed8109d'),(36317,772,'locations_31_description',''),(36318,772,'_locations_31_description','field_5683f2b1dcba3'),(36319,772,'locations_32_location','a:3:{s:7:\"address\";s:21:\"40.451854, -80.204526\";s:3:\"lat\";s:10:\"40.4518427\";s:3:\"lng\";s:18:\"-80.20452230000001\";}'),(36320,772,'_locations_32_location','field_5683f288dcba1'),(36321,772,'locations_32_title','Montour Run Bridge 13, Findlay Township – Bridge'),(36322,772,'_locations_32_title','field_5683f2aadcba2'),(36323,772,'locations_32_image',''),(36324,772,'_locations_32_image','field_568439ed8109d'),(36325,772,'locations_32_description',''),(36326,772,'_locations_32_description','field_5683f2b1dcba3'),(36327,772,'locations_33_location','a:3:{s:7:\"address\";s:21:\"40.387729, -80.157101\";s:3:\"lat\";s:9:\"40.387271\";s:3:\"lng\";s:18:\"-80.15843699999999\";}'),(36328,772,'_locations_33_location','field_5683f288dcba1'),(36329,772,'locations_33_title','Thompson Run Bridge 10 – Collier – Bridge'),(36330,772,'_locations_33_title','field_5683f2aadcba2'),(36331,772,'locations_33_image',''),(36332,772,'_locations_33_image','field_568439ed8109d'),(36333,772,'locations_33_description',''),(36334,772,'_locations_33_description','field_5683f2b1dcba3'),(36335,772,'locations_34_location','a:3:{s:7:\"address\";s:21:\"40.411953, -79.875847\";s:3:\"lat\";s:10:\"40.4120812\";s:3:\"lng\";s:18:\"-79.87589430000003\";}'),(36336,772,'_locations_34_location','field_5683f288dcba1'),(36337,772,'locations_34_title','Hawkins Village – Rankin, PA - Intersection improvements'),(36338,772,'_locations_34_title','field_5683f2aadcba2'),(36339,772,'locations_34_image',''),(36340,772,'_locations_34_image','field_568439ed8109d'),(36341,772,'locations_34_description',''),(36342,772,'_locations_34_description','field_5683f2b1dcba3'),(36343,772,'locations_35_location','a:3:{s:7:\"address\";s:21:\"40.431658, -79.988902\";s:3:\"lat\";s:10:\"40.4316605\";s:3:\"lng\";s:11:\"-79.9888856\";}'),(36344,772,'_locations_35_location','field_5683f288dcba1'),(36345,772,'locations_35_title','10th Street Bridge – City of Pittsburgh'),(36346,772,'_locations_35_title','field_5683f2aadcba2'),(36347,772,'locations_35_image',''),(36348,772,'_locations_35_image','field_568439ed8109d'),(36349,772,'locations_35_description','This project is for a bridge rehabilitation and is affecting 5 properties in the City of Pittsburgh, Allegheny County.'),(36350,772,'_locations_35_description','field_5683f2b1dcba3'),(36351,772,'locations_36_location','a:3:{s:7:\"address\";s:21:\"40.499230, -80.046110\";s:3:\"lat\";s:10:\"40.4991326\";s:3:\"lng\";s:18:\"-80.04601000000002\";}'),(36352,772,'_locations_36_location','field_5683f288dcba1'),(36353,772,'locations_36_title','Jacks Run Bridge Number 4 – Ross Township'),(36354,772,'_locations_36_title','field_5683f2aadcba2'),(36355,772,'locations_36_image','761'),(36356,772,'_locations_36_image','field_568439ed8109d'),(36357,772,'locations_36_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(36358,772,'_locations_36_description','field_5683f2b1dcba3'),(36359,772,'locations_37_location','a:3:{s:7:\"address\";s:21:\"40.459236, -79.925044\";s:3:\"lat\";s:10:\"40.4592362\";s:3:\"lng\";s:18:\"-79.92502609999997\";}'),(36360,772,'_locations_37_location','field_5683f288dcba1'),(36361,772,'locations_37_title','South Highland Bridge'),(36362,772,'_locations_37_title','field_5683f2aadcba2'),(36363,772,'locations_37_image','765'),(36364,772,'_locations_37_image','field_568439ed8109d'),(36365,772,'locations_37_description','This project was for a small bridge replacement and affected 5 properties in the City of Pittsburgh, Allegheny County.'),(36366,772,'_locations_37_description','field_5683f2b1dcba3'),(36367,772,'locations_38_location','a:3:{s:7:\"address\";s:21:\"40.428539, -79.937852\";s:3:\"lat\";s:10:\"40.4286635\";s:3:\"lng\";s:11:\"-79.9385646\";}'),(36368,772,'_locations_38_location','field_5683f288dcba1'),(36369,772,'locations_38_title','Greenfield Bridge'),(36370,772,'_locations_38_title','field_5683f2aadcba2'),(36371,772,'locations_38_image',''),(36372,772,'_locations_38_image','field_568439ed8109d'),(36373,772,'locations_38_description','This project is for a large bridge replacement and is affecting 5 properties in the City of Pittsburgh, Allegheny County.'),(36374,772,'_locations_38_description','field_5683f2b1dcba3'),(36375,772,'locations_39_location','a:3:{s:7:\"address\";s:21:\"40.451553, -80.010952\";s:3:\"lat\";s:10:\"40.4507635\";s:3:\"lng\";s:18:\"-80.01148369999999\";}'),(36376,772,'_locations_39_location','field_5683f288dcba1'),(36377,772,'locations_39_title','West Ohio'),(36378,772,'_locations_39_title','field_5683f2aadcba2'),(36379,772,'locations_39_image',''),(36380,772,'_locations_39_image','field_568439ed8109d'),(36381,772,'locations_39_description','This project is for a bridge and is affecting 6 properties in the City of Pittsburgh, Allegheny County.'),(36382,772,'_locations_39_description','field_5683f2b1dcba3'),(36383,772,'locations_40_location','a:3:{s:7:\"address\";s:21:\"40.406886, -80.034145\";s:3:\"lat\";s:10:\"40.4068824\";s:3:\"lng\";s:11:\"-80.0341517\";}'),(36384,772,'_locations_40_location','field_5683f288dcba1'),(36385,772,'locations_40_title','Wenzel Avenue'),(36386,772,'_locations_40_title','field_5683f2aadcba2'),(36387,772,'locations_40_image',''),(36388,772,'_locations_40_image','field_568439ed8109d'),(36389,772,'locations_40_description','This project is for a bridge replacement and intersection improvement and is affecting 5 properties in the City of Pittsburgh, Allegheny County.'),(36390,772,'_locations_40_description','field_5683f2b1dcba3'),(36391,772,'locations_41_location','a:3:{s:7:\"address\";s:21:\"40.441118, -80.005603\";s:3:\"lat\";s:10:\"40.4412185\";s:3:\"lng\";s:18:\"-80.00527490000002\";}'),(36392,772,'_locations_41_location','field_5683f288dcba1'),(36393,772,'locations_41_title','Gateway Alignment of Pittsburgh’s Light Rail System – Damage Estimate (other)'),(36394,772,'_locations_41_title','field_5683f2aadcba2'),(36395,772,'locations_41_image',''),(36396,772,'_locations_41_image','field_568439ed8109d'),(36397,772,'locations_41_description',''),(36398,772,'_locations_41_description','field_5683f2b1dcba3'),(36399,772,'locations_42_location','a:3:{s:7:\"address\";s:21:\"40.685389, -80.069478\";s:3:\"lat\";s:9:\"40.684698\";s:3:\"lng\";s:18:\"-80.06893500000001\";}'),(36400,772,'_locations_42_location','field_5683f288dcba1'),(36401,772,'locations_42_title','North Catholic High School Valuations – Cranberry PA (other)'),(36402,772,'_locations_42_title','field_5683f2aadcba2'),(36403,772,'locations_42_image',''),(36404,772,'_locations_42_image','field_568439ed8109d'),(36405,772,'locations_42_description',''),(36406,772,'_locations_42_description','field_5683f2b1dcba3'),(36407,772,'locations_43_location','a:3:{s:7:\"address\";s:21:\"40.432068, -79.960800\";s:3:\"lat\";s:10:\"40.4320739\";s:3:\"lng\";s:18:\"-79.96079459999999\";}'),(36408,772,'_locations_43_location','field_5683f288dcba1'),(36409,772,'locations_43_title','Duquesne Light, 2nd Avenue, City of Pittsburgh – Market Study (other)'),(36410,772,'_locations_43_title','field_5683f2aadcba2'),(36411,772,'locations_43_image',''),(36412,772,'_locations_43_image','field_568439ed8109d'),(36413,772,'locations_43_description',''),(36414,772,'_locations_43_description','field_5683f2b1dcba3'),(36415,772,'locations','44'),(36416,772,'_locations','field_5683f253a5dba'),(36425,773,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(36426,773,'_locations_0_location','field_5683f288dcba1'),(36427,773,'locations_0_title','SR0028, All sections'),(36428,773,'_locations_0_title','field_5683f2aadcba2'),(36429,773,'locations_0_image',''),(36430,773,'_locations_0_image','field_568439ed8109d'),(36431,773,'locations_0_description',''),(36432,773,'_locations_0_description','field_5683f2b1dcba3'),(36433,773,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(36434,773,'_locations_1_location','field_5683f288dcba1'),(36435,773,'locations_1_title','286, A09 – Golden Mile'),(36436,773,'_locations_1_title','field_5683f2aadcba2'),(36437,773,'locations_1_image',''),(36438,773,'_locations_1_image','field_568439ed8109d'),(36439,773,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(36440,773,'_locations_1_description','field_5683f2b1dcba3'),(36441,773,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(36442,773,'_locations_2_location','field_5683f288dcba1'),(36443,773,'locations_2_title','2040, A18 – Curry Hollow'),(36444,773,'_locations_2_title','field_5683f2aadcba2'),(36445,773,'locations_2_image',''),(36446,773,'_locations_2_image','field_568439ed8109d'),(36447,773,'locations_2_description',''),(36448,773,'_locations_2_description','field_5683f2b1dcba3'),(36449,773,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(36450,773,'_locations_3_location','field_5683f288dcba1'),(36451,773,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(36452,773,'_locations_3_title','field_5683f2aadcba2'),(36453,773,'locations_3_image',''),(36454,773,'_locations_3_image','field_568439ed8109d'),(36455,773,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(36456,773,'_locations_3_description','field_5683f2b1dcba3'),(36457,773,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(36458,773,'_locations_4_location','field_5683f288dcba1'),(36459,773,'locations_4_title','Duncan Avenue – Hampton Twp.'),(36460,773,'_locations_4_title','field_5683f2aadcba2'),(36461,773,'locations_4_image',''),(36462,773,'_locations_4_image','field_568439ed8109d'),(36463,773,'locations_4_description',''),(36464,773,'_locations_4_description','field_5683f2b1dcba3'),(36465,773,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(36466,773,'_locations_5_location','field_5683f288dcba1'),(36467,773,'locations_5_title','Pine Creek Road – McCandless'),(36468,773,'_locations_5_title','field_5683f2aadcba2'),(36469,773,'locations_5_image',''),(36470,773,'_locations_5_image','field_568439ed8109d'),(36471,773,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(36472,773,'_locations_5_description','field_5683f2b1dcba3'),(36473,773,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(36474,773,'_locations_6_location','field_5683f288dcba1'),(36475,773,'locations_6_title','Brewhouse – Trek Development'),(36476,773,'_locations_6_title','field_5683f2aadcba2'),(36477,773,'locations_6_image',''),(36478,773,'_locations_6_image','field_568439ed8109d'),(36479,773,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(36480,773,'_locations_6_description','field_5683f2b1dcba3'),(36481,773,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(36482,773,'_locations_7_location','field_5683f288dcba1'),(36483,773,'locations_7_title','Ewalt Road – Richland Twp.'),(36484,773,'_locations_7_title','field_5683f2aadcba2'),(36485,773,'locations_7_image',''),(36486,773,'_locations_7_image','field_568439ed8109d'),(36487,773,'locations_7_description',''),(36488,773,'_locations_7_description','field_5683f2b1dcba3'),(36489,773,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.625521, -79.941837\";s:3:\"lat\";s:10:\"40.6255198\";s:3:\"lng\";s:10:\"-79.941822\";}'),(36490,773,'_locations_8_location','field_5683f288dcba1'),(36491,773,'locations_8_title','Ewalt Road – Richland Twp.'),(36492,773,'_locations_8_title','field_5683f2aadcba2'),(36493,773,'locations_8_image',''),(36494,773,'_locations_8_image','field_568439ed8109d'),(36495,773,'locations_8_description',''),(36496,773,'_locations_8_description','field_5683f2b1dcba3'),(36497,773,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(36498,773,'_locations_9_location','field_5683f288dcba1'),(36499,773,'locations_9_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(36500,773,'_locations_9_title','field_5683f2aadcba2'),(36501,773,'locations_9_image',''),(36502,773,'_locations_9_image','field_568439ed8109d'),(36503,773,'locations_9_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(36504,773,'_locations_9_description','field_5683f2b1dcba3'),(36505,773,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.425708, -79.805807\";s:3:\"lat\";s:10:\"40.4256461\";s:3:\"lng\";s:18:\"-79.80576589999998\";}'),(36506,773,'_locations_10_location','field_5683f288dcba1'),(36507,773,'locations_10_title','State Route 2065, Section A07'),(36508,773,'_locations_10_title','field_5683f2aadcba2'),(36509,773,'locations_10_image',''),(36510,773,'_locations_10_image','field_568439ed8109d'),(36511,773,'locations_10_description',''),(36512,773,'_locations_10_description','field_5683f2b1dcba3'),(36513,773,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.354856, -80.118393\";s:3:\"lat\";s:10:\"40.3527492\";s:3:\"lng\";s:18:\"-80.11776529999997\";}'),(36514,773,'_locations_11_location','field_5683f288dcba1'),(36515,773,'locations_11_title','Southern Beltway Section C – New Roadway Construction'),(36516,773,'_locations_11_title','field_5683f2aadcba2'),(36517,773,'locations_11_image',''),(36518,773,'_locations_11_image','field_568439ed8109d'),(36519,773,'locations_11_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 18 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(36520,773,'_locations_11_description','field_5683f2b1dcba3'),(36521,773,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.509371, -80.256419\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(36522,773,'_locations_12_location','field_5683f288dcba1'),(36523,773,'locations_12_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(36524,773,'_locations_12_title','field_5683f2aadcba2'),(36525,773,'locations_12_image','671'),(36526,773,'_locations_12_image','field_568439ed8109d'),(36527,773,'locations_12_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(36528,773,'_locations_12_description','field_5683f2b1dcba3'),(36529,773,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.590450, -79.888763\";s:3:\"lat\";s:10:\"40.5943712\";s:3:\"lng\";s:18:\"-79.89597279999998\";}'),(36530,773,'_locations_13_location','field_5683f288dcba1'),(36531,773,'locations_13_title','MP 40-48 – Hampton Township – Highway Widening'),(36532,773,'_locations_13_title','field_5683f2aadcba2'),(36533,773,'locations_13_image',''),(36534,773,'_locations_13_image','field_568439ed8109d'),(36535,773,'locations_13_description','This project is for mainline reconstruction and bridge replacement and is affecting 71 properties and resulting in the relocation of 1 resident in the Townships of Harmar and Indiana, Allegheny County.'),(36536,773,'_locations_13_description','field_5683f2b1dcba3'),(36537,773,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.392019, -80.077682\";s:3:\"lat\";s:17:\"40.39202119999999\";s:3:\"lng\";s:18:\"-80.07767890000002\";}'),(36538,773,'_locations_14_location','field_5683f288dcba1'),(36539,773,'locations_14_title','Georges Run Bridge No. 1, Carnegie PA – Bridge'),(36540,773,'_locations_14_title','field_5683f2aadcba2'),(36541,773,'locations_14_image',''),(36542,773,'_locations_14_image','field_568439ed8109d'),(36543,773,'locations_14_description','This project is for a small bridge replacement and is affecting 4 properties in the Township of Scott, Allegheny County.'),(36544,773,'_locations_14_description','field_5683f2b1dcba3'),(36545,773,'locations_15_location','a:3:{s:7:\"address\";s:21:\"40.386279, -79.894258\";s:3:\"lat\";s:10:\"40.3862842\";s:3:\"lng\";s:18:\"-79.89425510000001\";}'),(36546,773,'_locations_15_location','field_5683f288dcba1'),(36547,773,'locations_15_title','Homeville Creek Bridge 7, West Mifflin PA – Bridge'),(36548,773,'_locations_15_title','field_5683f2aadcba2'),(36549,773,'locations_15_image',''),(36550,773,'_locations_15_image','field_568439ed8109d'),(36551,773,'locations_15_description','This project is for a small bridge replacement and is affecting 7 properties in the Borough of Munhall, Allegheny County.'),(36552,773,'_locations_15_description','field_5683f2b1dcba3'),(36553,773,'locations_16_location','a:3:{s:7:\"address\";s:21:\"40.396380, -79.895244\";s:3:\"lat\";s:10:\"40.3963432\";s:3:\"lng\";s:18:\"-79.89543119999996\";}'),(36554,773,'_locations_16_location','field_5683f288dcba1'),(36555,773,'locations_16_title','Homeville Creek Bridge 10 – West Mifflin PA - Bridge'),(36556,773,'_locations_16_title','field_5683f2aadcba2'),(36557,773,'locations_16_image','727'),(36558,773,'_locations_16_image','field_568439ed8109d'),(36559,773,'locations_16_description','This project was for a small bridge replacement and affected 7 properties in the Borough of Munhall, Allegheny County.'),(36560,773,'_locations_16_description','field_5683f2b1dcba3'),(36561,773,'locations_17_location','a:3:{s:7:\"address\";s:21:\"40.329286, -79.987406\";s:3:\"lat\";s:10:\"40.3292857\";s:3:\"lng\";s:18:\"-79.98741289999998\";}'),(36562,773,'_locations_17_location','field_5683f288dcba1'),(36563,773,'locations_17_title','Licks Run Bridge 9, South Park – PA – Bridge'),(36564,773,'_locations_17_title','field_5683f2aadcba2'),(36565,773,'locations_17_image','730'),(36566,773,'_locations_17_image','field_568439ed8109d'),(36567,773,'locations_17_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(36568,773,'_locations_17_description','field_5683f2b1dcba3'),(36569,773,'locations_18_location','a:3:{s:7:\"address\";s:21:\"40.329261, -79.988204\";s:3:\"lat\";s:9:\"40.329261\";s:3:\"lng\";s:10:\"-79.988205\";}'),(36570,773,'_locations_18_location','field_5683f288dcba1'),(36571,773,'locations_18_title','Licks Run Bridge 10, South Park – PA - Bridge'),(36572,773,'_locations_18_title','field_5683f2aadcba2'),(36573,773,'locations_18_image','730'),(36574,773,'_locations_18_image','field_568439ed8109d'),(36575,773,'locations_18_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(36576,773,'_locations_18_description','field_5683f2b1dcba3'),(36577,773,'locations_19_location','a:3:{s:7:\"address\";s:21:\"40.515624, -80.009959\";s:3:\"lat\";s:10:\"40.5156082\";s:3:\"lng\";s:18:\"-80.00994129999998\";}'),(36578,773,'_locations_19_location','field_5683f288dcba1'),(36579,773,'locations_19_title','Girtys Run Bridge 14'),(36580,773,'_locations_19_title','field_5683f2aadcba2'),(36581,773,'locations_19_image','733'),(36582,773,'_locations_19_image','field_568439ed8109d'),(36583,773,'locations_19_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(36584,773,'_locations_19_description','field_5683f2b1dcba3'),(36585,773,'locations_20_location','a:3:{s:7:\"address\";s:21:\"40.488268, -80.045947\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(36586,773,'_locations_20_location','field_5683f288dcba1'),(36587,773,'locations_20_title','Jacks Run 3 – Bellevue, PA – Bridge Replacement'),(36588,773,'_locations_20_title','field_5683f2aadcba2'),(36589,773,'locations_20_image','735'),(36590,773,'_locations_20_image','field_568439ed8109d'),(36591,773,'locations_20_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(36592,773,'_locations_20_description','field_5683f2b1dcba3'),(36593,773,'locations_21_location','a:3:{s:7:\"address\";s:21:\"40.330826, -79.986892\";s:3:\"lat\";s:10:\"40.3307469\";s:3:\"lng\";s:18:\"-79.98678430000001\";}'),(36594,773,'_locations_21_location','field_5683f288dcba1'),(36595,773,'locations_21_title','Brownsville to Broughton, South Park PA, intersection improvements and realignment'),(36596,773,'_locations_21_title','field_5683f2aadcba2'),(36597,773,'locations_21_image',''),(36598,773,'_locations_21_image','field_568439ed8109d'),(36599,773,'locations_21_description',''),(36600,773,'_locations_21_description','field_5683f2b1dcba3'),(36601,773,'locations_22_location','a:3:{s:7:\"address\";s:21:\"40.651302, -79.799610\";s:3:\"lat\";s:9:\"40.651344\";s:3:\"lng\";s:18:\"-79.80019399999998\";}'),(36602,773,'_locations_22_location','field_5683f288dcba1'),(36603,773,'locations_22_title','Bull Creek Bridge No. 6 – Fawn Township – Bridge'),(36604,773,'_locations_22_title','field_5683f2aadcba2'),(36605,773,'locations_22_image',''),(36606,773,'_locations_22_image','field_568439ed8109d'),(36607,773,'locations_22_description','This project is for a small bridge replacement and is affecting 9 properties in the Township of Fawn, Allegheny County.'),(36608,773,'_locations_22_description','field_5683f2b1dcba3'),(36609,773,'locations_23_location','a:3:{s:7:\"address\";s:21:\"40.662745, -79.817800\";s:3:\"lat\";s:9:\"40.663536\";s:3:\"lng\";s:10:\"-79.819073\";}'),(36610,773,'_locations_23_location','field_5683f288dcba1'),(36611,773,'locations_23_title','Bull Creek Bridge No. 9 – West Deer Township – Bridge'),(36612,773,'_locations_23_title','field_5683f2aadcba2'),(36613,773,'locations_23_image',''),(36614,773,'_locations_23_image','field_568439ed8109d'),(36615,773,'locations_23_description','This project is for a small bridge replacement and is affecting 2 properties in the Township of West Deer, Allegheny County.'),(36616,773,'_locations_23_description','field_5683f2b1dcba3'),(36617,773,'locations_24_location','a:3:{s:7:\"address\";s:21:\"40.620209, -79.833885\";s:3:\"lat\";s:10:\"40.6202319\";s:3:\"lng\";s:18:\"-79.83386789999997\";}'),(36618,773,'_locations_24_location','field_5683f288dcba1'),(36619,773,'locations_24_title','Little Deer Creek DL06 – West Deer Township – Bridge Replacement'),(36620,773,'_locations_24_title','field_5683f2aadcba2'),(36621,773,'locations_24_image','740'),(36622,773,'_locations_24_image','field_568439ed8109d'),(36623,773,'locations_24_description','This project was for a small bridge replacement and affected properties in the Township of Russellton, Allegheny County.'),(36624,773,'_locations_24_description','field_5683f2b1dcba3'),(36625,773,'locations_25_location','a:3:{s:7:\"address\";s:21:\"40.620213, -79.833892\";s:3:\"lat\";s:10:\"40.6202352\";s:3:\"lng\";s:18:\"-79.83387549999998\";}'),(36626,773,'_locations_25_location','field_5683f288dcba1'),(36627,773,'locations_25_title','Turtle Creek Bridge 6 – Turtle Creek PA'),(36628,773,'_locations_25_title','field_5683f2aadcba2'),(36629,773,'locations_25_image','742'),(36630,773,'_locations_25_image','field_568439ed8109d'),(36631,773,'locations_25_description','This project is for a mid-sized bridge replacement and is affecting 5 properties in the Borough of Turtle Creek, Allegheny County.'),(36632,773,'_locations_25_description','field_5683f2b1dcba3'),(36633,773,'locations_26_location','a:3:{s:7:\"address\";s:21:\"40.488263, -80.045950\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(36634,773,'_locations_26_location','field_5683f288dcba1'),(36635,773,'locations_26_title','Jacks Run 1, Bellevue and the City of Pittsburgh'),(36636,773,'_locations_26_title','field_5683f2aadcba2'),(36637,773,'locations_26_image','744'),(36638,773,'_locations_26_image','field_568439ed8109d'),(36639,773,'locations_26_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(36640,773,'_locations_26_description','field_5683f2b1dcba3'),(36641,773,'locations_27_location','a:3:{s:7:\"address\";s:21:\"40.541799, -80.247918\";s:3:\"lat\";s:10:\"40.5417824\";s:3:\"lng\";s:11:\"-80.2479169\";}'),(36642,773,'_locations_27_location','field_5683f288dcba1'),(36643,773,'locations_27_title','Boggs Run Bridge 1 – Moon Township'),(36644,773,'_locations_27_title','field_5683f2aadcba2'),(36645,773,'locations_27_image','746'),(36646,773,'_locations_27_image','field_568439ed8109d'),(36647,773,'locations_27_description','This project was for a small bridge replacement and affected 2 properties in the Township of Moon, Allegheny County.'),(36648,773,'_locations_27_description','field_5683f2b1dcba3'),(36649,773,'locations_28_location','a:3:{s:7:\"address\";s:21:\"40.549801, -79.997772\";s:3:\"lat\";s:9:\"40.549733\";s:3:\"lng\";s:18:\"-79.99820799999998\";}'),(36650,773,'_locations_28_location','field_5683f288dcba1'),(36651,773,'locations_28_title','Pine Creek Bridge 1 – Ross Township – Bridge'),(36652,773,'_locations_28_title','field_5683f2aadcba2'),(36653,773,'locations_28_image','749'),(36654,773,'_locations_28_image','field_568439ed8109d'),(36655,773,'locations_28_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(36656,773,'_locations_28_description','field_5683f2b1dcba3'),(36657,773,'locations_29_location','a:3:{s:7:\"address\";s:21:\"40.513209, -79.952573\";s:3:\"lat\";s:10:\"40.5132141\";s:3:\"lng\";s:18:\"-79.95257859999998\";}'),(36658,773,'_locations_29_location','field_5683f288dcba1'),(36659,773,'locations_29_title','Pine Creek Bridge 11 – Glenshaw PA – Bridge'),(36660,773,'_locations_29_title','field_5683f2aadcba2'),(36661,773,'locations_29_image',''),(36662,773,'_locations_29_image','field_568439ed8109d'),(36663,773,'locations_29_description',''),(36664,773,'_locations_29_description','field_5683f2b1dcba3'),(36665,773,'locations_30_location','a:3:{s:7:\"address\";s:21:\"40.518356, -79.992893\";s:3:\"lat\";s:10:\"40.5183459\";s:3:\"lng\";s:11:\"-79.9928827\";}'),(36666,773,'_locations_30_location','field_5683f288dcba1'),(36667,773,'locations_30_title','Thompson Run Bridge 1, Ross Township – Bridge'),(36668,773,'_locations_30_title','field_5683f2aadcba2'),(36669,773,'locations_30_image',''),(36670,773,'_locations_30_image','field_568439ed8109d'),(36671,773,'locations_30_description',''),(36672,773,'_locations_30_description','field_5683f2b1dcba3'),(36673,773,'locations_31_location','a:3:{s:7:\"address\";s:21:\"40.512503, -79.993398\";s:3:\"lat\";s:10:\"40.5125049\";s:3:\"lng\";s:18:\"-79.99341290000001\";}'),(36674,773,'_locations_31_location','field_5683f288dcba1'),(36675,773,'locations_31_title','Thompson Run Bridge 2, Ross Township – Bridge'),(36676,773,'_locations_31_title','field_5683f2aadcba2'),(36677,773,'locations_31_image',''),(36678,773,'_locations_31_image','field_568439ed8109d'),(36679,773,'locations_31_description',''),(36680,773,'_locations_31_description','field_5683f2b1dcba3'),(36681,773,'locations_32_location','a:3:{s:7:\"address\";s:21:\"40.451854, -80.204526\";s:3:\"lat\";s:10:\"40.4518427\";s:3:\"lng\";s:18:\"-80.20452230000001\";}'),(36682,773,'_locations_32_location','field_5683f288dcba1'),(36683,773,'locations_32_title','Montour Run Bridge 13, Findlay Township – Bridge'),(36684,773,'_locations_32_title','field_5683f2aadcba2'),(36685,773,'locations_32_image',''),(36686,773,'_locations_32_image','field_568439ed8109d'),(36687,773,'locations_32_description',''),(36688,773,'_locations_32_description','field_5683f2b1dcba3'),(36689,773,'locations_33_location','a:3:{s:7:\"address\";s:21:\"40.387729, -80.157101\";s:3:\"lat\";s:9:\"40.387271\";s:3:\"lng\";s:18:\"-80.15843699999999\";}'),(36690,773,'_locations_33_location','field_5683f288dcba1'),(36691,773,'locations_33_title','Thompson Run Bridge 10 – Collier – Bridge'),(36692,773,'_locations_33_title','field_5683f2aadcba2'),(36693,773,'locations_33_image',''),(36694,773,'_locations_33_image','field_568439ed8109d'),(36695,773,'locations_33_description',''),(36696,773,'_locations_33_description','field_5683f2b1dcba3'),(36697,773,'locations_34_location','a:3:{s:7:\"address\";s:21:\"40.411953, -79.875847\";s:3:\"lat\";s:10:\"40.4120812\";s:3:\"lng\";s:18:\"-79.87589430000003\";}'),(36698,773,'_locations_34_location','field_5683f288dcba1'),(36699,773,'locations_34_title','Hawkins Village – Rankin, PA - Intersection improvements'),(36700,773,'_locations_34_title','field_5683f2aadcba2'),(36701,773,'locations_34_image',''),(36702,773,'_locations_34_image','field_568439ed8109d'),(36703,773,'locations_34_description',''),(36704,773,'_locations_34_description','field_5683f2b1dcba3'),(36705,773,'locations_35_location','a:3:{s:7:\"address\";s:21:\"40.431658, -79.988902\";s:3:\"lat\";s:10:\"40.4316605\";s:3:\"lng\";s:11:\"-79.9888856\";}'),(36706,773,'_locations_35_location','field_5683f288dcba1'),(36707,773,'locations_35_title','10th Street Bridge – City of Pittsburgh'),(36708,773,'_locations_35_title','field_5683f2aadcba2'),(36709,773,'locations_35_image',''),(36710,773,'_locations_35_image','field_568439ed8109d'),(36711,773,'locations_35_description','This project is for a bridge rehabilitation and is affecting 5 properties in the City of Pittsburgh, Allegheny County.'),(36712,773,'_locations_35_description','field_5683f2b1dcba3'),(36713,773,'locations_36_location','a:3:{s:7:\"address\";s:21:\"40.499230, -80.046110\";s:3:\"lat\";s:10:\"40.4991326\";s:3:\"lng\";s:18:\"-80.04601000000002\";}'),(36714,773,'_locations_36_location','field_5683f288dcba1'),(36715,773,'locations_36_title','Jacks Run Bridge Number 4 – Ross Township'),(36716,773,'_locations_36_title','field_5683f2aadcba2'),(36717,773,'locations_36_image','761'),(36718,773,'_locations_36_image','field_568439ed8109d'),(36719,773,'locations_36_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(36720,773,'_locations_36_description','field_5683f2b1dcba3'),(36721,773,'locations_37_location','a:3:{s:7:\"address\";s:21:\"40.459236, -79.925044\";s:3:\"lat\";s:10:\"40.4592362\";s:3:\"lng\";s:18:\"-79.92502609999997\";}'),(36722,773,'_locations_37_location','field_5683f288dcba1'),(36723,773,'locations_37_title','South Highland Bridge'),(36724,773,'_locations_37_title','field_5683f2aadcba2'),(36725,773,'locations_37_image','765'),(36726,773,'_locations_37_image','field_568439ed8109d'),(36727,773,'locations_37_description','This project was for a small bridge replacement and affected 5 properties in the City of Pittsburgh, Allegheny County.'),(36728,773,'_locations_37_description','field_5683f2b1dcba3'),(36729,773,'locations_38_location','a:3:{s:7:\"address\";s:21:\"40.428539, -79.937852\";s:3:\"lat\";s:10:\"40.4286635\";s:3:\"lng\";s:11:\"-79.9385646\";}'),(36730,773,'_locations_38_location','field_5683f288dcba1'),(36731,773,'locations_38_title','Greenfield Bridge'),(36732,773,'_locations_38_title','field_5683f2aadcba2'),(36733,773,'locations_38_image',''),(36734,773,'_locations_38_image','field_568439ed8109d'),(36735,773,'locations_38_description','This project is for a large bridge replacement and is affecting 5 properties in the City of Pittsburgh, Allegheny County.'),(36736,773,'_locations_38_description','field_5683f2b1dcba3'),(36737,773,'locations_39_location','a:3:{s:7:\"address\";s:21:\"40.451553, -80.010952\";s:3:\"lat\";s:10:\"40.4507635\";s:3:\"lng\";s:18:\"-80.01148369999999\";}'),(36738,773,'_locations_39_location','field_5683f288dcba1'),(36739,773,'locations_39_title','West Ohio'),(36740,773,'_locations_39_title','field_5683f2aadcba2'),(36741,773,'locations_39_image',''),(36742,773,'_locations_39_image','field_568439ed8109d'),(36743,773,'locations_39_description','This project is for a bridge and is affecting 6 properties in the City of Pittsburgh, Allegheny County.'),(36744,773,'_locations_39_description','field_5683f2b1dcba3'),(36745,773,'locations_40_location','a:3:{s:7:\"address\";s:21:\"40.406886, -80.034145\";s:3:\"lat\";s:10:\"40.4068824\";s:3:\"lng\";s:11:\"-80.0341517\";}'),(36746,773,'_locations_40_location','field_5683f288dcba1'),(36747,773,'locations_40_title','Wenzel Avenue'),(36748,773,'_locations_40_title','field_5683f2aadcba2'),(36749,773,'locations_40_image',''),(36750,773,'_locations_40_image','field_568439ed8109d'),(36751,773,'locations_40_description','This project is for a bridge replacement and intersection improvement and is affecting 5 properties in the City of Pittsburgh, Allegheny County.'),(36752,773,'_locations_40_description','field_5683f2b1dcba3'),(36753,773,'locations_41_location','a:3:{s:7:\"address\";s:21:\"40.441118, -80.005603\";s:3:\"lat\";s:10:\"40.4412185\";s:3:\"lng\";s:18:\"-80.00527490000002\";}'),(36754,773,'_locations_41_location','field_5683f288dcba1'),(36755,773,'locations_41_title','Gateway Alignment of Pittsburgh’s Light Rail System – Damage Estimate (other)'),(36756,773,'_locations_41_title','field_5683f2aadcba2'),(36757,773,'locations_41_image',''),(36758,773,'_locations_41_image','field_568439ed8109d'),(36759,773,'locations_41_description',''),(36760,773,'_locations_41_description','field_5683f2b1dcba3'),(36761,773,'locations_42_location','a:3:{s:7:\"address\";s:21:\"40.432068, -79.960800\";s:3:\"lat\";s:10:\"40.4320739\";s:3:\"lng\";s:18:\"-79.96079459999999\";}'),(36762,773,'_locations_42_location','field_5683f288dcba1'),(36763,773,'locations_42_title','Duquesne Light, 2nd Avenue, City of Pittsburgh – Market Study (other)'),(36764,773,'_locations_42_title','field_5683f2aadcba2'),(36765,773,'locations_42_image',''),(36766,773,'_locations_42_image','field_568439ed8109d'),(36767,773,'locations_42_description',''),(36768,773,'_locations_42_description','field_5683f2b1dcba3'),(36769,773,'locations','43'),(36770,773,'_locations','field_5683f253a5dba'),(36771,774,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.452362, -79.144025\";s:3:\"lat\";s:10:\"40.4523774\";s:3:\"lng\";s:18:\"-79.14402769999998\";}'),(36772,774,'_locations_0_location','field_5683f288dcba1'),(36773,774,'locations_0_title','State Route 0022, Section 491 – Blairsville, PA – Roadway Widening'),(36774,774,'_locations_0_title','field_5683f2aadcba2'),(36775,774,'locations_0_image','629'),(36776,774,'_locations_0_image','field_568439ed8109d'),(36777,774,'locations_0_description','This project was for a widening and realignment and affected 25 properties and resulted in the relocation of 1 resident and a cell tower in the Township of Wheatland, Indiana County.'),(36778,774,'_locations_0_description','field_5683f2b1dcba3'),(36779,774,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.037445, -80.029859\";s:3:\"lat\";s:9:\"41.037619\";s:3:\"lng\";s:10:\"-80.029381\";}'),(36780,774,'_locations_1_location','field_5683f288dcba1'),(36781,774,'locations_1_title','State Route 0173, Section 250 – Dougherty’s Mills – Slippery Rock'),(36782,774,'_locations_1_title','field_5683f2aadcba2'),(36783,774,'locations_1_image','631'),(36784,774,'_locations_1_image','field_568439ed8109d'),(36785,774,'locations_1_description','This project was for a bridge replacement and affected 7 properties in the Township of Slippery Rock, Butler County.'),(36786,774,'_locations_1_description','field_5683f2b1dcba3'),(36787,774,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.811030, -80.116499\";s:3:\"lat\";s:10:\"40.8110483\";s:3:\"lng\";s:18:\"-80.11649829999999\";}'),(36788,774,'_locations_2_location','field_5683f288dcba1'),(36789,774,'locations_2_title','State Route 0079, Section 320 – Seneca Ramps'),(36790,774,'_locations_2_title','field_5683f2aadcba2'),(36791,774,'locations_2_image','633'),(36792,774,'_locations_2_image','field_568439ed8109d'),(36793,774,'locations_2_description','This project was for the construction of a missing ramp and affected 30 properties and resulted in the relocation of 6 residents in the Township of Jackson, Butler County.'),(36794,774,'_locations_2_description','field_5683f2b1dcba3'),(36795,774,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.051999, -78.817835\";s:3:\"lat\";s:10:\"41.0520149\";s:3:\"lng\";s:11:\"-78.8178355\";}'),(36796,774,'_locations_3_location','field_5683f288dcba1'),(36797,774,'locations_3_title','State Route 0119 over sugar camp – Sykesville '),(36798,774,'_locations_3_title','field_5683f2aadcba2'),(36799,774,'locations_3_image',''),(36800,774,'_locations_3_image','field_568439ed8109d'),(36801,774,'locations_3_description','This project is for a small bridge replacement and is affecting 10 properties in the Borough of Sykesville, Jefferson County.'),(36802,774,'_locations_3_description','field_5683f2b1dcba3'),(36803,774,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.685219, -80.097305\";s:3:\"lat\";s:10:\"40.6852306\";s:3:\"lng\";s:11:\"-80.0974597\";}'),(36804,774,'_locations_4_location','field_5683f288dcba1'),(36805,774,'locations_4_title','State Route 0079, Section 298'),(36806,774,'_locations_4_title','field_5683f2aadcba2'),(36807,774,'locations_4_image','636'),(36808,774,'_locations_4_image','field_568439ed8109d'),(36809,774,'locations_4_description','This project is for a new interchange/ramp installation and is affecting 10 properties and resulting in the relocation of 1 business and 6 residents in the Township of Cranberry, Butler County.'),(36810,774,'_locations_4_description','field_5683f2b1dcba3'),(36811,774,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.987139, -79.632944\";s:3:\"lat\";s:17:\"40.98713619999999\";s:3:\"lng\";s:18:\"-79.63294350000001\";}'),(36812,774,'_locations_5_location','field_5683f288dcba1'),(36813,774,'locations_5_title','State Route 0068, Section 154 – Brady’s Bend PA – Bridge Replacement'),(36814,774,'_locations_5_title','field_5683f2aadcba2'),(36815,774,'locations_5_image',''),(36816,774,'_locations_5_image','field_568439ed8109d'),(36817,774,'locations_5_description','This project is for a small bridge replacement and is affecting 6 properties in the Township of Bradys Bend, Armstrong County.'),(36818,774,'_locations_5_description','field_5683f2b1dcba3'),(36819,774,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.988028, -79.631225\";s:3:\"lat\";s:17:\"40.98803669999999\";s:3:\"lng\";s:18:\"-79.63124240000002\";}'),(36820,774,'_locations_6_location','field_5683f288dcba1'),(36821,774,'locations_6_title','State Route 0068, Section 155 – Brady’s Bend PA – Bridge Replacement'),(36822,774,'_locations_6_title','field_5683f2aadcba2'),(36823,774,'locations_6_image',''),(36824,774,'_locations_6_image','field_568439ed8109d'),(36825,774,'locations_6_description','This project is for a small bridge replacement and is affecting 3 properties in the Township of Brady\'s Bend, Armstrong County.'),(36826,774,'_locations_6_description','field_5683f2b1dcba3'),(36827,774,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.993055, -79.630081\";s:3:\"lat\";s:10:\"40.9930516\";s:3:\"lng\";s:11:\"-79.6300981\";}'),(36828,774,'_locations_7_location','field_5683f288dcba1'),(36829,774,'locations_7_title','State Route 0068, Section 156 – Brady’s Bend PA – Bridge Replacement'),(36830,774,'_locations_7_title','field_5683f2aadcba2'),(36831,774,'locations_7_image',''),(36832,774,'_locations_7_image','field_568439ed8109d'),(36833,774,'locations_7_description','This project is for a small bridge replacement and affecting 2 properties in the Township of Brady\'s Bend, Armstrong County.'),(36834,774,'_locations_7_description','field_5683f2b1dcba3'),(36835,774,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.998886, -79.626556\";s:3:\"lat\";s:10:\"40.9988782\";s:3:\"lng\";s:18:\"-79.62654909999998\";}'),(36836,774,'_locations_8_location','field_5683f288dcba1'),(36837,774,'locations_8_title','State Route 0068, Section 157 – Brady’s Bend PA – Bridge Replacement'),(36838,774,'_locations_8_title','field_5683f2aadcba2'),(36839,774,'locations_8_image',''),(36840,774,'_locations_8_image','field_568439ed8109d'),(36841,774,'locations_8_description','This project is for a small bridge replacement and is affecting 5 properties in the Township of Brady\'s Bend, Armstrong County.'),(36842,774,'_locations_8_description','field_5683f2b1dcba3'),(36843,774,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.999279, -79.624335\";s:3:\"lat\";s:9:\"40.999587\";s:3:\"lng\";s:18:\"-79.62419899999998\";}'),(36844,774,'_locations_9_location','field_5683f288dcba1'),(36845,774,'locations_9_title','State Route 0068, Section 158 – Brady’s Bend PA – Bridge Replacement'),(36846,774,'_locations_9_title','field_5683f2aadcba2'),(36847,774,'locations_9_image',''),(36848,774,'_locations_9_image','field_568439ed8109d'),(36849,774,'locations_9_description','This project is for a small bridge replacement and is affecting 5 properties in the Township of Brady\'s Bend, Armstrong County.'),(36850,774,'_locations_9_description','field_5683f2b1dcba3'),(36851,774,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.923082, -79.463251\";s:3:\"lat\";s:17:\"40.92667180000001\";s:3:\"lng\";s:18:\"-79.46245149999999\";}'),(36852,774,'_locations_10_location','field_5683f288dcba1'),(36853,774,'locations_10_title','South Mahoning Slide, Templeton PA – Landslide'),(36854,774,'_locations_10_title','field_5683f2aadcba2'),(36855,774,'locations_10_image','644'),(36856,774,'_locations_10_image','field_568439ed8109d'),(36857,774,'locations_10_description','This project was for an emergency landslide mitigation project that affected 15 properties in the Borough of Templeton, Armstrong County.'),(36858,774,'_locations_10_description','field_5683f2b1dcba3'),(36859,774,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.796700, -79.173410\";s:3:\"lat\";s:9:\"40.796301\";s:3:\"lng\";s:18:\"-79.17366400000003\";}'),(36860,774,'_locations_11_location','field_5683f288dcba1'),(36861,774,'locations_11_title','State Route 0085, Section 450 Plumville Bridge 1'),(36862,774,'_locations_11_title','field_5683f2aadcba2'),(36863,774,'locations_11_image',''),(36864,774,'_locations_11_image','field_568439ed8109d'),(36865,774,'locations_11_description','This project is for a bridge and is affecting 9 properties and resulting in the relocation of 1 business and 1 resident in the Borough of Plumville, Indiana County.'),(36866,774,'_locations_11_description','field_5683f2b1dcba3'),(36867,774,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.796698, -79.173416\";s:3:\"lat\";s:9:\"40.796301\";s:3:\"lng\";s:18:\"-79.17366400000003\";}'),(36868,774,'_locations_12_location','field_5683f288dcba1'),(36869,774,'locations_12_title','State Route 0085, Section 450 Plumville Bridge 1'),(36870,774,'_locations_12_title','field_5683f2aadcba2'),(36871,774,'locations_12_image',''),(36872,774,'_locations_12_image','field_568439ed8109d'),(36873,774,'locations_12_description','This project is for a bridge and is affecting 9 properties and resulting in the relocation of 1 business and 1 resident in the Borough of Plumville, Indiana County.'),(36874,774,'_locations_12_description','field_5683f2b1dcba3'),(36875,774,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.526697, -79.059171\";s:3:\"lat\";s:10:\"40.5266932\";s:3:\"lng\";s:18:\"-79.05917820000002\";}'),(36876,774,'_locations_13_location','field_5683f288dcba1'),(36877,774,'locations_13_title','State Route 0056, Section 457 Brush Valley Bridge 3'),(36878,774,'_locations_13_title','field_5683f2aadcba2'),(36879,774,'locations_13_image',''),(36880,774,'_locations_13_image','field_568439ed8109d'),(36881,774,'locations_13_description','This project is for a bridge replacement and is affecting 6 properties resulting in the relocation of 2 residents in the Township of Brush Valley, Indiana County.'),(36882,774,'_locations_13_description','field_5683f2b1dcba3'),(36883,774,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.809574, -80.129537\";s:3:\"lat\";s:9:\"40.810026\";s:3:\"lng\";s:11:\"-80.1307999\";}'),(36884,774,'_locations_14_location','field_5683f288dcba1'),(36885,774,'locations_14_title','Fanker Road – Jackson Twp – Bridge Replacement'),(36886,774,'_locations_14_title','field_5683f2aadcba2'),(36887,774,'locations_14_image',''),(36888,774,'_locations_14_image','field_568439ed8109d'),(36889,774,'locations_14_description',''),(36890,774,'_locations_14_description','field_5683f2b1dcba3'),(36891,774,'locations_15_location','a:3:{s:7:\"address\";s:21:\"40.761054, -80.114860\";s:3:\"lat\";s:9:\"40.761057\";s:3:\"lng\";s:18:\"-80.11481930000002\";}'),(36892,774,'_locations_15_location','field_5683f288dcba1'),(36893,774,'locations_15_title','Joe Deener Road – Jackson Twp – Intersection Improvement'),(36894,774,'_locations_15_title','field_5683f2aadcba2'),(36895,774,'locations_15_image',''),(36896,774,'_locations_15_image','field_568439ed8109d'),(36897,774,'locations_15_description',''),(36898,774,'_locations_15_description','field_5683f2b1dcba3'),(36899,774,'locations_16_location','a:3:{s:7:\"address\";s:21:\"40.685389, -80.069478\";s:3:\"lat\";s:9:\"40.684698\";s:3:\"lng\";s:18:\"-80.06893500000001\";}'),(36900,774,'_locations_16_location','field_5683f288dcba1'),(36901,774,'locations_16_title','North Catholic High School Valuations – Cranberry PA (other)'),(36902,774,'_locations_16_title','field_5683f2aadcba2'),(36903,774,'locations_16_image',''),(36904,774,'_locations_16_image','field_568439ed8109d'),(36905,774,'locations_16_description',''),(36906,774,'_locations_16_description','field_5683f2b1dcba3'),(36907,774,'locations','17'),(36908,774,'_locations','field_5683f253a5dba'),(36909,345,'locations_16_location','a:3:{s:7:\"address\";s:21:\"40.685389, -80.069478\";s:3:\"lat\";s:9:\"40.684698\";s:3:\"lng\";s:18:\"-80.06893500000001\";}'),(36910,345,'_locations_16_location','field_5683f288dcba1'),(36911,345,'locations_16_title','North Catholic High School Valuations – Cranberry PA (other)'),(36912,345,'_locations_16_title','field_5683f2aadcba2'),(36913,345,'locations_16_image',''),(36914,345,'_locations_16_image','field_568439ed8109d'),(36915,345,'locations_16_description',''),(36916,345,'_locations_16_description','field_5683f2b1dcba3'),(36917,775,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(36918,775,'_locations_0_location','field_5683f288dcba1'),(36919,775,'locations_0_title','SR0028, All sections'),(36920,775,'_locations_0_title','field_5683f2aadcba2'),(36921,775,'locations_0_image',''),(36922,775,'_locations_0_image','field_568439ed8109d'),(36923,775,'locations_0_description',''),(36924,775,'_locations_0_description','field_5683f2b1dcba3'),(36925,775,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(36926,775,'_locations_1_location','field_5683f288dcba1'),(36927,775,'locations_1_title','286, A09 – Golden Mile'),(36928,775,'_locations_1_title','field_5683f2aadcba2'),(36929,775,'locations_1_image',''),(36930,775,'_locations_1_image','field_568439ed8109d'),(36931,775,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(36932,775,'_locations_1_description','field_5683f2b1dcba3'),(36933,775,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(36934,775,'_locations_2_location','field_5683f288dcba1'),(36935,775,'locations_2_title','2040, A18 – Curry Hollow'),(36936,775,'_locations_2_title','field_5683f2aadcba2'),(36937,775,'locations_2_image',''),(36938,775,'_locations_2_image','field_568439ed8109d'),(36939,775,'locations_2_description',''),(36940,775,'_locations_2_description','field_5683f2b1dcba3'),(36941,775,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(36942,775,'_locations_3_location','field_5683f288dcba1'),(36943,775,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(36944,775,'_locations_3_title','field_5683f2aadcba2'),(36945,775,'locations_3_image',''),(36946,775,'_locations_3_image','field_568439ed8109d'),(36947,775,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(36948,775,'_locations_3_description','field_5683f2b1dcba3'),(36949,775,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(36950,775,'_locations_4_location','field_5683f288dcba1'),(36951,775,'locations_4_title','Duncan Avenue – Hampton Twp.'),(36952,775,'_locations_4_title','field_5683f2aadcba2'),(36953,775,'locations_4_image',''),(36954,775,'_locations_4_image','field_568439ed8109d'),(36955,775,'locations_4_description',''),(36956,775,'_locations_4_description','field_5683f2b1dcba3'),(36957,775,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(36958,775,'_locations_5_location','field_5683f288dcba1'),(36959,775,'locations_5_title','Pine Creek Road – McCandless'),(36960,775,'_locations_5_title','field_5683f2aadcba2'),(36961,775,'locations_5_image',''),(36962,775,'_locations_5_image','field_568439ed8109d'),(36963,775,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(36964,775,'_locations_5_description','field_5683f2b1dcba3'),(36965,775,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(36966,775,'_locations_6_location','field_5683f288dcba1'),(36967,775,'locations_6_title','Brewhouse – Trek Development'),(36968,775,'_locations_6_title','field_5683f2aadcba2'),(36969,775,'locations_6_image',''),(36970,775,'_locations_6_image','field_568439ed8109d'),(36971,775,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(36972,775,'_locations_6_description','field_5683f2b1dcba3'),(36973,775,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(36974,775,'_locations_7_location','field_5683f288dcba1'),(36975,775,'locations_7_title','Ewalt Road – Richland Twp.'),(36976,775,'_locations_7_title','field_5683f2aadcba2'),(36977,775,'locations_7_image',''),(36978,775,'_locations_7_image','field_568439ed8109d'),(36979,775,'locations_7_description',''),(36980,775,'_locations_7_description','field_5683f2b1dcba3'),(36981,775,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.625521, -79.941837\";s:3:\"lat\";s:10:\"40.6255198\";s:3:\"lng\";s:10:\"-79.941822\";}'),(36982,775,'_locations_8_location','field_5683f288dcba1'),(36983,775,'locations_8_title','Ewalt Road – Richland Twp.'),(36984,775,'_locations_8_title','field_5683f2aadcba2'),(36985,775,'locations_8_image',''),(36986,775,'_locations_8_image','field_568439ed8109d'),(36987,775,'locations_8_description',''),(36988,775,'_locations_8_description','field_5683f2b1dcba3'),(36989,775,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(36990,775,'_locations_9_location','field_5683f288dcba1'),(36991,775,'locations_9_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(36992,775,'_locations_9_title','field_5683f2aadcba2'),(36993,775,'locations_9_image',''),(36994,775,'_locations_9_image','field_568439ed8109d'),(36995,775,'locations_9_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(36996,775,'_locations_9_description','field_5683f2b1dcba3'),(36997,775,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.425708, -79.805807\";s:3:\"lat\";s:10:\"40.4256461\";s:3:\"lng\";s:18:\"-79.80576589999998\";}'),(36998,775,'_locations_10_location','field_5683f288dcba1'),(36999,775,'locations_10_title','State Route 2065, Section A07'),(37000,775,'_locations_10_title','field_5683f2aadcba2'),(37001,775,'locations_10_image',''),(37002,775,'_locations_10_image','field_568439ed8109d'),(37003,775,'locations_10_description',''),(37004,775,'_locations_10_description','field_5683f2b1dcba3'),(37005,775,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.354856, -80.118393\";s:3:\"lat\";s:10:\"40.3527492\";s:3:\"lng\";s:18:\"-80.11776529999997\";}'),(37006,775,'_locations_11_location','field_5683f288dcba1'),(37007,775,'locations_11_title','Southern Beltway Section C – New Roadway Construction'),(37008,775,'_locations_11_title','field_5683f2aadcba2'),(37009,775,'locations_11_image',''),(37010,775,'_locations_11_image','field_568439ed8109d'),(37011,775,'locations_11_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 18 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(37012,775,'_locations_11_description','field_5683f2b1dcba3'),(37013,775,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.509371, -80.256419\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(37014,775,'_locations_12_location','field_5683f288dcba1'),(37015,775,'locations_12_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(37016,775,'_locations_12_title','field_5683f2aadcba2'),(37017,775,'locations_12_image','671'),(37018,775,'_locations_12_image','field_568439ed8109d'),(37019,775,'locations_12_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(37020,775,'_locations_12_description','field_5683f2b1dcba3'),(37021,775,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.590450, -79.888763\";s:3:\"lat\";s:10:\"40.5943712\";s:3:\"lng\";s:18:\"-79.89597279999998\";}'),(37022,775,'_locations_13_location','field_5683f288dcba1'),(37023,775,'locations_13_title','MP 40-48 – Hampton Township – Highway Widening'),(37024,775,'_locations_13_title','field_5683f2aadcba2'),(37025,775,'locations_13_image',''),(37026,775,'_locations_13_image','field_568439ed8109d'),(37027,775,'locations_13_description','This project is for mainline reconstruction and bridge replacement and is affecting 71 properties and resulting in the relocation of 1 resident in the Townships of Harmar and Indiana, Allegheny County.'),(37028,775,'_locations_13_description','field_5683f2b1dcba3'),(37029,775,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.392019, -80.077682\";s:3:\"lat\";s:17:\"40.39202119999999\";s:3:\"lng\";s:18:\"-80.07767890000002\";}'),(37030,775,'_locations_14_location','field_5683f288dcba1'),(37031,775,'locations_14_title','Georges Run Bridge No. 1, Carnegie PA – Bridge'),(37032,775,'_locations_14_title','field_5683f2aadcba2'),(37033,775,'locations_14_image',''),(37034,775,'_locations_14_image','field_568439ed8109d'),(37035,775,'locations_14_description','This project is for a small bridge replacement and is affecting 4 properties in the Township of Scott, Allegheny County.'),(37036,775,'_locations_14_description','field_5683f2b1dcba3'),(37037,775,'locations_15_location','a:3:{s:7:\"address\";s:21:\"40.386279, -79.894258\";s:3:\"lat\";s:10:\"40.3862842\";s:3:\"lng\";s:18:\"-79.89425510000001\";}'),(37038,775,'_locations_15_location','field_5683f288dcba1'),(37039,775,'locations_15_title','Homeville Creek Bridge 7, West Mifflin PA – Bridge'),(37040,775,'_locations_15_title','field_5683f2aadcba2'),(37041,775,'locations_15_image',''),(37042,775,'_locations_15_image','field_568439ed8109d'),(37043,775,'locations_15_description','This project is for a small bridge replacement and is affecting 7 properties in the Borough of Munhall, Allegheny County.'),(37044,775,'_locations_15_description','field_5683f2b1dcba3'),(37045,775,'locations_16_location','a:3:{s:7:\"address\";s:21:\"40.396380, -79.895244\";s:3:\"lat\";s:10:\"40.3963432\";s:3:\"lng\";s:18:\"-79.89543119999996\";}'),(37046,775,'_locations_16_location','field_5683f288dcba1'),(37047,775,'locations_16_title','Homeville Creek Bridge 10 – West Mifflin PA - Bridge'),(37048,775,'_locations_16_title','field_5683f2aadcba2'),(37049,775,'locations_16_image','727'),(37050,775,'_locations_16_image','field_568439ed8109d'),(37051,775,'locations_16_description','This project was for a small bridge replacement and affected 7 properties in the Borough of Munhall, Allegheny County.'),(37052,775,'_locations_16_description','field_5683f2b1dcba3'),(37053,775,'locations_17_location','a:3:{s:7:\"address\";s:21:\"40.329286, -79.987406\";s:3:\"lat\";s:10:\"40.3292857\";s:3:\"lng\";s:18:\"-79.98741289999998\";}'),(37054,775,'_locations_17_location','field_5683f288dcba1'),(37055,775,'locations_17_title','Licks Run Bridge 9, South Park – PA – Bridge'),(37056,775,'_locations_17_title','field_5683f2aadcba2'),(37057,775,'locations_17_image','730'),(37058,775,'_locations_17_image','field_568439ed8109d'),(37059,775,'locations_17_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(37060,775,'_locations_17_description','field_5683f2b1dcba3'),(37061,775,'locations_18_location','a:3:{s:7:\"address\";s:21:\"40.329261, -79.988204\";s:3:\"lat\";s:9:\"40.329261\";s:3:\"lng\";s:10:\"-79.988205\";}'),(37062,775,'_locations_18_location','field_5683f288dcba1'),(37063,775,'locations_18_title','Licks Run Bridge 10, South Park – PA - Bridge'),(37064,775,'_locations_18_title','field_5683f2aadcba2'),(37065,775,'locations_18_image','730'),(37066,775,'_locations_18_image','field_568439ed8109d'),(37067,775,'locations_18_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(37068,775,'_locations_18_description','field_5683f2b1dcba3'),(37069,775,'locations_19_location','a:3:{s:7:\"address\";s:21:\"40.515624, -80.009959\";s:3:\"lat\";s:10:\"40.5156082\";s:3:\"lng\";s:18:\"-80.00994129999998\";}'),(37070,775,'_locations_19_location','field_5683f288dcba1'),(37071,775,'locations_19_title','Girtys Run Bridge 14'),(37072,775,'_locations_19_title','field_5683f2aadcba2'),(37073,775,'locations_19_image','733'),(37074,775,'_locations_19_image','field_568439ed8109d'),(37075,775,'locations_19_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(37076,775,'_locations_19_description','field_5683f2b1dcba3'),(37077,775,'locations_20_location','a:3:{s:7:\"address\";s:21:\"40.488268, -80.045947\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(37078,775,'_locations_20_location','field_5683f288dcba1'),(37079,775,'locations_20_title','Jacks Run 3 – Bellevue, PA – Bridge Replacement'),(37080,775,'_locations_20_title','field_5683f2aadcba2'),(37081,775,'locations_20_image','735'),(37082,775,'_locations_20_image','field_568439ed8109d'),(37083,775,'locations_20_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(37084,775,'_locations_20_description','field_5683f2b1dcba3'),(37085,775,'locations_21_location','a:3:{s:7:\"address\";s:21:\"40.330826, -79.986892\";s:3:\"lat\";s:10:\"40.3307469\";s:3:\"lng\";s:18:\"-79.98678430000001\";}'),(37086,775,'_locations_21_location','field_5683f288dcba1'),(37087,775,'locations_21_title','Brownsville to Broughton, South Park PA, intersection improvements and realignment'),(37088,775,'_locations_21_title','field_5683f2aadcba2'),(37089,775,'locations_21_image',''),(37090,775,'_locations_21_image','field_568439ed8109d'),(37091,775,'locations_21_description',''),(37092,775,'_locations_21_description','field_5683f2b1dcba3'),(37093,775,'locations_22_location','a:3:{s:7:\"address\";s:21:\"40.651302, -79.799610\";s:3:\"lat\";s:9:\"40.651344\";s:3:\"lng\";s:18:\"-79.80019399999998\";}'),(37094,775,'_locations_22_location','field_5683f288dcba1'),(37095,775,'locations_22_title','Bull Creek Bridge No. 6 – Fawn Township – Bridge'),(37096,775,'_locations_22_title','field_5683f2aadcba2'),(37097,775,'locations_22_image',''),(37098,775,'_locations_22_image','field_568439ed8109d'),(37099,775,'locations_22_description','This project is for a small bridge replacement and is affecting 9 properties in the Township of Fawn, Allegheny County.'),(37100,775,'_locations_22_description','field_5683f2b1dcba3'),(37101,775,'locations_23_location','a:3:{s:7:\"address\";s:21:\"40.662745, -79.817800\";s:3:\"lat\";s:9:\"40.663536\";s:3:\"lng\";s:10:\"-79.819073\";}'),(37102,775,'_locations_23_location','field_5683f288dcba1'),(37103,775,'locations_23_title','Bull Creek Bridge No. 9 – West Deer Township – Bridge'),(37104,775,'_locations_23_title','field_5683f2aadcba2'),(37105,775,'locations_23_image',''),(37106,775,'_locations_23_image','field_568439ed8109d'),(37107,775,'locations_23_description','This project is for a small bridge replacement and is affecting 2 properties in the Township of West Deer, Allegheny County.'),(37108,775,'_locations_23_description','field_5683f2b1dcba3'),(37109,775,'locations_24_location','a:3:{s:7:\"address\";s:21:\"40.620209, -79.833885\";s:3:\"lat\";s:10:\"40.6202319\";s:3:\"lng\";s:18:\"-79.83386789999997\";}'),(37110,775,'_locations_24_location','field_5683f288dcba1'),(37111,775,'locations_24_title','Little Deer Creek DL06 – West Deer Township – Bridge Replacement'),(37112,775,'_locations_24_title','field_5683f2aadcba2'),(37113,775,'locations_24_image','740'),(37114,775,'_locations_24_image','field_568439ed8109d'),(37115,775,'locations_24_description','This project was for a small bridge replacement and affected properties in the Township of Russellton, Allegheny County.'),(37116,775,'_locations_24_description','field_5683f2b1dcba3'),(37117,775,'locations_25_location','a:3:{s:7:\"address\";s:21:\"40.620213, -79.833892\";s:3:\"lat\";s:10:\"40.6202352\";s:3:\"lng\";s:18:\"-79.83387549999998\";}'),(37118,775,'_locations_25_location','field_5683f288dcba1'),(37119,775,'locations_25_title','Turtle Creek Bridge 6 – Turtle Creek PA'),(37120,775,'_locations_25_title','field_5683f2aadcba2'),(37121,775,'locations_25_image','742'),(37122,775,'_locations_25_image','field_568439ed8109d'),(37123,775,'locations_25_description','This project is for a mid-sized bridge replacement and is affecting 5 properties in the Borough of Turtle Creek, Allegheny County.'),(37124,775,'_locations_25_description','field_5683f2b1dcba3'),(37125,775,'locations_26_location','a:3:{s:7:\"address\";s:21:\"40.488263, -80.045950\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(37126,775,'_locations_26_location','field_5683f288dcba1'),(37127,775,'locations_26_title','Jacks Run 1, Bellevue and the City of Pittsburgh'),(37128,775,'_locations_26_title','field_5683f2aadcba2'),(37129,775,'locations_26_image','744'),(37130,775,'_locations_26_image','field_568439ed8109d'),(37131,775,'locations_26_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(37132,775,'_locations_26_description','field_5683f2b1dcba3'),(37133,775,'locations_27_location','a:3:{s:7:\"address\";s:21:\"40.541799, -80.247918\";s:3:\"lat\";s:10:\"40.5417824\";s:3:\"lng\";s:11:\"-80.2479169\";}'),(37134,775,'_locations_27_location','field_5683f288dcba1'),(37135,775,'locations_27_title','Boggs Run Bridge 1 – Moon Township'),(37136,775,'_locations_27_title','field_5683f2aadcba2'),(37137,775,'locations_27_image','746'),(37138,775,'_locations_27_image','field_568439ed8109d'),(37139,775,'locations_27_description','This project was for a small bridge replacement and affected 2 properties in the Township of Moon, Allegheny County.'),(37140,775,'_locations_27_description','field_5683f2b1dcba3'),(37141,775,'locations_28_location','a:3:{s:7:\"address\";s:21:\"40.549801, -79.997772\";s:3:\"lat\";s:9:\"40.549733\";s:3:\"lng\";s:18:\"-79.99820799999998\";}'),(37142,775,'_locations_28_location','field_5683f288dcba1'),(37143,775,'locations_28_title','Pine Creek Bridge 1 – Ross Township – Bridge'),(37144,775,'_locations_28_title','field_5683f2aadcba2'),(37145,775,'locations_28_image','749'),(37146,775,'_locations_28_image','field_568439ed8109d'),(37147,775,'locations_28_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(37148,775,'_locations_28_description','field_5683f2b1dcba3'),(37149,775,'locations_29_location','a:3:{s:7:\"address\";s:21:\"40.513209, -79.952573\";s:3:\"lat\";s:10:\"40.5132141\";s:3:\"lng\";s:18:\"-79.95257859999998\";}'),(37150,775,'_locations_29_location','field_5683f288dcba1'),(37151,775,'locations_29_title','Pine Creek Bridge 11 – Glenshaw PA – Bridge'),(37152,775,'_locations_29_title','field_5683f2aadcba2'),(37153,775,'locations_29_image',''),(37154,775,'_locations_29_image','field_568439ed8109d'),(37155,775,'locations_29_description',''),(37156,775,'_locations_29_description','field_5683f2b1dcba3'),(37157,775,'locations_30_location','a:3:{s:7:\"address\";s:21:\"40.518356, -79.992893\";s:3:\"lat\";s:10:\"40.5183459\";s:3:\"lng\";s:11:\"-79.9928827\";}'),(37158,775,'_locations_30_location','field_5683f288dcba1'),(37159,775,'locations_30_title','Thompson Run Bridge 1, Ross Township – Bridge'),(37160,775,'_locations_30_title','field_5683f2aadcba2'),(37161,775,'locations_30_image',''),(37162,775,'_locations_30_image','field_568439ed8109d'),(37163,775,'locations_30_description',''),(37164,775,'_locations_30_description','field_5683f2b1dcba3'),(37165,775,'locations_31_location','a:3:{s:7:\"address\";s:21:\"40.512503, -79.993398\";s:3:\"lat\";s:10:\"40.5125049\";s:3:\"lng\";s:18:\"-79.99341290000001\";}'),(37166,775,'_locations_31_location','field_5683f288dcba1'),(37167,775,'locations_31_title','Thompson Run Bridge 2, Ross Township – Bridge'),(37168,775,'_locations_31_title','field_5683f2aadcba2'),(37169,775,'locations_31_image',''),(37170,775,'_locations_31_image','field_568439ed8109d'),(37171,775,'locations_31_description',''),(37172,775,'_locations_31_description','field_5683f2b1dcba3'),(37173,775,'locations_32_location','a:3:{s:7:\"address\";s:21:\"40.451854, -80.204526\";s:3:\"lat\";s:10:\"40.4518427\";s:3:\"lng\";s:18:\"-80.20452230000001\";}'),(37174,775,'_locations_32_location','field_5683f288dcba1'),(37175,775,'locations_32_title','Montour Run Bridge 13, Findlay Township – Bridge'),(37176,775,'_locations_32_title','field_5683f2aadcba2'),(37177,775,'locations_32_image',''),(37178,775,'_locations_32_image','field_568439ed8109d'),(37179,775,'locations_32_description',''),(37180,775,'_locations_32_description','field_5683f2b1dcba3'),(37181,775,'locations_33_location','a:3:{s:7:\"address\";s:21:\"40.387729, -80.157101\";s:3:\"lat\";s:9:\"40.387271\";s:3:\"lng\";s:18:\"-80.15843699999999\";}'),(37182,775,'_locations_33_location','field_5683f288dcba1'),(37183,775,'locations_33_title','Thompson Run Bridge 10 – Collier – Bridge'),(37184,775,'_locations_33_title','field_5683f2aadcba2'),(37185,775,'locations_33_image',''),(37186,775,'_locations_33_image','field_568439ed8109d'),(37187,775,'locations_33_description',''),(37188,775,'_locations_33_description','field_5683f2b1dcba3'),(37189,775,'locations_34_location','a:3:{s:7:\"address\";s:21:\"40.411953, -79.875847\";s:3:\"lat\";s:10:\"40.4120812\";s:3:\"lng\";s:18:\"-79.87589430000003\";}'),(37190,775,'_locations_34_location','field_5683f288dcba1'),(37191,775,'locations_34_title','Hawkins Village – Rankin, PA - Intersection improvements'),(37192,775,'_locations_34_title','field_5683f2aadcba2'),(37193,775,'locations_34_image',''),(37194,775,'_locations_34_image','field_568439ed8109d'),(37195,775,'locations_34_description',''),(37196,775,'_locations_34_description','field_5683f2b1dcba3'),(37197,775,'locations_35_location','a:3:{s:7:\"address\";s:21:\"40.431658, -79.988902\";s:3:\"lat\";s:10:\"40.4316605\";s:3:\"lng\";s:11:\"-79.9888856\";}'),(37198,775,'_locations_35_location','field_5683f288dcba1'),(37199,775,'locations_35_title','10th Street Bridge – City of Pittsburgh'),(37200,775,'_locations_35_title','field_5683f2aadcba2'),(37201,775,'locations_35_image',''),(37202,775,'_locations_35_image','field_568439ed8109d'),(37203,775,'locations_35_description','This project is for a bridge rehabilitation and is affecting 5 properties in the City of Pittsburgh, Allegheny County.'),(37204,775,'_locations_35_description','field_5683f2b1dcba3'),(37205,775,'locations_36_location','a:3:{s:7:\"address\";s:21:\"40.499230, -80.046110\";s:3:\"lat\";s:10:\"40.4991326\";s:3:\"lng\";s:18:\"-80.04601000000002\";}'),(37206,775,'_locations_36_location','field_5683f288dcba1'),(37207,775,'locations_36_title','Jacks Run Bridge Number 4 – Ross Township'),(37208,775,'_locations_36_title','field_5683f2aadcba2'),(37209,775,'locations_36_image','761'),(37210,775,'_locations_36_image','field_568439ed8109d'),(37211,775,'locations_36_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(37212,775,'_locations_36_description','field_5683f2b1dcba3'),(37213,775,'locations_37_location','a:3:{s:7:\"address\";s:21:\"40.459236, -79.925044\";s:3:\"lat\";s:10:\"40.4592362\";s:3:\"lng\";s:18:\"-79.92502609999997\";}'),(37214,775,'_locations_37_location','field_5683f288dcba1'),(37215,775,'locations_37_title','South Highland Bridge'),(37216,775,'_locations_37_title','field_5683f2aadcba2'),(37217,775,'locations_37_image','765'),(37218,775,'_locations_37_image','field_568439ed8109d'),(37219,775,'locations_37_description','This project was for a small bridge replacement and affected 5 properties in the City of Pittsburgh, Allegheny County.'),(37220,775,'_locations_37_description','field_5683f2b1dcba3'),(37221,775,'locations_38_location','a:3:{s:7:\"address\";s:21:\"40.428539, -79.937852\";s:3:\"lat\";s:10:\"40.4286635\";s:3:\"lng\";s:11:\"-79.9385646\";}'),(37222,775,'_locations_38_location','field_5683f288dcba1'),(37223,775,'locations_38_title','Greenfield Bridge'),(37224,775,'_locations_38_title','field_5683f2aadcba2'),(37225,775,'locations_38_image',''),(37226,775,'_locations_38_image','field_568439ed8109d'),(37227,775,'locations_38_description','This project is for a large bridge replacement and is affecting 5 properties in the City of Pittsburgh, Allegheny County.'),(37228,775,'_locations_38_description','field_5683f2b1dcba3'),(37229,775,'locations_39_location','a:3:{s:7:\"address\";s:21:\"40.451553, -80.010952\";s:3:\"lat\";s:10:\"40.4507635\";s:3:\"lng\";s:18:\"-80.01148369999999\";}'),(37230,775,'_locations_39_location','field_5683f288dcba1'),(37231,775,'locations_39_title','West Ohio'),(37232,775,'_locations_39_title','field_5683f2aadcba2'),(37233,775,'locations_39_image',''),(37234,775,'_locations_39_image','field_568439ed8109d'),(37235,775,'locations_39_description','This project is for a bridge and is affecting 6 properties in the City of Pittsburgh, Allegheny County.'),(37236,775,'_locations_39_description','field_5683f2b1dcba3'),(37237,775,'locations_40_location','a:3:{s:7:\"address\";s:21:\"40.406886, -80.034145\";s:3:\"lat\";s:10:\"40.4068824\";s:3:\"lng\";s:11:\"-80.0341517\";}'),(37238,775,'_locations_40_location','field_5683f288dcba1'),(37239,775,'locations_40_title','Wenzel Avenue'),(37240,775,'_locations_40_title','field_5683f2aadcba2'),(37241,775,'locations_40_image',''),(37242,775,'_locations_40_image','field_568439ed8109d'),(37243,775,'locations_40_description','This project is for a bridge replacement and intersection improvement and is affecting 5 properties in the City of Pittsburgh, Allegheny County.'),(37244,775,'_locations_40_description','field_5683f2b1dcba3'),(37245,775,'locations_41_location','a:3:{s:7:\"address\";s:21:\"40.441118, -80.005603\";s:3:\"lat\";s:10:\"40.4412185\";s:3:\"lng\";s:18:\"-80.00527490000002\";}'),(37246,775,'_locations_41_location','field_5683f288dcba1'),(37247,775,'locations_41_title','Gateway Alignment of Pittsburgh’s Light Rail System – Damage Estimate (other)'),(37248,775,'_locations_41_title','field_5683f2aadcba2'),(37249,775,'locations_41_image',''),(37250,775,'_locations_41_image','field_568439ed8109d'),(37251,775,'locations_41_description',''),(37252,775,'_locations_41_description','field_5683f2b1dcba3'),(37253,775,'locations_42_location','a:3:{s:7:\"address\";s:21:\"40.432068, -79.960800\";s:3:\"lat\";s:10:\"40.4320739\";s:3:\"lng\";s:18:\"-79.96079459999999\";}'),(37254,775,'_locations_42_location','field_5683f288dcba1'),(37255,775,'locations_42_title','Duquesne Light, 2nd Avenue, City of Pittsburgh – Market Study (other)'),(37256,775,'_locations_42_title','field_5683f2aadcba2'),(37257,775,'locations_42_image',''),(37258,775,'_locations_42_image','field_568439ed8109d'),(37259,775,'locations_42_description',''),(37260,775,'_locations_42_description','field_5683f2b1dcba3'),(37261,775,'locations_43_location','a:3:{s:7:\"address\";s:21:\"40.576915, -79.909904\";s:3:\"lat\";s:10:\"40.5766476\";s:3:\"lng\";s:18:\"-79.90981210000001\";}'),(37262,775,'_locations_43_location','field_5683f288dcba1'),(37263,775,'locations_43_title','Superior Pipeline – Frazer Township, Large Tract Valuation Study – (other)'),(37264,775,'_locations_43_title','field_5683f2aadcba2'),(37265,775,'locations_43_image',''),(37266,775,'_locations_43_image','field_568439ed8109d'),(37267,775,'locations_43_description',''),(37268,775,'_locations_43_description','field_5683f2b1dcba3'),(37269,775,'locations','44'),(37270,775,'_locations','field_5683f253a5dba'),(37271,347,'locations_43_location','a:3:{s:7:\"address\";s:21:\"40.576915, -79.909904\";s:3:\"lat\";s:10:\"40.5766476\";s:3:\"lng\";s:18:\"-79.90981210000001\";}'),(37272,347,'_locations_43_location','field_5683f288dcba1'),(37273,347,'locations_43_title','Allegheny County Airport Authority, Avigation Easement Valuation – (other)'),(37274,347,'_locations_43_title','field_5683f2aadcba2'),(37275,347,'locations_43_image',''),(37276,347,'_locations_43_image','field_568439ed8109d'),(37277,347,'locations_43_description',''),(37278,347,'_locations_43_description','field_5683f2b1dcba3'),(37279,776,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(37280,776,'_locations_0_location','field_5683f288dcba1'),(37281,776,'locations_0_title','SR0028, All sections'),(37282,776,'_locations_0_title','field_5683f2aadcba2'),(37283,776,'locations_0_image',''),(37284,776,'_locations_0_image','field_568439ed8109d'),(37285,776,'locations_0_description',''),(37286,776,'_locations_0_description','field_5683f2b1dcba3'),(37287,776,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(37288,776,'_locations_1_location','field_5683f288dcba1'),(37289,776,'locations_1_title','286, A09 – Golden Mile'),(37290,776,'_locations_1_title','field_5683f2aadcba2'),(37291,776,'locations_1_image',''),(37292,776,'_locations_1_image','field_568439ed8109d'),(37293,776,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(37294,776,'_locations_1_description','field_5683f2b1dcba3'),(37295,776,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(37296,776,'_locations_2_location','field_5683f288dcba1'),(37297,776,'locations_2_title','2040, A18 – Curry Hollow'),(37298,776,'_locations_2_title','field_5683f2aadcba2'),(37299,776,'locations_2_image',''),(37300,776,'_locations_2_image','field_568439ed8109d'),(37301,776,'locations_2_description',''),(37302,776,'_locations_2_description','field_5683f2b1dcba3'),(37303,776,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(37304,776,'_locations_3_location','field_5683f288dcba1'),(37305,776,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(37306,776,'_locations_3_title','field_5683f2aadcba2'),(37307,776,'locations_3_image',''),(37308,776,'_locations_3_image','field_568439ed8109d'),(37309,776,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(37310,776,'_locations_3_description','field_5683f2b1dcba3'),(37311,776,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(37312,776,'_locations_4_location','field_5683f288dcba1'),(37313,776,'locations_4_title','Duncan Avenue – Hampton Twp.'),(37314,776,'_locations_4_title','field_5683f2aadcba2'),(37315,776,'locations_4_image',''),(37316,776,'_locations_4_image','field_568439ed8109d'),(37317,776,'locations_4_description',''),(37318,776,'_locations_4_description','field_5683f2b1dcba3'),(37319,776,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(37320,776,'_locations_5_location','field_5683f288dcba1'),(37321,776,'locations_5_title','Pine Creek Road – McCandless'),(37322,776,'_locations_5_title','field_5683f2aadcba2'),(37323,776,'locations_5_image',''),(37324,776,'_locations_5_image','field_568439ed8109d'),(37325,776,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(37326,776,'_locations_5_description','field_5683f2b1dcba3'),(37327,776,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(37328,776,'_locations_6_location','field_5683f288dcba1'),(37329,776,'locations_6_title','Brewhouse – Trek Development'),(37330,776,'_locations_6_title','field_5683f2aadcba2'),(37331,776,'locations_6_image',''),(37332,776,'_locations_6_image','field_568439ed8109d'),(37333,776,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(37334,776,'_locations_6_description','field_5683f2b1dcba3'),(37335,776,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(37336,776,'_locations_7_location','field_5683f288dcba1'),(37337,776,'locations_7_title','Ewalt Road – Richland Twp.'),(37338,776,'_locations_7_title','field_5683f2aadcba2'),(37339,776,'locations_7_image',''),(37340,776,'_locations_7_image','field_568439ed8109d'),(37341,776,'locations_7_description',''),(37342,776,'_locations_7_description','field_5683f2b1dcba3'),(37343,776,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.625521, -79.941837\";s:3:\"lat\";s:10:\"40.6255198\";s:3:\"lng\";s:10:\"-79.941822\";}'),(37344,776,'_locations_8_location','field_5683f288dcba1'),(37345,776,'locations_8_title','Ewalt Road – Richland Twp.'),(37346,776,'_locations_8_title','field_5683f2aadcba2'),(37347,776,'locations_8_image',''),(37348,776,'_locations_8_image','field_568439ed8109d'),(37349,776,'locations_8_description',''),(37350,776,'_locations_8_description','field_5683f2b1dcba3'),(37351,776,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(37352,776,'_locations_9_location','field_5683f288dcba1'),(37353,776,'locations_9_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(37354,776,'_locations_9_title','field_5683f2aadcba2'),(37355,776,'locations_9_image',''),(37356,776,'_locations_9_image','field_568439ed8109d'),(37357,776,'locations_9_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(37358,776,'_locations_9_description','field_5683f2b1dcba3'),(37359,776,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.425708, -79.805807\";s:3:\"lat\";s:10:\"40.4256461\";s:3:\"lng\";s:18:\"-79.80576589999998\";}'),(37360,776,'_locations_10_location','field_5683f288dcba1'),(37361,776,'locations_10_title','State Route 2065, Section A07'),(37362,776,'_locations_10_title','field_5683f2aadcba2'),(37363,776,'locations_10_image',''),(37364,776,'_locations_10_image','field_568439ed8109d'),(37365,776,'locations_10_description',''),(37366,776,'_locations_10_description','field_5683f2b1dcba3'),(37367,776,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.354856, -80.118393\";s:3:\"lat\";s:10:\"40.3527492\";s:3:\"lng\";s:18:\"-80.11776529999997\";}'),(37368,776,'_locations_11_location','field_5683f288dcba1'),(37369,776,'locations_11_title','Southern Beltway Section C – New Roadway Construction'),(37370,776,'_locations_11_title','field_5683f2aadcba2'),(37371,776,'locations_11_image',''),(37372,776,'_locations_11_image','field_568439ed8109d'),(37373,776,'locations_11_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 18 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(37374,776,'_locations_11_description','field_5683f2b1dcba3'),(37375,776,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.509371, -80.256419\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(37376,776,'_locations_12_location','field_5683f288dcba1'),(37377,776,'locations_12_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(37378,776,'_locations_12_title','field_5683f2aadcba2'),(37379,776,'locations_12_image','671'),(37380,776,'_locations_12_image','field_568439ed8109d'),(37381,776,'locations_12_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(37382,776,'_locations_12_description','field_5683f2b1dcba3'),(37383,776,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.590450, -79.888763\";s:3:\"lat\";s:10:\"40.5943712\";s:3:\"lng\";s:18:\"-79.89597279999998\";}'),(37384,776,'_locations_13_location','field_5683f288dcba1'),(37385,776,'locations_13_title','MP 40-48 – Hampton Township – Highway Widening'),(37386,776,'_locations_13_title','field_5683f2aadcba2'),(37387,776,'locations_13_image',''),(37388,776,'_locations_13_image','field_568439ed8109d'),(37389,776,'locations_13_description','This project is for mainline reconstruction and bridge replacement and is affecting 71 properties and resulting in the relocation of 1 resident in the Townships of Harmar and Indiana, Allegheny County.'),(37390,776,'_locations_13_description','field_5683f2b1dcba3'),(37391,776,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.392019, -80.077682\";s:3:\"lat\";s:17:\"40.39202119999999\";s:3:\"lng\";s:18:\"-80.07767890000002\";}'),(37392,776,'_locations_14_location','field_5683f288dcba1'),(37393,776,'locations_14_title','Georges Run Bridge No. 1, Carnegie PA – Bridge'),(37394,776,'_locations_14_title','field_5683f2aadcba2'),(37395,776,'locations_14_image',''),(37396,776,'_locations_14_image','field_568439ed8109d'),(37397,776,'locations_14_description','This project is for a small bridge replacement and is affecting 4 properties in the Township of Scott, Allegheny County.'),(37398,776,'_locations_14_description','field_5683f2b1dcba3'),(37399,776,'locations_15_location','a:3:{s:7:\"address\";s:21:\"40.386279, -79.894258\";s:3:\"lat\";s:10:\"40.3862842\";s:3:\"lng\";s:18:\"-79.89425510000001\";}'),(37400,776,'_locations_15_location','field_5683f288dcba1'),(37401,776,'locations_15_title','Homeville Creek Bridge 7, West Mifflin PA – Bridge'),(37402,776,'_locations_15_title','field_5683f2aadcba2'),(37403,776,'locations_15_image',''),(37404,776,'_locations_15_image','field_568439ed8109d'),(37405,776,'locations_15_description','This project is for a small bridge replacement and is affecting 7 properties in the Borough of Munhall, Allegheny County.'),(37406,776,'_locations_15_description','field_5683f2b1dcba3'),(37407,776,'locations_16_location','a:3:{s:7:\"address\";s:21:\"40.396380, -79.895244\";s:3:\"lat\";s:10:\"40.3963432\";s:3:\"lng\";s:18:\"-79.89543119999996\";}'),(37408,776,'_locations_16_location','field_5683f288dcba1'),(37409,776,'locations_16_title','Homeville Creek Bridge 10 – West Mifflin PA - Bridge'),(37410,776,'_locations_16_title','field_5683f2aadcba2'),(37411,776,'locations_16_image','727'),(37412,776,'_locations_16_image','field_568439ed8109d'),(37413,776,'locations_16_description','This project was for a small bridge replacement and affected 7 properties in the Borough of Munhall, Allegheny County.'),(37414,776,'_locations_16_description','field_5683f2b1dcba3'),(37415,776,'locations_17_location','a:3:{s:7:\"address\";s:21:\"40.329286, -79.987406\";s:3:\"lat\";s:10:\"40.3292857\";s:3:\"lng\";s:18:\"-79.98741289999998\";}'),(37416,776,'_locations_17_location','field_5683f288dcba1'),(37417,776,'locations_17_title','Licks Run Bridge 9, South Park – PA – Bridge'),(37418,776,'_locations_17_title','field_5683f2aadcba2'),(37419,776,'locations_17_image','730'),(37420,776,'_locations_17_image','field_568439ed8109d'),(37421,776,'locations_17_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(37422,776,'_locations_17_description','field_5683f2b1dcba3'),(37423,776,'locations_18_location','a:3:{s:7:\"address\";s:21:\"40.329261, -79.988204\";s:3:\"lat\";s:9:\"40.329261\";s:3:\"lng\";s:10:\"-79.988205\";}'),(37424,776,'_locations_18_location','field_5683f288dcba1'),(37425,776,'locations_18_title','Licks Run Bridge 10, South Park – PA - Bridge'),(37426,776,'_locations_18_title','field_5683f2aadcba2'),(37427,776,'locations_18_image','730'),(37428,776,'_locations_18_image','field_568439ed8109d'),(37429,776,'locations_18_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(37430,776,'_locations_18_description','field_5683f2b1dcba3'),(37431,776,'locations_19_location','a:3:{s:7:\"address\";s:21:\"40.515624, -80.009959\";s:3:\"lat\";s:10:\"40.5156082\";s:3:\"lng\";s:18:\"-80.00994129999998\";}'),(37432,776,'_locations_19_location','field_5683f288dcba1'),(37433,776,'locations_19_title','Girtys Run Bridge 14'),(37434,776,'_locations_19_title','field_5683f2aadcba2'),(37435,776,'locations_19_image','733'),(37436,776,'_locations_19_image','field_568439ed8109d'),(37437,776,'locations_19_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(37438,776,'_locations_19_description','field_5683f2b1dcba3'),(37439,776,'locations_20_location','a:3:{s:7:\"address\";s:21:\"40.488268, -80.045947\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(37440,776,'_locations_20_location','field_5683f288dcba1'),(37441,776,'locations_20_title','Jacks Run 3 – Bellevue, PA – Bridge Replacement'),(37442,776,'_locations_20_title','field_5683f2aadcba2'),(37443,776,'locations_20_image','735'),(37444,776,'_locations_20_image','field_568439ed8109d'),(37445,776,'locations_20_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(37446,776,'_locations_20_description','field_5683f2b1dcba3'),(37447,776,'locations_21_location','a:3:{s:7:\"address\";s:21:\"40.330826, -79.986892\";s:3:\"lat\";s:10:\"40.3307469\";s:3:\"lng\";s:18:\"-79.98678430000001\";}'),(37448,776,'_locations_21_location','field_5683f288dcba1'),(37449,776,'locations_21_title','Brownsville to Broughton, South Park PA, intersection improvements and realignment'),(37450,776,'_locations_21_title','field_5683f2aadcba2'),(37451,776,'locations_21_image',''),(37452,776,'_locations_21_image','field_568439ed8109d'),(37453,776,'locations_21_description',''),(37454,776,'_locations_21_description','field_5683f2b1dcba3'),(37455,776,'locations_22_location','a:3:{s:7:\"address\";s:21:\"40.651302, -79.799610\";s:3:\"lat\";s:9:\"40.651344\";s:3:\"lng\";s:18:\"-79.80019399999998\";}'),(37456,776,'_locations_22_location','field_5683f288dcba1'),(37457,776,'locations_22_title','Bull Creek Bridge No. 6 – Fawn Township – Bridge'),(37458,776,'_locations_22_title','field_5683f2aadcba2'),(37459,776,'locations_22_image',''),(37460,776,'_locations_22_image','field_568439ed8109d'),(37461,776,'locations_22_description','This project is for a small bridge replacement and is affecting 9 properties in the Township of Fawn, Allegheny County.'),(37462,776,'_locations_22_description','field_5683f2b1dcba3'),(37463,776,'locations_23_location','a:3:{s:7:\"address\";s:21:\"40.662745, -79.817800\";s:3:\"lat\";s:9:\"40.663536\";s:3:\"lng\";s:10:\"-79.819073\";}'),(37464,776,'_locations_23_location','field_5683f288dcba1'),(37465,776,'locations_23_title','Bull Creek Bridge No. 9 – West Deer Township – Bridge'),(37466,776,'_locations_23_title','field_5683f2aadcba2'),(37467,776,'locations_23_image',''),(37468,776,'_locations_23_image','field_568439ed8109d'),(37469,776,'locations_23_description','This project is for a small bridge replacement and is affecting 2 properties in the Township of West Deer, Allegheny County.'),(37470,776,'_locations_23_description','field_5683f2b1dcba3'),(37471,776,'locations_24_location','a:3:{s:7:\"address\";s:21:\"40.620209, -79.833885\";s:3:\"lat\";s:10:\"40.6202319\";s:3:\"lng\";s:18:\"-79.83386789999997\";}'),(37472,776,'_locations_24_location','field_5683f288dcba1'),(37473,776,'locations_24_title','Little Deer Creek DL06 – West Deer Township – Bridge Replacement'),(37474,776,'_locations_24_title','field_5683f2aadcba2'),(37475,776,'locations_24_image','740'),(37476,776,'_locations_24_image','field_568439ed8109d'),(37477,776,'locations_24_description','This project was for a small bridge replacement and affected properties in the Township of Russellton, Allegheny County.'),(37478,776,'_locations_24_description','field_5683f2b1dcba3'),(37479,776,'locations_25_location','a:3:{s:7:\"address\";s:21:\"40.620213, -79.833892\";s:3:\"lat\";s:10:\"40.6202352\";s:3:\"lng\";s:18:\"-79.83387549999998\";}'),(37480,776,'_locations_25_location','field_5683f288dcba1'),(37481,776,'locations_25_title','Turtle Creek Bridge 6 – Turtle Creek PA'),(37482,776,'_locations_25_title','field_5683f2aadcba2'),(37483,776,'locations_25_image','742'),(37484,776,'_locations_25_image','field_568439ed8109d'),(37485,776,'locations_25_description','This project is for a mid-sized bridge replacement and is affecting 5 properties in the Borough of Turtle Creek, Allegheny County.'),(37486,776,'_locations_25_description','field_5683f2b1dcba3'),(37487,776,'locations_26_location','a:3:{s:7:\"address\";s:21:\"40.488263, -80.045950\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(37488,776,'_locations_26_location','field_5683f288dcba1'),(37489,776,'locations_26_title','Jacks Run 1, Bellevue and the City of Pittsburgh'),(37490,776,'_locations_26_title','field_5683f2aadcba2'),(37491,776,'locations_26_image','744'),(37492,776,'_locations_26_image','field_568439ed8109d'),(37493,776,'locations_26_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(37494,776,'_locations_26_description','field_5683f2b1dcba3'),(37495,776,'locations_27_location','a:3:{s:7:\"address\";s:21:\"40.541799, -80.247918\";s:3:\"lat\";s:10:\"40.5417824\";s:3:\"lng\";s:11:\"-80.2479169\";}'),(37496,776,'_locations_27_location','field_5683f288dcba1'),(37497,776,'locations_27_title','Boggs Run Bridge 1 – Moon Township'),(37498,776,'_locations_27_title','field_5683f2aadcba2'),(37499,776,'locations_27_image','746'),(37500,776,'_locations_27_image','field_568439ed8109d'),(37501,776,'locations_27_description','This project was for a small bridge replacement and affected 2 properties in the Township of Moon, Allegheny County.'),(37502,776,'_locations_27_description','field_5683f2b1dcba3'),(37503,776,'locations_28_location','a:3:{s:7:\"address\";s:21:\"40.549801, -79.997772\";s:3:\"lat\";s:9:\"40.549733\";s:3:\"lng\";s:18:\"-79.99820799999998\";}'),(37504,776,'_locations_28_location','field_5683f288dcba1'),(37505,776,'locations_28_title','Pine Creek Bridge 1 – Ross Township – Bridge'),(37506,776,'_locations_28_title','field_5683f2aadcba2'),(37507,776,'locations_28_image','749'),(37508,776,'_locations_28_image','field_568439ed8109d'),(37509,776,'locations_28_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(37510,776,'_locations_28_description','field_5683f2b1dcba3'),(37511,776,'locations_29_location','a:3:{s:7:\"address\";s:21:\"40.513209, -79.952573\";s:3:\"lat\";s:10:\"40.5132141\";s:3:\"lng\";s:18:\"-79.95257859999998\";}'),(37512,776,'_locations_29_location','field_5683f288dcba1'),(37513,776,'locations_29_title','Pine Creek Bridge 11 – Glenshaw PA – Bridge'),(37514,776,'_locations_29_title','field_5683f2aadcba2'),(37515,776,'locations_29_image',''),(37516,776,'_locations_29_image','field_568439ed8109d'),(37517,776,'locations_29_description',''),(37518,776,'_locations_29_description','field_5683f2b1dcba3'),(37519,776,'locations_30_location','a:3:{s:7:\"address\";s:21:\"40.518356, -79.992893\";s:3:\"lat\";s:10:\"40.5183459\";s:3:\"lng\";s:11:\"-79.9928827\";}'),(37520,776,'_locations_30_location','field_5683f288dcba1'),(37521,776,'locations_30_title','Thompson Run Bridge 1, Ross Township – Bridge'),(37522,776,'_locations_30_title','field_5683f2aadcba2'),(37523,776,'locations_30_image',''),(37524,776,'_locations_30_image','field_568439ed8109d'),(37525,776,'locations_30_description',''),(37526,776,'_locations_30_description','field_5683f2b1dcba3'),(37527,776,'locations_31_location','a:3:{s:7:\"address\";s:21:\"40.512503, -79.993398\";s:3:\"lat\";s:10:\"40.5125049\";s:3:\"lng\";s:18:\"-79.99341290000001\";}'),(37528,776,'_locations_31_location','field_5683f288dcba1'),(37529,776,'locations_31_title','Thompson Run Bridge 2, Ross Township – Bridge'),(37530,776,'_locations_31_title','field_5683f2aadcba2'),(37531,776,'locations_31_image',''),(37532,776,'_locations_31_image','field_568439ed8109d'),(37533,776,'locations_31_description',''),(37534,776,'_locations_31_description','field_5683f2b1dcba3'),(37535,776,'locations_32_location','a:3:{s:7:\"address\";s:21:\"40.451854, -80.204526\";s:3:\"lat\";s:10:\"40.4518427\";s:3:\"lng\";s:18:\"-80.20452230000001\";}'),(37536,776,'_locations_32_location','field_5683f288dcba1'),(37537,776,'locations_32_title','Montour Run Bridge 13, Findlay Township – Bridge'),(37538,776,'_locations_32_title','field_5683f2aadcba2'),(37539,776,'locations_32_image',''),(37540,776,'_locations_32_image','field_568439ed8109d'),(37541,776,'locations_32_description',''),(37542,776,'_locations_32_description','field_5683f2b1dcba3'),(37543,776,'locations_33_location','a:3:{s:7:\"address\";s:21:\"40.387729, -80.157101\";s:3:\"lat\";s:9:\"40.387271\";s:3:\"lng\";s:18:\"-80.15843699999999\";}'),(37544,776,'_locations_33_location','field_5683f288dcba1'),(37545,776,'locations_33_title','Thompson Run Bridge 10 – Collier – Bridge'),(37546,776,'_locations_33_title','field_5683f2aadcba2'),(37547,776,'locations_33_image',''),(37548,776,'_locations_33_image','field_568439ed8109d'),(37549,776,'locations_33_description',''),(37550,776,'_locations_33_description','field_5683f2b1dcba3'),(37551,776,'locations_34_location','a:3:{s:7:\"address\";s:21:\"40.411953, -79.875847\";s:3:\"lat\";s:10:\"40.4120812\";s:3:\"lng\";s:18:\"-79.87589430000003\";}'),(37552,776,'_locations_34_location','field_5683f288dcba1'),(37553,776,'locations_34_title','Hawkins Village – Rankin, PA - Intersection improvements'),(37554,776,'_locations_34_title','field_5683f2aadcba2'),(37555,776,'locations_34_image',''),(37556,776,'_locations_34_image','field_568439ed8109d'),(37557,776,'locations_34_description',''),(37558,776,'_locations_34_description','field_5683f2b1dcba3'),(37559,776,'locations_35_location','a:3:{s:7:\"address\";s:21:\"40.431658, -79.988902\";s:3:\"lat\";s:10:\"40.4316605\";s:3:\"lng\";s:11:\"-79.9888856\";}'),(37560,776,'_locations_35_location','field_5683f288dcba1'),(37561,776,'locations_35_title','10th Street Bridge – City of Pittsburgh'),(37562,776,'_locations_35_title','field_5683f2aadcba2'),(37563,776,'locations_35_image',''),(37564,776,'_locations_35_image','field_568439ed8109d'),(37565,776,'locations_35_description','This project is for a bridge rehabilitation and is affecting 5 properties in the City of Pittsburgh, Allegheny County.'),(37566,776,'_locations_35_description','field_5683f2b1dcba3'),(37567,776,'locations_36_location','a:3:{s:7:\"address\";s:21:\"40.499230, -80.046110\";s:3:\"lat\";s:10:\"40.4991326\";s:3:\"lng\";s:18:\"-80.04601000000002\";}'),(37568,776,'_locations_36_location','field_5683f288dcba1'),(37569,776,'locations_36_title','Jacks Run Bridge Number 4 – Ross Township'),(37570,776,'_locations_36_title','field_5683f2aadcba2'),(37571,776,'locations_36_image','761'),(37572,776,'_locations_36_image','field_568439ed8109d'),(37573,776,'locations_36_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(37574,776,'_locations_36_description','field_5683f2b1dcba3'),(37575,776,'locations_37_location','a:3:{s:7:\"address\";s:21:\"40.459236, -79.925044\";s:3:\"lat\";s:10:\"40.4592362\";s:3:\"lng\";s:18:\"-79.92502609999997\";}'),(37576,776,'_locations_37_location','field_5683f288dcba1'),(37577,776,'locations_37_title','South Highland Bridge'),(37578,776,'_locations_37_title','field_5683f2aadcba2'),(37579,776,'locations_37_image','765'),(37580,776,'_locations_37_image','field_568439ed8109d'),(37581,776,'locations_37_description','This project was for a small bridge replacement and affected 5 properties in the City of Pittsburgh, Allegheny County.'),(37582,776,'_locations_37_description','field_5683f2b1dcba3'),(37583,776,'locations_38_location','a:3:{s:7:\"address\";s:21:\"40.428539, -79.937852\";s:3:\"lat\";s:10:\"40.4286635\";s:3:\"lng\";s:11:\"-79.9385646\";}'),(37584,776,'_locations_38_location','field_5683f288dcba1'),(37585,776,'locations_38_title','Greenfield Bridge'),(37586,776,'_locations_38_title','field_5683f2aadcba2'),(37587,776,'locations_38_image',''),(37588,776,'_locations_38_image','field_568439ed8109d'),(37589,776,'locations_38_description','This project is for a large bridge replacement and is affecting 5 properties in the City of Pittsburgh, Allegheny County.'),(37590,776,'_locations_38_description','field_5683f2b1dcba3'),(37591,776,'locations_39_location','a:3:{s:7:\"address\";s:21:\"40.451553, -80.010952\";s:3:\"lat\";s:10:\"40.4507635\";s:3:\"lng\";s:18:\"-80.01148369999999\";}'),(37592,776,'_locations_39_location','field_5683f288dcba1'),(37593,776,'locations_39_title','West Ohio'),(37594,776,'_locations_39_title','field_5683f2aadcba2'),(37595,776,'locations_39_image',''),(37596,776,'_locations_39_image','field_568439ed8109d'),(37597,776,'locations_39_description','This project is for a bridge and is affecting 6 properties in the City of Pittsburgh, Allegheny County.'),(37598,776,'_locations_39_description','field_5683f2b1dcba3'),(37599,776,'locations_40_location','a:3:{s:7:\"address\";s:21:\"40.406886, -80.034145\";s:3:\"lat\";s:10:\"40.4068824\";s:3:\"lng\";s:11:\"-80.0341517\";}'),(37600,776,'_locations_40_location','field_5683f288dcba1'),(37601,776,'locations_40_title','Wenzel Avenue'),(37602,776,'_locations_40_title','field_5683f2aadcba2'),(37603,776,'locations_40_image',''),(37604,776,'_locations_40_image','field_568439ed8109d'),(37605,776,'locations_40_description','This project is for a bridge replacement and intersection improvement and is affecting 5 properties in the City of Pittsburgh, Allegheny County.'),(37606,776,'_locations_40_description','field_5683f2b1dcba3'),(37607,776,'locations_41_location','a:3:{s:7:\"address\";s:21:\"40.441118, -80.005603\";s:3:\"lat\";s:10:\"40.4412185\";s:3:\"lng\";s:18:\"-80.00527490000002\";}'),(37608,776,'_locations_41_location','field_5683f288dcba1'),(37609,776,'locations_41_title','Gateway Alignment of Pittsburgh’s Light Rail System – Damage Estimate (other)'),(37610,776,'_locations_41_title','field_5683f2aadcba2'),(37611,776,'locations_41_image',''),(37612,776,'_locations_41_image','field_568439ed8109d'),(37613,776,'locations_41_description',''),(37614,776,'_locations_41_description','field_5683f2b1dcba3'),(37615,776,'locations_42_location','a:3:{s:7:\"address\";s:21:\"40.432068, -79.960800\";s:3:\"lat\";s:10:\"40.4320739\";s:3:\"lng\";s:18:\"-79.96079459999999\";}'),(37616,776,'_locations_42_location','field_5683f288dcba1'),(37617,776,'locations_42_title','Duquesne Light, 2nd Avenue, City of Pittsburgh – Market Study (other)'),(37618,776,'_locations_42_title','field_5683f2aadcba2'),(37619,776,'locations_42_image',''),(37620,776,'_locations_42_image','field_568439ed8109d'),(37621,776,'locations_42_description',''),(37622,776,'_locations_42_description','field_5683f2b1dcba3'),(37623,776,'locations_43_location','a:3:{s:7:\"address\";s:21:\"40.576915, -79.909904\";s:3:\"lat\";s:10:\"40.5766476\";s:3:\"lng\";s:18:\"-79.90981210000001\";}'),(37624,776,'_locations_43_location','field_5683f288dcba1'),(37625,776,'locations_43_title','Superior Pipeline – Frazer Township, Large Tract Valuation Study – (other)'),(37626,776,'_locations_43_title','field_5683f2aadcba2'),(37627,776,'locations_43_image',''),(37628,776,'_locations_43_image','field_568439ed8109d'),(37629,776,'locations_43_description',''),(37630,776,'_locations_43_description','field_5683f2b1dcba3'),(37631,776,'locations_44_location','a:3:{s:7:\"address\";s:21:\"40.576915, -79.909904\";s:3:\"lat\";s:10:\"40.5766476\";s:3:\"lng\";s:18:\"-79.90981210000001\";}'),(37632,776,'_locations_44_location','field_5683f288dcba1'),(37633,776,'locations_44_title','Allegheny County Airport Authority, Avigation Easement Valuation – (other)'),(37634,776,'_locations_44_title','field_5683f2aadcba2'),(37635,776,'locations_44_image',''),(37636,776,'_locations_44_image','field_568439ed8109d'),(37637,776,'locations_44_description',''),(37638,776,'_locations_44_description','field_5683f2b1dcba3'),(37639,776,'locations','45'),(37640,776,'_locations','field_5683f253a5dba'),(37641,347,'locations_44_location','a:3:{s:7:\"address\";s:21:\"40.514151, -80.263115\";s:3:\"lat\";s:9:\"40.514459\";s:3:\"lng\";s:18:\"-80.26304199999998\";}'),(37642,347,'_locations_44_location','field_5683f288dcba1'),(37643,347,'locations_44_title','Allegheny County Airport Authority and Findlay Municipal Authority, Moon Township – (other)'),(37644,347,'_locations_44_title','field_5683f2aadcba2'),(37645,347,'locations_44_image',''),(37646,347,'_locations_44_image','field_568439ed8109d'),(37647,347,'locations_44_description',''),(37648,347,'_locations_44_description','field_5683f2b1dcba3'),(37649,777,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(37650,777,'_locations_0_location','field_5683f288dcba1'),(37651,777,'locations_0_title','SR0028, All sections'),(37652,777,'_locations_0_title','field_5683f2aadcba2'),(37653,777,'locations_0_image',''),(37654,777,'_locations_0_image','field_568439ed8109d'),(37655,777,'locations_0_description',''),(37656,777,'_locations_0_description','field_5683f2b1dcba3'),(37657,777,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(37658,777,'_locations_1_location','field_5683f288dcba1'),(37659,777,'locations_1_title','286, A09 – Golden Mile'),(37660,777,'_locations_1_title','field_5683f2aadcba2'),(37661,777,'locations_1_image',''),(37662,777,'_locations_1_image','field_568439ed8109d'),(37663,777,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(37664,777,'_locations_1_description','field_5683f2b1dcba3'),(37665,777,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(37666,777,'_locations_2_location','field_5683f288dcba1'),(37667,777,'locations_2_title','2040, A18 – Curry Hollow'),(37668,777,'_locations_2_title','field_5683f2aadcba2'),(37669,777,'locations_2_image',''),(37670,777,'_locations_2_image','field_568439ed8109d'),(37671,777,'locations_2_description',''),(37672,777,'_locations_2_description','field_5683f2b1dcba3'),(37673,777,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(37674,777,'_locations_3_location','field_5683f288dcba1'),(37675,777,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(37676,777,'_locations_3_title','field_5683f2aadcba2'),(37677,777,'locations_3_image',''),(37678,777,'_locations_3_image','field_568439ed8109d'),(37679,777,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(37680,777,'_locations_3_description','field_5683f2b1dcba3'),(37681,777,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(37682,777,'_locations_4_location','field_5683f288dcba1'),(37683,777,'locations_4_title','Duncan Avenue – Hampton Twp.'),(37684,777,'_locations_4_title','field_5683f2aadcba2'),(37685,777,'locations_4_image',''),(37686,777,'_locations_4_image','field_568439ed8109d'),(37687,777,'locations_4_description',''),(37688,777,'_locations_4_description','field_5683f2b1dcba3'),(37689,777,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(37690,777,'_locations_5_location','field_5683f288dcba1'),(37691,777,'locations_5_title','Pine Creek Road – McCandless'),(37692,777,'_locations_5_title','field_5683f2aadcba2'),(37693,777,'locations_5_image',''),(37694,777,'_locations_5_image','field_568439ed8109d'),(37695,777,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(37696,777,'_locations_5_description','field_5683f2b1dcba3'),(37697,777,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(37698,777,'_locations_6_location','field_5683f288dcba1'),(37699,777,'locations_6_title','Brewhouse – Trek Development'),(37700,777,'_locations_6_title','field_5683f2aadcba2'),(37701,777,'locations_6_image',''),(37702,777,'_locations_6_image','field_568439ed8109d'),(37703,777,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(37704,777,'_locations_6_description','field_5683f2b1dcba3'),(37705,777,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(37706,777,'_locations_7_location','field_5683f288dcba1'),(37707,777,'locations_7_title','Ewalt Road – Richland Twp.'),(37708,777,'_locations_7_title','field_5683f2aadcba2'),(37709,777,'locations_7_image',''),(37710,777,'_locations_7_image','field_568439ed8109d'),(37711,777,'locations_7_description',''),(37712,777,'_locations_7_description','field_5683f2b1dcba3'),(37713,777,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.625521, -79.941837\";s:3:\"lat\";s:10:\"40.6255198\";s:3:\"lng\";s:10:\"-79.941822\";}'),(37714,777,'_locations_8_location','field_5683f288dcba1'),(37715,777,'locations_8_title','Ewalt Road – Richland Twp.'),(37716,777,'_locations_8_title','field_5683f2aadcba2'),(37717,777,'locations_8_image',''),(37718,777,'_locations_8_image','field_568439ed8109d'),(37719,777,'locations_8_description',''),(37720,777,'_locations_8_description','field_5683f2b1dcba3'),(37721,777,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(37722,777,'_locations_9_location','field_5683f288dcba1'),(37723,777,'locations_9_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(37724,777,'_locations_9_title','field_5683f2aadcba2'),(37725,777,'locations_9_image',''),(37726,777,'_locations_9_image','field_568439ed8109d'),(37727,777,'locations_9_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(37728,777,'_locations_9_description','field_5683f2b1dcba3'),(37729,777,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.425708, -79.805807\";s:3:\"lat\";s:10:\"40.4256461\";s:3:\"lng\";s:18:\"-79.80576589999998\";}'),(37730,777,'_locations_10_location','field_5683f288dcba1'),(37731,777,'locations_10_title','State Route 2065, Section A07'),(37732,777,'_locations_10_title','field_5683f2aadcba2'),(37733,777,'locations_10_image',''),(37734,777,'_locations_10_image','field_568439ed8109d'),(37735,777,'locations_10_description',''),(37736,777,'_locations_10_description','field_5683f2b1dcba3'),(37737,777,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.354856, -80.118393\";s:3:\"lat\";s:10:\"40.3527492\";s:3:\"lng\";s:18:\"-80.11776529999997\";}'),(37738,777,'_locations_11_location','field_5683f288dcba1'),(37739,777,'locations_11_title','Southern Beltway Section C – New Roadway Construction'),(37740,777,'_locations_11_title','field_5683f2aadcba2'),(37741,777,'locations_11_image',''),(37742,777,'_locations_11_image','field_568439ed8109d'),(37743,777,'locations_11_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 18 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(37744,777,'_locations_11_description','field_5683f2b1dcba3'),(37745,777,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.509371, -80.256419\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(37746,777,'_locations_12_location','field_5683f288dcba1'),(37747,777,'locations_12_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(37748,777,'_locations_12_title','field_5683f2aadcba2'),(37749,777,'locations_12_image','671'),(37750,777,'_locations_12_image','field_568439ed8109d'),(37751,777,'locations_12_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(37752,777,'_locations_12_description','field_5683f2b1dcba3'),(37753,777,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.590450, -79.888763\";s:3:\"lat\";s:10:\"40.5943712\";s:3:\"lng\";s:18:\"-79.89597279999998\";}'),(37754,777,'_locations_13_location','field_5683f288dcba1'),(37755,777,'locations_13_title','MP 40-48 – Hampton Township – Highway Widening'),(37756,777,'_locations_13_title','field_5683f2aadcba2'),(37757,777,'locations_13_image',''),(37758,777,'_locations_13_image','field_568439ed8109d'),(37759,777,'locations_13_description','This project is for mainline reconstruction and bridge replacement and is affecting 71 properties and resulting in the relocation of 1 resident in the Townships of Harmar and Indiana, Allegheny County.'),(37760,777,'_locations_13_description','field_5683f2b1dcba3'),(37761,777,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.392019, -80.077682\";s:3:\"lat\";s:17:\"40.39202119999999\";s:3:\"lng\";s:18:\"-80.07767890000002\";}'),(37762,777,'_locations_14_location','field_5683f288dcba1'),(37763,777,'locations_14_title','Georges Run Bridge No. 1, Carnegie PA – Bridge'),(37764,777,'_locations_14_title','field_5683f2aadcba2'),(37765,777,'locations_14_image',''),(37766,777,'_locations_14_image','field_568439ed8109d'),(37767,777,'locations_14_description','This project is for a small bridge replacement and is affecting 4 properties in the Township of Scott, Allegheny County.'),(37768,777,'_locations_14_description','field_5683f2b1dcba3'),(37769,777,'locations_15_location','a:3:{s:7:\"address\";s:21:\"40.386279, -79.894258\";s:3:\"lat\";s:10:\"40.3862842\";s:3:\"lng\";s:18:\"-79.89425510000001\";}'),(37770,777,'_locations_15_location','field_5683f288dcba1'),(37771,777,'locations_15_title','Homeville Creek Bridge 7, West Mifflin PA – Bridge'),(37772,777,'_locations_15_title','field_5683f2aadcba2'),(37773,777,'locations_15_image',''),(37774,777,'_locations_15_image','field_568439ed8109d'),(37775,777,'locations_15_description','This project is for a small bridge replacement and is affecting 7 properties in the Borough of Munhall, Allegheny County.'),(37776,777,'_locations_15_description','field_5683f2b1dcba3'),(37777,777,'locations_16_location','a:3:{s:7:\"address\";s:21:\"40.396380, -79.895244\";s:3:\"lat\";s:10:\"40.3963432\";s:3:\"lng\";s:18:\"-79.89543119999996\";}'),(37778,777,'_locations_16_location','field_5683f288dcba1'),(37779,777,'locations_16_title','Homeville Creek Bridge 10 – West Mifflin PA - Bridge'),(37780,777,'_locations_16_title','field_5683f2aadcba2'),(37781,777,'locations_16_image','727'),(37782,777,'_locations_16_image','field_568439ed8109d'),(37783,777,'locations_16_description','This project was for a small bridge replacement and affected 7 properties in the Borough of Munhall, Allegheny County.'),(37784,777,'_locations_16_description','field_5683f2b1dcba3'),(37785,777,'locations_17_location','a:3:{s:7:\"address\";s:21:\"40.329286, -79.987406\";s:3:\"lat\";s:10:\"40.3292857\";s:3:\"lng\";s:18:\"-79.98741289999998\";}'),(37786,777,'_locations_17_location','field_5683f288dcba1'),(37787,777,'locations_17_title','Licks Run Bridge 9, South Park – PA – Bridge'),(37788,777,'_locations_17_title','field_5683f2aadcba2'),(37789,777,'locations_17_image','730'),(37790,777,'_locations_17_image','field_568439ed8109d'),(37791,777,'locations_17_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(37792,777,'_locations_17_description','field_5683f2b1dcba3'),(37793,777,'locations_18_location','a:3:{s:7:\"address\";s:21:\"40.329261, -79.988204\";s:3:\"lat\";s:9:\"40.329261\";s:3:\"lng\";s:10:\"-79.988205\";}'),(37794,777,'_locations_18_location','field_5683f288dcba1'),(37795,777,'locations_18_title','Licks Run Bridge 10, South Park – PA - Bridge'),(37796,777,'_locations_18_title','field_5683f2aadcba2'),(37797,777,'locations_18_image','730'),(37798,777,'_locations_18_image','field_568439ed8109d'),(37799,777,'locations_18_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(37800,777,'_locations_18_description','field_5683f2b1dcba3'),(37801,777,'locations_19_location','a:3:{s:7:\"address\";s:21:\"40.515624, -80.009959\";s:3:\"lat\";s:10:\"40.5156082\";s:3:\"lng\";s:18:\"-80.00994129999998\";}'),(37802,777,'_locations_19_location','field_5683f288dcba1'),(37803,777,'locations_19_title','Girtys Run Bridge 14'),(37804,777,'_locations_19_title','field_5683f2aadcba2'),(37805,777,'locations_19_image','733'),(37806,777,'_locations_19_image','field_568439ed8109d'),(37807,777,'locations_19_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(37808,777,'_locations_19_description','field_5683f2b1dcba3'),(37809,777,'locations_20_location','a:3:{s:7:\"address\";s:21:\"40.488268, -80.045947\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(37810,777,'_locations_20_location','field_5683f288dcba1'),(37811,777,'locations_20_title','Jacks Run 3 – Bellevue, PA – Bridge Replacement'),(37812,777,'_locations_20_title','field_5683f2aadcba2'),(37813,777,'locations_20_image','735'),(37814,777,'_locations_20_image','field_568439ed8109d'),(37815,777,'locations_20_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(37816,777,'_locations_20_description','field_5683f2b1dcba3'),(37817,777,'locations_21_location','a:3:{s:7:\"address\";s:21:\"40.330826, -79.986892\";s:3:\"lat\";s:10:\"40.3307469\";s:3:\"lng\";s:18:\"-79.98678430000001\";}'),(37818,777,'_locations_21_location','field_5683f288dcba1'),(37819,777,'locations_21_title','Brownsville to Broughton, South Park PA, intersection improvements and realignment'),(37820,777,'_locations_21_title','field_5683f2aadcba2'),(37821,777,'locations_21_image',''),(37822,777,'_locations_21_image','field_568439ed8109d'),(37823,777,'locations_21_description',''),(37824,777,'_locations_21_description','field_5683f2b1dcba3'),(37825,777,'locations_22_location','a:3:{s:7:\"address\";s:21:\"40.651302, -79.799610\";s:3:\"lat\";s:9:\"40.651344\";s:3:\"lng\";s:18:\"-79.80019399999998\";}'),(37826,777,'_locations_22_location','field_5683f288dcba1'),(37827,777,'locations_22_title','Bull Creek Bridge No. 6 – Fawn Township – Bridge'),(37828,777,'_locations_22_title','field_5683f2aadcba2'),(37829,777,'locations_22_image',''),(37830,777,'_locations_22_image','field_568439ed8109d'),(37831,777,'locations_22_description','This project is for a small bridge replacement and is affecting 9 properties in the Township of Fawn, Allegheny County.'),(37832,777,'_locations_22_description','field_5683f2b1dcba3'),(37833,777,'locations_23_location','a:3:{s:7:\"address\";s:21:\"40.662745, -79.817800\";s:3:\"lat\";s:9:\"40.663536\";s:3:\"lng\";s:10:\"-79.819073\";}'),(37834,777,'_locations_23_location','field_5683f288dcba1'),(37835,777,'locations_23_title','Bull Creek Bridge No. 9 – West Deer Township – Bridge'),(37836,777,'_locations_23_title','field_5683f2aadcba2'),(37837,777,'locations_23_image',''),(37838,777,'_locations_23_image','field_568439ed8109d'),(37839,777,'locations_23_description','This project is for a small bridge replacement and is affecting 2 properties in the Township of West Deer, Allegheny County.'),(37840,777,'_locations_23_description','field_5683f2b1dcba3'),(37841,777,'locations_24_location','a:3:{s:7:\"address\";s:21:\"40.620209, -79.833885\";s:3:\"lat\";s:10:\"40.6202319\";s:3:\"lng\";s:18:\"-79.83386789999997\";}'),(37842,777,'_locations_24_location','field_5683f288dcba1'),(37843,777,'locations_24_title','Little Deer Creek DL06 – West Deer Township – Bridge Replacement'),(37844,777,'_locations_24_title','field_5683f2aadcba2'),(37845,777,'locations_24_image','740'),(37846,777,'_locations_24_image','field_568439ed8109d'),(37847,777,'locations_24_description','This project was for a small bridge replacement and affected properties in the Township of Russellton, Allegheny County.'),(37848,777,'_locations_24_description','field_5683f2b1dcba3'),(37849,777,'locations_25_location','a:3:{s:7:\"address\";s:21:\"40.620213, -79.833892\";s:3:\"lat\";s:10:\"40.6202352\";s:3:\"lng\";s:18:\"-79.83387549999998\";}'),(37850,777,'_locations_25_location','field_5683f288dcba1'),(37851,777,'locations_25_title','Turtle Creek Bridge 6 – Turtle Creek PA'),(37852,777,'_locations_25_title','field_5683f2aadcba2'),(37853,777,'locations_25_image','742'),(37854,777,'_locations_25_image','field_568439ed8109d'),(37855,777,'locations_25_description','This project is for a mid-sized bridge replacement and is affecting 5 properties in the Borough of Turtle Creek, Allegheny County.'),(37856,777,'_locations_25_description','field_5683f2b1dcba3'),(37857,777,'locations_26_location','a:3:{s:7:\"address\";s:21:\"40.488263, -80.045950\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(37858,777,'_locations_26_location','field_5683f288dcba1'),(37859,777,'locations_26_title','Jacks Run 1, Bellevue and the City of Pittsburgh'),(37860,777,'_locations_26_title','field_5683f2aadcba2'),(37861,777,'locations_26_image','744'),(37862,777,'_locations_26_image','field_568439ed8109d'),(37863,777,'locations_26_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(37864,777,'_locations_26_description','field_5683f2b1dcba3'),(37865,777,'locations_27_location','a:3:{s:7:\"address\";s:21:\"40.541799, -80.247918\";s:3:\"lat\";s:10:\"40.5417824\";s:3:\"lng\";s:11:\"-80.2479169\";}'),(37866,777,'_locations_27_location','field_5683f288dcba1'),(37867,777,'locations_27_title','Boggs Run Bridge 1 – Moon Township'),(37868,777,'_locations_27_title','field_5683f2aadcba2'),(37869,777,'locations_27_image','746'),(37870,777,'_locations_27_image','field_568439ed8109d'),(37871,777,'locations_27_description','This project was for a small bridge replacement and affected 2 properties in the Township of Moon, Allegheny County.'),(37872,777,'_locations_27_description','field_5683f2b1dcba3'),(37873,777,'locations_28_location','a:3:{s:7:\"address\";s:21:\"40.549801, -79.997772\";s:3:\"lat\";s:9:\"40.549733\";s:3:\"lng\";s:18:\"-79.99820799999998\";}'),(37874,777,'_locations_28_location','field_5683f288dcba1'),(37875,777,'locations_28_title','Pine Creek Bridge 1 – Ross Township – Bridge'),(37876,777,'_locations_28_title','field_5683f2aadcba2'),(37877,777,'locations_28_image','749'),(37878,777,'_locations_28_image','field_568439ed8109d'),(37879,777,'locations_28_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(37880,777,'_locations_28_description','field_5683f2b1dcba3'),(37881,777,'locations_29_location','a:3:{s:7:\"address\";s:21:\"40.513209, -79.952573\";s:3:\"lat\";s:10:\"40.5132141\";s:3:\"lng\";s:18:\"-79.95257859999998\";}'),(37882,777,'_locations_29_location','field_5683f288dcba1'),(37883,777,'locations_29_title','Pine Creek Bridge 11 – Glenshaw PA – Bridge'),(37884,777,'_locations_29_title','field_5683f2aadcba2'),(37885,777,'locations_29_image',''),(37886,777,'_locations_29_image','field_568439ed8109d'),(37887,777,'locations_29_description',''),(37888,777,'_locations_29_description','field_5683f2b1dcba3'),(37889,777,'locations_30_location','a:3:{s:7:\"address\";s:21:\"40.518356, -79.992893\";s:3:\"lat\";s:10:\"40.5183459\";s:3:\"lng\";s:11:\"-79.9928827\";}'),(37890,777,'_locations_30_location','field_5683f288dcba1'),(37891,777,'locations_30_title','Thompson Run Bridge 1, Ross Township – Bridge'),(37892,777,'_locations_30_title','field_5683f2aadcba2'),(37893,777,'locations_30_image',''),(37894,777,'_locations_30_image','field_568439ed8109d'),(37895,777,'locations_30_description',''),(37896,777,'_locations_30_description','field_5683f2b1dcba3'),(37897,777,'locations_31_location','a:3:{s:7:\"address\";s:21:\"40.512503, -79.993398\";s:3:\"lat\";s:10:\"40.5125049\";s:3:\"lng\";s:18:\"-79.99341290000001\";}'),(37898,777,'_locations_31_location','field_5683f288dcba1'),(37899,777,'locations_31_title','Thompson Run Bridge 2, Ross Township – Bridge'),(37900,777,'_locations_31_title','field_5683f2aadcba2'),(37901,777,'locations_31_image',''),(37902,777,'_locations_31_image','field_568439ed8109d'),(37903,777,'locations_31_description',''),(37904,777,'_locations_31_description','field_5683f2b1dcba3'),(37905,777,'locations_32_location','a:3:{s:7:\"address\";s:21:\"40.451854, -80.204526\";s:3:\"lat\";s:10:\"40.4518427\";s:3:\"lng\";s:18:\"-80.20452230000001\";}'),(37906,777,'_locations_32_location','field_5683f288dcba1'),(37907,777,'locations_32_title','Montour Run Bridge 13, Findlay Township – Bridge'),(37908,777,'_locations_32_title','field_5683f2aadcba2'),(37909,777,'locations_32_image',''),(37910,777,'_locations_32_image','field_568439ed8109d'),(37911,777,'locations_32_description',''),(37912,777,'_locations_32_description','field_5683f2b1dcba3'),(37913,777,'locations_33_location','a:3:{s:7:\"address\";s:21:\"40.387729, -80.157101\";s:3:\"lat\";s:9:\"40.387271\";s:3:\"lng\";s:18:\"-80.15843699999999\";}'),(37914,777,'_locations_33_location','field_5683f288dcba1'),(37915,777,'locations_33_title','Thompson Run Bridge 10 – Collier – Bridge'),(37916,777,'_locations_33_title','field_5683f2aadcba2'),(37917,777,'locations_33_image',''),(37918,777,'_locations_33_image','field_568439ed8109d'),(37919,777,'locations_33_description',''),(37920,777,'_locations_33_description','field_5683f2b1dcba3'),(37921,777,'locations_34_location','a:3:{s:7:\"address\";s:21:\"40.411953, -79.875847\";s:3:\"lat\";s:10:\"40.4120812\";s:3:\"lng\";s:18:\"-79.87589430000003\";}'),(37922,777,'_locations_34_location','field_5683f288dcba1'),(37923,777,'locations_34_title','Hawkins Village – Rankin, PA - Intersection improvements'),(37924,777,'_locations_34_title','field_5683f2aadcba2'),(37925,777,'locations_34_image',''),(37926,777,'_locations_34_image','field_568439ed8109d'),(37927,777,'locations_34_description',''),(37928,777,'_locations_34_description','field_5683f2b1dcba3'),(37929,777,'locations_35_location','a:3:{s:7:\"address\";s:21:\"40.431658, -79.988902\";s:3:\"lat\";s:10:\"40.4316605\";s:3:\"lng\";s:11:\"-79.9888856\";}'),(37930,777,'_locations_35_location','field_5683f288dcba1'),(37931,777,'locations_35_title','10th Street Bridge – City of Pittsburgh'),(37932,777,'_locations_35_title','field_5683f2aadcba2'),(37933,777,'locations_35_image',''),(37934,777,'_locations_35_image','field_568439ed8109d'),(37935,777,'locations_35_description','This project is for a bridge rehabilitation and is affecting 5 properties in the City of Pittsburgh, Allegheny County.'),(37936,777,'_locations_35_description','field_5683f2b1dcba3'),(37937,777,'locations_36_location','a:3:{s:7:\"address\";s:21:\"40.499230, -80.046110\";s:3:\"lat\";s:10:\"40.4991326\";s:3:\"lng\";s:18:\"-80.04601000000002\";}'),(37938,777,'_locations_36_location','field_5683f288dcba1'),(37939,777,'locations_36_title','Jacks Run Bridge Number 4 – Ross Township'),(37940,777,'_locations_36_title','field_5683f2aadcba2'),(37941,777,'locations_36_image','761'),(37942,777,'_locations_36_image','field_568439ed8109d'),(37943,777,'locations_36_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(37944,777,'_locations_36_description','field_5683f2b1dcba3'),(37945,777,'locations_37_location','a:3:{s:7:\"address\";s:21:\"40.459236, -79.925044\";s:3:\"lat\";s:10:\"40.4592362\";s:3:\"lng\";s:18:\"-79.92502609999997\";}'),(37946,777,'_locations_37_location','field_5683f288dcba1'),(37947,777,'locations_37_title','South Highland Bridge'),(37948,777,'_locations_37_title','field_5683f2aadcba2'),(37949,777,'locations_37_image','765'),(37950,777,'_locations_37_image','field_568439ed8109d'),(37951,777,'locations_37_description','This project was for a small bridge replacement and affected 5 properties in the City of Pittsburgh, Allegheny County.'),(37952,777,'_locations_37_description','field_5683f2b1dcba3'),(37953,777,'locations_38_location','a:3:{s:7:\"address\";s:21:\"40.428539, -79.937852\";s:3:\"lat\";s:10:\"40.4286635\";s:3:\"lng\";s:11:\"-79.9385646\";}'),(37954,777,'_locations_38_location','field_5683f288dcba1'),(37955,777,'locations_38_title','Greenfield Bridge'),(37956,777,'_locations_38_title','field_5683f2aadcba2'),(37957,777,'locations_38_image',''),(37958,777,'_locations_38_image','field_568439ed8109d'),(37959,777,'locations_38_description','This project is for a large bridge replacement and is affecting 5 properties in the City of Pittsburgh, Allegheny County.'),(37960,777,'_locations_38_description','field_5683f2b1dcba3'),(37961,777,'locations_39_location','a:3:{s:7:\"address\";s:21:\"40.451553, -80.010952\";s:3:\"lat\";s:10:\"40.4507635\";s:3:\"lng\";s:18:\"-80.01148369999999\";}'),(37962,777,'_locations_39_location','field_5683f288dcba1'),(37963,777,'locations_39_title','West Ohio'),(37964,777,'_locations_39_title','field_5683f2aadcba2'),(37965,777,'locations_39_image',''),(37966,777,'_locations_39_image','field_568439ed8109d'),(37967,777,'locations_39_description','This project is for a bridge and is affecting 6 properties in the City of Pittsburgh, Allegheny County.'),(37968,777,'_locations_39_description','field_5683f2b1dcba3'),(37969,777,'locations_40_location','a:3:{s:7:\"address\";s:21:\"40.406886, -80.034145\";s:3:\"lat\";s:10:\"40.4068824\";s:3:\"lng\";s:11:\"-80.0341517\";}'),(37970,777,'_locations_40_location','field_5683f288dcba1'),(37971,777,'locations_40_title','Wenzel Avenue'),(37972,777,'_locations_40_title','field_5683f2aadcba2'),(37973,777,'locations_40_image',''),(37974,777,'_locations_40_image','field_568439ed8109d'),(37975,777,'locations_40_description','This project is for a bridge replacement and intersection improvement and is affecting 5 properties in the City of Pittsburgh, Allegheny County.'),(37976,777,'_locations_40_description','field_5683f2b1dcba3'),(37977,777,'locations_41_location','a:3:{s:7:\"address\";s:21:\"40.441118, -80.005603\";s:3:\"lat\";s:10:\"40.4412185\";s:3:\"lng\";s:18:\"-80.00527490000002\";}'),(37978,777,'_locations_41_location','field_5683f288dcba1'),(37979,777,'locations_41_title','Gateway Alignment of Pittsburgh’s Light Rail System – Damage Estimate (other)'),(37980,777,'_locations_41_title','field_5683f2aadcba2'),(37981,777,'locations_41_image',''),(37982,777,'_locations_41_image','field_568439ed8109d'),(37983,777,'locations_41_description',''),(37984,777,'_locations_41_description','field_5683f2b1dcba3'),(37985,777,'locations_42_location','a:3:{s:7:\"address\";s:21:\"40.432068, -79.960800\";s:3:\"lat\";s:10:\"40.4320739\";s:3:\"lng\";s:18:\"-79.96079459999999\";}'),(37986,777,'_locations_42_location','field_5683f288dcba1'),(37987,777,'locations_42_title','Duquesne Light, 2nd Avenue, City of Pittsburgh – Market Study (other)'),(37988,777,'_locations_42_title','field_5683f2aadcba2'),(37989,777,'locations_42_image',''),(37990,777,'_locations_42_image','field_568439ed8109d'),(37991,777,'locations_42_description',''),(37992,777,'_locations_42_description','field_5683f2b1dcba3'),(37993,777,'locations_43_location','a:3:{s:7:\"address\";s:21:\"40.576915, -79.909904\";s:3:\"lat\";s:10:\"40.5766476\";s:3:\"lng\";s:18:\"-79.90981210000001\";}'),(37994,777,'_locations_43_location','field_5683f288dcba1'),(37995,777,'locations_43_title','Superior Pipeline – Frazer Township, Large Tract Valuation Study – (other)'),(37996,777,'_locations_43_title','field_5683f2aadcba2'),(37997,777,'locations_43_image',''),(37998,777,'_locations_43_image','field_568439ed8109d'),(37999,777,'locations_43_description',''),(38000,777,'_locations_43_description','field_5683f2b1dcba3'),(38001,777,'locations_44_location','a:3:{s:7:\"address\";s:21:\"40.576915, -79.909904\";s:3:\"lat\";s:10:\"40.5766476\";s:3:\"lng\";s:18:\"-79.90981210000001\";}'),(38002,777,'_locations_44_location','field_5683f288dcba1'),(38003,777,'locations_44_title','Allegheny County Airport Authority, Avigation Easement Valuation – (other)'),(38004,777,'_locations_44_title','field_5683f2aadcba2'),(38005,777,'locations_44_image',''),(38006,777,'_locations_44_image','field_568439ed8109d'),(38007,777,'locations_44_description',''),(38008,777,'_locations_44_description','field_5683f2b1dcba3'),(38009,777,'locations_45_location','a:3:{s:7:\"address\";s:21:\"40.514151, -80.263115\";s:3:\"lat\";s:9:\"40.514459\";s:3:\"lng\";s:18:\"-80.26304199999998\";}'),(38010,777,'_locations_45_location','field_5683f288dcba1'),(38011,777,'locations_45_title','Allegheny County Airport Authority and Findlay Municipal Authority, Moon Township – (other)'),(38012,777,'_locations_45_title','field_5683f2aadcba2'),(38013,777,'locations_45_image',''),(38014,777,'_locations_45_image','field_568439ed8109d'),(38015,777,'locations_45_description',''),(38016,777,'_locations_45_description','field_5683f2b1dcba3'),(38017,777,'locations','46'),(38018,777,'_locations','field_5683f253a5dba'),(38019,347,'locations_45_location','a:3:{s:7:\"address\";s:21:\"40.469056, -80.040343\";s:3:\"lat\";s:10:\"40.4692028\";s:3:\"lng\";s:18:\"-80.04039019999999\";}'),(38020,347,'_locations_45_location','field_5683f288dcba1'),(38021,347,'locations_45_title','Doerr Street Small Tract Vacant Land Study – Duquesne Light – Pittsburgh (other)'),(38022,347,'_locations_45_title','field_5683f2aadcba2'),(38023,347,'locations_45_image',''),(38024,347,'_locations_45_image','field_568439ed8109d'),(38025,347,'locations_45_description',''),(38026,347,'_locations_45_description','field_5683f2b1dcba3'),(38027,779,'locations_0_location','a:3:{s:7:\"address\";s:21:\"42.136992, -80.068054\";s:3:\"lat\";s:9:\"42.137055\";s:3:\"lng\";s:11:\"-80.0681085\";}'),(38028,779,'_locations_0_location','field_5683f288dcba1'),(38029,779,'locations_0_title','State Route 4034, Section A50 Erie Bayfront – New Roadway Construction'),(38030,779,'_locations_0_title','field_5683f2aadcba2'),(38031,779,'locations_0_image',''),(38032,779,'_locations_0_image','field_568439ed8109d'),(38033,779,'locations_0_description','This project was for new road construction and affected 24 properties and resulted in the relocation of 12 residents and 3 businesses in the City of Erie, Erie County.'),(38034,779,'_locations_0_description','field_5683f2b1dcba3'),(38035,779,'locations_1_location','a:3:{s:7:\"address\";s:21:\"42.132253, -80.062521\";s:3:\"lat\";s:10:\"42.1317107\";s:3:\"lng\";s:18:\"-80.06192249999998\";}'),(38036,779,'_locations_1_location','field_5683f288dcba1'),(38037,779,'locations_1_title','State Route 4034, Section A51 Erie Bayfront – New Roadway Construction'),(38038,779,'_locations_1_title','field_5683f2aadcba2'),(38039,779,'locations_1_image','445'),(38040,779,'_locations_1_image','field_568439ed8109d'),(38041,779,'locations_1_description','This project was for new road construction and affected 25 properties and resulted in the relocation of 3 residents and 12 businesses in the City of Erie, Erie County.'),(38042,779,'_locations_1_description','field_5683f2b1dcba3'),(38043,779,'locations_2_location','a:3:{s:7:\"address\";s:21:\"42.123213, -79.980684\";s:3:\"lat\";s:17:\"42.12319309999999\";s:3:\"lng\";s:18:\"-79.98069599999997\";}'),(38044,779,'_locations_2_location','field_5683f288dcba1'),(38045,779,'locations_2_title','State Route 4034, Section A90 Bayfront Station Road – New Roadway Construction'),(38046,779,'_locations_2_title','field_5683f2aadcba2'),(38047,779,'locations_2_image','448'),(38048,779,'_locations_2_image','field_568439ed8109d'),(38049,779,'locations_2_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie County.'),(38050,779,'_locations_2_description','field_5683f2b1dcba3'),(38051,779,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.157606, -80.225857\";s:3:\"lat\";s:10:\"41.1576048\";s:3:\"lng\";s:11:\"-80.2258668\";}'),(38052,779,'_locations_3_location','field_5683f288dcba1'),(38053,779,'locations_3_title','Iron Bridge – State Route 0019, B04 – Bridge Replacement'),(38054,779,'_locations_3_title','field_5683f2aadcba2'),(38055,779,'locations_3_image','450'),(38056,779,'_locations_3_image','field_568439ed8109d'),(38057,779,'locations_3_description','This project was for a mid-sized bridge replacement and affected 8 properties in the Township of Springfield, Mercer County.'),(38058,779,'_locations_3_description','field_5683f2b1dcba3'),(38059,779,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.157502, -80.225829\";s:3:\"lat\";s:10:\"41.1575001\";s:3:\"lng\";s:11:\"-80.2258445\";}'),(38060,779,'_locations_4_location','field_5683f288dcba1'),(38061,779,'locations_4_title','State Route 0062, Section A02G, Sharon – Roadway Widening'),(38062,779,'_locations_4_title','field_5683f2aadcba2'),(38063,779,'locations_4_image','452'),(38064,779,'_locations_4_image','field_568439ed8109d'),(38065,779,'locations_4_description','This project was for a road widening and affected 12 properties and resulted in the relocation of 2 residents and 4 businesses in the Cities of Sharon and Farrell, Mercer County.'),(38066,779,'_locations_4_description','field_5683f2b1dcba3'),(38067,779,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.203515, -80.500030\";s:3:\"lat\";s:10:\"41.2035162\";s:3:\"lng\";s:18:\"-80.50022580000001\";}'),(38068,779,'_locations_5_location','field_5683f288dcba1'),(38069,779,'locations_5_title','State Route 0062, Section A02, Sharon – Roadway Widening'),(38070,779,'_locations_5_title','field_5683f2aadcba2'),(38071,779,'locations_5_image',''),(38072,779,'_locations_5_image','field_568439ed8109d'),(38073,779,'locations_5_description','This project is for roadway widening and intersection improvements and is affecting over 100 properties and resulting in the relocation of 2 residents and 2 businesses in the Cities of Sharon and Farrell, and the Borough of West Wheatland, Mercer County.'),(38074,779,'_locations_5_description','field_5683f2b1dcba3'),(38075,779,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.174312, -80.459088\";s:3:\"lat\";s:9:\"41.174248\";s:3:\"lng\";s:18:\"-80.45922139999999\";}'),(38076,779,'_locations_6_location','field_5683f288dcba1'),(38077,779,'locations_6_title','State Route 318, Section B00 – West Middlesex – Bridge Replacement'),(38078,779,'_locations_6_title','field_5683f2aadcba2'),(38079,779,'locations_6_image',''),(38080,779,'_locations_6_image','field_568439ed8109d'),(38081,779,'locations_6_description','This project is for a large bridge replacement spanning the Shenango River and is affecting 23 properties in the Borough of West Middlesex, Mercer County.'),(38082,779,'_locations_6_description','field_5683f2b1dcba3'),(38083,779,'locations_7_location','a:3:{s:7:\"address\";s:21:\"42.101392, -79.988518\";s:3:\"lat\";s:10:\"42.1009699\";s:3:\"lng\";s:18:\"-79.98816999999997\";}'),(38084,779,'_locations_7_location','field_5683f288dcba1'),(38085,779,'locations_7_title','Township Road T609, Section S000 - Kane Hill Road Bridge – Erie County (LOCAL)'),(38086,779,'_locations_7_title','field_5683f2aadcba2'),(38087,779,'locations_7_image','461'),(38088,779,'_locations_7_image','field_568439ed8109d'),(38089,779,'locations_7_description','This project is for a bridge replacement and is affecting 4 properties in Township of Greene, Erie County.'),(38090,779,'_locations_7_description','field_5683f2b1dcba3'),(38091,779,'locations_8_location','a:3:{s:7:\"address\";s:21:\"42.067111, -80.103791\";s:3:\"lat\";s:10:\"42.0681078\";s:3:\"lng\";s:11:\"-80.1039467\";}'),(38092,779,'_locations_8_location','field_5683f288dcba1'),(38093,779,'locations_8_title','State Route 4012, Section A00 – Erie County – Millcreek, Roadway Widening'),(38094,779,'_locations_8_title','field_5683f2aadcba2'),(38095,779,'locations_8_image',''),(38096,779,'_locations_8_image','field_568439ed8109d'),(38097,779,'locations_8_description',''),(38098,779,'_locations_8_description','field_5683f2b1dcba3'),(38099,779,'locations_9_location','a:3:{s:7:\"address\";s:21:\"42.071262, -80.202530\";s:3:\"lat\";s:8:\"42.07139\";s:3:\"lng\";s:18:\"-80.20223699999997\";}'),(38100,779,'_locations_9_location','field_5683f288dcba1'),(38101,779,'locations_9_title','State Route 4016, Section L00 – Millfair Erie – Intersection and Roadway Improvements'),(38102,779,'_locations_9_title','field_5683f2aadcba2'),(38103,779,'locations_9_image',''),(38104,779,'_locations_9_image','field_568439ed8109d'),(38105,779,'locations_9_description',''),(38106,779,'_locations_9_description','field_5683f2b1dcba3'),(38107,779,'locations_10_location','a:3:{s:7:\"address\";s:21:\"42.150704, -80.005306\";s:3:\"lat\";s:10:\"42.1512609\";s:3:\"lng\";s:18:\"-80.00499430000002\";}'),(38108,779,'_locations_10_location','field_5683f288dcba1'),(38109,779,'locations_10_title','Nagle Road Bridge – Harborcreek – Bridge Replacement'),(38110,779,'_locations_10_title','field_5683f2aadcba2'),(38111,779,'locations_10_image','457'),(38112,779,'_locations_10_image','field_568439ed8109d'),(38113,779,'locations_10_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie Country.'),(38114,779,'_locations_10_description','field_5683f2b1dcba3'),(38115,779,'locations_11_location','a:3:{s:7:\"address\";s:21:\"41.731326, -80.143636\";s:3:\"lat\";s:10:\"41.7312678\";s:3:\"lng\";s:18:\"-80.14303139999998\";}'),(38116,779,'_locations_11_location','field_5683f288dcba1'),(38117,779,'locations_11_title','Peters Road Bridge – Woodcock Township'),(38118,779,'_locations_11_title','field_5683f2aadcba2'),(38119,779,'locations_11_image',''),(38120,779,'_locations_11_image','field_568439ed8109d'),(38121,779,'locations_11_description','This project is for bridge removal and a new railroad crossing and is affecting 5 properties in the Township of Woodcock, Crawford County.'),(38122,779,'_locations_11_description','field_5683f2b1dcba3'),(38123,779,'locations_12_location','a:3:{s:7:\"address\";s:21:\"42.074226, -80.182684\";s:3:\"lat\";s:10:\"42.0750544\";s:3:\"lng\";s:18:\"-80.18202980000001\";}'),(38124,779,'_locations_12_location','field_5683f288dcba1'),(38125,779,'locations_12_title','State Route 4002, Section A02 Erie'),(38126,779,'_locations_12_title','field_5683f2aadcba2'),(38127,779,'locations_12_image',''),(38128,779,'_locations_12_image','field_568439ed8109d'),(38129,779,'locations_12_description',''),(38130,779,'_locations_12_description','field_5683f2b1dcba3'),(38131,779,'locations_13_location','a:3:{s:7:\"address\";s:21:\"41.506210, -79.633939\";s:3:\"lat\";s:9:\"41.505463\";s:3:\"lng\";s:18:\"-79.63243899999998\";}'),(38132,779,'_locations_13_location','field_5683f288dcba1'),(38133,779,'locations_13_title','State Route 0227, Section B01, Venango County – Bridge Replacement'),(38134,779,'_locations_13_title','field_5683f2aadcba2'),(38135,779,'locations_13_image',''),(38136,779,'_locations_13_image','field_568439ed8109d'),(38137,779,'locations_13_description','This project is for a small bridge and is affecting 2 properties in the Township of Sugar Grove, Warren County.'),(38138,779,'_locations_13_description','field_5683f2b1dcba3'),(38139,779,'locations_14_location','a:3:{s:7:\"address\";s:21:\"42.160855, -79.978735\";s:3:\"lat\";s:9:\"42.160685\";s:3:\"lng\";s:10:\"-79.979015\";}'),(38140,779,'_locations_14_location','field_5683f288dcba1'),(38141,779,'locations_14_title','State Route 955, Section B00, Erie County – Bridge Replacement'),(38142,779,'_locations_14_title','field_5683f2aadcba2'),(38143,779,'locations_14_image','427'),(38144,779,'_locations_14_image','field_568439ed8109d'),(38145,779,'locations_14_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(38146,779,'_locations_14_description','field_5683f2b1dcba3'),(38147,779,'locations_15_location','a:3:{s:7:\"address\";s:21:\"42.166954, -79.961159\";s:3:\"lat\";s:9:\"42.167122\";s:3:\"lng\";s:10:\"-79.959048\";}'),(38148,779,'_locations_15_location','field_5683f288dcba1'),(38149,779,'locations_15_title','State Route 0955, Section B01, Erie Count – Bridge Replacement'),(38150,779,'_locations_15_title','field_5683f2aadcba2'),(38151,779,'locations_15_image','427'),(38152,779,'_locations_15_image','field_568439ed8109d'),(38153,779,'locations_15_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(38154,779,'_locations_15_description','field_5683f2b1dcba3'),(38155,779,'locations_16_location','a:3:{s:7:\"address\";s:21:\"41.470470, -80.335987\";s:3:\"lat\";s:10:\"41.4704425\";s:3:\"lng\";s:18:\"-80.33643310000002\";}'),(38156,779,'_locations_16_location','field_5683f288dcba1'),(38157,779,'locations_16_title','State Route 4021, Section B00, Mercer County – Bridge Replacement'),(38158,779,'_locations_16_title','field_5683f2aadcba2'),(38159,779,'locations_16_image','430'),(38160,779,'_locations_16_image','field_568439ed8109d'),(38161,779,'locations_16_description','This project was for a small bridge and affected 2 properties in the Township of Sugar Grove, Mercer County.'),(38162,779,'_locations_16_description','field_5683f2b1dcba3'),(38163,779,'locations_17_location','a:3:{s:7:\"address\";s:21:\"41.883264, -79.813068\";s:3:\"lat\";s:10:\"41.8827053\";s:3:\"lng\";s:18:\"-79.81425380000002\";}'),(38164,779,'_locations_17_location','field_5683f288dcba1'),(38165,779,'locations_17_title','State Route 2010, Section B01, Erie County'),(38166,779,'_locations_17_title','field_5683f2aadcba2'),(38167,779,'locations_17_image',''),(38168,779,'_locations_17_image','field_568439ed8109d'),(38169,779,'locations_17_description',''),(38170,779,'_locations_17_description','field_5683f2b1dcba3'),(38171,779,'locations_18_location','a:3:{s:7:\"address\";s:21:\"41.717397, -79.539631\";s:3:\"lat\";s:9:\"41.717376\";s:3:\"lng\";s:18:\"-79.53928450000001\";}'),(38172,779,'_locations_18_location','field_5683f288dcba1'),(38173,779,'locations_18_title','State Route 6100, Section 2B, Erie County – Bridge Replacement'),(38174,779,'_locations_18_title','field_5683f2aadcba2'),(38175,779,'locations_18_image',''),(38176,779,'_locations_18_image','field_568439ed8109d'),(38177,779,'locations_18_description',''),(38178,779,'_locations_18_description','field_5683f2b1dcba3'),(38179,779,'locations_19_location','a:3:{s:7:\"address\";s:21:\"41.897746, -80.157620\";s:3:\"lat\";s:9:\"41.897468\";s:3:\"lng\";s:18:\"-80.15661999999998\";}'),(38180,779,'_locations_19_location','field_5683f288dcba1'),(38181,779,'locations_19_title','State Route 3023, Section B00 – Edinboro PA - Bridge'),(38182,779,'_locations_19_title','field_5683f2aadcba2'),(38183,779,'locations_19_image',''),(38184,779,'_locations_19_image','field_568439ed8109d'),(38185,779,'locations_19_description',''),(38186,779,'_locations_19_description','field_5683f2b1dcba3'),(38187,779,'locations','20'),(38188,779,'_locations','field_5683f253a5dba'),(38189,329,'locations_19_location','a:3:{s:7:\"address\";s:21:\"41.897746, -80.157620\";s:3:\"lat\";s:9:\"41.897468\";s:3:\"lng\";s:18:\"-80.15661999999998\";}'),(38190,329,'_locations_19_location','field_5683f288dcba1'),(38191,329,'locations_19_title','State Route 3023, Section B00 – Edinboro PA - Bridge'),(38192,329,'_locations_19_title','field_5683f2aadcba2'),(38193,329,'locations_19_image',''),(38194,329,'_locations_19_image','field_568439ed8109d'),(38195,329,'locations_19_description',''),(38196,329,'_locations_19_description','field_5683f2b1dcba3'),(38197,780,'_wp_attached_file','2015/12/wp1f07b384_06.png'),(38198,780,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:281;s:6:\"height\";i:198;s:4:\"file\";s:25:\"2015/12/wp1f07b384_06.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"wp1f07b384_06-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(38199,781,'locations_0_location','a:3:{s:7:\"address\";s:21:\"42.136992, -80.068054\";s:3:\"lat\";s:9:\"42.137055\";s:3:\"lng\";s:11:\"-80.0681085\";}'),(38200,781,'_locations_0_location','field_5683f288dcba1'),(38201,781,'locations_0_title','State Route 4034, Section A50 Erie Bayfront – New Roadway Construction'),(38202,781,'_locations_0_title','field_5683f2aadcba2'),(38203,781,'locations_0_image',''),(38204,781,'_locations_0_image','field_568439ed8109d'),(38205,781,'locations_0_description','This project was for new road construction and affected 24 properties and resulted in the relocation of 12 residents and 3 businesses in the City of Erie, Erie County.'),(38206,781,'_locations_0_description','field_5683f2b1dcba3'),(38207,781,'locations_1_location','a:3:{s:7:\"address\";s:21:\"42.132253, -80.062521\";s:3:\"lat\";s:10:\"42.1317107\";s:3:\"lng\";s:18:\"-80.06192249999998\";}'),(38208,781,'_locations_1_location','field_5683f288dcba1'),(38209,781,'locations_1_title','State Route 4034, Section A51 Erie Bayfront – New Roadway Construction'),(38210,781,'_locations_1_title','field_5683f2aadcba2'),(38211,781,'locations_1_image','445'),(38212,781,'_locations_1_image','field_568439ed8109d'),(38213,781,'locations_1_description','This project was for new road construction and affected 25 properties and resulted in the relocation of 3 residents and 12 businesses in the City of Erie, Erie County.'),(38214,781,'_locations_1_description','field_5683f2b1dcba3'),(38215,781,'locations_2_location','a:3:{s:7:\"address\";s:21:\"42.123213, -79.980684\";s:3:\"lat\";s:17:\"42.12319309999999\";s:3:\"lng\";s:18:\"-79.98069599999997\";}'),(38216,781,'_locations_2_location','field_5683f288dcba1'),(38217,781,'locations_2_title','State Route 4034, Section A90 Bayfront Station Road – New Roadway Construction'),(38218,781,'_locations_2_title','field_5683f2aadcba2'),(38219,781,'locations_2_image','448'),(38220,781,'_locations_2_image','field_568439ed8109d'); INSERT INTO `wp_postmeta` VALUES (38221,781,'locations_2_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie County.'),(38222,781,'_locations_2_description','field_5683f2b1dcba3'),(38223,781,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.157606, -80.225857\";s:3:\"lat\";s:10:\"41.1576048\";s:3:\"lng\";s:11:\"-80.2258668\";}'),(38224,781,'_locations_3_location','field_5683f288dcba1'),(38225,781,'locations_3_title','Iron Bridge – State Route 0019, B04 – Bridge Replacement'),(38226,781,'_locations_3_title','field_5683f2aadcba2'),(38227,781,'locations_3_image','450'),(38228,781,'_locations_3_image','field_568439ed8109d'),(38229,781,'locations_3_description','This project was for a mid-sized bridge replacement and affected 8 properties in the Township of Springfield, Mercer County.'),(38230,781,'_locations_3_description','field_5683f2b1dcba3'),(38231,781,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.157502, -80.225829\";s:3:\"lat\";s:10:\"41.1575001\";s:3:\"lng\";s:11:\"-80.2258445\";}'),(38232,781,'_locations_4_location','field_5683f288dcba1'),(38233,781,'locations_4_title','State Route 0062, Section A02G, Sharon – Roadway Widening'),(38234,781,'_locations_4_title','field_5683f2aadcba2'),(38235,781,'locations_4_image','452'),(38236,781,'_locations_4_image','field_568439ed8109d'),(38237,781,'locations_4_description','This project was for a road widening and affected 12 properties and resulted in the relocation of 2 residents and 4 businesses in the Cities of Sharon and Farrell, Mercer County.'),(38238,781,'_locations_4_description','field_5683f2b1dcba3'),(38239,781,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.203515, -80.500030\";s:3:\"lat\";s:10:\"41.2035162\";s:3:\"lng\";s:18:\"-80.50022580000001\";}'),(38240,781,'_locations_5_location','field_5683f288dcba1'),(38241,781,'locations_5_title','State Route 0062, Section A02, Sharon – Roadway Widening'),(38242,781,'_locations_5_title','field_5683f2aadcba2'),(38243,781,'locations_5_image',''),(38244,781,'_locations_5_image','field_568439ed8109d'),(38245,781,'locations_5_description','This project is for roadway widening and intersection improvements and is affecting over 100 properties and resulting in the relocation of 2 residents and 2 businesses in the Cities of Sharon and Farrell, and the Borough of West Wheatland, Mercer County.'),(38246,781,'_locations_5_description','field_5683f2b1dcba3'),(38247,781,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.174312, -80.459088\";s:3:\"lat\";s:9:\"41.174248\";s:3:\"lng\";s:18:\"-80.45922139999999\";}'),(38248,781,'_locations_6_location','field_5683f288dcba1'),(38249,781,'locations_6_title','State Route 318, Section B00 – West Middlesex – Bridge Replacement'),(38250,781,'_locations_6_title','field_5683f2aadcba2'),(38251,781,'locations_6_image',''),(38252,781,'_locations_6_image','field_568439ed8109d'),(38253,781,'locations_6_description','This project is for a large bridge replacement spanning the Shenango River and is affecting 23 properties in the Borough of West Middlesex, Mercer County.'),(38254,781,'_locations_6_description','field_5683f2b1dcba3'),(38255,781,'locations_7_location','a:3:{s:7:\"address\";s:21:\"42.101392, -79.988518\";s:3:\"lat\";s:10:\"42.1009699\";s:3:\"lng\";s:18:\"-79.98816999999997\";}'),(38256,781,'_locations_7_location','field_5683f288dcba1'),(38257,781,'locations_7_title','Township Road T609, Section S000 - Kane Hill Road Bridge – Erie County (LOCAL)'),(38258,781,'_locations_7_title','field_5683f2aadcba2'),(38259,781,'locations_7_image','461'),(38260,781,'_locations_7_image','field_568439ed8109d'),(38261,781,'locations_7_description','This project is for a bridge replacement and is affecting 4 properties in Township of Greene, Erie County.'),(38262,781,'_locations_7_description','field_5683f2b1dcba3'),(38263,781,'locations_8_location','a:3:{s:7:\"address\";s:21:\"42.067111, -80.103791\";s:3:\"lat\";s:10:\"42.0681078\";s:3:\"lng\";s:11:\"-80.1039467\";}'),(38264,781,'_locations_8_location','field_5683f288dcba1'),(38265,781,'locations_8_title','State Route 4012, Section A00 – Erie County – Millcreek, Roadway Widening'),(38266,781,'_locations_8_title','field_5683f2aadcba2'),(38267,781,'locations_8_image',''),(38268,781,'_locations_8_image','field_568439ed8109d'),(38269,781,'locations_8_description',''),(38270,781,'_locations_8_description','field_5683f2b1dcba3'),(38271,781,'locations_9_location','a:3:{s:7:\"address\";s:21:\"42.071262, -80.202530\";s:3:\"lat\";s:8:\"42.07139\";s:3:\"lng\";s:18:\"-80.20223699999997\";}'),(38272,781,'_locations_9_location','field_5683f288dcba1'),(38273,781,'locations_9_title','State Route 4016, Section L00 – Millfair Erie – Intersection and Roadway Improvements'),(38274,781,'_locations_9_title','field_5683f2aadcba2'),(38275,781,'locations_9_image',''),(38276,781,'_locations_9_image','field_568439ed8109d'),(38277,781,'locations_9_description',''),(38278,781,'_locations_9_description','field_5683f2b1dcba3'),(38279,781,'locations_10_location','a:3:{s:7:\"address\";s:21:\"42.150704, -80.005306\";s:3:\"lat\";s:10:\"42.1512609\";s:3:\"lng\";s:18:\"-80.00499430000002\";}'),(38280,781,'_locations_10_location','field_5683f288dcba1'),(38281,781,'locations_10_title','Nagle Road Bridge – Harborcreek – Bridge Replacement'),(38282,781,'_locations_10_title','field_5683f2aadcba2'),(38283,781,'locations_10_image','457'),(38284,781,'_locations_10_image','field_568439ed8109d'),(38285,781,'locations_10_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie Country.'),(38286,781,'_locations_10_description','field_5683f2b1dcba3'),(38287,781,'locations_11_location','a:3:{s:7:\"address\";s:21:\"41.731326, -80.143636\";s:3:\"lat\";s:10:\"41.7312678\";s:3:\"lng\";s:18:\"-80.14303139999998\";}'),(38288,781,'_locations_11_location','field_5683f288dcba1'),(38289,781,'locations_11_title','Peters Road Bridge – Woodcock Township'),(38290,781,'_locations_11_title','field_5683f2aadcba2'),(38291,781,'locations_11_image',''),(38292,781,'_locations_11_image','field_568439ed8109d'),(38293,781,'locations_11_description','This project is for bridge removal and a new railroad crossing and is affecting 5 properties in the Township of Woodcock, Crawford County.'),(38294,781,'_locations_11_description','field_5683f2b1dcba3'),(38295,781,'locations_12_location','a:3:{s:7:\"address\";s:21:\"42.074226, -80.182684\";s:3:\"lat\";s:10:\"42.0750544\";s:3:\"lng\";s:18:\"-80.18202980000001\";}'),(38296,781,'_locations_12_location','field_5683f288dcba1'),(38297,781,'locations_12_title','State Route 4009, Section A02 Erie'),(38298,781,'_locations_12_title','field_5683f2aadcba2'),(38299,781,'locations_12_image','780'),(38300,781,'_locations_12_image','field_568439ed8109d'),(38301,781,'locations_12_description','This project was for the realignment of Asbury Road and affected 14 properties in the Township of Millcreek, Erie County.'),(38302,781,'_locations_12_description','field_5683f2b1dcba3'),(38303,781,'locations_13_location','a:3:{s:7:\"address\";s:21:\"41.506210, -79.633939\";s:3:\"lat\";s:9:\"41.505463\";s:3:\"lng\";s:18:\"-79.63243899999998\";}'),(38304,781,'_locations_13_location','field_5683f288dcba1'),(38305,781,'locations_13_title','State Route 0227, Section B01, Venango County – Bridge Replacement'),(38306,781,'_locations_13_title','field_5683f2aadcba2'),(38307,781,'locations_13_image',''),(38308,781,'_locations_13_image','field_568439ed8109d'),(38309,781,'locations_13_description','This project is for a small bridge and is affecting 2 properties in the Township of Sugar Grove, Warren County.'),(38310,781,'_locations_13_description','field_5683f2b1dcba3'),(38311,781,'locations_14_location','a:3:{s:7:\"address\";s:21:\"42.160855, -79.978735\";s:3:\"lat\";s:9:\"42.160685\";s:3:\"lng\";s:10:\"-79.979015\";}'),(38312,781,'_locations_14_location','field_5683f288dcba1'),(38313,781,'locations_14_title','State Route 955, Section B00, Erie County – Bridge Replacement'),(38314,781,'_locations_14_title','field_5683f2aadcba2'),(38315,781,'locations_14_image','427'),(38316,781,'_locations_14_image','field_568439ed8109d'),(38317,781,'locations_14_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(38318,781,'_locations_14_description','field_5683f2b1dcba3'),(38319,781,'locations_15_location','a:3:{s:7:\"address\";s:21:\"42.166954, -79.961159\";s:3:\"lat\";s:9:\"42.167122\";s:3:\"lng\";s:10:\"-79.959048\";}'),(38320,781,'_locations_15_location','field_5683f288dcba1'),(38321,781,'locations_15_title','State Route 0955, Section B01, Erie Count – Bridge Replacement'),(38322,781,'_locations_15_title','field_5683f2aadcba2'),(38323,781,'locations_15_image','427'),(38324,781,'_locations_15_image','field_568439ed8109d'),(38325,781,'locations_15_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(38326,781,'_locations_15_description','field_5683f2b1dcba3'),(38327,781,'locations_16_location','a:3:{s:7:\"address\";s:21:\"41.470470, -80.335987\";s:3:\"lat\";s:10:\"41.4704425\";s:3:\"lng\";s:18:\"-80.33643310000002\";}'),(38328,781,'_locations_16_location','field_5683f288dcba1'),(38329,781,'locations_16_title','State Route 4021, Section B00, Mercer County – Bridge Replacement'),(38330,781,'_locations_16_title','field_5683f2aadcba2'),(38331,781,'locations_16_image','430'),(38332,781,'_locations_16_image','field_568439ed8109d'),(38333,781,'locations_16_description','This project was for a small bridge and affected 2 properties in the Township of Sugar Grove, Mercer County.'),(38334,781,'_locations_16_description','field_5683f2b1dcba3'),(38335,781,'locations_17_location','a:3:{s:7:\"address\";s:21:\"41.883264, -79.813068\";s:3:\"lat\";s:10:\"41.8827053\";s:3:\"lng\";s:18:\"-79.81425380000002\";}'),(38336,781,'_locations_17_location','field_5683f288dcba1'),(38337,781,'locations_17_title','State Route 2010, Section B01, Erie County'),(38338,781,'_locations_17_title','field_5683f2aadcba2'),(38339,781,'locations_17_image',''),(38340,781,'_locations_17_image','field_568439ed8109d'),(38341,781,'locations_17_description',''),(38342,781,'_locations_17_description','field_5683f2b1dcba3'),(38343,781,'locations_18_location','a:3:{s:7:\"address\";s:21:\"41.717397, -79.539631\";s:3:\"lat\";s:9:\"41.717376\";s:3:\"lng\";s:18:\"-79.53928450000001\";}'),(38344,781,'_locations_18_location','field_5683f288dcba1'),(38345,781,'locations_18_title','State Route 6100, Section 2B, Erie County – Bridge Replacement'),(38346,781,'_locations_18_title','field_5683f2aadcba2'),(38347,781,'locations_18_image',''),(38348,781,'_locations_18_image','field_568439ed8109d'),(38349,781,'locations_18_description',''),(38350,781,'_locations_18_description','field_5683f2b1dcba3'),(38351,781,'locations_19_location','a:3:{s:7:\"address\";s:21:\"41.897746, -80.157620\";s:3:\"lat\";s:9:\"41.897468\";s:3:\"lng\";s:18:\"-80.15661999999998\";}'),(38352,781,'_locations_19_location','field_5683f288dcba1'),(38353,781,'locations_19_title','State Route 3023, Section B00 – Edinboro PA - Bridge'),(38354,781,'_locations_19_title','field_5683f2aadcba2'),(38355,781,'locations_19_image',''),(38356,781,'_locations_19_image','field_568439ed8109d'),(38357,781,'locations_19_description',''),(38358,781,'_locations_19_description','field_5683f2b1dcba3'),(38359,781,'locations','20'),(38360,781,'_locations','field_5683f253a5dba'),(38361,782,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(38362,782,'_locations_0_location','field_5683f288dcba1'),(38363,782,'locations_0_title','SR0028, All sections'),(38364,782,'_locations_0_title','field_5683f2aadcba2'),(38365,782,'locations_0_image',''),(38366,782,'_locations_0_image','field_568439ed8109d'),(38367,782,'locations_0_description',''),(38368,782,'_locations_0_description','field_5683f2b1dcba3'),(38369,782,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(38370,782,'_locations_1_location','field_5683f288dcba1'),(38371,782,'locations_1_title','286, A09 – Golden Mile'),(38372,782,'_locations_1_title','field_5683f2aadcba2'),(38373,782,'locations_1_image',''),(38374,782,'_locations_1_image','field_568439ed8109d'),(38375,782,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(38376,782,'_locations_1_description','field_5683f2b1dcba3'),(38377,782,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(38378,782,'_locations_2_location','field_5683f288dcba1'),(38379,782,'locations_2_title','2040, A18 – Curry Hollow'),(38380,782,'_locations_2_title','field_5683f2aadcba2'),(38381,782,'locations_2_image',''),(38382,782,'_locations_2_image','field_568439ed8109d'),(38383,782,'locations_2_description',''),(38384,782,'_locations_2_description','field_5683f2b1dcba3'),(38385,782,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(38386,782,'_locations_3_location','field_5683f288dcba1'),(38387,782,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(38388,782,'_locations_3_title','field_5683f2aadcba2'),(38389,782,'locations_3_image',''),(38390,782,'_locations_3_image','field_568439ed8109d'),(38391,782,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(38392,782,'_locations_3_description','field_5683f2b1dcba3'),(38393,782,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(38394,782,'_locations_4_location','field_5683f288dcba1'),(38395,782,'locations_4_title','Duncan Avenue – Hampton Twp.'),(38396,782,'_locations_4_title','field_5683f2aadcba2'),(38397,782,'locations_4_image',''),(38398,782,'_locations_4_image','field_568439ed8109d'),(38399,782,'locations_4_description',''),(38400,782,'_locations_4_description','field_5683f2b1dcba3'),(38401,782,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(38402,782,'_locations_5_location','field_5683f288dcba1'),(38403,782,'locations_5_title','Pine Creek Road – McCandless'),(38404,782,'_locations_5_title','field_5683f2aadcba2'),(38405,782,'locations_5_image',''),(38406,782,'_locations_5_image','field_568439ed8109d'),(38407,782,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(38408,782,'_locations_5_description','field_5683f2b1dcba3'),(38409,782,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(38410,782,'_locations_6_location','field_5683f288dcba1'),(38411,782,'locations_6_title','Brewhouse – Trek Development'),(38412,782,'_locations_6_title','field_5683f2aadcba2'),(38413,782,'locations_6_image',''),(38414,782,'_locations_6_image','field_568439ed8109d'),(38415,782,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(38416,782,'_locations_6_description','field_5683f2b1dcba3'),(38417,782,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(38418,782,'_locations_7_location','field_5683f288dcba1'),(38419,782,'locations_7_title','Ewalt Road – Richland Twp.'),(38420,782,'_locations_7_title','field_5683f2aadcba2'),(38421,782,'locations_7_image',''),(38422,782,'_locations_7_image','field_568439ed8109d'),(38423,782,'locations_7_description',''),(38424,782,'_locations_7_description','field_5683f2b1dcba3'),(38425,782,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.625521, -79.941837\";s:3:\"lat\";s:10:\"40.6255198\";s:3:\"lng\";s:10:\"-79.941822\";}'),(38426,782,'_locations_8_location','field_5683f288dcba1'),(38427,782,'locations_8_title','Ewalt Road – Richland Twp.'),(38428,782,'_locations_8_title','field_5683f2aadcba2'),(38429,782,'locations_8_image',''),(38430,782,'_locations_8_image','field_568439ed8109d'),(38431,782,'locations_8_description',''),(38432,782,'_locations_8_description','field_5683f2b1dcba3'),(38433,782,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(38434,782,'_locations_9_location','field_5683f288dcba1'),(38435,782,'locations_9_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(38436,782,'_locations_9_title','field_5683f2aadcba2'),(38437,782,'locations_9_image',''),(38438,782,'_locations_9_image','field_568439ed8109d'),(38439,782,'locations_9_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(38440,782,'_locations_9_description','field_5683f2b1dcba3'),(38441,782,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.425708, -79.805807\";s:3:\"lat\";s:10:\"40.4256461\";s:3:\"lng\";s:18:\"-79.80576589999998\";}'),(38442,782,'_locations_10_location','field_5683f288dcba1'),(38443,782,'locations_10_title','State Route 2065, Section A07'),(38444,782,'_locations_10_title','field_5683f2aadcba2'),(38445,782,'locations_10_image',''),(38446,782,'_locations_10_image','field_568439ed8109d'),(38447,782,'locations_10_description',''),(38448,782,'_locations_10_description','field_5683f2b1dcba3'),(38449,782,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.354856, -80.118393\";s:3:\"lat\";s:10:\"40.3527492\";s:3:\"lng\";s:18:\"-80.11776529999997\";}'),(38450,782,'_locations_11_location','field_5683f288dcba1'),(38451,782,'locations_11_title','Southern Beltway Section C – New Roadway Construction'),(38452,782,'_locations_11_title','field_5683f2aadcba2'),(38453,782,'locations_11_image',''),(38454,782,'_locations_11_image','field_568439ed8109d'),(38455,782,'locations_11_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 18 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(38456,782,'_locations_11_description','field_5683f2b1dcba3'),(38457,782,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.509371, -80.256419\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(38458,782,'_locations_12_location','field_5683f288dcba1'),(38459,782,'locations_12_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(38460,782,'_locations_12_title','field_5683f2aadcba2'),(38461,782,'locations_12_image','671'),(38462,782,'_locations_12_image','field_568439ed8109d'),(38463,782,'locations_12_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(38464,782,'_locations_12_description','field_5683f2b1dcba3'),(38465,782,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.590450, -79.888763\";s:3:\"lat\";s:10:\"40.5943712\";s:3:\"lng\";s:18:\"-79.89597279999998\";}'),(38466,782,'_locations_13_location','field_5683f288dcba1'),(38467,782,'locations_13_title','MP 40-48 – Hampton Township – Highway Widening'),(38468,782,'_locations_13_title','field_5683f2aadcba2'),(38469,782,'locations_13_image',''),(38470,782,'_locations_13_image','field_568439ed8109d'),(38471,782,'locations_13_description','This project is for mainline reconstruction and bridge replacement and is affecting 71 properties and resulting in the relocation of 1 resident in the Townships of Harmar and Indiana, Allegheny County.'),(38472,782,'_locations_13_description','field_5683f2b1dcba3'),(38473,782,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.392019, -80.077682\";s:3:\"lat\";s:17:\"40.39202119999999\";s:3:\"lng\";s:18:\"-80.07767890000002\";}'),(38474,782,'_locations_14_location','field_5683f288dcba1'),(38475,782,'locations_14_title','Georges Run Bridge No. 1, Carnegie PA – Bridge'),(38476,782,'_locations_14_title','field_5683f2aadcba2'),(38477,782,'locations_14_image',''),(38478,782,'_locations_14_image','field_568439ed8109d'),(38479,782,'locations_14_description','This project is for a small bridge replacement and is affecting 4 properties in the Township of Scott, Allegheny County.'),(38480,782,'_locations_14_description','field_5683f2b1dcba3'),(38481,782,'locations_15_location','a:3:{s:7:\"address\";s:21:\"40.386279, -79.894258\";s:3:\"lat\";s:10:\"40.3862842\";s:3:\"lng\";s:18:\"-79.89425510000001\";}'),(38482,782,'_locations_15_location','field_5683f288dcba1'),(38483,782,'locations_15_title','Homeville Creek Bridge 7, West Mifflin PA – Bridge'),(38484,782,'_locations_15_title','field_5683f2aadcba2'),(38485,782,'locations_15_image',''),(38486,782,'_locations_15_image','field_568439ed8109d'),(38487,782,'locations_15_description','This project is for a small bridge replacement and is affecting 7 properties in the Borough of Munhall, Allegheny County.'),(38488,782,'_locations_15_description','field_5683f2b1dcba3'),(38489,782,'locations_16_location','a:3:{s:7:\"address\";s:21:\"40.396380, -79.895244\";s:3:\"lat\";s:10:\"40.3963432\";s:3:\"lng\";s:18:\"-79.89543119999996\";}'),(38490,782,'_locations_16_location','field_5683f288dcba1'),(38491,782,'locations_16_title','Homeville Creek Bridge 10 – West Mifflin PA - Bridge'),(38492,782,'_locations_16_title','field_5683f2aadcba2'),(38493,782,'locations_16_image','727'),(38494,782,'_locations_16_image','field_568439ed8109d'),(38495,782,'locations_16_description','This project was for a small bridge replacement and affected 7 properties in the Borough of Munhall, Allegheny County.'),(38496,782,'_locations_16_description','field_5683f2b1dcba3'),(38497,782,'locations_17_location','a:3:{s:7:\"address\";s:21:\"40.329286, -79.987406\";s:3:\"lat\";s:10:\"40.3292857\";s:3:\"lng\";s:18:\"-79.98741289999998\";}'),(38498,782,'_locations_17_location','field_5683f288dcba1'),(38499,782,'locations_17_title','Licks Run Bridge 9, South Park – PA – Bridge'),(38500,782,'_locations_17_title','field_5683f2aadcba2'),(38501,782,'locations_17_image','730'),(38502,782,'_locations_17_image','field_568439ed8109d'),(38503,782,'locations_17_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(38504,782,'_locations_17_description','field_5683f2b1dcba3'),(38505,782,'locations_18_location','a:3:{s:7:\"address\";s:21:\"40.329261, -79.988204\";s:3:\"lat\";s:9:\"40.329261\";s:3:\"lng\";s:10:\"-79.988205\";}'),(38506,782,'_locations_18_location','field_5683f288dcba1'),(38507,782,'locations_18_title','Licks Run Bridge 10, South Park – PA - Bridge'),(38508,782,'_locations_18_title','field_5683f2aadcba2'),(38509,782,'locations_18_image','730'),(38510,782,'_locations_18_image','field_568439ed8109d'),(38511,782,'locations_18_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(38512,782,'_locations_18_description','field_5683f2b1dcba3'),(38513,782,'locations_19_location','a:3:{s:7:\"address\";s:21:\"40.515624, -80.009959\";s:3:\"lat\";s:10:\"40.5156082\";s:3:\"lng\";s:18:\"-80.00994129999998\";}'),(38514,782,'_locations_19_location','field_5683f288dcba1'),(38515,782,'locations_19_title','Girtys Run Bridge 14'),(38516,782,'_locations_19_title','field_5683f2aadcba2'),(38517,782,'locations_19_image','733'),(38518,782,'_locations_19_image','field_568439ed8109d'),(38519,782,'locations_19_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(38520,782,'_locations_19_description','field_5683f2b1dcba3'),(38521,782,'locations_20_location','a:3:{s:7:\"address\";s:21:\"40.488268, -80.045947\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(38522,782,'_locations_20_location','field_5683f288dcba1'),(38523,782,'locations_20_title','Jacks Run 3 – Bellevue, PA – Bridge Replacement'),(38524,782,'_locations_20_title','field_5683f2aadcba2'),(38525,782,'locations_20_image','735'),(38526,782,'_locations_20_image','field_568439ed8109d'),(38527,782,'locations_20_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(38528,782,'_locations_20_description','field_5683f2b1dcba3'),(38529,782,'locations_21_location','a:3:{s:7:\"address\";s:21:\"40.330826, -79.986892\";s:3:\"lat\";s:10:\"40.3307469\";s:3:\"lng\";s:18:\"-79.98678430000001\";}'),(38530,782,'_locations_21_location','field_5683f288dcba1'),(38531,782,'locations_21_title','Brownsville to Broughton, South Park PA, intersection improvements and realignment'),(38532,782,'_locations_21_title','field_5683f2aadcba2'),(38533,782,'locations_21_image',''),(38534,782,'_locations_21_image','field_568439ed8109d'),(38535,782,'locations_21_description',''),(38536,782,'_locations_21_description','field_5683f2b1dcba3'),(38537,782,'locations_22_location','a:3:{s:7:\"address\";s:21:\"40.651302, -79.799610\";s:3:\"lat\";s:9:\"40.651344\";s:3:\"lng\";s:18:\"-79.80019399999998\";}'),(38538,782,'_locations_22_location','field_5683f288dcba1'),(38539,782,'locations_22_title','Bull Creek Bridge No. 6 – Fawn Township – Bridge'),(38540,782,'_locations_22_title','field_5683f2aadcba2'),(38541,782,'locations_22_image',''),(38542,782,'_locations_22_image','field_568439ed8109d'),(38543,782,'locations_22_description','This project is for a small bridge replacement and is affecting 9 properties in the Township of Fawn, Allegheny County.'),(38544,782,'_locations_22_description','field_5683f2b1dcba3'),(38545,782,'locations_23_location','a:3:{s:7:\"address\";s:21:\"40.662745, -79.817800\";s:3:\"lat\";s:9:\"40.663536\";s:3:\"lng\";s:10:\"-79.819073\";}'),(38546,782,'_locations_23_location','field_5683f288dcba1'),(38547,782,'locations_23_title','Bull Creek Bridge No. 9 – West Deer Township – Bridge'),(38548,782,'_locations_23_title','field_5683f2aadcba2'),(38549,782,'locations_23_image',''),(38550,782,'_locations_23_image','field_568439ed8109d'),(38551,782,'locations_23_description','This project is for a small bridge replacement and is affecting 2 properties in the Township of West Deer, Allegheny County.'),(38552,782,'_locations_23_description','field_5683f2b1dcba3'),(38553,782,'locations_24_location','a:3:{s:7:\"address\";s:21:\"40.620209, -79.833885\";s:3:\"lat\";s:10:\"40.6202319\";s:3:\"lng\";s:18:\"-79.83386789999997\";}'),(38554,782,'_locations_24_location','field_5683f288dcba1'),(38555,782,'locations_24_title','Little Deer Creek DL06 – West Deer Township – Bridge Replacement'),(38556,782,'_locations_24_title','field_5683f2aadcba2'),(38557,782,'locations_24_image','740'),(38558,782,'_locations_24_image','field_568439ed8109d'),(38559,782,'locations_24_description','This project was for a small bridge replacement and affected properties in the Township of Russellton, Allegheny County.'),(38560,782,'_locations_24_description','field_5683f2b1dcba3'),(38561,782,'locations_25_location','a:3:{s:7:\"address\";s:21:\"40.620213, -79.833892\";s:3:\"lat\";s:10:\"40.6202352\";s:3:\"lng\";s:18:\"-79.83387549999998\";}'),(38562,782,'_locations_25_location','field_5683f288dcba1'),(38563,782,'locations_25_title','Turtle Creek Bridge 6 – Turtle Creek PA'),(38564,782,'_locations_25_title','field_5683f2aadcba2'),(38565,782,'locations_25_image','742'),(38566,782,'_locations_25_image','field_568439ed8109d'),(38567,782,'locations_25_description','This project is for a mid-sized bridge replacement and is affecting 5 properties in the Borough of Turtle Creek, Allegheny County.'),(38568,782,'_locations_25_description','field_5683f2b1dcba3'),(38569,782,'locations_26_location','a:3:{s:7:\"address\";s:21:\"40.488263, -80.045950\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(38570,782,'_locations_26_location','field_5683f288dcba1'),(38571,782,'locations_26_title','Jacks Run 1, Bellevue and the City of Pittsburgh'),(38572,782,'_locations_26_title','field_5683f2aadcba2'),(38573,782,'locations_26_image','744'),(38574,782,'_locations_26_image','field_568439ed8109d'),(38575,782,'locations_26_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(38576,782,'_locations_26_description','field_5683f2b1dcba3'),(38577,782,'locations_27_location','a:3:{s:7:\"address\";s:21:\"40.541799, -80.247918\";s:3:\"lat\";s:10:\"40.5417824\";s:3:\"lng\";s:11:\"-80.2479169\";}'),(38578,782,'_locations_27_location','field_5683f288dcba1'),(38579,782,'locations_27_title','Boggs Run Bridge 1 – Moon Township'),(38580,782,'_locations_27_title','field_5683f2aadcba2'),(38581,782,'locations_27_image','746'),(38582,782,'_locations_27_image','field_568439ed8109d'),(38583,782,'locations_27_description','This project was for a small bridge replacement and affected 2 properties in the Township of Moon, Allegheny County.'),(38584,782,'_locations_27_description','field_5683f2b1dcba3'),(38585,782,'locations_28_location','a:3:{s:7:\"address\";s:21:\"40.549801, -79.997772\";s:3:\"lat\";s:9:\"40.549733\";s:3:\"lng\";s:18:\"-79.99820799999998\";}'),(38586,782,'_locations_28_location','field_5683f288dcba1'),(38587,782,'locations_28_title','Pine Creek Bridge 1 – Ross Township – Bridge'),(38588,782,'_locations_28_title','field_5683f2aadcba2'),(38589,782,'locations_28_image','749'),(38590,782,'_locations_28_image','field_568439ed8109d'),(38591,782,'locations_28_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(38592,782,'_locations_28_description','field_5683f2b1dcba3'),(38593,782,'locations_29_location','a:3:{s:7:\"address\";s:21:\"40.513209, -79.952573\";s:3:\"lat\";s:10:\"40.5132141\";s:3:\"lng\";s:18:\"-79.95257859999998\";}'),(38594,782,'_locations_29_location','field_5683f288dcba1'),(38595,782,'locations_29_title','Pine Creek Bridge 11 – Glenshaw PA – Bridge'),(38596,782,'_locations_29_title','field_5683f2aadcba2'),(38597,782,'locations_29_image',''),(38598,782,'_locations_29_image','field_568439ed8109d'),(38599,782,'locations_29_description',''),(38600,782,'_locations_29_description','field_5683f2b1dcba3'),(38601,782,'locations_30_location','a:3:{s:7:\"address\";s:21:\"40.518356, -79.992893\";s:3:\"lat\";s:10:\"40.5183459\";s:3:\"lng\";s:11:\"-79.9928827\";}'),(38602,782,'_locations_30_location','field_5683f288dcba1'),(38603,782,'locations_30_title','Thompson Run Bridge 1, Ross Township – Bridge'),(38604,782,'_locations_30_title','field_5683f2aadcba2'),(38605,782,'locations_30_image',''),(38606,782,'_locations_30_image','field_568439ed8109d'),(38607,782,'locations_30_description',''),(38608,782,'_locations_30_description','field_5683f2b1dcba3'),(38609,782,'locations_31_location','a:3:{s:7:\"address\";s:21:\"40.512503, -79.993398\";s:3:\"lat\";s:10:\"40.5125049\";s:3:\"lng\";s:18:\"-79.99341290000001\";}'),(38610,782,'_locations_31_location','field_5683f288dcba1'),(38611,782,'locations_31_title','Thompson Run Bridge 2, Ross Township – Bridge'),(38612,782,'_locations_31_title','field_5683f2aadcba2'),(38613,782,'locations_31_image',''),(38614,782,'_locations_31_image','field_568439ed8109d'),(38615,782,'locations_31_description',''),(38616,782,'_locations_31_description','field_5683f2b1dcba3'),(38617,782,'locations_32_location','a:3:{s:7:\"address\";s:21:\"40.451854, -80.204526\";s:3:\"lat\";s:10:\"40.4518427\";s:3:\"lng\";s:18:\"-80.20452230000001\";}'),(38618,782,'_locations_32_location','field_5683f288dcba1'),(38619,782,'locations_32_title','Montour Run Bridge 13, Findlay Township – Bridge'),(38620,782,'_locations_32_title','field_5683f2aadcba2'),(38621,782,'locations_32_image',''),(38622,782,'_locations_32_image','field_568439ed8109d'),(38623,782,'locations_32_description',''),(38624,782,'_locations_32_description','field_5683f2b1dcba3'),(38625,782,'locations_33_location','a:3:{s:7:\"address\";s:21:\"40.387729, -80.157101\";s:3:\"lat\";s:9:\"40.387271\";s:3:\"lng\";s:18:\"-80.15843699999999\";}'),(38626,782,'_locations_33_location','field_5683f288dcba1'),(38627,782,'locations_33_title','Thompson Run Bridge 10 – Collier – Bridge'),(38628,782,'_locations_33_title','field_5683f2aadcba2'),(38629,782,'locations_33_image',''),(38630,782,'_locations_33_image','field_568439ed8109d'),(38631,782,'locations_33_description',''),(38632,782,'_locations_33_description','field_5683f2b1dcba3'),(38633,782,'locations_34_location','a:3:{s:7:\"address\";s:21:\"40.411953, -79.875847\";s:3:\"lat\";s:10:\"40.4120812\";s:3:\"lng\";s:18:\"-79.87589430000003\";}'),(38634,782,'_locations_34_location','field_5683f288dcba1'),(38635,782,'locations_34_title','Hawkins Village – Rankin, PA - Intersection improvements'),(38636,782,'_locations_34_title','field_5683f2aadcba2'),(38637,782,'locations_34_image',''),(38638,782,'_locations_34_image','field_568439ed8109d'),(38639,782,'locations_34_description',''),(38640,782,'_locations_34_description','field_5683f2b1dcba3'),(38641,782,'locations_35_location','a:3:{s:7:\"address\";s:21:\"40.431658, -79.988902\";s:3:\"lat\";s:10:\"40.4316605\";s:3:\"lng\";s:11:\"-79.9888856\";}'),(38642,782,'_locations_35_location','field_5683f288dcba1'),(38643,782,'locations_35_title','10th Street Bridge – City of Pittsburgh'),(38644,782,'_locations_35_title','field_5683f2aadcba2'),(38645,782,'locations_35_image',''),(38646,782,'_locations_35_image','field_568439ed8109d'),(38647,782,'locations_35_description','This project is for a bridge rehabilitation and is affecting 5 properties in the City of Pittsburgh, Allegheny County.'),(38648,782,'_locations_35_description','field_5683f2b1dcba3'),(38649,782,'locations_36_location','a:3:{s:7:\"address\";s:21:\"40.499230, -80.046110\";s:3:\"lat\";s:10:\"40.4991326\";s:3:\"lng\";s:18:\"-80.04601000000002\";}'),(38650,782,'_locations_36_location','field_5683f288dcba1'),(38651,782,'locations_36_title','Jacks Run Bridge Number 4 – Ross Township'),(38652,782,'_locations_36_title','field_5683f2aadcba2'),(38653,782,'locations_36_image','761'),(38654,782,'_locations_36_image','field_568439ed8109d'),(38655,782,'locations_36_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(38656,782,'_locations_36_description','field_5683f2b1dcba3'),(38657,782,'locations_37_location','a:3:{s:7:\"address\";s:21:\"40.459236, -79.925044\";s:3:\"lat\";s:10:\"40.4592362\";s:3:\"lng\";s:18:\"-79.92502609999997\";}'),(38658,782,'_locations_37_location','field_5683f288dcba1'),(38659,782,'locations_37_title','South Highland Bridge'),(38660,782,'_locations_37_title','field_5683f2aadcba2'),(38661,782,'locations_37_image','765'),(38662,782,'_locations_37_image','field_568439ed8109d'),(38663,782,'locations_37_description','This project was for a small bridge replacement and affected 5 properties in the City of Pittsburgh, Allegheny County.'),(38664,782,'_locations_37_description','field_5683f2b1dcba3'),(38665,782,'locations_38_location','a:3:{s:7:\"address\";s:21:\"40.428539, -79.937852\";s:3:\"lat\";s:10:\"40.4286635\";s:3:\"lng\";s:11:\"-79.9385646\";}'),(38666,782,'_locations_38_location','field_5683f288dcba1'),(38667,782,'locations_38_title','Greenfield Bridge'),(38668,782,'_locations_38_title','field_5683f2aadcba2'),(38669,782,'locations_38_image',''),(38670,782,'_locations_38_image','field_568439ed8109d'),(38671,782,'locations_38_description','This project is for a large bridge replacement and is affecting 5 properties in the City of Pittsburgh, Allegheny County.'),(38672,782,'_locations_38_description','field_5683f2b1dcba3'),(38673,782,'locations_39_location','a:3:{s:7:\"address\";s:21:\"40.451553, -80.010952\";s:3:\"lat\";s:10:\"40.4507635\";s:3:\"lng\";s:18:\"-80.01148369999999\";}'),(38674,782,'_locations_39_location','field_5683f288dcba1'),(38675,782,'locations_39_title','West Ohio'),(38676,782,'_locations_39_title','field_5683f2aadcba2'),(38677,782,'locations_39_image',''),(38678,782,'_locations_39_image','field_568439ed8109d'),(38679,782,'locations_39_description','This project is for a bridge and is affecting 6 properties in the City of Pittsburgh, Allegheny County.'),(38680,782,'_locations_39_description','field_5683f2b1dcba3'),(38681,782,'locations_40_location','a:3:{s:7:\"address\";s:21:\"40.406886, -80.034145\";s:3:\"lat\";s:10:\"40.4068824\";s:3:\"lng\";s:11:\"-80.0341517\";}'),(38682,782,'_locations_40_location','field_5683f288dcba1'),(38683,782,'locations_40_title','Wenzel Avenue'),(38684,782,'_locations_40_title','field_5683f2aadcba2'),(38685,782,'locations_40_image',''),(38686,782,'_locations_40_image','field_568439ed8109d'),(38687,782,'locations_40_description','This project is for a bridge replacement and intersection improvement and is affecting 5 properties in the City of Pittsburgh, Allegheny County.'),(38688,782,'_locations_40_description','field_5683f2b1dcba3'),(38689,782,'locations_41_location','a:3:{s:7:\"address\";s:21:\"40.441118, -80.005603\";s:3:\"lat\";s:10:\"40.4412185\";s:3:\"lng\";s:18:\"-80.00527490000002\";}'),(38690,782,'_locations_41_location','field_5683f288dcba1'),(38691,782,'locations_41_title','Gateway Alignment of Pittsburgh’s Light Rail System – Damage Estimate (other)'),(38692,782,'_locations_41_title','field_5683f2aadcba2'),(38693,782,'locations_41_image',''),(38694,782,'_locations_41_image','field_568439ed8109d'),(38695,782,'locations_41_description',''),(38696,782,'_locations_41_description','field_5683f2b1dcba3'),(38697,782,'locations_42_location','a:3:{s:7:\"address\";s:21:\"40.432068, -79.960800\";s:3:\"lat\";s:10:\"40.4320739\";s:3:\"lng\";s:18:\"-79.96079459999999\";}'),(38698,782,'_locations_42_location','field_5683f288dcba1'),(38699,782,'locations_42_title','Duquesne Light, 2nd Avenue, City of Pittsburgh – Market Study (other)'),(38700,782,'_locations_42_title','field_5683f2aadcba2'),(38701,782,'locations_42_image',''),(38702,782,'_locations_42_image','field_568439ed8109d'),(38703,782,'locations_42_description',''),(38704,782,'_locations_42_description','field_5683f2b1dcba3'),(38705,782,'locations_43_location','a:3:{s:7:\"address\";s:21:\"40.576915, -79.909904\";s:3:\"lat\";s:10:\"40.5766476\";s:3:\"lng\";s:18:\"-79.90981210000001\";}'),(38706,782,'_locations_43_location','field_5683f288dcba1'),(38707,782,'locations_43_title','Superior Pipeline – Frazer Township, Large Tract Valuation Study – (other)'),(38708,782,'_locations_43_title','field_5683f2aadcba2'),(38709,782,'locations_43_image',''),(38710,782,'_locations_43_image','field_568439ed8109d'),(38711,782,'locations_43_description',''),(38712,782,'_locations_43_description','field_5683f2b1dcba3'),(38713,782,'locations_44_location','a:3:{s:7:\"address\";s:21:\"40.576915, -79.909904\";s:3:\"lat\";s:10:\"40.5766476\";s:3:\"lng\";s:18:\"-79.90981210000001\";}'),(38714,782,'_locations_44_location','field_5683f288dcba1'),(38715,782,'locations_44_title','Allegheny County Airport Authority, Avigation Easement Valuation – (other)'),(38716,782,'_locations_44_title','field_5683f2aadcba2'),(38717,782,'locations_44_image',''),(38718,782,'_locations_44_image','field_568439ed8109d'),(38719,782,'locations_44_description',''),(38720,782,'_locations_44_description','field_5683f2b1dcba3'),(38721,782,'locations_45_location','a:3:{s:7:\"address\";s:21:\"40.514151, -80.263115\";s:3:\"lat\";s:9:\"40.514459\";s:3:\"lng\";s:18:\"-80.26304199999998\";}'),(38722,782,'_locations_45_location','field_5683f288dcba1'),(38723,782,'locations_45_title','Allegheny County Airport Authority and Findlay Municipal Authority, Moon Township – (other)'),(38724,782,'_locations_45_title','field_5683f2aadcba2'),(38725,782,'locations_45_image',''),(38726,782,'_locations_45_image','field_568439ed8109d'),(38727,782,'locations_45_description',''),(38728,782,'_locations_45_description','field_5683f2b1dcba3'),(38729,782,'locations_46_location','a:3:{s:7:\"address\";s:21:\"40.469056, -80.040343\";s:3:\"lat\";s:10:\"40.4692028\";s:3:\"lng\";s:18:\"-80.04039019999999\";}'),(38730,782,'_locations_46_location','field_5683f288dcba1'),(38731,782,'locations_46_title','Doerr Street Small Tract Vacant Land Study – Duquesne Light – Pittsburgh (other)'),(38732,782,'_locations_46_title','field_5683f2aadcba2'),(38733,782,'locations_46_image',''),(38734,782,'_locations_46_image','field_568439ed8109d'),(38735,782,'locations_46_description',''),(38736,782,'_locations_46_description','field_5683f2b1dcba3'),(38737,782,'locations','47'),(38738,782,'_locations','field_5683f253a5dba'),(38739,347,'locations_46_location','a:3:{s:7:\"address\";s:21:\"40.382384, -79.995586\";s:3:\"lat\";s:10:\"40.3824177\";s:3:\"lng\";s:18:\"-79.99573729999997\";}'),(38740,347,'_locations_46_location','field_5683f288dcba1'),(38741,347,'locations_46_title','Saw Mill Run Boulevard – 51 and 88 intersection – Pittsburgh (other)'),(38742,347,'_locations_46_title','field_5683f2aadcba2'),(38743,347,'locations_46_image',''),(38744,347,'_locations_46_image','field_568439ed8109d'),(38745,347,'locations_46_description',''),(38746,347,'_locations_46_description','field_5683f2b1dcba3'),(38747,783,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(38748,783,'_locations_0_location','field_5683f288dcba1'),(38749,783,'locations_0_title','SR0028, All sections'),(38750,783,'_locations_0_title','field_5683f2aadcba2'),(38751,783,'locations_0_image',''),(38752,783,'_locations_0_image','field_568439ed8109d'),(38753,783,'locations_0_description',''),(38754,783,'_locations_0_description','field_5683f2b1dcba3'),(38755,783,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(38756,783,'_locations_1_location','field_5683f288dcba1'),(38757,783,'locations_1_title','286, A09 – Golden Mile'),(38758,783,'_locations_1_title','field_5683f2aadcba2'),(38759,783,'locations_1_image',''),(38760,783,'_locations_1_image','field_568439ed8109d'),(38761,783,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(38762,783,'_locations_1_description','field_5683f2b1dcba3'),(38763,783,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(38764,783,'_locations_2_location','field_5683f288dcba1'),(38765,783,'locations_2_title','2040, A18 – Curry Hollow'),(38766,783,'_locations_2_title','field_5683f2aadcba2'),(38767,783,'locations_2_image',''),(38768,783,'_locations_2_image','field_568439ed8109d'),(38769,783,'locations_2_description',''),(38770,783,'_locations_2_description','field_5683f2b1dcba3'),(38771,783,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(38772,783,'_locations_3_location','field_5683f288dcba1'),(38773,783,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(38774,783,'_locations_3_title','field_5683f2aadcba2'),(38775,783,'locations_3_image',''),(38776,783,'_locations_3_image','field_568439ed8109d'),(38777,783,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(38778,783,'_locations_3_description','field_5683f2b1dcba3'),(38779,783,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(38780,783,'_locations_4_location','field_5683f288dcba1'),(38781,783,'locations_4_title','Duncan Avenue – Hampton Twp.'),(38782,783,'_locations_4_title','field_5683f2aadcba2'),(38783,783,'locations_4_image',''),(38784,783,'_locations_4_image','field_568439ed8109d'),(38785,783,'locations_4_description',''),(38786,783,'_locations_4_description','field_5683f2b1dcba3'),(38787,783,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(38788,783,'_locations_5_location','field_5683f288dcba1'),(38789,783,'locations_5_title','Pine Creek Road – McCandless'),(38790,783,'_locations_5_title','field_5683f2aadcba2'),(38791,783,'locations_5_image',''),(38792,783,'_locations_5_image','field_568439ed8109d'),(38793,783,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(38794,783,'_locations_5_description','field_5683f2b1dcba3'),(38795,783,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(38796,783,'_locations_6_location','field_5683f288dcba1'),(38797,783,'locations_6_title','Brewhouse – Trek Development'),(38798,783,'_locations_6_title','field_5683f2aadcba2'),(38799,783,'locations_6_image',''),(38800,783,'_locations_6_image','field_568439ed8109d'),(38801,783,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(38802,783,'_locations_6_description','field_5683f2b1dcba3'),(38803,783,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(38804,783,'_locations_7_location','field_5683f288dcba1'),(38805,783,'locations_7_title','Ewalt Road – Richland Twp.'),(38806,783,'_locations_7_title','field_5683f2aadcba2'),(38807,783,'locations_7_image',''),(38808,783,'_locations_7_image','field_568439ed8109d'),(38809,783,'locations_7_description',''),(38810,783,'_locations_7_description','field_5683f2b1dcba3'),(38811,783,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.625521, -79.941837\";s:3:\"lat\";s:10:\"40.6255198\";s:3:\"lng\";s:10:\"-79.941822\";}'),(38812,783,'_locations_8_location','field_5683f288dcba1'),(38813,783,'locations_8_title','Ewalt Road – Richland Twp.'),(38814,783,'_locations_8_title','field_5683f2aadcba2'),(38815,783,'locations_8_image',''),(38816,783,'_locations_8_image','field_568439ed8109d'),(38817,783,'locations_8_description',''),(38818,783,'_locations_8_description','field_5683f2b1dcba3'),(38819,783,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(38820,783,'_locations_9_location','field_5683f288dcba1'),(38821,783,'locations_9_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(38822,783,'_locations_9_title','field_5683f2aadcba2'),(38823,783,'locations_9_image',''),(38824,783,'_locations_9_image','field_568439ed8109d'),(38825,783,'locations_9_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(38826,783,'_locations_9_description','field_5683f2b1dcba3'),(38827,783,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.425708, -79.805807\";s:3:\"lat\";s:10:\"40.4256461\";s:3:\"lng\";s:18:\"-79.80576589999998\";}'),(38828,783,'_locations_10_location','field_5683f288dcba1'),(38829,783,'locations_10_title','State Route 2065, Section A07'),(38830,783,'_locations_10_title','field_5683f2aadcba2'),(38831,783,'locations_10_image',''),(38832,783,'_locations_10_image','field_568439ed8109d'),(38833,783,'locations_10_description',''),(38834,783,'_locations_10_description','field_5683f2b1dcba3'),(38835,783,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.354856, -80.118393\";s:3:\"lat\";s:10:\"40.3527492\";s:3:\"lng\";s:18:\"-80.11776529999997\";}'),(38836,783,'_locations_11_location','field_5683f288dcba1'),(38837,783,'locations_11_title','Southern Beltway Section C – New Roadway Construction'),(38838,783,'_locations_11_title','field_5683f2aadcba2'),(38839,783,'locations_11_image',''),(38840,783,'_locations_11_image','field_568439ed8109d'),(38841,783,'locations_11_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 18 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(38842,783,'_locations_11_description','field_5683f2b1dcba3'),(38843,783,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.509371, -80.256419\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(38844,783,'_locations_12_location','field_5683f288dcba1'),(38845,783,'locations_12_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(38846,783,'_locations_12_title','field_5683f2aadcba2'),(38847,783,'locations_12_image','671'),(38848,783,'_locations_12_image','field_568439ed8109d'),(38849,783,'locations_12_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(38850,783,'_locations_12_description','field_5683f2b1dcba3'),(38851,783,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.590450, -79.888763\";s:3:\"lat\";s:10:\"40.5943712\";s:3:\"lng\";s:18:\"-79.89597279999998\";}'),(38852,783,'_locations_13_location','field_5683f288dcba1'),(38853,783,'locations_13_title','MP 40-48 – Hampton Township – Highway Widening'),(38854,783,'_locations_13_title','field_5683f2aadcba2'),(38855,783,'locations_13_image',''),(38856,783,'_locations_13_image','field_568439ed8109d'),(38857,783,'locations_13_description','This project is for mainline reconstruction and bridge replacement and is affecting 71 properties and resulting in the relocation of 1 resident in the Townships of Harmar and Indiana, Allegheny County.'),(38858,783,'_locations_13_description','field_5683f2b1dcba3'),(38859,783,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.392019, -80.077682\";s:3:\"lat\";s:17:\"40.39202119999999\";s:3:\"lng\";s:18:\"-80.07767890000002\";}'),(38860,783,'_locations_14_location','field_5683f288dcba1'),(38861,783,'locations_14_title','Georges Run Bridge No. 1, Carnegie PA – Bridge'),(38862,783,'_locations_14_title','field_5683f2aadcba2'),(38863,783,'locations_14_image',''),(38864,783,'_locations_14_image','field_568439ed8109d'),(38865,783,'locations_14_description','This project is for a small bridge replacement and is affecting 4 properties in the Township of Scott, Allegheny County.'),(38866,783,'_locations_14_description','field_5683f2b1dcba3'),(38867,783,'locations_15_location','a:3:{s:7:\"address\";s:21:\"40.386279, -79.894258\";s:3:\"lat\";s:10:\"40.3862842\";s:3:\"lng\";s:18:\"-79.89425510000001\";}'),(38868,783,'_locations_15_location','field_5683f288dcba1'),(38869,783,'locations_15_title','Homeville Creek Bridge 7, West Mifflin PA – Bridge'),(38870,783,'_locations_15_title','field_5683f2aadcba2'),(38871,783,'locations_15_image',''),(38872,783,'_locations_15_image','field_568439ed8109d'),(38873,783,'locations_15_description','This project is for a small bridge replacement and is affecting 7 properties in the Borough of Munhall, Allegheny County.'),(38874,783,'_locations_15_description','field_5683f2b1dcba3'),(38875,783,'locations_16_location','a:3:{s:7:\"address\";s:21:\"40.396380, -79.895244\";s:3:\"lat\";s:10:\"40.3963432\";s:3:\"lng\";s:18:\"-79.89543119999996\";}'),(38876,783,'_locations_16_location','field_5683f288dcba1'),(38877,783,'locations_16_title','Homeville Creek Bridge 10 – West Mifflin PA - Bridge'),(38878,783,'_locations_16_title','field_5683f2aadcba2'),(38879,783,'locations_16_image','727'),(38880,783,'_locations_16_image','field_568439ed8109d'),(38881,783,'locations_16_description','This project was for a small bridge replacement and affected 7 properties in the Borough of Munhall, Allegheny County.'),(38882,783,'_locations_16_description','field_5683f2b1dcba3'),(38883,783,'locations_17_location','a:3:{s:7:\"address\";s:21:\"40.329286, -79.987406\";s:3:\"lat\";s:10:\"40.3292857\";s:3:\"lng\";s:18:\"-79.98741289999998\";}'),(38884,783,'_locations_17_location','field_5683f288dcba1'),(38885,783,'locations_17_title','Licks Run Bridge 9, South Park – PA – Bridge'),(38886,783,'_locations_17_title','field_5683f2aadcba2'),(38887,783,'locations_17_image','730'),(38888,783,'_locations_17_image','field_568439ed8109d'),(38889,783,'locations_17_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(38890,783,'_locations_17_description','field_5683f2b1dcba3'),(38891,783,'locations_18_location','a:3:{s:7:\"address\";s:21:\"40.329261, -79.988204\";s:3:\"lat\";s:9:\"40.329261\";s:3:\"lng\";s:10:\"-79.988205\";}'),(38892,783,'_locations_18_location','field_5683f288dcba1'),(38893,783,'locations_18_title','Licks Run Bridge 10, South Park – PA - Bridge'),(38894,783,'_locations_18_title','field_5683f2aadcba2'),(38895,783,'locations_18_image','730'),(38896,783,'_locations_18_image','field_568439ed8109d'),(38897,783,'locations_18_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(38898,783,'_locations_18_description','field_5683f2b1dcba3'),(38899,783,'locations_19_location','a:3:{s:7:\"address\";s:21:\"40.515624, -80.009959\";s:3:\"lat\";s:10:\"40.5156082\";s:3:\"lng\";s:18:\"-80.00994129999998\";}'),(38900,783,'_locations_19_location','field_5683f288dcba1'),(38901,783,'locations_19_title','Girtys Run Bridge 14'),(38902,783,'_locations_19_title','field_5683f2aadcba2'),(38903,783,'locations_19_image','733'),(38904,783,'_locations_19_image','field_568439ed8109d'),(38905,783,'locations_19_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(38906,783,'_locations_19_description','field_5683f2b1dcba3'),(38907,783,'locations_20_location','a:3:{s:7:\"address\";s:21:\"40.488268, -80.045947\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(38908,783,'_locations_20_location','field_5683f288dcba1'),(38909,783,'locations_20_title','Jacks Run 3 – Bellevue, PA – Bridge Replacement'),(38910,783,'_locations_20_title','field_5683f2aadcba2'),(38911,783,'locations_20_image','735'),(38912,783,'_locations_20_image','field_568439ed8109d'),(38913,783,'locations_20_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(38914,783,'_locations_20_description','field_5683f2b1dcba3'),(38915,783,'locations_21_location','a:3:{s:7:\"address\";s:21:\"40.330826, -79.986892\";s:3:\"lat\";s:10:\"40.3307469\";s:3:\"lng\";s:18:\"-79.98678430000001\";}'),(38916,783,'_locations_21_location','field_5683f288dcba1'),(38917,783,'locations_21_title','Brownsville to Broughton, South Park PA, intersection improvements and realignment'),(38918,783,'_locations_21_title','field_5683f2aadcba2'),(38919,783,'locations_21_image',''),(38920,783,'_locations_21_image','field_568439ed8109d'),(38921,783,'locations_21_description',''),(38922,783,'_locations_21_description','field_5683f2b1dcba3'),(38923,783,'locations_22_location','a:3:{s:7:\"address\";s:21:\"40.651302, -79.799610\";s:3:\"lat\";s:9:\"40.651344\";s:3:\"lng\";s:18:\"-79.80019399999998\";}'),(38924,783,'_locations_22_location','field_5683f288dcba1'),(38925,783,'locations_22_title','Bull Creek Bridge No. 6 – Fawn Township – Bridge'),(38926,783,'_locations_22_title','field_5683f2aadcba2'),(38927,783,'locations_22_image',''),(38928,783,'_locations_22_image','field_568439ed8109d'),(38929,783,'locations_22_description','This project is for a small bridge replacement and is affecting 9 properties in the Township of Fawn, Allegheny County.'),(38930,783,'_locations_22_description','field_5683f2b1dcba3'),(38931,783,'locations_23_location','a:3:{s:7:\"address\";s:21:\"40.662745, -79.817800\";s:3:\"lat\";s:9:\"40.663536\";s:3:\"lng\";s:10:\"-79.819073\";}'),(38932,783,'_locations_23_location','field_5683f288dcba1'),(38933,783,'locations_23_title','Bull Creek Bridge No. 9 – West Deer Township – Bridge'),(38934,783,'_locations_23_title','field_5683f2aadcba2'),(38935,783,'locations_23_image',''),(38936,783,'_locations_23_image','field_568439ed8109d'),(38937,783,'locations_23_description','This project is for a small bridge replacement and is affecting 2 properties in the Township of West Deer, Allegheny County.'),(38938,783,'_locations_23_description','field_5683f2b1dcba3'),(38939,783,'locations_24_location','a:3:{s:7:\"address\";s:21:\"40.620209, -79.833885\";s:3:\"lat\";s:10:\"40.6202319\";s:3:\"lng\";s:18:\"-79.83386789999997\";}'),(38940,783,'_locations_24_location','field_5683f288dcba1'),(38941,783,'locations_24_title','Little Deer Creek DL06 – West Deer Township – Bridge Replacement'),(38942,783,'_locations_24_title','field_5683f2aadcba2'),(38943,783,'locations_24_image','740'),(38944,783,'_locations_24_image','field_568439ed8109d'),(38945,783,'locations_24_description','This project was for a small bridge replacement and affected properties in the Township of Russellton, Allegheny County.'),(38946,783,'_locations_24_description','field_5683f2b1dcba3'),(38947,783,'locations_25_location','a:3:{s:7:\"address\";s:21:\"40.620213, -79.833892\";s:3:\"lat\";s:10:\"40.6202352\";s:3:\"lng\";s:18:\"-79.83387549999998\";}'),(38948,783,'_locations_25_location','field_5683f288dcba1'),(38949,783,'locations_25_title','Turtle Creek Bridge 6 – Turtle Creek PA'),(38950,783,'_locations_25_title','field_5683f2aadcba2'),(38951,783,'locations_25_image','742'),(38952,783,'_locations_25_image','field_568439ed8109d'),(38953,783,'locations_25_description','This project is for a mid-sized bridge replacement and is affecting 5 properties in the Borough of Turtle Creek, Allegheny County.'),(38954,783,'_locations_25_description','field_5683f2b1dcba3'),(38955,783,'locations_26_location','a:3:{s:7:\"address\";s:21:\"40.488263, -80.045950\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(38956,783,'_locations_26_location','field_5683f288dcba1'),(38957,783,'locations_26_title','Jacks Run 1, Bellevue and the City of Pittsburgh'),(38958,783,'_locations_26_title','field_5683f2aadcba2'),(38959,783,'locations_26_image','744'),(38960,783,'_locations_26_image','field_568439ed8109d'),(38961,783,'locations_26_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(38962,783,'_locations_26_description','field_5683f2b1dcba3'),(38963,783,'locations_27_location','a:3:{s:7:\"address\";s:21:\"40.541799, -80.247918\";s:3:\"lat\";s:10:\"40.5417824\";s:3:\"lng\";s:11:\"-80.2479169\";}'),(38964,783,'_locations_27_location','field_5683f288dcba1'),(38965,783,'locations_27_title','Boggs Run Bridge 1 – Moon Township'),(38966,783,'_locations_27_title','field_5683f2aadcba2'),(38967,783,'locations_27_image','746'),(38968,783,'_locations_27_image','field_568439ed8109d'),(38969,783,'locations_27_description','This project was for a small bridge replacement and affected 2 properties in the Township of Moon, Allegheny County.'),(38970,783,'_locations_27_description','field_5683f2b1dcba3'),(38971,783,'locations_28_location','a:3:{s:7:\"address\";s:21:\"40.549801, -79.997772\";s:3:\"lat\";s:9:\"40.549733\";s:3:\"lng\";s:18:\"-79.99820799999998\";}'),(38972,783,'_locations_28_location','field_5683f288dcba1'),(38973,783,'locations_28_title','Pine Creek Bridge 1 – Ross Township – Bridge'),(38974,783,'_locations_28_title','field_5683f2aadcba2'),(38975,783,'locations_28_image','749'),(38976,783,'_locations_28_image','field_568439ed8109d'),(38977,783,'locations_28_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(38978,783,'_locations_28_description','field_5683f2b1dcba3'),(38979,783,'locations_29_location','a:3:{s:7:\"address\";s:21:\"40.513209, -79.952573\";s:3:\"lat\";s:10:\"40.5132141\";s:3:\"lng\";s:18:\"-79.95257859999998\";}'),(38980,783,'_locations_29_location','field_5683f288dcba1'),(38981,783,'locations_29_title','Pine Creek Bridge 11 – Glenshaw PA – Bridge'),(38982,783,'_locations_29_title','field_5683f2aadcba2'),(38983,783,'locations_29_image',''),(38984,783,'_locations_29_image','field_568439ed8109d'),(38985,783,'locations_29_description',''),(38986,783,'_locations_29_description','field_5683f2b1dcba3'),(38987,783,'locations_30_location','a:3:{s:7:\"address\";s:21:\"40.518356, -79.992893\";s:3:\"lat\";s:10:\"40.5183459\";s:3:\"lng\";s:11:\"-79.9928827\";}'),(38988,783,'_locations_30_location','field_5683f288dcba1'),(38989,783,'locations_30_title','Thompson Run Bridge 1, Ross Township – Bridge'),(38990,783,'_locations_30_title','field_5683f2aadcba2'),(38991,783,'locations_30_image',''),(38992,783,'_locations_30_image','field_568439ed8109d'),(38993,783,'locations_30_description',''),(38994,783,'_locations_30_description','field_5683f2b1dcba3'),(38995,783,'locations_31_location','a:3:{s:7:\"address\";s:21:\"40.512503, -79.993398\";s:3:\"lat\";s:10:\"40.5125049\";s:3:\"lng\";s:18:\"-79.99341290000001\";}'),(38996,783,'_locations_31_location','field_5683f288dcba1'),(38997,783,'locations_31_title','Thompson Run Bridge 2, Ross Township – Bridge'),(38998,783,'_locations_31_title','field_5683f2aadcba2'),(38999,783,'locations_31_image',''),(39000,783,'_locations_31_image','field_568439ed8109d'),(39001,783,'locations_31_description',''),(39002,783,'_locations_31_description','field_5683f2b1dcba3'),(39003,783,'locations_32_location','a:3:{s:7:\"address\";s:21:\"40.451854, -80.204526\";s:3:\"lat\";s:10:\"40.4518427\";s:3:\"lng\";s:18:\"-80.20452230000001\";}'),(39004,783,'_locations_32_location','field_5683f288dcba1'),(39005,783,'locations_32_title','Montour Run Bridge 13, Findlay Township – Bridge'),(39006,783,'_locations_32_title','field_5683f2aadcba2'),(39007,783,'locations_32_image',''),(39008,783,'_locations_32_image','field_568439ed8109d'),(39009,783,'locations_32_description',''),(39010,783,'_locations_32_description','field_5683f2b1dcba3'),(39011,783,'locations_33_location','a:3:{s:7:\"address\";s:21:\"40.387729, -80.157101\";s:3:\"lat\";s:9:\"40.387271\";s:3:\"lng\";s:18:\"-80.15843699999999\";}'),(39012,783,'_locations_33_location','field_5683f288dcba1'),(39013,783,'locations_33_title','Thompson Run Bridge 10 – Collier – Bridge'),(39014,783,'_locations_33_title','field_5683f2aadcba2'),(39015,783,'locations_33_image',''),(39016,783,'_locations_33_image','field_568439ed8109d'),(39017,783,'locations_33_description',''),(39018,783,'_locations_33_description','field_5683f2b1dcba3'),(39019,783,'locations_34_location','a:3:{s:7:\"address\";s:21:\"40.411953, -79.875847\";s:3:\"lat\";s:10:\"40.4120812\";s:3:\"lng\";s:18:\"-79.87589430000003\";}'),(39020,783,'_locations_34_location','field_5683f288dcba1'),(39021,783,'locations_34_title','Hawkins Village – Rankin, PA - Intersection improvements'),(39022,783,'_locations_34_title','field_5683f2aadcba2'),(39023,783,'locations_34_image',''),(39024,783,'_locations_34_image','field_568439ed8109d'),(39025,783,'locations_34_description',''),(39026,783,'_locations_34_description','field_5683f2b1dcba3'),(39027,783,'locations_35_location','a:3:{s:7:\"address\";s:21:\"40.431658, -79.988902\";s:3:\"lat\";s:10:\"40.4316605\";s:3:\"lng\";s:11:\"-79.9888856\";}'),(39028,783,'_locations_35_location','field_5683f288dcba1'),(39029,783,'locations_35_title','10th Street Bridge – City of Pittsburgh'),(39030,783,'_locations_35_title','field_5683f2aadcba2'),(39031,783,'locations_35_image',''),(39032,783,'_locations_35_image','field_568439ed8109d'),(39033,783,'locations_35_description','This project is for a bridge rehabilitation and is affecting 5 properties in the City of Pittsburgh, Allegheny County.'),(39034,783,'_locations_35_description','field_5683f2b1dcba3'),(39035,783,'locations_36_location','a:3:{s:7:\"address\";s:21:\"40.499230, -80.046110\";s:3:\"lat\";s:10:\"40.4991326\";s:3:\"lng\";s:18:\"-80.04601000000002\";}'),(39036,783,'_locations_36_location','field_5683f288dcba1'),(39037,783,'locations_36_title','Jacks Run Bridge Number 4 – Ross Township'),(39038,783,'_locations_36_title','field_5683f2aadcba2'),(39039,783,'locations_36_image','761'),(39040,783,'_locations_36_image','field_568439ed8109d'),(39041,783,'locations_36_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(39042,783,'_locations_36_description','field_5683f2b1dcba3'),(39043,783,'locations_37_location','a:3:{s:7:\"address\";s:21:\"40.459236, -79.925044\";s:3:\"lat\";s:10:\"40.4592362\";s:3:\"lng\";s:18:\"-79.92502609999997\";}'),(39044,783,'_locations_37_location','field_5683f288dcba1'),(39045,783,'locations_37_title','South Highland Bridge'),(39046,783,'_locations_37_title','field_5683f2aadcba2'),(39047,783,'locations_37_image','765'),(39048,783,'_locations_37_image','field_568439ed8109d'),(39049,783,'locations_37_description','This project was for a small bridge replacement and affected 5 properties in the City of Pittsburgh, Allegheny County.'),(39050,783,'_locations_37_description','field_5683f2b1dcba3'),(39051,783,'locations_38_location','a:3:{s:7:\"address\";s:21:\"40.428539, -79.937852\";s:3:\"lat\";s:10:\"40.4286635\";s:3:\"lng\";s:11:\"-79.9385646\";}'),(39052,783,'_locations_38_location','field_5683f288dcba1'),(39053,783,'locations_38_title','Greenfield Bridge'),(39054,783,'_locations_38_title','field_5683f2aadcba2'),(39055,783,'locations_38_image',''),(39056,783,'_locations_38_image','field_568439ed8109d'),(39057,783,'locations_38_description','This project is for a large bridge replacement and is affecting 5 properties in the City of Pittsburgh, Allegheny County.'),(39058,783,'_locations_38_description','field_5683f2b1dcba3'),(39059,783,'locations_39_location','a:3:{s:7:\"address\";s:21:\"40.451553, -80.010952\";s:3:\"lat\";s:10:\"40.4507635\";s:3:\"lng\";s:18:\"-80.01148369999999\";}'),(39060,783,'_locations_39_location','field_5683f288dcba1'),(39061,783,'locations_39_title','West Ohio'),(39062,783,'_locations_39_title','field_5683f2aadcba2'),(39063,783,'locations_39_image',''),(39064,783,'_locations_39_image','field_568439ed8109d'),(39065,783,'locations_39_description','This project is for a bridge and is affecting 6 properties in the City of Pittsburgh, Allegheny County.'),(39066,783,'_locations_39_description','field_5683f2b1dcba3'),(39067,783,'locations_40_location','a:3:{s:7:\"address\";s:21:\"40.406886, -80.034145\";s:3:\"lat\";s:10:\"40.4068824\";s:3:\"lng\";s:11:\"-80.0341517\";}'),(39068,783,'_locations_40_location','field_5683f288dcba1'),(39069,783,'locations_40_title','Wenzel Avenue'),(39070,783,'_locations_40_title','field_5683f2aadcba2'),(39071,783,'locations_40_image',''),(39072,783,'_locations_40_image','field_568439ed8109d'),(39073,783,'locations_40_description','This project is for a bridge replacement and intersection improvement and is affecting 5 properties in the City of Pittsburgh, Allegheny County.'),(39074,783,'_locations_40_description','field_5683f2b1dcba3'),(39075,783,'locations_41_location','a:3:{s:7:\"address\";s:21:\"40.441118, -80.005603\";s:3:\"lat\";s:10:\"40.4412185\";s:3:\"lng\";s:18:\"-80.00527490000002\";}'),(39076,783,'_locations_41_location','field_5683f288dcba1'),(39077,783,'locations_41_title','Gateway Alignment of Pittsburgh’s Light Rail System – Damage Estimate (other)'),(39078,783,'_locations_41_title','field_5683f2aadcba2'),(39079,783,'locations_41_image',''),(39080,783,'_locations_41_image','field_568439ed8109d'),(39081,783,'locations_41_description',''),(39082,783,'_locations_41_description','field_5683f2b1dcba3'),(39083,783,'locations_42_location','a:3:{s:7:\"address\";s:21:\"40.432068, -79.960800\";s:3:\"lat\";s:10:\"40.4320739\";s:3:\"lng\";s:18:\"-79.96079459999999\";}'),(39084,783,'_locations_42_location','field_5683f288dcba1'),(39085,783,'locations_42_title','Duquesne Light, 2nd Avenue, City of Pittsburgh – Market Study (other)'),(39086,783,'_locations_42_title','field_5683f2aadcba2'),(39087,783,'locations_42_image',''),(39088,783,'_locations_42_image','field_568439ed8109d'),(39089,783,'locations_42_description',''),(39090,783,'_locations_42_description','field_5683f2b1dcba3'),(39091,783,'locations_43_location','a:3:{s:7:\"address\";s:21:\"40.576915, -79.909904\";s:3:\"lat\";s:10:\"40.5766476\";s:3:\"lng\";s:18:\"-79.90981210000001\";}'),(39092,783,'_locations_43_location','field_5683f288dcba1'),(39093,783,'locations_43_title','Superior Pipeline – Frazer Township, Large Tract Valuation Study – (other)'),(39094,783,'_locations_43_title','field_5683f2aadcba2'),(39095,783,'locations_43_image',''),(39096,783,'_locations_43_image','field_568439ed8109d'),(39097,783,'locations_43_description',''),(39098,783,'_locations_43_description','field_5683f2b1dcba3'),(39099,783,'locations_44_location','a:3:{s:7:\"address\";s:21:\"40.576915, -79.909904\";s:3:\"lat\";s:10:\"40.5766476\";s:3:\"lng\";s:18:\"-79.90981210000001\";}'),(39100,783,'_locations_44_location','field_5683f288dcba1'),(39101,783,'locations_44_title','Allegheny County Airport Authority, Avigation Easement Valuation – (other)'),(39102,783,'_locations_44_title','field_5683f2aadcba2'),(39103,783,'locations_44_image',''),(39104,783,'_locations_44_image','field_568439ed8109d'),(39105,783,'locations_44_description',''),(39106,783,'_locations_44_description','field_5683f2b1dcba3'),(39107,783,'locations_45_location','a:3:{s:7:\"address\";s:21:\"40.514151, -80.263115\";s:3:\"lat\";s:9:\"40.514459\";s:3:\"lng\";s:18:\"-80.26304199999998\";}'),(39108,783,'_locations_45_location','field_5683f288dcba1'),(39109,783,'locations_45_title','Allegheny County Airport Authority and Findlay Municipal Authority, Moon Township – (other)'),(39110,783,'_locations_45_title','field_5683f2aadcba2'),(39111,783,'locations_45_image',''),(39112,783,'_locations_45_image','field_568439ed8109d'),(39113,783,'locations_45_description',''),(39114,783,'_locations_45_description','field_5683f2b1dcba3'),(39115,783,'locations_46_location','a:3:{s:7:\"address\";s:21:\"40.469056, -80.040343\";s:3:\"lat\";s:10:\"40.4692028\";s:3:\"lng\";s:18:\"-80.04039019999999\";}'),(39116,783,'_locations_46_location','field_5683f288dcba1'),(39117,783,'locations_46_title','Doerr Street Small Tract Vacant Land Study – Duquesne Light – Pittsburgh (other)'),(39118,783,'_locations_46_title','field_5683f2aadcba2'),(39119,783,'locations_46_image',''),(39120,783,'_locations_46_image','field_568439ed8109d'),(39121,783,'locations_46_description',''),(39122,783,'_locations_46_description','field_5683f2b1dcba3'),(39123,783,'locations_47_location','a:3:{s:7:\"address\";s:21:\"40.382384, -79.995586\";s:3:\"lat\";s:10:\"40.3824177\";s:3:\"lng\";s:18:\"-79.99573729999997\";}'),(39124,783,'_locations_47_location','field_5683f288dcba1'),(39125,783,'locations_47_title','Saw Mill Run Boulevard – 51 and 88 intersection – Pittsburgh (other)'),(39126,783,'_locations_47_title','field_5683f2aadcba2'),(39127,783,'locations_47_image',''),(39128,783,'_locations_47_image','field_568439ed8109d'),(39129,783,'locations_47_description',''),(39130,783,'_locations_47_description','field_5683f2b1dcba3'),(39131,783,'locations','48'),(39132,783,'_locations','field_5683f253a5dba'),(39133,347,'locations_47_location','a:3:{s:7:\"address\";s:21:\"40.309789, -79.915040\";s:3:\"lat\";s:10:\"40.3098001\";s:3:\"lng\";s:10:\"-79.915032\";}'),(39134,347,'_locations_47_location','field_5683f288dcba1'),(39135,347,'locations_47_title','Large Tract Vacant Land Study – Jefferson Hills, PA (other)'),(39136,347,'_locations_47_title','field_5683f2aadcba2'),(39137,347,'locations_47_image',''),(39138,347,'_locations_47_image','field_568439ed8109d'),(39139,347,'locations_47_description',''),(39140,347,'_locations_47_description','field_5683f2b1dcba3'),(39141,784,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(39142,784,'_locations_0_location','field_5683f288dcba1'),(39143,784,'locations_0_title','SR0028, All sections'),(39144,784,'_locations_0_title','field_5683f2aadcba2'),(39145,784,'locations_0_image',''),(39146,784,'_locations_0_image','field_568439ed8109d'),(39147,784,'locations_0_description',''),(39148,784,'_locations_0_description','field_5683f2b1dcba3'),(39149,784,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(39150,784,'_locations_1_location','field_5683f288dcba1'),(39151,784,'locations_1_title','286, A09 – Golden Mile'),(39152,784,'_locations_1_title','field_5683f2aadcba2'),(39153,784,'locations_1_image',''),(39154,784,'_locations_1_image','field_568439ed8109d'),(39155,784,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(39156,784,'_locations_1_description','field_5683f2b1dcba3'),(39157,784,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(39158,784,'_locations_2_location','field_5683f288dcba1'),(39159,784,'locations_2_title','2040, A18 – Curry Hollow'),(39160,784,'_locations_2_title','field_5683f2aadcba2'),(39161,784,'locations_2_image',''),(39162,784,'_locations_2_image','field_568439ed8109d'),(39163,784,'locations_2_description',''),(39164,784,'_locations_2_description','field_5683f2b1dcba3'),(39165,784,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(39166,784,'_locations_3_location','field_5683f288dcba1'),(39167,784,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(39168,784,'_locations_3_title','field_5683f2aadcba2'),(39169,784,'locations_3_image',''),(39170,784,'_locations_3_image','field_568439ed8109d'),(39171,784,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(39172,784,'_locations_3_description','field_5683f2b1dcba3'),(39173,784,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(39174,784,'_locations_4_location','field_5683f288dcba1'),(39175,784,'locations_4_title','Duncan Avenue – Hampton Twp.'),(39176,784,'_locations_4_title','field_5683f2aadcba2'),(39177,784,'locations_4_image',''),(39178,784,'_locations_4_image','field_568439ed8109d'),(39179,784,'locations_4_description',''),(39180,784,'_locations_4_description','field_5683f2b1dcba3'),(39181,784,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(39182,784,'_locations_5_location','field_5683f288dcba1'),(39183,784,'locations_5_title','Pine Creek Road – McCandless'),(39184,784,'_locations_5_title','field_5683f2aadcba2'),(39185,784,'locations_5_image',''),(39186,784,'_locations_5_image','field_568439ed8109d'),(39187,784,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(39188,784,'_locations_5_description','field_5683f2b1dcba3'),(39189,784,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(39190,784,'_locations_6_location','field_5683f288dcba1'),(39191,784,'locations_6_title','Brewhouse – Trek Development'),(39192,784,'_locations_6_title','field_5683f2aadcba2'),(39193,784,'locations_6_image',''),(39194,784,'_locations_6_image','field_568439ed8109d'),(39195,784,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(39196,784,'_locations_6_description','field_5683f2b1dcba3'),(39197,784,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(39198,784,'_locations_7_location','field_5683f288dcba1'),(39199,784,'locations_7_title','Ewalt Road – Richland Twp.'),(39200,784,'_locations_7_title','field_5683f2aadcba2'),(39201,784,'locations_7_image',''),(39202,784,'_locations_7_image','field_568439ed8109d'),(39203,784,'locations_7_description',''),(39204,784,'_locations_7_description','field_5683f2b1dcba3'),(39205,784,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.625521, -79.941837\";s:3:\"lat\";s:10:\"40.6255198\";s:3:\"lng\";s:10:\"-79.941822\";}'),(39206,784,'_locations_8_location','field_5683f288dcba1'),(39207,784,'locations_8_title','Ewalt Road – Richland Twp.'),(39208,784,'_locations_8_title','field_5683f2aadcba2'),(39209,784,'locations_8_image',''),(39210,784,'_locations_8_image','field_568439ed8109d'),(39211,784,'locations_8_description',''),(39212,784,'_locations_8_description','field_5683f2b1dcba3'),(39213,784,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(39214,784,'_locations_9_location','field_5683f288dcba1'),(39215,784,'locations_9_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(39216,784,'_locations_9_title','field_5683f2aadcba2'),(39217,784,'locations_9_image',''),(39218,784,'_locations_9_image','field_568439ed8109d'),(39219,784,'locations_9_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(39220,784,'_locations_9_description','field_5683f2b1dcba3'),(39221,784,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.425708, -79.805807\";s:3:\"lat\";s:10:\"40.4256461\";s:3:\"lng\";s:18:\"-79.80576589999998\";}'),(39222,784,'_locations_10_location','field_5683f288dcba1'),(39223,784,'locations_10_title','State Route 2065, Section A07'),(39224,784,'_locations_10_title','field_5683f2aadcba2'),(39225,784,'locations_10_image',''),(39226,784,'_locations_10_image','field_568439ed8109d'),(39227,784,'locations_10_description',''),(39228,784,'_locations_10_description','field_5683f2b1dcba3'),(39229,784,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.354856, -80.118393\";s:3:\"lat\";s:10:\"40.3527492\";s:3:\"lng\";s:18:\"-80.11776529999997\";}'),(39230,784,'_locations_11_location','field_5683f288dcba1'),(39231,784,'locations_11_title','Southern Beltway Section C – New Roadway Construction'),(39232,784,'_locations_11_title','field_5683f2aadcba2'),(39233,784,'locations_11_image',''),(39234,784,'_locations_11_image','field_568439ed8109d'),(39235,784,'locations_11_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 18 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(39236,784,'_locations_11_description','field_5683f2b1dcba3'),(39237,784,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.509371, -80.256419\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(39238,784,'_locations_12_location','field_5683f288dcba1'),(39239,784,'locations_12_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(39240,784,'_locations_12_title','field_5683f2aadcba2'),(39241,784,'locations_12_image','671'),(39242,784,'_locations_12_image','field_568439ed8109d'),(39243,784,'locations_12_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(39244,784,'_locations_12_description','field_5683f2b1dcba3'),(39245,784,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.590450, -79.888763\";s:3:\"lat\";s:10:\"40.5943712\";s:3:\"lng\";s:18:\"-79.89597279999998\";}'),(39246,784,'_locations_13_location','field_5683f288dcba1'),(39247,784,'locations_13_title','MP 40-48 – Hampton Township – Highway Widening'),(39248,784,'_locations_13_title','field_5683f2aadcba2'),(39249,784,'locations_13_image',''),(39250,784,'_locations_13_image','field_568439ed8109d'),(39251,784,'locations_13_description','This project is for mainline reconstruction and bridge replacement and is affecting 71 properties and resulting in the relocation of 1 resident in the Townships of Harmar and Indiana, Allegheny County.'),(39252,784,'_locations_13_description','field_5683f2b1dcba3'),(39253,784,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.392019, -80.077682\";s:3:\"lat\";s:17:\"40.39202119999999\";s:3:\"lng\";s:18:\"-80.07767890000002\";}'),(39254,784,'_locations_14_location','field_5683f288dcba1'),(39255,784,'locations_14_title','Georges Run Bridge No. 1, Carnegie PA – Bridge'),(39256,784,'_locations_14_title','field_5683f2aadcba2'),(39257,784,'locations_14_image',''),(39258,784,'_locations_14_image','field_568439ed8109d'),(39259,784,'locations_14_description','This project is for a small bridge replacement and is affecting 4 properties in the Township of Scott, Allegheny County.'),(39260,784,'_locations_14_description','field_5683f2b1dcba3'),(39261,784,'locations_15_location','a:3:{s:7:\"address\";s:21:\"40.386279, -79.894258\";s:3:\"lat\";s:10:\"40.3862842\";s:3:\"lng\";s:18:\"-79.89425510000001\";}'),(39262,784,'_locations_15_location','field_5683f288dcba1'),(39263,784,'locations_15_title','Homeville Creek Bridge 7, West Mifflin PA – Bridge'),(39264,784,'_locations_15_title','field_5683f2aadcba2'),(39265,784,'locations_15_image',''),(39266,784,'_locations_15_image','field_568439ed8109d'),(39267,784,'locations_15_description','This project is for a small bridge replacement and is affecting 7 properties in the Borough of Munhall, Allegheny County.'),(39268,784,'_locations_15_description','field_5683f2b1dcba3'),(39269,784,'locations_16_location','a:3:{s:7:\"address\";s:21:\"40.396380, -79.895244\";s:3:\"lat\";s:10:\"40.3963432\";s:3:\"lng\";s:18:\"-79.89543119999996\";}'),(39270,784,'_locations_16_location','field_5683f288dcba1'),(39271,784,'locations_16_title','Homeville Creek Bridge 10 – West Mifflin PA - Bridge'),(39272,784,'_locations_16_title','field_5683f2aadcba2'),(39273,784,'locations_16_image','727'),(39274,784,'_locations_16_image','field_568439ed8109d'),(39275,784,'locations_16_description','This project was for a small bridge replacement and affected 7 properties in the Borough of Munhall, Allegheny County.'),(39276,784,'_locations_16_description','field_5683f2b1dcba3'),(39277,784,'locations_17_location','a:3:{s:7:\"address\";s:21:\"40.329286, -79.987406\";s:3:\"lat\";s:10:\"40.3292857\";s:3:\"lng\";s:18:\"-79.98741289999998\";}'),(39278,784,'_locations_17_location','field_5683f288dcba1'),(39279,784,'locations_17_title','Licks Run Bridge 9, South Park – PA – Bridge'),(39280,784,'_locations_17_title','field_5683f2aadcba2'),(39281,784,'locations_17_image','730'),(39282,784,'_locations_17_image','field_568439ed8109d'),(39283,784,'locations_17_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(39284,784,'_locations_17_description','field_5683f2b1dcba3'),(39285,784,'locations_18_location','a:3:{s:7:\"address\";s:21:\"40.329261, -79.988204\";s:3:\"lat\";s:9:\"40.329261\";s:3:\"lng\";s:10:\"-79.988205\";}'),(39286,784,'_locations_18_location','field_5683f288dcba1'),(39287,784,'locations_18_title','Licks Run Bridge 10, South Park – PA - Bridge'),(39288,784,'_locations_18_title','field_5683f2aadcba2'),(39289,784,'locations_18_image','730'),(39290,784,'_locations_18_image','field_568439ed8109d'),(39291,784,'locations_18_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(39292,784,'_locations_18_description','field_5683f2b1dcba3'),(39293,784,'locations_19_location','a:3:{s:7:\"address\";s:21:\"40.515624, -80.009959\";s:3:\"lat\";s:10:\"40.5156082\";s:3:\"lng\";s:18:\"-80.00994129999998\";}'),(39294,784,'_locations_19_location','field_5683f288dcba1'),(39295,784,'locations_19_title','Girtys Run Bridge 14'),(39296,784,'_locations_19_title','field_5683f2aadcba2'),(39297,784,'locations_19_image','733'),(39298,784,'_locations_19_image','field_568439ed8109d'),(39299,784,'locations_19_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(39300,784,'_locations_19_description','field_5683f2b1dcba3'),(39301,784,'locations_20_location','a:3:{s:7:\"address\";s:21:\"40.488268, -80.045947\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(39302,784,'_locations_20_location','field_5683f288dcba1'),(39303,784,'locations_20_title','Jacks Run 3 – Bellevue, PA – Bridge Replacement'),(39304,784,'_locations_20_title','field_5683f2aadcba2'),(39305,784,'locations_20_image','735'),(39306,784,'_locations_20_image','field_568439ed8109d'),(39307,784,'locations_20_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(39308,784,'_locations_20_description','field_5683f2b1dcba3'),(39309,784,'locations_21_location','a:3:{s:7:\"address\";s:21:\"40.330826, -79.986892\";s:3:\"lat\";s:10:\"40.3307469\";s:3:\"lng\";s:18:\"-79.98678430000001\";}'),(39310,784,'_locations_21_location','field_5683f288dcba1'),(39311,784,'locations_21_title','Brownsville to Broughton, South Park PA, intersection improvements and realignment'),(39312,784,'_locations_21_title','field_5683f2aadcba2'),(39313,784,'locations_21_image',''),(39314,784,'_locations_21_image','field_568439ed8109d'),(39315,784,'locations_21_description',''),(39316,784,'_locations_21_description','field_5683f2b1dcba3'),(39317,784,'locations_22_location','a:3:{s:7:\"address\";s:21:\"40.651302, -79.799610\";s:3:\"lat\";s:9:\"40.651344\";s:3:\"lng\";s:18:\"-79.80019399999998\";}'),(39318,784,'_locations_22_location','field_5683f288dcba1'),(39319,784,'locations_22_title','Bull Creek Bridge No. 6 – Fawn Township – Bridge'),(39320,784,'_locations_22_title','field_5683f2aadcba2'),(39321,784,'locations_22_image',''),(39322,784,'_locations_22_image','field_568439ed8109d'),(39323,784,'locations_22_description','This project is for a small bridge replacement and is affecting 9 properties in the Township of Fawn, Allegheny County.'),(39324,784,'_locations_22_description','field_5683f2b1dcba3'),(39325,784,'locations_23_location','a:3:{s:7:\"address\";s:21:\"40.662745, -79.817800\";s:3:\"lat\";s:9:\"40.663536\";s:3:\"lng\";s:10:\"-79.819073\";}'),(39326,784,'_locations_23_location','field_5683f288dcba1'),(39327,784,'locations_23_title','Bull Creek Bridge No. 9 – West Deer Township – Bridge'),(39328,784,'_locations_23_title','field_5683f2aadcba2'),(39329,784,'locations_23_image',''),(39330,784,'_locations_23_image','field_568439ed8109d'),(39331,784,'locations_23_description','This project is for a small bridge replacement and is affecting 2 properties in the Township of West Deer, Allegheny County.'),(39332,784,'_locations_23_description','field_5683f2b1dcba3'),(39333,784,'locations_24_location','a:3:{s:7:\"address\";s:21:\"40.620209, -79.833885\";s:3:\"lat\";s:10:\"40.6202319\";s:3:\"lng\";s:18:\"-79.83386789999997\";}'),(39334,784,'_locations_24_location','field_5683f288dcba1'),(39335,784,'locations_24_title','Little Deer Creek DL06 – West Deer Township – Bridge Replacement'),(39336,784,'_locations_24_title','field_5683f2aadcba2'),(39337,784,'locations_24_image','740'),(39338,784,'_locations_24_image','field_568439ed8109d'),(39339,784,'locations_24_description','This project was for a small bridge replacement and affected properties in the Township of Russellton, Allegheny County.'),(39340,784,'_locations_24_description','field_5683f2b1dcba3'),(39341,784,'locations_25_location','a:3:{s:7:\"address\";s:21:\"40.620213, -79.833892\";s:3:\"lat\";s:10:\"40.6202352\";s:3:\"lng\";s:18:\"-79.83387549999998\";}'),(39342,784,'_locations_25_location','field_5683f288dcba1'),(39343,784,'locations_25_title','Turtle Creek Bridge 6 – Turtle Creek PA'),(39344,784,'_locations_25_title','field_5683f2aadcba2'),(39345,784,'locations_25_image','742'),(39346,784,'_locations_25_image','field_568439ed8109d'),(39347,784,'locations_25_description','This project is for a mid-sized bridge replacement and is affecting 5 properties in the Borough of Turtle Creek, Allegheny County.'),(39348,784,'_locations_25_description','field_5683f2b1dcba3'),(39349,784,'locations_26_location','a:3:{s:7:\"address\";s:21:\"40.488263, -80.045950\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(39350,784,'_locations_26_location','field_5683f288dcba1'),(39351,784,'locations_26_title','Jacks Run 1, Bellevue and the City of Pittsburgh'),(39352,784,'_locations_26_title','field_5683f2aadcba2'),(39353,784,'locations_26_image','744'),(39354,784,'_locations_26_image','field_568439ed8109d'),(39355,784,'locations_26_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(39356,784,'_locations_26_description','field_5683f2b1dcba3'),(39357,784,'locations_27_location','a:3:{s:7:\"address\";s:21:\"40.541799, -80.247918\";s:3:\"lat\";s:10:\"40.5417824\";s:3:\"lng\";s:11:\"-80.2479169\";}'),(39358,784,'_locations_27_location','field_5683f288dcba1'),(39359,784,'locations_27_title','Boggs Run Bridge 1 – Moon Township'),(39360,784,'_locations_27_title','field_5683f2aadcba2'),(39361,784,'locations_27_image','746'),(39362,784,'_locations_27_image','field_568439ed8109d'),(39363,784,'locations_27_description','This project was for a small bridge replacement and affected 2 properties in the Township of Moon, Allegheny County.'),(39364,784,'_locations_27_description','field_5683f2b1dcba3'),(39365,784,'locations_28_location','a:3:{s:7:\"address\";s:21:\"40.549801, -79.997772\";s:3:\"lat\";s:9:\"40.549733\";s:3:\"lng\";s:18:\"-79.99820799999998\";}'),(39366,784,'_locations_28_location','field_5683f288dcba1'),(39367,784,'locations_28_title','Pine Creek Bridge 1 – Ross Township – Bridge'),(39368,784,'_locations_28_title','field_5683f2aadcba2'),(39369,784,'locations_28_image','749'),(39370,784,'_locations_28_image','field_568439ed8109d'),(39371,784,'locations_28_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(39372,784,'_locations_28_description','field_5683f2b1dcba3'),(39373,784,'locations_29_location','a:3:{s:7:\"address\";s:21:\"40.513209, -79.952573\";s:3:\"lat\";s:10:\"40.5132141\";s:3:\"lng\";s:18:\"-79.95257859999998\";}'),(39374,784,'_locations_29_location','field_5683f288dcba1'),(39375,784,'locations_29_title','Pine Creek Bridge 11 – Glenshaw PA – Bridge'),(39376,784,'_locations_29_title','field_5683f2aadcba2'),(39377,784,'locations_29_image',''),(39378,784,'_locations_29_image','field_568439ed8109d'),(39379,784,'locations_29_description',''),(39380,784,'_locations_29_description','field_5683f2b1dcba3'),(39381,784,'locations_30_location','a:3:{s:7:\"address\";s:21:\"40.518356, -79.992893\";s:3:\"lat\";s:10:\"40.5183459\";s:3:\"lng\";s:11:\"-79.9928827\";}'),(39382,784,'_locations_30_location','field_5683f288dcba1'),(39383,784,'locations_30_title','Thompson Run Bridge 1, Ross Township – Bridge'),(39384,784,'_locations_30_title','field_5683f2aadcba2'),(39385,784,'locations_30_image',''),(39386,784,'_locations_30_image','field_568439ed8109d'),(39387,784,'locations_30_description',''),(39388,784,'_locations_30_description','field_5683f2b1dcba3'),(39389,784,'locations_31_location','a:3:{s:7:\"address\";s:21:\"40.512503, -79.993398\";s:3:\"lat\";s:10:\"40.5125049\";s:3:\"lng\";s:18:\"-79.99341290000001\";}'),(39390,784,'_locations_31_location','field_5683f288dcba1'),(39391,784,'locations_31_title','Thompson Run Bridge 2, Ross Township – Bridge'),(39392,784,'_locations_31_title','field_5683f2aadcba2'),(39393,784,'locations_31_image',''),(39394,784,'_locations_31_image','field_568439ed8109d'),(39395,784,'locations_31_description',''),(39396,784,'_locations_31_description','field_5683f2b1dcba3'),(39397,784,'locations_32_location','a:3:{s:7:\"address\";s:21:\"40.451854, -80.204526\";s:3:\"lat\";s:10:\"40.4518427\";s:3:\"lng\";s:18:\"-80.20452230000001\";}'),(39398,784,'_locations_32_location','field_5683f288dcba1'),(39399,784,'locations_32_title','Montour Run Bridge 13, Findlay Township – Bridge'),(39400,784,'_locations_32_title','field_5683f2aadcba2'),(39401,784,'locations_32_image',''),(39402,784,'_locations_32_image','field_568439ed8109d'),(39403,784,'locations_32_description',''),(39404,784,'_locations_32_description','field_5683f2b1dcba3'),(39405,784,'locations_33_location','a:3:{s:7:\"address\";s:21:\"40.387729, -80.157101\";s:3:\"lat\";s:9:\"40.387271\";s:3:\"lng\";s:18:\"-80.15843699999999\";}'),(39406,784,'_locations_33_location','field_5683f288dcba1'),(39407,784,'locations_33_title','Thompson Run Bridge 10 – Collier – Bridge'),(39408,784,'_locations_33_title','field_5683f2aadcba2'),(39409,784,'locations_33_image',''),(39410,784,'_locations_33_image','field_568439ed8109d'),(39411,784,'locations_33_description',''),(39412,784,'_locations_33_description','field_5683f2b1dcba3'),(39413,784,'locations_34_location','a:3:{s:7:\"address\";s:21:\"40.411953, -79.875847\";s:3:\"lat\";s:10:\"40.4120812\";s:3:\"lng\";s:18:\"-79.87589430000003\";}'),(39414,784,'_locations_34_location','field_5683f288dcba1'),(39415,784,'locations_34_title','Hawkins Village – Rankin, PA - Intersection improvements'),(39416,784,'_locations_34_title','field_5683f2aadcba2'),(39417,784,'locations_34_image',''),(39418,784,'_locations_34_image','field_568439ed8109d'),(39419,784,'locations_34_description',''),(39420,784,'_locations_34_description','field_5683f2b1dcba3'),(39421,784,'locations_35_location','a:3:{s:7:\"address\";s:21:\"40.431658, -79.988902\";s:3:\"lat\";s:10:\"40.4316605\";s:3:\"lng\";s:11:\"-79.9888856\";}'),(39422,784,'_locations_35_location','field_5683f288dcba1'),(39423,784,'locations_35_title','10th Street Bridge – City of Pittsburgh'),(39424,784,'_locations_35_title','field_5683f2aadcba2'),(39425,784,'locations_35_image',''),(39426,784,'_locations_35_image','field_568439ed8109d'),(39427,784,'locations_35_description','This project is for a bridge rehabilitation and is affecting 5 properties in the City of Pittsburgh, Allegheny County.'),(39428,784,'_locations_35_description','field_5683f2b1dcba3'),(39429,784,'locations_36_location','a:3:{s:7:\"address\";s:21:\"40.499230, -80.046110\";s:3:\"lat\";s:10:\"40.4991326\";s:3:\"lng\";s:18:\"-80.04601000000002\";}'),(39430,784,'_locations_36_location','field_5683f288dcba1'),(39431,784,'locations_36_title','Jacks Run Bridge Number 4 – Ross Township'),(39432,784,'_locations_36_title','field_5683f2aadcba2'),(39433,784,'locations_36_image','761'),(39434,784,'_locations_36_image','field_568439ed8109d'),(39435,784,'locations_36_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(39436,784,'_locations_36_description','field_5683f2b1dcba3'),(39437,784,'locations_37_location','a:3:{s:7:\"address\";s:21:\"40.459236, -79.925044\";s:3:\"lat\";s:10:\"40.4592362\";s:3:\"lng\";s:18:\"-79.92502609999997\";}'),(39438,784,'_locations_37_location','field_5683f288dcba1'),(39439,784,'locations_37_title','South Highland Bridge'),(39440,784,'_locations_37_title','field_5683f2aadcba2'),(39441,784,'locations_37_image','765'),(39442,784,'_locations_37_image','field_568439ed8109d'),(39443,784,'locations_37_description','This project was for a small bridge replacement and affected 5 properties in the City of Pittsburgh, Allegheny County.'),(39444,784,'_locations_37_description','field_5683f2b1dcba3'),(39445,784,'locations_38_location','a:3:{s:7:\"address\";s:21:\"40.428539, -79.937852\";s:3:\"lat\";s:10:\"40.4286635\";s:3:\"lng\";s:11:\"-79.9385646\";}'),(39446,784,'_locations_38_location','field_5683f288dcba1'),(39447,784,'locations_38_title','Greenfield Bridge'),(39448,784,'_locations_38_title','field_5683f2aadcba2'),(39449,784,'locations_38_image',''),(39450,784,'_locations_38_image','field_568439ed8109d'),(39451,784,'locations_38_description','This project is for a large bridge replacement and is affecting 5 properties in the City of Pittsburgh, Allegheny County.'),(39452,784,'_locations_38_description','field_5683f2b1dcba3'),(39453,784,'locations_39_location','a:3:{s:7:\"address\";s:21:\"40.451553, -80.010952\";s:3:\"lat\";s:10:\"40.4507635\";s:3:\"lng\";s:18:\"-80.01148369999999\";}'),(39454,784,'_locations_39_location','field_5683f288dcba1'),(39455,784,'locations_39_title','West Ohio'),(39456,784,'_locations_39_title','field_5683f2aadcba2'),(39457,784,'locations_39_image',''),(39458,784,'_locations_39_image','field_568439ed8109d'),(39459,784,'locations_39_description','This project is for a bridge and is affecting 6 properties in the City of Pittsburgh, Allegheny County.'),(39460,784,'_locations_39_description','field_5683f2b1dcba3'),(39461,784,'locations_40_location','a:3:{s:7:\"address\";s:21:\"40.406886, -80.034145\";s:3:\"lat\";s:10:\"40.4068824\";s:3:\"lng\";s:11:\"-80.0341517\";}'),(39462,784,'_locations_40_location','field_5683f288dcba1'),(39463,784,'locations_40_title','Wenzel Avenue'),(39464,784,'_locations_40_title','field_5683f2aadcba2'),(39465,784,'locations_40_image',''),(39466,784,'_locations_40_image','field_568439ed8109d'),(39467,784,'locations_40_description','This project is for a bridge replacement and intersection improvement and is affecting 5 properties in the City of Pittsburgh, Allegheny County.'),(39468,784,'_locations_40_description','field_5683f2b1dcba3'),(39469,784,'locations_41_location','a:3:{s:7:\"address\";s:21:\"40.441118, -80.005603\";s:3:\"lat\";s:10:\"40.4412185\";s:3:\"lng\";s:18:\"-80.00527490000002\";}'),(39470,784,'_locations_41_location','field_5683f288dcba1'),(39471,784,'locations_41_title','Gateway Alignment of Pittsburgh’s Light Rail System – Damage Estimate (other)'),(39472,784,'_locations_41_title','field_5683f2aadcba2'),(39473,784,'locations_41_image',''),(39474,784,'_locations_41_image','field_568439ed8109d'),(39475,784,'locations_41_description',''),(39476,784,'_locations_41_description','field_5683f2b1dcba3'),(39477,784,'locations_42_location','a:3:{s:7:\"address\";s:21:\"40.432068, -79.960800\";s:3:\"lat\";s:10:\"40.4320739\";s:3:\"lng\";s:18:\"-79.96079459999999\";}'),(39478,784,'_locations_42_location','field_5683f288dcba1'),(39479,784,'locations_42_title','Duquesne Light, 2nd Avenue, City of Pittsburgh – Market Study (other)'),(39480,784,'_locations_42_title','field_5683f2aadcba2'),(39481,784,'locations_42_image',''),(39482,784,'_locations_42_image','field_568439ed8109d'),(39483,784,'locations_42_description',''),(39484,784,'_locations_42_description','field_5683f2b1dcba3'),(39485,784,'locations_43_location','a:3:{s:7:\"address\";s:21:\"40.576915, -79.909904\";s:3:\"lat\";s:10:\"40.5766476\";s:3:\"lng\";s:18:\"-79.90981210000001\";}'),(39486,784,'_locations_43_location','field_5683f288dcba1'),(39487,784,'locations_43_title','Superior Pipeline – Frazer Township, Large Tract Valuation Study – (other)'),(39488,784,'_locations_43_title','field_5683f2aadcba2'),(39489,784,'locations_43_image',''),(39490,784,'_locations_43_image','field_568439ed8109d'),(39491,784,'locations_43_description',''),(39492,784,'_locations_43_description','field_5683f2b1dcba3'),(39493,784,'locations_44_location','a:3:{s:7:\"address\";s:21:\"40.576915, -79.909904\";s:3:\"lat\";s:10:\"40.5766476\";s:3:\"lng\";s:18:\"-79.90981210000001\";}'),(39494,784,'_locations_44_location','field_5683f288dcba1'),(39495,784,'locations_44_title','Allegheny County Airport Authority, Avigation Easement Valuation – (other)'),(39496,784,'_locations_44_title','field_5683f2aadcba2'),(39497,784,'locations_44_image',''),(39498,784,'_locations_44_image','field_568439ed8109d'),(39499,784,'locations_44_description',''),(39500,784,'_locations_44_description','field_5683f2b1dcba3'),(39501,784,'locations_45_location','a:3:{s:7:\"address\";s:21:\"40.514151, -80.263115\";s:3:\"lat\";s:9:\"40.514459\";s:3:\"lng\";s:18:\"-80.26304199999998\";}'),(39502,784,'_locations_45_location','field_5683f288dcba1'),(39503,784,'locations_45_title','Allegheny County Airport Authority and Findlay Municipal Authority, Moon Township – (other)'),(39504,784,'_locations_45_title','field_5683f2aadcba2'),(39505,784,'locations_45_image',''),(39506,784,'_locations_45_image','field_568439ed8109d'),(39507,784,'locations_45_description',''),(39508,784,'_locations_45_description','field_5683f2b1dcba3'),(39509,784,'locations_46_location','a:3:{s:7:\"address\";s:21:\"40.469056, -80.040343\";s:3:\"lat\";s:10:\"40.4692028\";s:3:\"lng\";s:18:\"-80.04039019999999\";}'),(39510,784,'_locations_46_location','field_5683f288dcba1'),(39511,784,'locations_46_title','Doerr Street Small Tract Vacant Land Study – Duquesne Light – Pittsburgh (other)'),(39512,784,'_locations_46_title','field_5683f2aadcba2'),(39513,784,'locations_46_image',''),(39514,784,'_locations_46_image','field_568439ed8109d'),(39515,784,'locations_46_description',''),(39516,784,'_locations_46_description','field_5683f2b1dcba3'),(39517,784,'locations_47_location','a:3:{s:7:\"address\";s:21:\"40.382384, -79.995586\";s:3:\"lat\";s:10:\"40.3824177\";s:3:\"lng\";s:18:\"-79.99573729999997\";}'),(39518,784,'_locations_47_location','field_5683f288dcba1'),(39519,784,'locations_47_title','Saw Mill Run Boulevard – 51 and 88 intersection – Pittsburgh (other)'),(39520,784,'_locations_47_title','field_5683f2aadcba2'),(39521,784,'locations_47_image',''),(39522,784,'_locations_47_image','field_568439ed8109d'),(39523,784,'locations_47_description',''),(39524,784,'_locations_47_description','field_5683f2b1dcba3'),(39525,784,'locations_48_location','a:3:{s:7:\"address\";s:21:\"40.309789, -79.915040\";s:3:\"lat\";s:10:\"40.3098001\";s:3:\"lng\";s:10:\"-79.915032\";}'),(39526,784,'_locations_48_location','field_5683f288dcba1'),(39527,784,'locations_48_title','Large Tract Vacant Land Study – Jefferson Hills, PA (other)'),(39528,784,'_locations_48_title','field_5683f2aadcba2'),(39529,784,'locations_48_image',''),(39530,784,'_locations_48_image','field_568439ed8109d'),(39531,784,'locations_48_description',''),(39532,784,'_locations_48_description','field_5683f2b1dcba3'),(39533,784,'locations','49'),(39534,784,'_locations','field_5683f253a5dba'),(39543,785,'locations_0_location','a:3:{s:7:\"address\";s:21:\"41.564217, -76.059027\";s:3:\"lat\";s:10:\"41.5633759\";s:3:\"lng\";s:18:\"-76.06040280000002\";}'),(39544,785,'_locations_0_location','field_5683f288dcba1'),(39545,785,'locations_0_title','3003 – 773 – Mehoopany'),(39546,785,'_locations_0_title','field_5683f2aadcba2'),(39547,785,'locations_0_image','463'),(39548,785,'_locations_0_image','field_568439ed8109d'),(39549,785,'locations_0_description','This project is for a mid-sized bridge replacement and roadway alignment and is affecting 10 properties and resulting in the relocation of 1 resident in the Township of Mehoopany, Wyoming County.'),(39550,785,'_locations_0_description','field_5683f2b1dcba3'),(39551,785,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.558172, -75.756456\";s:3:\"lat\";s:10:\"41.5550934\";s:3:\"lng\";s:18:\"-75.75364639999998\";}'),(39552,785,'_locations_1_location','field_5683f288dcba1'),(39553,785,'locations_1_title','SR0006, Section 214'),(39554,785,'_locations_1_title','field_5683f2aadcba2'),(39555,785,'locations_1_image',''),(39556,785,'_locations_1_image','field_568439ed8109d'),(39557,785,'locations_1_description','This project is for lane reconfiguration, intersection improvements, and drainage improvements and is affecting 34 parcels in the municipalities of Clinton, La Plume, Glenburn, South Abington, Factoryville, and Dalton, Lackawanna and Wyoming Counties.'),(39558,785,'_locations_1_description','field_5683f2b1dcba3'),(39559,785,'locations_2_location','a:3:{s:7:\"address\";s:21:\"41.558109, -75.756371\";s:3:\"lat\";s:10:\"41.5581464\";s:3:\"lng\";s:11:\"-75.7562883\";}'),(39560,785,'_locations_2_location','field_5683f288dcba1'),(39561,785,'locations_2_title','SR0415, 303'),(39562,785,'_locations_2_title','field_5683f2aadcba2'),(39563,785,'locations_2_image',''),(39564,785,'_locations_2_image','field_568439ed8109d'),(39565,785,'locations_2_description','This project is for a roadway realignment and is affecting 15 properties in the Township of Dallas, Luzerne County.'),(39566,785,'_locations_2_description','field_5683f2b1dcba3'),(39567,785,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.344964, -75.960057\";s:3:\"lat\";s:9:\"41.345173\";s:3:\"lng\";s:18:\"-75.96029190000002\";}'),(39568,785,'_locations_3_location','field_5683f288dcba1'),(39569,785,'locations_3_title','SR0309, 330'),(39570,785,'_locations_3_title','field_5683f2aadcba2'),(39571,785,'locations_3_image',''),(39572,785,'_locations_3_image','field_568439ed8109d'),(39573,785,'locations_3_description','This project is for roadway relocation and intersection realignment and is affecting 8 properties in the Township of Dallas, Luzerne County.'),(39574,785,'_locations_3_description','field_5683f2b1dcba3'),(39575,785,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.490658, -75.551795\";s:3:\"lat\";s:10:\"41.4905565\";s:3:\"lng\";s:18:\"-75.55236930000001\";}'),(39576,785,'_locations_4_location','field_5683f288dcba1'),(39577,785,'locations_4_title','SR1012, 202'),(39578,785,'_locations_4_title','field_5683f2aadcba2'),(39579,785,'locations_4_image',''),(39580,785,'_locations_4_image','field_568439ed8109d'),(39581,785,'locations_4_description',''),(39582,785,'_locations_4_description','field_5683f2b1dcba3'),(39583,785,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.872160, -75.730199\";s:3:\"lat\";s:17:\"41.87217649999999\";s:3:\"lng\";s:11:\"-75.7301933\";}'),(39584,785,'_locations_5_location','field_5683f288dcba1'),(39585,785,'locations_5_title','SR1016, 571'),(39586,785,'_locations_5_title','field_5683f2aadcba2'),(39587,785,'locations_5_image',''),(39588,785,'_locations_5_image','field_568439ed8109d'),(39589,785,'locations_5_description','This project is for bridge replacement and intersection improvement and is affecting 7 properties in the Borough of New Milford, Susquehanna County.'),(39590,785,'_locations_5_description','field_5683f2b1dcba3'),(39591,785,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.359132, -75.494434\";s:3:\"lat\";s:9:\"41.359067\";s:3:\"lng\";s:18:\"-75.49490600000001\";}'),(39592,785,'_locations_6_location','field_5683f288dcba1'),(39593,785,'locations_6_title','SR2004, 250'),(39594,785,'_locations_6_title','field_5683f2aadcba2'),(39595,785,'locations_6_image',''),(39596,785,'_locations_6_image','field_568439ed8109d'),(39597,785,'locations_6_description','This project is for a flood project and is affecting 5 properties in the Township of Covington, Lackawanna County.'),(39598,785,'_locations_6_description','field_5683f2b1dcba3'),(39599,785,'locations_7_location','a:3:{s:7:\"address\";s:21:\"41.359135, -75.494447\";s:3:\"lat\";s:9:\"41.359067\";s:3:\"lng\";s:18:\"-75.49490600000001\";}'),(39600,785,'_locations_7_location','field_5683f288dcba1'),(39601,785,'locations_7_title','SR2004, 250'),(39602,785,'_locations_7_title','field_5683f2aadcba2'),(39603,785,'locations_7_image',''),(39604,785,'_locations_7_image','field_568439ed8109d'),(39605,785,'locations_7_description','This project is for reconstruction and is affecting 4 properties in the Township of Madison, Lackawanna County.'),(39606,785,'_locations_7_description','field_5683f2b1dcba3'),(39607,785,'locations_8_location','a:3:{s:7:\"address\";s:21:\"41.317135, -75.551164\";s:3:\"lat\";s:10:\"41.3171963\";s:3:\"lng\";s:18:\"-75.55109429999999\";}'),(39608,785,'_locations_8_location','field_5683f288dcba1'),(39609,785,'locations_8_title','Daleville Stockpile'),(39610,785,'_locations_8_title','field_5683f2aadcba2'),(39611,785,'locations_8_image',''),(39612,785,'_locations_8_image','field_568439ed8109d'),(39613,785,'locations_8_description','This project is for a flood project and is affecting 5 properties in the Township of Covington, Lackawanna County.'),(39614,785,'_locations_8_description','field_5683f2b1dcba3'),(39615,785,'locations_9_location','a:3:{s:7:\"address\";s:21:\"41.266081, -76.291267\";s:3:\"lat\";s:10:\"41.2668817\";s:3:\"lng\";s:18:\"-76.29025159999998\";}'),(39616,785,'_locations_9_location','field_5683f288dcba1'),(39617,785,'locations_9_title','Luzerne County Brish'),(39618,785,'_locations_9_title','field_5683f2aadcba2'),(39619,785,'locations_9_image',''),(39620,785,'_locations_9_image','field_568439ed8109d'),(39621,785,'locations_9_description',''),(39622,785,'_locations_9_description','field_5683f2b1dcba3'),(39623,785,'locations_10_location','a:3:{s:7:\"address\";s:21:\"41.294579, -75.947686\";s:3:\"lat\";s:10:\"41.2945835\";s:3:\"lng\";s:18:\"-75.94770040000003\";}'),(39624,785,'_locations_10_location','field_5683f288dcba1'),(39625,785,'locations_10_title','Luzerne County Browns Creek 12'),(39626,785,'_locations_10_title','field_5683f2aadcba2'),(39627,785,'locations_10_image',''),(39628,785,'_locations_10_image','field_568439ed8109d'),(39629,785,'locations_10_description',''),(39630,785,'_locations_10_description','field_5683f2b1dcba3'),(39631,785,'locations_11_location','a:3:{s:7:\"address\";s:21:\"41.289499, -75.955916\";s:3:\"lat\";s:9:\"41.288856\";s:3:\"lng\";s:9:\"-75.95745\";}'),(39632,785,'_locations_11_location','field_5683f288dcba1'),(39633,785,'locations_11_title','Luzerne County Browns Creek 13'),(39634,785,'_locations_11_title','field_5683f2aadcba2'),(39635,785,'locations_11_image',''),(39636,785,'_locations_11_image','field_568439ed8109d'),(39637,785,'locations_11_description',''),(39638,785,'_locations_11_description','field_5683f2b1dcba3'),(39639,785,'locations_12_location','a:3:{s:7:\"address\";s:21:\"41.130388, -75.625973\";s:3:\"lat\";s:17:\"41.13012380000001\";s:3:\"lng\";s:18:\"-75.62548429999998\";}'),(39640,785,'_locations_12_location','field_5683f288dcba1'),(39641,785,'locations_12_title','State Route 115, Section 371 – E09080, Monroe and Luzerne – Bridge Replacement'),(39642,785,'_locations_12_title','field_5683f2aadcba2'),(39643,785,'locations_12_image','511'),(39644,785,'_locations_12_image','field_568439ed8109d'),(39645,785,'locations_12_description','This project was for a small bridge and affected 2 properties in the Townships of Bucks and Tobyhanna, Luzerne and Monroe Counties.'),(39646,785,'_locations_12_description','field_5683f2b1dcba3'),(39647,785,'locations_13_location','a:3:{s:7:\"address\";s:21:\"41.518613, -75.322306\";s:3:\"lat\";s:8:\"41.51691\";s:3:\"lng\";s:18:\"-75.32142599999997\";}'),(39648,785,'_locations_13_location','field_5683f288dcba1'),(39649,785,'locations_13_title','State Route 3037, Section 650 – E83054 - in Wayne County – Bridge Replacement'),(39650,785,'_locations_13_title','field_5683f2aadcba2'),(39651,785,'locations_13_image',''),(39652,785,'_locations_13_image','field_568439ed8109d'),(39653,785,'locations_13_description','This project is for a small bridge project and is affecting 2 properties in the Township of Cherry Ridge, Wayne County.'),(39654,785,'_locations_13_description','field_5683f2b1dcba3'),(39655,785,'locations_14_location','a:3:{s:7:\"address\";s:21:\"41.221166, -76.015002\";s:3:\"lat\";s:10:\"41.2211475\";s:3:\"lng\";s:18:\"-76.01497369999998\";}'),(39656,785,'_locations_14_location','field_5683f288dcba1'),(39657,785,'locations_14_title','State Route 0011, Section 353 – E08899 - in Luzerne County – Bridge Replacement'),(39658,785,'_locations_14_title','field_5683f2aadcba2'),(39659,785,'locations_14_image','515'),(39660,785,'_locations_14_image','field_568439ed8109d'),(39661,785,'locations_14_description','This project was for a small bridge and affected 4 properties in the Township of Plymouth, Luzerne County.'),(39662,785,'_locations_14_description','field_5683f2b1dcba3'),(39663,785,'locations_15_location','a:3:{s:7:\"address\";s:21:\"41.280778, -75.895555\";s:3:\"lat\";s:9:\"41.279748\";s:3:\"lng\";s:18:\"-75.89788499999997\";}'),(39664,785,'_locations_15_location','field_5683f288dcba1'),(39665,785,'locations_15_title','State Route 1054, Section 370 – E56699 in Luzerne County – Bridge Replacement'),(39666,785,'_locations_15_title','field_5683f2aadcba2'),(39667,785,'locations_15_image','518'),(39668,785,'_locations_15_image','field_568439ed8109d'),(39669,785,'locations_15_description','This project was for a small bridge and affected 3 properties in the Borough of Luzerne, Luzerne County.'),(39670,785,'_locations_15_description','field_5683f2b1dcba3'),(39671,785,'locations_16_location','a:3:{s:7:\"address\";s:21:\"41.989313, -75.423747\";s:3:\"lat\";s:9:\"41.989307\";s:3:\"lng\";s:18:\"-75.42374489999997\";}'),(39672,785,'_locations_16_location','field_5683f288dcba1'),(39673,785,'locations_16_title','State Route 4043 over Sherman – E56754 in Wayne County, Scott Twp. – Bridge Replacement'),(39674,785,'_locations_16_title','field_5683f2aadcba2'),(39675,785,'locations_16_image',''),(39676,785,'_locations_16_image','field_568439ed8109d'),(39677,785,'locations_16_description','This project is for a small bridge and is affecting 4 properties in the Township of Scott, Wayne County.'),(39678,785,'_locations_16_description','field_5683f2b1dcba3'),(39679,785,'locations_17_location','a:3:{s:7:\"address\";s:21:\"41.283610, -75.780138\";s:3:\"lat\";s:9:\"41.284705\";s:3:\"lng\";s:18:\"-75.77986499999997\";}'),(39680,785,'_locations_17_location','field_5683f288dcba1'),(39681,785,'locations_17_title','State Route 2039, Section 370 – E08867 in Luzerne County – Bridge Reeplacement'),(39682,785,'_locations_17_title','field_5683f2aadcba2'),(39683,785,'locations_17_image','521'),(39684,785,'_locations_17_image','field_568439ed8109d'),(39685,785,'locations_17_description','This project was for a small bridge and affected 3 properties in the Township of Jenkins, Luzerne County.'),(39686,785,'_locations_17_description','field_5683f2b1dcba3'),(39687,785,'locations_18_location','a:3:{s:7:\"address\";s:21:\"41.243054, -75.934914\";s:3:\"lat\";s:10:\"41.2430407\";s:3:\"lng\";s:18:\"-75.93489540000002\";}'),(39688,785,'_locations_18_location','field_5683f288dcba1'),(39689,785,'locations_18_title','State Route 2067, Section 370 – E08743 in Luzerne County, Plymouth Boro – Bridge Replacement'),(39690,785,'_locations_18_title','field_5683f2aadcba2'),(39691,785,'locations_18_image',''),(39692,785,'_locations_18_image','field_568439ed8109d'),(39693,785,'locations_18_description','This project is for a small bridge and is affecting 3 properties in the Township of Plymouth, Luzerne County.'),(39694,785,'_locations_18_description','field_5683f2b1dcba3'),(39695,785,'locations_19_location','a:3:{s:7:\"address\";s:21:\"41.592388, -75.858530\";s:3:\"lat\";s:10:\"41.5924082\";s:3:\"lng\";s:18:\"-75.85857759999999\";}'),(39696,785,'_locations_19_location','field_5683f288dcba1'),(39697,785,'locations_19_title','State Route 1010, Section 770 – E68803 in Clinton and Wyoming? – Bridge Replacement'),(39698,785,'_locations_19_title','field_5683f2aadcba2'),(39699,785,'locations_19_image','524'),(39700,785,'_locations_19_image','field_568439ed8109d'),(39701,785,'locations_19_description','This project is for a small bridge and is affecting 3 properties in the Township of Clinton, Wyoming County.'),(39702,785,'_locations_19_description','field_5683f2b1dcba3'),(39703,785,'locations_20_location','a:3:{s:7:\"address\";s:21:\"41.413861, -75.487693\";s:3:\"lat\";s:17:\"41.41387590000001\";s:3:\"lng\";s:11:\"-75.4876964\";}'),(39704,785,'_locations_20_location','field_5683f288dcba1'),(39705,785,'locations_20_title','State Route 348, Section 250 – E67196 in Lackawanna, Jefferson Township – Bridge '),(39706,785,'_locations_20_title','field_5683f2aadcba2'),(39707,785,'locations_20_image',''),(39708,785,'_locations_20_image','field_568439ed8109d'),(39709,785,'locations_20_description','This project is for a small bridge and is affecting 2 properties in the Township of Jefferson, Lackawanna County.'),(39710,785,'_locations_20_description','field_5683f2b1dcba3'),(39711,785,'locations_21_location','a:3:{s:7:\"address\";s:21:\"41.536054, -75.777392\";s:3:\"lat\";s:10:\"41.5378938\";s:3:\"lng\";s:18:\"-75.77944389999999\";}'),(39712,785,'_locations_21_location','field_5683f288dcba1'),(39713,785,'locations_21_title','State Route 4018, Section 250 – E67235 in Lackawanna – Bridge Replacement'),(39714,785,'_locations_21_title','field_5683f2aadcba2'),(39715,785,'locations_21_image',''),(39716,785,'_locations_21_image','field_568439ed8109d'),(39717,785,'locations_21_description','This project is for a small bridge is affecting 2 properties in the Township of West Abington, Lackawanna County.'),(39718,785,'_locations_21_description','field_5683f2b1dcba3'),(39719,785,'locations_22_location','a:3:{s:7:\"address\";s:21:\"41.393109, -75.818332\";s:3:\"lat\";s:10:\"41.3931108\";s:3:\"lng\";s:18:\"-75.81833080000001\";}'),(39720,785,'_locations_22_location','field_5683f288dcba1'),(39721,785,'locations_22_title','State Route 3005 Over Gardeners Creek – E08181 – Lackawanna (ransom twp) – Bridge'),(39722,785,'_locations_22_title','field_5683f2aadcba2'),(39723,785,'locations_22_image',''),(39724,785,'_locations_22_image','field_568439ed8109d'),(39725,785,'locations_22_description','This project is for a small bridge and is affecting 4 properties in the township of Ransom, Lackawanna County.'),(39726,785,'_locations_22_description','field_5683f2b1dcba3'),(39727,785,'locations_23_location','a:3:{s:7:\"address\";s:21:\"41.599889, -75.266112\";s:3:\"lat\";s:9:\"41.599538\";s:3:\"lng\";s:18:\"-75.26654400000001\";}'),(39728,785,'_locations_23_location','field_5683f288dcba1'),(39729,785,'locations_23_title','State Route 4006, Section 650 over dyberry – E83952 – Dyberry Township, Wayne County, Bridge'),(39730,785,'_locations_23_title','field_5683f2aadcba2'),(39731,785,'locations_23_image',''),(39732,785,'_locations_23_image','field_568439ed8109d'),(39733,785,'locations_23_description','This project is for a small bridge and is affecting 2 properties in the Township of Dyberry, Wayne County.'),(39734,785,'_locations_23_description','field_5683f2b1dcba3'),(39735,785,'locations_24_location','a:3:{s:7:\"address\";s:21:\"41.978611, -75.500110\";s:3:\"lat\";s:10:\"41.9758809\";s:3:\"lng\";s:18:\"-75.50041479999999\";}'),(39736,785,'_locations_24_location','field_5683f288dcba1'),(39737,785,'locations_24_title','State Route 1011, Section 552 Over Deep Hollow Susquehanna County – E83952 – Bridge'),(39738,785,'_locations_24_title','field_5683f2aadcba2'),(39739,785,'locations_24_image',''),(39740,785,'_locations_24_image','field_568439ed8109d'),(39741,785,'locations_24_description','This project is for bridge replacement and intersection improvement and is affecting 7 properties in Borough of New Milford, Susquehanna County.'),(39742,785,'_locations_24_description','field_5683f2b1dcba3'),(39743,785,'locations_25_location','a:3:{s:7:\"address\";s:21:\"41.607443, -76.131722\";s:3:\"lat\";s:17:\"41.60742339999999\";s:3:\"lng\";s:18:\"-76.13179359999998\";}'),(39744,785,'_locations_25_location','field_5683f288dcba1'),(39745,785,'locations_25_title','State Route 3001, Section 774 – E69221 Wyoming County, Wyndham Twp – Bridge'),(39746,785,'_locations_25_title','field_5683f2aadcba2'),(39747,785,'locations_25_image',''),(39748,785,'_locations_25_image','field_568439ed8109d'),(39749,785,'locations_25_description','This project is for a bridge and is affecting 1 parcel in the Township of Windham, Wyoming County.'),(39750,785,'_locations_25_description','field_5683f2b1dcba3'),(39751,785,'locations_26_location','a:3:{s:7:\"address\";s:21:\"40.974082, -76.184973\";s:3:\"lat\";s:9:\"40.970843\";s:3:\"lng\";s:18:\"-76.18496700000003\";}'),(39752,785,'_locations_26_location','field_5683f288dcba1'),(39753,785,'locations_26_title','State Route 3020, Section 350 over Black Creek – E09015, Black Creek Twp – Bridge'),(39754,785,'_locations_26_title','field_5683f2aadcba2'),(39755,785,'locations_26_image',''),(39756,785,'_locations_26_image','field_568439ed8109d'),(39757,785,'locations_26_description','This project is for construction on a small bridge and is affecting 3 properties in the Township of Black Creek, Luzerne County.'),(39758,785,'_locations_26_description','field_5683f2b1dcba3'),(39759,785,'locations_27_location','a:3:{s:7:\"address\";s:21:\"41.568608, -76.061327\";s:3:\"lat\";s:10:\"41.5685911\";s:3:\"lng\";s:18:\"-76.06131189999996\";}'),(39760,785,'_locations_27_location','field_5683f288dcba1'),(39761,785,'locations_27_title','State Route 82, SLD – E96683 – Wyoming County - Bridge'),(39762,785,'_locations_27_title','field_5683f2aadcba2'),(39763,785,'locations_27_image',''),(39764,785,'_locations_27_image','field_568439ed8109d'),(39765,785,'locations_27_description',''),(39766,785,'_locations_27_description','field_5683f2b1dcba3'),(39767,785,'locations_28_location','a:3:{s:7:\"address\";s:21:\"41.943462, -75.600862\";s:3:\"lat\";s:10:\"41.9434593\";s:3:\"lng\";s:10:\"-75.600866\";}'),(39768,785,'_locations_28_location','field_5683f288dcba1'),(39769,785,'locations_28_title','State Route 92, SLD – E96812 – Susquehanna County'),(39770,785,'_locations_28_title','field_5683f2aadcba2'),(39771,785,'locations_28_image',''),(39772,785,'_locations_28_image','field_568439ed8109d'),(39773,785,'locations_28_description',''),(39774,785,'_locations_28_description','field_5683f2b1dcba3'),(39775,785,'locations_29_location','a:3:{s:7:\"address\";s:21:\"41.867247, -75.706059\";s:3:\"lat\";s:10:\"41.8676553\";s:3:\"lng\";s:18:\"-75.70661799999999\";}'),(39776,785,'_locations_29_location','field_5683f288dcba1'),(39777,785,'locations_29_title','State Route 492, SLD – E96809 – Susquhanna County New Milford Boro – Bridge'),(39778,785,'_locations_29_title','field_5683f2aadcba2'),(39779,785,'locations_29_image',''),(39780,785,'_locations_29_image','field_568439ed8109d'),(39781,785,'locations_29_description',''),(39782,785,'_locations_29_description','field_5683f2b1dcba3'),(39783,785,'locations_30_location','a:3:{s:7:\"address\";s:21:\"41.430281, -75.427496\";s:3:\"lat\";s:10:\"41.4302727\";s:3:\"lng\";s:18:\"-75.42750230000001\";}'),(39784,785,'_locations_30_location','field_5683f288dcba1'),(39785,785,'locations_30_title','State Route 3019, Section 670 – E09882, Wayne County Lake Township – Bridge'),(39786,785,'_locations_30_title','field_5683f2aadcba2'),(39787,785,'locations_30_image',''),(39788,785,'_locations_30_image','field_568439ed8109d'),(39789,785,'locations_30_description',''),(39790,785,'_locations_30_description','field_5683f2b1dcba3'),(39791,785,'locations','31'),(39792,785,'_locations','field_5683f253a5dba'),(39793,786,'locations_0_location','a:3:{s:7:\"address\";s:21:\"41.564217, -76.059027\";s:3:\"lat\";s:10:\"41.5633759\";s:3:\"lng\";s:18:\"-76.06040280000002\";}'),(39794,786,'_locations_0_location','field_5683f288dcba1'),(39795,786,'locations_0_title','3003 – 773 – Mehoopany'),(39796,786,'_locations_0_title','field_5683f2aadcba2'),(39797,786,'locations_0_image','463'),(39798,786,'_locations_0_image','field_568439ed8109d'),(39799,786,'locations_0_description','This project is for a mid-sized bridge replacement and roadway alignment and is affecting 10 properties and resulting in the relocation of 1 resident in the Township of Mehoopany, Wyoming County.'),(39800,786,'_locations_0_description','field_5683f2b1dcba3'),(39801,786,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.558172, -75.756456\";s:3:\"lat\";s:10:\"41.5550934\";s:3:\"lng\";s:18:\"-75.75364639999998\";}'),(39802,786,'_locations_1_location','field_5683f288dcba1'),(39803,786,'locations_1_title','SR0006, Section 214'),(39804,786,'_locations_1_title','field_5683f2aadcba2'),(39805,786,'locations_1_image',''),(39806,786,'_locations_1_image','field_568439ed8109d'),(39807,786,'locations_1_description','This project is for lane reconfiguration, intersection improvements, and drainage improvements and is affecting 34 parcels in the municipalities of Clinton, La Plume, Glenburn, South Abington, Factoryville, and Dalton, Lackawanna and Wyoming Counties.'),(39808,786,'_locations_1_description','field_5683f2b1dcba3'),(39809,786,'locations_2_location','a:3:{s:7:\"address\";s:21:\"41.558109, -75.756371\";s:3:\"lat\";s:10:\"41.5581464\";s:3:\"lng\";s:11:\"-75.7562883\";}'),(39810,786,'_locations_2_location','field_5683f288dcba1'),(39811,786,'locations_2_title','SR0415, 303'),(39812,786,'_locations_2_title','field_5683f2aadcba2'),(39813,786,'locations_2_image',''),(39814,786,'_locations_2_image','field_568439ed8109d'),(39815,786,'locations_2_description','This project is for a roadway realignment and is affecting 15 properties in the Township of Dallas, Luzerne County.'),(39816,786,'_locations_2_description','field_5683f2b1dcba3'),(39817,786,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.344964, -75.960057\";s:3:\"lat\";s:9:\"41.345173\";s:3:\"lng\";s:18:\"-75.96029190000002\";}'),(39818,786,'_locations_3_location','field_5683f288dcba1'),(39819,786,'locations_3_title','SR0309, 330'),(39820,786,'_locations_3_title','field_5683f2aadcba2'),(39821,786,'locations_3_image',''),(39822,786,'_locations_3_image','field_568439ed8109d'),(39823,786,'locations_3_description','This project is for roadway relocation and intersection realignment and is affecting 8 properties in the Township of Dallas, Luzerne County.'),(39824,786,'_locations_3_description','field_5683f2b1dcba3'),(39825,786,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.490658, -75.551795\";s:3:\"lat\";s:10:\"41.4905565\";s:3:\"lng\";s:18:\"-75.55236930000001\";}'),(39826,786,'_locations_4_location','field_5683f288dcba1'),(39827,786,'locations_4_title','SR1012, 202'),(39828,786,'_locations_4_title','field_5683f2aadcba2'),(39829,786,'locations_4_image',''),(39830,786,'_locations_4_image','field_568439ed8109d'),(39831,786,'locations_4_description',''),(39832,786,'_locations_4_description','field_5683f2b1dcba3'),(39833,786,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.872160, -75.730199\";s:3:\"lat\";s:17:\"41.87217649999999\";s:3:\"lng\";s:11:\"-75.7301933\";}'),(39834,786,'_locations_5_location','field_5683f288dcba1'),(39835,786,'locations_5_title','SR1016, 571'),(39836,786,'_locations_5_title','field_5683f2aadcba2'),(39837,786,'locations_5_image',''),(39838,786,'_locations_5_image','field_568439ed8109d'),(39839,786,'locations_5_description','This project is for bridge replacement and intersection improvement and is affecting 7 properties in the Borough of New Milford, Susquehanna County.'),(39840,786,'_locations_5_description','field_5683f2b1dcba3'),(39841,786,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.359132, -75.494434\";s:3:\"lat\";s:9:\"41.359067\";s:3:\"lng\";s:18:\"-75.49490600000001\";}'),(39842,786,'_locations_6_location','field_5683f288dcba1'),(39843,786,'locations_6_title','SR2004, 250'),(39844,786,'_locations_6_title','field_5683f2aadcba2'),(39845,786,'locations_6_image',''),(39846,786,'_locations_6_image','field_568439ed8109d'),(39847,786,'locations_6_description','This project is for a flood project and is affecting 5 properties in the Township of Covington, Lackawanna County.'),(39848,786,'_locations_6_description','field_5683f2b1dcba3'),(39849,786,'locations_7_location','a:3:{s:7:\"address\";s:21:\"41.359135, -75.494447\";s:3:\"lat\";s:9:\"41.359067\";s:3:\"lng\";s:18:\"-75.49490600000001\";}'),(39850,786,'_locations_7_location','field_5683f288dcba1'),(39851,786,'locations_7_title','SR2004, 250'),(39852,786,'_locations_7_title','field_5683f2aadcba2'),(39853,786,'locations_7_image',''),(39854,786,'_locations_7_image','field_568439ed8109d'),(39855,786,'locations_7_description','This project is for reconstruction and is affecting 4 properties in the Township of Madison, Lackawanna County.'),(39856,786,'_locations_7_description','field_5683f2b1dcba3'),(39857,786,'locations_8_location','a:3:{s:7:\"address\";s:21:\"41.317135, -75.551164\";s:3:\"lat\";s:10:\"41.3171963\";s:3:\"lng\";s:18:\"-75.55109429999999\";}'),(39858,786,'_locations_8_location','field_5683f288dcba1'),(39859,786,'locations_8_title','Daleville Stockpile'),(39860,786,'_locations_8_title','field_5683f2aadcba2'),(39861,786,'locations_8_image',''),(39862,786,'_locations_8_image','field_568439ed8109d'),(39863,786,'locations_8_description','This project is for a flood project and is affecting 5 properties in the Township of Covington, Lackawanna County.'),(39864,786,'_locations_8_description','field_5683f2b1dcba3'),(39865,786,'locations_9_location','a:3:{s:7:\"address\";s:21:\"41.266081, -76.291267\";s:3:\"lat\";s:10:\"41.2668817\";s:3:\"lng\";s:18:\"-76.29025159999998\";}'),(39866,786,'_locations_9_location','field_5683f288dcba1'),(39867,786,'locations_9_title','Luzerne County Brish'),(39868,786,'_locations_9_title','field_5683f2aadcba2'),(39869,786,'locations_9_image',''),(39870,786,'_locations_9_image','field_568439ed8109d'),(39871,786,'locations_9_description',''),(39872,786,'_locations_9_description','field_5683f2b1dcba3'),(39873,786,'locations_10_location','a:3:{s:7:\"address\";s:21:\"41.294579, -75.947686\";s:3:\"lat\";s:10:\"41.2945835\";s:3:\"lng\";s:18:\"-75.94770040000003\";}'),(39874,786,'_locations_10_location','field_5683f288dcba1'),(39875,786,'locations_10_title','Luzerne County Browns Creek 12'),(39876,786,'_locations_10_title','field_5683f2aadcba2'),(39877,786,'locations_10_image',''),(39878,786,'_locations_10_image','field_568439ed8109d'),(39879,786,'locations_10_description',''),(39880,786,'_locations_10_description','field_5683f2b1dcba3'),(39881,786,'locations_11_location','a:3:{s:7:\"address\";s:21:\"41.289499, -75.955916\";s:3:\"lat\";s:9:\"41.288856\";s:3:\"lng\";s:9:\"-75.95745\";}'),(39882,786,'_locations_11_location','field_5683f288dcba1'),(39883,786,'locations_11_title','Luzerne County Browns Creek 13'),(39884,786,'_locations_11_title','field_5683f2aadcba2'),(39885,786,'locations_11_image',''),(39886,786,'_locations_11_image','field_568439ed8109d'),(39887,786,'locations_11_description',''),(39888,786,'_locations_11_description','field_5683f2b1dcba3'),(39889,786,'locations_12_location','a:3:{s:7:\"address\";s:21:\"41.130388, -75.625973\";s:3:\"lat\";s:17:\"41.13012380000001\";s:3:\"lng\";s:18:\"-75.62548429999998\";}'),(39890,786,'_locations_12_location','field_5683f288dcba1'),(39891,786,'locations_12_title','State Route 115, Section 371 – E09080, Monroe and Luzerne – Bridge Replacement'),(39892,786,'_locations_12_title','field_5683f2aadcba2'),(39893,786,'locations_12_image','511'),(39894,786,'_locations_12_image','field_568439ed8109d'),(39895,786,'locations_12_description','This project was for a small bridge and affected 2 properties in the Townships of Bucks and Tobyhanna, Luzerne and Monroe Counties.'),(39896,786,'_locations_12_description','field_5683f2b1dcba3'),(39897,786,'locations_13_location','a:3:{s:7:\"address\";s:21:\"41.518613, -75.322306\";s:3:\"lat\";s:8:\"41.51691\";s:3:\"lng\";s:18:\"-75.32142599999997\";}'),(39898,786,'_locations_13_location','field_5683f288dcba1'),(39899,786,'locations_13_title','State Route 3037, Section 650 – E83054 - in Wayne County – Bridge Replacement'),(39900,786,'_locations_13_title','field_5683f2aadcba2'),(39901,786,'locations_13_image',''),(39902,786,'_locations_13_image','field_568439ed8109d'),(39903,786,'locations_13_description','This project is for a small bridge project and is affecting 2 properties in the Township of Cherry Ridge, Wayne County.'),(39904,786,'_locations_13_description','field_5683f2b1dcba3'),(39905,786,'locations_14_location','a:3:{s:7:\"address\";s:21:\"41.221166, -76.015002\";s:3:\"lat\";s:10:\"41.2211475\";s:3:\"lng\";s:18:\"-76.01497369999998\";}'),(39906,786,'_locations_14_location','field_5683f288dcba1'),(39907,786,'locations_14_title','State Route 0011, Section 353 – E08899 - in Luzerne County – Bridge Replacement'),(39908,786,'_locations_14_title','field_5683f2aadcba2'),(39909,786,'locations_14_image','515'),(39910,786,'_locations_14_image','field_568439ed8109d'),(39911,786,'locations_14_description','This project was for a small bridge and affected 4 properties in the Township of Plymouth, Luzerne County.'),(39912,786,'_locations_14_description','field_5683f2b1dcba3'),(39913,786,'locations_15_location','a:3:{s:7:\"address\";s:21:\"41.280778, -75.895555\";s:3:\"lat\";s:9:\"41.279748\";s:3:\"lng\";s:18:\"-75.89788499999997\";}'),(39914,786,'_locations_15_location','field_5683f288dcba1'),(39915,786,'locations_15_title','State Route 1054, Section 370 – E56699 in Luzerne County – Bridge Replacement'),(39916,786,'_locations_15_title','field_5683f2aadcba2'),(39917,786,'locations_15_image','518'),(39918,786,'_locations_15_image','field_568439ed8109d'),(39919,786,'locations_15_description','This project was for a small bridge and affected 3 properties in the Borough of Luzerne, Luzerne County.'),(39920,786,'_locations_15_description','field_5683f2b1dcba3'),(39921,786,'locations_16_location','a:3:{s:7:\"address\";s:21:\"41.989313, -75.423747\";s:3:\"lat\";s:9:\"41.989307\";s:3:\"lng\";s:18:\"-75.42374489999997\";}'),(39922,786,'_locations_16_location','field_5683f288dcba1'),(39923,786,'locations_16_title','State Route 4043 over Sherman – E56754 in Wayne County, Scott Twp. – Bridge Replacement'),(39924,786,'_locations_16_title','field_5683f2aadcba2'),(39925,786,'locations_16_image',''),(39926,786,'_locations_16_image','field_568439ed8109d'),(39927,786,'locations_16_description','This project is for a small bridge and is affecting 4 properties in the Township of Scott, Wayne County.'),(39928,786,'_locations_16_description','field_5683f2b1dcba3'),(39929,786,'locations_17_location','a:3:{s:7:\"address\";s:21:\"41.283610, -75.780138\";s:3:\"lat\";s:9:\"41.284705\";s:3:\"lng\";s:18:\"-75.77986499999997\";}'),(39930,786,'_locations_17_location','field_5683f288dcba1'),(39931,786,'locations_17_title','State Route 2039, Section 370 – E08867 in Luzerne County – Bridge Reeplacement'),(39932,786,'_locations_17_title','field_5683f2aadcba2'),(39933,786,'locations_17_image','521'),(39934,786,'_locations_17_image','field_568439ed8109d'),(39935,786,'locations_17_description','This project was for a small bridge and affected 3 properties in the Township of Jenkins, Luzerne County.'),(39936,786,'_locations_17_description','field_5683f2b1dcba3'),(39937,786,'locations_18_location','a:3:{s:7:\"address\";s:21:\"41.243054, -75.934914\";s:3:\"lat\";s:10:\"41.2430407\";s:3:\"lng\";s:18:\"-75.93489540000002\";}'),(39938,786,'_locations_18_location','field_5683f288dcba1'),(39939,786,'locations_18_title','State Route 2067, Section 370 – E08743 in Luzerne County, Plymouth Boro – Bridge Replacement'),(39940,786,'_locations_18_title','field_5683f2aadcba2'),(39941,786,'locations_18_image',''),(39942,786,'_locations_18_image','field_568439ed8109d'),(39943,786,'locations_18_description','This project is for a small bridge and is affecting 3 properties in the Township of Plymouth, Luzerne County.'),(39944,786,'_locations_18_description','field_5683f2b1dcba3'),(39945,786,'locations_19_location','a:3:{s:7:\"address\";s:21:\"41.592388, -75.858530\";s:3:\"lat\";s:10:\"41.5924082\";s:3:\"lng\";s:18:\"-75.85857759999999\";}'),(39946,786,'_locations_19_location','field_5683f288dcba1'),(39947,786,'locations_19_title','State Route 1010, Section 770 – E68803 in Clinton and Wyoming? – Bridge Replacement'),(39948,786,'_locations_19_title','field_5683f2aadcba2'),(39949,786,'locations_19_image','524'),(39950,786,'_locations_19_image','field_568439ed8109d'),(39951,786,'locations_19_description','This project is for a small bridge and is affecting 3 properties in the Township of Clinton, Wyoming County.'),(39952,786,'_locations_19_description','field_5683f2b1dcba3'),(39953,786,'locations_20_location','a:3:{s:7:\"address\";s:21:\"41.413861, -75.487693\";s:3:\"lat\";s:17:\"41.41387590000001\";s:3:\"lng\";s:11:\"-75.4876964\";}'),(39954,786,'_locations_20_location','field_5683f288dcba1'),(39955,786,'locations_20_title','State Route 348, Section 250 – E67196 in Lackawanna, Jefferson Township – Bridge '),(39956,786,'_locations_20_title','field_5683f2aadcba2'),(39957,786,'locations_20_image',''),(39958,786,'_locations_20_image','field_568439ed8109d'),(39959,786,'locations_20_description','This project is for a small bridge and is affecting 2 properties in the Township of Jefferson, Lackawanna County.'),(39960,786,'_locations_20_description','field_5683f2b1dcba3'),(39961,786,'locations_21_location','a:3:{s:7:\"address\";s:21:\"41.536054, -75.777392\";s:3:\"lat\";s:10:\"41.5378938\";s:3:\"lng\";s:18:\"-75.77944389999999\";}'),(39962,786,'_locations_21_location','field_5683f288dcba1'),(39963,786,'locations_21_title','State Route 4018, Section 250 – E67235 in Lackawanna – Bridge Replacement'),(39964,786,'_locations_21_title','field_5683f2aadcba2'),(39965,786,'locations_21_image',''),(39966,786,'_locations_21_image','field_568439ed8109d'),(39967,786,'locations_21_description','This project is for a small bridge is affecting 2 properties in the Township of West Abington, Lackawanna County.'),(39968,786,'_locations_21_description','field_5683f2b1dcba3'),(39969,786,'locations_22_location','a:3:{s:7:\"address\";s:21:\"41.393109, -75.818332\";s:3:\"lat\";s:10:\"41.3931108\";s:3:\"lng\";s:18:\"-75.81833080000001\";}'),(39970,786,'_locations_22_location','field_5683f288dcba1'),(39971,786,'locations_22_title','State Route 3005 Over Gardeners Creek – E08181 – Lackawanna (ransom twp) – Bridge'),(39972,786,'_locations_22_title','field_5683f2aadcba2'),(39973,786,'locations_22_image',''),(39974,786,'_locations_22_image','field_568439ed8109d'),(39975,786,'locations_22_description','This project is for a small bridge and is affecting 4 properties in the township of Ransom, Lackawanna County.'),(39976,786,'_locations_22_description','field_5683f2b1dcba3'),(39977,786,'locations_23_location','a:3:{s:7:\"address\";s:21:\"41.599889, -75.266112\";s:3:\"lat\";s:9:\"41.599538\";s:3:\"lng\";s:18:\"-75.26654400000001\";}'),(39978,786,'_locations_23_location','field_5683f288dcba1'),(39979,786,'locations_23_title','State Route 4006, Section 650 over dyberry – E83952 – Dyberry Township, Wayne County, Bridge'),(39980,786,'_locations_23_title','field_5683f2aadcba2'),(39981,786,'locations_23_image',''),(39982,786,'_locations_23_image','field_568439ed8109d'),(39983,786,'locations_23_description','This project is for a small bridge and is affecting 2 properties in the Township of Dyberry, Wayne County.'),(39984,786,'_locations_23_description','field_5683f2b1dcba3'),(39985,786,'locations_24_location','a:3:{s:7:\"address\";s:21:\"41.978611, -75.500110\";s:3:\"lat\";s:10:\"41.9758809\";s:3:\"lng\";s:18:\"-75.50041479999999\";}'),(39986,786,'_locations_24_location','field_5683f288dcba1'),(39987,786,'locations_24_title','State Route 1011, Section 552 Over Deep Hollow Susquehanna County – E83952 – Bridge'),(39988,786,'_locations_24_title','field_5683f2aadcba2'),(39989,786,'locations_24_image',''),(39990,786,'_locations_24_image','field_568439ed8109d'),(39991,786,'locations_24_description','This project is for bridge replacement and intersection improvement and is affecting 7 properties in Borough of New Milford, Susquehanna County.'),(39992,786,'_locations_24_description','field_5683f2b1dcba3'),(39993,786,'locations_25_location','a:3:{s:7:\"address\";s:21:\"41.607443, -76.131722\";s:3:\"lat\";s:17:\"41.60742339999999\";s:3:\"lng\";s:18:\"-76.13179359999998\";}'),(39994,786,'_locations_25_location','field_5683f288dcba1'),(39995,786,'locations_25_title','State Route 3001, Section 774 – E69221 Wyoming County, Wyndham Twp – Bridge'),(39996,786,'_locations_25_title','field_5683f2aadcba2'),(39997,786,'locations_25_image',''),(39998,786,'_locations_25_image','field_568439ed8109d'),(39999,786,'locations_25_description','This project is for a bridge and is affecting 1 parcel in the Township of Windham, Wyoming County.'),(40000,786,'_locations_25_description','field_5683f2b1dcba3'),(40001,786,'locations_26_location','a:3:{s:7:\"address\";s:21:\"40.974082, -76.184973\";s:3:\"lat\";s:9:\"40.970843\";s:3:\"lng\";s:18:\"-76.18496700000003\";}'),(40002,786,'_locations_26_location','field_5683f288dcba1'),(40003,786,'locations_26_title','State Route 3020, Section 350 over Black Creek – E09015, Black Creek Twp – Bridge'),(40004,786,'_locations_26_title','field_5683f2aadcba2'),(40005,786,'locations_26_image',''),(40006,786,'_locations_26_image','field_568439ed8109d'),(40007,786,'locations_26_description','This project is for construction on a small bridge and is affecting 3 properties in the Township of Black Creek, Luzerne County.'),(40008,786,'_locations_26_description','field_5683f2b1dcba3'),(40009,786,'locations_27_location','a:3:{s:7:\"address\";s:21:\"41.568608, -76.061327\";s:3:\"lat\";s:10:\"41.5685911\";s:3:\"lng\";s:18:\"-76.06131189999996\";}'),(40010,786,'_locations_27_location','field_5683f288dcba1'),(40011,786,'locations_27_title','State Route 82, SLD – E96683 – Wyoming County - Bridge'),(40012,786,'_locations_27_title','field_5683f2aadcba2'),(40013,786,'locations_27_image',''),(40014,786,'_locations_27_image','field_568439ed8109d'),(40015,786,'locations_27_description',''),(40016,786,'_locations_27_description','field_5683f2b1dcba3'),(40017,786,'locations_28_location','a:3:{s:7:\"address\";s:21:\"41.943462, -75.600862\";s:3:\"lat\";s:10:\"41.9434593\";s:3:\"lng\";s:10:\"-75.600866\";}'),(40018,786,'_locations_28_location','field_5683f288dcba1'),(40019,786,'locations_28_title','State Route 92, SLD – E96812 – Susquehanna County'),(40020,786,'_locations_28_title','field_5683f2aadcba2'),(40021,786,'locations_28_image',''),(40022,786,'_locations_28_image','field_568439ed8109d'),(40023,786,'locations_28_description',''),(40024,786,'_locations_28_description','field_5683f2b1dcba3'),(40025,786,'locations_29_location','a:3:{s:7:\"address\";s:21:\"41.867247, -75.706059\";s:3:\"lat\";s:10:\"41.8676553\";s:3:\"lng\";s:18:\"-75.70661799999999\";}'),(40026,786,'_locations_29_location','field_5683f288dcba1'),(40027,786,'locations_29_title','State Route 492, SLD – E96809 – Susquhanna County New Milford Boro – Bridge'),(40028,786,'_locations_29_title','field_5683f2aadcba2'),(40029,786,'locations_29_image',''),(40030,786,'_locations_29_image','field_568439ed8109d'),(40031,786,'locations_29_description',''),(40032,786,'_locations_29_description','field_5683f2b1dcba3'),(40033,786,'locations_30_location','a:3:{s:7:\"address\";s:21:\"41.430281, -75.427496\";s:3:\"lat\";s:10:\"41.4302727\";s:3:\"lng\";s:18:\"-75.42750230000001\";}'),(40034,786,'_locations_30_location','field_5683f288dcba1'),(40035,786,'locations_30_title','State Route 3019, Section 670 – E09882, Wayne County Lake Township – Bridge'),(40036,786,'_locations_30_title','field_5683f2aadcba2'),(40037,786,'locations_30_image',''),(40038,786,'_locations_30_image','field_568439ed8109d'),(40039,786,'locations_30_description',''),(40040,786,'_locations_30_description','field_5683f2b1dcba3'),(40041,786,'locations','31'),(40042,786,'_locations','field_5683f253a5dba'),(40043,787,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.262613, -75.222919\";s:3:\"lat\";s:10:\"40.2626497\";s:3:\"lng\";s:18:\"-75.22288079999998\";}'),(40044,787,'_locations_0_location','field_5683f288dcba1'),(40045,787,'locations_0_title','2038, WD1'),(40046,787,'_locations_0_title','field_5683f2aadcba2'),(40047,787,'locations_0_image','572'),(40048,787,'_locations_0_image','field_568439ed8109d'),(40049,787,'locations_0_description','This project is for a roadway widening and is affecting 65 properties and resulting in the relocation of 2 residents in the Townships of Montgomery & New Britain, Montgomery & Bucks Counties.'),(40050,787,'_locations_0_description','field_5683f2b1dcba3'),(40051,787,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.276639, -75.247167\";s:3:\"lat\";s:17:\"40.27663709999999\";s:3:\"lng\";s:11:\"-75.2471688\";}'),(40052,787,'_locations_1_location','field_5683f288dcba1'),(40053,787,'locations_1_title','2038, BBR'),(40054,787,'_locations_1_title','field_5683f2aadcba2'),(40055,787,'locations_1_image','574'),(40056,787,'_locations_1_image','field_568439ed8109d'),(40057,787,'locations_1_description','This project was for a small bridge replacement and affected 1 property in the Township of Hatfield, Montgomery County.'),(40058,787,'_locations_1_description','field_5683f2b1dcba3'),(40059,787,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.247361, -75.197195\";s:3:\"lat\";s:10:\"40.2484004\";s:3:\"lng\";s:18:\"-75.19883240000001\";}'),(40060,787,'_locations_2_location','field_5683f288dcba1'),(40061,787,'locations_2_title','2038, WD2'),(40062,787,'_locations_2_title','field_5683f2aadcba2'),(40063,787,'locations_2_image',''),(40064,787,'_locations_2_image','field_568439ed8109d'),(40065,787,'locations_2_description','This project is for a roadway widening and is affecting 47 properties in the Townships of Horsham and Warrington, Montgomery and Bucks Counties.'),(40066,787,'_locations_2_description','field_5683f2b1dcba3'),(40067,787,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.257916, -75.637053\";s:3:\"lat\";s:10:\"40.2579112\";s:3:\"lng\";s:18:\"-75.63705759999999\";}'),(40068,787,'_locations_3_location','field_5683f288dcba1'),(40069,787,'locations_3_title','Pottstown Signals'),(40070,787,'_locations_3_title','field_5683f2aadcba2'),(40071,787,'locations_3_image',''),(40072,787,'_locations_3_image','field_568439ed8109d'),(40073,787,'locations_3_description',''),(40074,787,'_locations_3_description','field_5683f2b1dcba3'),(40075,787,'locations_4_location','a:3:{s:7:\"address\";s:21:\"39.915582, -75.309306\";s:3:\"lat\";s:10:\"39.9155767\";s:3:\"lng\";s:11:\"-75.3093048\";}'),(40076,787,'_locations_4_location','field_5683f288dcba1'),(40077,787,'locations_4_title','Septa Secane'),(40078,787,'_locations_4_title','field_5683f2aadcba2'),(40079,787,'locations_4_image',''),(40080,787,'_locations_4_image','field_568439ed8109d'),(40081,787,'locations_4_description','This project is for station reconstruction for SEPTA and is affecting 4 properties in the Township of Upper Darby, Delaware County.'),(40082,787,'_locations_4_description','field_5683f2b1dcba3'),(40083,787,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.036586, -75.515609\";s:3:\"lat\";s:10:\"40.0367246\";s:3:\"lng\";s:18:\"-75.51568259999999\";}'),(40084,787,'_locations_5_location','field_5683f288dcba1'),(40085,787,'locations_5_title','Septa Malvern'),(40086,787,'_locations_5_title','field_5683f2aadcba2'),(40087,787,'locations_5_image',''),(40088,787,'_locations_5_image','field_568439ed8109d'),(40089,787,'locations_5_description','This project is for a station reconstruction for SEPTA and is affecting 1 property and resulting in 1 commercial relocation in the Borough of Malvern, Chester County.'),(40090,787,'_locations_5_description','field_5683f2b1dcba3'),(40091,787,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.085968, -75.362614\";s:3:\"lat\";s:9:\"40.086582\";s:3:\"lng\";s:18:\"-75.36161099999998\";}'),(40092,787,'_locations_6_location','field_5683f288dcba1'),(40093,787,'locations_6_title','Montgomery Valley Transit Authority – Chester Valley Trail'),(40094,787,'_locations_6_title','field_5683f2aadcba2'),(40095,787,'locations_6_image',''),(40096,787,'_locations_6_image','field_568439ed8109d'),(40097,787,'locations_6_description',''),(40098,787,'_locations_6_description','field_5683f2b1dcba3'),(40099,787,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.076076, -75.492159\";s:3:\"lat\";s:10:\"40.0762686\";s:3:\"lng\";s:11:\"-75.4945272\";}'),(40100,787,'_locations_7_location','field_5683f288dcba1'),(40101,787,'locations_7_title','MP 320 – 326 – Ending in King of Prussia PA – Highway Widening'),(40102,787,'_locations_7_title','field_5683f2aadcba2'),(40103,787,'locations_7_image',''),(40104,787,'_locations_7_image','field_568439ed8109d'),(40105,787,'locations_7_description','This project is for mainline reconstruction and bridge replacements and is affecting 82 properties in the Townships of Tredyffrin and Upper Merion, Chester and Montgomery Counties.'),(40106,787,'_locations_7_description','field_5683f2b1dcba3'),(40107,787,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.139285, -75.288778\";s:3:\"lat\";s:10:\"40.1395276\";s:3:\"lng\";s:11:\"-75.2888562\";}'),(40108,787,'_locations_8_location','field_5683f288dcba1'),(40109,787,'locations_8_title','MPA20 to A30 – Northeast Extension, Whitpain Township – Highway Widening'),(40110,787,'_locations_8_title','field_5683f2aadcba2'),(40111,787,'locations_8_image',''),(40112,787,'_locations_8_image','field_568439ed8109d'),(40113,787,'locations_8_description','This project is for mainline reconstruction and bridge replacements and is affecting over 60 properties in Towamencin and Worcester Townships, Montgomery County.'),(40114,787,'_locations_8_description','field_5683f2b1dcba3'),(40115,787,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.061252, -75.627140\";s:3:\"lat\";s:10:\"40.0625819\";s:3:\"lng\";s:18:\"-75.63076619999998\";}'),(40116,787,'_locations_9_location','field_5683f288dcba1'),(40117,787,'locations_9_title','MP 312 -319 – Exton PA – Highway Widening'),(40118,787,'_locations_9_title','field_5683f2aadcba2'),(40119,787,'locations_9_image',''),(40120,787,'_locations_9_image','field_568439ed8109d'),(40121,787,'locations_9_description',''),(40122,787,'_locations_9_description','field_5683f2b1dcba3'),(40123,787,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.353274, -75.392240\";s:3:\"lat\";s:10:\"40.3484254\";s:3:\"lng\";s:18:\"-75.38963109999997\";}'),(40124,787,'_locations_10_location','field_5683f288dcba1'),(40125,787,'locations_10_title','MPA31-A38 – Northeast Extension – Telford PA – Highway Widening'),(40126,787,'_locations_10_title','field_5683f2aadcba2'),(40127,787,'locations_10_image',''),(40128,787,'_locations_10_image','field_568439ed8109d'),(40129,787,'locations_10_description',''),(40130,787,'_locations_10_description','field_5683f2b1dcba3'),(40131,787,'locations','11'),(40132,787,'_locations','field_5683f253a5dba'),(40133,788,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(40134,788,'_locations_0_location','field_5683f288dcba1'),(40135,788,'locations_0_title','SR0028, All sections'),(40136,788,'_locations_0_title','field_5683f2aadcba2'),(40137,788,'locations_0_image',''),(40138,788,'_locations_0_image','field_568439ed8109d'),(40139,788,'locations_0_description',''),(40140,788,'_locations_0_description','field_5683f2b1dcba3'),(40141,788,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(40142,788,'_locations_1_location','field_5683f288dcba1'),(40143,788,'locations_1_title','286, A09 – Golden Mile'),(40144,788,'_locations_1_title','field_5683f2aadcba2'),(40145,788,'locations_1_image',''),(40146,788,'_locations_1_image','field_568439ed8109d'),(40147,788,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(40148,788,'_locations_1_description','field_5683f2b1dcba3'),(40149,788,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(40150,788,'_locations_2_location','field_5683f288dcba1'),(40151,788,'locations_2_title','2040, A18 – Curry Hollow'),(40152,788,'_locations_2_title','field_5683f2aadcba2'),(40153,788,'locations_2_image',''),(40154,788,'_locations_2_image','field_568439ed8109d'),(40155,788,'locations_2_description',''),(40156,788,'_locations_2_description','field_5683f2b1dcba3'),(40157,788,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(40158,788,'_locations_3_location','field_5683f288dcba1'),(40159,788,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(40160,788,'_locations_3_title','field_5683f2aadcba2'),(40161,788,'locations_3_image',''),(40162,788,'_locations_3_image','field_568439ed8109d'),(40163,788,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(40164,788,'_locations_3_description','field_5683f2b1dcba3'),(40165,788,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(40166,788,'_locations_4_location','field_5683f288dcba1'),(40167,788,'locations_4_title','Duncan Avenue – Hampton Twp.'),(40168,788,'_locations_4_title','field_5683f2aadcba2'),(40169,788,'locations_4_image',''),(40170,788,'_locations_4_image','field_568439ed8109d'),(40171,788,'locations_4_description',''),(40172,788,'_locations_4_description','field_5683f2b1dcba3'),(40173,788,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(40174,788,'_locations_5_location','field_5683f288dcba1'),(40175,788,'locations_5_title','Pine Creek Road – McCandless'),(40176,788,'_locations_5_title','field_5683f2aadcba2'),(40177,788,'locations_5_image',''),(40178,788,'_locations_5_image','field_568439ed8109d'),(40179,788,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(40180,788,'_locations_5_description','field_5683f2b1dcba3'),(40181,788,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(40182,788,'_locations_6_location','field_5683f288dcba1'),(40183,788,'locations_6_title','Brewhouse – Trek Development'),(40184,788,'_locations_6_title','field_5683f2aadcba2'),(40185,788,'locations_6_image',''),(40186,788,'_locations_6_image','field_568439ed8109d'),(40187,788,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(40188,788,'_locations_6_description','field_5683f2b1dcba3'),(40189,788,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(40190,788,'_locations_7_location','field_5683f288dcba1'),(40191,788,'locations_7_title','Ewalt Road – Richland Twp.'),(40192,788,'_locations_7_title','field_5683f2aadcba2'),(40193,788,'locations_7_image',''),(40194,788,'_locations_7_image','field_568439ed8109d'),(40195,788,'locations_7_description',''),(40196,788,'_locations_7_description','field_5683f2b1dcba3'),(40197,788,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(40198,788,'_locations_8_location','field_5683f288dcba1'),(40199,788,'locations_8_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(40200,788,'_locations_8_title','field_5683f2aadcba2'),(40201,788,'locations_8_image',''),(40202,788,'_locations_8_image','field_568439ed8109d'),(40203,788,'locations_8_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(40204,788,'_locations_8_description','field_5683f2b1dcba3'),(40205,788,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.425708, -79.805807\";s:3:\"lat\";s:10:\"40.4256461\";s:3:\"lng\";s:18:\"-79.80576589999998\";}'),(40206,788,'_locations_9_location','field_5683f288dcba1'),(40207,788,'locations_9_title','State Route 2065, Section A07'),(40208,788,'_locations_9_title','field_5683f2aadcba2'),(40209,788,'locations_9_image',''),(40210,788,'_locations_9_image','field_568439ed8109d'),(40211,788,'locations_9_description',''),(40212,788,'_locations_9_description','field_5683f2b1dcba3'),(40213,788,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.354856, -80.118393\";s:3:\"lat\";s:10:\"40.3527492\";s:3:\"lng\";s:18:\"-80.11776529999997\";}'),(40214,788,'_locations_10_location','field_5683f288dcba1'),(40215,788,'locations_10_title','Southern Beltway Section C – New Roadway Construction'),(40216,788,'_locations_10_title','field_5683f2aadcba2'),(40217,788,'locations_10_image',''),(40218,788,'_locations_10_image','field_568439ed8109d'),(40219,788,'locations_10_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 18 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(40220,788,'_locations_10_description','field_5683f2b1dcba3'),(40221,788,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.509371, -80.256419\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(40222,788,'_locations_11_location','field_5683f288dcba1'),(40223,788,'locations_11_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(40224,788,'_locations_11_title','field_5683f2aadcba2'),(40225,788,'locations_11_image','671'),(40226,788,'_locations_11_image','field_568439ed8109d'),(40227,788,'locations_11_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(40228,788,'_locations_11_description','field_5683f2b1dcba3'),(40229,788,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.590450, -79.888763\";s:3:\"lat\";s:10:\"40.5943712\";s:3:\"lng\";s:18:\"-79.89597279999998\";}'),(40230,788,'_locations_12_location','field_5683f288dcba1'),(40231,788,'locations_12_title','MP 40-48 – Hampton Township – Highway Widening'),(40232,788,'_locations_12_title','field_5683f2aadcba2'),(40233,788,'locations_12_image',''),(40234,788,'_locations_12_image','field_568439ed8109d'),(40235,788,'locations_12_description','This project is for mainline reconstruction and bridge replacement and is affecting 71 properties and resulting in the relocation of 1 resident in the Townships of Harmar and Indiana, Allegheny County.'),(40236,788,'_locations_12_description','field_5683f2b1dcba3'),(40237,788,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.392019, -80.077682\";s:3:\"lat\";s:17:\"40.39202119999999\";s:3:\"lng\";s:18:\"-80.07767890000002\";}'),(40238,788,'_locations_13_location','field_5683f288dcba1'),(40239,788,'locations_13_title','Georges Run Bridge No. 1, Carnegie PA – Bridge'),(40240,788,'_locations_13_title','field_5683f2aadcba2'),(40241,788,'locations_13_image',''),(40242,788,'_locations_13_image','field_568439ed8109d'),(40243,788,'locations_13_description','This project is for a small bridge replacement and is affecting 4 properties in the Township of Scott, Allegheny County.'),(40244,788,'_locations_13_description','field_5683f2b1dcba3'),(40245,788,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.386279, -79.894258\";s:3:\"lat\";s:10:\"40.3862842\";s:3:\"lng\";s:18:\"-79.89425510000001\";}'),(40246,788,'_locations_14_location','field_5683f288dcba1'),(40247,788,'locations_14_title','Homeville Creek Bridge 7, West Mifflin PA – Bridge'),(40248,788,'_locations_14_title','field_5683f2aadcba2'),(40249,788,'locations_14_image',''),(40250,788,'_locations_14_image','field_568439ed8109d'),(40251,788,'locations_14_description','This project is for a small bridge replacement and is affecting 7 properties in the Borough of Munhall, Allegheny County.'),(40252,788,'_locations_14_description','field_5683f2b1dcba3'),(40253,788,'locations_15_location','a:3:{s:7:\"address\";s:21:\"40.396380, -79.895244\";s:3:\"lat\";s:10:\"40.3963432\";s:3:\"lng\";s:18:\"-79.89543119999996\";}'),(40254,788,'_locations_15_location','field_5683f288dcba1'),(40255,788,'locations_15_title','Homeville Creek Bridge 10 – West Mifflin PA - Bridge'),(40256,788,'_locations_15_title','field_5683f2aadcba2'),(40257,788,'locations_15_image','727'),(40258,788,'_locations_15_image','field_568439ed8109d'),(40259,788,'locations_15_description','This project was for a small bridge replacement and affected 7 properties in the Borough of Munhall, Allegheny County.'),(40260,788,'_locations_15_description','field_5683f2b1dcba3'),(40261,788,'locations_16_location','a:3:{s:7:\"address\";s:21:\"40.329286, -79.987406\";s:3:\"lat\";s:10:\"40.3292857\";s:3:\"lng\";s:18:\"-79.98741289999998\";}'),(40262,788,'_locations_16_location','field_5683f288dcba1'),(40263,788,'locations_16_title','Licks Run Bridge 9, South Park – PA – Bridge'),(40264,788,'_locations_16_title','field_5683f2aadcba2'),(40265,788,'locations_16_image','730'),(40266,788,'_locations_16_image','field_568439ed8109d'),(40267,788,'locations_16_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(40268,788,'_locations_16_description','field_5683f2b1dcba3'),(40269,788,'locations_17_location','a:3:{s:7:\"address\";s:21:\"40.329261, -79.988204\";s:3:\"lat\";s:9:\"40.329261\";s:3:\"lng\";s:10:\"-79.988205\";}'),(40270,788,'_locations_17_location','field_5683f288dcba1'),(40271,788,'locations_17_title','Licks Run Bridge 10, South Park – PA - Bridge'),(40272,788,'_locations_17_title','field_5683f2aadcba2'),(40273,788,'locations_17_image','730'),(40274,788,'_locations_17_image','field_568439ed8109d'),(40275,788,'locations_17_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(40276,788,'_locations_17_description','field_5683f2b1dcba3'),(40277,788,'locations_18_location','a:3:{s:7:\"address\";s:21:\"40.515624, -80.009959\";s:3:\"lat\";s:10:\"40.5156082\";s:3:\"lng\";s:18:\"-80.00994129999998\";}'),(40278,788,'_locations_18_location','field_5683f288dcba1'),(40279,788,'locations_18_title','Girtys Run Bridge 14'),(40280,788,'_locations_18_title','field_5683f2aadcba2'),(40281,788,'locations_18_image','733'),(40282,788,'_locations_18_image','field_568439ed8109d'),(40283,788,'locations_18_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(40284,788,'_locations_18_description','field_5683f2b1dcba3'),(40285,788,'locations_19_location','a:3:{s:7:\"address\";s:21:\"40.488268, -80.045947\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(40286,788,'_locations_19_location','field_5683f288dcba1'),(40287,788,'locations_19_title','Jacks Run 3 – Bellevue, PA – Bridge Replacement'),(40288,788,'_locations_19_title','field_5683f2aadcba2'),(40289,788,'locations_19_image','735'),(40290,788,'_locations_19_image','field_568439ed8109d'),(40291,788,'locations_19_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(40292,788,'_locations_19_description','field_5683f2b1dcba3'),(40293,788,'locations_20_location','a:3:{s:7:\"address\";s:21:\"40.330826, -79.986892\";s:3:\"lat\";s:10:\"40.3307469\";s:3:\"lng\";s:18:\"-79.98678430000001\";}'),(40294,788,'_locations_20_location','field_5683f288dcba1'),(40295,788,'locations_20_title','Brownsville to Broughton, South Park PA, intersection improvements and realignment'),(40296,788,'_locations_20_title','field_5683f2aadcba2'),(40297,788,'locations_20_image',''),(40298,788,'_locations_20_image','field_568439ed8109d'),(40299,788,'locations_20_description',''),(40300,788,'_locations_20_description','field_5683f2b1dcba3'),(40301,788,'locations_21_location','a:3:{s:7:\"address\";s:21:\"40.651302, -79.799610\";s:3:\"lat\";s:9:\"40.651344\";s:3:\"lng\";s:18:\"-79.80019399999998\";}'),(40302,788,'_locations_21_location','field_5683f288dcba1'),(40303,788,'locations_21_title','Bull Creek Bridge No. 6 – Fawn Township – Bridge'),(40304,788,'_locations_21_title','field_5683f2aadcba2'),(40305,788,'locations_21_image',''),(40306,788,'_locations_21_image','field_568439ed8109d'),(40307,788,'locations_21_description','This project is for a small bridge replacement and is affecting 9 properties in the Township of Fawn, Allegheny County.'),(40308,788,'_locations_21_description','field_5683f2b1dcba3'),(40309,788,'locations_22_location','a:3:{s:7:\"address\";s:21:\"40.662745, -79.817800\";s:3:\"lat\";s:9:\"40.663536\";s:3:\"lng\";s:10:\"-79.819073\";}'),(40310,788,'_locations_22_location','field_5683f288dcba1'),(40311,788,'locations_22_title','Bull Creek Bridge No. 9 – West Deer Township – Bridge'),(40312,788,'_locations_22_title','field_5683f2aadcba2'),(40313,788,'locations_22_image',''),(40314,788,'_locations_22_image','field_568439ed8109d'),(40315,788,'locations_22_description','This project is for a small bridge replacement and is affecting 2 properties in the Township of West Deer, Allegheny County.'),(40316,788,'_locations_22_description','field_5683f2b1dcba3'),(40317,788,'locations_23_location','a:3:{s:7:\"address\";s:21:\"40.620209, -79.833885\";s:3:\"lat\";s:10:\"40.6202319\";s:3:\"lng\";s:18:\"-79.83386789999997\";}'),(40318,788,'_locations_23_location','field_5683f288dcba1'),(40319,788,'locations_23_title','Little Deer Creek DL06 – West Deer Township – Bridge Replacement'),(40320,788,'_locations_23_title','field_5683f2aadcba2'),(40321,788,'locations_23_image','740'),(40322,788,'_locations_23_image','field_568439ed8109d'),(40323,788,'locations_23_description','This project was for a small bridge replacement and affected properties in the Township of Russellton, Allegheny County.'),(40324,788,'_locations_23_description','field_5683f2b1dcba3'),(40325,788,'locations_24_location','a:3:{s:7:\"address\";s:21:\"40.620213, -79.833892\";s:3:\"lat\";s:10:\"40.6202352\";s:3:\"lng\";s:18:\"-79.83387549999998\";}'),(40326,788,'_locations_24_location','field_5683f288dcba1'),(40327,788,'locations_24_title','Turtle Creek Bridge 6 – Turtle Creek PA'),(40328,788,'_locations_24_title','field_5683f2aadcba2'),(40329,788,'locations_24_image','742'),(40330,788,'_locations_24_image','field_568439ed8109d'),(40331,788,'locations_24_description','This project is for a mid-sized bridge replacement and is affecting 5 properties in the Borough of Turtle Creek, Allegheny County.'),(40332,788,'_locations_24_description','field_5683f2b1dcba3'),(40333,788,'locations_25_location','a:3:{s:7:\"address\";s:21:\"40.488263, -80.045950\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(40334,788,'_locations_25_location','field_5683f288dcba1'),(40335,788,'locations_25_title','Jacks Run 1, Bellevue and the City of Pittsburgh'),(40336,788,'_locations_25_title','field_5683f2aadcba2'),(40337,788,'locations_25_image','744'),(40338,788,'_locations_25_image','field_568439ed8109d'),(40339,788,'locations_25_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(40340,788,'_locations_25_description','field_5683f2b1dcba3'),(40341,788,'locations_26_location','a:3:{s:7:\"address\";s:21:\"40.541799, -80.247918\";s:3:\"lat\";s:10:\"40.5417824\";s:3:\"lng\";s:11:\"-80.2479169\";}'),(40342,788,'_locations_26_location','field_5683f288dcba1'),(40343,788,'locations_26_title','Boggs Run Bridge 1 – Moon Township'),(40344,788,'_locations_26_title','field_5683f2aadcba2'),(40345,788,'locations_26_image','746'),(40346,788,'_locations_26_image','field_568439ed8109d'),(40347,788,'locations_26_description','This project was for a small bridge replacement and affected 2 properties in the Township of Moon, Allegheny County.'),(40348,788,'_locations_26_description','field_5683f2b1dcba3'),(40349,788,'locations_27_location','a:3:{s:7:\"address\";s:21:\"40.549801, -79.997772\";s:3:\"lat\";s:9:\"40.549733\";s:3:\"lng\";s:18:\"-79.99820799999998\";}'),(40350,788,'_locations_27_location','field_5683f288dcba1'),(40351,788,'locations_27_title','Pine Creek Bridge 1 – Ross Township – Bridge'),(40352,788,'_locations_27_title','field_5683f2aadcba2'),(40353,788,'locations_27_image','749'),(40354,788,'_locations_27_image','field_568439ed8109d'),(40355,788,'locations_27_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(40356,788,'_locations_27_description','field_5683f2b1dcba3'),(40357,788,'locations_28_location','a:3:{s:7:\"address\";s:21:\"40.513209, -79.952573\";s:3:\"lat\";s:10:\"40.5132141\";s:3:\"lng\";s:18:\"-79.95257859999998\";}'),(40358,788,'_locations_28_location','field_5683f288dcba1'),(40359,788,'locations_28_title','Pine Creek Bridge 11 – Glenshaw PA – Bridge'),(40360,788,'_locations_28_title','field_5683f2aadcba2'),(40361,788,'locations_28_image',''),(40362,788,'_locations_28_image','field_568439ed8109d'),(40363,788,'locations_28_description',''),(40364,788,'_locations_28_description','field_5683f2b1dcba3'),(40365,788,'locations_29_location','a:3:{s:7:\"address\";s:21:\"40.518356, -79.992893\";s:3:\"lat\";s:10:\"40.5183459\";s:3:\"lng\";s:11:\"-79.9928827\";}'),(40366,788,'_locations_29_location','field_5683f288dcba1'),(40367,788,'locations_29_title','Thompson Run Bridge 1, Ross Township – Bridge'),(40368,788,'_locations_29_title','field_5683f2aadcba2'),(40369,788,'locations_29_image',''),(40370,788,'_locations_29_image','field_568439ed8109d'),(40371,788,'locations_29_description',''),(40372,788,'_locations_29_description','field_5683f2b1dcba3'),(40373,788,'locations_30_location','a:3:{s:7:\"address\";s:21:\"40.512503, -79.993398\";s:3:\"lat\";s:10:\"40.5125049\";s:3:\"lng\";s:18:\"-79.99341290000001\";}'),(40374,788,'_locations_30_location','field_5683f288dcba1'),(40375,788,'locations_30_title','Thompson Run Bridge 2, Ross Township – Bridge'),(40376,788,'_locations_30_title','field_5683f2aadcba2'),(40377,788,'locations_30_image',''),(40378,788,'_locations_30_image','field_568439ed8109d'),(40379,788,'locations_30_description',''),(40380,788,'_locations_30_description','field_5683f2b1dcba3'),(40381,788,'locations_31_location','a:3:{s:7:\"address\";s:21:\"40.451854, -80.204526\";s:3:\"lat\";s:10:\"40.4518427\";s:3:\"lng\";s:18:\"-80.20452230000001\";}'),(40382,788,'_locations_31_location','field_5683f288dcba1'),(40383,788,'locations_31_title','Montour Run Bridge 13, Findlay Township – Bridge'),(40384,788,'_locations_31_title','field_5683f2aadcba2'),(40385,788,'locations_31_image',''),(40386,788,'_locations_31_image','field_568439ed8109d'),(40387,788,'locations_31_description',''),(40388,788,'_locations_31_description','field_5683f2b1dcba3'),(40389,788,'locations_32_location','a:3:{s:7:\"address\";s:21:\"40.387729, -80.157101\";s:3:\"lat\";s:9:\"40.387271\";s:3:\"lng\";s:18:\"-80.15843699999999\";}'),(40390,788,'_locations_32_location','field_5683f288dcba1'),(40391,788,'locations_32_title','Thompson Run Bridge 10 – Collier – Bridge'),(40392,788,'_locations_32_title','field_5683f2aadcba2'),(40393,788,'locations_32_image',''),(40394,788,'_locations_32_image','field_568439ed8109d'),(40395,788,'locations_32_description',''),(40396,788,'_locations_32_description','field_5683f2b1dcba3'),(40397,788,'locations_33_location','a:3:{s:7:\"address\";s:21:\"40.411953, -79.875847\";s:3:\"lat\";s:10:\"40.4120812\";s:3:\"lng\";s:18:\"-79.87589430000003\";}'),(40398,788,'_locations_33_location','field_5683f288dcba1'),(40399,788,'locations_33_title','Hawkins Village – Rankin, PA - Intersection improvements'),(40400,788,'_locations_33_title','field_5683f2aadcba2'),(40401,788,'locations_33_image',''),(40402,788,'_locations_33_image','field_568439ed8109d'),(40403,788,'locations_33_description',''),(40404,788,'_locations_33_description','field_5683f2b1dcba3'),(40405,788,'locations_34_location','a:3:{s:7:\"address\";s:21:\"40.431658, -79.988902\";s:3:\"lat\";s:10:\"40.4316605\";s:3:\"lng\";s:11:\"-79.9888856\";}'),(40406,788,'_locations_34_location','field_5683f288dcba1'),(40407,788,'locations_34_title','10th Street Bridge – City of Pittsburgh'),(40408,788,'_locations_34_title','field_5683f2aadcba2'),(40409,788,'locations_34_image',''),(40410,788,'_locations_34_image','field_568439ed8109d'),(40411,788,'locations_34_description','This project is for a bridge rehabilitation and is affecting 5 properties in the City of Pittsburgh, Allegheny County.'),(40412,788,'_locations_34_description','field_5683f2b1dcba3'),(40413,788,'locations_35_location','a:3:{s:7:\"address\";s:21:\"40.499230, -80.046110\";s:3:\"lat\";s:10:\"40.4991326\";s:3:\"lng\";s:18:\"-80.04601000000002\";}'),(40414,788,'_locations_35_location','field_5683f288dcba1'),(40415,788,'locations_35_title','Jacks Run Bridge Number 4 – Ross Township'),(40416,788,'_locations_35_title','field_5683f2aadcba2'),(40417,788,'locations_35_image','761'),(40418,788,'_locations_35_image','field_568439ed8109d'),(40419,788,'locations_35_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(40420,788,'_locations_35_description','field_5683f2b1dcba3'),(40421,788,'locations_36_location','a:3:{s:7:\"address\";s:21:\"40.459236, -79.925044\";s:3:\"lat\";s:10:\"40.4592362\";s:3:\"lng\";s:18:\"-79.92502609999997\";}'),(40422,788,'_locations_36_location','field_5683f288dcba1'),(40423,788,'locations_36_title','South Highland Bridge'),(40424,788,'_locations_36_title','field_5683f2aadcba2'),(40425,788,'locations_36_image','765'),(40426,788,'_locations_36_image','field_568439ed8109d'),(40427,788,'locations_36_description','This project was for a small bridge replacement and affected 5 properties in the City of Pittsburgh, Allegheny County.'),(40428,788,'_locations_36_description','field_5683f2b1dcba3'),(40429,788,'locations_37_location','a:3:{s:7:\"address\";s:21:\"40.428539, -79.937852\";s:3:\"lat\";s:10:\"40.4286635\";s:3:\"lng\";s:11:\"-79.9385646\";}'),(40430,788,'_locations_37_location','field_5683f288dcba1'),(40431,788,'locations_37_title','Greenfield Bridge'),(40432,788,'_locations_37_title','field_5683f2aadcba2'),(40433,788,'locations_37_image',''),(40434,788,'_locations_37_image','field_568439ed8109d'),(40435,788,'locations_37_description','This project is for a large bridge replacement and is affecting 5 properties in the City of Pittsburgh, Allegheny County.'),(40436,788,'_locations_37_description','field_5683f2b1dcba3'),(40437,788,'locations_38_location','a:3:{s:7:\"address\";s:21:\"40.451553, -80.010952\";s:3:\"lat\";s:10:\"40.4507635\";s:3:\"lng\";s:18:\"-80.01148369999999\";}'),(40438,788,'_locations_38_location','field_5683f288dcba1'),(40439,788,'locations_38_title','West Ohio'),(40440,788,'_locations_38_title','field_5683f2aadcba2'),(40441,788,'locations_38_image',''),(40442,788,'_locations_38_image','field_568439ed8109d'),(40443,788,'locations_38_description','This project is for a bridge and is affecting 6 properties in the City of Pittsburgh, Allegheny County.'),(40444,788,'_locations_38_description','field_5683f2b1dcba3'),(40445,788,'locations_39_location','a:3:{s:7:\"address\";s:21:\"40.406886, -80.034145\";s:3:\"lat\";s:10:\"40.4068824\";s:3:\"lng\";s:11:\"-80.0341517\";}'),(40446,788,'_locations_39_location','field_5683f288dcba1'),(40447,788,'locations_39_title','Wenzel Avenue'),(40448,788,'_locations_39_title','field_5683f2aadcba2'),(40449,788,'locations_39_image',''),(40450,788,'_locations_39_image','field_568439ed8109d'),(40451,788,'locations_39_description','This project is for a bridge replacement and intersection improvement and is affecting 5 properties in the City of Pittsburgh, Allegheny County.'),(40452,788,'_locations_39_description','field_5683f2b1dcba3'),(40453,788,'locations_40_location','a:3:{s:7:\"address\";s:21:\"40.441118, -80.005603\";s:3:\"lat\";s:10:\"40.4412185\";s:3:\"lng\";s:18:\"-80.00527490000002\";}'),(40454,788,'_locations_40_location','field_5683f288dcba1'),(40455,788,'locations_40_title','Gateway Alignment of Pittsburgh’s Light Rail System – Damage Estimate (other)'),(40456,788,'_locations_40_title','field_5683f2aadcba2'),(40457,788,'locations_40_image',''),(40458,788,'_locations_40_image','field_568439ed8109d'),(40459,788,'locations_40_description',''),(40460,788,'_locations_40_description','field_5683f2b1dcba3'),(40461,788,'locations_41_location','a:3:{s:7:\"address\";s:21:\"40.432068, -79.960800\";s:3:\"lat\";s:10:\"40.4320739\";s:3:\"lng\";s:18:\"-79.96079459999999\";}'),(40462,788,'_locations_41_location','field_5683f288dcba1'),(40463,788,'locations_41_title','Duquesne Light, 2nd Avenue, City of Pittsburgh – Market Study (other)'),(40464,788,'_locations_41_title','field_5683f2aadcba2'),(40465,788,'locations_41_image',''),(40466,788,'_locations_41_image','field_568439ed8109d'),(40467,788,'locations_41_description',''),(40468,788,'_locations_41_description','field_5683f2b1dcba3'),(40469,788,'locations_42_location','a:3:{s:7:\"address\";s:21:\"40.576915, -79.909904\";s:3:\"lat\";s:10:\"40.5766476\";s:3:\"lng\";s:18:\"-79.90981210000001\";}'),(40470,788,'_locations_42_location','field_5683f288dcba1'),(40471,788,'locations_42_title','Superior Pipeline – Frazer Township, Large Tract Valuation Study – (other)'),(40472,788,'_locations_42_title','field_5683f2aadcba2'),(40473,788,'locations_42_image',''),(40474,788,'_locations_42_image','field_568439ed8109d'),(40475,788,'locations_42_description',''),(40476,788,'_locations_42_description','field_5683f2b1dcba3'),(40477,788,'locations_43_location','a:3:{s:7:\"address\";s:21:\"40.576915, -79.909904\";s:3:\"lat\";s:10:\"40.5766476\";s:3:\"lng\";s:18:\"-79.90981210000001\";}'),(40478,788,'_locations_43_location','field_5683f288dcba1'),(40479,788,'locations_43_title','Allegheny County Airport Authority, Avigation Easement Valuation – (other)'),(40480,788,'_locations_43_title','field_5683f2aadcba2'),(40481,788,'locations_43_image',''),(40482,788,'_locations_43_image','field_568439ed8109d'),(40483,788,'locations_43_description',''),(40484,788,'_locations_43_description','field_5683f2b1dcba3'),(40485,788,'locations_44_location','a:3:{s:7:\"address\";s:21:\"40.514151, -80.263115\";s:3:\"lat\";s:9:\"40.514459\";s:3:\"lng\";s:18:\"-80.26304199999998\";}'),(40486,788,'_locations_44_location','field_5683f288dcba1'),(40487,788,'locations_44_title','Allegheny County Airport Authority and Findlay Municipal Authority, Moon Township – (other)'),(40488,788,'_locations_44_title','field_5683f2aadcba2'),(40489,788,'locations_44_image',''),(40490,788,'_locations_44_image','field_568439ed8109d'),(40491,788,'locations_44_description',''),(40492,788,'_locations_44_description','field_5683f2b1dcba3'),(40493,788,'locations_45_location','a:3:{s:7:\"address\";s:21:\"40.469056, -80.040343\";s:3:\"lat\";s:10:\"40.4692028\";s:3:\"lng\";s:18:\"-80.04039019999999\";}'),(40494,788,'_locations_45_location','field_5683f288dcba1'),(40495,788,'locations_45_title','Doerr Street Small Tract Vacant Land Study – Duquesne Light – Pittsburgh (other)'),(40496,788,'_locations_45_title','field_5683f2aadcba2'),(40497,788,'locations_45_image',''),(40498,788,'_locations_45_image','field_568439ed8109d'),(40499,788,'locations_45_description',''),(40500,788,'_locations_45_description','field_5683f2b1dcba3'),(40501,788,'locations_46_location','a:3:{s:7:\"address\";s:21:\"40.382384, -79.995586\";s:3:\"lat\";s:10:\"40.3824177\";s:3:\"lng\";s:18:\"-79.99573729999997\";}'),(40502,788,'_locations_46_location','field_5683f288dcba1'),(40503,788,'locations_46_title','Saw Mill Run Boulevard – 51 and 88 intersection – Pittsburgh (other)'),(40504,788,'_locations_46_title','field_5683f2aadcba2'),(40505,788,'locations_46_image',''),(40506,788,'_locations_46_image','field_568439ed8109d'),(40507,788,'locations_46_description',''),(40508,788,'_locations_46_description','field_5683f2b1dcba3'),(40509,788,'locations_47_location','a:3:{s:7:\"address\";s:21:\"40.309789, -79.915040\";s:3:\"lat\";s:10:\"40.3098001\";s:3:\"lng\";s:10:\"-79.915032\";}'),(40510,788,'_locations_47_location','field_5683f288dcba1'),(40511,788,'locations_47_title','Large Tract Vacant Land Study – Jefferson Hills, PA (other)'),(40512,788,'_locations_47_title','field_5683f2aadcba2'),(40513,788,'locations_47_image',''),(40514,788,'_locations_47_image','field_568439ed8109d'),(40515,788,'locations_47_description',''),(40516,788,'_locations_47_description','field_5683f2b1dcba3'),(40517,788,'locations','48'),(40518,788,'_locations','field_5683f253a5dba'),(40519,789,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(40520,789,'_locations_0_location','field_5683f288dcba1'),(40521,789,'locations_0_title','SR0028, All sections'),(40522,789,'_locations_0_title','field_5683f2aadcba2'),(40523,789,'locations_0_image',''),(40524,789,'_locations_0_image','field_568439ed8109d'),(40525,789,'locations_0_description',''),(40526,789,'_locations_0_description','field_5683f2b1dcba3'),(40527,789,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(40528,789,'_locations_1_location','field_5683f288dcba1'),(40529,789,'locations_1_title','286, A09 – Golden Mile'),(40530,789,'_locations_1_title','field_5683f2aadcba2'),(40531,789,'locations_1_image',''),(40532,789,'_locations_1_image','field_568439ed8109d'),(40533,789,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(40534,789,'_locations_1_description','field_5683f2b1dcba3'),(40535,789,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(40536,789,'_locations_2_location','field_5683f288dcba1'),(40537,789,'locations_2_title','2040, A18 – Curry Hollow'),(40538,789,'_locations_2_title','field_5683f2aadcba2'),(40539,789,'locations_2_image',''),(40540,789,'_locations_2_image','field_568439ed8109d'),(40541,789,'locations_2_description',''),(40542,789,'_locations_2_description','field_5683f2b1dcba3'),(40543,789,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(40544,789,'_locations_3_location','field_5683f288dcba1'),(40545,789,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(40546,789,'_locations_3_title','field_5683f2aadcba2'),(40547,789,'locations_3_image',''),(40548,789,'_locations_3_image','field_568439ed8109d'),(40549,789,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(40550,789,'_locations_3_description','field_5683f2b1dcba3'),(40551,789,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(40552,789,'_locations_4_location','field_5683f288dcba1'),(40553,789,'locations_4_title','Duncan Avenue – Hampton Twp.'),(40554,789,'_locations_4_title','field_5683f2aadcba2'),(40555,789,'locations_4_image',''),(40556,789,'_locations_4_image','field_568439ed8109d'),(40557,789,'locations_4_description',''),(40558,789,'_locations_4_description','field_5683f2b1dcba3'),(40559,789,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(40560,789,'_locations_5_location','field_5683f288dcba1'),(40561,789,'locations_5_title','Pine Creek Road – McCandless'),(40562,789,'_locations_5_title','field_5683f2aadcba2'),(40563,789,'locations_5_image',''),(40564,789,'_locations_5_image','field_568439ed8109d'),(40565,789,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(40566,789,'_locations_5_description','field_5683f2b1dcba3'),(40567,789,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(40568,789,'_locations_6_location','field_5683f288dcba1'),(40569,789,'locations_6_title','Brewhouse – Trek Development'),(40570,789,'_locations_6_title','field_5683f2aadcba2'),(40571,789,'locations_6_image',''),(40572,789,'_locations_6_image','field_568439ed8109d'),(40573,789,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(40574,789,'_locations_6_description','field_5683f2b1dcba3'),(40575,789,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(40576,789,'_locations_7_location','field_5683f288dcba1'),(40577,789,'locations_7_title','Ewalt Road – Richland Twp.'),(40578,789,'_locations_7_title','field_5683f2aadcba2'),(40579,789,'locations_7_image',''),(40580,789,'_locations_7_image','field_568439ed8109d'),(40581,789,'locations_7_description',''),(40582,789,'_locations_7_description','field_5683f2b1dcba3'),(40583,789,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(40584,789,'_locations_8_location','field_5683f288dcba1'),(40585,789,'locations_8_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(40586,789,'_locations_8_title','field_5683f2aadcba2'),(40587,789,'locations_8_image',''),(40588,789,'_locations_8_image','field_568439ed8109d'),(40589,789,'locations_8_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(40590,789,'_locations_8_description','field_5683f2b1dcba3'),(40591,789,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.425708, -79.805807\";s:3:\"lat\";s:10:\"40.4256461\";s:3:\"lng\";s:18:\"-79.80576589999998\";}'),(40592,789,'_locations_9_location','field_5683f288dcba1'),(40593,789,'locations_9_title','State Route 2065, Section A07'),(40594,789,'_locations_9_title','field_5683f2aadcba2'),(40595,789,'locations_9_image',''),(40596,789,'_locations_9_image','field_568439ed8109d'),(40597,789,'locations_9_description',''),(40598,789,'_locations_9_description','field_5683f2b1dcba3'),(40599,789,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.354856, -80.118393\";s:3:\"lat\";s:10:\"40.3527492\";s:3:\"lng\";s:18:\"-80.11776529999997\";}'),(40600,789,'_locations_10_location','field_5683f288dcba1'),(40601,789,'locations_10_title','Southern Beltway Section C – New Roadway Construction'),(40602,789,'_locations_10_title','field_5683f2aadcba2'),(40603,789,'locations_10_image',''),(40604,789,'_locations_10_image','field_568439ed8109d'),(40605,789,'locations_10_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 18 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(40606,789,'_locations_10_description','field_5683f2b1dcba3'),(40607,789,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.509371, -80.256419\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(40608,789,'_locations_11_location','field_5683f288dcba1'),(40609,789,'locations_11_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(40610,789,'_locations_11_title','field_5683f2aadcba2'),(40611,789,'locations_11_image','671'),(40612,789,'_locations_11_image','field_568439ed8109d'),(40613,789,'locations_11_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(40614,789,'_locations_11_description','field_5683f2b1dcba3'),(40615,789,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.590450, -79.888763\";s:3:\"lat\";s:10:\"40.5943712\";s:3:\"lng\";s:18:\"-79.89597279999998\";}'),(40616,789,'_locations_12_location','field_5683f288dcba1'),(40617,789,'locations_12_title','MP 40-48 – Hampton Township – Highway Widening'),(40618,789,'_locations_12_title','field_5683f2aadcba2'),(40619,789,'locations_12_image',''),(40620,789,'_locations_12_image','field_568439ed8109d'),(40621,789,'locations_12_description','This project is for mainline reconstruction and bridge replacement and is affecting 71 properties and resulting in the relocation of 1 resident in the Townships of Harmar and Indiana, Allegheny County.'),(40622,789,'_locations_12_description','field_5683f2b1dcba3'),(40623,789,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.392019, -80.077682\";s:3:\"lat\";s:17:\"40.39202119999999\";s:3:\"lng\";s:18:\"-80.07767890000002\";}'),(40624,789,'_locations_13_location','field_5683f288dcba1'),(40625,789,'locations_13_title','Georges Run Bridge No. 1, Carnegie PA – Bridge'),(40626,789,'_locations_13_title','field_5683f2aadcba2'),(40627,789,'locations_13_image',''),(40628,789,'_locations_13_image','field_568439ed8109d'),(40629,789,'locations_13_description','This project is for a small bridge replacement and is affecting 4 properties in the Township of Scott, Allegheny County.'),(40630,789,'_locations_13_description','field_5683f2b1dcba3'),(40631,789,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.386279, -79.894258\";s:3:\"lat\";s:10:\"40.3862842\";s:3:\"lng\";s:18:\"-79.89425510000001\";}'),(40632,789,'_locations_14_location','field_5683f288dcba1'),(40633,789,'locations_14_title','Homeville Creek Bridge 7, West Mifflin PA – Bridge'),(40634,789,'_locations_14_title','field_5683f2aadcba2'),(40635,789,'locations_14_image',''),(40636,789,'_locations_14_image','field_568439ed8109d'),(40637,789,'locations_14_description','This project is for a small bridge replacement and is affecting 7 properties in the Borough of Munhall, Allegheny County.'),(40638,789,'_locations_14_description','field_5683f2b1dcba3'),(40639,789,'locations_15_location','a:3:{s:7:\"address\";s:21:\"40.396380, -79.895244\";s:3:\"lat\";s:10:\"40.3963432\";s:3:\"lng\";s:18:\"-79.89543119999996\";}'),(40640,789,'_locations_15_location','field_5683f288dcba1'),(40641,789,'locations_15_title','Homeville Creek Bridge 10 – West Mifflin PA - Bridge'),(40642,789,'_locations_15_title','field_5683f2aadcba2'),(40643,789,'locations_15_image','727'),(40644,789,'_locations_15_image','field_568439ed8109d'),(40645,789,'locations_15_description','This project was for a small bridge replacement and affected 7 properties in the Borough of Munhall, Allegheny County.'),(40646,789,'_locations_15_description','field_5683f2b1dcba3'),(40647,789,'locations_16_location','a:3:{s:7:\"address\";s:21:\"40.329286, -79.987406\";s:3:\"lat\";s:10:\"40.3292857\";s:3:\"lng\";s:18:\"-79.98741289999998\";}'),(40648,789,'_locations_16_location','field_5683f288dcba1'),(40649,789,'locations_16_title','Licks Run Bridge 9, South Park – PA – Bridge'),(40650,789,'_locations_16_title','field_5683f2aadcba2'),(40651,789,'locations_16_image','730'),(40652,789,'_locations_16_image','field_568439ed8109d'),(40653,789,'locations_16_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(40654,789,'_locations_16_description','field_5683f2b1dcba3'),(40655,789,'locations_17_location','a:3:{s:7:\"address\";s:21:\"40.329261, -79.988204\";s:3:\"lat\";s:9:\"40.329261\";s:3:\"lng\";s:10:\"-79.988205\";}'),(40656,789,'_locations_17_location','field_5683f288dcba1'),(40657,789,'locations_17_title','Licks Run Bridge 10, South Park – PA - Bridge'),(40658,789,'_locations_17_title','field_5683f2aadcba2'),(40659,789,'locations_17_image','730'),(40660,789,'_locations_17_image','field_568439ed8109d'),(40661,789,'locations_17_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(40662,789,'_locations_17_description','field_5683f2b1dcba3'),(40663,789,'locations_18_location','a:3:{s:7:\"address\";s:21:\"40.515624, -80.009959\";s:3:\"lat\";s:10:\"40.5156082\";s:3:\"lng\";s:18:\"-80.00994129999998\";}'),(40664,789,'_locations_18_location','field_5683f288dcba1'),(40665,789,'locations_18_title','Girtys Run Bridge 14'),(40666,789,'_locations_18_title','field_5683f2aadcba2'),(40667,789,'locations_18_image','733'),(40668,789,'_locations_18_image','field_568439ed8109d'),(40669,789,'locations_18_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(40670,789,'_locations_18_description','field_5683f2b1dcba3'),(40671,789,'locations_19_location','a:3:{s:7:\"address\";s:21:\"40.488268, -80.045947\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(40672,789,'_locations_19_location','field_5683f288dcba1'),(40673,789,'locations_19_title','Jacks Run 3 – Bellevue, PA – Bridge Replacement'),(40674,789,'_locations_19_title','field_5683f2aadcba2'),(40675,789,'locations_19_image','735'),(40676,789,'_locations_19_image','field_568439ed8109d'),(40677,789,'locations_19_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(40678,789,'_locations_19_description','field_5683f2b1dcba3'),(40679,789,'locations_20_location','a:3:{s:7:\"address\";s:21:\"40.330826, -79.986892\";s:3:\"lat\";s:10:\"40.3307469\";s:3:\"lng\";s:18:\"-79.98678430000001\";}'),(40680,789,'_locations_20_location','field_5683f288dcba1'),(40681,789,'locations_20_title','Brownsville to Broughton, South Park PA, intersection improvements and realignment'),(40682,789,'_locations_20_title','field_5683f2aadcba2'),(40683,789,'locations_20_image',''),(40684,789,'_locations_20_image','field_568439ed8109d'),(40685,789,'locations_20_description',''),(40686,789,'_locations_20_description','field_5683f2b1dcba3'),(40687,789,'locations_21_location','a:3:{s:7:\"address\";s:21:\"40.651302, -79.799610\";s:3:\"lat\";s:9:\"40.651344\";s:3:\"lng\";s:18:\"-79.80019399999998\";}'),(40688,789,'_locations_21_location','field_5683f288dcba1'),(40689,789,'locations_21_title','Bull Creek Bridge No. 6 – Fawn Township – Bridge'),(40690,789,'_locations_21_title','field_5683f2aadcba2'),(40691,789,'locations_21_image',''),(40692,789,'_locations_21_image','field_568439ed8109d'),(40693,789,'locations_21_description','This project is for a small bridge replacement and is affecting 9 properties in the Township of Fawn, Allegheny County.'),(40694,789,'_locations_21_description','field_5683f2b1dcba3'),(40695,789,'locations_22_location','a:3:{s:7:\"address\";s:21:\"40.662745, -79.817800\";s:3:\"lat\";s:9:\"40.663536\";s:3:\"lng\";s:10:\"-79.819073\";}'),(40696,789,'_locations_22_location','field_5683f288dcba1'),(40697,789,'locations_22_title','Bull Creek Bridge No. 9 – West Deer Township – Bridge'),(40698,789,'_locations_22_title','field_5683f2aadcba2'),(40699,789,'locations_22_image',''),(40700,789,'_locations_22_image','field_568439ed8109d'),(40701,789,'locations_22_description','This project is for a small bridge replacement and is affecting 2 properties in the Township of West Deer, Allegheny County.'),(40702,789,'_locations_22_description','field_5683f2b1dcba3'),(40703,789,'locations_23_location','a:3:{s:7:\"address\";s:21:\"40.620209, -79.833885\";s:3:\"lat\";s:10:\"40.6202319\";s:3:\"lng\";s:18:\"-79.83386789999997\";}'),(40704,789,'_locations_23_location','field_5683f288dcba1'),(40705,789,'locations_23_title','Little Deer Creek DL06 – West Deer Township – Bridge Replacement'),(40706,789,'_locations_23_title','field_5683f2aadcba2'),(40707,789,'locations_23_image','740'),(40708,789,'_locations_23_image','field_568439ed8109d'),(40709,789,'locations_23_description','This project was for a small bridge replacement and affected properties in the Township of Russellton, Allegheny County.'),(40710,789,'_locations_23_description','field_5683f2b1dcba3'),(40711,789,'locations_24_location','a:3:{s:7:\"address\";s:21:\"40.620213, -79.833892\";s:3:\"lat\";s:10:\"40.6202352\";s:3:\"lng\";s:18:\"-79.83387549999998\";}'),(40712,789,'_locations_24_location','field_5683f288dcba1'),(40713,789,'locations_24_title','Turtle Creek Bridge 6 – Turtle Creek PA'),(40714,789,'_locations_24_title','field_5683f2aadcba2'),(40715,789,'locations_24_image','742'),(40716,789,'_locations_24_image','field_568439ed8109d'),(40717,789,'locations_24_description','This project is for a mid-sized bridge replacement and is affecting 5 properties in the Borough of Turtle Creek, Allegheny County.'),(40718,789,'_locations_24_description','field_5683f2b1dcba3'),(40719,789,'locations_25_location','a:3:{s:7:\"address\";s:21:\"40.488263, -80.045950\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(40720,789,'_locations_25_location','field_5683f288dcba1'),(40721,789,'locations_25_title','Jacks Run 1, Bellevue and the City of Pittsburgh'),(40722,789,'_locations_25_title','field_5683f2aadcba2'),(40723,789,'locations_25_image','744'),(40724,789,'_locations_25_image','field_568439ed8109d'),(40725,789,'locations_25_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(40726,789,'_locations_25_description','field_5683f2b1dcba3'),(40727,789,'locations_26_location','a:3:{s:7:\"address\";s:21:\"40.541799, -80.247918\";s:3:\"lat\";s:10:\"40.5417824\";s:3:\"lng\";s:11:\"-80.2479169\";}'),(40728,789,'_locations_26_location','field_5683f288dcba1'),(40729,789,'locations_26_title','Boggs Run Bridge 1 – Moon Township'),(40730,789,'_locations_26_title','field_5683f2aadcba2'),(40731,789,'locations_26_image','746'),(40732,789,'_locations_26_image','field_568439ed8109d'),(40733,789,'locations_26_description','This project was for a small bridge replacement and affected 2 properties in the Township of Moon, Allegheny County.'),(40734,789,'_locations_26_description','field_5683f2b1dcba3'),(40735,789,'locations_27_location','a:3:{s:7:\"address\";s:21:\"40.549801, -79.997772\";s:3:\"lat\";s:9:\"40.549733\";s:3:\"lng\";s:18:\"-79.99820799999998\";}'),(40736,789,'_locations_27_location','field_5683f288dcba1'),(40737,789,'locations_27_title','Pine Creek Bridge 1 – Ross Township – Bridge'),(40738,789,'_locations_27_title','field_5683f2aadcba2'),(40739,789,'locations_27_image','749'),(40740,789,'_locations_27_image','field_568439ed8109d'),(40741,789,'locations_27_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(40742,789,'_locations_27_description','field_5683f2b1dcba3'),(40743,789,'locations_28_location','a:3:{s:7:\"address\";s:21:\"40.513209, -79.952573\";s:3:\"lat\";s:10:\"40.5132141\";s:3:\"lng\";s:18:\"-79.95257859999998\";}'),(40744,789,'_locations_28_location','field_5683f288dcba1'),(40745,789,'locations_28_title','Pine Creek Bridge 11 – Glenshaw PA – Bridge'),(40746,789,'_locations_28_title','field_5683f2aadcba2'),(40747,789,'locations_28_image',''),(40748,789,'_locations_28_image','field_568439ed8109d'),(40749,789,'locations_28_description',''),(40750,789,'_locations_28_description','field_5683f2b1dcba3'),(40751,789,'locations_29_location','a:3:{s:7:\"address\";s:21:\"40.518356, -79.992893\";s:3:\"lat\";s:10:\"40.5183459\";s:3:\"lng\";s:11:\"-79.9928827\";}'),(40752,789,'_locations_29_location','field_5683f288dcba1'),(40753,789,'locations_29_title','Thompson Run Bridge 1, Ross Township – Bridge'),(40754,789,'_locations_29_title','field_5683f2aadcba2'),(40755,789,'locations_29_image',''),(40756,789,'_locations_29_image','field_568439ed8109d'),(40757,789,'locations_29_description',''),(40758,789,'_locations_29_description','field_5683f2b1dcba3'),(40759,789,'locations_30_location','a:3:{s:7:\"address\";s:21:\"40.512503, -79.993398\";s:3:\"lat\";s:10:\"40.5125049\";s:3:\"lng\";s:18:\"-79.99341290000001\";}'),(40760,789,'_locations_30_location','field_5683f288dcba1'),(40761,789,'locations_30_title','Thompson Run Bridge 2, Ross Township – Bridge'),(40762,789,'_locations_30_title','field_5683f2aadcba2'),(40763,789,'locations_30_image',''),(40764,789,'_locations_30_image','field_568439ed8109d'),(40765,789,'locations_30_description',''),(40766,789,'_locations_30_description','field_5683f2b1dcba3'),(40767,789,'locations_31_location','a:3:{s:7:\"address\";s:21:\"40.451854, -80.204526\";s:3:\"lat\";s:10:\"40.4518427\";s:3:\"lng\";s:18:\"-80.20452230000001\";}'),(40768,789,'_locations_31_location','field_5683f288dcba1'),(40769,789,'locations_31_title','Montour Run Bridge 13, Findlay Township – Bridge'),(40770,789,'_locations_31_title','field_5683f2aadcba2'),(40771,789,'locations_31_image',''),(40772,789,'_locations_31_image','field_568439ed8109d'),(40773,789,'locations_31_description',''),(40774,789,'_locations_31_description','field_5683f2b1dcba3'),(40775,789,'locations_32_location','a:3:{s:7:\"address\";s:21:\"40.387729, -80.157101\";s:3:\"lat\";s:9:\"40.387271\";s:3:\"lng\";s:18:\"-80.15843699999999\";}'),(40776,789,'_locations_32_location','field_5683f288dcba1'),(40777,789,'locations_32_title','Thompson Run Bridge 10 – Collier – Bridge'),(40778,789,'_locations_32_title','field_5683f2aadcba2'),(40779,789,'locations_32_image',''),(40780,789,'_locations_32_image','field_568439ed8109d'),(40781,789,'locations_32_description',''),(40782,789,'_locations_32_description','field_5683f2b1dcba3'),(40783,789,'locations_33_location','a:3:{s:7:\"address\";s:21:\"40.411953, -79.875847\";s:3:\"lat\";s:10:\"40.4120812\";s:3:\"lng\";s:18:\"-79.87589430000003\";}'),(40784,789,'_locations_33_location','field_5683f288dcba1'),(40785,789,'locations_33_title','Hawkins Village – Rankin, PA - Intersection improvements'),(40786,789,'_locations_33_title','field_5683f2aadcba2'),(40787,789,'locations_33_image',''),(40788,789,'_locations_33_image','field_568439ed8109d'),(40789,789,'locations_33_description',''),(40790,789,'_locations_33_description','field_5683f2b1dcba3'),(40791,789,'locations_34_location','a:3:{s:7:\"address\";s:21:\"40.431658, -79.988902\";s:3:\"lat\";s:10:\"40.4316605\";s:3:\"lng\";s:11:\"-79.9888856\";}'),(40792,789,'_locations_34_location','field_5683f288dcba1'),(40793,789,'locations_34_title','10th Street Bridge – City of Pittsburgh'),(40794,789,'_locations_34_title','field_5683f2aadcba2'),(40795,789,'locations_34_image',''),(40796,789,'_locations_34_image','field_568439ed8109d'),(40797,789,'locations_34_description','This project is for a bridge rehabilitation and is affecting 5 properties in the City of Pittsburgh, Allegheny County.'),(40798,789,'_locations_34_description','field_5683f2b1dcba3'),(40799,789,'locations_35_location','a:3:{s:7:\"address\";s:21:\"40.499230, -80.046110\";s:3:\"lat\";s:10:\"40.4991326\";s:3:\"lng\";s:18:\"-80.04601000000002\";}'),(40800,789,'_locations_35_location','field_5683f288dcba1'),(40801,789,'locations_35_title','Jacks Run Bridge Number 4 – Ross Township'),(40802,789,'_locations_35_title','field_5683f2aadcba2'),(40803,789,'locations_35_image','761'),(40804,789,'_locations_35_image','field_568439ed8109d'),(40805,789,'locations_35_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(40806,789,'_locations_35_description','field_5683f2b1dcba3'),(40807,789,'locations_36_location','a:3:{s:7:\"address\";s:21:\"40.459236, -79.925044\";s:3:\"lat\";s:10:\"40.4592362\";s:3:\"lng\";s:18:\"-79.92502609999997\";}'),(40808,789,'_locations_36_location','field_5683f288dcba1'),(40809,789,'locations_36_title','South Highland Bridge'),(40810,789,'_locations_36_title','field_5683f2aadcba2'),(40811,789,'locations_36_image','765'),(40812,789,'_locations_36_image','field_568439ed8109d'),(40813,789,'locations_36_description','This project was for a small bridge replacement and affected 5 properties in the City of Pittsburgh, Allegheny County.'),(40814,789,'_locations_36_description','field_5683f2b1dcba3'),(40815,789,'locations_37_location','a:3:{s:7:\"address\";s:21:\"40.428539, -79.937852\";s:3:\"lat\";s:10:\"40.4286635\";s:3:\"lng\";s:11:\"-79.9385646\";}'),(40816,789,'_locations_37_location','field_5683f288dcba1'),(40817,789,'locations_37_title','Greenfield Bridge'),(40818,789,'_locations_37_title','field_5683f2aadcba2'),(40819,789,'locations_37_image',''),(40820,789,'_locations_37_image','field_568439ed8109d'),(40821,789,'locations_37_description','This project is for a large bridge replacement and is affecting 5 properties in the City of Pittsburgh, Allegheny County.'),(40822,789,'_locations_37_description','field_5683f2b1dcba3'),(40823,789,'locations_38_location','a:3:{s:7:\"address\";s:21:\"40.451553, -80.010952\";s:3:\"lat\";s:10:\"40.4507635\";s:3:\"lng\";s:18:\"-80.01148369999999\";}'),(40824,789,'_locations_38_location','field_5683f288dcba1'),(40825,789,'locations_38_title','West Ohio'),(40826,789,'_locations_38_title','field_5683f2aadcba2'),(40827,789,'locations_38_image',''),(40828,789,'_locations_38_image','field_568439ed8109d'),(40829,789,'locations_38_description','This project is for a bridge and is affecting 6 properties in the City of Pittsburgh, Allegheny County.'),(40830,789,'_locations_38_description','field_5683f2b1dcba3'),(40831,789,'locations_39_location','a:3:{s:7:\"address\";s:21:\"40.406886, -80.034145\";s:3:\"lat\";s:10:\"40.4068824\";s:3:\"lng\";s:11:\"-80.0341517\";}'),(40832,789,'_locations_39_location','field_5683f288dcba1'),(40833,789,'locations_39_title','Wenzel Avenue'),(40834,789,'_locations_39_title','field_5683f2aadcba2'),(40835,789,'locations_39_image',''),(40836,789,'_locations_39_image','field_568439ed8109d'),(40837,789,'locations_39_description','This project is for a bridge replacement and intersection improvement and is affecting 5 properties in the City of Pittsburgh, Allegheny County.'),(40838,789,'_locations_39_description','field_5683f2b1dcba3'),(40839,789,'locations_40_location','a:3:{s:7:\"address\";s:21:\"40.441118, -80.005603\";s:3:\"lat\";s:10:\"40.4412185\";s:3:\"lng\";s:18:\"-80.00527490000002\";}'),(40840,789,'_locations_40_location','field_5683f288dcba1'),(40841,789,'locations_40_title','Gateway Alignment of Pittsburgh’s Light Rail System – Damage Estimate (other)'),(40842,789,'_locations_40_title','field_5683f2aadcba2'),(40843,789,'locations_40_image',''),(40844,789,'_locations_40_image','field_568439ed8109d'),(40845,789,'locations_40_description',''),(40846,789,'_locations_40_description','field_5683f2b1dcba3'),(40847,789,'locations_41_location','a:3:{s:7:\"address\";s:21:\"40.432068, -79.960800\";s:3:\"lat\";s:10:\"40.4320739\";s:3:\"lng\";s:18:\"-79.96079459999999\";}'),(40848,789,'_locations_41_location','field_5683f288dcba1'),(40849,789,'locations_41_title','Duquesne Light, 2nd Avenue, City of Pittsburgh – Market Study (other)'),(40850,789,'_locations_41_title','field_5683f2aadcba2'),(40851,789,'locations_41_image',''),(40852,789,'_locations_41_image','field_568439ed8109d'),(40853,789,'locations_41_description',''),(40854,789,'_locations_41_description','field_5683f2b1dcba3'),(40855,789,'locations_42_location','a:3:{s:7:\"address\";s:21:\"40.576915, -79.909904\";s:3:\"lat\";s:10:\"40.5766476\";s:3:\"lng\";s:18:\"-79.90981210000001\";}'),(40856,789,'_locations_42_location','field_5683f288dcba1'),(40857,789,'locations_42_title','Superior Pipeline – Frazer Township, Large Tract Valuation Study – (other)'),(40858,789,'_locations_42_title','field_5683f2aadcba2'),(40859,789,'locations_42_image',''),(40860,789,'_locations_42_image','field_568439ed8109d'),(40861,789,'locations_42_description',''),(40862,789,'_locations_42_description','field_5683f2b1dcba3'),(40863,789,'locations_43_location','a:3:{s:7:\"address\";s:21:\"40.576915, -79.909904\";s:3:\"lat\";s:10:\"40.5766476\";s:3:\"lng\";s:18:\"-79.90981210000001\";}'),(40864,789,'_locations_43_location','field_5683f288dcba1'),(40865,789,'locations_43_title','Allegheny County Airport Authority, Avigation Easement Valuation – (other)'),(40866,789,'_locations_43_title','field_5683f2aadcba2'),(40867,789,'locations_43_image',''),(40868,789,'_locations_43_image','field_568439ed8109d'),(40869,789,'locations_43_description',''),(40870,789,'_locations_43_description','field_5683f2b1dcba3'),(40871,789,'locations_44_location','a:3:{s:7:\"address\";s:21:\"40.514151, -80.263115\";s:3:\"lat\";s:9:\"40.514459\";s:3:\"lng\";s:18:\"-80.26304199999998\";}'),(40872,789,'_locations_44_location','field_5683f288dcba1'),(40873,789,'locations_44_title','Allegheny County Airport Authority and Findlay Municipal Authority, Moon Township – (other)'),(40874,789,'_locations_44_title','field_5683f2aadcba2'),(40875,789,'locations_44_image',''),(40876,789,'_locations_44_image','field_568439ed8109d'),(40877,789,'locations_44_description',''),(40878,789,'_locations_44_description','field_5683f2b1dcba3'),(40879,789,'locations_45_location','a:3:{s:7:\"address\";s:21:\"40.469056, -80.040343\";s:3:\"lat\";s:10:\"40.4692028\";s:3:\"lng\";s:18:\"-80.04039019999999\";}'),(40880,789,'_locations_45_location','field_5683f288dcba1'),(40881,789,'locations_45_title','Doerr Street Small Tract Vacant Land Study – Duquesne Light – Pittsburgh (other)'),(40882,789,'_locations_45_title','field_5683f2aadcba2'),(40883,789,'locations_45_image',''),(40884,789,'_locations_45_image','field_568439ed8109d'),(40885,789,'locations_45_description',''),(40886,789,'_locations_45_description','field_5683f2b1dcba3'),(40887,789,'locations_46_location','a:3:{s:7:\"address\";s:21:\"40.382384, -79.995586\";s:3:\"lat\";s:10:\"40.3824177\";s:3:\"lng\";s:18:\"-79.99573729999997\";}'),(40888,789,'_locations_46_location','field_5683f288dcba1'),(40889,789,'locations_46_title','Saw Mill Run Boulevard – 51 and 88 intersection – Pittsburgh (other)'),(40890,789,'_locations_46_title','field_5683f2aadcba2'),(40891,789,'locations_46_image',''),(40892,789,'_locations_46_image','field_568439ed8109d'),(40893,789,'locations_46_description',''),(40894,789,'_locations_46_description','field_5683f2b1dcba3'),(40895,789,'locations_47_location','a:3:{s:7:\"address\";s:21:\"40.309789, -79.915040\";s:3:\"lat\";s:10:\"40.3098001\";s:3:\"lng\";s:10:\"-79.915032\";}'),(40896,789,'_locations_47_location','field_5683f288dcba1'),(40897,789,'locations_47_title','Large Tract Vacant Land Study – Jefferson Hills, PA (other)'),(40898,789,'_locations_47_title','field_5683f2aadcba2'),(40899,789,'locations_47_image',''),(40900,789,'_locations_47_image','field_568439ed8109d'),(40901,789,'locations_47_description',''),(40902,789,'_locations_47_description','field_5683f2b1dcba3'),(40903,789,'locations','48'),(40904,789,'_locations','field_5683f253a5dba'),(40905,791,'locations_0_location','a:3:{s:7:\"address\";s:21:\"42.136992, -80.068054\";s:3:\"lat\";s:9:\"42.137055\";s:3:\"lng\";s:11:\"-80.0681085\";}'),(40906,791,'_locations_0_location','field_5683f288dcba1'),(40907,791,'locations_0_title','State Route 4034, Section A50 Erie Bayfront – New Roadway Construction'),(40908,791,'_locations_0_title','field_5683f2aadcba2'),(40909,791,'locations_0_image',''),(40910,791,'_locations_0_image','field_568439ed8109d'),(40911,791,'locations_0_description','This project was for new road construction and affected 24 properties and resulted in the relocation of 12 residents and 3 businesses in the City of Erie, Erie County.'),(40912,791,'_locations_0_description','field_5683f2b1dcba3'),(40913,791,'locations_1_location','a:3:{s:7:\"address\";s:21:\"42.132253, -80.062521\";s:3:\"lat\";s:10:\"42.1317107\";s:3:\"lng\";s:18:\"-80.06192249999998\";}'),(40914,791,'_locations_1_location','field_5683f288dcba1'),(40915,791,'locations_1_title','State Route 4034, Section A51 Erie Bayfront – New Roadway Construction'),(40916,791,'_locations_1_title','field_5683f2aadcba2'),(40917,791,'locations_1_image','445'),(40918,791,'_locations_1_image','field_568439ed8109d'),(40919,791,'locations_1_description','This project was for new road construction and affected 25 properties and resulted in the relocation of 3 residents and 12 businesses in the City of Erie, Erie County.'),(40920,791,'_locations_1_description','field_5683f2b1dcba3'),(40921,791,'locations_2_location','a:3:{s:7:\"address\";s:21:\"42.123213, -79.980684\";s:3:\"lat\";s:17:\"42.12319309999999\";s:3:\"lng\";s:18:\"-79.98069599999997\";}'),(40922,791,'_locations_2_location','field_5683f288dcba1'),(40923,791,'locations_2_title','State Route 4034, Section A90 Bayfront Station Road – New Roadway Construction'),(40924,791,'_locations_2_title','field_5683f2aadcba2'),(40925,791,'locations_2_image','448'),(40926,791,'_locations_2_image','field_568439ed8109d'),(40927,791,'locations_2_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie County.'),(40928,791,'_locations_2_description','field_5683f2b1dcba3'),(40929,791,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.157606, -80.225857\";s:3:\"lat\";s:10:\"41.1576048\";s:3:\"lng\";s:11:\"-80.2258668\";}'),(40930,791,'_locations_3_location','field_5683f288dcba1'),(40931,791,'locations_3_title','Iron Bridge – State Route 0019, B04 – Bridge Replacement'),(40932,791,'_locations_3_title','field_5683f2aadcba2'),(40933,791,'locations_3_image','450'),(40934,791,'_locations_3_image','field_568439ed8109d'),(40935,791,'locations_3_description','This project was for a mid-sized bridge replacement and affected 8 properties in the Township of Springfield, Mercer County.'),(40936,791,'_locations_3_description','field_5683f2b1dcba3'),(40937,791,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.157502, -80.225829\";s:3:\"lat\";s:10:\"41.1575001\";s:3:\"lng\";s:11:\"-80.2258445\";}'),(40938,791,'_locations_4_location','field_5683f288dcba1'),(40939,791,'locations_4_title','State Route 0062, Section A02G, Sharon – Roadway Widening'),(40940,791,'_locations_4_title','field_5683f2aadcba2'),(40941,791,'locations_4_image','452'),(40942,791,'_locations_4_image','field_568439ed8109d'),(40943,791,'locations_4_description','This project was for a road widening and affected 12 properties and resulted in the relocation of 2 residents and 4 businesses in the Cities of Sharon and Farrell, Mercer County.'),(40944,791,'_locations_4_description','field_5683f2b1dcba3'),(40945,791,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.203515, -80.500030\";s:3:\"lat\";s:10:\"41.2035162\";s:3:\"lng\";s:18:\"-80.50022580000001\";}'),(40946,791,'_locations_5_location','field_5683f288dcba1'),(40947,791,'locations_5_title','State Route 0062, Section A02, Sharon – Roadway Widening'),(40948,791,'_locations_5_title','field_5683f2aadcba2'),(40949,791,'locations_5_image',''),(40950,791,'_locations_5_image','field_568439ed8109d'),(40951,791,'locations_5_description','This project is for roadway widening and intersection improvements and is affecting over 100 properties and resulting in the relocation of 2 residents and 2 businesses in the Cities of Sharon and Farrell, and the Borough of West Wheatland, Mercer County.'),(40952,791,'_locations_5_description','field_5683f2b1dcba3'),(40953,791,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.174312, -80.459088\";s:3:\"lat\";s:9:\"41.174248\";s:3:\"lng\";s:18:\"-80.45922139999999\";}'),(40954,791,'_locations_6_location','field_5683f288dcba1'),(40955,791,'locations_6_title','State Route 318, Section B00 – West Middlesex – Bridge Replacement'),(40956,791,'_locations_6_title','field_5683f2aadcba2'),(40957,791,'locations_6_image',''),(40958,791,'_locations_6_image','field_568439ed8109d'),(40959,791,'locations_6_description','This project is for a large bridge replacement spanning the Shenango River and is affecting 23 properties in the Borough of West Middlesex, Mercer County.'),(40960,791,'_locations_6_description','field_5683f2b1dcba3'),(40961,791,'locations_7_location','a:3:{s:7:\"address\";s:21:\"42.101392, -79.988518\";s:3:\"lat\";s:10:\"42.1009699\";s:3:\"lng\";s:18:\"-79.98816999999997\";}'),(40962,791,'_locations_7_location','field_5683f288dcba1'),(40963,791,'locations_7_title','Township Road T609, Section S000 - Kane Hill Road Bridge – Erie County (LOCAL)'),(40964,791,'_locations_7_title','field_5683f2aadcba2'),(40965,791,'locations_7_image','461'),(40966,791,'_locations_7_image','field_568439ed8109d'),(40967,791,'locations_7_description','This project is for a bridge replacement and is affecting 4 properties in Township of Greene, Erie County.'),(40968,791,'_locations_7_description','field_5683f2b1dcba3'),(40969,791,'locations_8_location','a:3:{s:7:\"address\";s:21:\"42.067111, -80.103791\";s:3:\"lat\";s:10:\"42.0681078\";s:3:\"lng\";s:11:\"-80.1039467\";}'),(40970,791,'_locations_8_location','field_5683f288dcba1'),(40971,791,'locations_8_title','State Route 4012, Section A00 – Erie County – Millcreek, Roadway Widening'),(40972,791,'_locations_8_title','field_5683f2aadcba2'),(40973,791,'locations_8_image',''),(40974,791,'_locations_8_image','field_568439ed8109d'),(40975,791,'locations_8_description',''),(40976,791,'_locations_8_description','field_5683f2b1dcba3'),(40977,791,'locations_9_location','a:3:{s:7:\"address\";s:21:\"42.071262, -80.202530\";s:3:\"lat\";s:8:\"42.07139\";s:3:\"lng\";s:18:\"-80.20223699999997\";}'),(40978,791,'_locations_9_location','field_5683f288dcba1'),(40979,791,'locations_9_title','State Route 4016, Section L00 – Millfair Erie – Intersection and Roadway Improvements'),(40980,791,'_locations_9_title','field_5683f2aadcba2'),(40981,791,'locations_9_image',''),(40982,791,'_locations_9_image','field_568439ed8109d'),(40983,791,'locations_9_description',''),(40984,791,'_locations_9_description','field_5683f2b1dcba3'),(40985,791,'locations_10_location','a:3:{s:7:\"address\";s:21:\"42.150704, -80.005306\";s:3:\"lat\";s:10:\"42.1512609\";s:3:\"lng\";s:18:\"-80.00499430000002\";}'),(40986,791,'_locations_10_location','field_5683f288dcba1'),(40987,791,'locations_10_title','Nagle Road Bridge – Harborcreek – Bridge Replacement'),(40988,791,'_locations_10_title','field_5683f2aadcba2'),(40989,791,'locations_10_image','457'),(40990,791,'_locations_10_image','field_568439ed8109d'),(40991,791,'locations_10_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie Country.'),(40992,791,'_locations_10_description','field_5683f2b1dcba3'),(40993,791,'locations_11_location','a:3:{s:7:\"address\";s:21:\"41.731326, -80.143636\";s:3:\"lat\";s:10:\"41.7312678\";s:3:\"lng\";s:18:\"-80.14303139999998\";}'),(40994,791,'_locations_11_location','field_5683f288dcba1'),(40995,791,'locations_11_title','Peters Road Bridge – Woodcock Township'),(40996,791,'_locations_11_title','field_5683f2aadcba2'),(40997,791,'locations_11_image',''),(40998,791,'_locations_11_image','field_568439ed8109d'),(40999,791,'locations_11_description','This project is for bridge removal and a new railroad crossing and is affecting 5 properties in the Township of Woodcock, Crawford County.'),(41000,791,'_locations_11_description','field_5683f2b1dcba3'),(41001,791,'locations_12_location','a:3:{s:7:\"address\";s:21:\"42.074226, -80.182684\";s:3:\"lat\";s:10:\"42.0750544\";s:3:\"lng\";s:18:\"-80.18202980000001\";}'),(41002,791,'_locations_12_location','field_5683f288dcba1'),(41003,791,'locations_12_title','State Route 4009, Section A02 Erie'),(41004,791,'_locations_12_title','field_5683f2aadcba2'),(41005,791,'locations_12_image','780'),(41006,791,'_locations_12_image','field_568439ed8109d'),(41007,791,'locations_12_description','This project was for the realignment of Asbury Road and affected 14 properties in the Township of Millcreek, Erie County.'),(41008,791,'_locations_12_description','field_5683f2b1dcba3'),(41009,791,'locations_13_location','a:3:{s:7:\"address\";s:21:\"41.506210, -79.633939\";s:3:\"lat\";s:9:\"41.505463\";s:3:\"lng\";s:18:\"-79.63243899999998\";}'),(41010,791,'_locations_13_location','field_5683f288dcba1'),(41011,791,'locations_13_title','State Route 0227, Section B01, Venango County – Bridge Replacement'),(41012,791,'_locations_13_title','field_5683f2aadcba2'),(41013,791,'locations_13_image',''),(41014,791,'_locations_13_image','field_568439ed8109d'),(41015,791,'locations_13_description','This project is for a small bridge and is affecting 2 properties in the Township of Sugar Grove, Warren County.'),(41016,791,'_locations_13_description','field_5683f2b1dcba3'),(41017,791,'locations_14_location','a:3:{s:7:\"address\";s:21:\"42.160855, -79.978735\";s:3:\"lat\";s:9:\"42.160685\";s:3:\"lng\";s:10:\"-79.979015\";}'),(41018,791,'_locations_14_location','field_5683f288dcba1'),(41019,791,'locations_14_title','State Route 955, Section B00, Erie County – Bridge Replacement'),(41020,791,'_locations_14_title','field_5683f2aadcba2'),(41021,791,'locations_14_image','427'),(41022,791,'_locations_14_image','field_568439ed8109d'),(41023,791,'locations_14_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(41024,791,'_locations_14_description','field_5683f2b1dcba3'),(41025,791,'locations_15_location','a:3:{s:7:\"address\";s:21:\"42.166954, -79.961159\";s:3:\"lat\";s:9:\"42.167122\";s:3:\"lng\";s:10:\"-79.959048\";}'),(41026,791,'_locations_15_location','field_5683f288dcba1'),(41027,791,'locations_15_title','State Route 0955, Section B01, Erie Count – Bridge Replacement'),(41028,791,'_locations_15_title','field_5683f2aadcba2'),(41029,791,'locations_15_image','427'),(41030,791,'_locations_15_image','field_568439ed8109d'),(41031,791,'locations_15_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(41032,791,'_locations_15_description','field_5683f2b1dcba3'),(41033,791,'locations_16_location','a:3:{s:7:\"address\";s:21:\"41.470470, -80.335987\";s:3:\"lat\";s:10:\"41.4704425\";s:3:\"lng\";s:18:\"-80.33643310000002\";}'),(41034,791,'_locations_16_location','field_5683f288dcba1'),(41035,791,'locations_16_title','State Route 4021, Section B00, Mercer County – Bridge Replacement'),(41036,791,'_locations_16_title','field_5683f2aadcba2'),(41037,791,'locations_16_image','430'),(41038,791,'_locations_16_image','field_568439ed8109d'),(41039,791,'locations_16_description','This project was for a small bridge and affected 2 properties in the Township of Sugar Grove, Mercer County.'),(41040,791,'_locations_16_description','field_5683f2b1dcba3'),(41041,791,'locations_17_location','a:3:{s:7:\"address\";s:21:\"41.883264, -79.813068\";s:3:\"lat\";s:10:\"41.8827053\";s:3:\"lng\";s:18:\"-79.81425380000002\";}'),(41042,791,'_locations_17_location','field_5683f288dcba1'),(41043,791,'locations_17_title','State Route 2010, Section B01, Erie County'),(41044,791,'_locations_17_title','field_5683f2aadcba2'),(41045,791,'locations_17_image',''),(41046,791,'_locations_17_image','field_568439ed8109d'),(41047,791,'locations_17_description',''),(41048,791,'_locations_17_description','field_5683f2b1dcba3'),(41049,791,'locations_18_location','a:3:{s:7:\"address\";s:21:\"41.717397, -79.539631\";s:3:\"lat\";s:9:\"41.717376\";s:3:\"lng\";s:18:\"-79.53928450000001\";}'),(41050,791,'_locations_18_location','field_5683f288dcba1'),(41051,791,'locations_18_title','State Route 6100, Section 2B, Erie County – Bridge Replacement'),(41052,791,'_locations_18_title','field_5683f2aadcba2'),(41053,791,'locations_18_image',''),(41054,791,'_locations_18_image','field_568439ed8109d'),(41055,791,'locations_18_description',''),(41056,791,'_locations_18_description','field_5683f2b1dcba3'),(41057,791,'locations_19_location','a:3:{s:7:\"address\";s:21:\"41.897746, -80.157620\";s:3:\"lat\";s:9:\"41.897468\";s:3:\"lng\";s:18:\"-80.15661999999998\";}'),(41058,791,'_locations_19_location','field_5683f288dcba1'),(41059,791,'locations_19_title','State Route 3023, Section B00 – Edinboro PA - Bridge'),(41060,791,'_locations_19_title','field_5683f2aadcba2'),(41061,791,'locations_19_image',''),(41062,791,'_locations_19_image','field_568439ed8109d'),(41063,791,'locations_19_description',''),(41064,791,'_locations_19_description','field_5683f2b1dcba3'),(41065,791,'locations','20'),(41066,791,'_locations','field_5683f253a5dba'),(41067,792,'locations_0_location','a:3:{s:7:\"address\";s:21:\"42.136992, -80.068054\";s:3:\"lat\";s:9:\"42.137055\";s:3:\"lng\";s:11:\"-80.0681085\";}'),(41068,792,'_locations_0_location','field_5683f288dcba1'),(41069,792,'locations_0_title','State Route 4034, Section A50 Erie Bayfront – New Roadway Construction'),(41070,792,'_locations_0_title','field_5683f2aadcba2'),(41071,792,'locations_0_image',''),(41072,792,'_locations_0_image','field_568439ed8109d'),(41073,792,'locations_0_description','This project was for new road construction and affected 24 properties and resulted in the relocation of 12 residents and 3 businesses in the City of Erie, Erie County.'),(41074,792,'_locations_0_description','field_5683f2b1dcba3'),(41075,792,'locations_1_location','a:3:{s:7:\"address\";s:21:\"42.132253, -80.062521\";s:3:\"lat\";s:10:\"42.1317107\";s:3:\"lng\";s:18:\"-80.06192249999998\";}'),(41076,792,'_locations_1_location','field_5683f288dcba1'),(41077,792,'locations_1_title','State Route 4034, Section A51 Erie Bayfront – New Roadway Construction'),(41078,792,'_locations_1_title','field_5683f2aadcba2'),(41079,792,'locations_1_image','445'),(41080,792,'_locations_1_image','field_568439ed8109d'),(41081,792,'locations_1_description','This project was for new road construction and affected 25 properties and resulted in the relocation of 3 residents and 12 businesses in the City of Erie, Erie County.'),(41082,792,'_locations_1_description','field_5683f2b1dcba3'),(41083,792,'locations_2_location','a:3:{s:7:\"address\";s:21:\"42.123213, -79.980684\";s:3:\"lat\";s:17:\"42.12319309999999\";s:3:\"lng\";s:18:\"-79.98069599999997\";}'),(41084,792,'_locations_2_location','field_5683f288dcba1'),(41085,792,'locations_2_title','State Route 4034, Section A90 Bayfront Station Road – New Roadway Construction'),(41086,792,'_locations_2_title','field_5683f2aadcba2'),(41087,792,'locations_2_image','448'),(41088,792,'_locations_2_image','field_568439ed8109d'),(41089,792,'locations_2_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie County.'),(41090,792,'_locations_2_description','field_5683f2b1dcba3'),(41091,792,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.157606, -80.225857\";s:3:\"lat\";s:10:\"41.1576048\";s:3:\"lng\";s:11:\"-80.2258668\";}'),(41092,792,'_locations_3_location','field_5683f288dcba1'),(41093,792,'locations_3_title','Iron Bridge – State Route 0019, B04 – Bridge Replacement'),(41094,792,'_locations_3_title','field_5683f2aadcba2'),(41095,792,'locations_3_image','450'),(41096,792,'_locations_3_image','field_568439ed8109d'),(41097,792,'locations_3_description','This project was for a mid-sized bridge replacement and affected 8 properties in the Township of Springfield, Mercer County.'),(41098,792,'_locations_3_description','field_5683f2b1dcba3'),(41099,792,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.157502, -80.225829\";s:3:\"lat\";s:10:\"41.1575001\";s:3:\"lng\";s:11:\"-80.2258445\";}'),(41100,792,'_locations_4_location','field_5683f288dcba1'),(41101,792,'locations_4_title','State Route 0062, Section A02G, Sharon – Roadway Widening'),(41102,792,'_locations_4_title','field_5683f2aadcba2'),(41103,792,'locations_4_image','452'),(41104,792,'_locations_4_image','field_568439ed8109d'),(41105,792,'locations_4_description','This project was for a road widening and affected 12 properties and resulted in the relocation of 2 residents and 4 businesses in the Cities of Sharon and Farrell, Mercer County.'),(41106,792,'_locations_4_description','field_5683f2b1dcba3'),(41107,792,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.203515, -80.500030\";s:3:\"lat\";s:10:\"41.2035162\";s:3:\"lng\";s:18:\"-80.50022580000001\";}'),(41108,792,'_locations_5_location','field_5683f288dcba1'),(41109,792,'locations_5_title','State Route 0062, Section A02, Sharon – Roadway Widening'),(41110,792,'_locations_5_title','field_5683f2aadcba2'),(41111,792,'locations_5_image',''),(41112,792,'_locations_5_image','field_568439ed8109d'),(41113,792,'locations_5_description','This project is for roadway widening and intersection improvements and is affecting over 100 properties and resulting in the relocation of 2 residents and 2 businesses in the Cities of Sharon and Farrell, and the Borough of West Wheatland, Mercer County.'),(41114,792,'_locations_5_description','field_5683f2b1dcba3'),(41115,792,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.174312, -80.459088\";s:3:\"lat\";s:9:\"41.174248\";s:3:\"lng\";s:18:\"-80.45922139999999\";}'),(41116,792,'_locations_6_location','field_5683f288dcba1'),(41117,792,'locations_6_title','State Route 318, Section B00 – West Middlesex – Bridge Replacement'),(41118,792,'_locations_6_title','field_5683f2aadcba2'),(41119,792,'locations_6_image',''),(41120,792,'_locations_6_image','field_568439ed8109d'),(41121,792,'locations_6_description','This project is for a large bridge replacement spanning the Shenango River and is affecting 23 properties in the Borough of West Middlesex, Mercer County.'),(41122,792,'_locations_6_description','field_5683f2b1dcba3'),(41123,792,'locations_7_location','a:3:{s:7:\"address\";s:21:\"42.101392, -79.988518\";s:3:\"lat\";s:10:\"42.1009699\";s:3:\"lng\";s:18:\"-79.98816999999997\";}'),(41124,792,'_locations_7_location','field_5683f288dcba1'),(41125,792,'locations_7_title','Township Road T609, Section S000 - Kane Hill Road Bridge – Erie County (LOCAL)'),(41126,792,'_locations_7_title','field_5683f2aadcba2'),(41127,792,'locations_7_image','461'),(41128,792,'_locations_7_image','field_568439ed8109d'),(41129,792,'locations_7_description','This project is for a bridge replacement and is affecting 4 properties in Township of Greene, Erie County.'),(41130,792,'_locations_7_description','field_5683f2b1dcba3'),(41131,792,'locations_8_location','a:3:{s:7:\"address\";s:21:\"42.067111, -80.103791\";s:3:\"lat\";s:10:\"42.0681078\";s:3:\"lng\";s:11:\"-80.1039467\";}'),(41132,792,'_locations_8_location','field_5683f288dcba1'),(41133,792,'locations_8_title','State Route 4012, Section A00 – Erie County – Millcreek, Roadway Widening'),(41134,792,'_locations_8_title','field_5683f2aadcba2'),(41135,792,'locations_8_image',''),(41136,792,'_locations_8_image','field_568439ed8109d'),(41137,792,'locations_8_description',''),(41138,792,'_locations_8_description','field_5683f2b1dcba3'),(41139,792,'locations_9_location','a:3:{s:7:\"address\";s:21:\"42.071262, -80.202530\";s:3:\"lat\";s:8:\"42.07139\";s:3:\"lng\";s:18:\"-80.20223699999997\";}'),(41140,792,'_locations_9_location','field_5683f288dcba1'),(41141,792,'locations_9_title','State Route 4016, Section L00 – Millfair Erie – Intersection and Roadway Improvements'),(41142,792,'_locations_9_title','field_5683f2aadcba2'),(41143,792,'locations_9_image',''),(41144,792,'_locations_9_image','field_568439ed8109d'),(41145,792,'locations_9_description',''),(41146,792,'_locations_9_description','field_5683f2b1dcba3'),(41147,792,'locations_10_location','a:3:{s:7:\"address\";s:21:\"42.150704, -80.005306\";s:3:\"lat\";s:10:\"42.1512609\";s:3:\"lng\";s:18:\"-80.00499430000002\";}'),(41148,792,'_locations_10_location','field_5683f288dcba1'),(41149,792,'locations_10_title','Nagle Road Bridge – Harborcreek – Bridge Replacement'),(41150,792,'_locations_10_title','field_5683f2aadcba2'),(41151,792,'locations_10_image','457'),(41152,792,'_locations_10_image','field_568439ed8109d'),(41153,792,'locations_10_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie Country.'),(41154,792,'_locations_10_description','field_5683f2b1dcba3'),(41155,792,'locations_11_location','a:3:{s:7:\"address\";s:21:\"41.731326, -80.143636\";s:3:\"lat\";s:10:\"41.7312678\";s:3:\"lng\";s:18:\"-80.14303139999998\";}'),(41156,792,'_locations_11_location','field_5683f288dcba1'),(41157,792,'locations_11_title','Peters Road Bridge – Woodcock Township'),(41158,792,'_locations_11_title','field_5683f2aadcba2'),(41159,792,'locations_11_image',''),(41160,792,'_locations_11_image','field_568439ed8109d'),(41161,792,'locations_11_description','This project is for bridge removal and a new railroad crossing and is affecting 5 properties in the Township of Woodcock, Crawford County.'),(41162,792,'_locations_11_description','field_5683f2b1dcba3'),(41163,792,'locations_12_location','a:3:{s:7:\"address\";s:21:\"42.074226, -80.182684\";s:3:\"lat\";s:10:\"42.0750544\";s:3:\"lng\";s:18:\"-80.18202980000001\";}'),(41164,792,'_locations_12_location','field_5683f288dcba1'),(41165,792,'locations_12_title','State Route 4009, Section A02 Erie'),(41166,792,'_locations_12_title','field_5683f2aadcba2'),(41167,792,'locations_12_image','780'),(41168,792,'_locations_12_image','field_568439ed8109d'),(41169,792,'locations_12_description','This project was for the realignment of Asbury Road and affected 14 properties in the Township of Millcreek, Erie County.'),(41170,792,'_locations_12_description','field_5683f2b1dcba3'),(41171,792,'locations_13_location','a:3:{s:7:\"address\";s:21:\"41.506210, -79.633939\";s:3:\"lat\";s:9:\"41.505463\";s:3:\"lng\";s:18:\"-79.63243899999998\";}'),(41172,792,'_locations_13_location','field_5683f288dcba1'),(41173,792,'locations_13_title','State Route 0227, Section B01, Venango County – Bridge Replacement'),(41174,792,'_locations_13_title','field_5683f2aadcba2'),(41175,792,'locations_13_image',''),(41176,792,'_locations_13_image','field_568439ed8109d'),(41177,792,'locations_13_description','This project is for a small bridge and is affecting 2 properties in the Township of Sugar Grove, Warren County.'),(41178,792,'_locations_13_description','field_5683f2b1dcba3'),(41179,792,'locations_14_location','a:3:{s:7:\"address\";s:21:\"42.160855, -79.978735\";s:3:\"lat\";s:9:\"42.160685\";s:3:\"lng\";s:10:\"-79.979015\";}'),(41180,792,'_locations_14_location','field_5683f288dcba1'),(41181,792,'locations_14_title','State Route 955, Section B00, Erie County – Bridge Replacement'),(41182,792,'_locations_14_title','field_5683f2aadcba2'),(41183,792,'locations_14_image','427'),(41184,792,'_locations_14_image','field_568439ed8109d'),(41185,792,'locations_14_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(41186,792,'_locations_14_description','field_5683f2b1dcba3'),(41187,792,'locations_15_location','a:3:{s:7:\"address\";s:21:\"42.166954, -79.961159\";s:3:\"lat\";s:9:\"42.167122\";s:3:\"lng\";s:10:\"-79.959048\";}'),(41188,792,'_locations_15_location','field_5683f288dcba1'),(41189,792,'locations_15_title','State Route 0955, Section B01, Erie Count – Bridge Replacement'),(41190,792,'_locations_15_title','field_5683f2aadcba2'),(41191,792,'locations_15_image','427'),(41192,792,'_locations_15_image','field_568439ed8109d'),(41193,792,'locations_15_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(41194,792,'_locations_15_description','field_5683f2b1dcba3'),(41195,792,'locations_16_location','a:3:{s:7:\"address\";s:21:\"41.470470, -80.335987\";s:3:\"lat\";s:10:\"41.4704425\";s:3:\"lng\";s:18:\"-80.33643310000002\";}'),(41196,792,'_locations_16_location','field_5683f288dcba1'),(41197,792,'locations_16_title','State Route 4021, Section B00, Mercer County – Bridge Replacement'),(41198,792,'_locations_16_title','field_5683f2aadcba2'),(41199,792,'locations_16_image','430'),(41200,792,'_locations_16_image','field_568439ed8109d'),(41201,792,'locations_16_description','This project was for a small bridge and affected 2 properties in the Township of Sugar Grove, Mercer County.'),(41202,792,'_locations_16_description','field_5683f2b1dcba3'),(41203,792,'locations_17_location','a:3:{s:7:\"address\";s:21:\"41.883264, -79.813068\";s:3:\"lat\";s:10:\"41.8827053\";s:3:\"lng\";s:18:\"-79.81425380000002\";}'),(41204,792,'_locations_17_location','field_5683f288dcba1'),(41205,792,'locations_17_title','State Route 2010, Section B01, Erie County'),(41206,792,'_locations_17_title','field_5683f2aadcba2'),(41207,792,'locations_17_image',''),(41208,792,'_locations_17_image','field_568439ed8109d'),(41209,792,'locations_17_description',''),(41210,792,'_locations_17_description','field_5683f2b1dcba3'),(41211,792,'locations_18_location','a:3:{s:7:\"address\";s:21:\"41.717397, -79.539631\";s:3:\"lat\";s:9:\"41.717376\";s:3:\"lng\";s:18:\"-79.53928450000001\";}'),(41212,792,'_locations_18_location','field_5683f288dcba1'),(41213,792,'locations_18_title','State Route 6100, Section 2B, Erie County – Bridge Replacement'),(41214,792,'_locations_18_title','field_5683f2aadcba2'),(41215,792,'locations_18_image',''),(41216,792,'_locations_18_image','field_568439ed8109d'),(41217,792,'locations_18_description',''),(41218,792,'_locations_18_description','field_5683f2b1dcba3'),(41219,792,'locations_19_location','a:3:{s:7:\"address\";s:21:\"41.897746, -80.157620\";s:3:\"lat\";s:9:\"41.897468\";s:3:\"lng\";s:18:\"-80.15661999999998\";}'),(41220,792,'_locations_19_location','field_5683f288dcba1'),(41221,792,'locations_19_title','State Route 3023, Section B00 – Edinboro PA - Bridge'),(41222,792,'_locations_19_title','field_5683f2aadcba2'),(41223,792,'locations_19_image',''),(41224,792,'_locations_19_image','field_568439ed8109d'),(41225,792,'locations_19_description',''),(41226,792,'_locations_19_description','field_5683f2b1dcba3'),(41227,792,'locations','20'),(41228,792,'_locations','field_5683f253a5dba'),(41229,793,'locations_0_location','a:3:{s:7:\"address\";s:21:\"42.136992, -80.068054\";s:3:\"lat\";s:9:\"42.137055\";s:3:\"lng\";s:11:\"-80.0681085\";}'),(41230,793,'_locations_0_location','field_5683f288dcba1'),(41231,793,'locations_0_title','State Route 4034, Section A50 Erie Bayfront – New Roadway Construction'),(41232,793,'_locations_0_title','field_5683f2aadcba2'),(41233,793,'locations_0_image',''),(41234,793,'_locations_0_image','field_568439ed8109d'),(41235,793,'locations_0_description','This project was for new road construction and affected 24 properties and resulted in the relocation of 12 residents and 3 businesses in the City of Erie, Erie County.'),(41236,793,'_locations_0_description','field_5683f2b1dcba3'),(41237,793,'locations_1_location','a:3:{s:7:\"address\";s:21:\"42.132253, -80.062521\";s:3:\"lat\";s:10:\"42.1317107\";s:3:\"lng\";s:18:\"-80.06192249999998\";}'),(41238,793,'_locations_1_location','field_5683f288dcba1'),(41239,793,'locations_1_title','State Route 4034, Section A51 Erie Bayfront – New Roadway Construction'),(41240,793,'_locations_1_title','field_5683f2aadcba2'),(41241,793,'locations_1_image','445'),(41242,793,'_locations_1_image','field_568439ed8109d'),(41243,793,'locations_1_description','This project was for new road construction and affected 25 properties and resulted in the relocation of 3 residents and 12 businesses in the City of Erie, Erie County.'),(41244,793,'_locations_1_description','field_5683f2b1dcba3'),(41245,793,'locations_2_location','a:3:{s:7:\"address\";s:21:\"42.123213, -79.980684\";s:3:\"lat\";s:17:\"42.12319309999999\";s:3:\"lng\";s:18:\"-79.98069599999997\";}'),(41246,793,'_locations_2_location','field_5683f288dcba1'),(41247,793,'locations_2_title','State Route 4034, Section A90 Bayfront Station Road – New Roadway Construction'),(41248,793,'_locations_2_title','field_5683f2aadcba2'),(41249,793,'locations_2_image','448'),(41250,793,'_locations_2_image','field_568439ed8109d'),(41251,793,'locations_2_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie County.'),(41252,793,'_locations_2_description','field_5683f2b1dcba3'),(41253,793,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.157606, -80.225857\";s:3:\"lat\";s:10:\"41.1576048\";s:3:\"lng\";s:11:\"-80.2258668\";}'),(41254,793,'_locations_3_location','field_5683f288dcba1'),(41255,793,'locations_3_title','Iron Bridge – State Route 0019, B04 – Bridge Replacement'),(41256,793,'_locations_3_title','field_5683f2aadcba2'),(41257,793,'locations_3_image','450'),(41258,793,'_locations_3_image','field_568439ed8109d'),(41259,793,'locations_3_description','This project was for a mid-sized bridge replacement and affected 8 properties in the Township of Springfield, Mercer County.'),(41260,793,'_locations_3_description','field_5683f2b1dcba3'),(41261,793,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.157502, -80.225829\";s:3:\"lat\";s:10:\"41.1575001\";s:3:\"lng\";s:11:\"-80.2258445\";}'),(41262,793,'_locations_4_location','field_5683f288dcba1'),(41263,793,'locations_4_title','State Route 0062, Section A02G, Sharon – Roadway Widening'),(41264,793,'_locations_4_title','field_5683f2aadcba2'),(41265,793,'locations_4_image','452'),(41266,793,'_locations_4_image','field_568439ed8109d'),(41267,793,'locations_4_description','This project was for a road widening and affected 12 properties and resulted in the relocation of 2 residents and 4 businesses in the Cities of Sharon and Farrell, Mercer County.'),(41268,793,'_locations_4_description','field_5683f2b1dcba3'),(41269,793,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.203515, -80.500030\";s:3:\"lat\";s:10:\"41.2035162\";s:3:\"lng\";s:18:\"-80.50022580000001\";}'),(41270,793,'_locations_5_location','field_5683f288dcba1'),(41271,793,'locations_5_title','State Route 0062, Section A02, Sharon – Roadway Widening'),(41272,793,'_locations_5_title','field_5683f2aadcba2'),(41273,793,'locations_5_image',''),(41274,793,'_locations_5_image','field_568439ed8109d'),(41275,793,'locations_5_description','This project is for roadway widening and intersection improvements and is affecting over 100 properties and resulting in the relocation of 2 residents and 2 businesses in the Cities of Sharon and Farrell, and the Borough of West Wheatland, Mercer County.'),(41276,793,'_locations_5_description','field_5683f2b1dcba3'),(41277,793,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.174312, -80.459088\";s:3:\"lat\";s:9:\"41.174248\";s:3:\"lng\";s:18:\"-80.45922139999999\";}'),(41278,793,'_locations_6_location','field_5683f288dcba1'),(41279,793,'locations_6_title','State Route 318, Section B00 – West Middlesex – Bridge Replacement'),(41280,793,'_locations_6_title','field_5683f2aadcba2'),(41281,793,'locations_6_image',''),(41282,793,'_locations_6_image','field_568439ed8109d'),(41283,793,'locations_6_description','This project is for a large bridge replacement spanning the Shenango River and is affecting 23 properties in the Borough of West Middlesex, Mercer County.'),(41284,793,'_locations_6_description','field_5683f2b1dcba3'),(41285,793,'locations_7_location','a:3:{s:7:\"address\";s:21:\"42.101392, -79.988518\";s:3:\"lat\";s:10:\"42.1009699\";s:3:\"lng\";s:18:\"-79.98816999999997\";}'),(41286,793,'_locations_7_location','field_5683f288dcba1'),(41287,793,'locations_7_title','Township Road T609, Section S000 - Kane Hill Road Bridge – Erie County (LOCAL)'),(41288,793,'_locations_7_title','field_5683f2aadcba2'),(41289,793,'locations_7_image','461'),(41290,793,'_locations_7_image','field_568439ed8109d'),(41291,793,'locations_7_description','This project is for a bridge replacement and is affecting 4 properties in Township of Greene, Erie County.'),(41292,793,'_locations_7_description','field_5683f2b1dcba3'),(41293,793,'locations_8_location','a:3:{s:7:\"address\";s:21:\"42.067111, -80.103791\";s:3:\"lat\";s:10:\"42.0681078\";s:3:\"lng\";s:11:\"-80.1039467\";}'),(41294,793,'_locations_8_location','field_5683f288dcba1'),(41295,793,'locations_8_title','State Route 4012, Section A00 – Erie County – Millcreek, Roadway Widening'),(41296,793,'_locations_8_title','field_5683f2aadcba2'),(41297,793,'locations_8_image',''),(41298,793,'_locations_8_image','field_568439ed8109d'),(41299,793,'locations_8_description',''),(41300,793,'_locations_8_description','field_5683f2b1dcba3'),(41301,793,'locations_9_location','a:3:{s:7:\"address\";s:21:\"42.071262, -80.202530\";s:3:\"lat\";s:8:\"42.07139\";s:3:\"lng\";s:18:\"-80.20223699999997\";}'),(41302,793,'_locations_9_location','field_5683f288dcba1'),(41303,793,'locations_9_title','State Route 4016, Section L00 – Millfair Erie – Intersection and Roadway Improvements'),(41304,793,'_locations_9_title','field_5683f2aadcba2'),(41305,793,'locations_9_image',''),(41306,793,'_locations_9_image','field_568439ed8109d'),(41307,793,'locations_9_description',''),(41308,793,'_locations_9_description','field_5683f2b1dcba3'),(41309,793,'locations_10_location','a:3:{s:7:\"address\";s:21:\"42.150704, -80.005306\";s:3:\"lat\";s:10:\"42.1512609\";s:3:\"lng\";s:18:\"-80.00499430000002\";}'),(41310,793,'_locations_10_location','field_5683f288dcba1'),(41311,793,'locations_10_title','Nagle Road Bridge – Harborcreek – Bridge Replacement'),(41312,793,'_locations_10_title','field_5683f2aadcba2'),(41313,793,'locations_10_image','457'),(41314,793,'_locations_10_image','field_568439ed8109d'),(41315,793,'locations_10_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie Country.'),(41316,793,'_locations_10_description','field_5683f2b1dcba3'),(41317,793,'locations_11_location','a:3:{s:7:\"address\";s:21:\"41.731326, -80.143636\";s:3:\"lat\";s:10:\"41.7312678\";s:3:\"lng\";s:18:\"-80.14303139999998\";}'),(41318,793,'_locations_11_location','field_5683f288dcba1'),(41319,793,'locations_11_title','Peters Road Bridge – Woodcock Township'),(41320,793,'_locations_11_title','field_5683f2aadcba2'),(41321,793,'locations_11_image',''),(41322,793,'_locations_11_image','field_568439ed8109d'),(41323,793,'locations_11_description','This project is for bridge removal and a new railroad crossing and is affecting 5 properties in the Township of Woodcock, Crawford County.'),(41324,793,'_locations_11_description','field_5683f2b1dcba3'),(41325,793,'locations_12_location','a:3:{s:7:\"address\";s:21:\"42.074226, -80.182684\";s:3:\"lat\";s:10:\"42.0750544\";s:3:\"lng\";s:18:\"-80.18202980000001\";}'),(41326,793,'_locations_12_location','field_5683f288dcba1'),(41327,793,'locations_12_title','State Route 4009, Section A02 Erie'),(41328,793,'_locations_12_title','field_5683f2aadcba2'),(41329,793,'locations_12_image','780'),(41330,793,'_locations_12_image','field_568439ed8109d'),(41331,793,'locations_12_description','This project was for the realignment of Asbury Road and affected 14 properties in the Township of Millcreek, Erie County.'),(41332,793,'_locations_12_description','field_5683f2b1dcba3'),(41333,793,'locations_13_location','a:3:{s:7:\"address\";s:21:\"41.506210, -79.633939\";s:3:\"lat\";s:9:\"41.505463\";s:3:\"lng\";s:18:\"-79.63243899999998\";}'),(41334,793,'_locations_13_location','field_5683f288dcba1'),(41335,793,'locations_13_title','State Route 0227, Section B01, Venango County – Bridge Replacement'),(41336,793,'_locations_13_title','field_5683f2aadcba2'),(41337,793,'locations_13_image',''),(41338,793,'_locations_13_image','field_568439ed8109d'),(41339,793,'locations_13_description','This project is for a small bridge and is affecting 2 properties in the Township of Sugar Grove, Warren County.'),(41340,793,'_locations_13_description','field_5683f2b1dcba3'),(41341,793,'locations_14_location','a:3:{s:7:\"address\";s:21:\"42.160855, -79.978735\";s:3:\"lat\";s:9:\"42.160685\";s:3:\"lng\";s:10:\"-79.979015\";}'),(41342,793,'_locations_14_location','field_5683f288dcba1'),(41343,793,'locations_14_title','State Route 955, Section B00, Erie County – Bridge Replacement'),(41344,793,'_locations_14_title','field_5683f2aadcba2'),(41345,793,'locations_14_image','427'),(41346,793,'_locations_14_image','field_568439ed8109d'),(41347,793,'locations_14_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(41348,793,'_locations_14_description','field_5683f2b1dcba3'),(41349,793,'locations_15_location','a:3:{s:7:\"address\";s:21:\"42.166954, -79.961159\";s:3:\"lat\";s:9:\"42.167122\";s:3:\"lng\";s:10:\"-79.959048\";}'),(41350,793,'_locations_15_location','field_5683f288dcba1'),(41351,793,'locations_15_title','State Route 0955, Section B01, Erie Count – Bridge Replacement'),(41352,793,'_locations_15_title','field_5683f2aadcba2'),(41353,793,'locations_15_image','427'),(41354,793,'_locations_15_image','field_568439ed8109d'),(41355,793,'locations_15_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(41356,793,'_locations_15_description','field_5683f2b1dcba3'),(41357,793,'locations_16_location','a:3:{s:7:\"address\";s:21:\"41.470470, -80.335987\";s:3:\"lat\";s:10:\"41.4704425\";s:3:\"lng\";s:18:\"-80.33643310000002\";}'),(41358,793,'_locations_16_location','field_5683f288dcba1'),(41359,793,'locations_16_title','State Route 4021, Section B00, Mercer County – Bridge Replacement'),(41360,793,'_locations_16_title','field_5683f2aadcba2'),(41361,793,'locations_16_image','430'),(41362,793,'_locations_16_image','field_568439ed8109d'),(41363,793,'locations_16_description','This project was for a small bridge and affected 2 properties in the Township of Sugar Grove, Mercer County.'),(41364,793,'_locations_16_description','field_5683f2b1dcba3'),(41365,793,'locations_17_location','a:3:{s:7:\"address\";s:21:\"41.883264, -79.813068\";s:3:\"lat\";s:10:\"41.8827053\";s:3:\"lng\";s:18:\"-79.81425380000002\";}'),(41366,793,'_locations_17_location','field_5683f288dcba1'),(41367,793,'locations_17_title','State Route 2010, Section B01, Erie County'),(41368,793,'_locations_17_title','field_5683f2aadcba2'),(41369,793,'locations_17_image',''),(41370,793,'_locations_17_image','field_568439ed8109d'),(41371,793,'locations_17_description',''),(41372,793,'_locations_17_description','field_5683f2b1dcba3'),(41373,793,'locations_18_location','a:3:{s:7:\"address\";s:21:\"41.717397, -79.539631\";s:3:\"lat\";s:9:\"41.717376\";s:3:\"lng\";s:18:\"-79.53928450000001\";}'),(41374,793,'_locations_18_location','field_5683f288dcba1'),(41375,793,'locations_18_title','State Route 6100, Section 2B, Erie County – Bridge Replacement'),(41376,793,'_locations_18_title','field_5683f2aadcba2'),(41377,793,'locations_18_image',''),(41378,793,'_locations_18_image','field_568439ed8109d'),(41379,793,'locations_18_description',''),(41380,793,'_locations_18_description','field_5683f2b1dcba3'),(41381,793,'locations_19_location','a:3:{s:7:\"address\";s:21:\"41.897746, -80.157620\";s:3:\"lat\";s:9:\"41.897468\";s:3:\"lng\";s:18:\"-80.15661999999998\";}'),(41382,793,'_locations_19_location','field_5683f288dcba1'),(41383,793,'locations_19_title','State Route 3023, Section B00 – Edinboro PA - Bridge'),(41384,793,'_locations_19_title','field_5683f2aadcba2'),(41385,793,'locations_19_image',''),(41386,793,'_locations_19_image','field_568439ed8109d'),(41387,793,'locations_19_description',''),(41388,793,'_locations_19_description','field_5683f2b1dcba3'),(41389,793,'locations','20'),(41390,793,'_locations','field_5683f253a5dba'),(41391,794,'locations_0_location','a:3:{s:7:\"address\";s:21:\"42.136992, -80.068054\";s:3:\"lat\";s:9:\"42.137055\";s:3:\"lng\";s:11:\"-80.0681085\";}'),(41392,794,'_locations_0_location','field_5683f288dcba1'),(41393,794,'locations_0_title','State Route 4034, Section A50 Erie Bayfront – New Roadway Construction'),(41394,794,'_locations_0_title','field_5683f2aadcba2'),(41395,794,'locations_0_image',''),(41396,794,'_locations_0_image','field_568439ed8109d'),(41397,794,'locations_0_description','This project was for new road construction and affected 24 properties and resulted in the relocation of 12 residents and 3 businesses in the City of Erie, Erie County.'),(41398,794,'_locations_0_description','field_5683f2b1dcba3'),(41399,794,'locations_1_location','a:3:{s:7:\"address\";s:21:\"42.132253, -80.062521\";s:3:\"lat\";s:10:\"42.1317107\";s:3:\"lng\";s:18:\"-80.06192249999998\";}'),(41400,794,'_locations_1_location','field_5683f288dcba1'),(41401,794,'locations_1_title','State Route 4034, Section A51 Erie Bayfront – New Roadway Construction'),(41402,794,'_locations_1_title','field_5683f2aadcba2'),(41403,794,'locations_1_image','445'),(41404,794,'_locations_1_image','field_568439ed8109d'),(41405,794,'locations_1_description','This project was for new road construction and affected 25 properties and resulted in the relocation of 3 residents and 12 businesses in the City of Erie, Erie County.'),(41406,794,'_locations_1_description','field_5683f2b1dcba3'),(41407,794,'locations_2_location','a:3:{s:7:\"address\";s:21:\"42.123213, -79.980684\";s:3:\"lat\";s:17:\"42.12319309999999\";s:3:\"lng\";s:18:\"-79.98069599999997\";}'),(41408,794,'_locations_2_location','field_5683f288dcba1'),(41409,794,'locations_2_title','State Route 4034, Section A90 Bayfront Station Road – New Roadway Construction'),(41410,794,'_locations_2_title','field_5683f2aadcba2'),(41411,794,'locations_2_image','448'),(41412,794,'_locations_2_image','field_568439ed8109d'),(41413,794,'locations_2_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie County.'),(41414,794,'_locations_2_description','field_5683f2b1dcba3'),(41415,794,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.157606, -80.225857\";s:3:\"lat\";s:10:\"41.1576048\";s:3:\"lng\";s:11:\"-80.2258668\";}'),(41416,794,'_locations_3_location','field_5683f288dcba1'),(41417,794,'locations_3_title','Iron Bridge – State Route 0019, B04 – Bridge Replacement'),(41418,794,'_locations_3_title','field_5683f2aadcba2'),(41419,794,'locations_3_image','450'),(41420,794,'_locations_3_image','field_568439ed8109d'),(41421,794,'locations_3_description','This project was for a mid-sized bridge replacement and affected 8 properties in the Township of Springfield, Mercer County.'),(41422,794,'_locations_3_description','field_5683f2b1dcba3'),(41423,794,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.157502, -80.225829\";s:3:\"lat\";s:10:\"41.1575001\";s:3:\"lng\";s:11:\"-80.2258445\";}'),(41424,794,'_locations_4_location','field_5683f288dcba1'),(41425,794,'locations_4_title','State Route 0062, Section A02G, Sharon – Roadway Widening'),(41426,794,'_locations_4_title','field_5683f2aadcba2'),(41427,794,'locations_4_image','452'),(41428,794,'_locations_4_image','field_568439ed8109d'),(41429,794,'locations_4_description','This project was for a road widening and affected 12 properties and resulted in the relocation of 2 residents and 4 businesses in the Cities of Sharon and Farrell, Mercer County.'),(41430,794,'_locations_4_description','field_5683f2b1dcba3'),(41431,794,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.203515, -80.500030\";s:3:\"lat\";s:10:\"41.2035162\";s:3:\"lng\";s:18:\"-80.50022580000001\";}'),(41432,794,'_locations_5_location','field_5683f288dcba1'),(41433,794,'locations_5_title','State Route 0062, Section A02, Sharon – Roadway Widening'),(41434,794,'_locations_5_title','field_5683f2aadcba2'),(41435,794,'locations_5_image',''),(41436,794,'_locations_5_image','field_568439ed8109d'),(41437,794,'locations_5_description','This project is for roadway widening and intersection improvements and is affecting over 100 properties and resulting in the relocation of 2 residents and 2 businesses in the Cities of Sharon and Farrell, and the Borough of West Wheatland, Mercer County.'),(41438,794,'_locations_5_description','field_5683f2b1dcba3'),(41439,794,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.174312, -80.459088\";s:3:\"lat\";s:9:\"41.174248\";s:3:\"lng\";s:18:\"-80.45922139999999\";}'),(41440,794,'_locations_6_location','field_5683f288dcba1'),(41441,794,'locations_6_title','State Route 318, Section B00 – West Middlesex – Bridge Replacement'),(41442,794,'_locations_6_title','field_5683f2aadcba2'),(41443,794,'locations_6_image',''),(41444,794,'_locations_6_image','field_568439ed8109d'),(41445,794,'locations_6_description','This project is for a large bridge replacement spanning the Shenango River and is affecting 23 properties in the Borough of West Middlesex, Mercer County.'),(41446,794,'_locations_6_description','field_5683f2b1dcba3'),(41447,794,'locations_7_location','a:3:{s:7:\"address\";s:21:\"42.101392, -79.988518\";s:3:\"lat\";s:10:\"42.1009699\";s:3:\"lng\";s:18:\"-79.98816999999997\";}'),(41448,794,'_locations_7_location','field_5683f288dcba1'),(41449,794,'locations_7_title','Township Road T609, Section S000 - Kane Hill Road Bridge – Erie County (LOCAL)'),(41450,794,'_locations_7_title','field_5683f2aadcba2'),(41451,794,'locations_7_image','461'),(41452,794,'_locations_7_image','field_568439ed8109d'),(41453,794,'locations_7_description','This project is for a bridge replacement and is affecting 4 properties in Township of Greene, Erie County.'),(41454,794,'_locations_7_description','field_5683f2b1dcba3'),(41455,794,'locations_8_location','a:3:{s:7:\"address\";s:21:\"42.067111, -80.103791\";s:3:\"lat\";s:10:\"42.0681078\";s:3:\"lng\";s:11:\"-80.1039467\";}'),(41456,794,'_locations_8_location','field_5683f288dcba1'),(41457,794,'locations_8_title','State Route 4012, Section A00 – Erie County – Millcreek, Roadway Widening'),(41458,794,'_locations_8_title','field_5683f2aadcba2'),(41459,794,'locations_8_image',''),(41460,794,'_locations_8_image','field_568439ed8109d'),(41461,794,'locations_8_description',''),(41462,794,'_locations_8_description','field_5683f2b1dcba3'),(41463,794,'locations_9_location','a:3:{s:7:\"address\";s:21:\"42.071262, -80.202530\";s:3:\"lat\";s:8:\"42.07139\";s:3:\"lng\";s:18:\"-80.20223699999997\";}'),(41464,794,'_locations_9_location','field_5683f288dcba1'),(41465,794,'locations_9_title','State Route 4016, Section L00 – Millfair Erie – Intersection and Roadway Improvements'),(41466,794,'_locations_9_title','field_5683f2aadcba2'),(41467,794,'locations_9_image',''),(41468,794,'_locations_9_image','field_568439ed8109d'),(41469,794,'locations_9_description',''),(41470,794,'_locations_9_description','field_5683f2b1dcba3'),(41471,794,'locations_10_location','a:3:{s:7:\"address\";s:21:\"42.150704, -80.005306\";s:3:\"lat\";s:10:\"42.1512609\";s:3:\"lng\";s:18:\"-80.00499430000002\";}'),(41472,794,'_locations_10_location','field_5683f288dcba1'),(41473,794,'locations_10_title','Nagle Road Bridge – Harborcreek – Bridge Replacement'),(41474,794,'_locations_10_title','field_5683f2aadcba2'),(41475,794,'locations_10_image','457'),(41476,794,'_locations_10_image','field_568439ed8109d'),(41477,794,'locations_10_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie Country.'),(41478,794,'_locations_10_description','field_5683f2b1dcba3'),(41479,794,'locations_11_location','a:3:{s:7:\"address\";s:21:\"41.731326, -80.143636\";s:3:\"lat\";s:10:\"41.7312678\";s:3:\"lng\";s:18:\"-80.14303139999998\";}'),(41480,794,'_locations_11_location','field_5683f288dcba1'),(41481,794,'locations_11_title','Peters Road Bridge – Woodcock Township'),(41482,794,'_locations_11_title','field_5683f2aadcba2'),(41483,794,'locations_11_image',''),(41484,794,'_locations_11_image','field_568439ed8109d'),(41485,794,'locations_11_description','This project is for bridge removal and a new railroad crossing and is affecting 5 properties in the Township of Woodcock, Crawford County.'),(41486,794,'_locations_11_description','field_5683f2b1dcba3'),(41487,794,'locations_12_location','a:3:{s:7:\"address\";s:21:\"42.074226, -80.182684\";s:3:\"lat\";s:10:\"42.0750544\";s:3:\"lng\";s:18:\"-80.18202980000001\";}'),(41488,794,'_locations_12_location','field_5683f288dcba1'),(41489,794,'locations_12_title','State Route 4009, Section A02 Erie'),(41490,794,'_locations_12_title','field_5683f2aadcba2'),(41491,794,'locations_12_image','780'),(41492,794,'_locations_12_image','field_568439ed8109d'),(41493,794,'locations_12_description','This project was for the realignment of Asbury Road and affected 14 properties in the Township of Millcreek, Erie County.'),(41494,794,'_locations_12_description','field_5683f2b1dcba3'),(41495,794,'locations_13_location','a:3:{s:7:\"address\";s:21:\"41.506210, -79.633939\";s:3:\"lat\";s:9:\"41.505463\";s:3:\"lng\";s:18:\"-79.63243899999998\";}'),(41496,794,'_locations_13_location','field_5683f288dcba1'),(41497,794,'locations_13_title','State Route 0227, Section B01, Venango County – Bridge Replacement'),(41498,794,'_locations_13_title','field_5683f2aadcba2'),(41499,794,'locations_13_image',''),(41500,794,'_locations_13_image','field_568439ed8109d'),(41501,794,'locations_13_description','This project is for a small bridge and is affecting 2 properties in the Township of Sugar Grove, Warren County.'),(41502,794,'_locations_13_description','field_5683f2b1dcba3'),(41503,794,'locations_14_location','a:3:{s:7:\"address\";s:21:\"42.160855, -79.978735\";s:3:\"lat\";s:9:\"42.160685\";s:3:\"lng\";s:10:\"-79.979015\";}'),(41504,794,'_locations_14_location','field_5683f288dcba1'),(41505,794,'locations_14_title','State Route 955, Section B00, Erie County – Bridge Replacement'),(41506,794,'_locations_14_title','field_5683f2aadcba2'),(41507,794,'locations_14_image','427'),(41508,794,'_locations_14_image','field_568439ed8109d'),(41509,794,'locations_14_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(41510,794,'_locations_14_description','field_5683f2b1dcba3'),(41511,794,'locations_15_location','a:3:{s:7:\"address\";s:21:\"42.166954, -79.961159\";s:3:\"lat\";s:9:\"42.167122\";s:3:\"lng\";s:10:\"-79.959048\";}'),(41512,794,'_locations_15_location','field_5683f288dcba1'),(41513,794,'locations_15_title','State Route 0955, Section B01, Erie Count – Bridge Replacement'),(41514,794,'_locations_15_title','field_5683f2aadcba2'),(41515,794,'locations_15_image','427'),(41516,794,'_locations_15_image','field_568439ed8109d'),(41517,794,'locations_15_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(41518,794,'_locations_15_description','field_5683f2b1dcba3'),(41519,794,'locations_16_location','a:3:{s:7:\"address\";s:21:\"41.470470, -80.335987\";s:3:\"lat\";s:10:\"41.4704425\";s:3:\"lng\";s:18:\"-80.33643310000002\";}'),(41520,794,'_locations_16_location','field_5683f288dcba1'),(41521,794,'locations_16_title','State Route 4021, Section B00, Mercer County – Bridge Replacement'),(41522,794,'_locations_16_title','field_5683f2aadcba2'),(41523,794,'locations_16_image','430'),(41524,794,'_locations_16_image','field_568439ed8109d'),(41525,794,'locations_16_description','This project was for a small bridge and affected 2 properties in the Township of Sugar Grove, Mercer County.'),(41526,794,'_locations_16_description','field_5683f2b1dcba3'),(41527,794,'locations_17_location','a:3:{s:7:\"address\";s:21:\"41.883264, -79.813068\";s:3:\"lat\";s:10:\"41.8827053\";s:3:\"lng\";s:18:\"-79.81425380000002\";}'),(41528,794,'_locations_17_location','field_5683f288dcba1'),(41529,794,'locations_17_title','State Route 2010, Section B01, Erie County'),(41530,794,'_locations_17_title','field_5683f2aadcba2'),(41531,794,'locations_17_image',''),(41532,794,'_locations_17_image','field_568439ed8109d'),(41533,794,'locations_17_description',''),(41534,794,'_locations_17_description','field_5683f2b1dcba3'),(41535,794,'locations_18_location','a:3:{s:7:\"address\";s:21:\"41.717397, -79.539631\";s:3:\"lat\";s:9:\"41.717376\";s:3:\"lng\";s:18:\"-79.53928450000001\";}'),(41536,794,'_locations_18_location','field_5683f288dcba1'),(41537,794,'locations_18_title','State Route 6100, Section 2B, Erie County – Bridge Replacement'),(41538,794,'_locations_18_title','field_5683f2aadcba2'),(41539,794,'locations_18_image',''),(41540,794,'_locations_18_image','field_568439ed8109d'),(41541,794,'locations_18_description',''),(41542,794,'_locations_18_description','field_5683f2b1dcba3'),(41543,794,'locations_19_location','a:3:{s:7:\"address\";s:21:\"41.897746, -80.157620\";s:3:\"lat\";s:9:\"41.897468\";s:3:\"lng\";s:18:\"-80.15661999999998\";}'),(41544,794,'_locations_19_location','field_5683f288dcba1'),(41545,794,'locations_19_title','State Route 3023, Section B00 – Edinboro PA - Bridge'),(41546,794,'_locations_19_title','field_5683f2aadcba2'),(41547,794,'locations_19_image',''),(41548,794,'_locations_19_image','field_568439ed8109d'),(41549,794,'locations_19_description',''),(41550,794,'_locations_19_description','field_5683f2b1dcba3'),(41551,794,'locations','20'),(41552,794,'_locations','field_5683f253a5dba'),(41553,795,'locations_0_location','a:3:{s:7:\"address\";s:21:\"42.136992, -80.068054\";s:3:\"lat\";s:9:\"42.137055\";s:3:\"lng\";s:11:\"-80.0681085\";}'),(41554,795,'_locations_0_location','field_5683f288dcba1'),(41555,795,'locations_0_title','State Route 4034, Section A50 Erie Bayfront – New Roadway Construction'),(41556,795,'_locations_0_title','field_5683f2aadcba2'),(41557,795,'locations_0_image',''),(41558,795,'_locations_0_image','field_568439ed8109d'),(41559,795,'locations_0_description','This project was for new road construction and affected 24 properties and resulted in the relocation of 12 residents and 3 businesses in the City of Erie, Erie County.'),(41560,795,'_locations_0_description','field_5683f2b1dcba3'),(41561,795,'locations_1_location','a:3:{s:7:\"address\";s:21:\"42.132253, -80.062521\";s:3:\"lat\";s:10:\"42.1317107\";s:3:\"lng\";s:18:\"-80.06192249999998\";}'),(41562,795,'_locations_1_location','field_5683f288dcba1'),(41563,795,'locations_1_title','State Route 4034, Section A51 Erie Bayfront – New Roadway Construction'),(41564,795,'_locations_1_title','field_5683f2aadcba2'),(41565,795,'locations_1_image','445'),(41566,795,'_locations_1_image','field_568439ed8109d'),(41567,795,'locations_1_description','This project was for new road construction and affected 25 properties and resulted in the relocation of 3 residents and 12 businesses in the City of Erie, Erie County.'),(41568,795,'_locations_1_description','field_5683f2b1dcba3'),(41569,795,'locations_2_location','a:3:{s:7:\"address\";s:21:\"42.123213, -79.980684\";s:3:\"lat\";s:17:\"42.12319309999999\";s:3:\"lng\";s:18:\"-79.98069599999997\";}'),(41570,795,'_locations_2_location','field_5683f288dcba1'),(41571,795,'locations_2_title','State Route 4034, Section A90 Bayfront Station Road – New Roadway Construction'),(41572,795,'_locations_2_title','field_5683f2aadcba2'),(41573,795,'locations_2_image','448'),(41574,795,'_locations_2_image','field_568439ed8109d'),(41575,795,'locations_2_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie County.'),(41576,795,'_locations_2_description','field_5683f2b1dcba3'),(41577,795,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.157606, -80.225857\";s:3:\"lat\";s:10:\"41.1576048\";s:3:\"lng\";s:11:\"-80.2258668\";}'),(41578,795,'_locations_3_location','field_5683f288dcba1'),(41579,795,'locations_3_title','Iron Bridge – State Route 0019, B04 – Bridge Replacement'),(41580,795,'_locations_3_title','field_5683f2aadcba2'),(41581,795,'locations_3_image','450'),(41582,795,'_locations_3_image','field_568439ed8109d'),(41583,795,'locations_3_description','This project was for a mid-sized bridge replacement and affected 8 properties in the Township of Springfield, Mercer County.'),(41584,795,'_locations_3_description','field_5683f2b1dcba3'),(41585,795,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.157502, -80.225829\";s:3:\"lat\";s:10:\"41.1575001\";s:3:\"lng\";s:11:\"-80.2258445\";}'),(41586,795,'_locations_4_location','field_5683f288dcba1'),(41587,795,'locations_4_title','State Route 0062, Section A02G, Sharon – Roadway Widening'),(41588,795,'_locations_4_title','field_5683f2aadcba2'),(41589,795,'locations_4_image','452'),(41590,795,'_locations_4_image','field_568439ed8109d'),(41591,795,'locations_4_description','This project was for a road widening and affected 12 properties and resulted in the relocation of 2 residents and 4 businesses in the Cities of Sharon and Farrell, Mercer County.'),(41592,795,'_locations_4_description','field_5683f2b1dcba3'),(41593,795,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.203515, -80.500030\";s:3:\"lat\";s:10:\"41.2035162\";s:3:\"lng\";s:18:\"-80.50022580000001\";}'),(41594,795,'_locations_5_location','field_5683f288dcba1'),(41595,795,'locations_5_title','State Route 0062, Section A02, Sharon – Roadway Widening'),(41596,795,'_locations_5_title','field_5683f2aadcba2'),(41597,795,'locations_5_image',''),(41598,795,'_locations_5_image','field_568439ed8109d'),(41599,795,'locations_5_description','This project is for roadway widening and intersection improvements and is affecting over 100 properties and resulting in the relocation of 2 residents and 2 businesses in the Cities of Sharon and Farrell, and the Borough of West Wheatland, Mercer County.'),(41600,795,'_locations_5_description','field_5683f2b1dcba3'),(41601,795,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.174312, -80.459088\";s:3:\"lat\";s:9:\"41.174248\";s:3:\"lng\";s:18:\"-80.45922139999999\";}'),(41602,795,'_locations_6_location','field_5683f288dcba1'),(41603,795,'locations_6_title','State Route 318, Section B00 – West Middlesex – Bridge Replacement'),(41604,795,'_locations_6_title','field_5683f2aadcba2'),(41605,795,'locations_6_image',''),(41606,795,'_locations_6_image','field_568439ed8109d'),(41607,795,'locations_6_description','This project is for a large bridge replacement spanning the Shenango River and is affecting 23 properties in the Borough of West Middlesex, Mercer County.'),(41608,795,'_locations_6_description','field_5683f2b1dcba3'),(41609,795,'locations_7_location','a:3:{s:7:\"address\";s:21:\"42.101392, -79.988518\";s:3:\"lat\";s:10:\"42.1009699\";s:3:\"lng\";s:18:\"-79.98816999999997\";}'),(41610,795,'_locations_7_location','field_5683f288dcba1'),(41611,795,'locations_7_title','Township Road T609, Section S000 - Kane Hill Road Bridge – Erie County (LOCAL)'),(41612,795,'_locations_7_title','field_5683f2aadcba2'),(41613,795,'locations_7_image','461'),(41614,795,'_locations_7_image','field_568439ed8109d'),(41615,795,'locations_7_description','This project is for a bridge replacement and is affecting 4 properties in Township of Greene, Erie County.'),(41616,795,'_locations_7_description','field_5683f2b1dcba3'),(41617,795,'locations_8_location','a:3:{s:7:\"address\";s:21:\"42.067111, -80.103791\";s:3:\"lat\";s:10:\"42.0681078\";s:3:\"lng\";s:11:\"-80.1039467\";}'),(41618,795,'_locations_8_location','field_5683f288dcba1'),(41619,795,'locations_8_title','State Route 4012, Section A00 – Erie County – Millcreek, Roadway Widening'),(41620,795,'_locations_8_title','field_5683f2aadcba2'),(41621,795,'locations_8_image',''),(41622,795,'_locations_8_image','field_568439ed8109d'),(41623,795,'locations_8_description',''),(41624,795,'_locations_8_description','field_5683f2b1dcba3'),(41625,795,'locations_9_location','a:3:{s:7:\"address\";s:21:\"42.071262, -80.202530\";s:3:\"lat\";s:8:\"42.07139\";s:3:\"lng\";s:18:\"-80.20223699999997\";}'),(41626,795,'_locations_9_location','field_5683f288dcba1'),(41627,795,'locations_9_title','State Route 4016, Section L00 – Millfair Erie – Intersection and Roadway Improvements'),(41628,795,'_locations_9_title','field_5683f2aadcba2'),(41629,795,'locations_9_image',''),(41630,795,'_locations_9_image','field_568439ed8109d'),(41631,795,'locations_9_description',''),(41632,795,'_locations_9_description','field_5683f2b1dcba3'),(41633,795,'locations_10_location','a:3:{s:7:\"address\";s:21:\"42.150704, -80.005306\";s:3:\"lat\";s:10:\"42.1512609\";s:3:\"lng\";s:18:\"-80.00499430000002\";}'),(41634,795,'_locations_10_location','field_5683f288dcba1'),(41635,795,'locations_10_title','Nagle Road Bridge – Harborcreek – Bridge Replacement'),(41636,795,'_locations_10_title','field_5683f2aadcba2'),(41637,795,'locations_10_image','457'),(41638,795,'_locations_10_image','field_568439ed8109d'),(41639,795,'locations_10_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie Country.'),(41640,795,'_locations_10_description','field_5683f2b1dcba3'),(41641,795,'locations_11_location','a:3:{s:7:\"address\";s:21:\"41.731326, -80.143636\";s:3:\"lat\";s:10:\"41.7312678\";s:3:\"lng\";s:18:\"-80.14303139999998\";}'),(41642,795,'_locations_11_location','field_5683f288dcba1'),(41643,795,'locations_11_title','Peters Road Bridge – Woodcock Township'),(41644,795,'_locations_11_title','field_5683f2aadcba2'),(41645,795,'locations_11_image',''),(41646,795,'_locations_11_image','field_568439ed8109d'),(41647,795,'locations_11_description','This project is for bridge removal and a new railroad crossing and is affecting 5 properties in the Township of Woodcock, Crawford County.'),(41648,795,'_locations_11_description','field_5683f2b1dcba3'),(41649,795,'locations_12_location','a:3:{s:7:\"address\";s:21:\"42.074226, -80.182684\";s:3:\"lat\";s:10:\"42.0750544\";s:3:\"lng\";s:18:\"-80.18202980000001\";}'),(41650,795,'_locations_12_location','field_5683f288dcba1'),(41651,795,'locations_12_title','State Route 4009, Section A02 Erie'),(41652,795,'_locations_12_title','field_5683f2aadcba2'),(41653,795,'locations_12_image','780'),(41654,795,'_locations_12_image','field_568439ed8109d'),(41655,795,'locations_12_description','This project was for the realignment of Asbury Road and affected 14 properties in the Township of Millcreek, Erie County.'),(41656,795,'_locations_12_description','field_5683f2b1dcba3'),(41657,795,'locations_13_location','a:3:{s:7:\"address\";s:21:\"41.506210, -79.633939\";s:3:\"lat\";s:9:\"41.505463\";s:3:\"lng\";s:18:\"-79.63243899999998\";}'),(41658,795,'_locations_13_location','field_5683f288dcba1'),(41659,795,'locations_13_title','State Route 0227, Section B01, Venango County – Bridge Replacement'),(41660,795,'_locations_13_title','field_5683f2aadcba2'),(41661,795,'locations_13_image',''),(41662,795,'_locations_13_image','field_568439ed8109d'),(41663,795,'locations_13_description','This project is for a small bridge and is affecting 2 properties in the Township of Sugar Grove, Warren County.'),(41664,795,'_locations_13_description','field_5683f2b1dcba3'),(41665,795,'locations_14_location','a:3:{s:7:\"address\";s:21:\"42.160855, -79.978735\";s:3:\"lat\";s:9:\"42.160685\";s:3:\"lng\";s:10:\"-79.979015\";}'),(41666,795,'_locations_14_location','field_5683f288dcba1'),(41667,795,'locations_14_title','State Route 955, Section B00, Erie County – Bridge Replacement'),(41668,795,'_locations_14_title','field_5683f2aadcba2'),(41669,795,'locations_14_image','427'),(41670,795,'_locations_14_image','field_568439ed8109d'),(41671,795,'locations_14_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(41672,795,'_locations_14_description','field_5683f2b1dcba3'),(41673,795,'locations_15_location','a:3:{s:7:\"address\";s:21:\"42.166954, -79.961159\";s:3:\"lat\";s:9:\"42.167122\";s:3:\"lng\";s:10:\"-79.959048\";}'),(41674,795,'_locations_15_location','field_5683f288dcba1'),(41675,795,'locations_15_title','State Route 0955, Section B01, Erie Count – Bridge Replacement'),(41676,795,'_locations_15_title','field_5683f2aadcba2'),(41677,795,'locations_15_image','427'),(41678,795,'_locations_15_image','field_568439ed8109d'),(41679,795,'locations_15_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(41680,795,'_locations_15_description','field_5683f2b1dcba3'),(41681,795,'locations_16_location','a:3:{s:7:\"address\";s:21:\"41.470470, -80.335987\";s:3:\"lat\";s:10:\"41.4704425\";s:3:\"lng\";s:18:\"-80.33643310000002\";}'),(41682,795,'_locations_16_location','field_5683f288dcba1'),(41683,795,'locations_16_title','State Route 4021, Section B00, Mercer County – Bridge Replacement'),(41684,795,'_locations_16_title','field_5683f2aadcba2'),(41685,795,'locations_16_image','430'),(41686,795,'_locations_16_image','field_568439ed8109d'),(41687,795,'locations_16_description','This project was for a small bridge and affected 2 properties in the Township of Sugar Grove, Mercer County.'),(41688,795,'_locations_16_description','field_5683f2b1dcba3'),(41689,795,'locations_17_location','a:3:{s:7:\"address\";s:21:\"41.883264, -79.813068\";s:3:\"lat\";s:10:\"41.8827053\";s:3:\"lng\";s:18:\"-79.81425380000002\";}'),(41690,795,'_locations_17_location','field_5683f288dcba1'),(41691,795,'locations_17_title','State Route 2010, Section B01, Erie County'),(41692,795,'_locations_17_title','field_5683f2aadcba2'),(41693,795,'locations_17_image',''),(41694,795,'_locations_17_image','field_568439ed8109d'),(41695,795,'locations_17_description',''),(41696,795,'_locations_17_description','field_5683f2b1dcba3'),(41697,795,'locations_18_location','a:3:{s:7:\"address\";s:21:\"41.717397, -79.539631\";s:3:\"lat\";s:9:\"41.717376\";s:3:\"lng\";s:18:\"-79.53928450000001\";}'),(41698,795,'_locations_18_location','field_5683f288dcba1'),(41699,795,'locations_18_title','State Route 6100, Section 2B, Erie County – Bridge Replacement'),(41700,795,'_locations_18_title','field_5683f2aadcba2'),(41701,795,'locations_18_image',''),(41702,795,'_locations_18_image','field_568439ed8109d'),(41703,795,'locations_18_description',''),(41704,795,'_locations_18_description','field_5683f2b1dcba3'),(41705,795,'locations_19_location','a:3:{s:7:\"address\";s:21:\"41.897746, -80.157620\";s:3:\"lat\";s:9:\"41.897468\";s:3:\"lng\";s:18:\"-80.15661999999998\";}'),(41706,795,'_locations_19_location','field_5683f288dcba1'),(41707,795,'locations_19_title','State Route 3023, Section B00 – Edinboro PA - Bridge'),(41708,795,'_locations_19_title','field_5683f2aadcba2'),(41709,795,'locations_19_image',''),(41710,795,'_locations_19_image','field_568439ed8109d'),(41711,795,'locations_19_description',''),(41712,795,'_locations_19_description','field_5683f2b1dcba3'),(41713,795,'locations','20'),(41714,795,'_locations','field_5683f253a5dba'),(41715,796,'locations_0_location','a:3:{s:7:\"address\";s:21:\"41.931099, -78.647957\";s:3:\"lat\";s:10:\"41.9318097\";s:3:\"lng\";s:18:\"-78.64843759999997\";}'),(41716,796,'_locations_0_location','field_5683f288dcba1'),(41717,796,'locations_0_title','219 C08 – Bradford'),(41718,796,'_locations_0_title','field_5683f2aadcba2'),(41719,796,'locations_0_image','434'),(41720,796,'_locations_0_image','field_568439ed8109d'),(41721,796,'locations_0_description','This project was for an interchange project and affected 7 properties in the City of Bradford, McKean County.'),(41722,796,'_locations_0_description','field_5683f2b1dcba3'),(41723,796,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.484822, -78.674813\";s:3:\"lat\";s:10:\"41.4850408\";s:3:\"lng\";s:18:\"-78.67406919999996\";}'),(41724,796,'_locations_1_location','field_5683f288dcba1'),(41725,796,'locations_1_title','Johnsonburg Bypass – 219 C10 and D10'),(41726,796,'_locations_1_title','field_5683f2aadcba2'),(41727,796,'locations_1_image','437'),(41728,796,'_locations_1_image','field_568439ed8109d'),(41729,796,'locations_1_description','This project is for a new bridge and bypass construction to alleviate congestion and is affecting 32 properties and resulting in the relocation of 1 resident in the Borough of Johnsonburg, Elk County.'),(41730,796,'_locations_1_description','field_5683f2b1dcba3'),(41731,796,'locations_2_location','a:3:{s:7:\"address\";s:21:\"41.821385, -78.286205\";s:3:\"lat\";s:10:\"41.8213012\";s:3:\"lng\";s:18:\"-78.28613200000001\";}'),(41732,796,'_locations_2_location','field_5683f288dcba1'),(41733,796,'locations_2_title','0006 – A02'),(41734,796,'_locations_2_title','field_5683f2aadcba2'),(41735,796,'locations_2_image','441'),(41736,796,'_locations_2_image','field_568439ed8109d'),(41737,796,'locations_2_description','This project was for a bridge replacement and roadway realignment and affected 24 properties in the Borough of Port Alleghany, McKean County.'),(41738,796,'_locations_2_description','field_5683f2b1dcba3'),(41739,796,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.820699, -78.298296\";s:3:\"lat\";s:9:\"41.821552\";s:3:\"lng\";s:18:\"-78.29956449999997\";}'),(41740,796,'_locations_3_location','field_5683f288dcba1'),(41741,796,'locations_3_title','0006 – A03'),(41742,796,'_locations_3_title','field_5683f2aadcba2'),(41743,796,'locations_3_image','441'),(41744,796,'_locations_3_image','field_568439ed8109d'),(41745,796,'locations_3_description','This project was for a bridge replacement and roadway realignment and affected 24 properties in the Borough of Port Alleghany, McKean County.'),(41746,796,'_locations_3_description','field_5683f2b1dcba3'),(41747,796,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.727093, -78.940621\";s:3:\"lat\";s:10:\"41.7270901\";s:3:\"lng\";s:18:\"-78.94062400000001\";}'),(41748,796,'_locations_4_location','field_5683f288dcba1'),(41749,796,'locations_4_title','Center Avenue Bridge – Hamilton Township'),(41750,796,'_locations_4_title','field_5683f2aadcba2'),(41751,796,'locations_4_image','439'),(41752,796,'_locations_4_image','field_568439ed8109d'),(41753,796,'locations_4_description','This project was for a small bridge replacement and affected 7 properties in the Township of Hamilton, McKean County.'),(41754,796,'_locations_4_description','field_5683f2b1dcba3'),(41755,796,'locations','5'),(41756,796,'_locations','field_5683f253a5dba'),(41757,797,'locations','0'),(41758,797,'_locations','field_5683f253a5dba'),(41759,798,'locations_0_location','a:3:{s:7:\"address\";s:21:\"41.564217, -76.059027\";s:3:\"lat\";s:10:\"41.5633759\";s:3:\"lng\";s:18:\"-76.06040280000002\";}'),(41760,798,'_locations_0_location','field_5683f288dcba1'),(41761,798,'locations_0_title','3003 – 773 – Mehoopany'),(41762,798,'_locations_0_title','field_5683f2aadcba2'),(41763,798,'locations_0_image','463'),(41764,798,'_locations_0_image','field_568439ed8109d'),(41765,798,'locations_0_description','This project is for a mid-sized bridge replacement and roadway alignment and is affecting 10 properties and resulting in the relocation of 1 resident in the Township of Mehoopany, Wyoming County.'),(41766,798,'_locations_0_description','field_5683f2b1dcba3'),(41767,798,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.558172, -75.756456\";s:3:\"lat\";s:10:\"41.5550934\";s:3:\"lng\";s:18:\"-75.75364639999998\";}'),(41768,798,'_locations_1_location','field_5683f288dcba1'),(41769,798,'locations_1_title','SR0006, Section 214'),(41770,798,'_locations_1_title','field_5683f2aadcba2'),(41771,798,'locations_1_image',''),(41772,798,'_locations_1_image','field_568439ed8109d'),(41773,798,'locations_1_description','This project is for lane reconfiguration, intersection improvements, and drainage improvements and is affecting 34 parcels in the municipalities of Clinton, La Plume, Glenburn, South Abington, Factoryville, and Dalton, Lackawanna and Wyoming Counties.'),(41774,798,'_locations_1_description','field_5683f2b1dcba3'),(41775,798,'locations_2_location','a:3:{s:7:\"address\";s:21:\"41.558109, -75.756371\";s:3:\"lat\";s:10:\"41.5581464\";s:3:\"lng\";s:11:\"-75.7562883\";}'),(41776,798,'_locations_2_location','field_5683f288dcba1'),(41777,798,'locations_2_title','SR0415, 303'),(41778,798,'_locations_2_title','field_5683f2aadcba2'),(41779,798,'locations_2_image',''),(41780,798,'_locations_2_image','field_568439ed8109d'),(41781,798,'locations_2_description','This project is for a roadway realignment and is affecting 15 properties in the Township of Dallas, Luzerne County.'),(41782,798,'_locations_2_description','field_5683f2b1dcba3'),(41783,798,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.344964, -75.960057\";s:3:\"lat\";s:9:\"41.345173\";s:3:\"lng\";s:18:\"-75.96029190000002\";}'),(41784,798,'_locations_3_location','field_5683f288dcba1'),(41785,798,'locations_3_title','SR0309, 330'),(41786,798,'_locations_3_title','field_5683f2aadcba2'),(41787,798,'locations_3_image',''),(41788,798,'_locations_3_image','field_568439ed8109d'),(41789,798,'locations_3_description','This project is for roadway relocation and intersection realignment and is affecting 8 properties in the Township of Dallas, Luzerne County.'),(41790,798,'_locations_3_description','field_5683f2b1dcba3'),(41791,798,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.490658, -75.551795\";s:3:\"lat\";s:10:\"41.4905565\";s:3:\"lng\";s:18:\"-75.55236930000001\";}'),(41792,798,'_locations_4_location','field_5683f288dcba1'),(41793,798,'locations_4_title','SR1012, 202'),(41794,798,'_locations_4_title','field_5683f2aadcba2'),(41795,798,'locations_4_image',''),(41796,798,'_locations_4_image','field_568439ed8109d'),(41797,798,'locations_4_description',''),(41798,798,'_locations_4_description','field_5683f2b1dcba3'),(41799,798,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.872160, -75.730199\";s:3:\"lat\";s:17:\"41.87217649999999\";s:3:\"lng\";s:11:\"-75.7301933\";}'),(41800,798,'_locations_5_location','field_5683f288dcba1'),(41801,798,'locations_5_title','SR1016, 571'),(41802,798,'_locations_5_title','field_5683f2aadcba2'),(41803,798,'locations_5_image',''),(41804,798,'_locations_5_image','field_568439ed8109d'),(41805,798,'locations_5_description','This project is for bridge replacement and intersection improvement and is affecting 7 properties in the Borough of New Milford, Susquehanna County.'),(41806,798,'_locations_5_description','field_5683f2b1dcba3'),(41807,798,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.359132, -75.494434\";s:3:\"lat\";s:9:\"41.359067\";s:3:\"lng\";s:18:\"-75.49490600000001\";}'),(41808,798,'_locations_6_location','field_5683f288dcba1'),(41809,798,'locations_6_title','SR2004, 250'),(41810,798,'_locations_6_title','field_5683f2aadcba2'),(41811,798,'locations_6_image',''),(41812,798,'_locations_6_image','field_568439ed8109d'),(41813,798,'locations_6_description','This project is for a flood project and is affecting 5 properties in the Township of Covington, Lackawanna County.'),(41814,798,'_locations_6_description','field_5683f2b1dcba3'),(41815,798,'locations_7_location','a:3:{s:7:\"address\";s:21:\"41.359135, -75.494447\";s:3:\"lat\";s:9:\"41.359067\";s:3:\"lng\";s:18:\"-75.49490600000001\";}'),(41816,798,'_locations_7_location','field_5683f288dcba1'),(41817,798,'locations_7_title','SR2004, 250'),(41818,798,'_locations_7_title','field_5683f2aadcba2'),(41819,798,'locations_7_image',''),(41820,798,'_locations_7_image','field_568439ed8109d'),(41821,798,'locations_7_description','This project is for reconstruction and is affecting 4 properties in the Township of Madison, Lackawanna County.'),(41822,798,'_locations_7_description','field_5683f2b1dcba3'),(41823,798,'locations_8_location','a:3:{s:7:\"address\";s:21:\"41.317135, -75.551164\";s:3:\"lat\";s:10:\"41.3171963\";s:3:\"lng\";s:18:\"-75.55109429999999\";}'),(41824,798,'_locations_8_location','field_5683f288dcba1'),(41825,798,'locations_8_title','Daleville Stockpile'),(41826,798,'_locations_8_title','field_5683f2aadcba2'),(41827,798,'locations_8_image',''),(41828,798,'_locations_8_image','field_568439ed8109d'),(41829,798,'locations_8_description','This project is for a flood project and is affecting 5 properties in the Township of Covington, Lackawanna County.'),(41830,798,'_locations_8_description','field_5683f2b1dcba3'),(41831,798,'locations_9_location','a:3:{s:7:\"address\";s:21:\"41.266081, -76.291267\";s:3:\"lat\";s:10:\"41.2668817\";s:3:\"lng\";s:18:\"-76.29025159999998\";}'),(41832,798,'_locations_9_location','field_5683f288dcba1'),(41833,798,'locations_9_title','Luzerne County Brish'),(41834,798,'_locations_9_title','field_5683f2aadcba2'),(41835,798,'locations_9_image',''),(41836,798,'_locations_9_image','field_568439ed8109d'),(41837,798,'locations_9_description',''),(41838,798,'_locations_9_description','field_5683f2b1dcba3'),(41839,798,'locations_10_location','a:3:{s:7:\"address\";s:21:\"41.294579, -75.947686\";s:3:\"lat\";s:10:\"41.2945835\";s:3:\"lng\";s:18:\"-75.94770040000003\";}'),(41840,798,'_locations_10_location','field_5683f288dcba1'),(41841,798,'locations_10_title','Luzerne County Browns Creek 12'),(41842,798,'_locations_10_title','field_5683f2aadcba2'),(41843,798,'locations_10_image',''),(41844,798,'_locations_10_image','field_568439ed8109d'),(41845,798,'locations_10_description',''),(41846,798,'_locations_10_description','field_5683f2b1dcba3'),(41847,798,'locations_11_location','a:3:{s:7:\"address\";s:21:\"41.289499, -75.955916\";s:3:\"lat\";s:9:\"41.288856\";s:3:\"lng\";s:9:\"-75.95745\";}'),(41848,798,'_locations_11_location','field_5683f288dcba1'),(41849,798,'locations_11_title','Luzerne County Browns Creek 13'),(41850,798,'_locations_11_title','field_5683f2aadcba2'),(41851,798,'locations_11_image',''),(41852,798,'_locations_11_image','field_568439ed8109d'),(41853,798,'locations_11_description',''),(41854,798,'_locations_11_description','field_5683f2b1dcba3'),(41855,798,'locations_12_location','a:3:{s:7:\"address\";s:21:\"41.130388, -75.625973\";s:3:\"lat\";s:17:\"41.13012380000001\";s:3:\"lng\";s:18:\"-75.62548429999998\";}'),(41856,798,'_locations_12_location','field_5683f288dcba1'),(41857,798,'locations_12_title','State Route 115, Section 371 – E09080, Monroe and Luzerne – Bridge Replacement'),(41858,798,'_locations_12_title','field_5683f2aadcba2'),(41859,798,'locations_12_image','511'),(41860,798,'_locations_12_image','field_568439ed8109d'),(41861,798,'locations_12_description','This project was for a small bridge and affected 2 properties in the Townships of Bucks and Tobyhanna, Luzerne and Monroe Counties.'),(41862,798,'_locations_12_description','field_5683f2b1dcba3'),(41863,798,'locations_13_location','a:3:{s:7:\"address\";s:21:\"41.518613, -75.322306\";s:3:\"lat\";s:8:\"41.51691\";s:3:\"lng\";s:18:\"-75.32142599999997\";}'),(41864,798,'_locations_13_location','field_5683f288dcba1'),(41865,798,'locations_13_title','State Route 3037, Section 650 – E83054 - in Wayne County – Bridge Replacement'),(41866,798,'_locations_13_title','field_5683f2aadcba2'),(41867,798,'locations_13_image',''),(41868,798,'_locations_13_image','field_568439ed8109d'),(41869,798,'locations_13_description','This project is for a small bridge project and is affecting 2 properties in the Township of Cherry Ridge, Wayne County.'),(41870,798,'_locations_13_description','field_5683f2b1dcba3'),(41871,798,'locations_14_location','a:3:{s:7:\"address\";s:21:\"41.221166, -76.015002\";s:3:\"lat\";s:10:\"41.2211475\";s:3:\"lng\";s:18:\"-76.01497369999998\";}'),(41872,798,'_locations_14_location','field_5683f288dcba1'),(41873,798,'locations_14_title','State Route 0011, Section 353 – E08899 - in Luzerne County – Bridge Replacement'),(41874,798,'_locations_14_title','field_5683f2aadcba2'),(41875,798,'locations_14_image','515'),(41876,798,'_locations_14_image','field_568439ed8109d'),(41877,798,'locations_14_description','This project was for a small bridge and affected 4 properties in the Township of Plymouth, Luzerne County.'),(41878,798,'_locations_14_description','field_5683f2b1dcba3'),(41879,798,'locations_15_location','a:3:{s:7:\"address\";s:21:\"41.280778, -75.895555\";s:3:\"lat\";s:9:\"41.279748\";s:3:\"lng\";s:18:\"-75.89788499999997\";}'),(41880,798,'_locations_15_location','field_5683f288dcba1'),(41881,798,'locations_15_title','State Route 1054, Section 370 – E56699 in Luzerne County – Bridge Replacement'),(41882,798,'_locations_15_title','field_5683f2aadcba2'),(41883,798,'locations_15_image','518'),(41884,798,'_locations_15_image','field_568439ed8109d'),(41885,798,'locations_15_description','This project was for a small bridge and affected 3 properties in the Borough of Luzerne, Luzerne County.'),(41886,798,'_locations_15_description','field_5683f2b1dcba3'),(41887,798,'locations_16_location','a:3:{s:7:\"address\";s:21:\"41.989313, -75.423747\";s:3:\"lat\";s:9:\"41.989307\";s:3:\"lng\";s:18:\"-75.42374489999997\";}'),(41888,798,'_locations_16_location','field_5683f288dcba1'),(41889,798,'locations_16_title','State Route 4043 over Sherman – E56754 in Wayne County, Scott Twp. – Bridge Replacement'),(41890,798,'_locations_16_title','field_5683f2aadcba2'),(41891,798,'locations_16_image',''),(41892,798,'_locations_16_image','field_568439ed8109d'),(41893,798,'locations_16_description','This project is for a small bridge and is affecting 4 properties in the Township of Scott, Wayne County.'),(41894,798,'_locations_16_description','field_5683f2b1dcba3'),(41895,798,'locations_17_location','a:3:{s:7:\"address\";s:21:\"41.283610, -75.780138\";s:3:\"lat\";s:9:\"41.284705\";s:3:\"lng\";s:18:\"-75.77986499999997\";}'),(41896,798,'_locations_17_location','field_5683f288dcba1'),(41897,798,'locations_17_title','State Route 2039, Section 370 – E08867 in Luzerne County – Bridge Reeplacement'),(41898,798,'_locations_17_title','field_5683f2aadcba2'),(41899,798,'locations_17_image','521'),(41900,798,'_locations_17_image','field_568439ed8109d'),(41901,798,'locations_17_description','This project was for a small bridge and affected 3 properties in the Township of Jenkins, Luzerne County.'),(41902,798,'_locations_17_description','field_5683f2b1dcba3'),(41903,798,'locations_18_location','a:3:{s:7:\"address\";s:21:\"41.243054, -75.934914\";s:3:\"lat\";s:10:\"41.2430407\";s:3:\"lng\";s:18:\"-75.93489540000002\";}'),(41904,798,'_locations_18_location','field_5683f288dcba1'),(41905,798,'locations_18_title','State Route 2067, Section 370 – E08743 in Luzerne County, Plymouth Boro – Bridge Replacement'),(41906,798,'_locations_18_title','field_5683f2aadcba2'),(41907,798,'locations_18_image',''),(41908,798,'_locations_18_image','field_568439ed8109d'),(41909,798,'locations_18_description','This project is for a small bridge and is affecting 3 properties in the Township of Plymouth, Luzerne County.'),(41910,798,'_locations_18_description','field_5683f2b1dcba3'),(41911,798,'locations_19_location','a:3:{s:7:\"address\";s:21:\"41.592388, -75.858530\";s:3:\"lat\";s:10:\"41.5924082\";s:3:\"lng\";s:18:\"-75.85857759999999\";}'),(41912,798,'_locations_19_location','field_5683f288dcba1'),(41913,798,'locations_19_title','State Route 1010, Section 770 – E68803 in Clinton and Wyoming? – Bridge Replacement'),(41914,798,'_locations_19_title','field_5683f2aadcba2'),(41915,798,'locations_19_image','524'),(41916,798,'_locations_19_image','field_568439ed8109d'),(41917,798,'locations_19_description','This project is for a small bridge and is affecting 3 properties in the Township of Clinton, Wyoming County.'),(41918,798,'_locations_19_description','field_5683f2b1dcba3'),(41919,798,'locations_20_location','a:3:{s:7:\"address\";s:21:\"41.413861, -75.487693\";s:3:\"lat\";s:17:\"41.41387590000001\";s:3:\"lng\";s:11:\"-75.4876964\";}'),(41920,798,'_locations_20_location','field_5683f288dcba1'),(41921,798,'locations_20_title','State Route 348, Section 250 – E67196 in Lackawanna, Jefferson Township – Bridge '),(41922,798,'_locations_20_title','field_5683f2aadcba2'),(41923,798,'locations_20_image',''),(41924,798,'_locations_20_image','field_568439ed8109d'),(41925,798,'locations_20_description','This project is for a small bridge and is affecting 2 properties in the Township of Jefferson, Lackawanna County.'),(41926,798,'_locations_20_description','field_5683f2b1dcba3'),(41927,798,'locations_21_location','a:3:{s:7:\"address\";s:21:\"41.536054, -75.777392\";s:3:\"lat\";s:10:\"41.5378938\";s:3:\"lng\";s:18:\"-75.77944389999999\";}'),(41928,798,'_locations_21_location','field_5683f288dcba1'),(41929,798,'locations_21_title','State Route 4018, Section 250 – E67235 in Lackawanna – Bridge Replacement'),(41930,798,'_locations_21_title','field_5683f2aadcba2'),(41931,798,'locations_21_image',''),(41932,798,'_locations_21_image','field_568439ed8109d'),(41933,798,'locations_21_description','This project is for a small bridge is affecting 2 properties in the Township of West Abington, Lackawanna County.'),(41934,798,'_locations_21_description','field_5683f2b1dcba3'),(41935,798,'locations_22_location','a:3:{s:7:\"address\";s:21:\"41.393109, -75.818332\";s:3:\"lat\";s:10:\"41.3931108\";s:3:\"lng\";s:18:\"-75.81833080000001\";}'),(41936,798,'_locations_22_location','field_5683f288dcba1'),(41937,798,'locations_22_title','State Route 3005 Over Gardeners Creek – E08181 – Lackawanna (ransom twp) – Bridge'),(41938,798,'_locations_22_title','field_5683f2aadcba2'),(41939,798,'locations_22_image',''),(41940,798,'_locations_22_image','field_568439ed8109d'),(41941,798,'locations_22_description','This project is for a small bridge and is affecting 4 properties in the township of Ransom, Lackawanna County.'),(41942,798,'_locations_22_description','field_5683f2b1dcba3'),(41943,798,'locations_23_location','a:3:{s:7:\"address\";s:21:\"41.599889, -75.266112\";s:3:\"lat\";s:9:\"41.599538\";s:3:\"lng\";s:18:\"-75.26654400000001\";}'),(41944,798,'_locations_23_location','field_5683f288dcba1'),(41945,798,'locations_23_title','State Route 4006, Section 650 over dyberry – E83952 – Dyberry Township, Wayne County, Bridge'),(41946,798,'_locations_23_title','field_5683f2aadcba2'),(41947,798,'locations_23_image',''),(41948,798,'_locations_23_image','field_568439ed8109d'),(41949,798,'locations_23_description','This project is for a small bridge and is affecting 2 properties in the Township of Dyberry, Wayne County.'),(41950,798,'_locations_23_description','field_5683f2b1dcba3'),(41951,798,'locations_24_location','a:3:{s:7:\"address\";s:21:\"41.978611, -75.500110\";s:3:\"lat\";s:10:\"41.9758809\";s:3:\"lng\";s:18:\"-75.50041479999999\";}'),(41952,798,'_locations_24_location','field_5683f288dcba1'),(41953,798,'locations_24_title','State Route 1011, Section 552 Over Deep Hollow Susquehanna County – E83952 – Bridge'),(41954,798,'_locations_24_title','field_5683f2aadcba2'),(41955,798,'locations_24_image',''),(41956,798,'_locations_24_image','field_568439ed8109d'),(41957,798,'locations_24_description','This project is for bridge replacement and intersection improvement and is affecting 7 properties in Borough of New Milford, Susquehanna County.'),(41958,798,'_locations_24_description','field_5683f2b1dcba3'),(41959,798,'locations_25_location','a:3:{s:7:\"address\";s:21:\"41.607443, -76.131722\";s:3:\"lat\";s:17:\"41.60742339999999\";s:3:\"lng\";s:18:\"-76.13179359999998\";}'),(41960,798,'_locations_25_location','field_5683f288dcba1'),(41961,798,'locations_25_title','State Route 3001, Section 774 – E69221 Wyoming County, Wyndham Twp – Bridge'),(41962,798,'_locations_25_title','field_5683f2aadcba2'),(41963,798,'locations_25_image',''),(41964,798,'_locations_25_image','field_568439ed8109d'),(41965,798,'locations_25_description','This project is for a bridge and is affecting 1 parcel in the Township of Windham, Wyoming County.'),(41966,798,'_locations_25_description','field_5683f2b1dcba3'),(41967,798,'locations_26_location','a:3:{s:7:\"address\";s:21:\"40.974082, -76.184973\";s:3:\"lat\";s:9:\"40.970843\";s:3:\"lng\";s:18:\"-76.18496700000003\";}'),(41968,798,'_locations_26_location','field_5683f288dcba1'),(41969,798,'locations_26_title','State Route 3020, Section 350 over Black Creek – E09015, Black Creek Twp – Bridge'),(41970,798,'_locations_26_title','field_5683f2aadcba2'),(41971,798,'locations_26_image',''),(41972,798,'_locations_26_image','field_568439ed8109d'),(41973,798,'locations_26_description','This project is for construction on a small bridge and is affecting 3 properties in the Township of Black Creek, Luzerne County.'),(41974,798,'_locations_26_description','field_5683f2b1dcba3'),(41975,798,'locations_27_location','a:3:{s:7:\"address\";s:21:\"41.568608, -76.061327\";s:3:\"lat\";s:10:\"41.5685911\";s:3:\"lng\";s:18:\"-76.06131189999996\";}'),(41976,798,'_locations_27_location','field_5683f288dcba1'),(41977,798,'locations_27_title','State Route 82, SLD – E96683 – Wyoming County - Bridge'),(41978,798,'_locations_27_title','field_5683f2aadcba2'),(41979,798,'locations_27_image',''),(41980,798,'_locations_27_image','field_568439ed8109d'),(41981,798,'locations_27_description',''),(41982,798,'_locations_27_description','field_5683f2b1dcba3'),(41983,798,'locations_28_location','a:3:{s:7:\"address\";s:21:\"41.943462, -75.600862\";s:3:\"lat\";s:10:\"41.9434593\";s:3:\"lng\";s:10:\"-75.600866\";}'),(41984,798,'_locations_28_location','field_5683f288dcba1'),(41985,798,'locations_28_title','State Route 92, SLD – E96812 – Susquehanna County'),(41986,798,'_locations_28_title','field_5683f2aadcba2'),(41987,798,'locations_28_image',''),(41988,798,'_locations_28_image','field_568439ed8109d'),(41989,798,'locations_28_description',''),(41990,798,'_locations_28_description','field_5683f2b1dcba3'),(41991,798,'locations_29_location','a:3:{s:7:\"address\";s:21:\"41.867247, -75.706059\";s:3:\"lat\";s:10:\"41.8676553\";s:3:\"lng\";s:18:\"-75.70661799999999\";}'),(41992,798,'_locations_29_location','field_5683f288dcba1'),(41993,798,'locations_29_title','State Route 492, SLD – E96809 – Susquhanna County New Milford Boro – Bridge'),(41994,798,'_locations_29_title','field_5683f2aadcba2'),(41995,798,'locations_29_image',''),(41996,798,'_locations_29_image','field_568439ed8109d'),(41997,798,'locations_29_description',''),(41998,798,'_locations_29_description','field_5683f2b1dcba3'),(41999,798,'locations_30_location','a:3:{s:7:\"address\";s:21:\"41.430281, -75.427496\";s:3:\"lat\";s:10:\"41.4302727\";s:3:\"lng\";s:18:\"-75.42750230000001\";}'),(42000,798,'_locations_30_location','field_5683f288dcba1'),(42001,798,'locations_30_title','State Route 3019, Section 670 – E09882, Wayne County Lake Township – Bridge'),(42002,798,'_locations_30_title','field_5683f2aadcba2'),(42003,798,'locations_30_image',''),(42004,798,'_locations_30_image','field_568439ed8109d'),(42005,798,'locations_30_description',''),(42006,798,'_locations_30_description','field_5683f2b1dcba3'),(42007,798,'locations','31'),(42008,798,'_locations','field_5683f253a5dba'),(42009,799,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.577364, -75.758778\";s:3:\"lat\";s:10:\"40.5773582\";s:3:\"lng\";s:11:\"-75.7587785\";}'),(42010,799,'_locations_0_location','field_5683f288dcba1'),(42011,799,'locations_0_title','78, 12M – Krumsville'),(42012,799,'_locations_0_title','field_5683f2aadcba2'),(42013,799,'locations_0_image',''),(42014,799,'_locations_0_image','field_568439ed8109d'),(42015,799,'locations_0_description',''),(42016,799,'_locations_0_description','field_5683f2b1dcba3'),(42017,799,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.660116, -75.484238\";s:3:\"lat\";s:10:\"40.6602927\";s:3:\"lng\";s:18:\"-75.48364449999997\";}'),(42018,799,'_locations_1_location','field_5683f288dcba1'),(42019,799,'locations_1_title','Lehigh County 3 bridge'),(42020,799,'_locations_1_title','field_5683f2aadcba2'),(42021,799,'locations_1_image',''),(42022,799,'_locations_1_image','field_568439ed8109d'),(42023,799,'locations_1_description','This project is for a three bridge replacement and is affecting 11 properties and resulting in the relocation of 4 tenants in a multi-unit dwelling in Lehigh County.'),(42024,799,'_locations_1_description','field_5683f2b1dcba3'),(42025,799,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.675917, -75.489638\";s:3:\"lat\";s:10:\"40.6759335\";s:3:\"lng\";s:11:\"-75.4895912\";}'),(42026,799,'_locations_2_location','field_5683f288dcba1'),(42027,799,'locations_2_title','Lehigh Coplay Northampton'),(42028,799,'_locations_2_title','field_5683f2aadcba2'),(42029,799,'locations_2_image',''),(42030,799,'_locations_2_image','field_568439ed8109d'),(42031,799,'locations_2_description','This project is for a bridge replacement and is affecting 9 properties in the Borough of Coplay, Lehigh County and the Borough of Northampton, Northampton County.'),(42032,799,'_locations_2_description','field_5683f2b1dcba3'),(42033,799,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.889830, -75.529302\";s:3:\"lat\";s:9:\"40.890649\";s:3:\"lng\";s:18:\"-75.53066000000001\";}'),(42034,799,'_locations_3_location','field_5683f288dcba1'),(42035,799,'locations_3_title','Carbon – T447'),(42036,799,'_locations_3_title','field_5683f2aadcba2'),(42037,799,'locations_3_image',''),(42038,799,'_locations_3_image','field_568439ed8109d'),(42039,799,'locations_3_description',''),(42040,799,'_locations_3_description','field_5683f2b1dcba3'),(42041,799,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.531138, -75.600697\";s:3:\"lat\";s:10:\"40.5310072\";s:3:\"lng\";s:18:\"-75.60182600000002\";}'),(42042,799,'_locations_4_location','field_5683f288dcba1'),(42043,799,'locations_4_title','State Route 100, Section 13B – E79113, Lehigh County, Lower Macungie twp. Bridge'),(42044,799,'_locations_4_title','field_5683f2aadcba2'),(42045,799,'locations_4_image',''),(42046,799,'_locations_4_image','field_568439ed8109d'),(42047,799,'locations_4_description','This project is for a small bridge and is affecting 6 properties in the Township of Lower Macungie, Lehigh County.'),(42048,799,'_locations_4_description','field_5683f2b1dcba3'),(42049,799,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.879279, -75.209695\";s:3:\"lat\";s:10:\"40.8792804\";s:3:\"lng\";s:18:\"-75.20967940000003\";}'),(42050,799,'_locations_5_location','field_5683f288dcba1'),(42051,799,'locations_5_title','State Route 1033, Section 1B – E81666, Northampton County, Washington Twp. Bridge'),(42052,799,'_locations_5_title','field_5683f2aadcba2'),(42053,799,'locations_5_image','548'),(42054,799,'_locations_5_image','field_568439ed8109d'),(42055,799,'locations_5_description','This project was for a small bridge and affected 4 properties in the Township of Washington, Northampton County.'),(42056,799,'_locations_5_description','field_5683f2b1dcba3'),(42057,799,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.112056, -75.439060\";s:3:\"lat\";s:10:\"41.1121102\";s:3:\"lng\";s:18:\"-75.43898619999999\";}'),(42058,799,'_locations_6_location','field_5683f288dcba1'),(42059,799,'locations_6_title','State Route 940, Section 4B – E11886, Monroe County Bridge Replacement'),(42060,799,'_locations_6_title','field_5683f2aadcba2'),(42061,799,'locations_6_image',''),(42062,799,'_locations_6_image','field_568439ed8109d'),(42063,799,'locations_6_description','This project is for a small bridge and is affecting 2 properties in the Community of Tobyhanna, Monroe County.'),(42064,799,'_locations_6_description','field_5683f2b1dcba3'),(42065,799,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.682016, -75.693190\";s:3:\"lat\";s:10:\"40.6820167\";s:3:\"lng\";s:11:\"-75.6931907\";}'),(42066,799,'_locations_7_location','field_5683f288dcba1'),(42067,799,'locations_7_title','State Route 309, Section 11B – E79087, Lehigh County - Bridge'),(42068,799,'_locations_7_title','field_5683f2aadcba2'),(42069,799,'locations_7_image','551'),(42070,799,'_locations_7_image','field_568439ed8109d'),(42071,799,'locations_7_description','This project was for a small bridge and affected 6 properties in the Township of North Whitehall, Lehigh County.'),(42072,799,'_locations_7_description','field_5683f2b1dcba3'),(42073,799,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.679445, -75.629188\";s:3:\"lat\";s:10:\"40.6794586\";s:3:\"lng\";s:18:\"-75.62918300000001\";}'),(42074,799,'_locations_8_location','field_5683f288dcba1'),(42075,799,'locations_8_title','State Route 309, Section 11B – E79087, Lehigh County - Bridge'),(42076,799,'_locations_8_title','field_5683f2aadcba2'),(42077,799,'locations_8_image','551'),(42078,799,'_locations_8_image','field_568439ed8109d'),(42079,799,'locations_8_description','This project was for a small bridge and affected 6 properties in the Township of North Whitehall, Lehigh County.'),(42080,799,'_locations_8_description','field_5683f2b1dcba3'),(42081,799,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.680140, -76.619724\";s:3:\"lat\";s:10:\"40.6801276\";s:3:\"lng\";s:18:\"-76.61972400000002\";}'),(42082,799,'_locations_9_location','field_5683f288dcba1'),(42083,799,'locations_9_title','State Route 4016, Section 1B – E84046, Schuylkill County - Bridge'),(42084,799,'_locations_9_title','field_5683f2aadcba2'),(42085,799,'locations_9_image','554'),(42086,799,'_locations_9_image','field_568439ed8109d'),(42087,799,'locations_9_description','This project was for a small bridge and affected 1 property in the Township of Upper Mahantango, Schuykill County.'),(42088,799,'_locations_9_description','field_5683f2b1dcba3'),(42089,799,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.611554, -75.336637\";s:3:\"lat\";s:10:\"40.6116032\";s:3:\"lng\";s:11:\"-75.3365867\";}'),(42090,799,'_locations_10_location','field_5683f288dcba1'),(42091,799,'locations_10_title','State Route 2014, Section 1B – E87072, Northampton County, Shimersville - Bridge'),(42092,799,'_locations_10_title','field_5683f2aadcba2'),(42093,799,'locations_10_image','556'),(42094,799,'_locations_10_image','field_568439ed8109d'),(42095,799,'locations_10_description','This project is for a small bridge and is affecting 1 property in the Township of Bethlehem, Northampton County.'),(42096,799,'_locations_10_description','field_5683f2b1dcba3'),(42097,799,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.756637, -75.565972\";s:3:\"lat\";s:10:\"40.7566356\";s:3:\"lng\";s:11:\"-75.5659695\";}'),(42098,799,'_locations_11_location','field_5683f288dcba1'),(42099,799,'locations_11_title','State Route 4020, Section 2B – E12314, Northampton County, Lehigh Township Bridge'),(42100,799,'_locations_11_title','field_5683f2aadcba2'),(42101,799,'locations_11_image','558'),(42102,799,'_locations_11_image','field_568439ed8109d'),(42103,799,'locations_11_description','This project was for a small bridge project and affected 2 properties in the Township of Lehigh, Northampton County.'),(42104,799,'_locations_11_description','field_5683f2b1dcba3'),(42105,799,'locations_12_location','a:3:{s:7:\"address\";s:21:\"41.172357, -75.589455\";s:3:\"lat\";s:10:\"41.1685019\";s:3:\"lng\";s:18:\"-75.59053599999999\";}'),(42106,799,'_locations_12_location','field_5683f288dcba1'),(42107,799,'locations_12_title','State Route 4003, Section 1B – E51582, Monroe County, Coolbaugh – Thornhurst Bridge'),(42108,799,'_locations_12_title','field_5683f2aadcba2'),(42109,799,'locations_12_image',''),(42110,799,'_locations_12_image','field_568439ed8109d'),(42111,799,'locations_12_description','This project is for a small bridge and is affecting 7 properties in the Township of Coolbaugh, Monroe and Lackawanna Counties.'),(42112,799,'_locations_12_description','field_5683f2b1dcba3'),(42113,799,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.544832, -75.761389\";s:3:\"lat\";s:10:\"40.5448281\";s:3:\"lng\";s:11:\"-75.7613634\";}'),(42114,799,'_locations_13_location','field_5683f288dcba1'),(42115,799,'locations_13_title','State Route 1021, Section 1B – E10694, Berks County, Maxatawny twp. - Bridge'),(42116,799,'_locations_13_title','field_5683f2aadcba2'),(42117,799,'locations_13_image','561'),(42118,799,'_locations_13_image','field_568439ed8109d'),(42119,799,'locations_13_description','This project was for a small bridge and affected 2 properties in the Township of Maxatawny, Berks County.'),(42120,799,'_locations_13_description','field_5683f2b1dcba3'),(42121,799,'locations_14_location','a:3:{s:7:\"address\";s:21:\"41.100803, -75.346697\";s:3:\"lat\";s:10:\"41.1007883\";s:3:\"lng\";s:18:\"-75.34667230000002\";}'),(42122,799,'_locations_14_location','field_5683f288dcba1'),(42123,799,'locations_14_title','State Route 0314, Section 18B – E79172 – Monroe County, Pocono - Bridge'),(42124,799,'_locations_14_title','field_5683f2aadcba2'),(42125,799,'locations_14_image',''),(42126,799,'_locations_14_image','field_568439ed8109d'),(42127,799,'locations_14_description','This project is for a small bridge and is affecting 2 properties in the Township of Pocono, Monroe County.'),(42128,799,'_locations_14_description','field_5683f2b1dcba3'),(42129,799,'locations_15_location','a:3:{s:7:\"address\";s:21:\"40.726856, -75.870915\";s:3:\"lat\";s:10:\"40.7268199\";s:3:\"lng\";s:18:\"-75.87125300000002\";}'),(42130,799,'_locations_15_location','field_5683f288dcba1'),(42131,799,'locations_15_title','State Route 309, Section 3B – E82343 – Schuykill County, Penn Twp. Bridge '),(42132,799,'_locations_15_title','field_5683f2aadcba2'),(42133,799,'locations_15_image',''),(42134,799,'_locations_15_image','field_568439ed8109d'),(42135,799,'locations_15_description','This project is for a small bridge and is affecting 5 properties in the Township of West Penn, Schuykill County.'),(42136,799,'_locations_15_description','field_5683f2b1dcba3'),(42137,799,'locations_16_location','a:3:{s:7:\"address\";s:21:\"40.665193, -75.827831\";s:3:\"lat\";s:9:\"40.664553\";s:3:\"lng\";s:10:\"-75.827947\";}'),(42138,799,'_locations_16_location','field_5683f288dcba1'),(42139,799,'locations_16_title','State Route 4037, Section 1B – E11407 – Lehigh County, Lynn Twp. Bridge'),(42140,799,'_locations_16_title','field_5683f2aadcba2'),(42141,799,'locations_16_image','565'),(42142,799,'_locations_16_image','field_568439ed8109d'),(42143,799,'locations_16_description','This project was for a small bridge and affected 3 properties in the Township of Lynn, Lehigh County.'),(42144,799,'_locations_16_description','field_5683f2b1dcba3'),(42145,799,'locations_17_location','a:3:{s:7:\"address\";s:21:\"40.268207, -75.808862\";s:3:\"lat\";s:9:\"40.271056\";s:3:\"lng\";s:18:\"-75.80798199999998\";}'),(42146,799,'_locations_17_location','field_5683f288dcba1'),(42147,799,'locations_17_title','State Route 345, Section 10B – E10823 – Berks County, Exeter Birdsboro - Bridge'),(42148,799,'_locations_17_title','field_5683f2aadcba2'),(42149,799,'locations_17_image',''),(42150,799,'_locations_17_image','field_568439ed8109d'),(42151,799,'locations_17_description','This project is for roadway & bridge realignment and intersection improvements and is affecting 16 properties in the Township of Exeter, Berks County.'),(42152,799,'_locations_17_description','field_5683f2b1dcba3'),(42153,799,'locations_18_location','a:3:{s:7:\"address\";s:21:\"40.833262, -75.299358\";s:3:\"lat\";s:17:\"40.83224209999999\";s:3:\"lng\";s:11:\"-75.3007657\";}'),(42154,799,'_locations_18_location','field_5683f288dcba1'),(42155,799,'locations_18_title','State Route 0033, Section 006 – E12187 – Northampton County, Plainfield - Bridge'),(42156,799,'_locations_18_title','field_5683f2aadcba2'),(42157,799,'locations_18_image',''),(42158,799,'_locations_18_image','field_568439ed8109d'),(42159,799,'locations_18_description','This project is for roadway and intersection reconfiguration and is affecting 15 properties in the Township of Plainfield, Northampton County.'),(42160,799,'_locations_18_description','field_5683f2b1dcba3'),(42161,799,'locations_19_location','a:3:{s:7:\"address\";s:21:\"40.528604, -75.391940\";s:3:\"lat\";s:10:\"40.5286192\";s:3:\"lng\";s:18:\"-75.39229009999997\";}'),(42162,799,'_locations_19_location','field_5683f288dcba1'),(42163,799,'locations_19_title','State Route 2030, Section 01B – E11417 – Lehigh County Centennial Bridge'),(42164,799,'_locations_19_title','field_5683f2aadcba2'),(42165,799,'locations_19_image',''),(42166,799,'_locations_19_image','field_568439ed8109d'),(42167,799,'locations_19_description','This project is for a small bridge and is affecting 7 properties in the Township of Upper Saucon, Lehigh County.'),(42168,799,'_locations_19_description','field_5683f2b1dcba3'),(42169,799,'locations_20_location','a:3:{s:7:\"address\";s:21:\"40.964556, -75.764608\";s:3:\"lat\";s:9:\"40.964384\";s:3:\"lng\";s:18:\"-75.76451700000001\";}'),(42170,799,'_locations_20_location','field_5683f288dcba1'),(42171,799,'locations_20_title','State Route 4014, Section 1B – E11853 – Carbon County - Bridge'),(42172,799,'_locations_20_title','field_5683f2aadcba2'),(42173,799,'locations_20_image',''),(42174,799,'_locations_20_image','field_568439ed8109d'),(42175,799,'locations_20_description','This project is for a small bridge and is affecting 3 properties in the Township of Lehigh, Carbon County.'),(42176,799,'_locations_20_description','field_5683f2b1dcba3'),(42177,799,'locations_21_location','a:3:{s:7:\"address\";s:21:\"40.770694, -75.512084\";s:3:\"lat\";s:17:\"40.77068209999999\";s:3:\"lng\";s:18:\"-75.51209159999996\";}'),(42178,799,'_locations_21_location','field_5683f288dcba1'),(42179,799,'locations_21_title','State Route 4003, Section 1B – E12107 – Northampton County'),(42180,799,'_locations_21_title','field_5683f2aadcba2'),(42181,799,'locations_21_image',''),(42182,799,'_locations_21_image','field_568439ed8109d'),(42183,799,'locations_21_description','This project is for a small bridge and is affecting 4 properties in the Township of Lehigh, Northampton County.'),(42184,799,'_locations_21_description','field_5683f2b1dcba3'),(42185,799,'locations_22_location','a:3:{s:7:\"address\";s:21:\"40.816209, -75.676119\";s:3:\"lat\";s:10:\"40.8161089\";s:3:\"lng\";s:18:\"-75.67602469999997\";}'),(42186,799,'_locations_22_location','field_5683f288dcba1'),(42187,799,'locations_22_title','Lehighton Bridge – Twin Bridges – Lehighton, PA – Bridge Replacement'),(42188,799,'_locations_22_title','field_5683f2aadcba2'),(42189,799,'locations_22_image','699'),(42190,799,'_locations_22_image','field_568439ed8109d'),(42191,799,'locations_22_description','This project was for a large bridge reconstruction and affected 11 properties in the Borough of Lehighton, Carbon County.'),(42192,799,'_locations_22_description','field_5683f2b1dcba3'),(42193,799,'locations','23'),(42194,799,'_locations','field_5683f253a5dba'),(42195,800,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.262613, -75.222919\";s:3:\"lat\";s:10:\"40.2626497\";s:3:\"lng\";s:18:\"-75.22288079999998\";}'),(42196,800,'_locations_0_location','field_5683f288dcba1'),(42197,800,'locations_0_title','2038, WD1'),(42198,800,'_locations_0_title','field_5683f2aadcba2'),(42199,800,'locations_0_image','572'),(42200,800,'_locations_0_image','field_568439ed8109d'),(42201,800,'locations_0_description','This project is for a roadway widening and is affecting 65 properties and resulting in the relocation of 2 residents in the Townships of Montgomery & New Britain, Montgomery & Bucks Counties.'),(42202,800,'_locations_0_description','field_5683f2b1dcba3'),(42203,800,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.276639, -75.247167\";s:3:\"lat\";s:17:\"40.27663709999999\";s:3:\"lng\";s:11:\"-75.2471688\";}'),(42204,800,'_locations_1_location','field_5683f288dcba1'),(42205,800,'locations_1_title','2038, BBR'),(42206,800,'_locations_1_title','field_5683f2aadcba2'),(42207,800,'locations_1_image','574'),(42208,800,'_locations_1_image','field_568439ed8109d'),(42209,800,'locations_1_description','This project was for a small bridge replacement and affected 1 property in the Township of Hatfield, Montgomery County.'),(42210,800,'_locations_1_description','field_5683f2b1dcba3'),(42211,800,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.247361, -75.197195\";s:3:\"lat\";s:10:\"40.2484004\";s:3:\"lng\";s:18:\"-75.19883240000001\";}'),(42212,800,'_locations_2_location','field_5683f288dcba1'),(42213,800,'locations_2_title','2038, WD2'),(42214,800,'_locations_2_title','field_5683f2aadcba2'),(42215,800,'locations_2_image',''),(42216,800,'_locations_2_image','field_568439ed8109d'),(42217,800,'locations_2_description','This project is for a roadway widening and is affecting 47 properties in the Townships of Horsham and Warrington, Montgomery and Bucks Counties.'),(42218,800,'_locations_2_description','field_5683f2b1dcba3'),(42219,800,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.257916, -75.637053\";s:3:\"lat\";s:10:\"40.2579112\";s:3:\"lng\";s:18:\"-75.63705759999999\";}'),(42220,800,'_locations_3_location','field_5683f288dcba1'),(42221,800,'locations_3_title','Pottstown Signals'),(42222,800,'_locations_3_title','field_5683f2aadcba2'),(42223,800,'locations_3_image',''),(42224,800,'_locations_3_image','field_568439ed8109d'),(42225,800,'locations_3_description',''),(42226,800,'_locations_3_description','field_5683f2b1dcba3'),(42227,800,'locations_4_location','a:3:{s:7:\"address\";s:21:\"39.915582, -75.309306\";s:3:\"lat\";s:10:\"39.9155767\";s:3:\"lng\";s:11:\"-75.3093048\";}'),(42228,800,'_locations_4_location','field_5683f288dcba1'),(42229,800,'locations_4_title','Septa Secane'),(42230,800,'_locations_4_title','field_5683f2aadcba2'),(42231,800,'locations_4_image',''),(42232,800,'_locations_4_image','field_568439ed8109d'),(42233,800,'locations_4_description','This project is for station reconstruction for SEPTA and is affecting 4 properties in the Township of Upper Darby, Delaware County.'),(42234,800,'_locations_4_description','field_5683f2b1dcba3'),(42235,800,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.036586, -75.515609\";s:3:\"lat\";s:10:\"40.0367246\";s:3:\"lng\";s:18:\"-75.51568259999999\";}'),(42236,800,'_locations_5_location','field_5683f288dcba1'),(42237,800,'locations_5_title','Septa Malvern'),(42238,800,'_locations_5_title','field_5683f2aadcba2'),(42239,800,'locations_5_image',''),(42240,800,'_locations_5_image','field_568439ed8109d'),(42241,800,'locations_5_description','This project is for a station reconstruction for SEPTA and is affecting 1 property and resulting in 1 commercial relocation in the Borough of Malvern, Chester County.'),(42242,800,'_locations_5_description','field_5683f2b1dcba3'),(42243,800,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.085968, -75.362614\";s:3:\"lat\";s:9:\"40.086582\";s:3:\"lng\";s:18:\"-75.36161099999998\";}'),(42244,800,'_locations_6_location','field_5683f288dcba1'),(42245,800,'locations_6_title','Montgomery Valley Transit Authority – Chester Valley Trail'),(42246,800,'_locations_6_title','field_5683f2aadcba2'),(42247,800,'locations_6_image',''),(42248,800,'_locations_6_image','field_568439ed8109d'),(42249,800,'locations_6_description',''),(42250,800,'_locations_6_description','field_5683f2b1dcba3'),(42251,800,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.076076, -75.492159\";s:3:\"lat\";s:10:\"40.0762686\";s:3:\"lng\";s:11:\"-75.4945272\";}'),(42252,800,'_locations_7_location','field_5683f288dcba1'),(42253,800,'locations_7_title','MP 320 – 326 – Ending in King of Prussia PA – Highway Widening'),(42254,800,'_locations_7_title','field_5683f2aadcba2'),(42255,800,'locations_7_image',''),(42256,800,'_locations_7_image','field_568439ed8109d'),(42257,800,'locations_7_description','This project is for mainline reconstruction and bridge replacements and is affecting 82 properties in the Townships of Tredyffrin and Upper Merion, Chester and Montgomery Counties.'),(42258,800,'_locations_7_description','field_5683f2b1dcba3'),(42259,800,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.139285, -75.288778\";s:3:\"lat\";s:10:\"40.1395276\";s:3:\"lng\";s:11:\"-75.2888562\";}'),(42260,800,'_locations_8_location','field_5683f288dcba1'),(42261,800,'locations_8_title','MPA20 to A30 – Northeast Extension, Whitpain Township – Highway Widening'),(42262,800,'_locations_8_title','field_5683f2aadcba2'),(42263,800,'locations_8_image',''),(42264,800,'_locations_8_image','field_568439ed8109d'),(42265,800,'locations_8_description','This project is for mainline reconstruction and bridge replacements and is affecting over 60 properties in Towamencin and Worcester Townships, Montgomery County.'),(42266,800,'_locations_8_description','field_5683f2b1dcba3'),(42267,800,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.061252, -75.627140\";s:3:\"lat\";s:10:\"40.0625819\";s:3:\"lng\";s:18:\"-75.63076619999998\";}'),(42268,800,'_locations_9_location','field_5683f288dcba1'),(42269,800,'locations_9_title','MP 312 -319 – Exton PA – Highway Widening'),(42270,800,'_locations_9_title','field_5683f2aadcba2'),(42271,800,'locations_9_image',''),(42272,800,'_locations_9_image','field_568439ed8109d'),(42273,800,'locations_9_description',''),(42274,800,'_locations_9_description','field_5683f2b1dcba3'),(42275,800,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.353274, -75.392240\";s:3:\"lat\";s:10:\"40.3484254\";s:3:\"lng\";s:18:\"-75.38963109999997\";}'),(42276,800,'_locations_10_location','field_5683f288dcba1'),(42277,800,'locations_10_title','MPA31-A38 – Northeast Extension – Telford PA – Highway Widening'),(42278,800,'_locations_10_title','field_5683f2aadcba2'),(42279,800,'locations_10_image',''),(42280,800,'_locations_10_image','field_568439ed8109d'),(42281,800,'locations_10_description',''),(42282,800,'_locations_10_description','field_5683f2b1dcba3'),(42283,800,'locations','11'),(42284,800,'_locations','field_5683f253a5dba'),(42285,801,'locations_0_location','a:3:{s:7:\"address\";s:21:\"39.910136, -76.704082\";s:3:\"lat\";s:10:\"39.9106755\";s:3:\"lng\";s:18:\"-76.70441140000003\";}'),(42286,801,'_locations_0_location','field_5683f288dcba1'),(42287,801,'locations_0_title','0083, 025 – Leader Heights'),(42288,801,'_locations_0_title','field_5683f2aadcba2'),(42289,801,'locations_0_image','586'),(42290,801,'_locations_0_image','field_568439ed8109d'),(42291,801,'locations_0_description','This project was for interchange construction and affected 65 properties in the Borough of Leader Heights, York County.'),(42292,801,'_locations_0_description','field_5683f2b1dcba3'),(42293,801,'locations_1_location','a:3:{s:7:\"address\";s:21:\"39.780914, -76.951417\";s:3:\"lat\";s:10:\"39.7809238\";s:3:\"lng\";s:18:\"-76.95143009999998\";}'),(42294,801,'_locations_1_location','field_5683f288dcba1'),(42295,801,'locations_1_title','3070, 002'),(42296,801,'_locations_1_title','field_5683f2aadcba2'),(42297,801,'locations_1_image','589'),(42298,801,'_locations_1_image','field_568439ed8109d'),(42299,801,'locations_1_description','This project was for roadway widening and intersection improvements and affected 23 properties and resulted in the relocation of 2 residents in the Township of Penn, York County.'),(42300,801,'_locations_1_description','field_5683f2b1dcba3'),(42301,801,'locations_2_location','a:3:{s:7:\"address\";s:21:\"39.838832, -77.005747\";s:3:\"lat\";s:10:\"39.8388372\";s:3:\"lng\";s:18:\"-77.00573259999999\";}'),(42302,801,'_locations_2_location','field_5683f288dcba1'),(42303,801,'locations_2_title','0094, 014 and 015'),(42304,801,'_locations_2_title','field_5683f2aadcba2'),(42305,801,'locations_2_image','597'),(42306,801,'_locations_2_image','field_568439ed8109d'),(42307,801,'locations_2_description','This project was for roadway widening and affected 85 properties and resulted in the relocation of 2 residents in the Municipalities of Hanover, Penn, Berwick, & Conewago, York & Adams Counties.'),(42308,801,'_locations_2_description','field_5683f2b1dcba3'),(42309,801,'locations_3_location','a:3:{s:7:\"address\";s:21:\"39.976250, -76.792053\";s:3:\"lat\";s:10:\"39.9762688\";s:3:\"lng\";s:18:\"-76.79204019999997\";}'),(42310,801,'_locations_3_location','field_5683f288dcba1'),(42311,801,'locations_3_title','0074, Section 029'),(42312,801,'_locations_3_title','field_5683f2aadcba2'),(42313,801,'locations_3_image','600'),(42314,801,'_locations_3_image','field_568439ed8109d'),(42315,801,'locations_3_description','This project was for roadway widening and intersection improvements and affected 12 properties and resulted in the relocation of 1 resident and 7 businesses in the Township of West Manchester, York County.'),(42316,801,'_locations_3_description','field_5683f2b1dcba3'),(42317,801,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.054719, -76.305345\";s:3:\"lat\";s:8:\"40.05431\";s:3:\"lng\";s:18:\"-76.30512340000001\";}'),(42318,801,'_locations_4_location','field_5683f288dcba1'),(42319,801,'locations_4_title','0222, 027 Lititz'),(42320,801,'_locations_4_title','field_5683f2aadcba2'),(42321,801,'locations_4_image',''),(42322,801,'_locations_4_image','field_568439ed8109d'),(42323,801,'locations_4_description','This project is for a large bridge replacement and is affecting 24 properties and resulting in the relocation of 2 businesses in the Township of Manheim, Lancaster County.'),(42324,801,'_locations_4_description','field_5683f2b1dcba3'),(42325,801,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.192483, -76.730918\";s:3:\"lat\";s:10:\"40.1928639\";s:3:\"lng\";s:18:\"-76.73070059999998\";}'),(42326,801,'_locations_5_location','field_5683f288dcba1'),(42327,801,'locations_5_title','Middletown Train Station'),(42328,801,'_locations_5_title','field_5683f2aadcba2'),(42329,801,'locations_5_image',''),(42330,801,'_locations_5_image','field_568439ed8109d'),(42331,801,'locations_5_description','This project is for the construction of a new train station and is affecting 4 properties in the Township of Middletown, Dauphin County.'),(42332,801,'_locations_5_description','field_5683f2b1dcba3'),(42333,801,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.445418, -76.556583\";s:3:\"lat\";s:10:\"40.4453524\";s:3:\"lng\";s:18:\"-76.55654629999998\";}'),(42334,801,'_locations_6_location','field_5683f288dcba1'),(42335,801,'locations_6_title','Ft Indiantown Gap – DGS'),(42336,801,'_locations_6_title','field_5683f2aadcba2'),(42337,801,'locations_6_image',''),(42338,801,'_locations_6_image','field_568439ed8109d'),(42339,801,'locations_6_description',''),(42340,801,'_locations_6_description','field_5683f2b1dcba3'),(42341,801,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.209085, -76.307225\";s:3:\"lat\";s:10:\"40.2091181\";s:3:\"lng\";s:18:\"-76.30721140000003\";}'),(42342,801,'_locations_7_location','field_5683f288dcba1'),(42343,801,'locations_7_title','Fish and Boat Commission – Speedwell Lake Flowage Easements'),(42344,801,'_locations_7_title','field_5683f2aadcba2'),(42345,801,'locations_7_image',''),(42346,801,'_locations_7_image','field_568439ed8109d'),(42347,801,'locations_7_description','This project is for flood plain mitigation appraisals and is affecting 31 properties in the Township of Elizabeth, Lancaster County.'),(42348,801,'_locations_7_description','field_5683f2b1dcba3'),(42349,801,'locations_8_location','a:3:{s:7:\"address\";s:21:\"39.763472, -77.727611\";s:3:\"lat\";s:10:\"39.7634712\";s:3:\"lng\";s:11:\"-77.7276253\";}'),(42350,801,'_locations_8_location','field_5683f288dcba1'),(42351,801,'locations_8_title','Antrim Business Park'),(42352,801,'_locations_8_title','field_5683f2aadcba2'),(42353,801,'locations_8_image',''),(42354,801,'_locations_8_image','field_568439ed8109d'),(42355,801,'locations_8_description','This project is for a public/private development and is affecting 7 properties in the Township of Antrim, Franklin County.'),(42356,801,'_locations_8_description','field_5683f2b1dcba3'),(42357,801,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.150057, -77.042804\";s:3:\"lat\";s:10:\"40.1500679\";s:3:\"lng\";s:18:\"-77.04281049999997\";}'),(42358,801,'_locations_9_location','field_5683f288dcba1'),(42359,801,'locations_9_title','State Route 2008, Section 007 – E78659 – Cumberland County, Monroe Twp. – Bridge'),(42360,801,'_locations_9_title','field_5683f2aadcba2'),(42361,801,'locations_9_image','607'),(42362,801,'_locations_9_image','field_568439ed8109d'),(42363,801,'locations_9_description','This project was for a small bridge and affected 4 properties in the Township of Monroe, Cumberland County.'),(42364,801,'_locations_9_description','field_5683f2b1dcba3'),(42365,801,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.108692, -76.502083\";s:3:\"lat\";s:8:\"40.10866\";s:3:\"lng\";s:18:\"-76.50206509999998\";}'),(42366,801,'_locations_10_location','field_5683f288dcba1'),(42367,801,'locations_10_title','State Route 0072, Section 005 – E19861 – Lancaster County , Mount Joy Borough – Bridge'),(42368,801,'_locations_10_title','field_5683f2aadcba2'),(42369,801,'locations_10_image',''),(42370,801,'_locations_10_image','field_568439ed8109d'),(42371,801,'locations_10_description','This project is for a small bridge and is affecting 3 properties and Amtrack Coordination in the Borough of Mt. Joy, Lancaster County.'),(42372,801,'_locations_10_description','field_5683f2b1dcba3'),(42373,801,'locations_11_location','a:3:{s:7:\"address\";s:21:\"39.972695, -77.117915\";s:3:\"lat\";s:10:\"39.9726768\";s:3:\"lng\";s:18:\"-77.11795660000001\";}'),(42374,801,'_locations_11_location','field_5683f288dcba1'),(42375,801,'locations_11_title','State Route 1009, Section 003 – E18014 – Adams County – Huntington Twp - Bridge '),(42376,801,'_locations_11_title','field_5683f2aadcba2'),(42377,801,'locations_11_image','612'),(42378,801,'_locations_11_image','field_568439ed8109d'),(42379,801,'locations_11_description','This project was for a small bridge and affected 3 properties in the Township of Huntington, Adams County.'),(42380,801,'_locations_11_description','field_5683f2b1dcba3'),(42381,801,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.540917, -77.145588\";s:3:\"lat\";s:17:\"40.53916419999999\";s:3:\"lng\";s:18:\"-77.14407499999999\";}'),(42382,801,'_locations_12_location','field_5683f288dcba1'),(42383,801,'locations_12_title','State Route 0022, Section 039 – E81272 – Perry County, Greenwood twp.over cocalaumus creek – Bridge'),(42384,801,'_locations_12_title','field_5683f2aadcba2'),(42385,801,'locations_12_image','614'),(42386,801,'_locations_12_image','field_568439ed8109d'),(42387,801,'locations_12_description','This project was for a small bridge and affected 2 properties in the Township of Greenwood, Perry County.'),(42388,801,'_locations_12_description','field_5683f2b1dcba3'),(42389,801,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.499444, -77.146608\";s:3:\"lat\";s:9:\"40.498004\";s:3:\"lng\";s:18:\"-77.14313600000003\";}'),(42390,801,'_locations_13_location','field_5683f288dcba1'),(42391,801,'locations_13_title','State Route 1024, Section 005 – E86911 – Perry County, Oliver Township – Bridge'),(42392,801,'_locations_13_title','field_5683f2aadcba2'),(42393,801,'locations_13_image','616'),(42394,801,'_locations_13_image','field_568439ed8109d'),(42395,801,'locations_13_description','This project was for a small bridge and affected 2 properties in the Township of Oliver, Perry County.'),(42396,801,'_locations_13_description','field_5683f2b1dcba3'),(42397,801,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.376500, -76.572499\";s:3:\"lat\";s:10:\"40.3765013\";s:3:\"lng\";s:18:\"-76.57249790000003\";}'),(42398,801,'_locations_14_location','field_5683f288dcba1'),(42399,801,'locations_14_title','State Route 4014, Section 006 – E20367 – Lebanon County, East Hanover Township – Bridge'),(42400,801,'_locations_14_title','field_5683f2aadcba2'),(42401,801,'locations_14_image','618'),(42402,801,'_locations_14_image','field_568439ed8109d'),(42403,801,'locations_14_description','This project was for a small bridge and affected 5 properties in the Township of East Hanover, Lebanon County.'),(42404,801,'_locations_14_description','field_5683f2b1dcba3'),(42405,801,'locations_15_location','a:3:{s:7:\"address\";s:21:\"39.855494, -76.773304\";s:3:\"lat\";s:10:\"39.8554873\";s:3:\"lng\";s:11:\"-76.7733121\";}'),(42406,801,'_locations_15_location','field_5683f288dcba1'),(42407,801,'locations_15_title','State Route 214, Section 007 – E21168 – York County, Seven Valleys Borough – Bridge'),(42408,801,'_locations_15_title','field_5683f2aadcba2'),(42409,801,'locations_15_image','620'),(42410,801,'_locations_15_image','field_568439ed8109d'),(42411,801,'locations_15_description','This project was for roadway widening and intersection improvements and affected 12 properties and resulted in the relocation of 1 resident and 7 businesses in the Township of West Manchester, York County.'),(42412,801,'_locations_15_description','field_5683f2b1dcba3'),(42413,801,'locations_16_location','a:3:{s:7:\"address\";s:21:\"39.737304, -76.096417\";s:3:\"lat\";s:10:\"39.7372874\";s:3:\"lng\";s:18:\"-76.09645169999999\";}'),(42414,801,'_locations_16_location','field_5683f288dcba1'),(42415,801,'locations_16_title','State Route 2001, Section 009 – E91106 – Lancaster County, Little Britain Township – Bridge'),(42416,801,'_locations_16_title','field_5683f2aadcba2'),(42417,801,'locations_16_image',''),(42418,801,'_locations_16_image','field_568439ed8109d'),(42419,801,'locations_16_description','This project is for intersection improvements and is affecting 3 properties in the Community of Ronks, Lancaster County.'),(42420,801,'_locations_16_description','field_5683f2b1dcba3'),(42421,801,'locations_17_location','a:3:{s:7:\"address\";s:21:\"40.016997, -76.165028\";s:3:\"lat\";s:10:\"40.0169765\";s:3:\"lng\";s:18:\"-76.16503490000002\";}'),(42422,801,'_locations_17_location','field_5683f288dcba1'),(42423,801,'locations_17_title','State Route 0030, Section 097 – E89187 – Lancaster County, East Lampeter Twp. – Intersection Improvement'),(42424,801,'_locations_17_title','field_5683f2aadcba2'),(42425,801,'locations_17_image',''),(42426,801,'_locations_17_image','field_568439ed8109d'),(42427,801,'locations_17_description','This project is for intersection improvements and is affecting 3 properties in the Community of Ronks, Lancaster County.'),(42428,801,'_locations_17_description','field_5683f2b1dcba3'),(42429,801,'locations_18_location','a:3:{s:7:\"address\";s:21:\"40.017000, -76.165028\";s:3:\"lat\";s:10:\"40.0169767\";s:3:\"lng\";s:11:\"-76.1650358\";}'),(42430,801,'_locations_18_location','field_5683f288dcba1'),(42431,801,'locations_18_title','State Route 1018, Section 005 – E87710 – Lancaster County, Warwick Township – Bridge'),(42432,801,'_locations_18_title','field_5683f2aadcba2'),(42433,801,'locations_18_image',''),(42434,801,'_locations_18_image','field_568439ed8109d'),(42435,801,'locations_18_description','This project is for a small bridge and is affecting 3 properties in the Township of Warwick and Borough of Ephrata, Lancaster County.'),(42436,801,'_locations_18_description','field_5683f2b1dcba3'),(42437,801,'locations_19_location','a:3:{s:7:\"address\";s:21:\"40.227889, -76.131528\";s:3:\"lat\";s:10:\"40.2278853\";s:3:\"lng\";s:18:\"-76.13153310000001\";}'),(42438,801,'_locations_19_location','field_5683f288dcba1'),(42439,801,'locations_19_title','State Route 1051, Section 003 – E87710 – Lancaster County, Denver Borough – Bridge'),(42440,801,'_locations_19_title','field_5683f2aadcba2'),(42441,801,'locations_19_image',''),(42442,801,'_locations_19_image','field_568439ed8109d'),(42443,801,'locations_19_description','This project is for a small bridge and is affecting 4 properties in the Township of East Cocalico, Lancaster County.'),(42444,801,'_locations_19_description','field_5683f2b1dcba3'),(42445,801,'locations_20_location','a:3:{s:7:\"address\";s:21:\"39.778195, -76.746944\";s:3:\"lat\";s:10:\"39.7780289\";s:3:\"lng\";s:10:\"-76.745499\";}'),(42446,801,'_locations_20_location','field_5683f288dcba1'),(42447,801,'locations_20_title','State Route 216, Section 014 – E63120 – York County, Shrewsbury Township - Bridge'),(42448,801,'_locations_20_title','field_5683f2aadcba2'),(42449,801,'locations_20_image',''),(42450,801,'_locations_20_image','field_568439ed8109d'),(42451,801,'locations_20_description','This project is for a bridge replacement and is affecting 4 properties in the Townships of Shrewsbury & Codorus, York County.'),(42452,801,'_locations_20_description','field_5683f2b1dcba3'),(42453,801,'locations_21_location','a:3:{s:7:\"address\";s:21:\"40.040445, -76.952057\";s:3:\"lat\";s:10:\"40.0404617\";s:3:\"lng\";s:18:\"-76.95203249999997\";}'),(42454,801,'_locations_21_location','field_5683f288dcba1'),(42455,801,'locations_21_title','State Route 4014, Section 006 – E63120 – York County, Warrington Township – Bridge'),(42456,801,'_locations_21_title','field_5683f2aadcba2'),(42457,801,'locations_21_image',''),(42458,801,'_locations_21_image','field_568439ed8109d'),(42459,801,'locations_21_description','This project is for a bridge replacement and is affecting 4 properties in the Townships of Shrewsbury & Codorus, York County.'),(42460,801,'_locations_21_description','field_5683f2b1dcba3'),(42461,801,'locations_22_location','a:3:{s:7:\"address\";s:21:\"39.876666, -77.320417\";s:3:\"lat\";s:9:\"39.877284\";s:3:\"lng\";s:18:\"-77.32040699999999\";}'),(42462,801,'_locations_22_location','field_5683f288dcba1'),(42463,801,'locations_22_title','State Route 3015, Section 013 – E87674 – Adams County, Franklin Township – Bridge'),(42464,801,'_locations_22_title','field_5683f2aadcba2'),(42465,801,'locations_22_image',''),(42466,801,'_locations_22_image','field_568439ed8109d'),(42467,801,'locations_22_description','This project is for the Fairview Bridge and is affecting 1 property in the Township of Franklin, Adams County.'),(42468,801,'_locations_22_description','field_5683f2b1dcba3'),(42469,801,'locations_23_location','a:3:{s:7:\"address\";s:21:\"40.209921, -76.717524\";s:3:\"lat\";s:9:\"40.209916\";s:3:\"lng\";s:18:\"-76.71713360000001\";}'),(42470,801,'_locations_23_location','field_5683f288dcba1'),(42471,801,'locations_23_title','Swatara Creek Bridge – Middletown, PA – Bridge Replacement'),(42472,801,'_locations_23_title','field_5683f2aadcba2'),(42473,801,'locations_23_image',''),(42474,801,'_locations_23_image','field_568439ed8109d'),(42475,801,'locations_23_description','This project is for a mid-sized bridge replacement and is afecting 3 properties and resulting in the relocation of 19 mobile home residents and 1 business in the Borough of Hummelstown, Dauphin County.'),(42476,801,'_locations_23_description','field_5683f2b1dcba3'),(42477,801,'locations','24'),(42478,801,'_locations','field_5683f253a5dba'),(42479,802,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.055971, -79.131603\";s:3:\"lat\";s:9:\"40.044854\";s:3:\"lng\";s:18:\"-79.12035800000001\";}'),(42480,802,'_locations_0_location','field_5683f288dcba1'),(42481,802,'locations_0_title','MP 99-109 – Ends in Somerset PA – Highway Widening'),(42482,802,'_locations_0_title','field_5683f2aadcba2'),(42483,802,'locations_0_image',''),(42484,802,'_locations_0_image','field_568439ed8109d'),(42485,802,'locations_0_description','This project is for mainline reconstruction and bridge replacements and is affecting 37 properties in the Townships of Jefferson and Somerset, Somerset County.'),(42486,802,'_locations_0_description','field_5683f2b1dcba3'),(42487,802,'locations','1'),(42488,802,'_locations','field_5683f253a5dba'),(42489,803,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.452362, -79.144025\";s:3:\"lat\";s:10:\"40.4523774\";s:3:\"lng\";s:18:\"-79.14402769999998\";}'),(42490,803,'_locations_0_location','field_5683f288dcba1'),(42491,803,'locations_0_title','State Route 0022, Section 491 – Blairsville, PA – Roadway Widening'),(42492,803,'_locations_0_title','field_5683f2aadcba2'),(42493,803,'locations_0_image','629'),(42494,803,'_locations_0_image','field_568439ed8109d'),(42495,803,'locations_0_description','This project was for a widening and realignment and affected 25 properties and resulted in the relocation of 1 resident and a cell tower in the Township of Wheatland, Indiana County.'),(42496,803,'_locations_0_description','field_5683f2b1dcba3'),(42497,803,'locations_1_location','a:3:{s:7:\"address\";s:21:\"41.037445, -80.029859\";s:3:\"lat\";s:9:\"41.037619\";s:3:\"lng\";s:10:\"-80.029381\";}'),(42498,803,'_locations_1_location','field_5683f288dcba1'),(42499,803,'locations_1_title','State Route 0173, Section 250 – Dougherty’s Mills – Slippery Rock'),(42500,803,'_locations_1_title','field_5683f2aadcba2'),(42501,803,'locations_1_image','631'),(42502,803,'_locations_1_image','field_568439ed8109d'),(42503,803,'locations_1_description','This project was for a bridge replacement and affected 7 properties in the Township of Slippery Rock, Butler County.'),(42504,803,'_locations_1_description','field_5683f2b1dcba3'),(42505,803,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.811030, -80.116499\";s:3:\"lat\";s:10:\"40.8110483\";s:3:\"lng\";s:18:\"-80.11649829999999\";}'),(42506,803,'_locations_2_location','field_5683f288dcba1'),(42507,803,'locations_2_title','State Route 0079, Section 320 – Seneca Ramps'),(42508,803,'_locations_2_title','field_5683f2aadcba2'),(42509,803,'locations_2_image','633'),(42510,803,'_locations_2_image','field_568439ed8109d'),(42511,803,'locations_2_description','This project was for the construction of a missing ramp and affected 30 properties and resulted in the relocation of 6 residents in the Township of Jackson, Butler County.'),(42512,803,'_locations_2_description','field_5683f2b1dcba3'),(42513,803,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.051999, -78.817835\";s:3:\"lat\";s:10:\"41.0520149\";s:3:\"lng\";s:11:\"-78.8178355\";}'),(42514,803,'_locations_3_location','field_5683f288dcba1'),(42515,803,'locations_3_title','State Route 0119 over sugar camp – Sykesville '),(42516,803,'_locations_3_title','field_5683f2aadcba2'),(42517,803,'locations_3_image',''),(42518,803,'_locations_3_image','field_568439ed8109d'),(42519,803,'locations_3_description','This project is for a small bridge replacement and is affecting 10 properties in the Borough of Sykesville, Jefferson County.'),(42520,803,'_locations_3_description','field_5683f2b1dcba3'),(42521,803,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.685219, -80.097305\";s:3:\"lat\";s:10:\"40.6852306\";s:3:\"lng\";s:11:\"-80.0974597\";}'),(42522,803,'_locations_4_location','field_5683f288dcba1'),(42523,803,'locations_4_title','State Route 0079, Section 298'),(42524,803,'_locations_4_title','field_5683f2aadcba2'),(42525,803,'locations_4_image','636'),(42526,803,'_locations_4_image','field_568439ed8109d'),(42527,803,'locations_4_description','This project is for a new interchange/ramp installation and is affecting 10 properties and resulting in the relocation of 1 business and 6 residents in the Township of Cranberry, Butler County.'),(42528,803,'_locations_4_description','field_5683f2b1dcba3'),(42529,803,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.987139, -79.632944\";s:3:\"lat\";s:17:\"40.98713619999999\";s:3:\"lng\";s:18:\"-79.63294350000001\";}'),(42530,803,'_locations_5_location','field_5683f288dcba1'),(42531,803,'locations_5_title','State Route 0068, Section 154 – Brady’s Bend PA – Bridge Replacement'),(42532,803,'_locations_5_title','field_5683f2aadcba2'),(42533,803,'locations_5_image',''),(42534,803,'_locations_5_image','field_568439ed8109d'),(42535,803,'locations_5_description','This project is for a small bridge replacement and is affecting 6 properties in the Township of Bradys Bend, Armstrong County.'),(42536,803,'_locations_5_description','field_5683f2b1dcba3'),(42537,803,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.988028, -79.631225\";s:3:\"lat\";s:17:\"40.98803669999999\";s:3:\"lng\";s:18:\"-79.63124240000002\";}'),(42538,803,'_locations_6_location','field_5683f288dcba1'),(42539,803,'locations_6_title','State Route 0068, Section 155 – Brady’s Bend PA – Bridge Replacement'),(42540,803,'_locations_6_title','field_5683f2aadcba2'),(42541,803,'locations_6_image',''),(42542,803,'_locations_6_image','field_568439ed8109d'),(42543,803,'locations_6_description','This project is for a small bridge replacement and is affecting 3 properties in the Township of Brady\'s Bend, Armstrong County.'),(42544,803,'_locations_6_description','field_5683f2b1dcba3'),(42545,803,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.993055, -79.630081\";s:3:\"lat\";s:10:\"40.9930516\";s:3:\"lng\";s:11:\"-79.6300981\";}'),(42546,803,'_locations_7_location','field_5683f288dcba1'),(42547,803,'locations_7_title','State Route 0068, Section 156 – Brady’s Bend PA – Bridge Replacement'),(42548,803,'_locations_7_title','field_5683f2aadcba2'),(42549,803,'locations_7_image',''),(42550,803,'_locations_7_image','field_568439ed8109d'),(42551,803,'locations_7_description','This project is for a small bridge replacement and affecting 2 properties in the Township of Brady\'s Bend, Armstrong County.'),(42552,803,'_locations_7_description','field_5683f2b1dcba3'),(42553,803,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.998886, -79.626556\";s:3:\"lat\";s:10:\"40.9988782\";s:3:\"lng\";s:18:\"-79.62654909999998\";}'),(42554,803,'_locations_8_location','field_5683f288dcba1'),(42555,803,'locations_8_title','State Route 0068, Section 157 – Brady’s Bend PA – Bridge Replacement'),(42556,803,'_locations_8_title','field_5683f2aadcba2'),(42557,803,'locations_8_image',''),(42558,803,'_locations_8_image','field_568439ed8109d'),(42559,803,'locations_8_description','This project is for a small bridge replacement and is affecting 5 properties in the Township of Brady\'s Bend, Armstrong County.'),(42560,803,'_locations_8_description','field_5683f2b1dcba3'),(42561,803,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.999279, -79.624335\";s:3:\"lat\";s:9:\"40.999587\";s:3:\"lng\";s:18:\"-79.62419899999998\";}'),(42562,803,'_locations_9_location','field_5683f288dcba1'),(42563,803,'locations_9_title','State Route 0068, Section 158 – Brady’s Bend PA – Bridge Replacement'),(42564,803,'_locations_9_title','field_5683f2aadcba2'),(42565,803,'locations_9_image',''),(42566,803,'_locations_9_image','field_568439ed8109d'),(42567,803,'locations_9_description','This project is for a small bridge replacement and is affecting 5 properties in the Township of Brady\'s Bend, Armstrong County.'),(42568,803,'_locations_9_description','field_5683f2b1dcba3'),(42569,803,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.923082, -79.463251\";s:3:\"lat\";s:17:\"40.92667180000001\";s:3:\"lng\";s:18:\"-79.46245149999999\";}'),(42570,803,'_locations_10_location','field_5683f288dcba1'),(42571,803,'locations_10_title','South Mahoning Slide, Templeton PA – Landslide'),(42572,803,'_locations_10_title','field_5683f2aadcba2'),(42573,803,'locations_10_image','644'),(42574,803,'_locations_10_image','field_568439ed8109d'),(42575,803,'locations_10_description','This project was for an emergency landslide mitigation project that affected 15 properties in the Borough of Templeton, Armstrong County.'),(42576,803,'_locations_10_description','field_5683f2b1dcba3'),(42577,803,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.796700, -79.173410\";s:3:\"lat\";s:9:\"40.796301\";s:3:\"lng\";s:18:\"-79.17366400000003\";}'),(42578,803,'_locations_11_location','field_5683f288dcba1'),(42579,803,'locations_11_title','State Route 0085, Section 450 Plumville Bridge 1'),(42580,803,'_locations_11_title','field_5683f2aadcba2'),(42581,803,'locations_11_image',''),(42582,803,'_locations_11_image','field_568439ed8109d'),(42583,803,'locations_11_description','This project is for a bridge and is affecting 9 properties and resulting in the relocation of 1 business and 1 resident in the Borough of Plumville, Indiana County.'),(42584,803,'_locations_11_description','field_5683f2b1dcba3'),(42585,803,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.796698, -79.173416\";s:3:\"lat\";s:9:\"40.796301\";s:3:\"lng\";s:18:\"-79.17366400000003\";}'),(42586,803,'_locations_12_location','field_5683f288dcba1'),(42587,803,'locations_12_title','State Route 0085, Section 450 Plumville Bridge 1'),(42588,803,'_locations_12_title','field_5683f2aadcba2'),(42589,803,'locations_12_image',''),(42590,803,'_locations_12_image','field_568439ed8109d'),(42591,803,'locations_12_description','This project is for a bridge and is affecting 9 properties and resulting in the relocation of 1 business and 1 resident in the Borough of Plumville, Indiana County.'),(42592,803,'_locations_12_description','field_5683f2b1dcba3'),(42593,803,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.526697, -79.059171\";s:3:\"lat\";s:10:\"40.5266932\";s:3:\"lng\";s:18:\"-79.05917820000002\";}'),(42594,803,'_locations_13_location','field_5683f288dcba1'),(42595,803,'locations_13_title','State Route 0056, Section 457 Brush Valley Bridge 3'),(42596,803,'_locations_13_title','field_5683f2aadcba2'),(42597,803,'locations_13_image',''),(42598,803,'_locations_13_image','field_568439ed8109d'),(42599,803,'locations_13_description','This project is for a bridge replacement and is affecting 6 properties resulting in the relocation of 2 residents in the Township of Brush Valley, Indiana County.'),(42600,803,'_locations_13_description','field_5683f2b1dcba3'),(42601,803,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.809574, -80.129537\";s:3:\"lat\";s:9:\"40.810026\";s:3:\"lng\";s:11:\"-80.1307999\";}'),(42602,803,'_locations_14_location','field_5683f288dcba1'),(42603,803,'locations_14_title','Fanker Road – Jackson Twp – Bridge Replacement'),(42604,803,'_locations_14_title','field_5683f2aadcba2'),(42605,803,'locations_14_image',''),(42606,803,'_locations_14_image','field_568439ed8109d'),(42607,803,'locations_14_description',''),(42608,803,'_locations_14_description','field_5683f2b1dcba3'),(42609,803,'locations_15_location','a:3:{s:7:\"address\";s:21:\"40.761054, -80.114860\";s:3:\"lat\";s:9:\"40.761057\";s:3:\"lng\";s:18:\"-80.11481930000002\";}'),(42610,803,'_locations_15_location','field_5683f288dcba1'),(42611,803,'locations_15_title','Joe Deener Road – Jackson Twp – Intersection Improvement'),(42612,803,'_locations_15_title','field_5683f2aadcba2'),(42613,803,'locations_15_image',''),(42614,803,'_locations_15_image','field_568439ed8109d'),(42615,803,'locations_15_description',''),(42616,803,'_locations_15_description','field_5683f2b1dcba3'),(42617,803,'locations_16_location','a:3:{s:7:\"address\";s:21:\"40.685389, -80.069478\";s:3:\"lat\";s:9:\"40.684698\";s:3:\"lng\";s:18:\"-80.06893500000001\";}'),(42618,803,'_locations_16_location','field_5683f288dcba1'),(42619,803,'locations_16_title','North Catholic High School Valuations – Cranberry PA (other)'),(42620,803,'_locations_16_title','field_5683f2aadcba2'),(42621,803,'locations_16_image',''),(42622,803,'_locations_16_image','field_568439ed8109d'),(42623,803,'locations_16_description',''),(42624,803,'_locations_16_description','field_5683f2b1dcba3'),(42625,803,'locations','17'),(42626,803,'_locations','field_5683f253a5dba'),(42627,804,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(42628,804,'_locations_0_location','field_5683f288dcba1'),(42629,804,'locations_0_title','SR0028, All sections'),(42630,804,'_locations_0_title','field_5683f2aadcba2'),(42631,804,'locations_0_image',''),(42632,804,'_locations_0_image','field_568439ed8109d'),(42633,804,'locations_0_description',''),(42634,804,'_locations_0_description','field_5683f2b1dcba3'),(42635,804,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(42636,804,'_locations_1_location','field_5683f288dcba1'),(42637,804,'locations_1_title','286, A09 – Golden Mile'),(42638,804,'_locations_1_title','field_5683f2aadcba2'),(42639,804,'locations_1_image',''),(42640,804,'_locations_1_image','field_568439ed8109d'),(42641,804,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(42642,804,'_locations_1_description','field_5683f2b1dcba3'),(42643,804,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(42644,804,'_locations_2_location','field_5683f288dcba1'),(42645,804,'locations_2_title','2040, A18 – Curry Hollow'),(42646,804,'_locations_2_title','field_5683f2aadcba2'),(42647,804,'locations_2_image',''),(42648,804,'_locations_2_image','field_568439ed8109d'),(42649,804,'locations_2_description',''),(42650,804,'_locations_2_description','field_5683f2b1dcba3'),(42651,804,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(42652,804,'_locations_3_location','field_5683f288dcba1'),(42653,804,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(42654,804,'_locations_3_title','field_5683f2aadcba2'),(42655,804,'locations_3_image',''),(42656,804,'_locations_3_image','field_568439ed8109d'),(42657,804,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(42658,804,'_locations_3_description','field_5683f2b1dcba3'),(42659,804,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(42660,804,'_locations_4_location','field_5683f288dcba1'),(42661,804,'locations_4_title','Duncan Avenue – Hampton Twp.'),(42662,804,'_locations_4_title','field_5683f2aadcba2'),(42663,804,'locations_4_image',''),(42664,804,'_locations_4_image','field_568439ed8109d'),(42665,804,'locations_4_description',''),(42666,804,'_locations_4_description','field_5683f2b1dcba3'),(42667,804,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(42668,804,'_locations_5_location','field_5683f288dcba1'),(42669,804,'locations_5_title','Pine Creek Road – McCandless'),(42670,804,'_locations_5_title','field_5683f2aadcba2'),(42671,804,'locations_5_image',''),(42672,804,'_locations_5_image','field_568439ed8109d'),(42673,804,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(42674,804,'_locations_5_description','field_5683f2b1dcba3'),(42675,804,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(42676,804,'_locations_6_location','field_5683f288dcba1'),(42677,804,'locations_6_title','Brewhouse – Trek Development'),(42678,804,'_locations_6_title','field_5683f2aadcba2'),(42679,804,'locations_6_image',''),(42680,804,'_locations_6_image','field_568439ed8109d'),(42681,804,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(42682,804,'_locations_6_description','field_5683f2b1dcba3'),(42683,804,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(42684,804,'_locations_7_location','field_5683f288dcba1'),(42685,804,'locations_7_title','Ewalt Road – Richland Twp.'),(42686,804,'_locations_7_title','field_5683f2aadcba2'),(42687,804,'locations_7_image',''),(42688,804,'_locations_7_image','field_568439ed8109d'),(42689,804,'locations_7_description',''),(42690,804,'_locations_7_description','field_5683f2b1dcba3'),(42691,804,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(42692,804,'_locations_8_location','field_5683f288dcba1'),(42693,804,'locations_8_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(42694,804,'_locations_8_title','field_5683f2aadcba2'),(42695,804,'locations_8_image',''),(42696,804,'_locations_8_image','field_568439ed8109d'),(42697,804,'locations_8_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(42698,804,'_locations_8_description','field_5683f2b1dcba3'),(42699,804,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.425708, -79.805807\";s:3:\"lat\";s:10:\"40.4256461\";s:3:\"lng\";s:18:\"-79.80576589999998\";}'),(42700,804,'_locations_9_location','field_5683f288dcba1'),(42701,804,'locations_9_title','State Route 2065, Section A07'),(42702,804,'_locations_9_title','field_5683f2aadcba2'),(42703,804,'locations_9_image',''),(42704,804,'_locations_9_image','field_568439ed8109d'),(42705,804,'locations_9_description',''),(42706,804,'_locations_9_description','field_5683f2b1dcba3'),(42707,804,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.354856, -80.118393\";s:3:\"lat\";s:10:\"40.3527492\";s:3:\"lng\";s:18:\"-80.11776529999997\";}'),(42708,804,'_locations_10_location','field_5683f288dcba1'),(42709,804,'locations_10_title','Southern Beltway Section C – New Roadway Construction'),(42710,804,'_locations_10_title','field_5683f2aadcba2'),(42711,804,'locations_10_image',''),(42712,804,'_locations_10_image','field_568439ed8109d'),(42713,804,'locations_10_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 18 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(42714,804,'_locations_10_description','field_5683f2b1dcba3'),(42715,804,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.509371, -80.256419\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(42716,804,'_locations_11_location','field_5683f288dcba1'),(42717,804,'locations_11_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(42718,804,'_locations_11_title','field_5683f2aadcba2'),(42719,804,'locations_11_image','671'),(42720,804,'_locations_11_image','field_568439ed8109d'),(42721,804,'locations_11_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(42722,804,'_locations_11_description','field_5683f2b1dcba3'),(42723,804,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.590450, -79.888763\";s:3:\"lat\";s:10:\"40.5943712\";s:3:\"lng\";s:18:\"-79.89597279999998\";}'),(42724,804,'_locations_12_location','field_5683f288dcba1'),(42725,804,'locations_12_title','MP 40-48 – Hampton Township – Highway Widening'),(42726,804,'_locations_12_title','field_5683f2aadcba2'),(42727,804,'locations_12_image',''),(42728,804,'_locations_12_image','field_568439ed8109d'),(42729,804,'locations_12_description','This project is for mainline reconstruction and bridge replacement and is affecting 71 properties and resulting in the relocation of 1 resident in the Townships of Harmar and Indiana, Allegheny County.'),(42730,804,'_locations_12_description','field_5683f2b1dcba3'),(42731,804,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.392019, -80.077682\";s:3:\"lat\";s:17:\"40.39202119999999\";s:3:\"lng\";s:18:\"-80.07767890000002\";}'),(42732,804,'_locations_13_location','field_5683f288dcba1'),(42733,804,'locations_13_title','Georges Run Bridge No. 1, Carnegie PA – Bridge'),(42734,804,'_locations_13_title','field_5683f2aadcba2'),(42735,804,'locations_13_image',''),(42736,804,'_locations_13_image','field_568439ed8109d'),(42737,804,'locations_13_description','This project is for a small bridge replacement and is affecting 4 properties in the Township of Scott, Allegheny County.'),(42738,804,'_locations_13_description','field_5683f2b1dcba3'),(42739,804,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.386279, -79.894258\";s:3:\"lat\";s:10:\"40.3862842\";s:3:\"lng\";s:18:\"-79.89425510000001\";}'),(42740,804,'_locations_14_location','field_5683f288dcba1'),(42741,804,'locations_14_title','Homeville Creek Bridge 7, West Mifflin PA – Bridge'),(42742,804,'_locations_14_title','field_5683f2aadcba2'),(42743,804,'locations_14_image',''),(42744,804,'_locations_14_image','field_568439ed8109d'),(42745,804,'locations_14_description','This project is for a small bridge replacement and is affecting 7 properties in the Borough of Munhall, Allegheny County.'),(42746,804,'_locations_14_description','field_5683f2b1dcba3'),(42747,804,'locations_15_location','a:3:{s:7:\"address\";s:21:\"40.396380, -79.895244\";s:3:\"lat\";s:10:\"40.3963432\";s:3:\"lng\";s:18:\"-79.89543119999996\";}'),(42748,804,'_locations_15_location','field_5683f288dcba1'),(42749,804,'locations_15_title','Homeville Creek Bridge 10 – West Mifflin PA - Bridge'),(42750,804,'_locations_15_title','field_5683f2aadcba2'),(42751,804,'locations_15_image','727'),(42752,804,'_locations_15_image','field_568439ed8109d'),(42753,804,'locations_15_description','This project was for a small bridge replacement and affected 7 properties in the Borough of Munhall, Allegheny County.'),(42754,804,'_locations_15_description','field_5683f2b1dcba3'),(42755,804,'locations_16_location','a:3:{s:7:\"address\";s:21:\"40.329286, -79.987406\";s:3:\"lat\";s:10:\"40.3292857\";s:3:\"lng\";s:18:\"-79.98741289999998\";}'),(42756,804,'_locations_16_location','field_5683f288dcba1'),(42757,804,'locations_16_title','Licks Run Bridge 9, South Park – PA – Bridge'),(42758,804,'_locations_16_title','field_5683f2aadcba2'),(42759,804,'locations_16_image','730'),(42760,804,'_locations_16_image','field_568439ed8109d'),(42761,804,'locations_16_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(42762,804,'_locations_16_description','field_5683f2b1dcba3'),(42763,804,'locations_17_location','a:3:{s:7:\"address\";s:21:\"40.329261, -79.988204\";s:3:\"lat\";s:9:\"40.329261\";s:3:\"lng\";s:10:\"-79.988205\";}'),(42764,804,'_locations_17_location','field_5683f288dcba1'),(42765,804,'locations_17_title','Licks Run Bridge 10, South Park – PA - Bridge'),(42766,804,'_locations_17_title','field_5683f2aadcba2'),(42767,804,'locations_17_image','730'),(42768,804,'_locations_17_image','field_568439ed8109d'),(42769,804,'locations_17_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(42770,804,'_locations_17_description','field_5683f2b1dcba3'),(42771,804,'locations_18_location','a:3:{s:7:\"address\";s:21:\"40.515624, -80.009959\";s:3:\"lat\";s:10:\"40.5156082\";s:3:\"lng\";s:18:\"-80.00994129999998\";}'),(42772,804,'_locations_18_location','field_5683f288dcba1'),(42773,804,'locations_18_title','Girtys Run Bridge 14'),(42774,804,'_locations_18_title','field_5683f2aadcba2'),(42775,804,'locations_18_image','733'),(42776,804,'_locations_18_image','field_568439ed8109d'),(42777,804,'locations_18_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(42778,804,'_locations_18_description','field_5683f2b1dcba3'),(42779,804,'locations_19_location','a:3:{s:7:\"address\";s:21:\"40.488268, -80.045947\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(42780,804,'_locations_19_location','field_5683f288dcba1'),(42781,804,'locations_19_title','Jacks Run 3 – Bellevue, PA – Bridge Replacement'),(42782,804,'_locations_19_title','field_5683f2aadcba2'),(42783,804,'locations_19_image','735'),(42784,804,'_locations_19_image','field_568439ed8109d'),(42785,804,'locations_19_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(42786,804,'_locations_19_description','field_5683f2b1dcba3'),(42787,804,'locations_20_location','a:3:{s:7:\"address\";s:21:\"40.330826, -79.986892\";s:3:\"lat\";s:10:\"40.3307469\";s:3:\"lng\";s:18:\"-79.98678430000001\";}'),(42788,804,'_locations_20_location','field_5683f288dcba1'),(42789,804,'locations_20_title','Brownsville to Broughton, South Park PA, intersection improvements and realignment'),(42790,804,'_locations_20_title','field_5683f2aadcba2'),(42791,804,'locations_20_image',''),(42792,804,'_locations_20_image','field_568439ed8109d'),(42793,804,'locations_20_description',''),(42794,804,'_locations_20_description','field_5683f2b1dcba3'),(42795,804,'locations_21_location','a:3:{s:7:\"address\";s:21:\"40.651302, -79.799610\";s:3:\"lat\";s:9:\"40.651344\";s:3:\"lng\";s:18:\"-79.80019399999998\";}'),(42796,804,'_locations_21_location','field_5683f288dcba1'),(42797,804,'locations_21_title','Bull Creek Bridge No. 6 – Fawn Township – Bridge'),(42798,804,'_locations_21_title','field_5683f2aadcba2'),(42799,804,'locations_21_image',''),(42800,804,'_locations_21_image','field_568439ed8109d'),(42801,804,'locations_21_description','This project is for a small bridge replacement and is affecting 9 properties in the Township of Fawn, Allegheny County.'),(42802,804,'_locations_21_description','field_5683f2b1dcba3'),(42803,804,'locations_22_location','a:3:{s:7:\"address\";s:21:\"40.662745, -79.817800\";s:3:\"lat\";s:9:\"40.663536\";s:3:\"lng\";s:10:\"-79.819073\";}'),(42804,804,'_locations_22_location','field_5683f288dcba1'),(42805,804,'locations_22_title','Bull Creek Bridge No. 9 – West Deer Township – Bridge'),(42806,804,'_locations_22_title','field_5683f2aadcba2'),(42807,804,'locations_22_image',''),(42808,804,'_locations_22_image','field_568439ed8109d'),(42809,804,'locations_22_description','This project is for a small bridge replacement and is affecting 2 properties in the Township of West Deer, Allegheny County.'),(42810,804,'_locations_22_description','field_5683f2b1dcba3'),(42811,804,'locations_23_location','a:3:{s:7:\"address\";s:21:\"40.620209, -79.833885\";s:3:\"lat\";s:10:\"40.6202319\";s:3:\"lng\";s:18:\"-79.83386789999997\";}'),(42812,804,'_locations_23_location','field_5683f288dcba1'),(42813,804,'locations_23_title','Little Deer Creek DL06 – West Deer Township – Bridge Replacement'),(42814,804,'_locations_23_title','field_5683f2aadcba2'),(42815,804,'locations_23_image','740'),(42816,804,'_locations_23_image','field_568439ed8109d'),(42817,804,'locations_23_description','This project was for a small bridge replacement and affected properties in the Township of Russellton, Allegheny County.'),(42818,804,'_locations_23_description','field_5683f2b1dcba3'),(42819,804,'locations_24_location','a:3:{s:7:\"address\";s:21:\"40.620213, -79.833892\";s:3:\"lat\";s:10:\"40.6202352\";s:3:\"lng\";s:18:\"-79.83387549999998\";}'),(42820,804,'_locations_24_location','field_5683f288dcba1'),(42821,804,'locations_24_title','Turtle Creek Bridge 6 – Turtle Creek PA'),(42822,804,'_locations_24_title','field_5683f2aadcba2'),(42823,804,'locations_24_image','742'),(42824,804,'_locations_24_image','field_568439ed8109d'),(42825,804,'locations_24_description','This project is for a mid-sized bridge replacement and is affecting 5 properties in the Borough of Turtle Creek, Allegheny County.'),(42826,804,'_locations_24_description','field_5683f2b1dcba3'),(42827,804,'locations_25_location','a:3:{s:7:\"address\";s:21:\"40.488263, -80.045950\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(42828,804,'_locations_25_location','field_5683f288dcba1'),(42829,804,'locations_25_title','Jacks Run 1, Bellevue and the City of Pittsburgh'),(42830,804,'_locations_25_title','field_5683f2aadcba2'),(42831,804,'locations_25_image','744'),(42832,804,'_locations_25_image','field_568439ed8109d'),(42833,804,'locations_25_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(42834,804,'_locations_25_description','field_5683f2b1dcba3'),(42835,804,'locations_26_location','a:3:{s:7:\"address\";s:21:\"40.541799, -80.247918\";s:3:\"lat\";s:10:\"40.5417824\";s:3:\"lng\";s:11:\"-80.2479169\";}'),(42836,804,'_locations_26_location','field_5683f288dcba1'),(42837,804,'locations_26_title','Boggs Run Bridge 1 – Moon Township'),(42838,804,'_locations_26_title','field_5683f2aadcba2'),(42839,804,'locations_26_image','746'),(42840,804,'_locations_26_image','field_568439ed8109d'),(42841,804,'locations_26_description','This project was for a small bridge replacement and affected 2 properties in the Township of Moon, Allegheny County.'),(42842,804,'_locations_26_description','field_5683f2b1dcba3'),(42843,804,'locations_27_location','a:3:{s:7:\"address\";s:21:\"40.549801, -79.997772\";s:3:\"lat\";s:9:\"40.549733\";s:3:\"lng\";s:18:\"-79.99820799999998\";}'),(42844,804,'_locations_27_location','field_5683f288dcba1'),(42845,804,'locations_27_title','Pine Creek Bridge 1 – Ross Township – Bridge'),(42846,804,'_locations_27_title','field_5683f2aadcba2'),(42847,804,'locations_27_image','749'),(42848,804,'_locations_27_image','field_568439ed8109d'),(42849,804,'locations_27_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(42850,804,'_locations_27_description','field_5683f2b1dcba3'),(42851,804,'locations_28_location','a:3:{s:7:\"address\";s:21:\"40.513209, -79.952573\";s:3:\"lat\";s:10:\"40.5132141\";s:3:\"lng\";s:18:\"-79.95257859999998\";}'),(42852,804,'_locations_28_location','field_5683f288dcba1'),(42853,804,'locations_28_title','Pine Creek Bridge 11 – Glenshaw PA – Bridge'),(42854,804,'_locations_28_title','field_5683f2aadcba2'),(42855,804,'locations_28_image',''),(42856,804,'_locations_28_image','field_568439ed8109d'),(42857,804,'locations_28_description',''),(42858,804,'_locations_28_description','field_5683f2b1dcba3'),(42859,804,'locations_29_location','a:3:{s:7:\"address\";s:21:\"40.518356, -79.992893\";s:3:\"lat\";s:10:\"40.5183459\";s:3:\"lng\";s:11:\"-79.9928827\";}'),(42860,804,'_locations_29_location','field_5683f288dcba1'),(42861,804,'locations_29_title','Thompson Run Bridge 1, Ross Township – Bridge'),(42862,804,'_locations_29_title','field_5683f2aadcba2'),(42863,804,'locations_29_image',''),(42864,804,'_locations_29_image','field_568439ed8109d'),(42865,804,'locations_29_description',''),(42866,804,'_locations_29_description','field_5683f2b1dcba3'),(42867,804,'locations_30_location','a:3:{s:7:\"address\";s:21:\"40.512503, -79.993398\";s:3:\"lat\";s:10:\"40.5125049\";s:3:\"lng\";s:18:\"-79.99341290000001\";}'),(42868,804,'_locations_30_location','field_5683f288dcba1'),(42869,804,'locations_30_title','Thompson Run Bridge 2, Ross Township – Bridge'),(42870,804,'_locations_30_title','field_5683f2aadcba2'),(42871,804,'locations_30_image',''),(42872,804,'_locations_30_image','field_568439ed8109d'),(42873,804,'locations_30_description',''),(42874,804,'_locations_30_description','field_5683f2b1dcba3'),(42875,804,'locations_31_location','a:3:{s:7:\"address\";s:21:\"40.451854, -80.204526\";s:3:\"lat\";s:10:\"40.4518427\";s:3:\"lng\";s:18:\"-80.20452230000001\";}'),(42876,804,'_locations_31_location','field_5683f288dcba1'),(42877,804,'locations_31_title','Montour Run Bridge 13, Findlay Township – Bridge'),(42878,804,'_locations_31_title','field_5683f2aadcba2'),(42879,804,'locations_31_image',''),(42880,804,'_locations_31_image','field_568439ed8109d'),(42881,804,'locations_31_description',''),(42882,804,'_locations_31_description','field_5683f2b1dcba3'),(42883,804,'locations_32_location','a:3:{s:7:\"address\";s:21:\"40.387729, -80.157101\";s:3:\"lat\";s:9:\"40.387271\";s:3:\"lng\";s:18:\"-80.15843699999999\";}'),(42884,804,'_locations_32_location','field_5683f288dcba1'),(42885,804,'locations_32_title','Thompson Run Bridge 10 – Collier – Bridge'),(42886,804,'_locations_32_title','field_5683f2aadcba2'),(42887,804,'locations_32_image',''),(42888,804,'_locations_32_image','field_568439ed8109d'),(42889,804,'locations_32_description',''),(42890,804,'_locations_32_description','field_5683f2b1dcba3'),(42891,804,'locations_33_location','a:3:{s:7:\"address\";s:21:\"40.411953, -79.875847\";s:3:\"lat\";s:10:\"40.4120812\";s:3:\"lng\";s:18:\"-79.87589430000003\";}'),(42892,804,'_locations_33_location','field_5683f288dcba1'),(42893,804,'locations_33_title','Hawkins Village – Rankin, PA - Intersection improvements'),(42894,804,'_locations_33_title','field_5683f2aadcba2'),(42895,804,'locations_33_image',''),(42896,804,'_locations_33_image','field_568439ed8109d'),(42897,804,'locations_33_description',''),(42898,804,'_locations_33_description','field_5683f2b1dcba3'),(42899,804,'locations_34_location','a:3:{s:7:\"address\";s:21:\"40.431658, -79.988902\";s:3:\"lat\";s:10:\"40.4316605\";s:3:\"lng\";s:11:\"-79.9888856\";}'),(42900,804,'_locations_34_location','field_5683f288dcba1'),(42901,804,'locations_34_title','10th Street Bridge – City of Pittsburgh'),(42902,804,'_locations_34_title','field_5683f2aadcba2'),(42903,804,'locations_34_image',''),(42904,804,'_locations_34_image','field_568439ed8109d'),(42905,804,'locations_34_description','This project is for a bridge rehabilitation and is affecting 5 properties in the City of Pittsburgh, Allegheny County.'),(42906,804,'_locations_34_description','field_5683f2b1dcba3'),(42907,804,'locations_35_location','a:3:{s:7:\"address\";s:21:\"40.499230, -80.046110\";s:3:\"lat\";s:10:\"40.4991326\";s:3:\"lng\";s:18:\"-80.04601000000002\";}'),(42908,804,'_locations_35_location','field_5683f288dcba1'),(42909,804,'locations_35_title','Jacks Run Bridge Number 4 – Ross Township'),(42910,804,'_locations_35_title','field_5683f2aadcba2'),(42911,804,'locations_35_image','761'),(42912,804,'_locations_35_image','field_568439ed8109d'),(42913,804,'locations_35_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(42914,804,'_locations_35_description','field_5683f2b1dcba3'),(42915,804,'locations_36_location','a:3:{s:7:\"address\";s:21:\"40.459236, -79.925044\";s:3:\"lat\";s:10:\"40.4592362\";s:3:\"lng\";s:18:\"-79.92502609999997\";}'),(42916,804,'_locations_36_location','field_5683f288dcba1'),(42917,804,'locations_36_title','South Highland Bridge'),(42918,804,'_locations_36_title','field_5683f2aadcba2'),(42919,804,'locations_36_image','765'),(42920,804,'_locations_36_image','field_568439ed8109d'),(42921,804,'locations_36_description','This project was for a small bridge replacement and affected 5 properties in the City of Pittsburgh, Allegheny County.'),(42922,804,'_locations_36_description','field_5683f2b1dcba3'),(42923,804,'locations_37_location','a:3:{s:7:\"address\";s:21:\"40.428539, -79.937852\";s:3:\"lat\";s:10:\"40.4286635\";s:3:\"lng\";s:11:\"-79.9385646\";}'),(42924,804,'_locations_37_location','field_5683f288dcba1'),(42925,804,'locations_37_title','Greenfield Bridge'),(42926,804,'_locations_37_title','field_5683f2aadcba2'),(42927,804,'locations_37_image',''),(42928,804,'_locations_37_image','field_568439ed8109d'),(42929,804,'locations_37_description','This project is for a large bridge replacement and is affecting 5 properties in the City of Pittsburgh, Allegheny County.'),(42930,804,'_locations_37_description','field_5683f2b1dcba3'),(42931,804,'locations_38_location','a:3:{s:7:\"address\";s:21:\"40.451553, -80.010952\";s:3:\"lat\";s:10:\"40.4507635\";s:3:\"lng\";s:18:\"-80.01148369999999\";}'),(42932,804,'_locations_38_location','field_5683f288dcba1'),(42933,804,'locations_38_title','West Ohio'),(42934,804,'_locations_38_title','field_5683f2aadcba2'),(42935,804,'locations_38_image',''),(42936,804,'_locations_38_image','field_568439ed8109d'),(42937,804,'locations_38_description','This project is for a bridge and is affecting 6 properties in the City of Pittsburgh, Allegheny County.'),(42938,804,'_locations_38_description','field_5683f2b1dcba3'),(42939,804,'locations_39_location','a:3:{s:7:\"address\";s:21:\"40.406886, -80.034145\";s:3:\"lat\";s:10:\"40.4068824\";s:3:\"lng\";s:11:\"-80.0341517\";}'),(42940,804,'_locations_39_location','field_5683f288dcba1'),(42941,804,'locations_39_title','Wenzel Avenue'),(42942,804,'_locations_39_title','field_5683f2aadcba2'),(42943,804,'locations_39_image',''),(42944,804,'_locations_39_image','field_568439ed8109d'),(42945,804,'locations_39_description','This project is for a bridge replacement and intersection improvement and is affecting 5 properties in the City of Pittsburgh, Allegheny County.'),(42946,804,'_locations_39_description','field_5683f2b1dcba3'),(42947,804,'locations_40_location','a:3:{s:7:\"address\";s:21:\"40.441118, -80.005603\";s:3:\"lat\";s:10:\"40.4412185\";s:3:\"lng\";s:18:\"-80.00527490000002\";}'),(42948,804,'_locations_40_location','field_5683f288dcba1'),(42949,804,'locations_40_title','Gateway Alignment of Pittsburgh’s Light Rail System – Damage Estimate (other)'),(42950,804,'_locations_40_title','field_5683f2aadcba2'),(42951,804,'locations_40_image',''),(42952,804,'_locations_40_image','field_568439ed8109d'),(42953,804,'locations_40_description',''),(42954,804,'_locations_40_description','field_5683f2b1dcba3'),(42955,804,'locations_41_location','a:3:{s:7:\"address\";s:21:\"40.432068, -79.960800\";s:3:\"lat\";s:10:\"40.4320739\";s:3:\"lng\";s:18:\"-79.96079459999999\";}'),(42956,804,'_locations_41_location','field_5683f288dcba1'),(42957,804,'locations_41_title','Duquesne Light, 2nd Avenue, City of Pittsburgh – Market Study (other)'),(42958,804,'_locations_41_title','field_5683f2aadcba2'),(42959,804,'locations_41_image',''),(42960,804,'_locations_41_image','field_568439ed8109d'),(42961,804,'locations_41_description',''),(42962,804,'_locations_41_description','field_5683f2b1dcba3'),(42963,804,'locations_42_location','a:3:{s:7:\"address\";s:21:\"40.576915, -79.909904\";s:3:\"lat\";s:10:\"40.5766476\";s:3:\"lng\";s:18:\"-79.90981210000001\";}'),(42964,804,'_locations_42_location','field_5683f288dcba1'),(42965,804,'locations_42_title','Superior Pipeline – Frazer Township, Large Tract Valuation Study – (other)'),(42966,804,'_locations_42_title','field_5683f2aadcba2'),(42967,804,'locations_42_image',''),(42968,804,'_locations_42_image','field_568439ed8109d'),(42969,804,'locations_42_description',''),(42970,804,'_locations_42_description','field_5683f2b1dcba3'),(42971,804,'locations_43_location','a:3:{s:7:\"address\";s:21:\"40.576915, -79.909904\";s:3:\"lat\";s:10:\"40.5766476\";s:3:\"lng\";s:18:\"-79.90981210000001\";}'),(42972,804,'_locations_43_location','field_5683f288dcba1'),(42973,804,'locations_43_title','Allegheny County Airport Authority, Avigation Easement Valuation – (other)'),(42974,804,'_locations_43_title','field_5683f2aadcba2'),(42975,804,'locations_43_image',''),(42976,804,'_locations_43_image','field_568439ed8109d'),(42977,804,'locations_43_description',''),(42978,804,'_locations_43_description','field_5683f2b1dcba3'),(42979,804,'locations_44_location','a:3:{s:7:\"address\";s:21:\"40.514151, -80.263115\";s:3:\"lat\";s:9:\"40.514459\";s:3:\"lng\";s:18:\"-80.26304199999998\";}'),(42980,804,'_locations_44_location','field_5683f288dcba1'),(42981,804,'locations_44_title','Allegheny County Airport Authority and Findlay Municipal Authority, Moon Township – (other)'),(42982,804,'_locations_44_title','field_5683f2aadcba2'),(42983,804,'locations_44_image',''),(42984,804,'_locations_44_image','field_568439ed8109d'),(42985,804,'locations_44_description',''),(42986,804,'_locations_44_description','field_5683f2b1dcba3'),(42987,804,'locations_45_location','a:3:{s:7:\"address\";s:21:\"40.469056, -80.040343\";s:3:\"lat\";s:10:\"40.4692028\";s:3:\"lng\";s:18:\"-80.04039019999999\";}'),(42988,804,'_locations_45_location','field_5683f288dcba1'),(42989,804,'locations_45_title','Doerr Street Small Tract Vacant Land Study – Duquesne Light – Pittsburgh (other)'),(42990,804,'_locations_45_title','field_5683f2aadcba2'),(42991,804,'locations_45_image',''),(42992,804,'_locations_45_image','field_568439ed8109d'),(42993,804,'locations_45_description',''),(42994,804,'_locations_45_description','field_5683f2b1dcba3'),(42995,804,'locations_46_location','a:3:{s:7:\"address\";s:21:\"40.382384, -79.995586\";s:3:\"lat\";s:10:\"40.3824177\";s:3:\"lng\";s:18:\"-79.99573729999997\";}'),(42996,804,'_locations_46_location','field_5683f288dcba1'),(42997,804,'locations_46_title','Saw Mill Run Boulevard – 51 and 88 intersection – Pittsburgh (other)'),(42998,804,'_locations_46_title','field_5683f2aadcba2'),(42999,804,'locations_46_image',''),(43000,804,'_locations_46_image','field_568439ed8109d'),(43001,804,'locations_46_description',''),(43002,804,'_locations_46_description','field_5683f2b1dcba3'),(43003,804,'locations_47_location','a:3:{s:7:\"address\";s:21:\"40.309789, -79.915040\";s:3:\"lat\";s:10:\"40.3098001\";s:3:\"lng\";s:10:\"-79.915032\";}'),(43004,804,'_locations_47_location','field_5683f288dcba1'),(43005,804,'locations_47_title','Large Tract Vacant Land Study – Jefferson Hills, PA (other)'),(43006,804,'_locations_47_title','field_5683f2aadcba2'),(43007,804,'locations_47_image',''),(43008,804,'_locations_47_image','field_568439ed8109d'),(43009,804,'locations_47_description',''),(43010,804,'_locations_47_description','field_5683f2b1dcba3'),(43011,804,'locations','48'),(43012,804,'_locations','field_5683f253a5dba'),(43013,805,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.404080, -79.598941\";s:3:\"lat\";s:10:\"40.4037911\";s:3:\"lng\";s:18:\"-79.59865200000002\";}'),(43014,805,'_locations_0_location','field_5683f288dcba1'),(43015,805,'locations_0_title','State Route 22, Section B02 – Murraysville - Highway Widening'),(43016,805,'_locations_0_title','field_5683f2aadcba2'),(43017,805,'locations_0_image','667'),(43018,805,'_locations_0_image','field_568439ed8109d'),(43019,805,'locations_0_description','This project was for widening, realignment, and intersection improvement and affected over 100 properties and resulted in the relocation of 10 businesses in the Borough of Murrysville, Westmoreland County.'),(43020,805,'_locations_0_description','field_5683f2b1dcba3'),(43021,805,'locations_1_location','a:3:{s:7:\"address\";s:21:\"39.909163, -79.689577\";s:3:\"lat\";s:9:\"39.908594\";s:3:\"lng\";s:18:\"-79.69076000000001\";}'),(43022,805,'_locations_1_location','field_5683f288dcba1'),(43023,805,'locations_1_title','State Route 1021, Section H10 – Fayette County, North Union Twp. Bridge'),(43024,805,'_locations_1_title','field_5683f2aadcba2'),(43025,805,'locations_1_image',''),(43026,805,'_locations_1_image','field_568439ed8109d'),(43027,805,'locations_1_description','This project is for a small bridge and is affecting 5 properties in the Township of North Union, Fayette County.'),(43028,805,'_locations_1_description','field_5683f2b1dcba3'),(43029,805,'locations_2_location','a:3:{s:7:\"address\";s:21:\"39.995633, -79.849076\";s:3:\"lat\";s:10:\"39.9954425\";s:3:\"lng\";s:11:\"-79.8508357\";}'),(43030,805,'_locations_2_location','field_5683f288dcba1'),(43031,805,'locations_2_title','Mon-Fayette Expressway, Uniontown to Brownsville Segment – Grindstone PA – New Roadway'),(43032,805,'_locations_2_title','field_5683f2aadcba2'),(43033,805,'locations_2_image','678'),(43034,805,'_locations_2_image','field_568439ed8109d'),(43035,805,'locations_2_description','This project was for new roadway construction and affected 63 properties and resulted in the relocation of 5 residents in several minicipalities in Fayette and Washington Counties.'),(43036,805,'_locations_2_description','field_5683f2b1dcba3'),(43037,805,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.425445, -80.319484\";s:3:\"lat\";s:10:\"40.4257514\";s:3:\"lng\";s:18:\"-80.31952849999999\";}'),(43038,805,'_locations_3_location','field_5683f288dcba1'),(43039,805,'locations_3_title','Southern Beltway, Section A – New Roadway Construction'),(43040,805,'_locations_3_title','field_5683f2aadcba2'),(43041,805,'locations_3_image',''),(43042,805,'_locations_3_image','field_568439ed8109d'),(43043,805,'locations_3_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 28 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(43044,805,'_locations_3_description','field_5683f2b1dcba3'),(43045,805,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.425444, -80.319483\";s:3:\"lat\";s:10:\"40.4257514\";s:3:\"lng\";s:18:\"-80.31952849999999\";}'),(43046,805,'_locations_4_location','field_5683f288dcba1'),(43047,805,'locations_4_title','Slip Ramps, Devault PA – New Interchange'),(43048,805,'_locations_4_title','field_5683f2aadcba2'),(43049,805,'locations_4_image',''),(43050,805,'_locations_4_image','field_568439ed8109d'),(43051,805,'locations_4_description',''),(43052,805,'_locations_4_description','field_5683f2b1dcba3'),(43053,805,'locations','5'),(43054,805,'_locations','field_5683f253a5dba'),(43055,806,'locations_0_location','a:3:{s:7:\"address\";s:21:\"42.136992, -80.068054\";s:3:\"lat\";s:9:\"42.137055\";s:3:\"lng\";s:11:\"-80.0681085\";}'),(43056,806,'_locations_0_location','field_5683f288dcba1'),(43057,806,'locations_0_title','State Route 4034, Section A50 Erie Bayfront – New Roadway Construction'),(43058,806,'_locations_0_title','field_5683f2aadcba2'),(43059,806,'locations_0_image',''),(43060,806,'_locations_0_image','field_568439ed8109d'),(43061,806,'locations_0_description','This project was for new road construction and affected 24 properties and resulted in the relocation of 12 residents and 3 businesses in the City of Erie, Erie County.'),(43062,806,'_locations_0_description','field_5683f2b1dcba3'),(43063,806,'locations_1_location','a:3:{s:7:\"address\";s:21:\"42.132253, -80.062521\";s:3:\"lat\";s:10:\"42.1317107\";s:3:\"lng\";s:18:\"-80.06192249999998\";}'),(43064,806,'_locations_1_location','field_5683f288dcba1'),(43065,806,'locations_1_title','State Route 4034, Section A51 Erie Bayfront – New Roadway Construction'),(43066,806,'_locations_1_title','field_5683f2aadcba2'),(43067,806,'locations_1_image','445'),(43068,806,'_locations_1_image','field_568439ed8109d'),(43069,806,'locations_1_description','This project was for new road construction and affected 25 properties and resulted in the relocation of 3 residents and 12 businesses in the City of Erie, Erie County.'),(43070,806,'_locations_1_description','field_5683f2b1dcba3'),(43071,806,'locations_2_location','a:3:{s:7:\"address\";s:21:\"42.123213, -79.980684\";s:3:\"lat\";s:17:\"42.12319309999999\";s:3:\"lng\";s:18:\"-79.98069599999997\";}'),(43072,806,'_locations_2_location','field_5683f288dcba1'),(43073,806,'locations_2_title','State Route 4034, Section A90 Bayfront Station Road – New Roadway Construction'),(43074,806,'_locations_2_title','field_5683f2aadcba2'),(43075,806,'locations_2_image','448'),(43076,806,'_locations_2_image','field_568439ed8109d'),(43077,806,'locations_2_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie County.'),(43078,806,'_locations_2_description','field_5683f2b1dcba3'),(43079,806,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.157606, -80.225857\";s:3:\"lat\";s:10:\"41.1576048\";s:3:\"lng\";s:11:\"-80.2258668\";}'),(43080,806,'_locations_3_location','field_5683f288dcba1'),(43081,806,'locations_3_title','Iron Bridge – State Route 0019, B04 – Bridge Replacement'),(43082,806,'_locations_3_title','field_5683f2aadcba2'),(43083,806,'locations_3_image','450'),(43084,806,'_locations_3_image','field_568439ed8109d'),(43085,806,'locations_3_description','This project was for a mid-sized bridge replacement and affected 8 properties in the Township of Springfield, Mercer County.'),(43086,806,'_locations_3_description','field_5683f2b1dcba3'),(43087,806,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.157502, -80.225829\";s:3:\"lat\";s:10:\"41.1575001\";s:3:\"lng\";s:11:\"-80.2258445\";}'),(43088,806,'_locations_4_location','field_5683f288dcba1'),(43089,806,'locations_4_title','State Route 0062, Section A02G, Sharon – Roadway Widening'),(43090,806,'_locations_4_title','field_5683f2aadcba2'),(43091,806,'locations_4_image','452'),(43092,806,'_locations_4_image','field_568439ed8109d'),(43093,806,'locations_4_description','This project was for a road widening and affected 12 properties and resulted in the relocation of 2 residents and 4 businesses in the Cities of Sharon and Farrell, Mercer County.'),(43094,806,'_locations_4_description','field_5683f2b1dcba3'),(43095,806,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.203515, -80.500030\";s:3:\"lat\";s:10:\"41.2035162\";s:3:\"lng\";s:18:\"-80.50022580000001\";}'),(43096,806,'_locations_5_location','field_5683f288dcba1'),(43097,806,'locations_5_title','State Route 0062, Section A02, Sharon – Roadway Widening'),(43098,806,'_locations_5_title','field_5683f2aadcba2'),(43099,806,'locations_5_image',''),(43100,806,'_locations_5_image','field_568439ed8109d'),(43101,806,'locations_5_description','This project is for roadway widening and intersection improvements and is affecting over 100 properties and resulting in the relocation of 2 residents and 2 businesses in the Cities of Sharon and Farrell, and the Borough of West Wheatland, Mercer County.'),(43102,806,'_locations_5_description','field_5683f2b1dcba3'),(43103,806,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.174312, -80.459088\";s:3:\"lat\";s:9:\"41.174248\";s:3:\"lng\";s:18:\"-80.45922139999999\";}'),(43104,806,'_locations_6_location','field_5683f288dcba1'),(43105,806,'locations_6_title','State Route 318, Section B00 – West Middlesex – Bridge Replacement'),(43106,806,'_locations_6_title','field_5683f2aadcba2'),(43107,806,'locations_6_image',''),(43108,806,'_locations_6_image','field_568439ed8109d'),(43109,806,'locations_6_description','This project is for a large bridge replacement spanning the Shenango River and is affecting 23 properties in the Borough of West Middlesex, Mercer County.'),(43110,806,'_locations_6_description','field_5683f2b1dcba3'),(43111,806,'locations_7_location','a:3:{s:7:\"address\";s:21:\"42.101392, -79.988518\";s:3:\"lat\";s:10:\"42.1009699\";s:3:\"lng\";s:18:\"-79.98816999999997\";}'),(43112,806,'_locations_7_location','field_5683f288dcba1'),(43113,806,'locations_7_title','Township Road T609, Section S000 - Kane Hill Road Bridge – Erie County (LOCAL)'),(43114,806,'_locations_7_title','field_5683f2aadcba2'),(43115,806,'locations_7_image','461'),(43116,806,'_locations_7_image','field_568439ed8109d'),(43117,806,'locations_7_description','This project is for a bridge replacement and is affecting 4 properties in Township of Greene, Erie County.'),(43118,806,'_locations_7_description','field_5683f2b1dcba3'),(43119,806,'locations_8_location','a:3:{s:7:\"address\";s:21:\"42.067111, -80.103791\";s:3:\"lat\";s:10:\"42.0681078\";s:3:\"lng\";s:11:\"-80.1039467\";}'),(43120,806,'_locations_8_location','field_5683f288dcba1'),(43121,806,'locations_8_title','State Route 4012, Section A00 – Erie County – Millcreek, Roadway Widening'),(43122,806,'_locations_8_title','field_5683f2aadcba2'),(43123,806,'locations_8_image',''),(43124,806,'_locations_8_image','field_568439ed8109d'),(43125,806,'locations_8_description',''),(43126,806,'_locations_8_description','field_5683f2b1dcba3'),(43127,806,'locations_9_location','a:3:{s:7:\"address\";s:21:\"42.071262, -80.202530\";s:3:\"lat\";s:8:\"42.07139\";s:3:\"lng\";s:18:\"-80.20223699999997\";}'),(43128,806,'_locations_9_location','field_5683f288dcba1'),(43129,806,'locations_9_title','State Route 4016, Section L00 – Millfair Erie – Intersection and Roadway Improvements'),(43130,806,'_locations_9_title','field_5683f2aadcba2'),(43131,806,'locations_9_image',''),(43132,806,'_locations_9_image','field_568439ed8109d'),(43133,806,'locations_9_description',''),(43134,806,'_locations_9_description','field_5683f2b1dcba3'),(43135,806,'locations_10_location','a:3:{s:7:\"address\";s:21:\"42.150704, -80.005306\";s:3:\"lat\";s:10:\"42.1512609\";s:3:\"lng\";s:18:\"-80.00499430000002\";}'),(43136,806,'_locations_10_location','field_5683f288dcba1'),(43137,806,'locations_10_title','Nagle Road Bridge – Harborcreek – Bridge Replacement'),(43138,806,'_locations_10_title','field_5683f2aadcba2'),(43139,806,'locations_10_image','457'),(43140,806,'_locations_10_image','field_568439ed8109d'),(43141,806,'locations_10_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie Country.'),(43142,806,'_locations_10_description','field_5683f2b1dcba3'),(43143,806,'locations_11_location','a:3:{s:7:\"address\";s:21:\"41.731326, -80.143636\";s:3:\"lat\";s:10:\"41.7312678\";s:3:\"lng\";s:18:\"-80.14303139999998\";}'),(43144,806,'_locations_11_location','field_5683f288dcba1'),(43145,806,'locations_11_title','Peters Road Bridge – Woodcock Township'),(43146,806,'_locations_11_title','field_5683f2aadcba2'),(43147,806,'locations_11_image',''),(43148,806,'_locations_11_image','field_568439ed8109d'),(43149,806,'locations_11_description','This project is for bridge removal and a new railroad crossing and is affecting 5 properties in the Township of Woodcock, Crawford County.'),(43150,806,'_locations_11_description','field_5683f2b1dcba3'),(43151,806,'locations_12_location','a:3:{s:7:\"address\";s:21:\"42.074226, -80.182684\";s:3:\"lat\";s:10:\"42.0750544\";s:3:\"lng\";s:18:\"-80.18202980000001\";}'),(43152,806,'_locations_12_location','field_5683f288dcba1'),(43153,806,'locations_12_title','State Route 4009, Section A02 Erie'),(43154,806,'_locations_12_title','field_5683f2aadcba2'),(43155,806,'locations_12_image','780'),(43156,806,'_locations_12_image','field_568439ed8109d'),(43157,806,'locations_12_description','This project was for the realignment of Asbury Road and affected 14 properties in the Township of Millcreek, Erie County.'),(43158,806,'_locations_12_description','field_5683f2b1dcba3'),(43159,806,'locations_13_location','a:3:{s:7:\"address\";s:21:\"41.506210, -79.633939\";s:3:\"lat\";s:9:\"41.505463\";s:3:\"lng\";s:18:\"-79.63243899999998\";}'),(43160,806,'_locations_13_location','field_5683f288dcba1'),(43161,806,'locations_13_title','State Route 0227, Section B01, Venango County – Bridge Replacement'),(43162,806,'_locations_13_title','field_5683f2aadcba2'),(43163,806,'locations_13_image',''),(43164,806,'_locations_13_image','field_568439ed8109d'),(43165,806,'locations_13_description','This project is for a small bridge and is affecting 2 properties in the Township of Sugar Grove, Warren County.'),(43166,806,'_locations_13_description','field_5683f2b1dcba3'),(43167,806,'locations_14_location','a:3:{s:7:\"address\";s:21:\"42.160855, -79.978735\";s:3:\"lat\";s:9:\"42.160685\";s:3:\"lng\";s:10:\"-79.979015\";}'),(43168,806,'_locations_14_location','field_5683f288dcba1'),(43169,806,'locations_14_title','State Route 955, Section B00, Erie County – Bridge Replacement'),(43170,806,'_locations_14_title','field_5683f2aadcba2'),(43171,806,'locations_14_image','427'),(43172,806,'_locations_14_image','field_568439ed8109d'),(43173,806,'locations_14_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(43174,806,'_locations_14_description','field_5683f2b1dcba3'),(43175,806,'locations_15_location','a:3:{s:7:\"address\";s:21:\"42.166954, -79.961159\";s:3:\"lat\";s:9:\"42.167122\";s:3:\"lng\";s:10:\"-79.959048\";}'),(43176,806,'_locations_15_location','field_5683f288dcba1'),(43177,806,'locations_15_title','State Route 0955, Section B01, Erie Count – Bridge Replacement'),(43178,806,'_locations_15_title','field_5683f2aadcba2'),(43179,806,'locations_15_image','427'),(43180,806,'_locations_15_image','field_568439ed8109d'),(43181,806,'locations_15_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(43182,806,'_locations_15_description','field_5683f2b1dcba3'),(43183,806,'locations_16_location','a:3:{s:7:\"address\";s:21:\"41.470470, -80.335987\";s:3:\"lat\";s:10:\"41.4704425\";s:3:\"lng\";s:18:\"-80.33643310000002\";}'),(43184,806,'_locations_16_location','field_5683f288dcba1'),(43185,806,'locations_16_title','State Route 4021, Section B00, Mercer County – Bridge Replacement'),(43186,806,'_locations_16_title','field_5683f2aadcba2'),(43187,806,'locations_16_image','430'),(43188,806,'_locations_16_image','field_568439ed8109d'),(43189,806,'locations_16_description','This project was for a small bridge and affected 2 properties in the Township of Sugar Grove, Mercer County.'),(43190,806,'_locations_16_description','field_5683f2b1dcba3'),(43191,806,'locations_17_location','a:3:{s:7:\"address\";s:21:\"41.883264, -79.813068\";s:3:\"lat\";s:10:\"41.8827053\";s:3:\"lng\";s:18:\"-79.81425380000002\";}'),(43192,806,'_locations_17_location','field_5683f288dcba1'),(43193,806,'locations_17_title','State Route 2010, Section B01, Erie County'),(43194,806,'_locations_17_title','field_5683f2aadcba2'),(43195,806,'locations_17_image',''),(43196,806,'_locations_17_image','field_568439ed8109d'),(43197,806,'locations_17_description',''),(43198,806,'_locations_17_description','field_5683f2b1dcba3'),(43199,806,'locations_18_location','a:3:{s:7:\"address\";s:21:\"41.717397, -79.539631\";s:3:\"lat\";s:9:\"41.717376\";s:3:\"lng\";s:18:\"-79.53928450000001\";}'),(43200,806,'_locations_18_location','field_5683f288dcba1'),(43201,806,'locations_18_title','State Route 6100, Section 2B, Erie County – Bridge Replacement'),(43202,806,'_locations_18_title','field_5683f2aadcba2'),(43203,806,'locations_18_image',''),(43204,806,'_locations_18_image','field_568439ed8109d'),(43205,806,'locations_18_description',''),(43206,806,'_locations_18_description','field_5683f2b1dcba3'),(43207,806,'locations_19_location','a:3:{s:7:\"address\";s:21:\"41.897746, -80.157620\";s:3:\"lat\";s:9:\"41.897468\";s:3:\"lng\";s:18:\"-80.15661999999998\";}'),(43208,806,'_locations_19_location','field_5683f288dcba1'),(43209,806,'locations_19_title','State Route 3023, Section B00 – Edinboro PA - Bridge'),(43210,806,'_locations_19_title','field_5683f2aadcba2'),(43211,806,'locations_19_image',''),(43212,806,'_locations_19_image','field_568439ed8109d'),(43213,806,'locations_19_description',''),(43214,806,'_locations_19_description','field_5683f2b1dcba3'),(43215,806,'locations','20'),(43216,806,'_locations','field_5683f253a5dba'),(43217,807,'locations_0_location','a:3:{s:7:\"address\";s:21:\"42.136992, -80.068054\";s:3:\"lat\";s:9:\"42.137055\";s:3:\"lng\";s:11:\"-80.0681085\";}'),(43218,807,'_locations_0_location','field_5683f288dcba1'),(43219,807,'locations_0_title','State Route 4034, Section A50 Erie Bayfront – New Roadway Construction'),(43220,807,'_locations_0_title','field_5683f2aadcba2'),(43221,807,'locations_0_image',''),(43222,807,'_locations_0_image','field_568439ed8109d'),(43223,807,'locations_0_description','This project was for new road construction and affected 24 properties and resulted in the relocation of 12 residents and 3 businesses in the City of Erie, Erie County.'),(43224,807,'_locations_0_description','field_5683f2b1dcba3'),(43225,807,'locations_1_location','a:3:{s:7:\"address\";s:21:\"42.132253, -80.062521\";s:3:\"lat\";s:10:\"42.1317107\";s:3:\"lng\";s:18:\"-80.06192249999998\";}'),(43226,807,'_locations_1_location','field_5683f288dcba1'),(43227,807,'locations_1_title','State Route 4034, Section A51 Erie Bayfront – New Roadway Construction'),(43228,807,'_locations_1_title','field_5683f2aadcba2'),(43229,807,'locations_1_image','445'),(43230,807,'_locations_1_image','field_568439ed8109d'),(43231,807,'locations_1_description','This project was for new road construction and affected 25 properties and resulted in the relocation of 3 residents and 12 businesses in the City of Erie, Erie County.'),(43232,807,'_locations_1_description','field_5683f2b1dcba3'),(43233,807,'locations_2_location','a:3:{s:7:\"address\";s:21:\"42.123213, -79.980684\";s:3:\"lat\";s:17:\"42.12319309999999\";s:3:\"lng\";s:18:\"-79.98069599999997\";}'),(43234,807,'_locations_2_location','field_5683f288dcba1'),(43235,807,'locations_2_title','State Route 4034, Section A90 Bayfront Station Road – New Roadway Construction'),(43236,807,'_locations_2_title','field_5683f2aadcba2'),(43237,807,'locations_2_image','448'),(43238,807,'_locations_2_image','field_568439ed8109d'),(43239,807,'locations_2_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie County.'),(43240,807,'_locations_2_description','field_5683f2b1dcba3'),(43241,807,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.157606, -80.225857\";s:3:\"lat\";s:10:\"41.1576048\";s:3:\"lng\";s:11:\"-80.2258668\";}'),(43242,807,'_locations_3_location','field_5683f288dcba1'),(43243,807,'locations_3_title','Iron Bridge – State Route 0019, B04 – Bridge Replacement'),(43244,807,'_locations_3_title','field_5683f2aadcba2'),(43245,807,'locations_3_image','450'),(43246,807,'_locations_3_image','field_568439ed8109d'),(43247,807,'locations_3_description','This project was for a mid-sized bridge replacement and affected 8 properties in the Township of Springfield, Mercer County.'),(43248,807,'_locations_3_description','field_5683f2b1dcba3'),(43249,807,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.157502, -80.225829\";s:3:\"lat\";s:10:\"41.1575001\";s:3:\"lng\";s:11:\"-80.2258445\";}'),(43250,807,'_locations_4_location','field_5683f288dcba1'),(43251,807,'locations_4_title','State Route 0062, Section A02G, Sharon – Roadway Widening'),(43252,807,'_locations_4_title','field_5683f2aadcba2'),(43253,807,'locations_4_image','452'),(43254,807,'_locations_4_image','field_568439ed8109d'),(43255,807,'locations_4_description','This project was for a road widening and affected 12 properties and resulted in the relocation of 2 residents and 4 businesses in the Cities of Sharon and Farrell, Mercer County.'),(43256,807,'_locations_4_description','field_5683f2b1dcba3'),(43257,807,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.203515, -80.500030\";s:3:\"lat\";s:10:\"41.2035162\";s:3:\"lng\";s:18:\"-80.50022580000001\";}'),(43258,807,'_locations_5_location','field_5683f288dcba1'),(43259,807,'locations_5_title','State Route 0062, Section A02, Sharon – Roadway Widening'),(43260,807,'_locations_5_title','field_5683f2aadcba2'),(43261,807,'locations_5_image',''),(43262,807,'_locations_5_image','field_568439ed8109d'),(43263,807,'locations_5_description','This project is for roadway widening and intersection improvements and is affecting over 100 properties and resulting in the relocation of 2 residents and 2 businesses in the Cities of Sharon and Farrell, and the Borough of West Wheatland, Mercer County.'),(43264,807,'_locations_5_description','field_5683f2b1dcba3'),(43265,807,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.174312, -80.459088\";s:3:\"lat\";s:9:\"41.174248\";s:3:\"lng\";s:18:\"-80.45922139999999\";}'),(43266,807,'_locations_6_location','field_5683f288dcba1'),(43267,807,'locations_6_title','State Route 318, Section B00 – West Middlesex – Bridge Replacement'),(43268,807,'_locations_6_title','field_5683f2aadcba2'),(43269,807,'locations_6_image',''),(43270,807,'_locations_6_image','field_568439ed8109d'),(43271,807,'locations_6_description','This project is for a large bridge replacement spanning the Shenango River and is affecting 23 properties in the Borough of West Middlesex, Mercer County.'),(43272,807,'_locations_6_description','field_5683f2b1dcba3'),(43273,807,'locations_7_location','a:3:{s:7:\"address\";s:21:\"42.101392, -79.988518\";s:3:\"lat\";s:10:\"42.1009699\";s:3:\"lng\";s:18:\"-79.98816999999997\";}'),(43274,807,'_locations_7_location','field_5683f288dcba1'),(43275,807,'locations_7_title','Township Road T609, Section S000 - Kane Hill Road Bridge – Erie County (LOCAL)'),(43276,807,'_locations_7_title','field_5683f2aadcba2'),(43277,807,'locations_7_image','461'),(43278,807,'_locations_7_image','field_568439ed8109d'),(43279,807,'locations_7_description','This project is for a bridge replacement and is affecting 4 properties in Township of Greene, Erie County.'),(43280,807,'_locations_7_description','field_5683f2b1dcba3'),(43281,807,'locations_8_location','a:3:{s:7:\"address\";s:21:\"42.067111, -80.103791\";s:3:\"lat\";s:10:\"42.0681078\";s:3:\"lng\";s:11:\"-80.1039467\";}'),(43282,807,'_locations_8_location','field_5683f288dcba1'),(43283,807,'locations_8_title','State Route 4012, Section A00 – Erie County – Millcreek, Roadway Widening'),(43284,807,'_locations_8_title','field_5683f2aadcba2'),(43285,807,'locations_8_image',''),(43286,807,'_locations_8_image','field_568439ed8109d'),(43287,807,'locations_8_description',''),(43288,807,'_locations_8_description','field_5683f2b1dcba3'),(43289,807,'locations_9_location','a:3:{s:7:\"address\";s:21:\"42.071262, -80.202530\";s:3:\"lat\";s:8:\"42.07139\";s:3:\"lng\";s:18:\"-80.20223699999997\";}'),(43290,807,'_locations_9_location','field_5683f288dcba1'),(43291,807,'locations_9_title','State Route 4016, Section L00 – Millfair Erie – Intersection and Roadway Improvements'),(43292,807,'_locations_9_title','field_5683f2aadcba2'),(43293,807,'locations_9_image',''),(43294,807,'_locations_9_image','field_568439ed8109d'),(43295,807,'locations_9_description',''),(43296,807,'_locations_9_description','field_5683f2b1dcba3'),(43297,807,'locations_10_location','a:3:{s:7:\"address\";s:21:\"42.150704, -80.005306\";s:3:\"lat\";s:10:\"42.1512609\";s:3:\"lng\";s:18:\"-80.00499430000002\";}'),(43298,807,'_locations_10_location','field_5683f288dcba1'),(43299,807,'locations_10_title','Nagle Road Bridge – Harborcreek – Bridge Replacement'),(43300,807,'_locations_10_title','field_5683f2aadcba2'),(43301,807,'locations_10_image','457'),(43302,807,'_locations_10_image','field_568439ed8109d'),(43303,807,'locations_10_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie Country.'),(43304,807,'_locations_10_description','field_5683f2b1dcba3'),(43305,807,'locations_11_location','a:3:{s:7:\"address\";s:21:\"41.731326, -80.143636\";s:3:\"lat\";s:10:\"41.7312678\";s:3:\"lng\";s:18:\"-80.14303139999998\";}'),(43306,807,'_locations_11_location','field_5683f288dcba1'),(43307,807,'locations_11_title','Peters Road Bridge – Woodcock Township'),(43308,807,'_locations_11_title','field_5683f2aadcba2'),(43309,807,'locations_11_image',''),(43310,807,'_locations_11_image','field_568439ed8109d'),(43311,807,'locations_11_description','This project is for bridge removal and a new railroad crossing and is affecting 5 properties in the Township of Woodcock, Crawford County.'),(43312,807,'_locations_11_description','field_5683f2b1dcba3'),(43313,807,'locations_12_location','a:3:{s:7:\"address\";s:21:\"42.074226, -80.182684\";s:3:\"lat\";s:10:\"42.0750544\";s:3:\"lng\";s:18:\"-80.18202980000001\";}'),(43314,807,'_locations_12_location','field_5683f288dcba1'),(43315,807,'locations_12_title','State Route 4009, Section A02 Erie'),(43316,807,'_locations_12_title','field_5683f2aadcba2'),(43317,807,'locations_12_image','780'),(43318,807,'_locations_12_image','field_568439ed8109d'),(43319,807,'locations_12_description','This project was for the realignment of Asbury Road and affected 14 properties in the Township of Millcreek, Erie County.'),(43320,807,'_locations_12_description','field_5683f2b1dcba3'),(43321,807,'locations_13_location','a:3:{s:7:\"address\";s:21:\"41.506210, -79.633939\";s:3:\"lat\";s:9:\"41.505463\";s:3:\"lng\";s:18:\"-79.63243899999998\";}'),(43322,807,'_locations_13_location','field_5683f288dcba1'),(43323,807,'locations_13_title','State Route 0227, Section B01, Venango County – Bridge Replacement'),(43324,807,'_locations_13_title','field_5683f2aadcba2'),(43325,807,'locations_13_image',''),(43326,807,'_locations_13_image','field_568439ed8109d'),(43327,807,'locations_13_description','This project is for a small bridge and is affecting 2 properties in the Township of Sugar Grove, Warren County.'),(43328,807,'_locations_13_description','field_5683f2b1dcba3'),(43329,807,'locations_14_location','a:3:{s:7:\"address\";s:21:\"42.160855, -79.978735\";s:3:\"lat\";s:9:\"42.160685\";s:3:\"lng\";s:10:\"-79.979015\";}'),(43330,807,'_locations_14_location','field_5683f288dcba1'),(43331,807,'locations_14_title','State Route 955, Section B00, Erie County – Bridge Replacement'),(43332,807,'_locations_14_title','field_5683f2aadcba2'),(43333,807,'locations_14_image','427'),(43334,807,'_locations_14_image','field_568439ed8109d'),(43335,807,'locations_14_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(43336,807,'_locations_14_description','field_5683f2b1dcba3'),(43337,807,'locations_15_location','a:3:{s:7:\"address\";s:21:\"42.166954, -79.961159\";s:3:\"lat\";s:9:\"42.167122\";s:3:\"lng\";s:10:\"-79.959048\";}'),(43338,807,'_locations_15_location','field_5683f288dcba1'),(43339,807,'locations_15_title','State Route 0955, Section B01, Erie Count – Bridge Replacement'),(43340,807,'_locations_15_title','field_5683f2aadcba2'),(43341,807,'locations_15_image','427'),(43342,807,'_locations_15_image','field_568439ed8109d'),(43343,807,'locations_15_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(43344,807,'_locations_15_description','field_5683f2b1dcba3'),(43345,807,'locations_16_location','a:3:{s:7:\"address\";s:21:\"41.470470, -80.335987\";s:3:\"lat\";s:10:\"41.4704425\";s:3:\"lng\";s:18:\"-80.33643310000002\";}'),(43346,807,'_locations_16_location','field_5683f288dcba1'),(43347,807,'locations_16_title','State Route 4021, Section B00, Mercer County – Bridge Replacement'),(43348,807,'_locations_16_title','field_5683f2aadcba2'),(43349,807,'locations_16_image','430'),(43350,807,'_locations_16_image','field_568439ed8109d'),(43351,807,'locations_16_description','This project was for a small bridge and affected 2 properties in the Township of Sugar Grove, Mercer County.'),(43352,807,'_locations_16_description','field_5683f2b1dcba3'),(43353,807,'locations_17_location','a:3:{s:7:\"address\";s:21:\"41.883264, -79.813068\";s:3:\"lat\";s:10:\"41.8827053\";s:3:\"lng\";s:18:\"-79.81425380000002\";}'),(43354,807,'_locations_17_location','field_5683f288dcba1'),(43355,807,'locations_17_title','State Route 2010, Section B01, Erie County'),(43356,807,'_locations_17_title','field_5683f2aadcba2'),(43357,807,'locations_17_image',''),(43358,807,'_locations_17_image','field_568439ed8109d'),(43359,807,'locations_17_description',''),(43360,807,'_locations_17_description','field_5683f2b1dcba3'),(43361,807,'locations_18_location','a:3:{s:7:\"address\";s:21:\"41.717397, -79.539631\";s:3:\"lat\";s:9:\"41.717376\";s:3:\"lng\";s:18:\"-79.53928450000001\";}'),(43362,807,'_locations_18_location','field_5683f288dcba1'),(43363,807,'locations_18_title','State Route 6100, Section 2B, Erie County – Bridge Replacement'),(43364,807,'_locations_18_title','field_5683f2aadcba2'),(43365,807,'locations_18_image',''),(43366,807,'_locations_18_image','field_568439ed8109d'),(43367,807,'locations_18_description',''),(43368,807,'_locations_18_description','field_5683f2b1dcba3'),(43369,807,'locations_19_location','a:3:{s:7:\"address\";s:21:\"41.897746, -80.157620\";s:3:\"lat\";s:9:\"41.897468\";s:3:\"lng\";s:18:\"-80.15661999999998\";}'),(43370,807,'_locations_19_location','field_5683f288dcba1'),(43371,807,'locations_19_title','State Route 3023, Section B00 – Edinboro PA - Bridge'),(43372,807,'_locations_19_title','field_5683f2aadcba2'),(43373,807,'locations_19_image',''),(43374,807,'_locations_19_image','field_568439ed8109d'),(43375,807,'locations_19_description',''),(43376,807,'_locations_19_description','field_5683f2b1dcba3'),(43377,807,'locations','20'),(43378,807,'_locations','field_5683f253a5dba'),(43379,808,'locations_0_location','a:3:{s:7:\"address\";s:21:\"42.136992, -80.068054\";s:3:\"lat\";s:9:\"42.137055\";s:3:\"lng\";s:11:\"-80.0681085\";}'),(43380,808,'_locations_0_location','field_5683f288dcba1'),(43381,808,'locations_0_title','State Route 4034, Section A50 Erie Bayfront – New Roadway Construction'),(43382,808,'_locations_0_title','field_5683f2aadcba2'),(43383,808,'locations_0_image',''),(43384,808,'_locations_0_image','field_568439ed8109d'),(43385,808,'locations_0_description','This project was for new road construction and affected 24 properties and resulted in the relocation of 12 residents and 3 businesses in the City of Erie, Erie County.'),(43386,808,'_locations_0_description','field_5683f2b1dcba3'),(43387,808,'locations_1_location','a:3:{s:7:\"address\";s:21:\"42.132253, -80.062521\";s:3:\"lat\";s:10:\"42.1317107\";s:3:\"lng\";s:18:\"-80.06192249999998\";}'),(43388,808,'_locations_1_location','field_5683f288dcba1'),(43389,808,'locations_1_title','State Route 4034, Section A51 Erie Bayfront – New Roadway Construction'),(43390,808,'_locations_1_title','field_5683f2aadcba2'),(43391,808,'locations_1_image','445'),(43392,808,'_locations_1_image','field_568439ed8109d'),(43393,808,'locations_1_description','This project was for new road construction and affected 25 properties and resulted in the relocation of 3 residents and 12 businesses in the City of Erie, Erie County.'),(43394,808,'_locations_1_description','field_5683f2b1dcba3'),(43395,808,'locations_2_location','a:3:{s:7:\"address\";s:21:\"42.123213, -79.980684\";s:3:\"lat\";s:17:\"42.12319309999999\";s:3:\"lng\";s:18:\"-79.98069599999997\";}'),(43396,808,'_locations_2_location','field_5683f288dcba1'),(43397,808,'locations_2_title','State Route 4034, Section A90 Bayfront Station Road – New Roadway Construction'),(43398,808,'_locations_2_title','field_5683f2aadcba2'),(43399,808,'locations_2_image','448'),(43400,808,'_locations_2_image','field_568439ed8109d'),(43401,808,'locations_2_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie County.'),(43402,808,'_locations_2_description','field_5683f2b1dcba3'),(43403,808,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.157606, -80.225857\";s:3:\"lat\";s:10:\"41.1576048\";s:3:\"lng\";s:11:\"-80.2258668\";}'),(43404,808,'_locations_3_location','field_5683f288dcba1'),(43405,808,'locations_3_title','Iron Bridge – State Route 0019, B04 – Bridge Replacement'),(43406,808,'_locations_3_title','field_5683f2aadcba2'),(43407,808,'locations_3_image','450'),(43408,808,'_locations_3_image','field_568439ed8109d'),(43409,808,'locations_3_description','This project was for a mid-sized bridge replacement and affected 8 properties in the Township of Springfield, Mercer County.'),(43410,808,'_locations_3_description','field_5683f2b1dcba3'),(43411,808,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.157502, -80.225829\";s:3:\"lat\";s:10:\"41.1575001\";s:3:\"lng\";s:11:\"-80.2258445\";}'),(43412,808,'_locations_4_location','field_5683f288dcba1'),(43413,808,'locations_4_title','State Route 0062, Section A02G, Sharon – Roadway Widening'),(43414,808,'_locations_4_title','field_5683f2aadcba2'),(43415,808,'locations_4_image','452'),(43416,808,'_locations_4_image','field_568439ed8109d'),(43417,808,'locations_4_description','This project was for a road widening and affected 12 properties and resulted in the relocation of 2 residents and 4 businesses in the Cities of Sharon and Farrell, Mercer County.'),(43418,808,'_locations_4_description','field_5683f2b1dcba3'),(43419,808,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.203515, -80.500030\";s:3:\"lat\";s:10:\"41.2035162\";s:3:\"lng\";s:18:\"-80.50022580000001\";}'),(43420,808,'_locations_5_location','field_5683f288dcba1'),(43421,808,'locations_5_title','State Route 0062, Section A02, Sharon – Roadway Widening'),(43422,808,'_locations_5_title','field_5683f2aadcba2'),(43423,808,'locations_5_image',''),(43424,808,'_locations_5_image','field_568439ed8109d'),(43425,808,'locations_5_description','This project is for roadway widening and intersection improvements and is affecting over 100 properties and resulting in the relocation of 2 residents and 2 businesses in the Cities of Sharon and Farrell, and the Borough of West Wheatland, Mercer County.'),(43426,808,'_locations_5_description','field_5683f2b1dcba3'),(43427,808,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.174312, -80.459088\";s:3:\"lat\";s:9:\"41.174248\";s:3:\"lng\";s:18:\"-80.45922139999999\";}'),(43428,808,'_locations_6_location','field_5683f288dcba1'),(43429,808,'locations_6_title','State Route 318, Section B00 – West Middlesex – Bridge Replacement'),(43430,808,'_locations_6_title','field_5683f2aadcba2'),(43431,808,'locations_6_image',''),(43432,808,'_locations_6_image','field_568439ed8109d'),(43433,808,'locations_6_description','This project is for a large bridge replacement spanning the Shenango River and is affecting 23 properties in the Borough of West Middlesex, Mercer County.'),(43434,808,'_locations_6_description','field_5683f2b1dcba3'),(43435,808,'locations_7_location','a:3:{s:7:\"address\";s:21:\"42.101392, -79.988518\";s:3:\"lat\";s:10:\"42.1009699\";s:3:\"lng\";s:18:\"-79.98816999999997\";}'),(43436,808,'_locations_7_location','field_5683f288dcba1'),(43437,808,'locations_7_title','Township Road T609, Section S000 - Kane Hill Road Bridge – Erie County (LOCAL)'),(43438,808,'_locations_7_title','field_5683f2aadcba2'),(43439,808,'locations_7_image','461'),(43440,808,'_locations_7_image','field_568439ed8109d'),(43441,808,'locations_7_description','This project is for a bridge replacement and is affecting 4 properties in Township of Greene, Erie County.'),(43442,808,'_locations_7_description','field_5683f2b1dcba3'),(43443,808,'locations_8_location','a:3:{s:7:\"address\";s:21:\"42.067111, -80.103791\";s:3:\"lat\";s:10:\"42.0681078\";s:3:\"lng\";s:11:\"-80.1039467\";}'),(43444,808,'_locations_8_location','field_5683f288dcba1'),(43445,808,'locations_8_title','State Route 4012, Section A00 – Erie County – Millcreek, Roadway Widening'),(43446,808,'_locations_8_title','field_5683f2aadcba2'),(43447,808,'locations_8_image',''),(43448,808,'_locations_8_image','field_568439ed8109d'),(43449,808,'locations_8_description',''),(43450,808,'_locations_8_description','field_5683f2b1dcba3'),(43451,808,'locations_9_location','a:3:{s:7:\"address\";s:21:\"42.071262, -80.202530\";s:3:\"lat\";s:8:\"42.07139\";s:3:\"lng\";s:18:\"-80.20223699999997\";}'),(43452,808,'_locations_9_location','field_5683f288dcba1'),(43453,808,'locations_9_title','State Route 4016, Section L00 – Millfair Erie – Intersection and Roadway Improvements'),(43454,808,'_locations_9_title','field_5683f2aadcba2'),(43455,808,'locations_9_image',''),(43456,808,'_locations_9_image','field_568439ed8109d'),(43457,808,'locations_9_description',''),(43458,808,'_locations_9_description','field_5683f2b1dcba3'),(43459,808,'locations_10_location','a:3:{s:7:\"address\";s:21:\"42.150704, -80.005306\";s:3:\"lat\";s:10:\"42.1512609\";s:3:\"lng\";s:18:\"-80.00499430000002\";}'),(43460,808,'_locations_10_location','field_5683f288dcba1'),(43461,808,'locations_10_title','Nagle Road Bridge – Harborcreek – Bridge Replacement'),(43462,808,'_locations_10_title','field_5683f2aadcba2'),(43463,808,'locations_10_image','457'),(43464,808,'_locations_10_image','field_568439ed8109d'),(43465,808,'locations_10_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie Country.'),(43466,808,'_locations_10_description','field_5683f2b1dcba3'),(43467,808,'locations_11_location','a:3:{s:7:\"address\";s:21:\"41.731326, -80.143636\";s:3:\"lat\";s:10:\"41.7312678\";s:3:\"lng\";s:18:\"-80.14303139999998\";}'),(43468,808,'_locations_11_location','field_5683f288dcba1'),(43469,808,'locations_11_title','Peters Road Bridge – Woodcock Township'),(43470,808,'_locations_11_title','field_5683f2aadcba2'),(43471,808,'locations_11_image',''),(43472,808,'_locations_11_image','field_568439ed8109d'),(43473,808,'locations_11_description','This project is for bridge removal and a new railroad crossing and is affecting 5 properties in the Township of Woodcock, Crawford County.'),(43474,808,'_locations_11_description','field_5683f2b1dcba3'),(43475,808,'locations_12_location','a:3:{s:7:\"address\";s:21:\"42.074226, -80.182684\";s:3:\"lat\";s:10:\"42.0750544\";s:3:\"lng\";s:18:\"-80.18202980000001\";}'),(43476,808,'_locations_12_location','field_5683f288dcba1'),(43477,808,'locations_12_title','State Route 4009, Section A02 Erie'),(43478,808,'_locations_12_title','field_5683f2aadcba2'),(43479,808,'locations_12_image','780'),(43480,808,'_locations_12_image','field_568439ed8109d'),(43481,808,'locations_12_description','This project was for the realignment of Asbury Road and affected 14 properties in the Township of Millcreek, Erie County.'),(43482,808,'_locations_12_description','field_5683f2b1dcba3'),(43483,808,'locations_13_location','a:3:{s:7:\"address\";s:21:\"41.506210, -79.633939\";s:3:\"lat\";s:9:\"41.505463\";s:3:\"lng\";s:18:\"-79.63243899999998\";}'),(43484,808,'_locations_13_location','field_5683f288dcba1'),(43485,808,'locations_13_title','State Route 0227, Section B01, Venango County – Bridge Replacement'),(43486,808,'_locations_13_title','field_5683f2aadcba2'),(43487,808,'locations_13_image',''),(43488,808,'_locations_13_image','field_568439ed8109d'),(43489,808,'locations_13_description','This project is for a small bridge and is affecting 2 properties in the Township of Sugar Grove, Warren County.'),(43490,808,'_locations_13_description','field_5683f2b1dcba3'),(43491,808,'locations_14_location','a:3:{s:7:\"address\";s:21:\"42.160855, -79.978735\";s:3:\"lat\";s:9:\"42.160685\";s:3:\"lng\";s:10:\"-79.979015\";}'),(43492,808,'_locations_14_location','field_5683f288dcba1'),(43493,808,'locations_14_title','State Route 955, Section B00, Erie County – Bridge Replacement'),(43494,808,'_locations_14_title','field_5683f2aadcba2'),(43495,808,'locations_14_image','427'),(43496,808,'_locations_14_image','field_568439ed8109d'),(43497,808,'locations_14_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(43498,808,'_locations_14_description','field_5683f2b1dcba3'),(43499,808,'locations_15_location','a:3:{s:7:\"address\";s:21:\"42.166954, -79.961159\";s:3:\"lat\";s:9:\"42.167122\";s:3:\"lng\";s:10:\"-79.959048\";}'),(43500,808,'_locations_15_location','field_5683f288dcba1'),(43501,808,'locations_15_title','State Route 0955, Section B01, Erie Count – Bridge Replacement'),(43502,808,'_locations_15_title','field_5683f2aadcba2'),(43503,808,'locations_15_image','427'),(43504,808,'_locations_15_image','field_568439ed8109d'),(43505,808,'locations_15_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(43506,808,'_locations_15_description','field_5683f2b1dcba3'),(43507,808,'locations_16_location','a:3:{s:7:\"address\";s:21:\"41.470470, -80.335987\";s:3:\"lat\";s:10:\"41.4704425\";s:3:\"lng\";s:18:\"-80.33643310000002\";}'),(43508,808,'_locations_16_location','field_5683f288dcba1'),(43509,808,'locations_16_title','State Route 4021, Section B00, Mercer County – Bridge Replacement'),(43510,808,'_locations_16_title','field_5683f2aadcba2'),(43511,808,'locations_16_image','430'),(43512,808,'_locations_16_image','field_568439ed8109d'),(43513,808,'locations_16_description','This project was for a small bridge and affected 2 properties in the Township of Sugar Grove, Mercer County.'),(43514,808,'_locations_16_description','field_5683f2b1dcba3'),(43515,808,'locations_17_location','a:3:{s:7:\"address\";s:21:\"41.883264, -79.813068\";s:3:\"lat\";s:10:\"41.8827053\";s:3:\"lng\";s:18:\"-79.81425380000002\";}'),(43516,808,'_locations_17_location','field_5683f288dcba1'),(43517,808,'locations_17_title','State Route 2010, Section B01, Erie County'),(43518,808,'_locations_17_title','field_5683f2aadcba2'),(43519,808,'locations_17_image',''),(43520,808,'_locations_17_image','field_568439ed8109d'),(43521,808,'locations_17_description',''),(43522,808,'_locations_17_description','field_5683f2b1dcba3'),(43523,808,'locations_18_location','a:3:{s:7:\"address\";s:21:\"41.717397, -79.539631\";s:3:\"lat\";s:9:\"41.717376\";s:3:\"lng\";s:18:\"-79.53928450000001\";}'),(43524,808,'_locations_18_location','field_5683f288dcba1'),(43525,808,'locations_18_title','State Route 6100, Section 2B, Erie County – Bridge Replacement'),(43526,808,'_locations_18_title','field_5683f2aadcba2'),(43527,808,'locations_18_image',''),(43528,808,'_locations_18_image','field_568439ed8109d'),(43529,808,'locations_18_description',''),(43530,808,'_locations_18_description','field_5683f2b1dcba3'),(43531,808,'locations_19_location','a:3:{s:7:\"address\";s:21:\"41.897746, -80.157620\";s:3:\"lat\";s:9:\"41.897468\";s:3:\"lng\";s:18:\"-80.15661999999998\";}'),(43532,808,'_locations_19_location','field_5683f288dcba1'),(43533,808,'locations_19_title','State Route 3023, Section B00 – Edinboro PA - Bridge'),(43534,808,'_locations_19_title','field_5683f2aadcba2'),(43535,808,'locations_19_image',''),(43536,808,'_locations_19_image','field_568439ed8109d'),(43537,808,'locations_19_description',''),(43538,808,'_locations_19_description','field_5683f2b1dcba3'),(43539,808,'locations','20'),(43540,808,'_locations','field_5683f253a5dba'),(43541,809,'_wp_attached_file','2015/12/staff.png'),(43542,809,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:374;s:6:\"height\";i:476;s:4:\"file\";s:17:\"2015/12/staff.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"staff-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"staff-236x300.png\";s:5:\"width\";i:236;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(43543,75,'_thumbnail_id','809'),(43544,120,'_wp_page_template','default'),(43545,817,'_wp_attached_file','2015/12/Untitled-1.jpg'),(43546,817,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:22:\"2015/12/Untitled-1.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(43547,99,'_wp_page_template','default'),(43548,818,'gallery_0_image','186'),(43549,818,'_gallery_0_image','field_567962da92a82'),(43550,818,'gallery_0_caption','Pennsylvania Dept. Of Transportation'),(43551,818,'_gallery_0_caption','field_567964478bfc4'),(43552,818,'gallery_0_link_url','http://www.penndot.gov/'),(43553,818,'_gallery_0_link_url','field_567964549f5d7'),(43554,818,'gallery_1_image','185'),(43555,818,'_gallery_1_image','field_567962da92a82'),(43556,818,'gallery_1_caption','Pennsylvania Turnpike'),(43557,818,'_gallery_1_caption','field_567964478bfc4'),(43558,818,'gallery_1_link_url','https://www.paturnpike.com/'),(43559,818,'_gallery_1_link_url','field_567964549f5d7'),(43560,818,'gallery_2_image','171'),(43561,818,'_gallery_2_image','field_567962da92a82'),(43562,818,'gallery_2_caption','Allegheny County'),(43563,818,'_gallery_2_caption','field_567964478bfc4'),(43564,818,'gallery_2_link_url','http://www.alleghenycounty.us/'),(43565,818,'_gallery_2_link_url','field_567964549f5d7'),(43566,818,'gallery_3_image','177'),(43567,818,'_gallery_3_image','field_567962da92a82'),(43568,818,'gallery_3_caption','City of New Castle'),(43569,818,'_gallery_3_caption','field_567964478bfc4'),(43570,818,'gallery_3_link_url','http://www.newcastlepa.org/'),(43571,818,'_gallery_3_link_url','field_567964549f5d7'),(43572,818,'gallery_4_image','170'),(43573,818,'_gallery_4_image','field_567962da92a82'),(43574,818,'gallery_4_caption','Alcosan'),(43575,818,'_gallery_4_caption','field_567964478bfc4'),(43576,818,'gallery_4_link_url','http://www.alcosan.org/'),(43577,818,'_gallery_4_link_url','field_567964549f5d7'),(43578,818,'gallery_5_image','183'),(43579,818,'_gallery_5_image','field_567962da92a82'),(43580,818,'gallery_5_caption','Lehigh County'),(43581,818,'_gallery_5_caption','field_567964478bfc4'),(43582,818,'gallery_5_link_url','https://www.lehighcounty.org/'),(43583,818,'_gallery_5_link_url','field_567964549f5d7'),(43584,818,'gallery_6_image','817'),(43585,818,'_gallery_6_image','field_567962da92a82'),(43586,818,'gallery_6_caption','Susquehanna Valley'),(43587,818,'_gallery_6_caption','field_567964478bfc4'),(43588,818,'gallery_6_link_url','http://parivertowns.com/'),(43589,818,'_gallery_6_link_url','field_567964549f5d7'),(43590,818,'gallery_7_image','189'),(43591,818,'_gallery_7_image','field_567962da92a82'),(43592,818,'gallery_7_caption','SEPTA'),(43593,818,'_gallery_7_caption','field_567964478bfc4'),(43594,818,'gallery_7_link_url','http://www.septa.org/'),(43595,818,'_gallery_7_link_url','field_567964549f5d7'),(43596,818,'gallery_8_image','173'),(43597,818,'_gallery_8_image','field_567962da92a82'),(43598,818,'gallery_8_caption','Antrim Township'),(43599,818,'_gallery_8_caption','field_567964478bfc4'),(43600,818,'gallery_8_link_url','http://www.twp.antrim.pa.us/'),(43601,818,'_gallery_8_link_url','field_567964549f5d7'),(43602,818,'gallery_9_image','184'),(43603,818,'_gallery_9_image','field_567962da92a82'),(43604,818,'gallery_9_caption','New Castle School District'),(43605,818,'_gallery_9_caption','field_567964478bfc4'),(43606,818,'gallery_9_link_url','http://www.ncasd.com/'),(43607,818,'_gallery_9_link_url','field_567964549f5d7'),(43608,818,'gallery_10_image','187'),(43609,818,'_gallery_10_image','field_567962da92a82'),(43610,818,'gallery_10_caption','Port Authority of Allegheny County'),(43611,818,'_gallery_10_caption','field_567964478bfc4'),(43612,818,'gallery_10_link_url','http://www.portauthority.org/'),(43613,818,'_gallery_10_link_url','field_567964549f5d7'),(43614,818,'gallery_11_image','179'),(43615,818,'_gallery_11_image','field_567962da92a82'),(43616,818,'gallery_11_caption','Findlay Township Municipal Authority'),(43617,818,'_gallery_11_caption','field_567964478bfc4'),(43618,818,'gallery_11_link_url','http://www.findlaytwp.org/'),(43619,818,'_gallery_11_link_url','field_567964549f5d7'),(43620,818,'gallery_12_image','178'),(43621,818,'_gallery_12_image','field_567962da92a82'),(43622,818,'gallery_12_caption','City of Pittsburgh'),(43623,818,'_gallery_12_caption','field_567964478bfc4'),(43624,818,'gallery_12_link_url','http://pittsburghpa.gov/'),(43625,818,'_gallery_12_link_url','field_567964549f5d7'),(43626,818,'gallery_13_image','175'),(43627,818,'_gallery_13_image','field_567962da92a82'),(43628,818,'gallery_13_caption','California University of PA'),(43629,818,'_gallery_13_caption','field_567964478bfc4'),(43630,818,'gallery_13_link_url','http://www.calu.edu/'),(43631,818,'_gallery_13_link_url','field_567964549f5d7'),(43632,818,'gallery_14_image','181'),(43633,818,'_gallery_14_image','field_567962da92a82'),(43634,818,'gallery_14_caption','Hamilton Township'),(43635,818,'_gallery_14_caption','field_567964478bfc4'),(43636,818,'gallery_14_link_url','http://hamiltontwp.org/'),(43637,818,'_gallery_14_link_url','field_567964549f5d7'),(43638,818,'gallery_15_image','180'),(43639,818,'_gallery_15_image','field_567962da92a82'),(43640,818,'gallery_15_caption','Green Gas International'),(43641,818,'_gallery_15_caption','field_567964478bfc4'),(43642,818,'gallery_15_link_url','http://www.greengas.net/'),(43643,818,'_gallery_15_link_url','field_567964549f5d7'),(43644,818,'gallery_16_image','172'),(43645,818,'_gallery_16_image','field_567962da92a82'),(43646,818,'gallery_16_caption','Allegheny County Airport Authority'),(43647,818,'_gallery_16_caption','field_567964478bfc4'),(43648,818,'gallery_16_link_url','http://www.flypittsburgh.com/'),(43649,818,'_gallery_16_link_url','field_567964549f5d7'),(43650,818,'gallery_17_image','169'),(43651,818,'_gallery_17_image','field_567962da92a82'),(43652,818,'gallery_17_caption','Woodcock Township'),(43653,818,'_gallery_17_caption','field_567964478bfc4'),(43654,818,'gallery_17_link_url','http://www.crawfordcountypa.net/portal/page?_pageid=393,1598889&_dad=portal&_schema=PORTAL'),(43655,818,'_gallery_17_link_url','field_567964549f5d7'),(43656,818,'gallery_18_image','188'),(43657,818,'_gallery_18_image','field_567962da92a82'),(43658,818,'gallery_18_caption','Richland Township'),(43659,818,'_gallery_18_caption','field_567964478bfc4'),(43660,818,'gallery_18_link_url','http://www.richland.pa.us/'),(43661,818,'_gallery_18_link_url','field_567964549f5d7'),(43662,818,'gallery_19_image','176'),(43663,818,'_gallery_19_image','field_567962da92a82'),(43664,818,'gallery_19_caption','Carbon County'),(43665,818,'_gallery_19_caption','field_567964478bfc4'),(43666,818,'gallery_19_link_url','http://www.carboncounty.com/'),(43667,818,'_gallery_19_link_url','field_567964549f5d7'),(43668,818,'gallery_20_image','174'),(43669,818,'_gallery_20_image','field_567962da92a82'),(43670,818,'gallery_20_caption','Borough of Lansdale'),(43671,818,'_gallery_20_caption','field_567964478bfc4'),(43672,818,'gallery_20_link_url','http://www.lansdale.org/'),(43673,818,'_gallery_20_link_url','field_567964549f5d7'),(43674,818,'gallery','21'),(43675,818,'_gallery','field_567962c3069c2'),(43676,361,'rule','a:5:{s:5:\"param\";s:11:\"page_parent\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"9\";s:8:\"order_no\";i:0;s:8:\"group_no\";i:0;}'),(43677,7,'_wp_page_template','default'),(43678,823,'locations_0_location','a:3:{s:7:\"address\";s:21:\"42.136992, -80.068054\";s:3:\"lat\";s:9:\"42.137055\";s:3:\"lng\";s:11:\"-80.0681085\";}'),(43679,823,'_locations_0_location','field_5683f288dcba1'),(43680,823,'locations_0_title','State Route 4034, Section A50 Erie Bayfront – New Roadway Construction'),(43681,823,'_locations_0_title','field_5683f2aadcba2'),(43682,823,'locations_0_image',''),(43683,823,'_locations_0_image','field_568439ed8109d'),(43684,823,'locations_0_description','This project was for new road construction and affected 24 properties and resulted in the relocation of 12 residents and 3 businesses in the City of Erie, Erie County.'),(43685,823,'_locations_0_description','field_5683f2b1dcba3'),(43686,823,'locations_1_location','a:3:{s:7:\"address\";s:21:\"42.132253, -80.062521\";s:3:\"lat\";s:10:\"42.1317107\";s:3:\"lng\";s:18:\"-80.06192249999998\";}'),(43687,823,'_locations_1_location','field_5683f288dcba1'),(43688,823,'locations_1_title','State Route 4034, Section A51 Erie Bayfront – New Roadway Construction'),(43689,823,'_locations_1_title','field_5683f2aadcba2'),(43690,823,'locations_1_image','445'),(43691,823,'_locations_1_image','field_568439ed8109d'),(43692,823,'locations_1_description','This project was for new road construction and affected 25 properties and resulted in the relocation of 3 residents and 12 businesses in the City of Erie, Erie County.'),(43693,823,'_locations_1_description','field_5683f2b1dcba3'),(43694,823,'locations_2_location','a:3:{s:7:\"address\";s:21:\"42.123213, -79.980684\";s:3:\"lat\";s:17:\"42.12319309999999\";s:3:\"lng\";s:18:\"-79.98069599999997\";}'),(43695,823,'_locations_2_location','field_5683f288dcba1'),(43696,823,'locations_2_title','State Route 4034, Section A90 Bayfront Station Road – New Roadway Construction'),(43697,823,'_locations_2_title','field_5683f2aadcba2'),(43698,823,'locations_2_image','448'),(43699,823,'_locations_2_image','field_568439ed8109d'),(43700,823,'locations_2_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie County.'),(43701,823,'_locations_2_description','field_5683f2b1dcba3'),(43702,823,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.157606, -80.225857\";s:3:\"lat\";s:10:\"41.1576048\";s:3:\"lng\";s:11:\"-80.2258668\";}'),(43703,823,'_locations_3_location','field_5683f288dcba1'),(43704,823,'locations_3_title','Iron Bridge – State Route 0019, B04 – Bridge Replacement'),(43705,823,'_locations_3_title','field_5683f2aadcba2'),(43706,823,'locations_3_image','450'),(43707,823,'_locations_3_image','field_568439ed8109d'),(43708,823,'locations_3_description','This project was for a mid-sized bridge replacement and affected 8 properties in the Township of Springfield, Mercer County.'),(43709,823,'_locations_3_description','field_5683f2b1dcba3'),(43710,823,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.157502, -80.225829\";s:3:\"lat\";s:10:\"41.1575001\";s:3:\"lng\";s:11:\"-80.2258445\";}'),(43711,823,'_locations_4_location','field_5683f288dcba1'),(43712,823,'locations_4_title','State Route 0062, Section A02G, Sharon – Roadway Widening'),(43713,823,'_locations_4_title','field_5683f2aadcba2'),(43714,823,'locations_4_image','452'),(43715,823,'_locations_4_image','field_568439ed8109d'),(43716,823,'locations_4_description','This project was for a road widening and affected 12 properties and resulted in the relocation of 2 residents and 4 businesses in the Cities of Sharon and Farrell, Mercer County.'),(43717,823,'_locations_4_description','field_5683f2b1dcba3'),(43718,823,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.203515, -80.500030\";s:3:\"lat\";s:10:\"41.2035162\";s:3:\"lng\";s:18:\"-80.50022580000001\";}'),(43719,823,'_locations_5_location','field_5683f288dcba1'),(43720,823,'locations_5_title','State Route 0062, Section A02, Sharon – Roadway Widening'),(43721,823,'_locations_5_title','field_5683f2aadcba2'),(43722,823,'locations_5_image',''),(43723,823,'_locations_5_image','field_568439ed8109d'),(43724,823,'locations_5_description','This project is for roadway widening and intersection improvements and is affecting over 100 properties and resulting in the relocation of 2 residents and 2 businesses in the Cities of Sharon and Farrell, and the Borough of West Wheatland, Mercer County.'),(43725,823,'_locations_5_description','field_5683f2b1dcba3'),(43726,823,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.174312, -80.459088\";s:3:\"lat\";s:9:\"41.174248\";s:3:\"lng\";s:18:\"-80.45922139999999\";}'),(43727,823,'_locations_6_location','field_5683f288dcba1'),(43728,823,'locations_6_title','State Route 318, Section B00 – West Middlesex – Bridge Replacement'),(43729,823,'_locations_6_title','field_5683f2aadcba2'),(43730,823,'locations_6_image',''),(43731,823,'_locations_6_image','field_568439ed8109d'),(43732,823,'locations_6_description','This project is for a large bridge replacement spanning the Shenango River and is affecting 23 properties in the Borough of West Middlesex, Mercer County.'),(43733,823,'_locations_6_description','field_5683f2b1dcba3'),(43734,823,'locations_7_location','a:3:{s:7:\"address\";s:21:\"42.101392, -79.988518\";s:3:\"lat\";s:10:\"42.1009699\";s:3:\"lng\";s:18:\"-79.98816999999997\";}'),(43735,823,'_locations_7_location','field_5683f288dcba1'),(43736,823,'locations_7_title','Township Road T609, Section S000 - Kane Hill Road Bridge – Erie County (LOCAL)'),(43737,823,'_locations_7_title','field_5683f2aadcba2'),(43738,823,'locations_7_image','461'),(43739,823,'_locations_7_image','field_568439ed8109d'),(43740,823,'locations_7_description','This project is for a bridge replacement and is affecting 4 properties in Township of Greene, Erie County.'),(43741,823,'_locations_7_description','field_5683f2b1dcba3'),(43742,823,'locations_8_location','a:3:{s:7:\"address\";s:21:\"42.067111, -80.103791\";s:3:\"lat\";s:10:\"42.0681078\";s:3:\"lng\";s:11:\"-80.1039467\";}'),(43743,823,'_locations_8_location','field_5683f288dcba1'),(43744,823,'locations_8_title','State Route 4012, Section A00 – Erie County – Millcreek, Roadway Widening'),(43745,823,'_locations_8_title','field_5683f2aadcba2'),(43746,823,'locations_8_image',''),(43747,823,'_locations_8_image','field_568439ed8109d'),(43748,823,'locations_8_description',''),(43749,823,'_locations_8_description','field_5683f2b1dcba3'),(43750,823,'locations_9_location','a:3:{s:7:\"address\";s:21:\"42.071262, -80.202530\";s:3:\"lat\";s:8:\"42.07139\";s:3:\"lng\";s:18:\"-80.20223699999997\";}'),(43751,823,'_locations_9_location','field_5683f288dcba1'),(43752,823,'locations_9_title','State Route 4016, Section L00 – Millfair Erie – Intersection and Roadway Improvements'),(43753,823,'_locations_9_title','field_5683f2aadcba2'),(43754,823,'locations_9_image',''),(43755,823,'_locations_9_image','field_568439ed8109d'),(43756,823,'locations_9_description',''),(43757,823,'_locations_9_description','field_5683f2b1dcba3'),(43758,823,'locations_10_location','a:3:{s:7:\"address\";s:21:\"42.150704, -80.005306\";s:3:\"lat\";s:10:\"42.1512609\";s:3:\"lng\";s:18:\"-80.00499430000002\";}'),(43759,823,'_locations_10_location','field_5683f288dcba1'),(43760,823,'locations_10_title','Nagle Road Bridge – Harborcreek – Bridge Replacement'),(43761,823,'_locations_10_title','field_5683f2aadcba2'),(43762,823,'locations_10_image','457'),(43763,823,'_locations_10_image','field_568439ed8109d'),(43764,823,'locations_10_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie Country.'),(43765,823,'_locations_10_description','field_5683f2b1dcba3'),(43766,823,'locations_11_location','a:3:{s:7:\"address\";s:21:\"41.731326, -80.143636\";s:3:\"lat\";s:10:\"41.7312678\";s:3:\"lng\";s:18:\"-80.14303139999998\";}'),(43767,823,'_locations_11_location','field_5683f288dcba1'),(43768,823,'locations_11_title','Peters Road Bridge – Woodcock Township'),(43769,823,'_locations_11_title','field_5683f2aadcba2'),(43770,823,'locations_11_image',''),(43771,823,'_locations_11_image','field_568439ed8109d'),(43772,823,'locations_11_description','This project is for bridge removal and a new railroad crossing and is affecting 5 properties in the Township of Woodcock, Crawford County.'),(43773,823,'_locations_11_description','field_5683f2b1dcba3'),(43774,823,'locations_12_location','a:3:{s:7:\"address\";s:21:\"42.074226, -80.182684\";s:3:\"lat\";s:10:\"42.0750544\";s:3:\"lng\";s:18:\"-80.18202980000001\";}'),(43775,823,'_locations_12_location','field_5683f288dcba1'),(43776,823,'locations_12_title','State Route 4009, Section A02 Erie'),(43777,823,'_locations_12_title','field_5683f2aadcba2'),(43778,823,'locations_12_image','780'),(43779,823,'_locations_12_image','field_568439ed8109d'),(43780,823,'locations_12_description','This project was for the realignment of Asbury Road and affected 14 properties in the Township of Millcreek, Erie County.'),(43781,823,'_locations_12_description','field_5683f2b1dcba3'),(43782,823,'locations_13_location','a:3:{s:7:\"address\";s:21:\"41.506210, -79.633939\";s:3:\"lat\";s:9:\"41.505463\";s:3:\"lng\";s:18:\"-79.63243899999998\";}'),(43783,823,'_locations_13_location','field_5683f288dcba1'),(43784,823,'locations_13_title','State Route 0227, Section B01, Venango County – Bridge Replacement'),(43785,823,'_locations_13_title','field_5683f2aadcba2'),(43786,823,'locations_13_image',''),(43787,823,'_locations_13_image','field_568439ed8109d'),(43788,823,'locations_13_description','This project is for a small bridge and is affecting 2 properties in the Township of Sugar Grove, Warren County.'),(43789,823,'_locations_13_description','field_5683f2b1dcba3'),(43790,823,'locations_14_location','a:3:{s:7:\"address\";s:21:\"42.160855, -79.978735\";s:3:\"lat\";s:9:\"42.160685\";s:3:\"lng\";s:10:\"-79.979015\";}'),(43791,823,'_locations_14_location','field_5683f288dcba1'),(43792,823,'locations_14_title','State Route 955, Section B00, Erie County – Bridge Replacement'),(43793,823,'_locations_14_title','field_5683f2aadcba2'),(43794,823,'locations_14_image','427'),(43795,823,'_locations_14_image','field_568439ed8109d'),(43796,823,'locations_14_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(43797,823,'_locations_14_description','field_5683f2b1dcba3'),(43798,823,'locations_15_location','a:3:{s:7:\"address\";s:21:\"42.166954, -79.961159\";s:3:\"lat\";s:9:\"42.167122\";s:3:\"lng\";s:10:\"-79.959048\";}'),(43799,823,'_locations_15_location','field_5683f288dcba1'),(43800,823,'locations_15_title','State Route 0955, Section B01, Erie Count – Bridge Replacement'),(43801,823,'_locations_15_title','field_5683f2aadcba2'),(43802,823,'locations_15_image','427'),(43803,823,'_locations_15_image','field_568439ed8109d'),(43804,823,'locations_15_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(43805,823,'_locations_15_description','field_5683f2b1dcba3'),(43806,823,'locations_16_location','a:3:{s:7:\"address\";s:21:\"41.470470, -80.335987\";s:3:\"lat\";s:10:\"41.4704425\";s:3:\"lng\";s:18:\"-80.33643310000002\";}'),(43807,823,'_locations_16_location','field_5683f288dcba1'),(43808,823,'locations_16_title','State Route 4021, Section B00, Mercer County – Bridge Replacement'),(43809,823,'_locations_16_title','field_5683f2aadcba2'),(43810,823,'locations_16_image','430'),(43811,823,'_locations_16_image','field_568439ed8109d'),(43812,823,'locations_16_description','This project was for a small bridge and affected 2 properties in the Township of Sugar Grove, Mercer County.'),(43813,823,'_locations_16_description','field_5683f2b1dcba3'),(43814,823,'locations_17_location','a:3:{s:7:\"address\";s:21:\"41.883264, -79.813068\";s:3:\"lat\";s:10:\"41.8827053\";s:3:\"lng\";s:18:\"-79.81425380000002\";}'),(43815,823,'_locations_17_location','field_5683f288dcba1'),(43816,823,'locations_17_title','State Route 2010, Section B01, Erie County'),(43817,823,'_locations_17_title','field_5683f2aadcba2'),(43818,823,'locations_17_image',''),(43819,823,'_locations_17_image','field_568439ed8109d'),(43820,823,'locations_17_description',''),(43821,823,'_locations_17_description','field_5683f2b1dcba3'),(43822,823,'locations_18_location','a:3:{s:7:\"address\";s:21:\"41.717397, -79.539631\";s:3:\"lat\";s:9:\"41.717376\";s:3:\"lng\";s:18:\"-79.53928450000001\";}'),(43823,823,'_locations_18_location','field_5683f288dcba1'),(43824,823,'locations_18_title','State Route 6100, Section 2B, Erie County – Bridge Replacement'),(43825,823,'_locations_18_title','field_5683f2aadcba2'),(43826,823,'locations_18_image',''),(43827,823,'_locations_18_image','field_568439ed8109d'),(43828,823,'locations_18_description',''),(43829,823,'_locations_18_description','field_5683f2b1dcba3'),(43830,823,'locations_19_location','a:3:{s:7:\"address\";s:21:\"41.897746, -80.157620\";s:3:\"lat\";s:9:\"41.897468\";s:3:\"lng\";s:18:\"-80.15661999999998\";}'),(43831,823,'_locations_19_location','field_5683f288dcba1'),(43832,823,'locations_19_title','State Route 3023, Section B00 – Edinboro PA - Bridge'),(43833,823,'_locations_19_title','field_5683f2aadcba2'),(43834,823,'locations_19_image',''),(43835,823,'_locations_19_image','field_568439ed8109d'),(43836,823,'locations_19_description',''),(43837,823,'_locations_19_description','field_5683f2b1dcba3'),(43838,823,'locations_20_location','a:3:{s:7:\"address\";s:42:\"2006 Kinvara Dr, Pittsburgh, PA 15237, USA\";s:3:\"lat\";s:10:\"40.5360526\";s:3:\"lng\";s:11:\"-80.0095547\";}'),(43839,823,'_locations_20_location','field_5683f288dcba1'),(43840,823,'locations_20_title','Dans Test'),(43841,823,'_locations_20_title','field_5683f2aadcba2'),(43842,823,'locations_20_image',''),(43843,823,'_locations_20_image','field_568439ed8109d'),(43844,823,'locations_20_description','Test Description'),(43845,823,'_locations_20_description','field_5683f2b1dcba3'),(43846,823,'locations','21'),(43847,823,'_locations','field_5683f253a5dba'),(43856,824,'locations_0_location','a:3:{s:7:\"address\";s:21:\"42.136992, -80.068054\";s:3:\"lat\";s:9:\"42.137055\";s:3:\"lng\";s:11:\"-80.0681085\";}'),(43857,824,'_locations_0_location','field_5683f288dcba1'),(43858,824,'locations_0_title','State Route 4034, Section A50 Erie Bayfront – New Roadway Construction'),(43859,824,'_locations_0_title','field_5683f2aadcba2'),(43860,824,'locations_0_image',''),(43861,824,'_locations_0_image','field_568439ed8109d'),(43862,824,'locations_0_description','This project was for new road construction and affected 24 properties and resulted in the relocation of 12 residents and 3 businesses in the City of Erie, Erie County.'),(43863,824,'_locations_0_description','field_5683f2b1dcba3'),(43864,824,'locations_1_location','a:3:{s:7:\"address\";s:21:\"42.132253, -80.062521\";s:3:\"lat\";s:10:\"42.1317107\";s:3:\"lng\";s:18:\"-80.06192249999998\";}'),(43865,824,'_locations_1_location','field_5683f288dcba1'),(43866,824,'locations_1_title','State Route 4034, Section A51 Erie Bayfront – New Roadway Construction'),(43867,824,'_locations_1_title','field_5683f2aadcba2'),(43868,824,'locations_1_image','445'),(43869,824,'_locations_1_image','field_568439ed8109d'),(43870,824,'locations_1_description','This project was for new road construction and affected 25 properties and resulted in the relocation of 3 residents and 12 businesses in the City of Erie, Erie County.'),(43871,824,'_locations_1_description','field_5683f2b1dcba3'),(43872,824,'locations_2_location','a:3:{s:7:\"address\";s:21:\"42.123213, -79.980684\";s:3:\"lat\";s:17:\"42.12319309999999\";s:3:\"lng\";s:18:\"-79.98069599999997\";}'),(43873,824,'_locations_2_location','field_5683f288dcba1'),(43874,824,'locations_2_title','State Route 4034, Section A90 Bayfront Station Road – New Roadway Construction'),(43875,824,'_locations_2_title','field_5683f2aadcba2'),(43876,824,'locations_2_image','448'),(43877,824,'_locations_2_image','field_568439ed8109d'),(43878,824,'locations_2_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie County.'),(43879,824,'_locations_2_description','field_5683f2b1dcba3'),(43880,824,'locations_3_location','a:3:{s:7:\"address\";s:21:\"41.157606, -80.225857\";s:3:\"lat\";s:10:\"41.1576048\";s:3:\"lng\";s:11:\"-80.2258668\";}'),(43881,824,'_locations_3_location','field_5683f288dcba1'),(43882,824,'locations_3_title','Iron Bridge – State Route 0019, B04 – Bridge Replacement'),(43883,824,'_locations_3_title','field_5683f2aadcba2'),(43884,824,'locations_3_image','450'),(43885,824,'_locations_3_image','field_568439ed8109d'),(43886,824,'locations_3_description','This project was for a mid-sized bridge replacement and affected 8 properties in the Township of Springfield, Mercer County.'),(43887,824,'_locations_3_description','field_5683f2b1dcba3'),(43888,824,'locations_4_location','a:3:{s:7:\"address\";s:21:\"41.157502, -80.225829\";s:3:\"lat\";s:10:\"41.1575001\";s:3:\"lng\";s:11:\"-80.2258445\";}'),(43889,824,'_locations_4_location','field_5683f288dcba1'),(43890,824,'locations_4_title','State Route 0062, Section A02G, Sharon – Roadway Widening'),(43891,824,'_locations_4_title','field_5683f2aadcba2'),(43892,824,'locations_4_image','452'),(43893,824,'_locations_4_image','field_568439ed8109d'),(43894,824,'locations_4_description','This project was for a road widening and affected 12 properties and resulted in the relocation of 2 residents and 4 businesses in the Cities of Sharon and Farrell, Mercer County.'),(43895,824,'_locations_4_description','field_5683f2b1dcba3'),(43896,824,'locations_5_location','a:3:{s:7:\"address\";s:21:\"41.203515, -80.500030\";s:3:\"lat\";s:10:\"41.2035162\";s:3:\"lng\";s:18:\"-80.50022580000001\";}'),(43897,824,'_locations_5_location','field_5683f288dcba1'),(43898,824,'locations_5_title','State Route 0062, Section A02, Sharon – Roadway Widening'),(43899,824,'_locations_5_title','field_5683f2aadcba2'),(43900,824,'locations_5_image',''),(43901,824,'_locations_5_image','field_568439ed8109d'),(43902,824,'locations_5_description','This project is for roadway widening and intersection improvements and is affecting over 100 properties and resulting in the relocation of 2 residents and 2 businesses in the Cities of Sharon and Farrell, and the Borough of West Wheatland, Mercer County.'),(43903,824,'_locations_5_description','field_5683f2b1dcba3'),(43904,824,'locations_6_location','a:3:{s:7:\"address\";s:21:\"41.174312, -80.459088\";s:3:\"lat\";s:9:\"41.174248\";s:3:\"lng\";s:18:\"-80.45922139999999\";}'),(43905,824,'_locations_6_location','field_5683f288dcba1'),(43906,824,'locations_6_title','State Route 318, Section B00 – West Middlesex – Bridge Replacement'),(43907,824,'_locations_6_title','field_5683f2aadcba2'),(43908,824,'locations_6_image',''),(43909,824,'_locations_6_image','field_568439ed8109d'),(43910,824,'locations_6_description','This project is for a large bridge replacement spanning the Shenango River and is affecting 23 properties in the Borough of West Middlesex, Mercer County.'),(43911,824,'_locations_6_description','field_5683f2b1dcba3'),(43912,824,'locations_7_location','a:3:{s:7:\"address\";s:21:\"42.101392, -79.988518\";s:3:\"lat\";s:10:\"42.1009699\";s:3:\"lng\";s:18:\"-79.98816999999997\";}'),(43913,824,'_locations_7_location','field_5683f288dcba1'),(43914,824,'locations_7_title','Township Road T609, Section S000 - Kane Hill Road Bridge – Erie County (LOCAL)'),(43915,824,'_locations_7_title','field_5683f2aadcba2'),(43916,824,'locations_7_image','461'),(43917,824,'_locations_7_image','field_568439ed8109d'),(43918,824,'locations_7_description','This project is for a bridge replacement and is affecting 4 properties in Township of Greene, Erie County.'),(43919,824,'_locations_7_description','field_5683f2b1dcba3'),(43920,824,'locations_8_location','a:3:{s:7:\"address\";s:21:\"42.067111, -80.103791\";s:3:\"lat\";s:10:\"42.0681078\";s:3:\"lng\";s:11:\"-80.1039467\";}'),(43921,824,'_locations_8_location','field_5683f288dcba1'),(43922,824,'locations_8_title','State Route 4012, Section A00 – Erie County – Millcreek, Roadway Widening'),(43923,824,'_locations_8_title','field_5683f2aadcba2'),(43924,824,'locations_8_image',''),(43925,824,'_locations_8_image','field_568439ed8109d'),(43926,824,'locations_8_description',''),(43927,824,'_locations_8_description','field_5683f2b1dcba3'),(43928,824,'locations_9_location','a:3:{s:7:\"address\";s:21:\"42.071262, -80.202530\";s:3:\"lat\";s:8:\"42.07139\";s:3:\"lng\";s:18:\"-80.20223699999997\";}'),(43929,824,'_locations_9_location','field_5683f288dcba1'),(43930,824,'locations_9_title','State Route 4016, Section L00 – Millfair Erie – Intersection and Roadway Improvements'),(43931,824,'_locations_9_title','field_5683f2aadcba2'),(43932,824,'locations_9_image',''),(43933,824,'_locations_9_image','field_568439ed8109d'),(43934,824,'locations_9_description',''),(43935,824,'_locations_9_description','field_5683f2b1dcba3'),(43936,824,'locations_10_location','a:3:{s:7:\"address\";s:21:\"42.150704, -80.005306\";s:3:\"lat\";s:10:\"42.1512609\";s:3:\"lng\";s:18:\"-80.00499430000002\";}'),(43937,824,'_locations_10_location','field_5683f288dcba1'),(43938,824,'locations_10_title','Nagle Road Bridge – Harborcreek – Bridge Replacement'),(43939,824,'_locations_10_title','field_5683f2aadcba2'),(43940,824,'locations_10_image','457'),(43941,824,'_locations_10_image','field_568439ed8109d'),(43942,824,'locations_10_description','This project was for a larger bridge replacement which spanned 3 active rail lines in the Township of Harborcreek, Erie Country.'),(43943,824,'_locations_10_description','field_5683f2b1dcba3'),(43944,824,'locations_11_location','a:3:{s:7:\"address\";s:21:\"41.731326, -80.143636\";s:3:\"lat\";s:10:\"41.7312678\";s:3:\"lng\";s:18:\"-80.14303139999998\";}'),(43945,824,'_locations_11_location','field_5683f288dcba1'),(43946,824,'locations_11_title','Peters Road Bridge – Woodcock Township'),(43947,824,'_locations_11_title','field_5683f2aadcba2'),(43948,824,'locations_11_image',''),(43949,824,'_locations_11_image','field_568439ed8109d'),(43950,824,'locations_11_description','This project is for bridge removal and a new railroad crossing and is affecting 5 properties in the Township of Woodcock, Crawford County.'),(43951,824,'_locations_11_description','field_5683f2b1dcba3'),(43952,824,'locations_12_location','a:3:{s:7:\"address\";s:21:\"42.074226, -80.182684\";s:3:\"lat\";s:10:\"42.0750544\";s:3:\"lng\";s:18:\"-80.18202980000001\";}'),(43953,824,'_locations_12_location','field_5683f288dcba1'),(43954,824,'locations_12_title','State Route 4009, Section A02 Erie'),(43955,824,'_locations_12_title','field_5683f2aadcba2'),(43956,824,'locations_12_image','780'),(43957,824,'_locations_12_image','field_568439ed8109d'),(43958,824,'locations_12_description','This project was for the realignment of Asbury Road and affected 14 properties in the Township of Millcreek, Erie County.'),(43959,824,'_locations_12_description','field_5683f2b1dcba3'),(43960,824,'locations_13_location','a:3:{s:7:\"address\";s:21:\"41.506210, -79.633939\";s:3:\"lat\";s:9:\"41.505463\";s:3:\"lng\";s:18:\"-79.63243899999998\";}'),(43961,824,'_locations_13_location','field_5683f288dcba1'),(43962,824,'locations_13_title','State Route 0227, Section B01, Venango County – Bridge Replacement'),(43963,824,'_locations_13_title','field_5683f2aadcba2'),(43964,824,'locations_13_image',''),(43965,824,'_locations_13_image','field_568439ed8109d'),(43966,824,'locations_13_description','This project is for a small bridge and is affecting 2 properties in the Township of Sugar Grove, Warren County.'),(43967,824,'_locations_13_description','field_5683f2b1dcba3'),(43968,824,'locations_14_location','a:3:{s:7:\"address\";s:21:\"42.160855, -79.978735\";s:3:\"lat\";s:9:\"42.160685\";s:3:\"lng\";s:10:\"-79.979015\";}'),(43969,824,'_locations_14_location','field_5683f288dcba1'),(43970,824,'locations_14_title','State Route 955, Section B00, Erie County – Bridge Replacement'),(43971,824,'_locations_14_title','field_5683f2aadcba2'),(43972,824,'locations_14_image','427'),(43973,824,'_locations_14_image','field_568439ed8109d'),(43974,824,'locations_14_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(43975,824,'_locations_14_description','field_5683f2b1dcba3'),(43976,824,'locations_15_location','a:3:{s:7:\"address\";s:21:\"42.166954, -79.961159\";s:3:\"lat\";s:9:\"42.167122\";s:3:\"lng\";s:10:\"-79.959048\";}'),(43977,824,'_locations_15_location','field_5683f288dcba1'),(43978,824,'locations_15_title','State Route 0955, Section B01, Erie Count – Bridge Replacement'),(43979,824,'_locations_15_title','field_5683f2aadcba2'),(43980,824,'locations_15_image','427'),(43981,824,'_locations_15_image','field_568439ed8109d'),(43982,824,'locations_15_description','This project was for the iroquois Avenue Arch and affected 2 properties in the Township of Harborcreek, Erie County.'),(43983,824,'_locations_15_description','field_5683f2b1dcba3'),(43984,824,'locations_16_location','a:3:{s:7:\"address\";s:21:\"41.470470, -80.335987\";s:3:\"lat\";s:10:\"41.4704425\";s:3:\"lng\";s:18:\"-80.33643310000002\";}'),(43985,824,'_locations_16_location','field_5683f288dcba1'),(43986,824,'locations_16_title','State Route 4021, Section B00, Mercer County – Bridge Replacement'),(43987,824,'_locations_16_title','field_5683f2aadcba2'),(43988,824,'locations_16_image','430'),(43989,824,'_locations_16_image','field_568439ed8109d'),(43990,824,'locations_16_description','This project was for a small bridge and affected 2 properties in the Township of Sugar Grove, Mercer County.'),(43991,824,'_locations_16_description','field_5683f2b1dcba3'),(43992,824,'locations_17_location','a:3:{s:7:\"address\";s:21:\"41.883264, -79.813068\";s:3:\"lat\";s:10:\"41.8827053\";s:3:\"lng\";s:18:\"-79.81425380000002\";}'),(43993,824,'_locations_17_location','field_5683f288dcba1'),(43994,824,'locations_17_title','State Route 2010, Section B01, Erie County'),(43995,824,'_locations_17_title','field_5683f2aadcba2'),(43996,824,'locations_17_image',''),(43997,824,'_locations_17_image','field_568439ed8109d'),(43998,824,'locations_17_description',''),(43999,824,'_locations_17_description','field_5683f2b1dcba3'),(44000,824,'locations_18_location','a:3:{s:7:\"address\";s:21:\"41.717397, -79.539631\";s:3:\"lat\";s:9:\"41.717376\";s:3:\"lng\";s:18:\"-79.53928450000001\";}'),(44001,824,'_locations_18_location','field_5683f288dcba1'),(44002,824,'locations_18_title','State Route 6100, Section 2B, Erie County – Bridge Replacement'),(44003,824,'_locations_18_title','field_5683f2aadcba2'),(44004,824,'locations_18_image',''),(44005,824,'_locations_18_image','field_568439ed8109d'),(44006,824,'locations_18_description',''),(44007,824,'_locations_18_description','field_5683f2b1dcba3'),(44008,824,'locations_19_location','a:3:{s:7:\"address\";s:21:\"41.897746, -80.157620\";s:3:\"lat\";s:9:\"41.897468\";s:3:\"lng\";s:18:\"-80.15661999999998\";}'),(44009,824,'_locations_19_location','field_5683f288dcba1'),(44010,824,'locations_19_title','State Route 3023, Section B00 – Edinboro PA - Bridge'),(44011,824,'_locations_19_title','field_5683f2aadcba2'),(44012,824,'locations_19_image',''),(44013,824,'_locations_19_image','field_568439ed8109d'),(44014,824,'locations_19_description',''),(44015,824,'_locations_19_description','field_5683f2b1dcba3'),(44016,824,'locations','20'),(44017,824,'_locations','field_5683f253a5dba'),(44018,809,'_wp_attachment_image_alt','Keystone Acquisitions | Our Staff'),(44019,75,'_wp_page_template','default'),(44020,311,'_wp_attachment_image_alt','Keystone Acquisitions | Our Locations'),(44021,141,'_wp_attachment_image_alt','Keystone Acquisitions | Who We Are'),(44022,135,'_wp_attachment_image_alt','Keystone Acquisitions | Projects'),(44023,9,'_wp_page_template','default'),(44024,390,'_wp_attachment_image_alt','Keystone Acquisitions | Property Management'),(44025,394,'_wp_attachment_image_alt','Keystone Acquisitions | Condemnation Support'),(44026,387,'_wp_attachment_image_alt','Keystone Acquisitions | Negotiations'),(44027,395,'_wp_attachment_image_alt','Keystone Acquisitions | Relocation Services'),(44028,386,'_wp_attachment_image_alt','Keystone Acquisitions | Appraisal Services'),(44029,392,'_wp_attachment_image_alt','Keystone Acquisitions | Title Research'),(44030,388,'_wp_attachment_image_alt','Keystone Acquisitions | Project Management'),(44031,391,'_wp_attachment_image_alt','Keystone Acquisitions | Plan Reading Services'),(44032,137,'_wp_attachment_image_alt','Keystone Acquisitions | Our Services'),(44033,11,'_wp_page_template','default'),(44034,142,'_wp_attachment_image_alt','Keystone Acquisitions | Links'),(44035,33,'_wp_page_template','default'),(44036,125,'_wp_attachment_image_alt','Keystone Acquisitions | Order Right of Way Man'),(44037,139,'_wp_attachment_image_alt','Keystone Acquisitions | Employment'),(44038,31,'_wp_page_template','default'),(44039,318,'_wp_attachment_image_alt','Keystone Acquisitions | Engineering Partners'),(44040,101,'_wp_page_template','default'),(44041,319,'_wp_attachment_image_alt','Keystone Acquisitions | Construction Contractors'),(44042,103,'_wp_page_template','default'),(44043,320,'_wp_attachment_image_alt','Keystone Acquisitions | Acquiring Agencies'),(44044,138,'_wp_attachment_image_alt','Keystone Acquisitions | Business Partners'),(44045,29,'_wp_page_template','default'),(44046,833,'_wp_attached_file','2015/12/slide_1-1.jpg'),(44047,833,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1450;s:6:\"height\";i:407;s:4:\"file\";s:21:\"2015/12/slide_1-1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"slide_1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"slide_1-1-300x84.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:84;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"slide_1-1-768x216.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"slide_1-1-1024x287.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:287;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"slide_1-1-374x407.jpg\";s:5:\"width\";i:374;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"wordpressstartertheme-full-width\";a:4:{s:4:\"file\";s:21:\"slide_1-1-374x407.jpg\";s:5:\"width\";i:374;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(44048,834,'_wp_attached_file','2015/12/slide_2-1.jpg'),(44049,834,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1450;s:6:\"height\";i:407;s:4:\"file\";s:21:\"2015/12/slide_2-1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"slide_2-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"slide_2-1-300x84.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:84;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"slide_2-1-768x216.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"slide_2-1-1024x287.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:287;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"slide_2-1-374x407.jpg\";s:5:\"width\";i:374;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"wordpressstartertheme-full-width\";a:4:{s:4:\"file\";s:21:\"slide_2-1-374x407.jpg\";s:5:\"width\";i:374;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(44050,835,'_wp_attached_file','2015/12/slide_3-1.jpg'),(44051,835,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1450;s:6:\"height\";i:407;s:4:\"file\";s:21:\"2015/12/slide_3-1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"slide_3-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"slide_3-1-300x84.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:84;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"slide_3-1-768x216.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"slide_3-1-1024x287.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:287;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"slide_3-1-374x407.jpg\";s:5:\"width\";i:374;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"wordpressstartertheme-full-width\";a:4:{s:4:\"file\";s:21:\"slide_3-1-374x407.jpg\";s:5:\"width\";i:374;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(44052,836,'_wp_attached_file','2015/12/slide_4-1.jpg'),(44053,836,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1450;s:6:\"height\";i:407;s:4:\"file\";s:21:\"2015/12/slide_4-1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"slide_4-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"slide_4-1-300x84.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:84;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"slide_4-1-768x216.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"slide_4-1-1024x287.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:287;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"slide_4-1-374x407.jpg\";s:5:\"width\";i:374;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"wordpressstartertheme-full-width\";a:4:{s:4:\"file\";s:21:\"slide_4-1-374x407.jpg\";s:5:\"width\";i:374;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(44054,837,'_wp_attached_file','2015/12/slide_5-1.jpg'),(44055,837,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1450;s:6:\"height\";i:407;s:4:\"file\";s:21:\"2015/12/slide_5-1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"slide_5-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"slide_5-1-300x84.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:84;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"slide_5-1-768x216.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"slide_5-1-1024x287.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:287;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"slide_5-1-374x407.jpg\";s:5:\"width\";i:374;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"wordpressstartertheme-full-width\";a:4:{s:4:\"file\";s:21:\"slide_5-1-374x407.jpg\";s:5:\"width\";i:374;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(44056,838,'slide_0_image','833'),(44057,838,'_slide_0_image','field_5668606dfa3bb'),(44058,838,'slide_0_heading','Welcome to Keystone Acquisition Services, Corporation'),(44059,838,'_slide_0_heading','field_56686081fa3bc'),(44060,838,'slide_0_subheading','A full service acquisition firm you can trust'),(44061,838,'_slide_0_subheading','field_5668608dfa3bd'),(44062,838,'slide_0_link',''),(44063,838,'_slide_0_link','field_56686e30ef8b8'),(44064,838,'slide_1_image','834'),(44065,838,'_slide_1_image','field_5668606dfa3bb'),(44066,838,'slide_1_heading','We\'ve acquired thousands of properties'),(44067,838,'_slide_1_heading','field_56686081fa3bc'),(44068,838,'slide_1_subheading','for public improvement projects'),(44069,838,'_slide_1_subheading','field_5668608dfa3bd'),(44070,838,'slide_1_link',''),(44071,838,'_slide_1_link','field_56686e30ef8b8'),(44072,838,'slide_2_image','835'),(44073,838,'_slide_2_image','field_5668606dfa3bb'),(44074,838,'slide_2_heading','At Keystone, we emphasize a team approach,'),(44075,838,'_slide_2_heading','field_56686081fa3bc'),(44076,838,'slide_2_subheading','communication and accuracy'),(44077,838,'_slide_2_subheading','field_5668608dfa3bd'),(44078,838,'slide_2_link',''),(44079,838,'_slide_2_link','field_56686e30ef8b8'),(44080,838,'slide_3_image','836'),(44081,838,'_slide_3_image','field_5668606dfa3bb'),(44082,838,'slide_3_heading','Our focus is to get shovels in the dirt'),(44083,838,'_slide_3_heading','field_56686081fa3bc'),(44084,838,'slide_3_subheading','on time and within budget'),(44085,838,'_slide_3_subheading','field_5668608dfa3bd'),(44086,838,'slide_3_link',''),(44087,838,'_slide_3_link','field_56686e30ef8b8'),(44088,838,'slide_4_image','837'),(44089,838,'_slide_4_image','field_5668606dfa3bb'),(44090,838,'slide_4_heading','We\'ve relocated over 300 businesses'),(44091,838,'_slide_4_heading','field_56686081fa3bc'),(44092,838,'slide_4_subheading','and over 1,000 residents'),(44093,838,'_slide_4_subheading','field_5668608dfa3bd'),(44094,838,'slide_4_link',''),(44095,838,'_slide_4_link','field_56686e30ef8b8'),(44096,838,'slide','5'),(44097,838,'_slide','field_56685fd6206f0'),(44098,839,'slide_0_image','833'),(44099,839,'_slide_0_image','field_5668606dfa3bb'),(44100,839,'slide_0_heading','Welcome to Keystone Acquisition Services, Corporation'),(44101,839,'_slide_0_heading','field_56686081fa3bc'),(44102,839,'slide_0_subheading','A full service acquisition firm you can trust'),(44103,839,'_slide_0_subheading','field_5668608dfa3bd'),(44104,839,'slide_0_link',''),(44105,839,'_slide_0_link','field_56686e30ef8b8'),(44106,839,'slide_1_image','834'),(44107,839,'_slide_1_image','field_5668606dfa3bb'),(44108,839,'slide_1_heading','We\'ve acquired thousands of properties'),(44109,839,'_slide_1_heading','field_56686081fa3bc'),(44110,839,'slide_1_subheading','for public improvement projects'),(44111,839,'_slide_1_subheading','field_5668608dfa3bd'),(44112,839,'slide_1_link',''),(44113,839,'_slide_1_link','field_56686e30ef8b8'),(44114,839,'slide_2_image','835'),(44115,839,'_slide_2_image','field_5668606dfa3bb'),(44116,839,'slide_2_heading','At Keystone, we emphasize a team approach,'),(44117,839,'_slide_2_heading','field_56686081fa3bc'),(44118,839,'slide_2_subheading','communication and accuracy'),(44119,839,'_slide_2_subheading','field_5668608dfa3bd'),(44120,839,'slide_2_link',''),(44121,839,'_slide_2_link','field_56686e30ef8b8'),(44122,839,'slide_3_image','836'),(44123,839,'_slide_3_image','field_5668606dfa3bb'),(44124,839,'slide_3_heading','Our focus is to get shovels in the dirt'),(44125,839,'_slide_3_heading','field_56686081fa3bc'),(44126,839,'slide_3_subheading','on time and within budget'),(44127,839,'_slide_3_subheading','field_5668608dfa3bd'),(44128,839,'slide_3_link',''),(44129,839,'_slide_3_link','field_56686e30ef8b8'),(44130,839,'slide_4_image','837'),(44131,839,'_slide_4_image','field_5668606dfa3bb'),(44132,839,'slide_4_heading','We\'ve relocated over 300 businesses'),(44133,839,'_slide_4_heading','field_56686081fa3bc'),(44134,839,'slide_4_subheading','and over 1,000 residents'),(44135,839,'_slide_4_subheading','field_5668608dfa3bd'),(44136,839,'slide_4_link',''),(44137,839,'_slide_4_link','field_56686e30ef8b8'),(44138,839,'slide','5'),(44139,839,'_slide','field_56685fd6206f0'),(44140,841,'slide_0_image','833'),(44141,841,'_slide_0_image','field_5668606dfa3bb'),(44142,841,'slide_0_heading','Welcome to Keystone Acquisition Services, Corporation'),(44143,841,'_slide_0_heading','field_56686081fa3bc'),(44144,841,'slide_0_subheading','A full service acquisition firm you can trust'),(44145,841,'_slide_0_subheading','field_5668608dfa3bd'),(44146,841,'slide_0_link',''),(44147,841,'_slide_0_link','field_56686e30ef8b8'),(44148,841,'slide_1_image','834'),(44149,841,'_slide_1_image','field_5668606dfa3bb'),(44150,841,'slide_1_heading','We\'ve acquired thousands of properties'),(44151,841,'_slide_1_heading','field_56686081fa3bc'),(44152,841,'slide_1_subheading','for public improvement projects'),(44153,841,'_slide_1_subheading','field_5668608dfa3bd'),(44154,841,'slide_1_link',''),(44155,841,'_slide_1_link','field_56686e30ef8b8'),(44156,841,'slide_2_image','835'),(44157,841,'_slide_2_image','field_5668606dfa3bb'),(44158,841,'slide_2_heading','At Keystone, we emphasize a team approach,'),(44159,841,'_slide_2_heading','field_56686081fa3bc'),(44160,841,'slide_2_subheading','communication and accuracy'),(44161,841,'_slide_2_subheading','field_5668608dfa3bd'),(44162,841,'slide_2_link',''),(44163,841,'_slide_2_link','field_56686e30ef8b8'),(44164,841,'slide_3_image','836'),(44165,841,'_slide_3_image','field_5668606dfa3bb'),(44166,841,'slide_3_heading','Our focus is to get shovels in the dirt'),(44167,841,'_slide_3_heading','field_56686081fa3bc'),(44168,841,'slide_3_subheading','on time and within budget'),(44169,841,'_slide_3_subheading','field_5668608dfa3bd'),(44170,841,'slide_3_link',''),(44171,841,'_slide_3_link','field_56686e30ef8b8'),(44172,841,'slide_4_image','837'),(44173,841,'_slide_4_image','field_5668606dfa3bb'),(44174,841,'slide_4_heading','We\'ve relocated over 300 businesses'),(44175,841,'_slide_4_heading','field_56686081fa3bc'),(44176,841,'slide_4_subheading','and over 1,000 residents'),(44177,841,'_slide_4_subheading','field_5668608dfa3bd'),(44178,841,'slide_4_link',''),(44179,841,'_slide_4_link','field_56686e30ef8b8'),(44180,841,'slide','5'),(44181,841,'_slide','field_56685fd6206f0'),(44182,842,'slide_0_image','833'),(44183,842,'_slide_0_image','field_5668606dfa3bb'),(44184,842,'slide_0_heading','Welcome to Keystone Acquisition Services, Corporation'),(44185,842,'_slide_0_heading','field_56686081fa3bc'),(44186,842,'slide_0_subheading','A full service acquisition firm you can trust'),(44187,842,'_slide_0_subheading','field_5668608dfa3bd'),(44188,842,'slide_0_link',''),(44189,842,'_slide_0_link','field_56686e30ef8b8'),(44190,842,'slide_1_image','834'),(44191,842,'_slide_1_image','field_5668606dfa3bb'),(44192,842,'slide_1_heading','We\'ve acquired thousands of properties'),(44193,842,'_slide_1_heading','field_56686081fa3bc'),(44194,842,'slide_1_subheading','for public improvement projects'),(44195,842,'_slide_1_subheading','field_5668608dfa3bd'),(44196,842,'slide_1_link',''),(44197,842,'_slide_1_link','field_56686e30ef8b8'),(44198,842,'slide_2_image','835'),(44199,842,'_slide_2_image','field_5668606dfa3bb'),(44200,842,'slide_2_heading','At Keystone, we emphasize a team approach,'),(44201,842,'_slide_2_heading','field_56686081fa3bc'),(44202,842,'slide_2_subheading','communication and accuracy'),(44203,842,'_slide_2_subheading','field_5668608dfa3bd'),(44204,842,'slide_2_link',''),(44205,842,'_slide_2_link','field_56686e30ef8b8'),(44206,842,'slide_3_image','836'),(44207,842,'_slide_3_image','field_5668606dfa3bb'),(44208,842,'slide_3_heading','Our focus is to get shovels in the dirt'),(44209,842,'_slide_3_heading','field_56686081fa3bc'),(44210,842,'slide_3_subheading','on time and within budget'),(44211,842,'_slide_3_subheading','field_5668608dfa3bd'),(44212,842,'slide_3_link',''),(44213,842,'_slide_3_link','field_56686e30ef8b8'),(44214,842,'slide_4_image','837'),(44215,842,'_slide_4_image','field_5668606dfa3bb'),(44216,842,'slide_4_heading','We\'ve relocated over 300 businesses'),(44217,842,'_slide_4_heading','field_56686081fa3bc'),(44218,842,'slide_4_subheading','and over 1,000 residents'),(44219,842,'_slide_4_subheading','field_5668608dfa3bd'),(44220,842,'slide_4_link',''),(44221,842,'_slide_4_link','field_56686e30ef8b8'),(44222,842,'slide','5'),(44223,842,'_slide','field_56685fd6206f0'),(44224,843,'slide_0_image','833'),(44225,843,'_slide_0_image','field_5668606dfa3bb'),(44226,843,'slide_0_heading','Welcome to Keystone Acquisition Services, Corporation'),(44227,843,'_slide_0_heading','field_56686081fa3bc'),(44228,843,'slide_0_subheading','A full service acquisition firm you can trust'),(44229,843,'_slide_0_subheading','field_5668608dfa3bd'),(44230,843,'slide_0_link',''),(44231,843,'_slide_0_link','field_56686e30ef8b8'),(44232,843,'slide_1_image','834'),(44233,843,'_slide_1_image','field_5668606dfa3bb'),(44234,843,'slide_1_heading','We\'ve acquired thousands of properties'),(44235,843,'_slide_1_heading','field_56686081fa3bc'),(44236,843,'slide_1_subheading','for public improvement projects'),(44237,843,'_slide_1_subheading','field_5668608dfa3bd'),(44238,843,'slide_1_link',''),(44239,843,'_slide_1_link','field_56686e30ef8b8'),(44240,843,'slide_2_image','835'),(44241,843,'_slide_2_image','field_5668606dfa3bb'),(44242,843,'slide_2_heading','At Keystone, we emphasize a team approach,'),(44243,843,'_slide_2_heading','field_56686081fa3bc'),(44244,843,'slide_2_subheading','communication and accuracy'),(44245,843,'_slide_2_subheading','field_5668608dfa3bd'),(44246,843,'slide_2_link',''),(44247,843,'_slide_2_link','field_56686e30ef8b8'),(44248,843,'slide_3_image','836'),(44249,843,'_slide_3_image','field_5668606dfa3bb'),(44250,843,'slide_3_heading','Our focus is to get shovels in the dirt'),(44251,843,'_slide_3_heading','field_56686081fa3bc'),(44252,843,'slide_3_subheading','on time and within budget'),(44253,843,'_slide_3_subheading','field_5668608dfa3bd'),(44254,843,'slide_3_link',''),(44255,843,'_slide_3_link','field_56686e30ef8b8'),(44256,843,'slide_4_image','837'),(44257,843,'_slide_4_image','field_5668606dfa3bb'),(44258,843,'slide_4_heading','We\'ve relocated over 300 businesses'),(44259,843,'_slide_4_heading','field_56686081fa3bc'),(44260,843,'slide_4_subheading','and over 1,000 residents'),(44261,843,'_slide_4_subheading','field_5668608dfa3bd'),(44262,843,'slide_4_link',''),(44263,843,'_slide_4_link','field_56686e30ef8b8'),(44264,843,'slide','5'),(44265,843,'_slide','field_56685fd6206f0'),(44266,862,'_wp_attached_file','2015/12/negotiations-3.png'),(44267,862,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:374;s:6:\"height\";i:476;s:4:\"file\";s:26:\"2015/12/negotiations-3.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"negotiations-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"negotiations-3-236x300.png\";s:5:\"width\";i:236;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(44268,21,'_thumbnail_id','862'),(44269,863,'_wp_attached_file','2015/12/plan-reading-2.png'),(44270,863,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:374;s:6:\"height\";i:476;s:4:\"file\";s:26:\"2015/12/plan-reading-2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"plan-reading-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"plan-reading-2-236x300.png\";s:5:\"width\";i:236;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(44271,92,'_thumbnail_id','903'),(44272,864,'_wp_attached_file','2015/12/machinery-equipment-appraisals.png'),(44273,864,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:374;s:6:\"height\";i:476;s:4:\"file\";s:42:\"2015/12/machinery-equipment-appraisals.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"machinery-equipment-appraisals-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"machinery-equipment-appraisals-236x300.png\";s:5:\"width\";i:236;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(44274,27,'_thumbnail_id','864'),(44275,27,'_wp_page_template','default'),(44279,867,'gallery_0_image','226'),(44280,867,'_gallery_0_image','field_5679734b250ca'),(44281,867,'gallery_0_caption','FABCOR Incorporated'),(44282,867,'_gallery_0_caption','field_56797357250cb'),(44283,867,'gallery_0_link_url','http://www.fabcorinc.com/'),(44284,867,'_gallery_0_link_url','field_5679735d250cc'),(44285,867,'gallery_1_image','233'),(44286,867,'_gallery_1_image','field_5679734b250ca'),(44287,867,'gallery_1_caption','Kinsley Construction Co.'),(44288,867,'_gallery_1_caption','field_56797357250cb'),(44289,867,'gallery_1_link_url','http://www.rkinsley.com/'),(44290,867,'_gallery_1_link_url','field_5679735d250cc'),(44291,867,'gallery_2_image','213'),(44292,867,'_gallery_2_image','field_5679734b250ca'),(44293,867,'gallery_2_caption','Lobar Site Development'),(44294,867,'_gallery_2_caption','field_56797357250cb'),(44295,867,'gallery_2_link_url','http://lobarassoc.com/'),(44296,867,'_gallery_2_link_url','field_5679735d250cc'),(44297,867,'gallery_3_image','225'),(44298,867,'_gallery_3_image','field_5679734b250ca'),(44299,867,'gallery_3_caption','Clearwater Construction Co.'),(44300,867,'_gallery_3_caption','field_56797357250cb'),(44301,867,'gallery_3_link_url','http://www.clearwaterconstruction.com/'),(44302,867,'_gallery_3_link_url','field_5679735d250cc'),(44303,867,'gallery_4_image','230'),(44304,867,'_gallery_4_image','field_5679734b250ca'),(44305,867,'gallery_4_caption','J.D. Eckman, Inc.'),(44306,867,'_gallery_4_caption','field_56797357250cb'),(44307,867,'gallery_4_link_url','https://legacy.jdeckman.com'),(44308,867,'_gallery_4_link_url','field_5679735d250cc'),(44309,867,'gallery_5_image','216'),(44310,867,'_gallery_5_image','field_5679734b250ca'),(44311,867,'gallery_5_caption','Pioneer Construction'),(44312,867,'_gallery_5_caption','field_56797357250cb'),(44313,867,'gallery_5_link_url','http://www.pioneerinc.com/'),(44314,867,'_gallery_5_link_url','field_5679735d250cc'),(44315,867,'gallery_6_image','232'),(44316,867,'_gallery_6_image','field_5679734b250ca'),(44317,867,'gallery_6_caption','KCI Technologies'),(44318,867,'_gallery_6_caption','field_56797357250cb'),(44319,867,'gallery_6_link_url','http://www.kci.com/'),(44320,867,'_gallery_6_link_url','field_5679735d250cc'),(44321,867,'gallery_7_image','215'),(44322,867,'_gallery_7_image','field_5679734b250ca'),(44323,867,'gallery_7_caption','Minichi Contracting Group'),(44324,867,'_gallery_7_caption','field_56797357250cb'),(44325,867,'gallery_7_link_url','http://www.minichigroup.com/'),(44326,867,'_gallery_7_link_url','field_5679735d250cc'),(44327,867,'gallery_8_image','217'),(44328,867,'_gallery_8_image','field_5679734b250ca'),(44329,867,'gallery_8_caption','Plum Contracting, Inc.'),(44330,867,'_gallery_8_caption','field_56797357250cb'),(44331,867,'gallery_8_link_url','http://www.plumcontractinginc.com/'),(44332,867,'_gallery_8_link_url','field_5679735d250cc'),(44333,867,'gallery_9_image','219'),(44334,867,'_gallery_9_image','field_5679734b250ca'),(44335,867,'gallery_9_caption','Russell Standard Corporation'),(44336,867,'_gallery_9_caption','field_56797357250cb'),(44337,867,'gallery_9_link_url','http://www.russellstandard.com/'),(44338,867,'_gallery_9_link_url','field_5679735d250cc'),(44339,867,'gallery_10_image','223'),(44340,867,'_gallery_10_image','field_5679734b250ca'),(44341,867,'gallery_10_caption','A.A. Meyers Construction'),(44342,867,'_gallery_10_caption','field_56797357250cb'),(44343,867,'gallery_10_link_url','http://www.allanmyers.com/'),(44344,867,'_gallery_10_link_url','field_5679735d250cc'),(44345,867,'gallery_11_image','221'),(44346,867,'_gallery_11_image','field_5679734b250ca'),(44347,867,'gallery_11_caption','Shingledecker’s Welding, Inc.'),(44348,867,'_gallery_11_caption','field_56797357250cb'),(44349,867,'gallery_11_link_url',''),(44350,867,'_gallery_11_link_url','field_5679735d250cc'),(44351,867,'gallery_12_image','222'),(44352,867,'_gallery_12_image','field_5679734b250ca'),(44353,867,'gallery_12_caption','Susquehanna Valley Construction Corp.'),(44354,867,'_gallery_12_caption','field_56797357250cb'),(44355,867,'gallery_12_link_url','http://svccnet.com/'),(44356,867,'_gallery_12_link_url','field_5679735d250cc'),(44357,867,'gallery_13_image','214'),(44358,867,'_gallery_13_image','field_5679734b250ca'),(44359,867,'gallery_13_caption','Marino Construction, Inc.'),(44360,867,'_gallery_13_caption','field_56797357250cb'),(44361,867,'gallery_13_link_url',''),(44362,867,'_gallery_13_link_url','field_5679735d250cc'),(44363,867,'gallery_14_image','231'),(44364,867,'_gallery_14_image','field_5679734b250ca'),(44365,867,'gallery_14_caption','Joseph B. Fay Company'),(44366,867,'_gallery_14_caption','field_56797357250cb'),(44367,867,'gallery_14_link_url','http://www.iiconusa.com/our-family-of-companies/fay/'),(44368,867,'_gallery_14_link_url','field_5679735d250cc'),(44369,867,'gallery_15_image','229'),(44370,867,'_gallery_15_image','field_5679734b250ca'),(44371,867,'gallery_15_caption','Jay Fulkroad & Sons, Inc.'),(44372,867,'_gallery_15_caption','field_56797357250cb'),(44373,867,'gallery_15_link_url','http://www.jayfulkroad.com/'),(44374,867,'_gallery_15_link_url','field_5679735d250cc'),(44375,867,'gallery_16_image','218'),(44376,867,'_gallery_16_image','field_5679734b250ca'),(44377,867,'gallery_16_caption','Quality Engineering Solutions'),(44378,867,'_gallery_16_caption','field_56797357250cb'),(44379,867,'gallery_16_link_url','http://www.qespavements.com/'),(44380,867,'_gallery_16_link_url','field_5679735d250cc'),(44381,867,'gallery_17_image','212'),(44382,867,'_gallery_17_image','field_5679734b250ca'),(44383,867,'gallery_17_caption','Kuharchik Construction, Inc.'),(44384,867,'_gallery_17_caption','field_56797357250cb'),(44385,867,'gallery_17_link_url','http://www.kuharchik.com/'),(44386,867,'_gallery_17_link_url','field_5679735d250cc'),(44387,867,'gallery_18_image','228'),(44388,867,'_gallery_18_image','field_5679734b250ca'),(44389,867,'gallery_18_caption','James D. Morrissey, Inc.'),(44390,867,'_gallery_18_caption','field_56797357250cb'),(44391,867,'gallery_18_link_url','http://jdm-inc.com/'),(44392,867,'_gallery_18_link_url','field_5679735d250cc'),(44393,867,'gallery_19_image','220'),(44394,867,'_gallery_19_image','field_5679734b250ca'),(44395,867,'gallery_19_caption','S.E.T., Inc.'),(44396,867,'_gallery_19_caption','field_56797357250cb'),(44397,867,'gallery_19_link_url','http://setinc.biz/'),(44398,867,'_gallery_19_link_url','field_5679735d250cc'),(44399,867,'gallery_20_image','227'),(44400,867,'_gallery_20_image','field_5679734b250ca'),(44401,867,'gallery_20_caption','Grace Industries, Inc.'),(44402,867,'_gallery_20_caption','field_56797357250cb'),(44403,867,'gallery_20_link_url','http://www.graceindustries.com/'),(44404,867,'_gallery_20_link_url','field_5679735d250cc'),(44405,867,'gallery_21_image','224'),(44406,867,'_gallery_21_image','field_5679734b250ca'),(44407,867,'gallery_21_caption','A. Folino Construction, Inc.'),(44408,867,'_gallery_21_caption','field_56797357250cb'),(44409,867,'gallery_21_link_url','http://www.folinoconstruction.com/'),(44410,867,'_gallery_21_link_url','field_5679735d250cc'),(44411,867,'gallery_22_image','865'),(44412,867,'_gallery_22_image','field_5679734b250ca'),(44413,867,'gallery_22_caption','Popple Construction, Inc.'),(44414,867,'_gallery_22_caption','field_56797357250cb'),(44415,867,'gallery_22_link_url','http://poppleconstruction.com/index.html'),(44416,867,'_gallery_22_link_url','field_5679735d250cc'),(44417,867,'gallery','23'),(44418,867,'_gallery','field_567972e3b961b'),(44419,103,'gallery_22_image','868'),(44420,103,'_gallery_22_image','field_5679734b250ca'),(44421,103,'gallery_22_caption','Popple Construction, Inc.'),(44422,103,'_gallery_22_caption','field_56797357250cb'),(44423,103,'gallery_22_link_url','http://poppleconstruction.com/index.html'),(44424,103,'_gallery_22_link_url','field_5679735d250cc'),(44425,868,'_wp_attached_file','2015/12/image001-e1453731087515.png'),(44426,868,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:35:\"2015/12/image001-e1453731087515.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"image001-112x74.png\";s:5:\"width\";i:112;s:6:\"height\";i:74;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"image001-300x86.png\";s:5:\"width\";i:300;s:6:\"height\";i:86;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"image001-374x143.png\";s:5:\"width\";i:374;s:6:\"height\";i:143;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"wordpressstartertheme-full-width\";a:4:{s:4:\"file\";s:20:\"image001-374x143.png\";s:5:\"width\";i:374;s:6:\"height\";i:143;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"business-partners\";a:4:{s:4:\"file\";s:19:\"image001-112x74.png\";s:5:\"width\";i:112;s:6:\"height\";i:74;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(44427,869,'gallery_0_image','226'),(44428,869,'_gallery_0_image','field_5679734b250ca'),(44429,869,'gallery_0_caption','FABCOR Incorporated'),(44430,869,'_gallery_0_caption','field_56797357250cb'),(44431,869,'gallery_0_link_url','http://www.fabcorinc.com/'),(44432,869,'_gallery_0_link_url','field_5679735d250cc'),(44433,869,'gallery_1_image','233'),(44434,869,'_gallery_1_image','field_5679734b250ca'),(44435,869,'gallery_1_caption','Kinsley Construction Co.'),(44436,869,'_gallery_1_caption','field_56797357250cb'),(44437,869,'gallery_1_link_url','http://www.rkinsley.com/'),(44438,869,'_gallery_1_link_url','field_5679735d250cc'),(44439,869,'gallery_2_image','213'),(44440,869,'_gallery_2_image','field_5679734b250ca'),(44441,869,'gallery_2_caption','Lobar Site Development'),(44442,869,'_gallery_2_caption','field_56797357250cb'),(44443,869,'gallery_2_link_url','http://lobarassoc.com/'),(44444,869,'_gallery_2_link_url','field_5679735d250cc'),(44445,869,'gallery_3_image','225'),(44446,869,'_gallery_3_image','field_5679734b250ca'),(44447,869,'gallery_3_caption','Clearwater Construction Co.'),(44448,869,'_gallery_3_caption','field_56797357250cb'),(44449,869,'gallery_3_link_url','http://www.clearwaterconstruction.com/'),(44450,869,'_gallery_3_link_url','field_5679735d250cc'),(44451,869,'gallery_4_image','230'),(44452,869,'_gallery_4_image','field_5679734b250ca'),(44453,869,'gallery_4_caption','J.D. Eckman, Inc.'),(44454,869,'_gallery_4_caption','field_56797357250cb'),(44455,869,'gallery_4_link_url','https://legacy.jdeckman.com'),(44456,869,'_gallery_4_link_url','field_5679735d250cc'),(44457,869,'gallery_5_image','216'),(44458,869,'_gallery_5_image','field_5679734b250ca'),(44459,869,'gallery_5_caption','Pioneer Construction'),(44460,869,'_gallery_5_caption','field_56797357250cb'),(44461,869,'gallery_5_link_url','http://www.pioneerinc.com/'),(44462,869,'_gallery_5_link_url','field_5679735d250cc'),(44463,869,'gallery_6_image','232'),(44464,869,'_gallery_6_image','field_5679734b250ca'),(44465,869,'gallery_6_caption','KCI Technologies'),(44466,869,'_gallery_6_caption','field_56797357250cb'),(44467,869,'gallery_6_link_url','http://www.kci.com/'),(44468,869,'_gallery_6_link_url','field_5679735d250cc'),(44469,869,'gallery_7_image','215'),(44470,869,'_gallery_7_image','field_5679734b250ca'),(44471,869,'gallery_7_caption','Minichi Contracting Group'),(44472,869,'_gallery_7_caption','field_56797357250cb'),(44473,869,'gallery_7_link_url','http://www.minichigroup.com/'),(44474,869,'_gallery_7_link_url','field_5679735d250cc'),(44475,869,'gallery_8_image','217'),(44476,869,'_gallery_8_image','field_5679734b250ca'),(44477,869,'gallery_8_caption','Plum Contracting, Inc.'),(44478,869,'_gallery_8_caption','field_56797357250cb'),(44479,869,'gallery_8_link_url','http://www.plumcontractinginc.com/'),(44480,869,'_gallery_8_link_url','field_5679735d250cc'),(44481,869,'gallery_9_image','219'),(44482,869,'_gallery_9_image','field_5679734b250ca'),(44483,869,'gallery_9_caption','Russell Standard Corporation'),(44484,869,'_gallery_9_caption','field_56797357250cb'),(44485,869,'gallery_9_link_url','http://www.russellstandard.com/'),(44486,869,'_gallery_9_link_url','field_5679735d250cc'),(44487,869,'gallery_10_image','223'),(44488,869,'_gallery_10_image','field_5679734b250ca'),(44489,869,'gallery_10_caption','A.A. Meyers Construction'),(44490,869,'_gallery_10_caption','field_56797357250cb'),(44491,869,'gallery_10_link_url','http://www.allanmyers.com/'),(44492,869,'_gallery_10_link_url','field_5679735d250cc'),(44493,869,'gallery_11_image','221'),(44494,869,'_gallery_11_image','field_5679734b250ca'),(44495,869,'gallery_11_caption','Shingledecker’s Welding, Inc.'),(44496,869,'_gallery_11_caption','field_56797357250cb'),(44497,869,'gallery_11_link_url',''),(44498,869,'_gallery_11_link_url','field_5679735d250cc'),(44499,869,'gallery_12_image','222'),(44500,869,'_gallery_12_image','field_5679734b250ca'),(44501,869,'gallery_12_caption','Susquehanna Valley Construction Corp.'),(44502,869,'_gallery_12_caption','field_56797357250cb'),(44503,869,'gallery_12_link_url','http://svccnet.com/'),(44504,869,'_gallery_12_link_url','field_5679735d250cc'),(44505,869,'gallery_13_image','214'),(44506,869,'_gallery_13_image','field_5679734b250ca'),(44507,869,'gallery_13_caption','Marino Construction, Inc.'),(44508,869,'_gallery_13_caption','field_56797357250cb'),(44509,869,'gallery_13_link_url',''),(44510,869,'_gallery_13_link_url','field_5679735d250cc'),(44511,869,'gallery_14_image','231'),(44512,869,'_gallery_14_image','field_5679734b250ca'),(44513,869,'gallery_14_caption','Joseph B. Fay Company'),(44514,869,'_gallery_14_caption','field_56797357250cb'),(44515,869,'gallery_14_link_url','http://www.iiconusa.com/our-family-of-companies/fay/'),(44516,869,'_gallery_14_link_url','field_5679735d250cc'),(44517,869,'gallery_15_image','229'),(44518,869,'_gallery_15_image','field_5679734b250ca'),(44519,869,'gallery_15_caption','Jay Fulkroad & Sons, Inc.'),(44520,869,'_gallery_15_caption','field_56797357250cb'),(44521,869,'gallery_15_link_url','http://www.jayfulkroad.com/'),(44522,869,'_gallery_15_link_url','field_5679735d250cc'),(44523,869,'gallery_16_image','218'),(44524,869,'_gallery_16_image','field_5679734b250ca'),(44525,869,'gallery_16_caption','Quality Engineering Solutions'),(44526,869,'_gallery_16_caption','field_56797357250cb'),(44527,869,'gallery_16_link_url','http://www.qespavements.com/'),(44528,869,'_gallery_16_link_url','field_5679735d250cc'),(44529,869,'gallery_17_image','212'),(44530,869,'_gallery_17_image','field_5679734b250ca'),(44531,869,'gallery_17_caption','Kuharchik Construction, Inc.'),(44532,869,'_gallery_17_caption','field_56797357250cb'),(44533,869,'gallery_17_link_url','http://www.kuharchik.com/'),(44534,869,'_gallery_17_link_url','field_5679735d250cc'),(44535,869,'gallery_18_image','228'),(44536,869,'_gallery_18_image','field_5679734b250ca'),(44537,869,'gallery_18_caption','James D. Morrissey, Inc.'),(44538,869,'_gallery_18_caption','field_56797357250cb'),(44539,869,'gallery_18_link_url','http://jdm-inc.com/'),(44540,869,'_gallery_18_link_url','field_5679735d250cc'),(44541,869,'gallery_19_image','220'),(44542,869,'_gallery_19_image','field_5679734b250ca'),(44543,869,'gallery_19_caption','S.E.T., Inc.'),(44544,869,'_gallery_19_caption','field_56797357250cb'),(44545,869,'gallery_19_link_url','http://setinc.biz/'),(44546,869,'_gallery_19_link_url','field_5679735d250cc'),(44547,869,'gallery_20_image','227'),(44548,869,'_gallery_20_image','field_5679734b250ca'),(44549,869,'gallery_20_caption','Grace Industries, Inc.'),(44550,869,'_gallery_20_caption','field_56797357250cb'),(44551,869,'gallery_20_link_url','http://www.graceindustries.com/'),(44552,869,'_gallery_20_link_url','field_5679735d250cc'),(44553,869,'gallery_21_image','224'),(44554,869,'_gallery_21_image','field_5679734b250ca'),(44555,869,'gallery_21_caption','A. Folino Construction, Inc.'),(44556,869,'_gallery_21_caption','field_56797357250cb'),(44557,869,'gallery_21_link_url','http://www.folinoconstruction.com/'),(44558,869,'_gallery_21_link_url','field_5679735d250cc'),(44559,869,'gallery_22_image','868'),(44560,869,'_gallery_22_image','field_5679734b250ca'),(44561,869,'gallery_22_caption','Popple Construction, Inc.'),(44562,869,'_gallery_22_caption','field_56797357250cb'),(44563,869,'gallery_22_link_url','http://poppleconstruction.com/index.html'),(44564,869,'_gallery_22_link_url','field_5679735d250cc'),(44565,869,'gallery','23'),(44566,869,'_gallery','field_567972e3b961b'),(44567,868,'_edit_lock','1453731110:1'),(44568,868,'_wp_attachment_backup_sizes','a:7:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:501;s:6:\"height\";i:143;s:4:\"file\";s:12:\"image001.png\";}s:18:\"full-1453731087515\";a:3:{s:5:\"width\";i:259;s:6:\"height\";i:74;s:4:\"file\";s:27:\"image001-e1453730999771.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:19:\"image001-112x74.png\";s:5:\"width\";i:112;s:6:\"height\";i:74;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:19:\"image001-300x86.png\";s:5:\"width\";i:300;s:6:\"height\";i:86;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"post-thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"image001-374x143.png\";s:5:\"width\";i:374;s:6:\"height\";i:143;s:9:\"mime-type\";s:9:\"image/png\";}s:37:\"wordpressstartertheme-full-width-orig\";a:4:{s:4:\"file\";s:20:\"image001-374x143.png\";s:5:\"width\";i:374;s:6:\"height\";i:143;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"business-partners-orig\";a:4:{s:4:\"file\";s:19:\"image001-112x74.png\";s:5:\"width\";i:112;s:6:\"height\";i:74;s:9:\"mime-type\";s:9:\"image/png\";}}'),(44569,868,'_edit_last','1'),(44575,871,'gallery_0_image','226'),(44576,871,'_gallery_0_image','field_5679734b250ca'),(44577,871,'gallery_0_caption','FABCOR Incorporated'),(44578,871,'_gallery_0_caption','field_56797357250cb'),(44579,871,'gallery_0_link_url','http://www.fabcorinc.com/'),(44580,871,'_gallery_0_link_url','field_5679735d250cc'),(44581,871,'gallery_1_image','233'),(44582,871,'_gallery_1_image','field_5679734b250ca'),(44583,871,'gallery_1_caption','Kinsley Construction Co.'),(44584,871,'_gallery_1_caption','field_56797357250cb'),(44585,871,'gallery_1_link_url','http://www.rkinsley.com/'),(44586,871,'_gallery_1_link_url','field_5679735d250cc'),(44587,871,'gallery_2_image','213'),(44588,871,'_gallery_2_image','field_5679734b250ca'),(44589,871,'gallery_2_caption','Lobar Site Development'),(44590,871,'_gallery_2_caption','field_56797357250cb'),(44591,871,'gallery_2_link_url','http://lobarassoc.com/'),(44592,871,'_gallery_2_link_url','field_5679735d250cc'),(44593,871,'gallery_3_image','225'),(44594,871,'_gallery_3_image','field_5679734b250ca'),(44595,871,'gallery_3_caption','Clearwater Construction Co.'),(44596,871,'_gallery_3_caption','field_56797357250cb'),(44597,871,'gallery_3_link_url','http://www.clearwaterconstruction.com/'),(44598,871,'_gallery_3_link_url','field_5679735d250cc'),(44599,871,'gallery_4_image','230'),(44600,871,'_gallery_4_image','field_5679734b250ca'),(44601,871,'gallery_4_caption','J.D. Eckman, Inc.'),(44602,871,'_gallery_4_caption','field_56797357250cb'),(44603,871,'gallery_4_link_url','https://legacy.jdeckman.com'),(44604,871,'_gallery_4_link_url','field_5679735d250cc'),(44605,871,'gallery_5_image','216'),(44606,871,'_gallery_5_image','field_5679734b250ca'),(44607,871,'gallery_5_caption','Pioneer Construction'),(44608,871,'_gallery_5_caption','field_56797357250cb'),(44609,871,'gallery_5_link_url','http://www.pioneerinc.com/'),(44610,871,'_gallery_5_link_url','field_5679735d250cc'),(44611,871,'gallery_6_image','232'),(44612,871,'_gallery_6_image','field_5679734b250ca'),(44613,871,'gallery_6_caption','KCI Technologies'),(44614,871,'_gallery_6_caption','field_56797357250cb'),(44615,871,'gallery_6_link_url','http://www.kci.com/'),(44616,871,'_gallery_6_link_url','field_5679735d250cc'),(44617,871,'gallery_7_image','215'),(44618,871,'_gallery_7_image','field_5679734b250ca'),(44619,871,'gallery_7_caption','Minichi Contracting Group'),(44620,871,'_gallery_7_caption','field_56797357250cb'),(44621,871,'gallery_7_link_url','http://www.minichigroup.com/'),(44622,871,'_gallery_7_link_url','field_5679735d250cc'),(44623,871,'gallery_8_image','217'),(44624,871,'_gallery_8_image','field_5679734b250ca'),(44625,871,'gallery_8_caption','Plum Contracting, Inc.'),(44626,871,'_gallery_8_caption','field_56797357250cb'),(44627,871,'gallery_8_link_url','http://www.plumcontractinginc.com/'),(44628,871,'_gallery_8_link_url','field_5679735d250cc'),(44629,871,'gallery_9_image','219'),(44630,871,'_gallery_9_image','field_5679734b250ca'),(44631,871,'gallery_9_caption','Russell Standard Corporation'),(44632,871,'_gallery_9_caption','field_56797357250cb'),(44633,871,'gallery_9_link_url','http://www.russellstandard.com/'),(44634,871,'_gallery_9_link_url','field_5679735d250cc'),(44635,871,'gallery_10_image','223'),(44636,871,'_gallery_10_image','field_5679734b250ca'),(44637,871,'gallery_10_caption','A.A. Meyers Construction'),(44638,871,'_gallery_10_caption','field_56797357250cb'),(44639,871,'gallery_10_link_url','http://www.allanmyers.com/'),(44640,871,'_gallery_10_link_url','field_5679735d250cc'),(44641,871,'gallery_11_image','221'),(44642,871,'_gallery_11_image','field_5679734b250ca'),(44643,871,'gallery_11_caption','Shingledecker’s Welding, Inc.'),(44644,871,'_gallery_11_caption','field_56797357250cb'),(44645,871,'gallery_11_link_url',''),(44646,871,'_gallery_11_link_url','field_5679735d250cc'),(44647,871,'gallery_12_image','222'),(44648,871,'_gallery_12_image','field_5679734b250ca'),(44649,871,'gallery_12_caption','Susquehanna Valley Construction Corp.'),(44650,871,'_gallery_12_caption','field_56797357250cb'),(44651,871,'gallery_12_link_url','http://svccnet.com/'),(44652,871,'_gallery_12_link_url','field_5679735d250cc'),(44653,871,'gallery_13_image','214'),(44654,871,'_gallery_13_image','field_5679734b250ca'),(44655,871,'gallery_13_caption','Marino Construction, Inc.'),(44656,871,'_gallery_13_caption','field_56797357250cb'),(44657,871,'gallery_13_link_url',''),(44658,871,'_gallery_13_link_url','field_5679735d250cc'),(44659,871,'gallery_14_image','231'),(44660,871,'_gallery_14_image','field_5679734b250ca'),(44661,871,'gallery_14_caption','Joseph B. Fay Company'),(44662,871,'_gallery_14_caption','field_56797357250cb'),(44663,871,'gallery_14_link_url','http://www.iiconusa.com/our-family-of-companies/fay/'),(44664,871,'_gallery_14_link_url','field_5679735d250cc'),(44665,871,'gallery_15_image','229'),(44666,871,'_gallery_15_image','field_5679734b250ca'),(44667,871,'gallery_15_caption','Jay Fulkroad & Sons, Inc.'),(44668,871,'_gallery_15_caption','field_56797357250cb'),(44669,871,'gallery_15_link_url','http://www.jayfulkroad.com/'),(44670,871,'_gallery_15_link_url','field_5679735d250cc'),(44671,871,'gallery_16_image','218'),(44672,871,'_gallery_16_image','field_5679734b250ca'),(44673,871,'gallery_16_caption','Quality Engineering Solutions'),(44674,871,'_gallery_16_caption','field_56797357250cb'),(44675,871,'gallery_16_link_url','http://www.qespavements.com/'),(44676,871,'_gallery_16_link_url','field_5679735d250cc'),(44677,871,'gallery_17_image','212'),(44678,871,'_gallery_17_image','field_5679734b250ca'),(44679,871,'gallery_17_caption','Kuharchik Construction, Inc.'),(44680,871,'_gallery_17_caption','field_56797357250cb'),(44681,871,'gallery_17_link_url','http://www.kuharchik.com/'),(44682,871,'_gallery_17_link_url','field_5679735d250cc'),(44683,871,'gallery_18_image','228'),(44684,871,'_gallery_18_image','field_5679734b250ca'),(44685,871,'gallery_18_caption','James D. Morrissey, Inc.'),(44686,871,'_gallery_18_caption','field_56797357250cb'),(44687,871,'gallery_18_link_url','http://jdm-inc.com/'),(44688,871,'_gallery_18_link_url','field_5679735d250cc'),(44689,871,'gallery_19_image','220'),(44690,871,'_gallery_19_image','field_5679734b250ca'),(44691,871,'gallery_19_caption','S.E.T., Inc.'),(44692,871,'_gallery_19_caption','field_56797357250cb'),(44693,871,'gallery_19_link_url','http://setinc.biz/'),(44694,871,'_gallery_19_link_url','field_5679735d250cc'),(44695,871,'gallery_20_image','227'),(44696,871,'_gallery_20_image','field_5679734b250ca'),(44697,871,'gallery_20_caption','Grace Industries, Inc.'),(44698,871,'_gallery_20_caption','field_56797357250cb'),(44699,871,'gallery_20_link_url','http://www.graceindustries.com/'),(44700,871,'_gallery_20_link_url','field_5679735d250cc'),(44701,871,'gallery_21_image','224'),(44702,871,'_gallery_21_image','field_5679734b250ca'),(44703,871,'gallery_21_caption','A. Folino Construction, Inc.'),(44704,871,'_gallery_21_caption','field_56797357250cb'),(44705,871,'gallery_21_link_url','http://www.folinoconstruction.com/'),(44706,871,'_gallery_21_link_url','field_5679735d250cc'),(44707,871,'gallery_22_image','868'),(44708,871,'_gallery_22_image','field_5679734b250ca'),(44709,871,'gallery_22_caption','Popple Construction, Inc.'),(44710,871,'_gallery_22_caption','field_56797357250cb'),(44711,871,'gallery_22_link_url','http://poppleconstruction.com/index.html'),(44712,871,'_gallery_22_link_url','field_5679735d250cc'),(44713,871,'gallery_23_image','870'),(44714,871,'_gallery_23_image','field_5679734b250ca'),(44715,871,'gallery_23_caption','New Enterprise Stone & Lime Company'),(44716,871,'_gallery_23_caption','field_56797357250cb'),(44717,871,'gallery_23_link_url','http://www.nesl.com/'),(44718,871,'_gallery_23_link_url','field_5679735d250cc'),(44719,871,'gallery','24'),(44720,871,'_gallery','field_567972e3b961b'),(44721,103,'gallery_23_image','882'),(44722,103,'_gallery_23_image','field_5679734b250ca'),(44723,103,'gallery_23_caption','New Enterprise Stone & Lime Co.'),(44724,103,'_gallery_23_caption','field_56797357250cb'),(44725,103,'gallery_23_link_url','http://www.nesl.com/'),(44726,103,'_gallery_23_link_url','field_5679735d250cc'),(44736,875,'_wp_attached_file','2015/12/trumb.jpg'),(44737,875,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:17:\"2015/12/trumb.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(44738,876,'gallery_0_image','226'),(44739,876,'_gallery_0_image','field_5679734b250ca'),(44740,876,'gallery_0_caption','FABCOR Incorporated'),(44741,876,'_gallery_0_caption','field_56797357250cb'),(44742,876,'gallery_0_link_url','http://www.fabcorinc.com/'),(44743,876,'_gallery_0_link_url','field_5679735d250cc'),(44744,876,'gallery_1_image','233'),(44745,876,'_gallery_1_image','field_5679734b250ca'),(44746,876,'gallery_1_caption','Kinsley Construction Co.'),(44747,876,'_gallery_1_caption','field_56797357250cb'),(44748,876,'gallery_1_link_url','http://www.rkinsley.com/'),(44749,876,'_gallery_1_link_url','field_5679735d250cc'),(44750,876,'gallery_2_image','213'),(44751,876,'_gallery_2_image','field_5679734b250ca'),(44752,876,'gallery_2_caption','Lobar Site Development'),(44753,876,'_gallery_2_caption','field_56797357250cb'),(44754,876,'gallery_2_link_url','http://lobarassoc.com/'),(44755,876,'_gallery_2_link_url','field_5679735d250cc'),(44756,876,'gallery_3_image','225'),(44757,876,'_gallery_3_image','field_5679734b250ca'),(44758,876,'gallery_3_caption','Clearwater Construction Co.'),(44759,876,'_gallery_3_caption','field_56797357250cb'),(44760,876,'gallery_3_link_url','http://www.clearwaterconstruction.com/'),(44761,876,'_gallery_3_link_url','field_5679735d250cc'),(44762,876,'gallery_4_image','230'),(44763,876,'_gallery_4_image','field_5679734b250ca'),(44764,876,'gallery_4_caption','J.D. Eckman, Inc.'),(44765,876,'_gallery_4_caption','field_56797357250cb'),(44766,876,'gallery_4_link_url','https://legacy.jdeckman.com'),(44767,876,'_gallery_4_link_url','field_5679735d250cc'),(44768,876,'gallery_5_image','216'),(44769,876,'_gallery_5_image','field_5679734b250ca'),(44770,876,'gallery_5_caption','Pioneer Construction'),(44771,876,'_gallery_5_caption','field_56797357250cb'),(44772,876,'gallery_5_link_url','http://www.pioneerinc.com/'),(44773,876,'_gallery_5_link_url','field_5679735d250cc'),(44774,876,'gallery_6_image','232'),(44775,876,'_gallery_6_image','field_5679734b250ca'),(44776,876,'gallery_6_caption','KCI Technologies'),(44777,876,'_gallery_6_caption','field_56797357250cb'),(44778,876,'gallery_6_link_url','http://www.kci.com/'),(44779,876,'_gallery_6_link_url','field_5679735d250cc'),(44780,876,'gallery_7_image','215'),(44781,876,'_gallery_7_image','field_5679734b250ca'),(44782,876,'gallery_7_caption','Minichi Contracting Group'),(44783,876,'_gallery_7_caption','field_56797357250cb'),(44784,876,'gallery_7_link_url','http://www.minichigroup.com/'),(44785,876,'_gallery_7_link_url','field_5679735d250cc'),(44786,876,'gallery_8_image','217'),(44787,876,'_gallery_8_image','field_5679734b250ca'),(44788,876,'gallery_8_caption','Plum Contracting, Inc.'),(44789,876,'_gallery_8_caption','field_56797357250cb'),(44790,876,'gallery_8_link_url','http://www.plumcontractinginc.com/'),(44791,876,'_gallery_8_link_url','field_5679735d250cc'),(44792,876,'gallery_9_image','219'),(44793,876,'_gallery_9_image','field_5679734b250ca'),(44794,876,'gallery_9_caption','Russell Standard Corporation'),(44795,876,'_gallery_9_caption','field_56797357250cb'),(44796,876,'gallery_9_link_url','http://www.russellstandard.com/'),(44797,876,'_gallery_9_link_url','field_5679735d250cc'),(44798,876,'gallery_10_image','223'),(44799,876,'_gallery_10_image','field_5679734b250ca'),(44800,876,'gallery_10_caption','A.A. Meyers Construction'),(44801,876,'_gallery_10_caption','field_56797357250cb'),(44802,876,'gallery_10_link_url','http://www.allanmyers.com/'),(44803,876,'_gallery_10_link_url','field_5679735d250cc'),(44804,876,'gallery_11_image','221'),(44805,876,'_gallery_11_image','field_5679734b250ca'),(44806,876,'gallery_11_caption','Shingledecker’s Welding, Inc.'),(44807,876,'_gallery_11_caption','field_56797357250cb'),(44808,876,'gallery_11_link_url',''),(44809,876,'_gallery_11_link_url','field_5679735d250cc'),(44810,876,'gallery_12_image','222'),(44811,876,'_gallery_12_image','field_5679734b250ca'),(44812,876,'gallery_12_caption','Susquehanna Valley Construction Corp.'),(44813,876,'_gallery_12_caption','field_56797357250cb'),(44814,876,'gallery_12_link_url','http://svccnet.com/'),(44815,876,'_gallery_12_link_url','field_5679735d250cc'),(44816,876,'gallery_13_image','214'),(44817,876,'_gallery_13_image','field_5679734b250ca'),(44818,876,'gallery_13_caption','Marino Construction, Inc.'),(44819,876,'_gallery_13_caption','field_56797357250cb'),(44820,876,'gallery_13_link_url',''),(44821,876,'_gallery_13_link_url','field_5679735d250cc'),(44822,876,'gallery_14_image','231'),(44823,876,'_gallery_14_image','field_5679734b250ca'),(44824,876,'gallery_14_caption','Joseph B. Fay Company'),(44825,876,'_gallery_14_caption','field_56797357250cb'),(44826,876,'gallery_14_link_url','http://www.iiconusa.com/our-family-of-companies/fay/'),(44827,876,'_gallery_14_link_url','field_5679735d250cc'),(44828,876,'gallery_15_image','229'),(44829,876,'_gallery_15_image','field_5679734b250ca'),(44830,876,'gallery_15_caption','Jay Fulkroad & Sons, Inc.'),(44831,876,'_gallery_15_caption','field_56797357250cb'),(44832,876,'gallery_15_link_url','http://www.jayfulkroad.com/'),(44833,876,'_gallery_15_link_url','field_5679735d250cc'),(44834,876,'gallery_16_image','218'),(44835,876,'_gallery_16_image','field_5679734b250ca'),(44836,876,'gallery_16_caption','Quality Engineering Solutions'),(44837,876,'_gallery_16_caption','field_56797357250cb'),(44838,876,'gallery_16_link_url','http://www.qespavements.com/'),(44839,876,'_gallery_16_link_url','field_5679735d250cc'),(44840,876,'gallery_17_image','212'),(44841,876,'_gallery_17_image','field_5679734b250ca'),(44842,876,'gallery_17_caption','Kuharchik Construction, Inc.'),(44843,876,'_gallery_17_caption','field_56797357250cb'),(44844,876,'gallery_17_link_url','http://www.kuharchik.com/'),(44845,876,'_gallery_17_link_url','field_5679735d250cc'),(44846,876,'gallery_18_image','228'),(44847,876,'_gallery_18_image','field_5679734b250ca'),(44848,876,'gallery_18_caption','James D. Morrissey, Inc.'),(44849,876,'_gallery_18_caption','field_56797357250cb'),(44850,876,'gallery_18_link_url','http://jdm-inc.com/'),(44851,876,'_gallery_18_link_url','field_5679735d250cc'),(44852,876,'gallery_19_image','220'),(44853,876,'_gallery_19_image','field_5679734b250ca'),(44854,876,'gallery_19_caption','S.E.T., Inc.'),(44855,876,'_gallery_19_caption','field_56797357250cb'),(44856,876,'gallery_19_link_url','http://setinc.biz/'),(44857,876,'_gallery_19_link_url','field_5679735d250cc'),(44858,876,'gallery_20_image','227'),(44859,876,'_gallery_20_image','field_5679734b250ca'),(44860,876,'gallery_20_caption','Grace Industries, Inc.'),(44861,876,'_gallery_20_caption','field_56797357250cb'),(44862,876,'gallery_20_link_url','http://www.graceindustries.com/'),(44863,876,'_gallery_20_link_url','field_5679735d250cc'),(44864,876,'gallery_21_image','224'),(44865,876,'_gallery_21_image','field_5679734b250ca'),(44866,876,'gallery_21_caption','A. Folino Construction, Inc.'),(44867,876,'_gallery_21_caption','field_56797357250cb'),(44868,876,'gallery_21_link_url','http://www.folinoconstruction.com/'),(44869,876,'_gallery_21_link_url','field_5679735d250cc'),(44870,876,'gallery_22_image','868'),(44871,876,'_gallery_22_image','field_5679734b250ca'),(44872,876,'gallery_22_caption','Popple Construction, Inc.'),(44873,876,'_gallery_22_caption','field_56797357250cb'),(44874,876,'gallery_22_link_url','http://poppleconstruction.com/index.html'),(44875,876,'_gallery_22_link_url','field_5679735d250cc'),(44876,876,'gallery_23_image','870'),(44877,876,'_gallery_23_image','field_5679734b250ca'),(44878,876,'gallery_23_caption','New Enterprise Stone & Lime Company'),(44879,876,'_gallery_23_caption','field_56797357250cb'),(44880,876,'gallery_23_link_url','http://www.nesl.com/'),(44881,876,'_gallery_23_link_url','field_5679735d250cc'),(44882,876,'gallery_24_image','875'),(44883,876,'_gallery_24_image','field_5679734b250ca'),(44884,876,'gallery_24_caption','Trumbull'),(44885,876,'_gallery_24_caption','field_56797357250cb'),(44886,876,'gallery_24_link_url','https://www.pjdick.com/tpjwebsite.nsf/web/Home?openDocument'),(44887,876,'_gallery_24_link_url','field_5679735d250cc'),(44888,876,'gallery','25'),(44889,876,'_gallery','field_567972e3b961b'),(44890,103,'gallery_24_image','875'),(44891,103,'_gallery_24_image','field_5679734b250ca'),(44892,103,'gallery_24_caption','Trumbull'),(44893,103,'_gallery_24_caption','field_56797357250cb'),(44894,103,'gallery_24_link_url','https://www.pjdick.com/tpjwebsite.nsf/web/Home?openDocument'),(44895,103,'_gallery_24_link_url','field_5679735d250cc'),(44896,877,'gallery_0_image','226'),(44897,877,'_gallery_0_image','field_5679734b250ca'),(44898,877,'gallery_0_caption','FABCOR Incorporated'),(44899,877,'_gallery_0_caption','field_56797357250cb'),(44900,877,'gallery_0_link_url','http://www.fabcorinc.com/'),(44901,877,'_gallery_0_link_url','field_5679735d250cc'),(44902,877,'gallery_1_image','233'),(44903,877,'_gallery_1_image','field_5679734b250ca'),(44904,877,'gallery_1_caption','Kinsley Construction Co.'),(44905,877,'_gallery_1_caption','field_56797357250cb'),(44906,877,'gallery_1_link_url','http://www.rkinsley.com/'),(44907,877,'_gallery_1_link_url','field_5679735d250cc'),(44908,877,'gallery_2_image','213'),(44909,877,'_gallery_2_image','field_5679734b250ca'),(44910,877,'gallery_2_caption','Lobar Site Development'),(44911,877,'_gallery_2_caption','field_56797357250cb'),(44912,877,'gallery_2_link_url','http://lobarassoc.com/'),(44913,877,'_gallery_2_link_url','field_5679735d250cc'),(44914,877,'gallery_3_image','225'),(44915,877,'_gallery_3_image','field_5679734b250ca'),(44916,877,'gallery_3_caption','Clearwater Construction Co.'),(44917,877,'_gallery_3_caption','field_56797357250cb'),(44918,877,'gallery_3_link_url','http://www.clearwaterconstruction.com/'),(44919,877,'_gallery_3_link_url','field_5679735d250cc'),(44920,877,'gallery_4_image','230'),(44921,877,'_gallery_4_image','field_5679734b250ca'),(44922,877,'gallery_4_caption','J.D. Eckman, Inc.'),(44923,877,'_gallery_4_caption','field_56797357250cb'),(44924,877,'gallery_4_link_url','https://legacy.jdeckman.com'),(44925,877,'_gallery_4_link_url','field_5679735d250cc'),(44926,877,'gallery_5_image','216'),(44927,877,'_gallery_5_image','field_5679734b250ca'),(44928,877,'gallery_5_caption','Pioneer Construction'),(44929,877,'_gallery_5_caption','field_56797357250cb'),(44930,877,'gallery_5_link_url','http://www.pioneerinc.com/'),(44931,877,'_gallery_5_link_url','field_5679735d250cc'),(44932,877,'gallery_6_image','232'),(44933,877,'_gallery_6_image','field_5679734b250ca'),(44934,877,'gallery_6_caption','KCI Technologies'),(44935,877,'_gallery_6_caption','field_56797357250cb'),(44936,877,'gallery_6_link_url','http://www.kci.com/'),(44937,877,'_gallery_6_link_url','field_5679735d250cc'),(44938,877,'gallery_7_image','215'),(44939,877,'_gallery_7_image','field_5679734b250ca'),(44940,877,'gallery_7_caption','Minichi Contracting Group'),(44941,877,'_gallery_7_caption','field_56797357250cb'),(44942,877,'gallery_7_link_url','http://www.minichigroup.com/'),(44943,877,'_gallery_7_link_url','field_5679735d250cc'),(44944,877,'gallery_8_image','217'),(44945,877,'_gallery_8_image','field_5679734b250ca'),(44946,877,'gallery_8_caption','Plum Contracting, Inc.'),(44947,877,'_gallery_8_caption','field_56797357250cb'),(44948,877,'gallery_8_link_url','http://www.plumcontractinginc.com/'),(44949,877,'_gallery_8_link_url','field_5679735d250cc'),(44950,877,'gallery_9_image','219'),(44951,877,'_gallery_9_image','field_5679734b250ca'),(44952,877,'gallery_9_caption','Russell Standard Corporation'),(44953,877,'_gallery_9_caption','field_56797357250cb'),(44954,877,'gallery_9_link_url','http://www.russellstandard.com/'),(44955,877,'_gallery_9_link_url','field_5679735d250cc'),(44956,877,'gallery_10_image','223'),(44957,877,'_gallery_10_image','field_5679734b250ca'),(44958,877,'gallery_10_caption','A.A. Meyers Construction'),(44959,877,'_gallery_10_caption','field_56797357250cb'),(44960,877,'gallery_10_link_url','http://www.allanmyers.com/'),(44961,877,'_gallery_10_link_url','field_5679735d250cc'),(44962,877,'gallery_11_image','221'),(44963,877,'_gallery_11_image','field_5679734b250ca'),(44964,877,'gallery_11_caption','Shingledecker’s Welding, Inc.'),(44965,877,'_gallery_11_caption','field_56797357250cb'),(44966,877,'gallery_11_link_url',''),(44967,877,'_gallery_11_link_url','field_5679735d250cc'),(44968,877,'gallery_12_image','222'),(44969,877,'_gallery_12_image','field_5679734b250ca'),(44970,877,'gallery_12_caption','Susquehanna Valley Construction Corp.'),(44971,877,'_gallery_12_caption','field_56797357250cb'),(44972,877,'gallery_12_link_url','http://svccnet.com/'),(44973,877,'_gallery_12_link_url','field_5679735d250cc'),(44974,877,'gallery_13_image','214'),(44975,877,'_gallery_13_image','field_5679734b250ca'),(44976,877,'gallery_13_caption','Marino Construction, Inc.'),(44977,877,'_gallery_13_caption','field_56797357250cb'),(44978,877,'gallery_13_link_url',''),(44979,877,'_gallery_13_link_url','field_5679735d250cc'),(44980,877,'gallery_14_image','231'),(44981,877,'_gallery_14_image','field_5679734b250ca'),(44982,877,'gallery_14_caption','Joseph B. Fay Company'),(44983,877,'_gallery_14_caption','field_56797357250cb'),(44984,877,'gallery_14_link_url','http://www.iiconusa.com/our-family-of-companies/fay/'),(44985,877,'_gallery_14_link_url','field_5679735d250cc'),(44986,877,'gallery_15_image','229'),(44987,877,'_gallery_15_image','field_5679734b250ca'),(44988,877,'gallery_15_caption','Jay Fulkroad & Sons, Inc.'),(44989,877,'_gallery_15_caption','field_56797357250cb'),(44990,877,'gallery_15_link_url','http://www.jayfulkroad.com/'),(44991,877,'_gallery_15_link_url','field_5679735d250cc'),(44992,877,'gallery_16_image','218'),(44993,877,'_gallery_16_image','field_5679734b250ca'),(44994,877,'gallery_16_caption','Quality Engineering Solutions'),(44995,877,'_gallery_16_caption','field_56797357250cb'),(44996,877,'gallery_16_link_url','http://www.qespavements.com/'),(44997,877,'_gallery_16_link_url','field_5679735d250cc'),(44998,877,'gallery_17_image','212'),(44999,877,'_gallery_17_image','field_5679734b250ca'),(45000,877,'gallery_17_caption','Kuharchik Construction, Inc.'),(45001,877,'_gallery_17_caption','field_56797357250cb'),(45002,877,'gallery_17_link_url','http://www.kuharchik.com/'),(45003,877,'_gallery_17_link_url','field_5679735d250cc'),(45004,877,'gallery_18_image','228'),(45005,877,'_gallery_18_image','field_5679734b250ca'),(45006,877,'gallery_18_caption','James D. Morrissey, Inc.'),(45007,877,'_gallery_18_caption','field_56797357250cb'),(45008,877,'gallery_18_link_url','http://jdm-inc.com/'),(45009,877,'_gallery_18_link_url','field_5679735d250cc'),(45010,877,'gallery_19_image','220'),(45011,877,'_gallery_19_image','field_5679734b250ca'),(45012,877,'gallery_19_caption','S.E.T., Inc.'),(45013,877,'_gallery_19_caption','field_56797357250cb'),(45014,877,'gallery_19_link_url','http://setinc.biz/'),(45015,877,'_gallery_19_link_url','field_5679735d250cc'),(45016,877,'gallery_20_image','227'),(45017,877,'_gallery_20_image','field_5679734b250ca'),(45018,877,'gallery_20_caption','Grace Industries, Inc.'),(45019,877,'_gallery_20_caption','field_56797357250cb'),(45020,877,'gallery_20_link_url','http://www.graceindustries.com/'),(45021,877,'_gallery_20_link_url','field_5679735d250cc'),(45022,877,'gallery_21_image','224'),(45023,877,'_gallery_21_image','field_5679734b250ca'),(45024,877,'gallery_21_caption','A. Folino Construction, Inc.'),(45025,877,'_gallery_21_caption','field_56797357250cb'),(45026,877,'gallery_21_link_url','http://www.folinoconstruction.com/'),(45027,877,'_gallery_21_link_url','field_5679735d250cc'),(45028,877,'gallery_22_image','868'),(45029,877,'_gallery_22_image','field_5679734b250ca'),(45030,877,'gallery_22_caption','Popple Construction, Inc.'),(45031,877,'_gallery_22_caption','field_56797357250cb'),(45032,877,'gallery_22_link_url','http://poppleconstruction.com/index.html'),(45033,877,'_gallery_22_link_url','field_5679735d250cc'),(45034,877,'gallery_23_image','870'),(45035,877,'_gallery_23_image','field_5679734b250ca'),(45036,877,'gallery_23_caption','New Enterprise Stone & Lime Co.'),(45037,877,'_gallery_23_caption','field_56797357250cb'),(45038,877,'gallery_23_link_url','http://www.nesl.com/'),(45039,877,'_gallery_23_link_url','field_5679735d250cc'),(45040,877,'gallery_24_image','875'),(45041,877,'_gallery_24_image','field_5679734b250ca'),(45042,877,'gallery_24_caption','Trumbull'),(45043,877,'_gallery_24_caption','field_56797357250cb'),(45044,877,'gallery_24_link_url','https://www.pjdick.com/tpjwebsite.nsf/web/Home?openDocument'),(45045,877,'_gallery_24_link_url','field_5679735d250cc'),(45046,877,'gallery','25'),(45047,877,'_gallery','field_567972e3b961b'),(45052,879,'_wp_attached_file','2015/12/lane.jpg'),(45053,879,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:16:\"2015/12/lane.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(45054,880,'_wp_attached_file','2015/12/image002-e1453731748564.png'),(45055,880,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:35:\"2015/12/image002-e1453731748564.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"image002-112x74.png\";s:5:\"width\";i:112;s:6:\"height\";i:74;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"image002-300x149.png\";s:5:\"width\";i:300;s:6:\"height\";i:149;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"business-partners\";a:4:{s:4:\"file\";s:19:\"image002-112x74.png\";s:5:\"width\";i:112;s:6:\"height\";i:74;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(45056,880,'_edit_lock','1453731947:1'),(45057,880,'_wp_attachment_backup_sizes','a:5:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:300;s:6:\"height\";i:149;s:4:\"file\";s:12:\"image002.png\";}s:18:\"full-1453731748564\";a:3:{s:5:\"width\";i:149;s:6:\"height\";i:74;s:4:\"file\";s:27:\"image002-e1453731721465.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:19:\"image002-112x74.png\";s:5:\"width\";i:112;s:6:\"height\";i:74;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:20:\"image002-300x149.png\";s:5:\"width\";i:300;s:6:\"height\";i:149;s:9:\"mime-type\";s:9:\"image/png\";}s:22:\"business-partners-orig\";a:4:{s:4:\"file\";s:19:\"image002-112x74.png\";s:5:\"width\";i:112;s:6:\"height\";i:74;s:9:\"mime-type\";s:9:\"image/png\";}}'),(45058,880,'_edit_last','1'),(45059,881,'gallery_0_image','226'),(45060,881,'_gallery_0_image','field_5679734b250ca'),(45061,881,'gallery_0_caption','FABCOR Incorporated'),(45062,881,'_gallery_0_caption','field_56797357250cb'),(45063,881,'gallery_0_link_url','http://www.fabcorinc.com/'),(45064,881,'_gallery_0_link_url','field_5679735d250cc'),(45065,881,'gallery_1_image','233'),(45066,881,'_gallery_1_image','field_5679734b250ca'),(45067,881,'gallery_1_caption','Kinsley Construction Co.'),(45068,881,'_gallery_1_caption','field_56797357250cb'),(45069,881,'gallery_1_link_url','http://www.rkinsley.com/'),(45070,881,'_gallery_1_link_url','field_5679735d250cc'),(45071,881,'gallery_2_image','213'),(45072,881,'_gallery_2_image','field_5679734b250ca'),(45073,881,'gallery_2_caption','Lobar Site Development'),(45074,881,'_gallery_2_caption','field_56797357250cb'),(45075,881,'gallery_2_link_url','http://lobarassoc.com/'),(45076,881,'_gallery_2_link_url','field_5679735d250cc'),(45077,881,'gallery_3_image','225'),(45078,881,'_gallery_3_image','field_5679734b250ca'),(45079,881,'gallery_3_caption','Clearwater Construction Co.'),(45080,881,'_gallery_3_caption','field_56797357250cb'),(45081,881,'gallery_3_link_url','http://www.clearwaterconstruction.com/'),(45082,881,'_gallery_3_link_url','field_5679735d250cc'),(45083,881,'gallery_4_image','230'),(45084,881,'_gallery_4_image','field_5679734b250ca'),(45085,881,'gallery_4_caption','J.D. Eckman, Inc.'),(45086,881,'_gallery_4_caption','field_56797357250cb'),(45087,881,'gallery_4_link_url','https://legacy.jdeckman.com'),(45088,881,'_gallery_4_link_url','field_5679735d250cc'),(45089,881,'gallery_5_image','216'),(45090,881,'_gallery_5_image','field_5679734b250ca'),(45091,881,'gallery_5_caption','Pioneer Construction'),(45092,881,'_gallery_5_caption','field_56797357250cb'),(45093,881,'gallery_5_link_url','http://www.pioneerinc.com/'),(45094,881,'_gallery_5_link_url','field_5679735d250cc'),(45095,881,'gallery_6_image','232'),(45096,881,'_gallery_6_image','field_5679734b250ca'),(45097,881,'gallery_6_caption','KCI Technologies'),(45098,881,'_gallery_6_caption','field_56797357250cb'),(45099,881,'gallery_6_link_url','http://www.kci.com/'),(45100,881,'_gallery_6_link_url','field_5679735d250cc'),(45101,881,'gallery_7_image','215'),(45102,881,'_gallery_7_image','field_5679734b250ca'),(45103,881,'gallery_7_caption','Minichi Contracting Group'),(45104,881,'_gallery_7_caption','field_56797357250cb'),(45105,881,'gallery_7_link_url','http://www.minichigroup.com/'),(45106,881,'_gallery_7_link_url','field_5679735d250cc'),(45107,881,'gallery_8_image','217'),(45108,881,'_gallery_8_image','field_5679734b250ca'),(45109,881,'gallery_8_caption','Plum Contracting, Inc.'),(45110,881,'_gallery_8_caption','field_56797357250cb'),(45111,881,'gallery_8_link_url','http://www.plumcontractinginc.com/'),(45112,881,'_gallery_8_link_url','field_5679735d250cc'),(45113,881,'gallery_9_image','219'),(45114,881,'_gallery_9_image','field_5679734b250ca'),(45115,881,'gallery_9_caption','Russell Standard Corporation'),(45116,881,'_gallery_9_caption','field_56797357250cb'),(45117,881,'gallery_9_link_url','http://www.russellstandard.com/'),(45118,881,'_gallery_9_link_url','field_5679735d250cc'),(45119,881,'gallery_10_image','223'),(45120,881,'_gallery_10_image','field_5679734b250ca'),(45121,881,'gallery_10_caption','A.A. Meyers Construction'),(45122,881,'_gallery_10_caption','field_56797357250cb'),(45123,881,'gallery_10_link_url','http://www.allanmyers.com/'),(45124,881,'_gallery_10_link_url','field_5679735d250cc'),(45125,881,'gallery_11_image','221'),(45126,881,'_gallery_11_image','field_5679734b250ca'),(45127,881,'gallery_11_caption','Shingledecker’s Welding, Inc.'),(45128,881,'_gallery_11_caption','field_56797357250cb'),(45129,881,'gallery_11_link_url',''),(45130,881,'_gallery_11_link_url','field_5679735d250cc'),(45131,881,'gallery_12_image','222'),(45132,881,'_gallery_12_image','field_5679734b250ca'),(45133,881,'gallery_12_caption','Susquehanna Valley Construction Corp.'),(45134,881,'_gallery_12_caption','field_56797357250cb'),(45135,881,'gallery_12_link_url','http://svccnet.com/'),(45136,881,'_gallery_12_link_url','field_5679735d250cc'),(45137,881,'gallery_13_image','214'),(45138,881,'_gallery_13_image','field_5679734b250ca'),(45139,881,'gallery_13_caption','Marino Construction, Inc.'),(45140,881,'_gallery_13_caption','field_56797357250cb'),(45141,881,'gallery_13_link_url',''),(45142,881,'_gallery_13_link_url','field_5679735d250cc'),(45143,881,'gallery_14_image','231'),(45144,881,'_gallery_14_image','field_5679734b250ca'),(45145,881,'gallery_14_caption','Joseph B. Fay Company'),(45146,881,'_gallery_14_caption','field_56797357250cb'),(45147,881,'gallery_14_link_url','http://www.iiconusa.com/our-family-of-companies/fay/'),(45148,881,'_gallery_14_link_url','field_5679735d250cc'),(45149,881,'gallery_15_image','229'),(45150,881,'_gallery_15_image','field_5679734b250ca'),(45151,881,'gallery_15_caption','Jay Fulkroad & Sons, Inc.'),(45152,881,'_gallery_15_caption','field_56797357250cb'),(45153,881,'gallery_15_link_url','http://www.jayfulkroad.com/'),(45154,881,'_gallery_15_link_url','field_5679735d250cc'),(45155,881,'gallery_16_image','218'),(45156,881,'_gallery_16_image','field_5679734b250ca'),(45157,881,'gallery_16_caption','Quality Engineering Solutions'),(45158,881,'_gallery_16_caption','field_56797357250cb'),(45159,881,'gallery_16_link_url','http://www.qespavements.com/'),(45160,881,'_gallery_16_link_url','field_5679735d250cc'),(45161,881,'gallery_17_image','212'),(45162,881,'_gallery_17_image','field_5679734b250ca'),(45163,881,'gallery_17_caption','Kuharchik Construction, Inc.'),(45164,881,'_gallery_17_caption','field_56797357250cb'),(45165,881,'gallery_17_link_url','http://www.kuharchik.com/'),(45166,881,'_gallery_17_link_url','field_5679735d250cc'),(45167,881,'gallery_18_image','228'),(45168,881,'_gallery_18_image','field_5679734b250ca'),(45169,881,'gallery_18_caption','James D. Morrissey, Inc.'),(45170,881,'_gallery_18_caption','field_56797357250cb'),(45171,881,'gallery_18_link_url','http://jdm-inc.com/'),(45172,881,'_gallery_18_link_url','field_5679735d250cc'),(45173,881,'gallery_19_image','220'),(45174,881,'_gallery_19_image','field_5679734b250ca'),(45175,881,'gallery_19_caption','S.E.T., Inc.'),(45176,881,'_gallery_19_caption','field_56797357250cb'),(45177,881,'gallery_19_link_url','http://setinc.biz/'),(45178,881,'_gallery_19_link_url','field_5679735d250cc'),(45179,881,'gallery_20_image','227'),(45180,881,'_gallery_20_image','field_5679734b250ca'),(45181,881,'gallery_20_caption','Grace Industries, Inc.'),(45182,881,'_gallery_20_caption','field_56797357250cb'),(45183,881,'gallery_20_link_url','http://www.graceindustries.com/'),(45184,881,'_gallery_20_link_url','field_5679735d250cc'),(45185,881,'gallery_21_image','224'),(45186,881,'_gallery_21_image','field_5679734b250ca'),(45187,881,'gallery_21_caption','A. Folino Construction, Inc.'),(45188,881,'_gallery_21_caption','field_56797357250cb'),(45189,881,'gallery_21_link_url','http://www.folinoconstruction.com/'),(45190,881,'_gallery_21_link_url','field_5679735d250cc'),(45191,881,'gallery_22_image','868'),(45192,881,'_gallery_22_image','field_5679734b250ca'),(45193,881,'gallery_22_caption','Popple Construction, Inc.'),(45194,881,'_gallery_22_caption','field_56797357250cb'),(45195,881,'gallery_22_link_url','http://poppleconstruction.com/index.html'),(45196,881,'_gallery_22_link_url','field_5679735d250cc'),(45197,881,'gallery_23_image','870'),(45198,881,'_gallery_23_image','field_5679734b250ca'),(45199,881,'gallery_23_caption','New Enterprise Stone & Lime Co.'),(45200,881,'_gallery_23_caption','field_56797357250cb'),(45201,881,'gallery_23_link_url','http://www.nesl.com/'),(45202,881,'_gallery_23_link_url','field_5679735d250cc'),(45203,881,'gallery_24_image','875'),(45204,881,'_gallery_24_image','field_5679734b250ca'),(45205,881,'gallery_24_caption','Trumbull'),(45206,881,'_gallery_24_caption','field_56797357250cb'),(45207,881,'gallery_24_link_url','https://www.pjdick.com/tpjwebsite.nsf/web/Home?openDocument'),(45208,881,'_gallery_24_link_url','field_5679735d250cc'),(45209,881,'gallery_25_image','879'),(45210,881,'_gallery_25_image','field_5679734b250ca'),(45211,881,'gallery_25_caption','Lane Construction'),(45212,881,'_gallery_25_caption','field_56797357250cb'),(45213,881,'gallery_25_link_url','http://www.laneconstruct.com/'),(45214,881,'_gallery_25_link_url','field_5679735d250cc'),(45215,881,'gallery_26_image','880'),(45216,881,'_gallery_26_image','field_5679734b250ca'),(45217,881,'gallery_26_caption','Eastern Highway Specialists, Inc.'),(45218,881,'_gallery_26_caption','field_56797357250cb'),(45219,881,'gallery_26_link_url','http://www.kuharchik.com/'),(45220,881,'_gallery_26_link_url','field_5679735d250cc'),(45221,881,'gallery','27'),(45222,881,'_gallery','field_567972e3b961b'),(45223,103,'gallery_25_image','879'),(45224,103,'_gallery_25_image','field_5679734b250ca'),(45225,103,'gallery_25_caption','Lane Construction'),(45226,103,'_gallery_25_caption','field_56797357250cb'),(45227,103,'gallery_25_link_url','http://www.laneconstruct.com/'),(45228,103,'_gallery_25_link_url','field_5679735d250cc'),(45229,103,'gallery_26_image','880'),(45230,103,'_gallery_26_image','field_5679734b250ca'),(45231,103,'gallery_26_caption','Eastern Highway Specialists, Inc.'),(45232,103,'_gallery_26_caption','field_56797357250cb'),(45233,103,'gallery_26_link_url','http://www.kuharchik.com/'),(45234,103,'_gallery_26_link_url','field_5679735d250cc'),(45235,882,'_wp_attached_file','2015/12/new-enterprise.jpg'),(45236,882,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:74;s:4:\"file\";s:26:\"2015/12/new-enterprise.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(45237,883,'gallery_0_image','226'),(45238,883,'_gallery_0_image','field_5679734b250ca'),(45239,883,'gallery_0_caption','FABCOR Incorporated'),(45240,883,'_gallery_0_caption','field_56797357250cb'),(45241,883,'gallery_0_link_url','http://www.fabcorinc.com/'),(45242,883,'_gallery_0_link_url','field_5679735d250cc'),(45243,883,'gallery_1_image','233'),(45244,883,'_gallery_1_image','field_5679734b250ca'),(45245,883,'gallery_1_caption','Kinsley Construction Co.'),(45246,883,'_gallery_1_caption','field_56797357250cb'),(45247,883,'gallery_1_link_url','http://www.rkinsley.com/'),(45248,883,'_gallery_1_link_url','field_5679735d250cc'),(45249,883,'gallery_2_image','213'),(45250,883,'_gallery_2_image','field_5679734b250ca'),(45251,883,'gallery_2_caption','Lobar Site Development'),(45252,883,'_gallery_2_caption','field_56797357250cb'),(45253,883,'gallery_2_link_url','http://lobarassoc.com/'),(45254,883,'_gallery_2_link_url','field_5679735d250cc'),(45255,883,'gallery_3_image','225'),(45256,883,'_gallery_3_image','field_5679734b250ca'),(45257,883,'gallery_3_caption','Clearwater Construction Co.'),(45258,883,'_gallery_3_caption','field_56797357250cb'),(45259,883,'gallery_3_link_url','http://www.clearwaterconstruction.com/'),(45260,883,'_gallery_3_link_url','field_5679735d250cc'),(45261,883,'gallery_4_image','230'),(45262,883,'_gallery_4_image','field_5679734b250ca'),(45263,883,'gallery_4_caption','J.D. Eckman, Inc.'),(45264,883,'_gallery_4_caption','field_56797357250cb'),(45265,883,'gallery_4_link_url','https://legacy.jdeckman.com'),(45266,883,'_gallery_4_link_url','field_5679735d250cc'),(45267,883,'gallery_5_image','216'),(45268,883,'_gallery_5_image','field_5679734b250ca'),(45269,883,'gallery_5_caption','Pioneer Construction'),(45270,883,'_gallery_5_caption','field_56797357250cb'),(45271,883,'gallery_5_link_url','http://www.pioneerinc.com/'),(45272,883,'_gallery_5_link_url','field_5679735d250cc'),(45273,883,'gallery_6_image','232'),(45274,883,'_gallery_6_image','field_5679734b250ca'),(45275,883,'gallery_6_caption','KCI Technologies'),(45276,883,'_gallery_6_caption','field_56797357250cb'),(45277,883,'gallery_6_link_url','http://www.kci.com/'),(45278,883,'_gallery_6_link_url','field_5679735d250cc'),(45279,883,'gallery_7_image','215'),(45280,883,'_gallery_7_image','field_5679734b250ca'),(45281,883,'gallery_7_caption','Minichi Contracting Group'),(45282,883,'_gallery_7_caption','field_56797357250cb'),(45283,883,'gallery_7_link_url','http://www.minichigroup.com/'),(45284,883,'_gallery_7_link_url','field_5679735d250cc'),(45285,883,'gallery_8_image','217'),(45286,883,'_gallery_8_image','field_5679734b250ca'),(45287,883,'gallery_8_caption','Plum Contracting, Inc.'),(45288,883,'_gallery_8_caption','field_56797357250cb'),(45289,883,'gallery_8_link_url','http://www.plumcontractinginc.com/'),(45290,883,'_gallery_8_link_url','field_5679735d250cc'),(45291,883,'gallery_9_image','219'),(45292,883,'_gallery_9_image','field_5679734b250ca'),(45293,883,'gallery_9_caption','Russell Standard Corporation'),(45294,883,'_gallery_9_caption','field_56797357250cb'),(45295,883,'gallery_9_link_url','http://www.russellstandard.com/'),(45296,883,'_gallery_9_link_url','field_5679735d250cc'),(45297,883,'gallery_10_image','223'),(45298,883,'_gallery_10_image','field_5679734b250ca'),(45299,883,'gallery_10_caption','A.A. Meyers Construction'),(45300,883,'_gallery_10_caption','field_56797357250cb'),(45301,883,'gallery_10_link_url','http://www.allanmyers.com/'),(45302,883,'_gallery_10_link_url','field_5679735d250cc'),(45303,883,'gallery_11_image','221'),(45304,883,'_gallery_11_image','field_5679734b250ca'),(45305,883,'gallery_11_caption','Shingledecker’s Welding, Inc.'),(45306,883,'_gallery_11_caption','field_56797357250cb'),(45307,883,'gallery_11_link_url',''),(45308,883,'_gallery_11_link_url','field_5679735d250cc'),(45309,883,'gallery_12_image','222'),(45310,883,'_gallery_12_image','field_5679734b250ca'),(45311,883,'gallery_12_caption','Susquehanna Valley Construction Corp.'),(45312,883,'_gallery_12_caption','field_56797357250cb'),(45313,883,'gallery_12_link_url','http://svccnet.com/'),(45314,883,'_gallery_12_link_url','field_5679735d250cc'),(45315,883,'gallery_13_image','214'),(45316,883,'_gallery_13_image','field_5679734b250ca'),(45317,883,'gallery_13_caption','Marino Construction, Inc.'),(45318,883,'_gallery_13_caption','field_56797357250cb'),(45319,883,'gallery_13_link_url',''),(45320,883,'_gallery_13_link_url','field_5679735d250cc'),(45321,883,'gallery_14_image','231'),(45322,883,'_gallery_14_image','field_5679734b250ca'),(45323,883,'gallery_14_caption','Joseph B. Fay Company'),(45324,883,'_gallery_14_caption','field_56797357250cb'),(45325,883,'gallery_14_link_url','http://www.iiconusa.com/our-family-of-companies/fay/'),(45326,883,'_gallery_14_link_url','field_5679735d250cc'),(45327,883,'gallery_15_image','229'),(45328,883,'_gallery_15_image','field_5679734b250ca'),(45329,883,'gallery_15_caption','Jay Fulkroad & Sons, Inc.'),(45330,883,'_gallery_15_caption','field_56797357250cb'),(45331,883,'gallery_15_link_url','http://www.jayfulkroad.com/'),(45332,883,'_gallery_15_link_url','field_5679735d250cc'),(45333,883,'gallery_16_image','218'),(45334,883,'_gallery_16_image','field_5679734b250ca'),(45335,883,'gallery_16_caption','Quality Engineering Solutions'),(45336,883,'_gallery_16_caption','field_56797357250cb'),(45337,883,'gallery_16_link_url','http://www.qespavements.com/'),(45338,883,'_gallery_16_link_url','field_5679735d250cc'),(45339,883,'gallery_17_image','212'),(45340,883,'_gallery_17_image','field_5679734b250ca'),(45341,883,'gallery_17_caption','Kuharchik Construction, Inc.'),(45342,883,'_gallery_17_caption','field_56797357250cb'),(45343,883,'gallery_17_link_url','http://www.kuharchik.com/'),(45344,883,'_gallery_17_link_url','field_5679735d250cc'),(45345,883,'gallery_18_image','228'),(45346,883,'_gallery_18_image','field_5679734b250ca'),(45347,883,'gallery_18_caption','James D. Morrissey, Inc.'),(45348,883,'_gallery_18_caption','field_56797357250cb'),(45349,883,'gallery_18_link_url','http://jdm-inc.com/'),(45350,883,'_gallery_18_link_url','field_5679735d250cc'),(45351,883,'gallery_19_image','220'),(45352,883,'_gallery_19_image','field_5679734b250ca'),(45353,883,'gallery_19_caption','S.E.T., Inc.'),(45354,883,'_gallery_19_caption','field_56797357250cb'),(45355,883,'gallery_19_link_url','http://setinc.biz/'),(45356,883,'_gallery_19_link_url','field_5679735d250cc'),(45357,883,'gallery_20_image','227'),(45358,883,'_gallery_20_image','field_5679734b250ca'),(45359,883,'gallery_20_caption','Grace Industries, Inc.'),(45360,883,'_gallery_20_caption','field_56797357250cb'),(45361,883,'gallery_20_link_url','http://www.graceindustries.com/'),(45362,883,'_gallery_20_link_url','field_5679735d250cc'),(45363,883,'gallery_21_image','224'),(45364,883,'_gallery_21_image','field_5679734b250ca'),(45365,883,'gallery_21_caption','A. Folino Construction, Inc.'),(45366,883,'_gallery_21_caption','field_56797357250cb'),(45367,883,'gallery_21_link_url','http://www.folinoconstruction.com/'),(45368,883,'_gallery_21_link_url','field_5679735d250cc'),(45369,883,'gallery_22_image','868'),(45370,883,'_gallery_22_image','field_5679734b250ca'),(45371,883,'gallery_22_caption','Popple Construction, Inc.'),(45372,883,'_gallery_22_caption','field_56797357250cb'),(45373,883,'gallery_22_link_url','http://poppleconstruction.com/index.html'),(45374,883,'_gallery_22_link_url','field_5679735d250cc'),(45375,883,'gallery_23_image','882'),(45376,883,'_gallery_23_image','field_5679734b250ca'),(45377,883,'gallery_23_caption','New Enterprise Stone & Lime Co.'),(45378,883,'_gallery_23_caption','field_56797357250cb'),(45379,883,'gallery_23_link_url','http://www.nesl.com/'),(45380,883,'_gallery_23_link_url','field_5679735d250cc'),(45381,883,'gallery_24_image','875'),(45382,883,'_gallery_24_image','field_5679734b250ca'),(45383,883,'gallery_24_caption','Trumbull'),(45384,883,'_gallery_24_caption','field_56797357250cb'),(45385,883,'gallery_24_link_url','https://www.pjdick.com/tpjwebsite.nsf/web/Home?openDocument'),(45386,883,'_gallery_24_link_url','field_5679735d250cc'),(45387,883,'gallery_25_image','879'),(45388,883,'_gallery_25_image','field_5679734b250ca'),(45389,883,'gallery_25_caption','Lane Construction'),(45390,883,'_gallery_25_caption','field_56797357250cb'),(45391,883,'gallery_25_link_url','http://www.laneconstruct.com/'),(45392,883,'_gallery_25_link_url','field_5679735d250cc'),(45393,883,'gallery_26_image','880'),(45394,883,'_gallery_26_image','field_5679734b250ca'),(45395,883,'gallery_26_caption','Eastern Highway Specialists, Inc.'),(45396,883,'_gallery_26_caption','field_56797357250cb'),(45397,883,'gallery_26_link_url','http://www.kuharchik.com/'),(45398,883,'_gallery_26_link_url','field_5679735d250cc'),(45399,883,'gallery','27'),(45400,883,'_gallery','field_567972e3b961b'),(45409,887,'gallery_0_image','186'),(45410,887,'_gallery_0_image','field_567962da92a82'),(45411,887,'gallery_0_caption','Pennsylvania Dept. Of Transportation'),(45412,887,'_gallery_0_caption','field_567964478bfc4'),(45413,887,'gallery_0_link_url','http://www.penndot.gov/'),(45414,887,'_gallery_0_link_url','field_567964549f5d7'),(45415,887,'gallery_1_image','185'),(45416,887,'_gallery_1_image','field_567962da92a82'),(45417,887,'gallery_1_caption','Pennsylvania Turnpike'),(45418,887,'_gallery_1_caption','field_567964478bfc4'),(45419,887,'gallery_1_link_url','https://www.paturnpike.com/'),(45420,887,'_gallery_1_link_url','field_567964549f5d7'),(45421,887,'gallery_2_image','171'),(45422,887,'_gallery_2_image','field_567962da92a82'),(45423,887,'gallery_2_caption','Allegheny County'),(45424,887,'_gallery_2_caption','field_567964478bfc4'),(45425,887,'gallery_2_link_url','http://www.alleghenycounty.us/'),(45426,887,'_gallery_2_link_url','field_567964549f5d7'),(45427,887,'gallery_3_image','177'),(45428,887,'_gallery_3_image','field_567962da92a82'),(45429,887,'gallery_3_caption','City of New Castle'),(45430,887,'_gallery_3_caption','field_567964478bfc4'),(45431,887,'gallery_3_link_url','http://www.newcastlepa.org/'),(45432,887,'_gallery_3_link_url','field_567964549f5d7'),(45433,887,'gallery_4_image','170'),(45434,887,'_gallery_4_image','field_567962da92a82'),(45435,887,'gallery_4_caption','Alcosan'),(45436,887,'_gallery_4_caption','field_567964478bfc4'),(45437,887,'gallery_4_link_url','http://www.alcosan.org/'),(45438,887,'_gallery_4_link_url','field_567964549f5d7'),(45439,887,'gallery_5_image','183'),(45440,887,'_gallery_5_image','field_567962da92a82'),(45441,887,'gallery_5_caption','Lehigh County'),(45442,887,'_gallery_5_caption','field_567964478bfc4'),(45443,887,'gallery_5_link_url','https://www.lehighcounty.org/'),(45444,887,'_gallery_5_link_url','field_567964549f5d7'),(45445,887,'gallery_6_image','817'),(45446,887,'_gallery_6_image','field_567962da92a82'),(45447,887,'gallery_6_caption','Susquehanna Valley'),(45448,887,'_gallery_6_caption','field_567964478bfc4'),(45449,887,'gallery_6_link_url','http://parivertowns.com/'),(45450,887,'_gallery_6_link_url','field_567964549f5d7'),(45451,887,'gallery_7_image','189'),(45452,887,'_gallery_7_image','field_567962da92a82'),(45453,887,'gallery_7_caption','SEPTA'),(45454,887,'_gallery_7_caption','field_567964478bfc4'),(45455,887,'gallery_7_link_url','http://www.septa.org/'),(45456,887,'_gallery_7_link_url','field_567964549f5d7'),(45457,887,'gallery_8_image','173'),(45458,887,'_gallery_8_image','field_567962da92a82'),(45459,887,'gallery_8_caption','Antrim Township'),(45460,887,'_gallery_8_caption','field_567964478bfc4'),(45461,887,'gallery_8_link_url','http://www.twp.antrim.pa.us/'),(45462,887,'_gallery_8_link_url','field_567964549f5d7'),(45463,887,'gallery_9_image','184'),(45464,887,'_gallery_9_image','field_567962da92a82'),(45465,887,'gallery_9_caption','New Castle School District'),(45466,887,'_gallery_9_caption','field_567964478bfc4'),(45467,887,'gallery_9_link_url','http://www.ncasd.com/'),(45468,887,'_gallery_9_link_url','field_567964549f5d7'),(45469,887,'gallery_10_image','187'),(45470,887,'_gallery_10_image','field_567962da92a82'),(45471,887,'gallery_10_caption','Port Authority of Allegheny County'),(45472,887,'_gallery_10_caption','field_567964478bfc4'),(45473,887,'gallery_10_link_url','http://www.portauthority.org/'),(45474,887,'_gallery_10_link_url','field_567964549f5d7'),(45475,887,'gallery_11_image','179'),(45476,887,'_gallery_11_image','field_567962da92a82'),(45477,887,'gallery_11_caption','Findlay Township Municipal Authority'),(45478,887,'_gallery_11_caption','field_567964478bfc4'),(45479,887,'gallery_11_link_url','http://www.findlaytwp.org/'),(45480,887,'_gallery_11_link_url','field_567964549f5d7'),(45481,887,'gallery_12_image','178'),(45482,887,'_gallery_12_image','field_567962da92a82'),(45483,887,'gallery_12_caption','City of Pittsburgh'),(45484,887,'_gallery_12_caption','field_567964478bfc4'),(45485,887,'gallery_12_link_url','http://pittsburghpa.gov/'),(45486,887,'_gallery_12_link_url','field_567964549f5d7'),(45487,887,'gallery_13_image','175'),(45488,887,'_gallery_13_image','field_567962da92a82'),(45489,887,'gallery_13_caption','California University of PA'),(45490,887,'_gallery_13_caption','field_567964478bfc4'),(45491,887,'gallery_13_link_url','http://www.calu.edu/'),(45492,887,'_gallery_13_link_url','field_567964549f5d7'),(45493,887,'gallery_14_image','181'),(45494,887,'_gallery_14_image','field_567962da92a82'),(45495,887,'gallery_14_caption','Hamilton Township'),(45496,887,'_gallery_14_caption','field_567964478bfc4'),(45497,887,'gallery_14_link_url','http://hamiltontwp.org/'),(45498,887,'_gallery_14_link_url','field_567964549f5d7'),(45499,887,'gallery_15_image','180'),(45500,887,'_gallery_15_image','field_567962da92a82'),(45501,887,'gallery_15_caption','Green Gas International'),(45502,887,'_gallery_15_caption','field_567964478bfc4'),(45503,887,'gallery_15_link_url','http://www.greengas.net/'),(45504,887,'_gallery_15_link_url','field_567964549f5d7'),(45505,887,'gallery_16_image','172'),(45506,887,'_gallery_16_image','field_567962da92a82'),(45507,887,'gallery_16_caption','Allegheny County Airport Authority'),(45508,887,'_gallery_16_caption','field_567964478bfc4'),(45509,887,'gallery_16_link_url','http://www.flypittsburgh.com/'),(45510,887,'_gallery_16_link_url','field_567964549f5d7'),(45511,887,'gallery_17_image','169'),(45512,887,'_gallery_17_image','field_567962da92a82'),(45513,887,'gallery_17_caption','Woodcock Township'),(45514,887,'_gallery_17_caption','field_567964478bfc4'),(45515,887,'gallery_17_link_url','http://www.crawfordcountypa.net/portal/page?_pageid=393,1598889&_dad=portal&_schema=PORTAL'),(45516,887,'_gallery_17_link_url','field_567964549f5d7'),(45517,887,'gallery_18_image','188'),(45518,887,'_gallery_18_image','field_567962da92a82'),(45519,887,'gallery_18_caption','Richland Township'),(45520,887,'_gallery_18_caption','field_567964478bfc4'),(45521,887,'gallery_18_link_url','http://www.richland.pa.us/'),(45522,887,'_gallery_18_link_url','field_567964549f5d7'),(45523,887,'gallery_19_image','176'),(45524,887,'_gallery_19_image','field_567962da92a82'),(45525,887,'gallery_19_caption','Carbon County'),(45526,887,'_gallery_19_caption','field_567964478bfc4'),(45527,887,'gallery_19_link_url','http://www.carboncounty.com/'),(45528,887,'_gallery_19_link_url','field_567964549f5d7'),(45529,887,'gallery_20_image','174'),(45530,887,'_gallery_20_image','field_567962da92a82'),(45531,887,'gallery_20_caption','Borough of Lansdale'),(45532,887,'_gallery_20_caption','field_567964478bfc4'),(45533,887,'gallery_20_link_url','http://www.lansdale.org/'),(45534,887,'_gallery_20_link_url','field_567964549f5d7'),(45535,887,'gallery_21_image','886'),(45536,887,'_gallery_21_image','field_567962da92a82'),(45537,887,'gallery_21_caption',''),(45538,887,'_gallery_21_caption','field_567964478bfc4'),(45539,887,'gallery_21_link_url',''),(45540,887,'_gallery_21_link_url','field_567964549f5d7'),(45541,887,'gallery','22'),(45542,887,'_gallery','field_567962c3069c2'),(45543,99,'gallery_21_image',''),(45544,99,'_gallery_21_image','field_567962da92a82'),(45545,99,'gallery_21_caption',''),(45546,99,'_gallery_21_caption','field_567964478bfc4'),(45547,99,'gallery_21_link_url',''),(45548,99,'_gallery_21_link_url','field_567964549f5d7'),(45554,889,'gallery_0_image','186'),(45555,889,'_gallery_0_image','field_567962da92a82'),(45556,889,'gallery_0_caption','Pennsylvania Dept. Of Transportation'),(45557,889,'_gallery_0_caption','field_567964478bfc4'),(45558,889,'gallery_0_link_url','http://www.penndot.gov/'),(45559,889,'_gallery_0_link_url','field_567964549f5d7'),(45560,889,'gallery_1_image','185'),(45561,889,'_gallery_1_image','field_567962da92a82'),(45562,889,'gallery_1_caption','Pennsylvania Turnpike'),(45563,889,'_gallery_1_caption','field_567964478bfc4'),(45564,889,'gallery_1_link_url','https://www.paturnpike.com/'),(45565,889,'_gallery_1_link_url','field_567964549f5d7'),(45566,889,'gallery_2_image','171'),(45567,889,'_gallery_2_image','field_567962da92a82'),(45568,889,'gallery_2_caption','Allegheny County'),(45569,889,'_gallery_2_caption','field_567964478bfc4'),(45570,889,'gallery_2_link_url','http://www.alleghenycounty.us/'),(45571,889,'_gallery_2_link_url','field_567964549f5d7'),(45572,889,'gallery_3_image','177'),(45573,889,'_gallery_3_image','field_567962da92a82'),(45574,889,'gallery_3_caption','City of New Castle'),(45575,889,'_gallery_3_caption','field_567964478bfc4'),(45576,889,'gallery_3_link_url','http://www.newcastlepa.org/'),(45577,889,'_gallery_3_link_url','field_567964549f5d7'),(45578,889,'gallery_4_image','170'),(45579,889,'_gallery_4_image','field_567962da92a82'),(45580,889,'gallery_4_caption','Alcosan'),(45581,889,'_gallery_4_caption','field_567964478bfc4'),(45582,889,'gallery_4_link_url','http://www.alcosan.org/'),(45583,889,'_gallery_4_link_url','field_567964549f5d7'),(45584,889,'gallery_5_image','183'),(45585,889,'_gallery_5_image','field_567962da92a82'),(45586,889,'gallery_5_caption','Lehigh County'),(45587,889,'_gallery_5_caption','field_567964478bfc4'),(45588,889,'gallery_5_link_url','https://www.lehighcounty.org/'),(45589,889,'_gallery_5_link_url','field_567964549f5d7'),(45590,889,'gallery_6_image','817'),(45591,889,'_gallery_6_image','field_567962da92a82'),(45592,889,'gallery_6_caption','Susquehanna Valley'),(45593,889,'_gallery_6_caption','field_567964478bfc4'),(45594,889,'gallery_6_link_url','http://parivertowns.com/'),(45595,889,'_gallery_6_link_url','field_567964549f5d7'),(45596,889,'gallery_7_image','189'),(45597,889,'_gallery_7_image','field_567962da92a82'),(45598,889,'gallery_7_caption','SEPTA'),(45599,889,'_gallery_7_caption','field_567964478bfc4'),(45600,889,'gallery_7_link_url','http://www.septa.org/'),(45601,889,'_gallery_7_link_url','field_567964549f5d7'),(45602,889,'gallery_8_image','173'),(45603,889,'_gallery_8_image','field_567962da92a82'),(45604,889,'gallery_8_caption','Antrim Township'),(45605,889,'_gallery_8_caption','field_567964478bfc4'),(45606,889,'gallery_8_link_url','http://www.twp.antrim.pa.us/'),(45607,889,'_gallery_8_link_url','field_567964549f5d7'),(45608,889,'gallery_9_image','184'),(45609,889,'_gallery_9_image','field_567962da92a82'),(45610,889,'gallery_9_caption','New Castle School District'),(45611,889,'_gallery_9_caption','field_567964478bfc4'),(45612,889,'gallery_9_link_url','http://www.ncasd.com/'),(45613,889,'_gallery_9_link_url','field_567964549f5d7'),(45614,889,'gallery_10_image','187'),(45615,889,'_gallery_10_image','field_567962da92a82'),(45616,889,'gallery_10_caption','Port Authority of Allegheny County'),(45617,889,'_gallery_10_caption','field_567964478bfc4'),(45618,889,'gallery_10_link_url','http://www.portauthority.org/'),(45619,889,'_gallery_10_link_url','field_567964549f5d7'),(45620,889,'gallery_11_image','179'),(45621,889,'_gallery_11_image','field_567962da92a82'),(45622,889,'gallery_11_caption','Findlay Township Municipal Authority'),(45623,889,'_gallery_11_caption','field_567964478bfc4'),(45624,889,'gallery_11_link_url','http://www.findlaytwp.org/'),(45625,889,'_gallery_11_link_url','field_567964549f5d7'),(45626,889,'gallery_12_image','178'),(45627,889,'_gallery_12_image','field_567962da92a82'),(45628,889,'gallery_12_caption','City of Pittsburgh'),(45629,889,'_gallery_12_caption','field_567964478bfc4'),(45630,889,'gallery_12_link_url','http://pittsburghpa.gov/'),(45631,889,'_gallery_12_link_url','field_567964549f5d7'),(45632,889,'gallery_13_image','175'),(45633,889,'_gallery_13_image','field_567962da92a82'),(45634,889,'gallery_13_caption','California University of PA'),(45635,889,'_gallery_13_caption','field_567964478bfc4'),(45636,889,'gallery_13_link_url','http://www.calu.edu/'),(45637,889,'_gallery_13_link_url','field_567964549f5d7'),(45638,889,'gallery_14_image','181'),(45639,889,'_gallery_14_image','field_567962da92a82'),(45640,889,'gallery_14_caption','Hamilton Township'),(45641,889,'_gallery_14_caption','field_567964478bfc4'),(45642,889,'gallery_14_link_url','http://hamiltontwp.org/'),(45643,889,'_gallery_14_link_url','field_567964549f5d7'),(45644,889,'gallery_15_image','180'),(45645,889,'_gallery_15_image','field_567962da92a82'),(45646,889,'gallery_15_caption','Green Gas International'),(45647,889,'_gallery_15_caption','field_567964478bfc4'),(45648,889,'gallery_15_link_url','http://www.greengas.net/'),(45649,889,'_gallery_15_link_url','field_567964549f5d7'),(45650,889,'gallery_16_image','172'),(45651,889,'_gallery_16_image','field_567962da92a82'),(45652,889,'gallery_16_caption','Allegheny County Airport Authority'),(45653,889,'_gallery_16_caption','field_567964478bfc4'),(45654,889,'gallery_16_link_url','http://www.flypittsburgh.com/'),(45655,889,'_gallery_16_link_url','field_567964549f5d7'),(45656,889,'gallery_17_image','169'),(45657,889,'_gallery_17_image','field_567962da92a82'),(45658,889,'gallery_17_caption','Woodcock Township'),(45659,889,'_gallery_17_caption','field_567964478bfc4'),(45660,889,'gallery_17_link_url','http://www.crawfordcountypa.net/portal/page?_pageid=393,1598889&_dad=portal&_schema=PORTAL'),(45661,889,'_gallery_17_link_url','field_567964549f5d7'),(45662,889,'gallery_18_image','188'),(45663,889,'_gallery_18_image','field_567962da92a82'),(45664,889,'gallery_18_caption','Richland Township'),(45665,889,'_gallery_18_caption','field_567964478bfc4'),(45666,889,'gallery_18_link_url','http://www.richland.pa.us/'),(45667,889,'_gallery_18_link_url','field_567964549f5d7'),(45668,889,'gallery_19_image','176'),(45669,889,'_gallery_19_image','field_567962da92a82'),(45670,889,'gallery_19_caption','Carbon County'),(45671,889,'_gallery_19_caption','field_567964478bfc4'),(45672,889,'gallery_19_link_url','http://www.carboncounty.com/'),(45673,889,'_gallery_19_link_url','field_567964549f5d7'),(45674,889,'gallery_20_image','174'),(45675,889,'_gallery_20_image','field_567962da92a82'),(45676,889,'gallery_20_caption','Borough of Lansdale'),(45677,889,'_gallery_20_caption','field_567964478bfc4'),(45678,889,'gallery_20_link_url','http://www.lansdale.org/'),(45679,889,'_gallery_20_link_url','field_567964549f5d7'),(45680,889,'gallery_21_image','888'),(45681,889,'_gallery_21_image','field_567962da92a82'),(45682,889,'gallery_21_caption',''),(45683,889,'_gallery_21_caption','field_567964478bfc4'),(45684,889,'gallery_21_link_url',''),(45685,889,'_gallery_21_link_url','field_567964549f5d7'),(45686,889,'gallery','22'),(45687,889,'_gallery','field_567962c3069c2'),(45691,891,'gallery_0_image','186'),(45692,891,'_gallery_0_image','field_567962da92a82'),(45693,891,'gallery_0_caption','Pennsylvania Dept. Of Transportation'),(45694,891,'_gallery_0_caption','field_567964478bfc4'),(45695,891,'gallery_0_link_url','http://www.penndot.gov/'),(45696,891,'_gallery_0_link_url','field_567964549f5d7'),(45697,891,'gallery_1_image','185'),(45698,891,'_gallery_1_image','field_567962da92a82'),(45699,891,'gallery_1_caption','Pennsylvania Turnpike'),(45700,891,'_gallery_1_caption','field_567964478bfc4'),(45701,891,'gallery_1_link_url','https://www.paturnpike.com/'),(45702,891,'_gallery_1_link_url','field_567964549f5d7'),(45703,891,'gallery_2_image','171'),(45704,891,'_gallery_2_image','field_567962da92a82'),(45705,891,'gallery_2_caption','Allegheny County'),(45706,891,'_gallery_2_caption','field_567964478bfc4'),(45707,891,'gallery_2_link_url','http://www.alleghenycounty.us/'),(45708,891,'_gallery_2_link_url','field_567964549f5d7'),(45709,891,'gallery_3_image','177'),(45710,891,'_gallery_3_image','field_567962da92a82'),(45711,891,'gallery_3_caption','City of New Castle'),(45712,891,'_gallery_3_caption','field_567964478bfc4'),(45713,891,'gallery_3_link_url','http://www.newcastlepa.org/'),(45714,891,'_gallery_3_link_url','field_567964549f5d7'),(45715,891,'gallery_4_image','170'),(45716,891,'_gallery_4_image','field_567962da92a82'),(45717,891,'gallery_4_caption','Alcosan'),(45718,891,'_gallery_4_caption','field_567964478bfc4'),(45719,891,'gallery_4_link_url','http://www.alcosan.org/'),(45720,891,'_gallery_4_link_url','field_567964549f5d7'),(45721,891,'gallery_5_image','183'),(45722,891,'_gallery_5_image','field_567962da92a82'),(45723,891,'gallery_5_caption','Lehigh County'),(45724,891,'_gallery_5_caption','field_567964478bfc4'),(45725,891,'gallery_5_link_url','https://www.lehighcounty.org/'),(45726,891,'_gallery_5_link_url','field_567964549f5d7'),(45727,891,'gallery_6_image','817'),(45728,891,'_gallery_6_image','field_567962da92a82'),(45729,891,'gallery_6_caption','Susquehanna Valley'),(45730,891,'_gallery_6_caption','field_567964478bfc4'),(45731,891,'gallery_6_link_url','http://parivertowns.com/'),(45732,891,'_gallery_6_link_url','field_567964549f5d7'),(45733,891,'gallery_7_image','189'),(45734,891,'_gallery_7_image','field_567962da92a82'),(45735,891,'gallery_7_caption','SEPTA'),(45736,891,'_gallery_7_caption','field_567964478bfc4'),(45737,891,'gallery_7_link_url','http://www.septa.org/'),(45738,891,'_gallery_7_link_url','field_567964549f5d7'),(45739,891,'gallery_8_image','173'),(45740,891,'_gallery_8_image','field_567962da92a82'),(45741,891,'gallery_8_caption','Antrim Township'),(45742,891,'_gallery_8_caption','field_567964478bfc4'),(45743,891,'gallery_8_link_url','http://www.twp.antrim.pa.us/'),(45744,891,'_gallery_8_link_url','field_567964549f5d7'),(45745,891,'gallery_9_image','184'),(45746,891,'_gallery_9_image','field_567962da92a82'),(45747,891,'gallery_9_caption','New Castle School District'),(45748,891,'_gallery_9_caption','field_567964478bfc4'),(45749,891,'gallery_9_link_url','http://www.ncasd.com/'),(45750,891,'_gallery_9_link_url','field_567964549f5d7'),(45751,891,'gallery_10_image','187'),(45752,891,'_gallery_10_image','field_567962da92a82'),(45753,891,'gallery_10_caption','Port Authority of Allegheny County'),(45754,891,'_gallery_10_caption','field_567964478bfc4'),(45755,891,'gallery_10_link_url','http://www.portauthority.org/'),(45756,891,'_gallery_10_link_url','field_567964549f5d7'),(45757,891,'gallery_11_image','179'),(45758,891,'_gallery_11_image','field_567962da92a82'),(45759,891,'gallery_11_caption','Findlay Township Municipal Authority'),(45760,891,'_gallery_11_caption','field_567964478bfc4'),(45761,891,'gallery_11_link_url','http://www.findlaytwp.org/'),(45762,891,'_gallery_11_link_url','field_567964549f5d7'),(45763,891,'gallery_12_image','178'),(45764,891,'_gallery_12_image','field_567962da92a82'),(45765,891,'gallery_12_caption','City of Pittsburgh'),(45766,891,'_gallery_12_caption','field_567964478bfc4'),(45767,891,'gallery_12_link_url','http://pittsburghpa.gov/'),(45768,891,'_gallery_12_link_url','field_567964549f5d7'),(45769,891,'gallery_13_image','175'),(45770,891,'_gallery_13_image','field_567962da92a82'),(45771,891,'gallery_13_caption','California University of PA'),(45772,891,'_gallery_13_caption','field_567964478bfc4'),(45773,891,'gallery_13_link_url','http://www.calu.edu/'),(45774,891,'_gallery_13_link_url','field_567964549f5d7'),(45775,891,'gallery_14_image','181'),(45776,891,'_gallery_14_image','field_567962da92a82'),(45777,891,'gallery_14_caption','Hamilton Township'),(45778,891,'_gallery_14_caption','field_567964478bfc4'),(45779,891,'gallery_14_link_url','http://hamiltontwp.org/'),(45780,891,'_gallery_14_link_url','field_567964549f5d7'),(45781,891,'gallery_15_image','180'),(45782,891,'_gallery_15_image','field_567962da92a82'),(45783,891,'gallery_15_caption','Green Gas International'),(45784,891,'_gallery_15_caption','field_567964478bfc4'),(45785,891,'gallery_15_link_url','http://www.greengas.net/'),(45786,891,'_gallery_15_link_url','field_567964549f5d7'),(45787,891,'gallery_16_image','172'),(45788,891,'_gallery_16_image','field_567962da92a82'),(45789,891,'gallery_16_caption','Allegheny County Airport Authority'),(45790,891,'_gallery_16_caption','field_567964478bfc4'),(45791,891,'gallery_16_link_url','http://www.flypittsburgh.com/'),(45792,891,'_gallery_16_link_url','field_567964549f5d7'),(45793,891,'gallery_17_image','169'),(45794,891,'_gallery_17_image','field_567962da92a82'),(45795,891,'gallery_17_caption','Woodcock Township'),(45796,891,'_gallery_17_caption','field_567964478bfc4'),(45797,891,'gallery_17_link_url','http://www.crawfordcountypa.net/portal/page?_pageid=393,1598889&_dad=portal&_schema=PORTAL'),(45798,891,'_gallery_17_link_url','field_567964549f5d7'),(45799,891,'gallery_18_image','188'),(45800,891,'_gallery_18_image','field_567962da92a82'),(45801,891,'gallery_18_caption','Richland Township'),(45802,891,'_gallery_18_caption','field_567964478bfc4'),(45803,891,'gallery_18_link_url','http://www.richland.pa.us/'),(45804,891,'_gallery_18_link_url','field_567964549f5d7'),(45805,891,'gallery_19_image','176'),(45806,891,'_gallery_19_image','field_567962da92a82'),(45807,891,'gallery_19_caption','Carbon County'),(45808,891,'_gallery_19_caption','field_567964478bfc4'),(45809,891,'gallery_19_link_url','http://www.carboncounty.com/'),(45810,891,'_gallery_19_link_url','field_567964549f5d7'),(45811,891,'gallery_20_image','174'),(45812,891,'_gallery_20_image','field_567962da92a82'),(45813,891,'gallery_20_caption','Borough of Lansdale'),(45814,891,'_gallery_20_caption','field_567964478bfc4'),(45815,891,'gallery_20_link_url','http://www.lansdale.org/'),(45816,891,'_gallery_20_link_url','field_567964549f5d7'),(45817,891,'gallery_21_image','890'),(45818,891,'_gallery_21_image','field_567962da92a82'),(45819,891,'gallery_21_caption',''),(45820,891,'_gallery_21_caption','field_567964478bfc4'),(45821,891,'gallery_21_link_url',''),(45822,891,'_gallery_21_link_url','field_567964549f5d7'),(45823,891,'gallery','22'),(45824,891,'_gallery','field_567962c3069c2'),(45830,893,'gallery_0_image','186'),(45831,893,'_gallery_0_image','field_567962da92a82'),(45832,893,'gallery_0_caption','Pennsylvania Dept. Of Transportation'),(45833,893,'_gallery_0_caption','field_567964478bfc4'),(45834,893,'gallery_0_link_url','http://www.penndot.gov/'),(45835,893,'_gallery_0_link_url','field_567964549f5d7'),(45836,893,'gallery_1_image','185'),(45837,893,'_gallery_1_image','field_567962da92a82'),(45838,893,'gallery_1_caption','Pennsylvania Turnpike'),(45839,893,'_gallery_1_caption','field_567964478bfc4'),(45840,893,'gallery_1_link_url','https://www.paturnpike.com/'),(45841,893,'_gallery_1_link_url','field_567964549f5d7'),(45842,893,'gallery_2_image','171'),(45843,893,'_gallery_2_image','field_567962da92a82'),(45844,893,'gallery_2_caption','Allegheny County'),(45845,893,'_gallery_2_caption','field_567964478bfc4'),(45846,893,'gallery_2_link_url','http://www.alleghenycounty.us/'),(45847,893,'_gallery_2_link_url','field_567964549f5d7'),(45848,893,'gallery_3_image','177'),(45849,893,'_gallery_3_image','field_567962da92a82'),(45850,893,'gallery_3_caption','City of New Castle'),(45851,893,'_gallery_3_caption','field_567964478bfc4'),(45852,893,'gallery_3_link_url','http://www.newcastlepa.org/'),(45853,893,'_gallery_3_link_url','field_567964549f5d7'),(45854,893,'gallery_4_image','170'),(45855,893,'_gallery_4_image','field_567962da92a82'),(45856,893,'gallery_4_caption','Alcosan'),(45857,893,'_gallery_4_caption','field_567964478bfc4'),(45858,893,'gallery_4_link_url','http://www.alcosan.org/'),(45859,893,'_gallery_4_link_url','field_567964549f5d7'),(45860,893,'gallery_5_image','183'),(45861,893,'_gallery_5_image','field_567962da92a82'),(45862,893,'gallery_5_caption','Lehigh County'),(45863,893,'_gallery_5_caption','field_567964478bfc4'),(45864,893,'gallery_5_link_url','https://www.lehighcounty.org/'),(45865,893,'_gallery_5_link_url','field_567964549f5d7'),(45866,893,'gallery_6_image','817'),(45867,893,'_gallery_6_image','field_567962da92a82'),(45868,893,'gallery_6_caption','Susquehanna Valley'),(45869,893,'_gallery_6_caption','field_567964478bfc4'),(45870,893,'gallery_6_link_url','http://parivertowns.com/'),(45871,893,'_gallery_6_link_url','field_567964549f5d7'),(45872,893,'gallery_7_image','189'),(45873,893,'_gallery_7_image','field_567962da92a82'),(45874,893,'gallery_7_caption','SEPTA'),(45875,893,'_gallery_7_caption','field_567964478bfc4'),(45876,893,'gallery_7_link_url','http://www.septa.org/'),(45877,893,'_gallery_7_link_url','field_567964549f5d7'),(45878,893,'gallery_8_image','173'),(45879,893,'_gallery_8_image','field_567962da92a82'),(45880,893,'gallery_8_caption','Antrim Township'),(45881,893,'_gallery_8_caption','field_567964478bfc4'),(45882,893,'gallery_8_link_url','http://www.twp.antrim.pa.us/'),(45883,893,'_gallery_8_link_url','field_567964549f5d7'),(45884,893,'gallery_9_image','184'),(45885,893,'_gallery_9_image','field_567962da92a82'),(45886,893,'gallery_9_caption','New Castle School District'),(45887,893,'_gallery_9_caption','field_567964478bfc4'),(45888,893,'gallery_9_link_url','http://www.ncasd.com/'),(45889,893,'_gallery_9_link_url','field_567964549f5d7'),(45890,893,'gallery_10_image','187'),(45891,893,'_gallery_10_image','field_567962da92a82'),(45892,893,'gallery_10_caption','Port Authority of Allegheny County'),(45893,893,'_gallery_10_caption','field_567964478bfc4'),(45894,893,'gallery_10_link_url','http://www.portauthority.org/'),(45895,893,'_gallery_10_link_url','field_567964549f5d7'),(45896,893,'gallery_11_image','179'),(45897,893,'_gallery_11_image','field_567962da92a82'),(45898,893,'gallery_11_caption','Findlay Township Municipal Authority'),(45899,893,'_gallery_11_caption','field_567964478bfc4'),(45900,893,'gallery_11_link_url','http://www.findlaytwp.org/'),(45901,893,'_gallery_11_link_url','field_567964549f5d7'),(45902,893,'gallery_12_image','178'),(45903,893,'_gallery_12_image','field_567962da92a82'),(45904,893,'gallery_12_caption','City of Pittsburgh'),(45905,893,'_gallery_12_caption','field_567964478bfc4'),(45906,893,'gallery_12_link_url','http://pittsburghpa.gov/'),(45907,893,'_gallery_12_link_url','field_567964549f5d7'),(45908,893,'gallery_13_image','175'),(45909,893,'_gallery_13_image','field_567962da92a82'),(45910,893,'gallery_13_caption','California University of PA'),(45911,893,'_gallery_13_caption','field_567964478bfc4'),(45912,893,'gallery_13_link_url','http://www.calu.edu/'),(45913,893,'_gallery_13_link_url','field_567964549f5d7'),(45914,893,'gallery_14_image','181'),(45915,893,'_gallery_14_image','field_567962da92a82'),(45916,893,'gallery_14_caption','Hamilton Township'),(45917,893,'_gallery_14_caption','field_567964478bfc4'),(45918,893,'gallery_14_link_url','http://hamiltontwp.org/'),(45919,893,'_gallery_14_link_url','field_567964549f5d7'),(45920,893,'gallery_15_image','180'),(45921,893,'_gallery_15_image','field_567962da92a82'),(45922,893,'gallery_15_caption','Green Gas International'),(45923,893,'_gallery_15_caption','field_567964478bfc4'),(45924,893,'gallery_15_link_url','http://www.greengas.net/'),(45925,893,'_gallery_15_link_url','field_567964549f5d7'),(45926,893,'gallery_16_image','172'),(45927,893,'_gallery_16_image','field_567962da92a82'),(45928,893,'gallery_16_caption','Allegheny County Airport Authority'),(45929,893,'_gallery_16_caption','field_567964478bfc4'),(45930,893,'gallery_16_link_url','http://www.flypittsburgh.com/'),(45931,893,'_gallery_16_link_url','field_567964549f5d7'),(45932,893,'gallery_17_image','169'),(45933,893,'_gallery_17_image','field_567962da92a82'),(45934,893,'gallery_17_caption','Woodcock Township'),(45935,893,'_gallery_17_caption','field_567964478bfc4'),(45936,893,'gallery_17_link_url','http://www.crawfordcountypa.net/portal/page?_pageid=393,1598889&_dad=portal&_schema=PORTAL'),(45937,893,'_gallery_17_link_url','field_567964549f5d7'),(45938,893,'gallery_18_image','188'),(45939,893,'_gallery_18_image','field_567962da92a82'),(45940,893,'gallery_18_caption','Richland Township'),(45941,893,'_gallery_18_caption','field_567964478bfc4'),(45942,893,'gallery_18_link_url','http://www.richland.pa.us/'),(45943,893,'_gallery_18_link_url','field_567964549f5d7'),(45944,893,'gallery_19_image','176'),(45945,893,'_gallery_19_image','field_567962da92a82'),(45946,893,'gallery_19_caption','Carbon County'),(45947,893,'_gallery_19_caption','field_567964478bfc4'),(45948,893,'gallery_19_link_url','http://www.carboncounty.com/'),(45949,893,'_gallery_19_link_url','field_567964549f5d7'),(45950,893,'gallery_20_image','174'),(45951,893,'_gallery_20_image','field_567962da92a82'),(45952,893,'gallery_20_caption','Borough of Lansdale'),(45953,893,'_gallery_20_caption','field_567964478bfc4'),(45954,893,'gallery_20_link_url','http://www.lansdale.org/'),(45955,893,'_gallery_20_link_url','field_567964549f5d7'),(45956,893,'gallery_21_image','892'),(45957,893,'_gallery_21_image','field_567962da92a82'),(45958,893,'gallery_21_caption',''),(45959,893,'_gallery_21_caption','field_567964478bfc4'),(45960,893,'gallery_21_link_url',''),(45961,893,'_gallery_21_link_url','field_567964549f5d7'),(45962,893,'gallery','22'),(45963,893,'_gallery','field_567962c3069c2'),(45964,894,'gallery_0_image','186'),(45965,894,'_gallery_0_image','field_567962da92a82'),(45966,894,'gallery_0_caption','Pennsylvania Dept. Of Transportation'),(45967,894,'_gallery_0_caption','field_567964478bfc4'),(45968,894,'gallery_0_link_url','http://www.penndot.gov/'),(45969,894,'_gallery_0_link_url','field_567964549f5d7'),(45970,894,'gallery_1_image','185'),(45971,894,'_gallery_1_image','field_567962da92a82'),(45972,894,'gallery_1_caption','Pennsylvania Turnpike'),(45973,894,'_gallery_1_caption','field_567964478bfc4'),(45974,894,'gallery_1_link_url','https://www.paturnpike.com/'),(45975,894,'_gallery_1_link_url','field_567964549f5d7'),(45976,894,'gallery_2_image','171'),(45977,894,'_gallery_2_image','field_567962da92a82'),(45978,894,'gallery_2_caption','Allegheny County'),(45979,894,'_gallery_2_caption','field_567964478bfc4'),(45980,894,'gallery_2_link_url','http://www.alleghenycounty.us/'),(45981,894,'_gallery_2_link_url','field_567964549f5d7'),(45982,894,'gallery_3_image','177'),(45983,894,'_gallery_3_image','field_567962da92a82'),(45984,894,'gallery_3_caption','City of New Castle'),(45985,894,'_gallery_3_caption','field_567964478bfc4'),(45986,894,'gallery_3_link_url','http://www.newcastlepa.org/'),(45987,894,'_gallery_3_link_url','field_567964549f5d7'),(45988,894,'gallery_4_image','170'),(45989,894,'_gallery_4_image','field_567962da92a82'),(45990,894,'gallery_4_caption','Alcosan'),(45991,894,'_gallery_4_caption','field_567964478bfc4'),(45992,894,'gallery_4_link_url','http://www.alcosan.org/'),(45993,894,'_gallery_4_link_url','field_567964549f5d7'),(45994,894,'gallery_5_image','183'),(45995,894,'_gallery_5_image','field_567962da92a82'),(45996,894,'gallery_5_caption','Lehigh County'),(45997,894,'_gallery_5_caption','field_567964478bfc4'),(45998,894,'gallery_5_link_url','https://www.lehighcounty.org/'),(45999,894,'_gallery_5_link_url','field_567964549f5d7'),(46000,894,'gallery_6_image','817'),(46001,894,'_gallery_6_image','field_567962da92a82'),(46002,894,'gallery_6_caption','Susquehanna Valley'),(46003,894,'_gallery_6_caption','field_567964478bfc4'),(46004,894,'gallery_6_link_url','http://parivertowns.com/'),(46005,894,'_gallery_6_link_url','field_567964549f5d7'),(46006,894,'gallery_7_image','189'),(46007,894,'_gallery_7_image','field_567962da92a82'),(46008,894,'gallery_7_caption','SEPTA'),(46009,894,'_gallery_7_caption','field_567964478bfc4'),(46010,894,'gallery_7_link_url','http://www.septa.org/'),(46011,894,'_gallery_7_link_url','field_567964549f5d7'),(46012,894,'gallery_8_image','173'),(46013,894,'_gallery_8_image','field_567962da92a82'),(46014,894,'gallery_8_caption','Antrim Township'),(46015,894,'_gallery_8_caption','field_567964478bfc4'),(46016,894,'gallery_8_link_url','http://www.twp.antrim.pa.us/'),(46017,894,'_gallery_8_link_url','field_567964549f5d7'),(46018,894,'gallery_9_image','184'),(46019,894,'_gallery_9_image','field_567962da92a82'),(46020,894,'gallery_9_caption','New Castle School District'),(46021,894,'_gallery_9_caption','field_567964478bfc4'),(46022,894,'gallery_9_link_url','http://www.ncasd.com/'),(46023,894,'_gallery_9_link_url','field_567964549f5d7'),(46024,894,'gallery_10_image','187'),(46025,894,'_gallery_10_image','field_567962da92a82'),(46026,894,'gallery_10_caption','Port Authority of Allegheny County'),(46027,894,'_gallery_10_caption','field_567964478bfc4'),(46028,894,'gallery_10_link_url','http://www.portauthority.org/'),(46029,894,'_gallery_10_link_url','field_567964549f5d7'),(46030,894,'gallery_11_image','179'),(46031,894,'_gallery_11_image','field_567962da92a82'),(46032,894,'gallery_11_caption','Findlay Township Municipal Authority'),(46033,894,'_gallery_11_caption','field_567964478bfc4'),(46034,894,'gallery_11_link_url','http://www.findlaytwp.org/'),(46035,894,'_gallery_11_link_url','field_567964549f5d7'),(46036,894,'gallery_12_image','178'),(46037,894,'_gallery_12_image','field_567962da92a82'),(46038,894,'gallery_12_caption','City of Pittsburgh'),(46039,894,'_gallery_12_caption','field_567964478bfc4'),(46040,894,'gallery_12_link_url','http://pittsburghpa.gov/'),(46041,894,'_gallery_12_link_url','field_567964549f5d7'),(46042,894,'gallery_13_image','175'),(46043,894,'_gallery_13_image','field_567962da92a82'),(46044,894,'gallery_13_caption','California University of PA'),(46045,894,'_gallery_13_caption','field_567964478bfc4'),(46046,894,'gallery_13_link_url','http://www.calu.edu/'),(46047,894,'_gallery_13_link_url','field_567964549f5d7'),(46048,894,'gallery_14_image','181'),(46049,894,'_gallery_14_image','field_567962da92a82'),(46050,894,'gallery_14_caption','Hamilton Township'),(46051,894,'_gallery_14_caption','field_567964478bfc4'),(46052,894,'gallery_14_link_url','http://hamiltontwp.org/'),(46053,894,'_gallery_14_link_url','field_567964549f5d7'),(46054,894,'gallery_15_image','180'),(46055,894,'_gallery_15_image','field_567962da92a82'),(46056,894,'gallery_15_caption','Green Gas International'),(46057,894,'_gallery_15_caption','field_567964478bfc4'),(46058,894,'gallery_15_link_url','http://www.greengas.net/'),(46059,894,'_gallery_15_link_url','field_567964549f5d7'),(46060,894,'gallery_16_image','172'),(46061,894,'_gallery_16_image','field_567962da92a82'),(46062,894,'gallery_16_caption','Allegheny County Airport Authority'),(46063,894,'_gallery_16_caption','field_567964478bfc4'),(46064,894,'gallery_16_link_url','http://www.flypittsburgh.com/'),(46065,894,'_gallery_16_link_url','field_567964549f5d7'),(46066,894,'gallery_17_image','169'),(46067,894,'_gallery_17_image','field_567962da92a82'),(46068,894,'gallery_17_caption','Woodcock Township'),(46069,894,'_gallery_17_caption','field_567964478bfc4'),(46070,894,'gallery_17_link_url','http://www.crawfordcountypa.net/portal/page?_pageid=393,1598889&_dad=portal&_schema=PORTAL'),(46071,894,'_gallery_17_link_url','field_567964549f5d7'),(46072,894,'gallery_18_image','188'),(46073,894,'_gallery_18_image','field_567962da92a82'),(46074,894,'gallery_18_caption','Richland Township'),(46075,894,'_gallery_18_caption','field_567964478bfc4'),(46076,894,'gallery_18_link_url','http://www.richland.pa.us/'),(46077,894,'_gallery_18_link_url','field_567964549f5d7'),(46078,894,'gallery_19_image','176'),(46079,894,'_gallery_19_image','field_567962da92a82'),(46080,894,'gallery_19_caption','Carbon County'),(46081,894,'_gallery_19_caption','field_567964478bfc4'),(46082,894,'gallery_19_link_url','http://www.carboncounty.com/'),(46083,894,'_gallery_19_link_url','field_567964549f5d7'),(46084,894,'gallery_20_image','174'),(46085,894,'_gallery_20_image','field_567962da92a82'),(46086,894,'gallery_20_caption','Borough of Lansdale'),(46087,894,'_gallery_20_caption','field_567964478bfc4'),(46088,894,'gallery_20_link_url','http://www.lansdale.org/'),(46089,894,'_gallery_20_link_url','field_567964549f5d7'),(46090,894,'gallery_21_image',''),(46091,894,'_gallery_21_image','field_567962da92a82'),(46092,894,'gallery_21_caption',''),(46093,894,'_gallery_21_caption','field_567964478bfc4'),(46094,894,'gallery_21_link_url',''),(46095,894,'_gallery_21_link_url','field_567964549f5d7'),(46096,894,'gallery','22'),(46097,894,'_gallery','field_567962c3069c2'),(46098,197,'rule','a:5:{s:5:\"param\";s:4:\"page\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:2:\"99\";s:8:\"order_no\";i:0;s:8:\"group_no\";i:0;}'),(46099,209,'rule','a:5:{s:5:\"param\";s:4:\"page\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:3:\"101\";s:8:\"order_no\";i:0;s:8:\"group_no\";i:0;}'),(46100,210,'rule','a:5:{s:5:\"param\";s:4:\"page\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:3:\"103\";s:8:\"order_no\";i:0;s:8:\"group_no\";i:0;}'),(46104,895,'_edit_last','1'),(46105,895,'_wp_page_template','default'),(46106,895,'_edit_lock','1453733455:1'),(46107,895,'_wp_trash_meta_status','draft'),(46108,895,'_wp_trash_meta_time','1453733479'),(46109,186,'_wp_attachment_image_alt','Pennsylvania Dept. Of Transportation'),(46110,900,'_wp_attached_file','2015/12/Jacks-Run-Bridge-1-e1453751265444.jpg'),(46111,900,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:281;s:6:\"height\";i:198;s:4:\"file\";s:45:\"2015/12/Jacks-Run-Bridge-1-e1453751265444.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Jacks-Run-Bridge-1-e1453751265444-112x74.jpg\";s:5:\"width\";i:112;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Jacks-Run-Bridge-1-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Jacks-Run-Bridge-1-374x402.jpg\";s:5:\"width\";i:374;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"wordpressstartertheme-full-width\";a:4:{s:4:\"file\";s:30:\"Jacks-Run-Bridge-1-374x402.jpg\";s:5:\"width\";i:374;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"business-partners\";a:4:{s:4:\"file\";s:44:\"Jacks-Run-Bridge-1-e1453751265444-112x74.jpg\";s:5:\"width\";i:112;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(46112,900,'_wp_attachment_image_alt','Keystone Acquisitions | Plan Review Services'),(46113,902,'_wp_attached_file','2015/12/condemnation-and-litigation-support-2.png'),(46114,902,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:374;s:6:\"height\";i:476;s:4:\"file\";s:49:\"2015/12/condemnation-and-litigation-support-2.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"condemnation-and-litigation-support-2-112x74.png\";s:5:\"width\";i:112;s:6:\"height\";i:74;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"condemnation-and-litigation-support-2-236x300.png\";s:5:\"width\";i:236;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"business-partners\";a:4:{s:4:\"file\";s:48:\"condemnation-and-litigation-support-2-112x74.png\";s:5:\"width\";i:112;s:6:\"height\";i:74;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(46115,903,'_wp_attached_file','2015/12/plan-review.png'),(46116,903,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:374;s:6:\"height\";i:476;s:4:\"file\";s:23:\"2015/12/plan-review.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"plan-review-112x74.png\";s:5:\"width\";i:112;s:6:\"height\";i:74;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"plan-review-236x300.png\";s:5:\"width\";i:236;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"business-partners\";a:4:{s:4:\"file\";s:22:\"plan-review-112x74.png\";s:5:\"width\";i:112;s:6:\"height\";i:74;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(46117,903,'_wp_attachment_image_alt','Plan Review Services'),(46118,900,'_edit_lock','1453758884:1'),(46119,900,'_wp_attachment_backup_sizes','a:7:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:600;s:6:\"height\";i:402;s:4:\"file\";s:22:\"Jacks-Run-Bridge-1.jpg\";}s:18:\"full-1453751265444\";a:3:{s:5:\"width\";i:296;s:6:\"height\";i:198;s:4:\"file\";s:37:\"Jacks-Run-Bridge-1-e1453751246947.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:29:\"Jacks-Run-Bridge-1-112x74.jpg\";s:5:\"width\";i:112;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:30:\"Jacks-Run-Bridge-1-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-orig\";a:4:{s:4:\"file\";s:30:\"Jacks-Run-Bridge-1-374x402.jpg\";s:5:\"width\";i:374;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:37:\"wordpressstartertheme-full-width-orig\";a:4:{s:4:\"file\";s:30:\"Jacks-Run-Bridge-1-374x402.jpg\";s:5:\"width\";i:374;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"business-partners-orig\";a:4:{s:4:\"file\";s:29:\"Jacks-Run-Bridge-1-112x74.jpg\";s:5:\"width\";i:112;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(46120,900,'_edit_last','1'),(46121,904,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(46122,904,'_locations_0_location','field_5683f288dcba1'),(46123,904,'locations_0_title','SR0028, All sections'),(46124,904,'_locations_0_title','field_5683f2aadcba2'),(46125,904,'locations_0_image',''),(46126,904,'_locations_0_image','field_568439ed8109d'),(46127,904,'locations_0_description',''),(46128,904,'_locations_0_description','field_5683f2b1dcba3'),(46129,904,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(46130,904,'_locations_1_location','field_5683f288dcba1'),(46131,904,'locations_1_title','286, A09 – Golden Mile'),(46132,904,'_locations_1_title','field_5683f2aadcba2'),(46133,904,'locations_1_image',''),(46134,904,'_locations_1_image','field_568439ed8109d'),(46135,904,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(46136,904,'_locations_1_description','field_5683f2b1dcba3'),(46137,904,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(46138,904,'_locations_2_location','field_5683f288dcba1'),(46139,904,'locations_2_title','2040, A18 – Curry Hollow'),(46140,904,'_locations_2_title','field_5683f2aadcba2'),(46141,904,'locations_2_image',''),(46142,904,'_locations_2_image','field_568439ed8109d'),(46143,904,'locations_2_description',''),(46144,904,'_locations_2_description','field_5683f2b1dcba3'),(46145,904,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(46146,904,'_locations_3_location','field_5683f288dcba1'),(46147,904,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(46148,904,'_locations_3_title','field_5683f2aadcba2'),(46149,904,'locations_3_image',''),(46150,904,'_locations_3_image','field_568439ed8109d'),(46151,904,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(46152,904,'_locations_3_description','field_5683f2b1dcba3'),(46153,904,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(46154,904,'_locations_4_location','field_5683f288dcba1'),(46155,904,'locations_4_title','Duncan Avenue – Hampton Twp.'),(46156,904,'_locations_4_title','field_5683f2aadcba2'),(46157,904,'locations_4_image',''),(46158,904,'_locations_4_image','field_568439ed8109d'),(46159,904,'locations_4_description',''),(46160,904,'_locations_4_description','field_5683f2b1dcba3'),(46161,904,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(46162,904,'_locations_5_location','field_5683f288dcba1'),(46163,904,'locations_5_title','Pine Creek Road – McCandless'),(46164,904,'_locations_5_title','field_5683f2aadcba2'),(46165,904,'locations_5_image',''),(46166,904,'_locations_5_image','field_568439ed8109d'),(46167,904,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(46168,904,'_locations_5_description','field_5683f2b1dcba3'),(46169,904,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(46170,904,'_locations_6_location','field_5683f288dcba1'),(46171,904,'locations_6_title','Brewhouse – Trek Development'),(46172,904,'_locations_6_title','field_5683f2aadcba2'),(46173,904,'locations_6_image',''),(46174,904,'_locations_6_image','field_568439ed8109d'),(46175,904,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(46176,904,'_locations_6_description','field_5683f2b1dcba3'),(46177,904,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(46178,904,'_locations_7_location','field_5683f288dcba1'),(46179,904,'locations_7_title','Ewalt Road – Richland Twp.'),(46180,904,'_locations_7_title','field_5683f2aadcba2'),(46181,904,'locations_7_image',''),(46182,904,'_locations_7_image','field_568439ed8109d'),(46183,904,'locations_7_description',''),(46184,904,'_locations_7_description','field_5683f2b1dcba3'),(46185,904,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(46186,904,'_locations_8_location','field_5683f288dcba1'),(46187,904,'locations_8_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(46188,904,'_locations_8_title','field_5683f2aadcba2'),(46189,904,'locations_8_image',''),(46190,904,'_locations_8_image','field_568439ed8109d'),(46191,904,'locations_8_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(46192,904,'_locations_8_description','field_5683f2b1dcba3'),(46193,904,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.425708, -79.805807\";s:3:\"lat\";s:10:\"40.4256461\";s:3:\"lng\";s:18:\"-79.80576589999998\";}'),(46194,904,'_locations_9_location','field_5683f288dcba1'),(46195,904,'locations_9_title','State Route 2065, Section A07'),(46196,904,'_locations_9_title','field_5683f2aadcba2'),(46197,904,'locations_9_image',''),(46198,904,'_locations_9_image','field_568439ed8109d'),(46199,904,'locations_9_description',''),(46200,904,'_locations_9_description','field_5683f2b1dcba3'),(46201,904,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.354856, -80.118393\";s:3:\"lat\";s:10:\"40.3527492\";s:3:\"lng\";s:18:\"-80.11776529999997\";}'),(46202,904,'_locations_10_location','field_5683f288dcba1'),(46203,904,'locations_10_title','Southern Beltway Section C – New Roadway Construction'),(46204,904,'_locations_10_title','field_5683f2aadcba2'),(46205,904,'locations_10_image',''),(46206,904,'_locations_10_image','field_568439ed8109d'),(46207,904,'locations_10_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 18 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(46208,904,'_locations_10_description','field_5683f2b1dcba3'),(46209,904,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.509371, -80.256419\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(46210,904,'_locations_11_location','field_5683f288dcba1'),(46211,904,'locations_11_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(46212,904,'_locations_11_title','field_5683f2aadcba2'),(46213,904,'locations_11_image','671'),(46214,904,'_locations_11_image','field_568439ed8109d'),(46215,904,'locations_11_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(46216,904,'_locations_11_description','field_5683f2b1dcba3'),(46217,904,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.590450, -79.888763\";s:3:\"lat\";s:10:\"40.5943712\";s:3:\"lng\";s:18:\"-79.89597279999998\";}'),(46218,904,'_locations_12_location','field_5683f288dcba1'),(46219,904,'locations_12_title','MP 40-48 – Hampton Township – Highway Widening'),(46220,904,'_locations_12_title','field_5683f2aadcba2'),(46221,904,'locations_12_image',''),(46222,904,'_locations_12_image','field_568439ed8109d'),(46223,904,'locations_12_description','This project is for mainline reconstruction and bridge replacement and is affecting 71 properties and resulting in the relocation of 1 resident in the Townships of Harmar and Indiana, Allegheny County.'),(46224,904,'_locations_12_description','field_5683f2b1dcba3'),(46225,904,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.392019, -80.077682\";s:3:\"lat\";s:17:\"40.39202119999999\";s:3:\"lng\";s:18:\"-80.07767890000002\";}'),(46226,904,'_locations_13_location','field_5683f288dcba1'),(46227,904,'locations_13_title','Georges Run Bridge No. 1, Carnegie PA – Bridge'),(46228,904,'_locations_13_title','field_5683f2aadcba2'),(46229,904,'locations_13_image',''),(46230,904,'_locations_13_image','field_568439ed8109d'),(46231,904,'locations_13_description','This project is for a small bridge replacement and is affecting 4 properties in the Township of Scott, Allegheny County.'),(46232,904,'_locations_13_description','field_5683f2b1dcba3'),(46233,904,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.386279, -79.894258\";s:3:\"lat\";s:10:\"40.3862842\";s:3:\"lng\";s:18:\"-79.89425510000001\";}'),(46234,904,'_locations_14_location','field_5683f288dcba1'),(46235,904,'locations_14_title','Homeville Creek Bridge 7, West Mifflin PA – Bridge'),(46236,904,'_locations_14_title','field_5683f2aadcba2'),(46237,904,'locations_14_image',''),(46238,904,'_locations_14_image','field_568439ed8109d'),(46239,904,'locations_14_description','This project is for a small bridge replacement and is affecting 7 properties in the Borough of Munhall, Allegheny County.'),(46240,904,'_locations_14_description','field_5683f2b1dcba3'),(46241,904,'locations_15_location','a:3:{s:7:\"address\";s:21:\"40.396380, -79.895244\";s:3:\"lat\";s:10:\"40.3963432\";s:3:\"lng\";s:18:\"-79.89543119999996\";}'),(46242,904,'_locations_15_location','field_5683f288dcba1'),(46243,904,'locations_15_title','Homeville Creek Bridge 10 – West Mifflin PA - Bridge'),(46244,904,'_locations_15_title','field_5683f2aadcba2'),(46245,904,'locations_15_image','727'),(46246,904,'_locations_15_image','field_568439ed8109d'),(46247,904,'locations_15_description','This project was for a small bridge replacement and affected 7 properties in the Borough of Munhall, Allegheny County.'),(46248,904,'_locations_15_description','field_5683f2b1dcba3'),(46249,904,'locations_16_location','a:3:{s:7:\"address\";s:21:\"40.329286, -79.987406\";s:3:\"lat\";s:10:\"40.3292857\";s:3:\"lng\";s:18:\"-79.98741289999998\";}'),(46250,904,'_locations_16_location','field_5683f288dcba1'),(46251,904,'locations_16_title','Licks Run Bridge 9, South Park – PA – Bridge'),(46252,904,'_locations_16_title','field_5683f2aadcba2'),(46253,904,'locations_16_image','730'),(46254,904,'_locations_16_image','field_568439ed8109d'),(46255,904,'locations_16_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(46256,904,'_locations_16_description','field_5683f2b1dcba3'),(46257,904,'locations_17_location','a:3:{s:7:\"address\";s:21:\"40.329261, -79.988204\";s:3:\"lat\";s:9:\"40.329261\";s:3:\"lng\";s:10:\"-79.988205\";}'),(46258,904,'_locations_17_location','field_5683f288dcba1'),(46259,904,'locations_17_title','Licks Run Bridge 10, South Park – PA - Bridge'),(46260,904,'_locations_17_title','field_5683f2aadcba2'),(46261,904,'locations_17_image','730'),(46262,904,'_locations_17_image','field_568439ed8109d'),(46263,904,'locations_17_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(46264,904,'_locations_17_description','field_5683f2b1dcba3'),(46265,904,'locations_18_location','a:3:{s:7:\"address\";s:21:\"40.515624, -80.009959\";s:3:\"lat\";s:10:\"40.5156082\";s:3:\"lng\";s:18:\"-80.00994129999998\";}'),(46266,904,'_locations_18_location','field_5683f288dcba1'),(46267,904,'locations_18_title','Girtys Run Bridge 14'),(46268,904,'_locations_18_title','field_5683f2aadcba2'),(46269,904,'locations_18_image','733'),(46270,904,'_locations_18_image','field_568439ed8109d'),(46271,904,'locations_18_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(46272,904,'_locations_18_description','field_5683f2b1dcba3'),(46273,904,'locations_19_location','a:3:{s:7:\"address\";s:21:\"40.488268, -80.045947\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(46274,904,'_locations_19_location','field_5683f288dcba1'),(46275,904,'locations_19_title','Jacks Run 3 – Bellevue, PA – Bridge Replacement'),(46276,904,'_locations_19_title','field_5683f2aadcba2'),(46277,904,'locations_19_image','735'),(46278,904,'_locations_19_image','field_568439ed8109d'),(46279,904,'locations_19_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(46280,904,'_locations_19_description','field_5683f2b1dcba3'),(46281,904,'locations_20_location','a:3:{s:7:\"address\";s:21:\"40.330826, -79.986892\";s:3:\"lat\";s:10:\"40.3307469\";s:3:\"lng\";s:18:\"-79.98678430000001\";}'),(46282,904,'_locations_20_location','field_5683f288dcba1'),(46283,904,'locations_20_title','Brownsville to Broughton, South Park PA, intersection improvements and realignment'),(46284,904,'_locations_20_title','field_5683f2aadcba2'),(46285,904,'locations_20_image',''),(46286,904,'_locations_20_image','field_568439ed8109d'),(46287,904,'locations_20_description',''),(46288,904,'_locations_20_description','field_5683f2b1dcba3'),(46289,904,'locations_21_location','a:3:{s:7:\"address\";s:21:\"40.651302, -79.799610\";s:3:\"lat\";s:9:\"40.651344\";s:3:\"lng\";s:18:\"-79.80019399999998\";}'),(46290,904,'_locations_21_location','field_5683f288dcba1'),(46291,904,'locations_21_title','Bull Creek Bridge No. 6 – Fawn Township – Bridge'),(46292,904,'_locations_21_title','field_5683f2aadcba2'),(46293,904,'locations_21_image',''),(46294,904,'_locations_21_image','field_568439ed8109d'),(46295,904,'locations_21_description','This project is for a small bridge replacement and is affecting 9 properties in the Township of Fawn, Allegheny County.'),(46296,904,'_locations_21_description','field_5683f2b1dcba3'),(46297,904,'locations_22_location','a:3:{s:7:\"address\";s:21:\"40.662745, -79.817800\";s:3:\"lat\";s:9:\"40.663536\";s:3:\"lng\";s:10:\"-79.819073\";}'),(46298,904,'_locations_22_location','field_5683f288dcba1'),(46299,904,'locations_22_title','Bull Creek Bridge No. 9 – West Deer Township – Bridge'),(46300,904,'_locations_22_title','field_5683f2aadcba2'),(46301,904,'locations_22_image',''),(46302,904,'_locations_22_image','field_568439ed8109d'),(46303,904,'locations_22_description','This project is for a small bridge replacement and is affecting 2 properties in the Township of West Deer, Allegheny County.'),(46304,904,'_locations_22_description','field_5683f2b1dcba3'),(46305,904,'locations_23_location','a:3:{s:7:\"address\";s:21:\"40.620209, -79.833885\";s:3:\"lat\";s:10:\"40.6202319\";s:3:\"lng\";s:18:\"-79.83386789999997\";}'),(46306,904,'_locations_23_location','field_5683f288dcba1'),(46307,904,'locations_23_title','Little Deer Creek DL06 – West Deer Township – Bridge Replacement'),(46308,904,'_locations_23_title','field_5683f2aadcba2'),(46309,904,'locations_23_image','740'),(46310,904,'_locations_23_image','field_568439ed8109d'),(46311,904,'locations_23_description','This project was for a small bridge replacement and affected properties in the Township of Russellton, Allegheny County.'),(46312,904,'_locations_23_description','field_5683f2b1dcba3'),(46313,904,'locations_24_location','a:3:{s:7:\"address\";s:21:\"40.620213, -79.833892\";s:3:\"lat\";s:10:\"40.6202352\";s:3:\"lng\";s:18:\"-79.83387549999998\";}'),(46314,904,'_locations_24_location','field_5683f288dcba1'),(46315,904,'locations_24_title','Turtle Creek Bridge 6 – Turtle Creek PA'),(46316,904,'_locations_24_title','field_5683f2aadcba2'),(46317,904,'locations_24_image','742'),(46318,904,'_locations_24_image','field_568439ed8109d'),(46319,904,'locations_24_description','This project is for a mid-sized bridge replacement and is affecting 5 properties in the Borough of Turtle Creek, Allegheny County.'),(46320,904,'_locations_24_description','field_5683f2b1dcba3'),(46321,904,'locations_25_location','a:3:{s:7:\"address\";s:21:\"40.488263, -80.045950\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(46322,904,'_locations_25_location','field_5683f288dcba1'),(46323,904,'locations_25_title','Jacks Run 1, Bellevue and the City of Pittsburgh'),(46324,904,'_locations_25_title','field_5683f2aadcba2'),(46325,904,'locations_25_image','900'),(46326,904,'_locations_25_image','field_568439ed8109d'),(46327,904,'locations_25_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(46328,904,'_locations_25_description','field_5683f2b1dcba3'),(46329,904,'locations_26_location','a:3:{s:7:\"address\";s:21:\"40.541799, -80.247918\";s:3:\"lat\";s:10:\"40.5417824\";s:3:\"lng\";s:11:\"-80.2479169\";}'),(46330,904,'_locations_26_location','field_5683f288dcba1'),(46331,904,'locations_26_title','Boggs Run Bridge 1 – Moon Township'),(46332,904,'_locations_26_title','field_5683f2aadcba2'),(46333,904,'locations_26_image','746'),(46334,904,'_locations_26_image','field_568439ed8109d'),(46335,904,'locations_26_description','This project was for a small bridge replacement and affected 2 properties in the Township of Moon, Allegheny County.'),(46336,904,'_locations_26_description','field_5683f2b1dcba3'),(46337,904,'locations_27_location','a:3:{s:7:\"address\";s:21:\"40.549801, -79.997772\";s:3:\"lat\";s:9:\"40.549733\";s:3:\"lng\";s:18:\"-79.99820799999998\";}'),(46338,904,'_locations_27_location','field_5683f288dcba1'),(46339,904,'locations_27_title','Pine Creek Bridge 1 – Ross Township – Bridge'),(46340,904,'_locations_27_title','field_5683f2aadcba2'),(46341,904,'locations_27_image','749'),(46342,904,'_locations_27_image','field_568439ed8109d'),(46343,904,'locations_27_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(46344,904,'_locations_27_description','field_5683f2b1dcba3'),(46345,904,'locations_28_location','a:3:{s:7:\"address\";s:21:\"40.513209, -79.952573\";s:3:\"lat\";s:10:\"40.5132141\";s:3:\"lng\";s:18:\"-79.95257859999998\";}'),(46346,904,'_locations_28_location','field_5683f288dcba1'),(46347,904,'locations_28_title','Pine Creek Bridge 11 – Glenshaw PA – Bridge'),(46348,904,'_locations_28_title','field_5683f2aadcba2'),(46349,904,'locations_28_image',''),(46350,904,'_locations_28_image','field_568439ed8109d'),(46351,904,'locations_28_description',''),(46352,904,'_locations_28_description','field_5683f2b1dcba3'),(46353,904,'locations_29_location','a:3:{s:7:\"address\";s:21:\"40.518356, -79.992893\";s:3:\"lat\";s:10:\"40.5183459\";s:3:\"lng\";s:11:\"-79.9928827\";}'),(46354,904,'_locations_29_location','field_5683f288dcba1'),(46355,904,'locations_29_title','Thompson Run Bridge 1, Ross Township – Bridge'),(46356,904,'_locations_29_title','field_5683f2aadcba2'),(46357,904,'locations_29_image',''),(46358,904,'_locations_29_image','field_568439ed8109d'),(46359,904,'locations_29_description',''),(46360,904,'_locations_29_description','field_5683f2b1dcba3'),(46361,904,'locations_30_location','a:3:{s:7:\"address\";s:21:\"40.512503, -79.993398\";s:3:\"lat\";s:10:\"40.5125049\";s:3:\"lng\";s:18:\"-79.99341290000001\";}'),(46362,904,'_locations_30_location','field_5683f288dcba1'),(46363,904,'locations_30_title','Thompson Run Bridge 2, Ross Township – Bridge'),(46364,904,'_locations_30_title','field_5683f2aadcba2'),(46365,904,'locations_30_image',''),(46366,904,'_locations_30_image','field_568439ed8109d'),(46367,904,'locations_30_description',''),(46368,904,'_locations_30_description','field_5683f2b1dcba3'),(46369,904,'locations_31_location','a:3:{s:7:\"address\";s:21:\"40.451854, -80.204526\";s:3:\"lat\";s:10:\"40.4518427\";s:3:\"lng\";s:18:\"-80.20452230000001\";}'),(46370,904,'_locations_31_location','field_5683f288dcba1'),(46371,904,'locations_31_title','Montour Run Bridge 13, Findlay Township – Bridge'),(46372,904,'_locations_31_title','field_5683f2aadcba2'),(46373,904,'locations_31_image',''),(46374,904,'_locations_31_image','field_568439ed8109d'),(46375,904,'locations_31_description',''),(46376,904,'_locations_31_description','field_5683f2b1dcba3'),(46377,904,'locations_32_location','a:3:{s:7:\"address\";s:21:\"40.387729, -80.157101\";s:3:\"lat\";s:9:\"40.387271\";s:3:\"lng\";s:18:\"-80.15843699999999\";}'),(46378,904,'_locations_32_location','field_5683f288dcba1'),(46379,904,'locations_32_title','Thompson Run Bridge 10 – Collier – Bridge'),(46380,904,'_locations_32_title','field_5683f2aadcba2'),(46381,904,'locations_32_image',''),(46382,904,'_locations_32_image','field_568439ed8109d'),(46383,904,'locations_32_description',''),(46384,904,'_locations_32_description','field_5683f2b1dcba3'),(46385,904,'locations_33_location','a:3:{s:7:\"address\";s:21:\"40.411953, -79.875847\";s:3:\"lat\";s:10:\"40.4120812\";s:3:\"lng\";s:18:\"-79.87589430000003\";}'),(46386,904,'_locations_33_location','field_5683f288dcba1'),(46387,904,'locations_33_title','Hawkins Village – Rankin, PA - Intersection improvements'),(46388,904,'_locations_33_title','field_5683f2aadcba2'),(46389,904,'locations_33_image',''),(46390,904,'_locations_33_image','field_568439ed8109d'),(46391,904,'locations_33_description',''),(46392,904,'_locations_33_description','field_5683f2b1dcba3'),(46393,904,'locations_34_location','a:3:{s:7:\"address\";s:21:\"40.431658, -79.988902\";s:3:\"lat\";s:10:\"40.4316605\";s:3:\"lng\";s:11:\"-79.9888856\";}'),(46394,904,'_locations_34_location','field_5683f288dcba1'),(46395,904,'locations_34_title','10th Street Bridge – City of Pittsburgh'),(46396,904,'_locations_34_title','field_5683f2aadcba2'),(46397,904,'locations_34_image',''),(46398,904,'_locations_34_image','field_568439ed8109d'),(46399,904,'locations_34_description','This project is for a bridge rehabilitation and is affecting 5 properties in the City of Pittsburgh, Allegheny County.'),(46400,904,'_locations_34_description','field_5683f2b1dcba3'),(46401,904,'locations_35_location','a:3:{s:7:\"address\";s:21:\"40.499230, -80.046110\";s:3:\"lat\";s:10:\"40.4991326\";s:3:\"lng\";s:18:\"-80.04601000000002\";}'),(46402,904,'_locations_35_location','field_5683f288dcba1'),(46403,904,'locations_35_title','Jacks Run Bridge Number 4 – Ross Township'),(46404,904,'_locations_35_title','field_5683f2aadcba2'),(46405,904,'locations_35_image','761'),(46406,904,'_locations_35_image','field_568439ed8109d'),(46407,904,'locations_35_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(46408,904,'_locations_35_description','field_5683f2b1dcba3'),(46409,904,'locations_36_location','a:3:{s:7:\"address\";s:21:\"40.459236, -79.925044\";s:3:\"lat\";s:10:\"40.4592362\";s:3:\"lng\";s:18:\"-79.92502609999997\";}'),(46410,904,'_locations_36_location','field_5683f288dcba1'),(46411,904,'locations_36_title','South Highland Bridge'),(46412,904,'_locations_36_title','field_5683f2aadcba2'),(46413,904,'locations_36_image','765'),(46414,904,'_locations_36_image','field_568439ed8109d'),(46415,904,'locations_36_description','This project was for a small bridge replacement and affected 5 properties in the City of Pittsburgh, Allegheny County.'),(46416,904,'_locations_36_description','field_5683f2b1dcba3'),(46417,904,'locations_37_location','a:3:{s:7:\"address\";s:21:\"40.428539, -79.937852\";s:3:\"lat\";s:10:\"40.4286635\";s:3:\"lng\";s:11:\"-79.9385646\";}'),(46418,904,'_locations_37_location','field_5683f288dcba1'),(46419,904,'locations_37_title','Greenfield Bridge'),(46420,904,'_locations_37_title','field_5683f2aadcba2'),(46421,904,'locations_37_image',''),(46422,904,'_locations_37_image','field_568439ed8109d'),(46423,904,'locations_37_description','This project is for a large bridge replacement and is affecting 5 properties in the City of Pittsburgh, Allegheny County.'),(46424,904,'_locations_37_description','field_5683f2b1dcba3'),(46425,904,'locations_38_location','a:3:{s:7:\"address\";s:21:\"40.451553, -80.010952\";s:3:\"lat\";s:10:\"40.4507635\";s:3:\"lng\";s:18:\"-80.01148369999999\";}'),(46426,904,'_locations_38_location','field_5683f288dcba1'),(46427,904,'locations_38_title','West Ohio'),(46428,904,'_locations_38_title','field_5683f2aadcba2'),(46429,904,'locations_38_image',''),(46430,904,'_locations_38_image','field_568439ed8109d'),(46431,904,'locations_38_description','This project is for a bridge and is affecting 6 properties in the City of Pittsburgh, Allegheny County.'),(46432,904,'_locations_38_description','field_5683f2b1dcba3'),(46433,904,'locations_39_location','a:3:{s:7:\"address\";s:21:\"40.406886, -80.034145\";s:3:\"lat\";s:10:\"40.4068824\";s:3:\"lng\";s:11:\"-80.0341517\";}'),(46434,904,'_locations_39_location','field_5683f288dcba1'),(46435,904,'locations_39_title','Wenzel Avenue'),(46436,904,'_locations_39_title','field_5683f2aadcba2'),(46437,904,'locations_39_image',''),(46438,904,'_locations_39_image','field_568439ed8109d'),(46439,904,'locations_39_description','This project is for a bridge replacement and intersection improvement and is affecting 5 properties in the City of Pittsburgh, Allegheny County.'),(46440,904,'_locations_39_description','field_5683f2b1dcba3'),(46441,904,'locations_40_location','a:3:{s:7:\"address\";s:21:\"40.441118, -80.005603\";s:3:\"lat\";s:10:\"40.4412185\";s:3:\"lng\";s:18:\"-80.00527490000002\";}'),(46442,904,'_locations_40_location','field_5683f288dcba1'),(46443,904,'locations_40_title','Gateway Alignment of Pittsburgh’s Light Rail System – Damage Estimate (other)'),(46444,904,'_locations_40_title','field_5683f2aadcba2'),(46445,904,'locations_40_image',''),(46446,904,'_locations_40_image','field_568439ed8109d'),(46447,904,'locations_40_description',''),(46448,904,'_locations_40_description','field_5683f2b1dcba3'),(46449,904,'locations_41_location','a:3:{s:7:\"address\";s:21:\"40.432068, -79.960800\";s:3:\"lat\";s:10:\"40.4320739\";s:3:\"lng\";s:18:\"-79.96079459999999\";}'),(46450,904,'_locations_41_location','field_5683f288dcba1'),(46451,904,'locations_41_title','Duquesne Light, 2nd Avenue, City of Pittsburgh – Market Study (other)'),(46452,904,'_locations_41_title','field_5683f2aadcba2'),(46453,904,'locations_41_image',''),(46454,904,'_locations_41_image','field_568439ed8109d'),(46455,904,'locations_41_description',''),(46456,904,'_locations_41_description','field_5683f2b1dcba3'),(46457,904,'locations_42_location','a:3:{s:7:\"address\";s:21:\"40.576915, -79.909904\";s:3:\"lat\";s:10:\"40.5766476\";s:3:\"lng\";s:18:\"-79.90981210000001\";}'),(46458,904,'_locations_42_location','field_5683f288dcba1'),(46459,904,'locations_42_title','Superior Pipeline – Frazer Township, Large Tract Valuation Study – (other)'),(46460,904,'_locations_42_title','field_5683f2aadcba2'),(46461,904,'locations_42_image',''),(46462,904,'_locations_42_image','field_568439ed8109d'),(46463,904,'locations_42_description',''),(46464,904,'_locations_42_description','field_5683f2b1dcba3'),(46465,904,'locations_43_location','a:3:{s:7:\"address\";s:21:\"40.576915, -79.909904\";s:3:\"lat\";s:10:\"40.5766476\";s:3:\"lng\";s:18:\"-79.90981210000001\";}'),(46466,904,'_locations_43_location','field_5683f288dcba1'),(46467,904,'locations_43_title','Allegheny County Airport Authority, Avigation Easement Valuation – (other)'),(46468,904,'_locations_43_title','field_5683f2aadcba2'),(46469,904,'locations_43_image',''),(46470,904,'_locations_43_image','field_568439ed8109d'),(46471,904,'locations_43_description',''),(46472,904,'_locations_43_description','field_5683f2b1dcba3'),(46473,904,'locations_44_location','a:3:{s:7:\"address\";s:21:\"40.514151, -80.263115\";s:3:\"lat\";s:9:\"40.514459\";s:3:\"lng\";s:18:\"-80.26304199999998\";}'),(46474,904,'_locations_44_location','field_5683f288dcba1'),(46475,904,'locations_44_title','Allegheny County Airport Authority and Findlay Municipal Authority, Moon Township – (other)'),(46476,904,'_locations_44_title','field_5683f2aadcba2'),(46477,904,'locations_44_image',''),(46478,904,'_locations_44_image','field_568439ed8109d'),(46479,904,'locations_44_description',''),(46480,904,'_locations_44_description','field_5683f2b1dcba3'),(46481,904,'locations_45_location','a:3:{s:7:\"address\";s:21:\"40.469056, -80.040343\";s:3:\"lat\";s:10:\"40.4692028\";s:3:\"lng\";s:18:\"-80.04039019999999\";}'),(46482,904,'_locations_45_location','field_5683f288dcba1'),(46483,904,'locations_45_title','Doerr Street Small Tract Vacant Land Study – Duquesne Light – Pittsburgh (other)'),(46484,904,'_locations_45_title','field_5683f2aadcba2'),(46485,904,'locations_45_image',''),(46486,904,'_locations_45_image','field_568439ed8109d'),(46487,904,'locations_45_description',''),(46488,904,'_locations_45_description','field_5683f2b1dcba3'),(46489,904,'locations_46_location','a:3:{s:7:\"address\";s:21:\"40.382384, -79.995586\";s:3:\"lat\";s:10:\"40.3824177\";s:3:\"lng\";s:18:\"-79.99573729999997\";}'),(46490,904,'_locations_46_location','field_5683f288dcba1'),(46491,904,'locations_46_title','Saw Mill Run Boulevard – 51 and 88 intersection – Pittsburgh (other)'),(46492,904,'_locations_46_title','field_5683f2aadcba2'),(46493,904,'locations_46_image',''),(46494,904,'_locations_46_image','field_568439ed8109d'),(46495,904,'locations_46_description',''),(46496,904,'_locations_46_description','field_5683f2b1dcba3'),(46497,904,'locations_47_location','a:3:{s:7:\"address\";s:21:\"40.309789, -79.915040\";s:3:\"lat\";s:10:\"40.3098001\";s:3:\"lng\";s:10:\"-79.915032\";}'),(46498,904,'_locations_47_location','field_5683f288dcba1'),(46499,904,'locations_47_title','Large Tract Vacant Land Study – Jefferson Hills, PA (other)'),(46500,904,'_locations_47_title','field_5683f2aadcba2'),(46501,904,'locations_47_image',''),(46502,904,'_locations_47_image','field_568439ed8109d'),(46503,904,'locations_47_description',''),(46504,904,'_locations_47_description','field_5683f2b1dcba3'),(46505,904,'locations','48'),(46506,904,'_locations','field_5683f253a5dba'),(46507,905,'locations_0_location','a:3:{s:7:\"address\";s:21:\"40.464301, -79.980226\";s:3:\"lat\";s:10:\"40.4637605\";s:3:\"lng\";s:18:\"-79.98068409999996\";}'),(46508,905,'_locations_0_location','field_5683f288dcba1'),(46509,905,'locations_0_title','SR0028, All sections'),(46510,905,'_locations_0_title','field_5683f2aadcba2'),(46511,905,'locations_0_image',''),(46512,905,'_locations_0_image','field_568439ed8109d'),(46513,905,'locations_0_description',''),(46514,905,'_locations_0_description','field_5683f2b1dcba3'),(46515,905,'locations_1_location','a:3:{s:7:\"address\";s:21:\"40.443440, -79.713502\";s:3:\"lat\";s:10:\"40.4434414\";s:3:\"lng\";s:18:\"-79.71348449999999\";}'),(46516,905,'_locations_1_location','field_5683f288dcba1'),(46517,905,'locations_1_title','286, A09 – Golden Mile'),(46518,905,'_locations_1_title','field_5683f2aadcba2'),(46519,905,'locations_1_image',''),(46520,905,'_locations_1_image','field_568439ed8109d'),(46521,905,'locations_1_description','This project is for roadway widening and drainage improvements and is affecting 18 properties in the Municipality of Monroeville, Allegheny County.'),(46522,905,'_locations_1_description','field_5683f2b1dcba3'),(46523,905,'locations_2_location','a:3:{s:7:\"address\";s:21:\"40.332329, -79.985452\";s:3:\"lat\";s:10:\"40.3323671\";s:3:\"lng\";s:18:\"-79.98550980000005\";}'),(46524,905,'_locations_2_location','field_5683f288dcba1'),(46525,905,'locations_2_title','2040, A18 – Curry Hollow'),(46526,905,'_locations_2_title','field_5683f2aadcba2'),(46527,905,'locations_2_image',''),(46528,905,'_locations_2_image','field_568439ed8109d'),(46529,905,'locations_2_description',''),(46530,905,'_locations_2_description','field_5683f2b1dcba3'),(46531,905,'locations_3_location','a:3:{s:7:\"address\";s:21:\"40.462356, -80.060710\";s:3:\"lat\";s:9:\"40.463731\";s:3:\"lng\";s:18:\"-80.06235700000002\";}'),(46532,905,'_locations_3_location','field_5683f288dcba1'),(46533,905,'locations_3_title','Sheraden Ecosystem – ALCOSAN'),(46534,905,'_locations_3_title','field_5683f2aadcba2'),(46535,905,'locations_3_image',''),(46536,905,'_locations_3_image','field_568439ed8109d'),(46537,905,'locations_3_description','This project was for runoff water control and affected 4 properties in the Borough of McKees Rocks, Allegheny County.'),(46538,905,'_locations_3_description','field_5683f2b1dcba3'),(46539,905,'locations_4_location','a:3:{s:7:\"address\";s:21:\"40.559467, -79.959324\";s:3:\"lat\";s:10:\"40.5594756\";s:3:\"lng\";s:18:\"-79.95932219999997\";}'),(46540,905,'_locations_4_location','field_5683f288dcba1'),(46541,905,'locations_4_title','Duncan Avenue – Hampton Twp.'),(46542,905,'_locations_4_title','field_5683f2aadcba2'),(46543,905,'locations_4_image',''),(46544,905,'_locations_4_image','field_568439ed8109d'),(46545,905,'locations_4_description',''),(46546,905,'_locations_4_description','field_5683f2b1dcba3'),(46547,905,'locations_5_location','a:3:{s:7:\"address\";s:21:\"40.586799, -80.045715\";s:3:\"lat\";s:10:\"40.5868102\";s:3:\"lng\";s:18:\"-80.04571520000002\";}'),(46548,905,'_locations_5_location','field_5683f288dcba1'),(46549,905,'locations_5_title','Pine Creek Road – McCandless'),(46550,905,'_locations_5_title','field_5683f2aadcba2'),(46551,905,'locations_5_image',''),(46552,905,'_locations_5_image','field_568439ed8109d'),(46553,905,'locations_5_description','This project is for a bridge and is affecting 5 properties in the Township of McCandless, Allegheny County.'),(46554,905,'_locations_5_description','field_5683f2b1dcba3'),(46555,905,'locations_6_location','a:3:{s:7:\"address\";s:21:\"40.425783, -79.976377\";s:3:\"lat\";s:10:\"40.4255469\";s:3:\"lng\";s:18:\"-79.97598879999998\";}'),(46556,905,'_locations_6_location','field_5683f288dcba1'),(46557,905,'locations_6_title','Brewhouse – Trek Development'),(46558,905,'_locations_6_title','field_5683f2aadcba2'),(46559,905,'locations_6_image',''),(46560,905,'_locations_6_image','field_568439ed8109d'),(46561,905,'locations_6_description','This project is for a building renovation and resulted in the relocation of 6 residential units and 3 businesses in the City of Pittsburgh, Allegheny County.'),(46562,905,'_locations_6_description','field_5683f2b1dcba3'),(46563,905,'locations_7_location','a:3:{s:7:\"address\";s:21:\"40.625519, -79.941838\";s:3:\"lat\";s:10:\"40.6255178\";s:3:\"lng\";s:18:\"-79.94182230000001\";}'),(46564,905,'_locations_7_location','field_5683f288dcba1'),(46565,905,'locations_7_title','Ewalt Road – Richland Twp.'),(46566,905,'_locations_7_title','field_5683f2aadcba2'),(46567,905,'locations_7_image',''),(46568,905,'_locations_7_image','field_568439ed8109d'),(46569,905,'locations_7_description',''),(46570,905,'_locations_7_description','field_5683f2b1dcba3'),(46571,905,'locations_8_location','a:3:{s:7:\"address\";s:21:\"40.624852, -80.025484\";s:3:\"lat\";s:10:\"40.6248517\";s:3:\"lng\";s:18:\"-80.02549599999998\";}'),(46572,905,'_locations_8_location','field_5683f288dcba1'),(46573,905,'locations_8_title','State Route 4063, Section A06 and A07, Wexford PA – Landslide'),(46574,905,'_locations_8_title','field_5683f2aadcba2'),(46575,905,'locations_8_image',''),(46576,905,'_locations_8_image','field_568439ed8109d'),(46577,905,'locations_8_description','This project is for the Pearce Mill Slide and is affecting 2 properties in the Township of Pine, Allegheny County.'),(46578,905,'_locations_8_description','field_5683f2b1dcba3'),(46579,905,'locations_9_location','a:3:{s:7:\"address\";s:21:\"40.425708, -79.805807\";s:3:\"lat\";s:10:\"40.4256461\";s:3:\"lng\";s:18:\"-79.80576589999998\";}'),(46580,905,'_locations_9_location','field_5683f288dcba1'),(46581,905,'locations_9_title','State Route 2065, Section A07'),(46582,905,'_locations_9_title','field_5683f2aadcba2'),(46583,905,'locations_9_image',''),(46584,905,'_locations_9_image','field_568439ed8109d'),(46585,905,'locations_9_description',''),(46586,905,'_locations_9_description','field_5683f2b1dcba3'),(46587,905,'locations_10_location','a:3:{s:7:\"address\";s:21:\"40.354856, -80.118393\";s:3:\"lat\";s:10:\"40.3527492\";s:3:\"lng\";s:18:\"-80.11776529999997\";}'),(46588,905,'_locations_10_location','field_5683f288dcba1'),(46589,905,'locations_10_title','Southern Beltway Section C – New Roadway Construction'),(46590,905,'_locations_10_title','field_5683f2aadcba2'),(46591,905,'locations_10_image',''),(46592,905,'_locations_10_image','field_568439ed8109d'),(46593,905,'locations_10_description','This project is for new roadway construction and is affecting 61 properties and resulting in the relocation of 18 residents and 3 businesses in several municipalities in Allegheny & Washington Counties.'),(46594,905,'_locations_10_description','field_5683f2b1dcba3'),(46595,905,'locations_11_location','a:3:{s:7:\"address\";s:21:\"40.509371, -80.256419\";s:3:\"lat\";s:10:\"40.5099129\";s:3:\"lng\";s:11:\"-80.2599988\";}'),(46596,905,'_locations_11_location','field_5683f288dcba1'),(46597,905,'locations_11_title','State Route 22, Section B08 – Derry PA – Highway Widening'),(46598,905,'_locations_11_title','field_5683f2aadcba2'),(46599,905,'locations_11_image','671'),(46600,905,'_locations_11_image','field_568439ed8109d'),(46601,905,'locations_11_description','This project was for widening and intersection improvements that impacted 28 properties and resulted in the relocation of 3 residents and 3 businesses in the Township of Derry, Westmoreland County.'),(46602,905,'_locations_11_description','field_5683f2b1dcba3'),(46603,905,'locations_12_location','a:3:{s:7:\"address\";s:21:\"40.590450, -79.888763\";s:3:\"lat\";s:10:\"40.5943712\";s:3:\"lng\";s:18:\"-79.89597279999998\";}'),(46604,905,'_locations_12_location','field_5683f288dcba1'),(46605,905,'locations_12_title','MP 40-48 – Hampton Township – Highway Widening'),(46606,905,'_locations_12_title','field_5683f2aadcba2'),(46607,905,'locations_12_image',''),(46608,905,'_locations_12_image','field_568439ed8109d'),(46609,905,'locations_12_description','This project is for mainline reconstruction and bridge replacement and is affecting 71 properties and resulting in the relocation of 1 resident in the Townships of Harmar and Indiana, Allegheny County.'),(46610,905,'_locations_12_description','field_5683f2b1dcba3'),(46611,905,'locations_13_location','a:3:{s:7:\"address\";s:21:\"40.392019, -80.077682\";s:3:\"lat\";s:17:\"40.39202119999999\";s:3:\"lng\";s:18:\"-80.07767890000002\";}'),(46612,905,'_locations_13_location','field_5683f288dcba1'),(46613,905,'locations_13_title','Georges Run Bridge No. 1, Carnegie PA – Bridge'),(46614,905,'_locations_13_title','field_5683f2aadcba2'),(46615,905,'locations_13_image',''),(46616,905,'_locations_13_image','field_568439ed8109d'),(46617,905,'locations_13_description','This project is for a small bridge replacement and is affecting 4 properties in the Township of Scott, Allegheny County.'),(46618,905,'_locations_13_description','field_5683f2b1dcba3'),(46619,905,'locations_14_location','a:3:{s:7:\"address\";s:21:\"40.386279, -79.894258\";s:3:\"lat\";s:10:\"40.3862842\";s:3:\"lng\";s:18:\"-79.89425510000001\";}'),(46620,905,'_locations_14_location','field_5683f288dcba1'),(46621,905,'locations_14_title','Homeville Creek Bridge 7, West Mifflin PA – Bridge'),(46622,905,'_locations_14_title','field_5683f2aadcba2'),(46623,905,'locations_14_image',''),(46624,905,'_locations_14_image','field_568439ed8109d'),(46625,905,'locations_14_description','This project is for a small bridge replacement and is affecting 7 properties in the Borough of Munhall, Allegheny County.'),(46626,905,'_locations_14_description','field_5683f2b1dcba3'),(46627,905,'locations_15_location','a:3:{s:7:\"address\";s:21:\"40.396380, -79.895244\";s:3:\"lat\";s:10:\"40.3963432\";s:3:\"lng\";s:18:\"-79.89543119999996\";}'),(46628,905,'_locations_15_location','field_5683f288dcba1'),(46629,905,'locations_15_title','Homeville Creek Bridge 10 – West Mifflin PA - Bridge'),(46630,905,'_locations_15_title','field_5683f2aadcba2'),(46631,905,'locations_15_image','727'),(46632,905,'_locations_15_image','field_568439ed8109d'),(46633,905,'locations_15_description','This project was for a small bridge replacement and affected 7 properties in the Borough of Munhall, Allegheny County.'),(46634,905,'_locations_15_description','field_5683f2b1dcba3'),(46635,905,'locations_16_location','a:3:{s:7:\"address\";s:21:\"40.329286, -79.987406\";s:3:\"lat\";s:10:\"40.3292857\";s:3:\"lng\";s:18:\"-79.98741289999998\";}'),(46636,905,'_locations_16_location','field_5683f288dcba1'),(46637,905,'locations_16_title','Licks Run Bridge 9, South Park – PA – Bridge'),(46638,905,'_locations_16_title','field_5683f2aadcba2'),(46639,905,'locations_16_image','730'),(46640,905,'_locations_16_image','field_568439ed8109d'),(46641,905,'locations_16_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(46642,905,'_locations_16_description','field_5683f2b1dcba3'),(46643,905,'locations_17_location','a:3:{s:7:\"address\";s:21:\"40.329261, -79.988204\";s:3:\"lat\";s:9:\"40.329261\";s:3:\"lng\";s:10:\"-79.988205\";}'),(46644,905,'_locations_17_location','field_5683f288dcba1'),(46645,905,'locations_17_title','Licks Run Bridge 10, South Park – PA - Bridge'),(46646,905,'_locations_17_title','field_5683f2aadcba2'),(46647,905,'locations_17_image','730'),(46648,905,'_locations_17_image','field_568439ed8109d'),(46649,905,'locations_17_description','This project was for a small bridge replacement and affected 3 properties in the Township of South Park, Allegheny County.'),(46650,905,'_locations_17_description','field_5683f2b1dcba3'),(46651,905,'locations_18_location','a:3:{s:7:\"address\";s:21:\"40.515624, -80.009959\";s:3:\"lat\";s:10:\"40.5156082\";s:3:\"lng\";s:18:\"-80.00994129999998\";}'),(46652,905,'_locations_18_location','field_5683f288dcba1'),(46653,905,'locations_18_title','Girtys Run Bridge 14'),(46654,905,'_locations_18_title','field_5683f2aadcba2'),(46655,905,'locations_18_image','733'),(46656,905,'_locations_18_image','field_568439ed8109d'),(46657,905,'locations_18_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(46658,905,'_locations_18_description','field_5683f2b1dcba3'),(46659,905,'locations_19_location','a:3:{s:7:\"address\";s:21:\"40.488268, -80.045947\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(46660,905,'_locations_19_location','field_5683f288dcba1'),(46661,905,'locations_19_title','Jacks Run 3 – Bellevue, PA – Bridge Replacement'),(46662,905,'_locations_19_title','field_5683f2aadcba2'),(46663,905,'locations_19_image','735'),(46664,905,'_locations_19_image','field_568439ed8109d'),(46665,905,'locations_19_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(46666,905,'_locations_19_description','field_5683f2b1dcba3'),(46667,905,'locations_20_location','a:3:{s:7:\"address\";s:21:\"40.330826, -79.986892\";s:3:\"lat\";s:10:\"40.3307469\";s:3:\"lng\";s:18:\"-79.98678430000001\";}'),(46668,905,'_locations_20_location','field_5683f288dcba1'),(46669,905,'locations_20_title','Brownsville to Broughton, South Park PA, intersection improvements and realignment'),(46670,905,'_locations_20_title','field_5683f2aadcba2'),(46671,905,'locations_20_image',''),(46672,905,'_locations_20_image','field_568439ed8109d'),(46673,905,'locations_20_description',''),(46674,905,'_locations_20_description','field_5683f2b1dcba3'),(46675,905,'locations_21_location','a:3:{s:7:\"address\";s:21:\"40.651302, -79.799610\";s:3:\"lat\";s:9:\"40.651344\";s:3:\"lng\";s:18:\"-79.80019399999998\";}'),(46676,905,'_locations_21_location','field_5683f288dcba1'),(46677,905,'locations_21_title','Bull Creek Bridge No. 6 – Fawn Township – Bridge'),(46678,905,'_locations_21_title','field_5683f2aadcba2'),(46679,905,'locations_21_image',''),(46680,905,'_locations_21_image','field_568439ed8109d'),(46681,905,'locations_21_description','This project is for a small bridge replacement and is affecting 9 properties in the Township of Fawn, Allegheny County.'),(46682,905,'_locations_21_description','field_5683f2b1dcba3'),(46683,905,'locations_22_location','a:3:{s:7:\"address\";s:21:\"40.662745, -79.817800\";s:3:\"lat\";s:9:\"40.663536\";s:3:\"lng\";s:10:\"-79.819073\";}'),(46684,905,'_locations_22_location','field_5683f288dcba1'),(46685,905,'locations_22_title','Bull Creek Bridge No. 9 – West Deer Township – Bridge'),(46686,905,'_locations_22_title','field_5683f2aadcba2'),(46687,905,'locations_22_image',''),(46688,905,'_locations_22_image','field_568439ed8109d'),(46689,905,'locations_22_description','This project is for a small bridge replacement and is affecting 2 properties in the Township of West Deer, Allegheny County.'),(46690,905,'_locations_22_description','field_5683f2b1dcba3'),(46691,905,'locations_23_location','a:3:{s:7:\"address\";s:21:\"40.620209, -79.833885\";s:3:\"lat\";s:10:\"40.6202319\";s:3:\"lng\";s:18:\"-79.83386789999997\";}'),(46692,905,'_locations_23_location','field_5683f288dcba1'),(46693,905,'locations_23_title','Little Deer Creek DL06 – West Deer Township – Bridge Replacement'),(46694,905,'_locations_23_title','field_5683f2aadcba2'),(46695,905,'locations_23_image','740'),(46696,905,'_locations_23_image','field_568439ed8109d'),(46697,905,'locations_23_description','This project was for a small bridge replacement and affected properties in the Township of Russellton, Allegheny County.'),(46698,905,'_locations_23_description','field_5683f2b1dcba3'),(46699,905,'locations_24_location','a:3:{s:7:\"address\";s:21:\"40.620213, -79.833892\";s:3:\"lat\";s:10:\"40.6202352\";s:3:\"lng\";s:18:\"-79.83387549999998\";}'),(46700,905,'_locations_24_location','field_5683f288dcba1'),(46701,905,'locations_24_title','Turtle Creek Bridge 6 – Turtle Creek PA'),(46702,905,'_locations_24_title','field_5683f2aadcba2'),(46703,905,'locations_24_image','742'),(46704,905,'_locations_24_image','field_568439ed8109d'),(46705,905,'locations_24_description','This project is for a mid-sized bridge replacement and is affecting 5 properties in the Borough of Turtle Creek, Allegheny County.'),(46706,905,'_locations_24_description','field_5683f2b1dcba3'),(46707,905,'locations_25_location','a:3:{s:7:\"address\";s:21:\"40.488263, -80.045950\";s:3:\"lat\";s:10:\"40.4881859\";s:3:\"lng\";s:18:\"-80.04584779999999\";}'),(46708,905,'_locations_25_location','field_5683f288dcba1'),(46709,905,'locations_25_title','Jacks Run 1, Bellevue and the City of Pittsburgh'),(46710,905,'_locations_25_title','field_5683f2aadcba2'),(46711,905,'locations_25_image','900'),(46712,905,'_locations_25_image','field_568439ed8109d'),(46713,905,'locations_25_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(46714,905,'_locations_25_description','field_5683f2b1dcba3'),(46715,905,'locations_26_location','a:3:{s:7:\"address\";s:21:\"40.541799, -80.247918\";s:3:\"lat\";s:10:\"40.5417824\";s:3:\"lng\";s:11:\"-80.2479169\";}'),(46716,905,'_locations_26_location','field_5683f288dcba1'),(46717,905,'locations_26_title','Boggs Run Bridge 1 – Moon Township'),(46718,905,'_locations_26_title','field_5683f2aadcba2'),(46719,905,'locations_26_image','746'),(46720,905,'_locations_26_image','field_568439ed8109d'),(46721,905,'locations_26_description','This project was for a small bridge replacement and affected 2 properties in the Township of Moon, Allegheny County.'),(46722,905,'_locations_26_description','field_5683f2b1dcba3'),(46723,905,'locations_27_location','a:3:{s:7:\"address\";s:21:\"40.549801, -79.997772\";s:3:\"lat\";s:9:\"40.549733\";s:3:\"lng\";s:18:\"-79.99820799999998\";}'),(46724,905,'_locations_27_location','field_5683f288dcba1'),(46725,905,'locations_27_title','Pine Creek Bridge 1 – Ross Township – Bridge'),(46726,905,'_locations_27_title','field_5683f2aadcba2'),(46727,905,'locations_27_image','749'),(46728,905,'_locations_27_image','field_568439ed8109d'),(46729,905,'locations_27_description','This project was for a small bridge replacement and affected 3 properties in the Township of Ross, Allegheny County.'),(46730,905,'_locations_27_description','field_5683f2b1dcba3'),(46731,905,'locations_28_location','a:3:{s:7:\"address\";s:21:\"40.513209, -79.952573\";s:3:\"lat\";s:10:\"40.5132141\";s:3:\"lng\";s:18:\"-79.95257859999998\";}'),(46732,905,'_locations_28_location','field_5683f288dcba1'),(46733,905,'locations_28_title','Pine Creek Bridge 11 – Glenshaw PA – Bridge'),(46734,905,'_locations_28_title','field_5683f2aadcba2'),(46735,905,'locations_28_image',''),(46736,905,'_locations_28_image','field_568439ed8109d'),(46737,905,'locations_28_description',''),(46738,905,'_locations_28_description','field_5683f2b1dcba3'),(46739,905,'locations_29_location','a:3:{s:7:\"address\";s:21:\"40.518356, -79.992893\";s:3:\"lat\";s:10:\"40.5183459\";s:3:\"lng\";s:11:\"-79.9928827\";}'),(46740,905,'_locations_29_location','field_5683f288dcba1'),(46741,905,'locations_29_title','Thompson Run Bridge 1, Ross Township – Bridge'),(46742,905,'_locations_29_title','field_5683f2aadcba2'),(46743,905,'locations_29_image',''),(46744,905,'_locations_29_image','field_568439ed8109d'),(46745,905,'locations_29_description',''),(46746,905,'_locations_29_description','field_5683f2b1dcba3'),(46747,905,'locations_30_location','a:3:{s:7:\"address\";s:21:\"40.512503, -79.993398\";s:3:\"lat\";s:10:\"40.5125049\";s:3:\"lng\";s:18:\"-79.99341290000001\";}'),(46748,905,'_locations_30_location','field_5683f288dcba1'),(46749,905,'locations_30_title','Thompson Run Bridge 2, Ross Township – Bridge'),(46750,905,'_locations_30_title','field_5683f2aadcba2'),(46751,905,'locations_30_image',''),(46752,905,'_locations_30_image','field_568439ed8109d'),(46753,905,'locations_30_description',''),(46754,905,'_locations_30_description','field_5683f2b1dcba3'),(46755,905,'locations_31_location','a:3:{s:7:\"address\";s:21:\"40.451854, -80.204526\";s:3:\"lat\";s:10:\"40.4518427\";s:3:\"lng\";s:18:\"-80.20452230000001\";}'),(46756,905,'_locations_31_location','field_5683f288dcba1'),(46757,905,'locations_31_title','Montour Run Bridge 13, Findlay Township – Bridge'),(46758,905,'_locations_31_title','field_5683f2aadcba2'),(46759,905,'locations_31_image',''),(46760,905,'_locations_31_image','field_568439ed8109d'),(46761,905,'locations_31_description',''),(46762,905,'_locations_31_description','field_5683f2b1dcba3'),(46763,905,'locations_32_location','a:3:{s:7:\"address\";s:21:\"40.387729, -80.157101\";s:3:\"lat\";s:9:\"40.387271\";s:3:\"lng\";s:18:\"-80.15843699999999\";}'),(46764,905,'_locations_32_location','field_5683f288dcba1'),(46765,905,'locations_32_title','Thompson Run Bridge 10 – Collier – Bridge'),(46766,905,'_locations_32_title','field_5683f2aadcba2'),(46767,905,'locations_32_image',''),(46768,905,'_locations_32_image','field_568439ed8109d'),(46769,905,'locations_32_description',''),(46770,905,'_locations_32_description','field_5683f2b1dcba3'),(46771,905,'locations_33_location','a:3:{s:7:\"address\";s:21:\"40.411953, -79.875847\";s:3:\"lat\";s:10:\"40.4120812\";s:3:\"lng\";s:18:\"-79.87589430000003\";}'),(46772,905,'_locations_33_location','field_5683f288dcba1'),(46773,905,'locations_33_title','Hawkins Village – Rankin, PA - Intersection improvements'),(46774,905,'_locations_33_title','field_5683f2aadcba2'),(46775,905,'locations_33_image',''),(46776,905,'_locations_33_image','field_568439ed8109d'),(46777,905,'locations_33_description',''),(46778,905,'_locations_33_description','field_5683f2b1dcba3'),(46779,905,'locations_34_location','a:3:{s:7:\"address\";s:21:\"40.431658, -79.988902\";s:3:\"lat\";s:10:\"40.4316605\";s:3:\"lng\";s:11:\"-79.9888856\";}'),(46780,905,'_locations_34_location','field_5683f288dcba1'),(46781,905,'locations_34_title','10th Street Bridge – City of Pittsburgh'),(46782,905,'_locations_34_title','field_5683f2aadcba2'),(46783,905,'locations_34_image',''),(46784,905,'_locations_34_image','field_568439ed8109d'),(46785,905,'locations_34_description','This project is for a bridge rehabilitation and is affecting 5 properties in the City of Pittsburgh, Allegheny County.'),(46786,905,'_locations_34_description','field_5683f2b1dcba3'),(46787,905,'locations_35_location','a:3:{s:7:\"address\";s:21:\"40.499230, -80.046110\";s:3:\"lat\";s:10:\"40.4991326\";s:3:\"lng\";s:18:\"-80.04601000000002\";}'),(46788,905,'_locations_35_location','field_5683f288dcba1'),(46789,905,'locations_35_title','Jacks Run Bridge Number 4 – Ross Township'),(46790,905,'_locations_35_title','field_5683f2aadcba2'),(46791,905,'locations_35_image',''),(46792,905,'_locations_35_image','field_568439ed8109d'),(46793,905,'locations_35_description','This project was for a small bridge replacement and affected 2 properties in the Township of Ross, Allegheny County.'),(46794,905,'_locations_35_description','field_5683f2b1dcba3'),(46795,905,'locations_36_location','a:3:{s:7:\"address\";s:21:\"40.459236, -79.925044\";s:3:\"lat\";s:10:\"40.4592362\";s:3:\"lng\";s:18:\"-79.92502609999997\";}'),(46796,905,'_locations_36_location','field_5683f288dcba1'),(46797,905,'locations_36_title','South Highland Bridge'),(46798,905,'_locations_36_title','field_5683f2aadcba2'),(46799,905,'locations_36_image','765'),(46800,905,'_locations_36_image','field_568439ed8109d'),(46801,905,'locations_36_description','This project was for a small bridge replacement and affected 5 properties in the City of Pittsburgh, Allegheny County.'),(46802,905,'_locations_36_description','field_5683f2b1dcba3'),(46803,905,'locations_37_location','a:3:{s:7:\"address\";s:21:\"40.428539, -79.937852\";s:3:\"lat\";s:10:\"40.4286635\";s:3:\"lng\";s:11:\"-79.9385646\";}'),(46804,905,'_locations_37_location','field_5683f288dcba1'),(46805,905,'locations_37_title','Greenfield Bridge'),(46806,905,'_locations_37_title','field_5683f2aadcba2'),(46807,905,'locations_37_image',''),(46808,905,'_locations_37_image','field_568439ed8109d'),(46809,905,'locations_37_description','This project is for a large bridge replacement and is affecting 5 properties in the City of Pittsburgh, Allegheny County.'),(46810,905,'_locations_37_description','field_5683f2b1dcba3'),(46811,905,'locations_38_location','a:3:{s:7:\"address\";s:21:\"40.451553, -80.010952\";s:3:\"lat\";s:10:\"40.4507635\";s:3:\"lng\";s:18:\"-80.01148369999999\";}'),(46812,905,'_locations_38_location','field_5683f288dcba1'),(46813,905,'locations_38_title','West Ohio'),(46814,905,'_locations_38_title','field_5683f2aadcba2'),(46815,905,'locations_38_image',''),(46816,905,'_locations_38_image','field_568439ed8109d'),(46817,905,'locations_38_description','This project is for a bridge and is affecting 6 properties in the City of Pittsburgh, Allegheny County.'),(46818,905,'_locations_38_description','field_5683f2b1dcba3'),(46819,905,'locations_39_location','a:3:{s:7:\"address\";s:21:\"40.406886, -80.034145\";s:3:\"lat\";s:10:\"40.4068824\";s:3:\"lng\";s:11:\"-80.0341517\";}'),(46820,905,'_locations_39_location','field_5683f288dcba1'),(46821,905,'locations_39_title','Wenzel Avenue'),(46822,905,'_locations_39_title','field_5683f2aadcba2'),(46823,905,'locations_39_image',''),(46824,905,'_locations_39_image','field_568439ed8109d'),(46825,905,'locations_39_description','This project is for a bridge replacement and intersection improvement and is affecting 5 properties in the City of Pittsburgh, Allegheny County.'),(46826,905,'_locations_39_description','field_5683f2b1dcba3'),(46827,905,'locations_40_location','a:3:{s:7:\"address\";s:21:\"40.441118, -80.005603\";s:3:\"lat\";s:10:\"40.4412185\";s:3:\"lng\";s:18:\"-80.00527490000002\";}'),(46828,905,'_locations_40_location','field_5683f288dcba1'),(46829,905,'locations_40_title','Gateway Alignment of Pittsburgh’s Light Rail System – Damage Estimate (other)'),(46830,905,'_locations_40_title','field_5683f2aadcba2'),(46831,905,'locations_40_image',''),(46832,905,'_locations_40_image','field_568439ed8109d'),(46833,905,'locations_40_description',''),(46834,905,'_locations_40_description','field_5683f2b1dcba3'),(46835,905,'locations_41_location','a:3:{s:7:\"address\";s:21:\"40.432068, -79.960800\";s:3:\"lat\";s:10:\"40.4320739\";s:3:\"lng\";s:18:\"-79.96079459999999\";}'),(46836,905,'_locations_41_location','field_5683f288dcba1'),(46837,905,'locations_41_title','Duquesne Light, 2nd Avenue, City of Pittsburgh – Market Study (other)'),(46838,905,'_locations_41_title','field_5683f2aadcba2'),(46839,905,'locations_41_image',''),(46840,905,'_locations_41_image','field_568439ed8109d'),(46841,905,'locations_41_description',''),(46842,905,'_locations_41_description','field_5683f2b1dcba3'),(46843,905,'locations_42_location','a:3:{s:7:\"address\";s:21:\"40.576915, -79.909904\";s:3:\"lat\";s:10:\"40.5766476\";s:3:\"lng\";s:18:\"-79.90981210000001\";}'),(46844,905,'_locations_42_location','field_5683f288dcba1'),(46845,905,'locations_42_title','Superior Pipeline – Frazer Township, Large Tract Valuation Study – (other)'),(46846,905,'_locations_42_title','field_5683f2aadcba2'),(46847,905,'locations_42_image',''),(46848,905,'_locations_42_image','field_568439ed8109d'),(46849,905,'locations_42_description',''),(46850,905,'_locations_42_description','field_5683f2b1dcba3'),(46851,905,'locations_43_location','a:3:{s:7:\"address\";s:21:\"40.576915, -79.909904\";s:3:\"lat\";s:10:\"40.5766476\";s:3:\"lng\";s:18:\"-79.90981210000001\";}'),(46852,905,'_locations_43_location','field_5683f288dcba1'),(46853,905,'locations_43_title','Allegheny County Airport Authority, Avigation Easement Valuation – (other)'),(46854,905,'_locations_43_title','field_5683f2aadcba2'),(46855,905,'locations_43_image',''),(46856,905,'_locations_43_image','field_568439ed8109d'),(46857,905,'locations_43_description',''),(46858,905,'_locations_43_description','field_5683f2b1dcba3'),(46859,905,'locations_44_location','a:3:{s:7:\"address\";s:21:\"40.514151, -80.263115\";s:3:\"lat\";s:9:\"40.514459\";s:3:\"lng\";s:18:\"-80.26304199999998\";}'),(46860,905,'_locations_44_location','field_5683f288dcba1'),(46861,905,'locations_44_title','Allegheny County Airport Authority and Findlay Municipal Authority, Moon Township – (other)'),(46862,905,'_locations_44_title','field_5683f2aadcba2'),(46863,905,'locations_44_image',''),(46864,905,'_locations_44_image','field_568439ed8109d'),(46865,905,'locations_44_description',''),(46866,905,'_locations_44_description','field_5683f2b1dcba3'),(46867,905,'locations_45_location','a:3:{s:7:\"address\";s:21:\"40.469056, -80.040343\";s:3:\"lat\";s:10:\"40.4692028\";s:3:\"lng\";s:18:\"-80.04039019999999\";}'),(46868,905,'_locations_45_location','field_5683f288dcba1'),(46869,905,'locations_45_title','Doerr Street Small Tract Vacant Land Study – Duquesne Light – Pittsburgh (other)'),(46870,905,'_locations_45_title','field_5683f2aadcba2'),(46871,905,'locations_45_image',''),(46872,905,'_locations_45_image','field_568439ed8109d'),(46873,905,'locations_45_description',''),(46874,905,'_locations_45_description','field_5683f2b1dcba3'),(46875,905,'locations_46_location','a:3:{s:7:\"address\";s:21:\"40.382384, -79.995586\";s:3:\"lat\";s:10:\"40.3824177\";s:3:\"lng\";s:18:\"-79.99573729999997\";}'),(46876,905,'_locations_46_location','field_5683f288dcba1'),(46877,905,'locations_46_title','Saw Mill Run Boulevard – 51 and 88 intersection – Pittsburgh (other)'),(46878,905,'_locations_46_title','field_5683f2aadcba2'),(46879,905,'locations_46_image',''),(46880,905,'_locations_46_image','field_568439ed8109d'),(46881,905,'locations_46_description',''),(46882,905,'_locations_46_description','field_5683f2b1dcba3'),(46883,905,'locations_47_location','a:3:{s:7:\"address\";s:21:\"40.309789, -79.915040\";s:3:\"lat\";s:10:\"40.3098001\";s:3:\"lng\";s:10:\"-79.915032\";}'),(46884,905,'_locations_47_location','field_5683f288dcba1'),(46885,905,'locations_47_title','Large Tract Vacant Land Study – Jefferson Hills, PA (other)'),(46886,905,'_locations_47_title','field_5683f2aadcba2'),(46887,905,'locations_47_image',''),(46888,905,'_locations_47_image','field_568439ed8109d'),(46889,905,'locations_47_description',''),(46890,905,'_locations_47_description','field_5683f2b1dcba3'),(46891,905,'locations','48'),(46892,905,'_locations','field_5683f253a5dba'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT '0', `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `post_password` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL, `pinged` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=906 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_posts` -- LOCK TABLES `wp_posts` WRITE; /*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */; INSERT INTO `wp_posts` VALUES (2,1,'2015-12-09 13:40:23','2015-12-09 13:40:23','<strong>Keystone Acquisition Services, Corporation</strong> is a full-service right-of-way acquisition firm, which is steadily engaged throughout the Commonwealth of Pennsylvania, providing assistance with projects that result in private property being acquired to facilitate the completion of an improvement that is considered to be for the overall public benefit.\r\n\r\nSince our inception in January 2001, we have served over 55 clients in successfully completing over 200 projects. Assignments we have completed range from damage estimates, utility line planning, and minor bridge & culvert replacement projects to projects that involved total reconstruction of roadway facilities that impacted over 150 parcels, resulting in not only the displacement of numerous residential occupants but also the displacement of very large industrial and commercial enterprises as well.\r\n\r\nOur staff is strategically located throughout the Commonwealth to best serve the state. We employ a staff of 18 full and part-time team members, who combine for a comprehensive 300+ years of right-of-way acquisition and real estate experience. As we continue experiencing controlled growth and through broadening our reach, expansion into other states is expected within the next couple years.\r\n\r\nSpecializing in every niche of the acquisition process, our staff is able to fulfill requirements of any project from planning and development through construction. Regardless of the size of scope of the project, our staff always emphasizes: the quality of their work, professionalism, the commitment to our clients, as well as the fair and equitable treatment of the public affected by our projects.\r\n\r\nWhen choosing a right-of-way consulting firm to address your needs, you should feel secure about your choice. Our vast experience, capabilities, and exemplary record of past performance should make the choice easy. With Keystone, you are ensured of: a job well done; a project completed in compliance with the applicable funding sources’ regulations; and an undertaking that will be well managed from start to finish.\r\n\r\nBy exploring our website, you can learn more about the services we provide, the projects we’ve completed and who has benefited (and continues to benefit) as a much valued client of Keystone.','Home','','publish','closed','open','','sample-page','','','2016-01-21 21:26:45','2016-01-21 21:26:45','',0,'http://keystoneacquisitions.com/?page_id=2',0,'page','',0),(4,1,'2015-12-09 13:42:34','2015-12-09 13:42:34',' ','','','publish','closed','closed','','4','','','2016-01-22 15:53:12','2016-01-22 15:53:12','',0,'http://keystoneacquisitions.com/?p=4',1,'nav_menu_item','',0),(5,1,'2015-12-09 13:43:09','2015-12-09 13:43:09','','Home','','inherit','closed','closed','','2-revision-v1','','','2015-12-09 13:43:09','2015-12-09 13:43:09','',2,'http://keystoneacquisitions.com/2-revision-v1/',0,'revision','',0),(6,1,'2015-12-09 13:59:21','2015-12-09 13:59:21','Keystone Acquisition Services Corporation is a full-service right-of-way acquisition firm, which is engaged throughout the Commonwealth of Pennsylvania, providing assistance with projects that result in private property being acquired to facilitate the completion of an improvement that is considered to be for the overall public benefit.\r\n\r\nSince our inception in January 2001, we have served over 55 clients in successfully completing over 200 projects. Assignments we have completed range from damage estimates,\r\nutility line planning, and minor bridge & culvert replacement projects to projects that involved total reconstruction of roadway facilities that impacted over 150 parcels, resulting in not only the displacement of numerous residential occupants but also the displacement of very large industrial and commercial enterprises as well.\r\n\r\nOur staff is strategically located throughout the Commonwealth to best serve the state. We employ a staff of 18 full and part-time team members, who combine for a comprehensive 300+ years of right-of-way acquisition and real estate experience.\r\n\r\nSpecializing in every niche of the acquisition process, our staff is able to fulfill requirements of any project from planning and development through construction. Regardless of the size of scope of the project, our staff always emphasizes: the quality of their work, professionalism, the commitment to our clients, as well as the fair and equitable treatment of the public affected by our projects.\r\n\r\nWhen choosing a right-of-way consulting firm to address your needs, you should feel secure about your choice. Our vast experience, capabilities, and exemplary record of past\r\nperformance should make the choice easy. With Keystone, you are ensured of: a job well done; a project completed in compliance with the applicable funding sources’ regulations; and an undertaking that will be well managed\r\nfrom start to finish.\r\n\r\nBy exploring our website, you can learn more about the services we provide, the projects we’ve completed, who provides them for us, and who has benefited (and continues to benefit) as a much valued client of Keystone.','Home','','inherit','closed','closed','','2-revision-v1','','','2015-12-09 13:59:21','2015-12-09 13:59:21','',2,'http://keystoneacquisitions.com/2-revision-v1/',0,'revision','',0),(7,1,'2015-12-09 14:00:19','2015-12-09 14:00:19','We are not an engineering company that provides diverse services, but a firm that specializes in and focuses on one niche’ of public improvement projects to best serve our clients and the public alike. With years of experience in cooperative efforts with our project teams and clients, we’ve become a leader in the right- of- way acquisition industry in Pennsylvania.\r\n\r\nThe right- of- way acquisition process can often seem overwhelming to those who are not familiar with the processes and procedures that need to be adhered to, while successfully completing a project. By placing these responsibilities into capable hands of Keystone, you can be assured that all phases of your project will be undertaken professionally, efficiently and in the most cost effective manner possible.\r\n\r\nWhile our firm currently provides services within the state of Pennsylvania, as a company, we are also approved to work in West Virginia and employ individuals, who are approved to complete work in Ohio. We always look forward to future expansions into surrounding areas, but wanted to explore those opportunities through controlled growth, so not to jeopardize the quality of our work. We’re there now…\r\n\r\nVisit <a href=\"http://keystoneacquisitions.com/who-we-are/our-locations/\">OUR LOCATIONS</a>\r\nVisit <a href=\"http://keystoneacquisitions.com/who-we-are/our-staff/\">OUR STAFF</a>','Who We Are','','publish','closed','closed','','who-we-are','','','2016-01-25 19:40:07','2016-01-25 19:40:07','',0,'http://keystoneacquisitions.com/?page_id=7',0,'page','',0),(8,1,'2015-12-09 14:00:19','2015-12-09 14:00:19','','Who We Are','','inherit','closed','closed','','7-revision-v1','','','2015-12-09 14:00:19','2015-12-09 14:00:19','',7,'http://keystoneacquisitions.com/7-revision-v1/',0,'revision','',0),(9,1,'2015-12-09 14:00:26','2015-12-09 14:00:26','At any given time, Keystone is actively working on a number of different right-of-way projects. Since the company’s inception in 2001, Keystone Acquisition Services, Corporation has successfully completed over 200 projects. For more information about our projects and their locations, click the map below to get started.\r\n\r\n<img class=\"img-responsive\" src=\"http://keystoneacquisitions.com/wp-content/uploads/2015/12/PennsylvaniaMap426.png\" alt=\"\" usemap=\"#Map\" />\r\n\r\n<map id=\"Map\" name=\"Map\"> <area title=\"\" alt=\"\" coords=\"0,34,60,4,60,32,116,32,115,67,113,82,104,97,94,88,91,88,76,97,63,115,41,113,36,117,0,114\" shape=\"poly\" href=\"http://keystoneacquisitions.com/projects/district-1-0/\" /> <!--\r\n<area alt=\"\" title=\"\" href=\"http://keystoneacquisitions.com/projects/district-1-0/\" shape=\"poly\" coords=\"6,115,20,117,32,122,39,111,61,113,75,90,93,86,94,96,102,91,113,82,118,32,60,32,58,3,1,31,0,110,2,172,6,177,17,182,26,193,42,200,50,206,55,202,55,190,59,183,60,176,55,168,62,164,62,160,29,160,28,131,29,124,29,119,2,112\" />--> <area title=\"\" alt=\"\" coords=\"121,32,212,31,213,85,219,97,248,123,234,142,231,153,238,157,252,157,260,164,241,172,224,182,207,198,195,190,195,177,196,166,206,160,200,153,192,158,179,158,142,156,128,155,127,123,126,113,132,106,128,102,121,92,116,91,114,91,111,91\" shape=\"poly\" href=\"http://keystoneacquisitions.com/projects/district-2-0/\" /> <area title=\"\" alt=\"\" coords=\"214,32,215,78,221,99,244,118,250,124,239,136,234,145,234,153,246,155,256,159,265,164,293,152,310,147,313,129,312,115,311,94,316,68,319,62,319,31\" shape=\"poly\" href=\"http://keystoneacquisitions.com/projects/district-3-0/\" /> <area title=\"\" alt=\"\" coords=\"320,27,320,56,313,90,314,119,316,133,325,138,345,128,363,111,373,104,386,103,396,113,406,119,415,106,424,97,424,87,407,82,402,75,400,57,394,49,385,45,380,36,374,33,372,29,322,30,320,33\" shape=\"poly\" href=\"http://keystoneacquisitions.com/projects/district-4-0/\" /> <area title=\"\" alt=\"\" coords=\"341,211,318,194,277,158,308,146,359,118,373,106,383,102,404,119,395,128,395,150,393,160\" shape=\"poly\" href=\"http://keystoneacquisitions.com/projects/district-5-0/\" /> <area title=\"\" alt=\"\" coords=\"338,213,388,164,398,172,402,185,420,202,424,210,404,226,394,235,374,243,361,243,351,250,321,251\" shape=\"poly\" href=\"http://keystoneacquisitions.com/projects/district-6-0/\" /> <area title=\"\" alt=\"\" coords=\"176,250,185,238,192,223,204,198,278,160,338,211,319,253\" shape=\"poly\" href=\"http://keystoneacquisitions.com/projects/district-8-0/\" /> <area title=\"\" alt=\"\" coords=\"83,250,173,248,187,231,201,198,192,187,194,168,203,160,200,155,191,159,126,154,112,187,91,221,84,235,86,242\" shape=\"poly\" href=\"http://keystoneacquisitions.com/projects/district-9-0/\" /> <area title=\"\" alt=\"\" coords=\"30,158,28,126,32,122,42,110,63,114,74,88,94,85,98,95,110,88,124,96,130,106,127,114,126,152,112,183,107,187,85,176,74,170,70,162,62,157\" shape=\"poly\" href=\"http://keystoneacquisitions.com/projects/district-10-0/\" /> <area title=\"\" alt=\"\" coords=\"1,118,32,119,28,137,29,157,44,161,60,162,59,169,59,175,57,188,52,203,45,203,33,194,17,179,2,173\" shape=\"poly\" href=\"http://keystoneacquisitions.com/projects/district-11-0/\" /> <area title=\"\" alt=\"\" coords=\"0,174,2,250,81,250,84,242,84,238,109,189,76,171,68,162,64,160,56,170,62,176,62,183,56,192,57,197,52,204,46,203,32,194,24,188,15,178\" shape=\"poly\" href=\"http://keystoneacquisitions.com/projects/district-12-0/\" /> </map>','Projects','','publish','closed','closed','','projects','','','2016-01-21 21:41:16','2016-01-21 21:41:16','',0,'http://keystoneacquisitions.com/?page_id=9',0,'page','',0),(10,1,'2015-12-09 14:00:26','2015-12-09 14:00:26','','Projects','','inherit','closed','closed','','9-revision-v1','','','2015-12-09 14:00:26','2015-12-09 14:00:26','',9,'http://keystoneacquisitions.com/9-revision-v1/',0,'revision','',0),(11,1,'2015-12-09 14:00:36','2015-12-09 14:00:36','We staff several highly qualified Project Managers throughout the Commonwealth. Each has an innate ability to establish a workable project schedule and ensure that tasks are properly and effectively directed through our proper channels to maximize the value inherent in securing us to provide your service. Schedule compliance is a primary focal point of ours as we proceed with each project we work.\r\n\r\nRegardless of whether we begin a project from the initial phase of final design or are approached midway through a project, we’re able to identify the needs, allocate the proper resources, achieve the goals and advance a project to construction as quickly as possible, while remaining efficient with the taxpayer dollars funding our projects.','Our Services','','publish','closed','closed','','our-services','','','2016-01-19 19:09:57','2016-01-19 19:09:57','',0,'http://keystoneacquisitions.com/?page_id=11',0,'page','',0),(12,1,'2015-12-09 14:00:36','2015-12-09 14:00:36','','Our Services','','inherit','closed','closed','','11-revision-v1','','','2015-12-09 14:00:36','2015-12-09 14:00:36','',11,'http://keystoneacquisitions.com/11-revision-v1/',0,'revision','',0),(13,1,'2015-12-09 14:00:49','2015-12-09 14:00:49','We staff eight highly qualified Project Managers throughout the Commonwealth. Each has an innate ability to establish a workable project schedule and ensure that tasks are properly and effectively directed through proper channels to maximize the value inherent in securing us to provide the service you require. Schedule compliance is a primary focal point of ours as we proceed with each of our projects. This detail drives our management processes from initiation to finalization.\r\n\r\nOur Project Managers are in regular contact with each other through open forums. The regular interaction between the management team helps to solve individual project problems through team interaction and input from other decision makers in parallel positions. These meetings also help to properly allocate our human resources in the most efficient manner across all of our projects.\r\n\r\nRegardless of whether we begin a project from the initial phase of final design or are approached midway through a project, we’re able to identify the needs, allocate the proper resources, achieve the goals and advance a project to construction as quickly as possible, while remaining efficient with the taxpayer dollars funding our projects.','Project Management','','publish','closed','closed','','project-management','','','2016-01-21 21:43:37','2016-01-21 21:43:37','',11,'http://keystoneacquisitions.com/?page_id=13',0,'page','',0),(14,1,'2015-12-09 14:00:49','2015-12-09 14:00:49','','Project Management','','inherit','closed','closed','','13-revision-v1','','','2015-12-09 14:00:49','2015-12-09 14:00:49','',13,'http://keystoneacquisitions.com/13-revision-v1/',0,'revision','',0),(15,1,'2015-12-09 14:01:02','2015-12-09 14:01:02','Completing projects in over half of the Commonwealth of Pennsylvania’s 67 counties has enabled our staff to experience a wide variety of recordation mechanisms and different systems that prevail, while verifying title and searching liens, judgments and other encumbrances that may need to be satisfied as part of our transaction with a property owner.\r\n\r\nThe majority of our staff members are very familiar with hands-on courthouse research required to ensure that proper title is identified and ultimately transferred to our clients. In unusual circumstances, it may become necessary to seek expert opinions on title issues and we rely on a bank of abstractors and attorneys to clarify certain issues to help us support findings and provide research on very complex properties.\r\n\r\nIn any instance, our ability to determine the needs of our clients and address them properly ensures that obstacles can be overcome and our staff will work closely with them to ensure proper title is passed so that projects can be built.','Title Research','','publish','closed','closed','','title-research','','','2016-01-22 15:34:34','2016-01-22 15:34:34','',11,'http://keystoneacquisitions.com/?page_id=15',1,'page','',0),(16,1,'2015-12-09 14:01:02','2015-12-09 14:01:02','','Title Research','','inherit','closed','closed','','15-revision-v1','','','2015-12-09 14:01:02','2015-12-09 14:01:02','',15,'http://keystoneacquisitions.com/15-revision-v1/',0,'revision','',0),(17,1,'2015-12-09 14:03:01','2015-12-09 14:03:01','Keystone employs three generally certified appraisers and has access to another three if additional efforts are required of our projects. Each appraiser is experienced with the pre-appraisal functions applicable to state and federally funded projects. We are fully capable of providing comparable data research, preparing quality appraisal problem analyses (APA), evaluating claims considered as candidates for Waiver Valuation Worksheets (WVW) and preparing the same.\r\n\r\nOur appraisers have extensive experience in preparing and reviewing residential, commercial, agricultural and industrial appraisals. This gives our clients the security that all properties can be appraised equitably and will be evaluated and reviewed by competent appraisers, familiar with any type of valuation problem.\r\n\r\nOur appraisal resources boast over 150 years of combined experience in appraisal and about 60 years of this is directly attributable to services provided while employed by the public sector. The diverse experiences from both the private and public sectors, enables us to provide the best service to our clients through comprehensive skills and application.','Appraisal Services','','publish','closed','closed','','appraisal-services','','','2016-01-19 19:08:08','2016-01-19 19:08:08','',11,'http://keystoneacquisitions.com/?page_id=17',2,'page','',0),(18,1,'2015-12-09 14:03:01','2015-12-09 14:03:01','','Appraisal Services','','inherit','closed','closed','','17-revision-v1','','','2015-12-09 14:03:01','2015-12-09 14:03:01','',17,'http://keystoneacquisitions.com/17-revision-v1/',0,'revision','',0),(19,1,'2015-12-09 14:03:15','2015-12-09 14:03:15','Our relocation assistance efforts have resulted in the successful displacement of over 1,000 residential occupants and well over 200 businesses. Our staff members’ innate sense of empathy, coupled with their knowledge of proper procedures and how to apply them to the applicable guidelines, have enabled the relocation processes for our projects to proceed very smoothly and thus not causing delays to ambitious schedules.\r\n\r\nBy being able to effectively analyze options and communicate them to the families, individuals and businesses being relocated, we are providing the best service possible and are able to help those parties make the best and most informed decisions to minimize hardships that relocation can cause, both financially and interpersonally.\r\n\r\nWe have been responsible for relocating some of the largest and most unique businesses in Pennsylvania. Those which were more complex include: a school district’s storage facility and bus garage, junk yards, a video game distributor, and an industrial park that contained 16 separate types of businesses, including two renowned artists, one of whose inventory was liquidated at auction for business discontinuance. Our ability to get involved with relocation efforts during the initiation phase and throughout the entire course of our projects to continuously address potential concerns and situations, enable us to effectively plan and facilitate a cohesive relocation effort for all claims.','Relocation Services','','publish','closed','closed','','relocation-services','','','2016-01-22 15:39:40','2016-01-22 15:39:40','',11,'http://keystoneacquisitions.com/?page_id=19',3,'page','',0),(20,1,'2015-12-09 14:03:15','2015-12-09 14:03:15','','Relocation Services','','inherit','closed','closed','','19-revision-v1','','','2015-12-09 14:03:15','2015-12-09 14:03:15','',19,'http://keystoneacquisitions.com/19-revision-v1/',0,'revision','',0),(21,1,'2015-12-09 14:03:31','2015-12-09 14:03:31','Since 2001, when we began operations, Keystone has been involved with resolving thousands of claims in Pennsylvania for public improvement projects. We do not employ people that are not inherently empathetic to work on our projects. We understand the hardships property owners experience, when their land needs to be acquired for a project they may or may not support.\r\n\r\nTo be able to overcome objections more readily, while ensuring that the property owners, who are the tax payers that fund our projects, are treated fairly and equitably, we are constantly manipulating what we do to be able to provide an unsurpassable amount of information to the property owners in order for them to make the best and most informed decisions relative to their claims.\r\n\r\nOur ability and practice of discussing claims internally helps us to resolve the majority of our difficult claims through team efforts as each staff member, working together provides great insight to creatively resolving most matters. When we do identify situations, where the outcomes are indeterminable as to the exact impacts of a property, we protect the property owners’ interests and give them options and never force them into decisions.','Negotiations','','publish','closed','closed','','negotiations','','','2016-01-22 20:55:25','2016-01-22 20:55:25','',11,'http://keystoneacquisitions.com/?page_id=21',4,'page','',0),(22,1,'2015-12-09 14:03:31','2015-12-09 14:03:31','','Negotiations','','inherit','closed','closed','','21-revision-v1','','','2015-12-09 14:03:31','2015-12-09 14:03:31','',21,'http://keystoneacquisitions.com/21-revision-v1/',0,'revision','',0),(23,1,'2015-12-09 14:03:48','2015-12-09 14:03:48','Through negotiating claims for projects that may not always have strong public support, at times it becomes evident that we have to exercise the power of eminent domain and acquire certain properties through condemnation. When this is necessary, Keystone has always been able to provide relevant and necessary support to our clients in being able to not only file the required documents with the applicable counties, but to remain available to further negotiation efforts.\r\n\r\nOftentimes, when we’re engaged in a project for a local public agency or other client that does not frequently have to acquire constituents’ properties through eminent domain, our insight becomes invaluable as we work with local solicitors to ensure they are meeting obligations to the Eminent Domain Code.\r\n\r\nWe’ve participated extensively in board of view hearings for numerous clients and have provided expert testimony at many of those hearings. Our ability to work with acquiring agencies’ legal counsel and help support them in cases we’ve been involved with has led to our clients being the prevailing party in several instances.','Condemnation Support','','publish','closed','closed','','condemnation-support','','','2016-01-25 19:44:22','2016-01-25 19:44:22','',11,'http://keystoneacquisitions.com/?page_id=23',5,'page','',0),(24,1,'2015-12-09 14:03:48','2015-12-09 14:03:48','','Condemnation Support','','inherit','closed','closed','','23-revision-v1','','','2015-12-09 14:03:48','2015-12-09 14:03:48','',23,'http://keystoneacquisitions.com/23-revision-v1/',0,'revision','',0),(25,1,'2015-12-09 14:04:07','2015-12-09 14:04:07','When our projects’ construction schedules do not coincide with the acquisition phase of a project, it may become necessary for us to ensure that the property that we’ve purchased, on the behalf of an acquiring agency, does not present an eyesore or disruption to the locality from which it was acquired. At times, it becomes necessary for us to maintain certain characteristics of a property to ensure the safety of the community and allow neighboring property owners to continue the enjoyment of their own property.\r\n\r\nOur staff is familiar with securing the services of contractors that can guarantee the safety, security and maintenance of such properties. We work closely with contractors who board and seal the structures, demolition contractors, storage facilities, snow removal companies, landscapers who provide lawn care and utility companies, who ensure that all utilities are disconnected. Our adherence to the applicable procedures in procuring these services may further provide assurances to our clients that funding sources aren’t jeopardized and proper protocols are being followed.\r\n\r\nIn addition to properly maintaining property we acquire, we have also been involved with projects where total facility management was required, where we were responsible for rent collection, leasing, property maintenance, security, and disbursement of security deposits. We are constantly looking for ways to diversify the services we provide and by introducing new elements, we are better suited to serve our clients.','Property Management','','publish','closed','closed','','property-management','','','2016-01-22 15:29:05','2016-01-22 15:29:05','',11,'http://keystoneacquisitions.com/?page_id=25',6,'page','',0),(26,1,'2015-12-09 14:04:07','2015-12-09 14:04:07','','Property Management','','inherit','closed','closed','','25-revision-v1','','','2015-12-09 14:04:07','2015-12-09 14:04:07','',25,'http://keystoneacquisitions.com/25-revision-v1/',0,'revision','',0),(27,1,'2015-12-09 14:04:55','2015-12-09 14:04:55','Keystone has recently expanded the services we provide to include the valuation of machinery and equipment.\r\n\r\nWhen displacing a business, it is essential that accurate values for all of these items are determined in order to provide the highest level of assistance possible to those being displaced.\r\n\r\nWe’ve been largely involved with applying the contents of these reports to individual relocation claims that having the ability to determine values, reaches across company lines to help us better serve our clients, the public and especially those that are being relocated as a result of a public improvement project.\r\n\r\nHaving a Machinery and Equipment Appraiser on staff also helps our individuals providing relocation to commercial and industrial occupants.. By having the ability to further educate the agents and relocation specialists with their knowledge of M&E, we are preparing our agents better to speak intelligently with the property owners being displaced.','Machinery & Equipment Appraisal','','publish','closed','closed','','machinery-equipment-appraisal','','','2016-01-22 21:16:09','2016-01-22 21:16:09','',11,'http://keystoneacquisitions.com/?page_id=27',7,'page','',0),(28,1,'2015-12-09 14:04:55','2015-12-09 14:04:55','','Machinery & Equipment Appraisal','','inherit','closed','closed','','27-revision-v1','','','2015-12-09 14:04:55','2015-12-09 14:04:55','',27,'http://keystoneacquisitions.com/27-revision-v1/',0,'revision','',0),(29,1,'2015-12-09 14:05:17','2015-12-09 14:05:17','Keystone Acquisition Services has established numerous working relationships with public agencies and authorities, while helping to advance their projects throughout Pennsylvania. Often-<wbr />times, those entities choose to include the acquisition phase of their projects as part of design. We’ve cultivated, developed and maintained numerous relationships with engineering companies, in pursuing the same goals of client satisfaction in Pennsylvania. More recently, as a result of the poor rating of Pennsylvania’s roads and bridges, more projects are being completed as design/build, which has allowed us to expand our clientele and cultivate some very strong relationships with contractors engaged in the transportation industry.\r\n\r\nTo view a complete list of Keystone\'s trusted business partners in each category, select from the following:\r\n\r\n<a href=\"http://keystoneacquisitions.com/business-partners/acquiring-agencies/\">Acquiring Agencies</a>\r\n<a href=\"http://keystoneacquisitions.com/business-partners/engineering-partners/\">Engineering Partners</a>\r\n<a href=\"http://keystoneacquisitions.com/business-partners/construction-contractors/\">Construction Contractors</a>','Business Partners','','publish','closed','closed','','business-partners','','','2016-01-21 14:28:29','2016-01-21 14:28:29','',0,'http://keystoneacquisitions.com/?page_id=29',0,'page','',0),(30,1,'2015-12-09 14:05:17','2015-12-09 14:05:17','','Business Partners','','inherit','closed','closed','','29-revision-v1','','','2015-12-09 14:05:17','2015-12-09 14:05:17','',29,'http://keystoneacquisitions.com/29-revision-v1/',0,'revision','',0),(31,1,'2015-12-09 14:05:25','2015-12-09 14:05:25','Are you interested in working in the right-of-way industry? Do you want a truly interesting & rewarding career that will allow you to learn and develop each and every day?\r\n\r\nKeystone Acquisition Services, Corp. is actively seeking qualified applicants to accentuate our existing staff of right-of-way professionals! If you’re interested in becoming a team member with us, please send your resume & cover letter to:\r\n\r\nKeystone Acquisition Services, Corp.\r\nC/O Jay Broadbent\r\n3200 McKnight East Drive\r\nPittsburgh, PA 15237\r\n\r\nInformation may also be faxed or emailed to:\r\nFax: <span style=\"font-family:arial;\">(412) 364-8613</span>\r\nEmail: <a href=\"mailto:jay@keystoneacquisitions.com\">jay@keystoneacquisitions.com</a>','Employment','','publish','closed','closed','','employment','','','2016-01-22 15:52:17','2016-01-22 15:52:17','',0,'http://keystoneacquisitions.com/?page_id=31',0,'page','',0),(32,1,'2015-12-09 14:05:25','2015-12-09 14:05:25','','Employment','','inherit','closed','closed','','31-revision-v1','','','2015-12-09 14:05:25','2015-12-09 14:05:25','',31,'http://keystoneacquisitions.com/31-revision-v1/',0,'revision','',0),(33,1,'2015-12-09 14:05:31','2015-12-09 14:05:31','<h1>Pennsylvania Acquiring Agencies</h1>\r\n<a href=\"http://www.dot.state.pa.us/\" target=\"_blank\">Pennsylvania Department of Transportation (PennDOT)</a>\r\n<a href=\"http://www.paturnpike.com/\" target=\"_blank\">Pennsylvania Turnpike Commission</a>\r\n<a href=\"http://www.portauthority.org/paac/default.aspx\" target=\"_blank\">Port Authority of Allegheny County</a>\r\n<a href=\"http://www.septa.org/\" target=\"_blank\">Southeastern Pennsylvania Transportation Authority</a>\r\n<h1>Federal Agencies</h1>\r\n<a href=\"http://www.dot.gov/\" target=\"_blank\">United States Department of Transportation</a>\r\n<a href=\"http://www.fhwa.dot.gov/\" target=\"_blank\">Federal Highway Administration</a>\r\n<a href=\"http://www.faa.gov/\" target=\"_blank\">Federal Aviation Administration</a>\r\n<a href=\"http://www.fta.dot.gov/\" target=\"_blank\">Federal Transit Administration\r\n</a><a href=\"http://www.usace.army.mil/\" target=\"_blank\">US Army Corps of Engineers</a>\r\n<a href=\"http://www.gsa.gov/portal/category/100000\" target=\"_blank\">US General Services Administration</a>\r\n<a href=\"http://www.nhi.fhwa.dot.gov/default.aspx\" target=\"_blank\">National Highway Institute</a>\r\n<h1>Organizations</h1>\r\n<a href=\"https://www.irwaonline.org/eweb/StartPage.aspx\" target=\"_blank\">International Right-<wbr />of-<wbr />Way Association</a>\r\n<a href=\"http://www.transportation.org/\" target=\"_blank\">American Association of State Highway & Transportation Officials</a>\r\n<a href=\"http://www.highwayengineers.org/\" target=\"_blank\">American Society of Highway Engineers</a>\r\n<a href=\"http://www.asce.org/\" target=\"_blank\">American Society of Civil Engineers</a>\r\n<a href=\"http://www.appraisers.org/ASAHome.aspx\" target=\"_blank\">American Society of Appraisers</a>\r\n<a href=\"http://www.appraisalinstitute.org/\" target=\"_blank\">The Appraisal Institute</a>\r\n<a href=\"http://www.notary.org/\" target=\"_blank\">Pennsylvania Association of </a><a href=\"http://www.notary.org/\" target=\"_blank\">Notaries</a>\r\n<a href=\"http://www.cawp.org/index.aspx\" target=\"_blank\">Constructors Association of Western Pennsylvania</a>\r\n<a href=\"http://www.caoepa.com/\" target=\"_blank\">Contractors Association of Eastern Pennsylvani</a><a href=\"http://www.caoepa.com/\" target=\"_blank\">a</a>\r\n<a href=\"http://engrclub.org/\" target=\"_blank\">Engineers’</a><a href=\"http://engrclub.org/\"> Club of Philadelphia</a>','Links','','publish','closed','closed','','links','','','2016-01-21 14:26:03','2016-01-21 14:26:03','',0,'http://keystoneacquisitions.com/?page_id=33',0,'page','',0),(34,1,'2015-12-09 14:05:31','2015-12-09 14:05:31','','Links','','inherit','closed','closed','','33-revision-v1','','','2015-12-09 14:05:31','2015-12-09 14:05:31','',33,'http://keystoneacquisitions.com/33-revision-v1/',0,'revision','',0),(35,1,'2015-12-09 14:07:06','2015-12-09 14:07:06',' ','','','publish','closed','closed','','35','','','2016-01-22 15:53:12','2016-01-22 15:53:12','',0,'http://keystoneacquisitions.com/?p=35',2,'nav_menu_item','',0),(36,1,'2015-12-09 14:07:06','2015-12-09 14:07:06',' ','','','publish','closed','closed','','36','','','2016-01-22 15:53:12','2016-01-22 15:53:12','',0,'http://keystoneacquisitions.com/?p=36',5,'nav_menu_item','',0),(37,1,'2015-12-09 14:07:06','2015-12-09 14:07:06',' ','','','publish','closed','closed','','37','','','2016-01-22 15:53:12','2016-01-22 15:53:12','',0,'http://keystoneacquisitions.com/?p=37',6,'nav_menu_item','',0),(39,1,'2015-12-09 14:07:06','2015-12-09 14:07:06',' ','','','publish','closed','closed','','39','','','2016-01-22 15:53:12','2016-01-22 15:53:12','',11,'http://keystoneacquisitions.com/?p=39',12,'nav_menu_item','',0),(40,1,'2015-12-09 14:07:06','2015-12-09 14:07:06',' ','','','publish','closed','closed','','40','','','2016-01-22 15:53:12','2016-01-22 15:53:12','',11,'http://keystoneacquisitions.com/?p=40',11,'nav_menu_item','',0),(41,1,'2015-12-09 14:07:06','2015-12-09 14:07:06',' ','','','publish','closed','closed','','41','','','2016-01-22 15:53:12','2016-01-22 15:53:12','',11,'http://keystoneacquisitions.com/?p=41',10,'nav_menu_item','',0),(42,1,'2015-12-09 14:07:06','2015-12-09 14:07:06',' ','','','publish','closed','closed','','42','','','2016-01-22 15:53:12','2016-01-22 15:53:12','',11,'http://keystoneacquisitions.com/?p=42',9,'nav_menu_item','',0),(43,1,'2015-12-09 14:07:06','2015-12-09 14:07:06',' ','','','publish','closed','closed','','43','','','2016-01-22 15:53:12','2016-01-22 15:53:12','',11,'http://keystoneacquisitions.com/?p=43',8,'nav_menu_item','',0),(44,1,'2015-12-09 14:07:06','2015-12-09 14:07:06',' ','','','publish','closed','closed','','44','','','2016-01-22 15:53:12','2016-01-22 15:53:12','',11,'http://keystoneacquisitions.com/?p=44',7,'nav_menu_item','',0),(45,1,'2015-12-09 14:07:06','2015-12-09 14:07:06',' ','','','publish','closed','closed','','45','','','2016-01-22 15:53:12','2016-01-22 15:53:12','',11,'http://keystoneacquisitions.com/?p=45',13,'nav_menu_item','',0),(46,1,'2015-12-09 14:07:06','2015-12-09 14:07:06','','M & E Appraisal','','publish','closed','closed','','46','','','2016-01-22 15:53:12','2016-01-22 15:53:12','',11,'http://keystoneacquisitions.com/?p=46',14,'nav_menu_item','',0),(47,1,'2015-12-09 14:07:30','2015-12-09 14:07:30',' ','','','publish','closed','closed','','47','','','2016-01-22 15:53:12','2016-01-22 15:53:12','',0,'http://keystoneacquisitions.com/?p=47',16,'nav_menu_item','',0),(48,1,'2015-12-09 14:07:30','2015-12-09 14:07:30',' ','','','publish','closed','closed','','48','','','2016-01-22 15:53:12','2016-01-22 15:53:12','',0,'http://keystoneacquisitions.com/?p=48',20,'nav_menu_item','',0),(49,1,'2015-12-09 14:07:30','2015-12-09 14:07:30',' ','','','publish','closed','closed','','49','','','2016-01-22 15:53:12','2016-01-22 15:53:12','',0,'http://keystoneacquisitions.com/?p=49',21,'nav_menu_item','',0),(51,1,'2015-12-09 17:07:31','2015-12-09 17:07:31','','Slider','','publish','closed','closed','','acf_slider','','','2015-12-09 18:09:24','2015-12-09 18:09:24','',0,'http://keystoneacquisitions.com/?post_type=acf&p=51',0,'acf','',0),(52,1,'2015-12-09 17:18:27','2015-12-09 17:18:27','','slide_1','','inherit','open','closed','','slide_1','','','2015-12-09 17:18:27','2015-12-09 17:18:27','',2,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/slide_1.jpg',0,'attachment','image/jpeg',0),(53,1,'2015-12-09 17:19:01','2015-12-09 17:19:01','Keystone Acquisition Services Corporation is a full-service right-of-way acquisition firm, which is engaged throughout the Commonwealth of Pennsylvania, providing assistance with projects that result in private property being acquired to facilitate the completion of an improvement that is considered to be for the overall public benefit.\r\n\r\nSince our inception in January 2001, we have served over 55 clients in successfully completing over 200 projects. Assignments we have completed range from damage estimates,\r\nutility line planning, and minor bridge & culvert replacement projects to projects that involved total reconstruction of roadway facilities that impacted over 150 parcels, resulting in not only the displacement of numerous residential occupants but also the displacement of very large industrial and commercial enterprises as well.\r\n\r\nOur staff is strategically located throughout the Commonwealth to best serve the state. We employ a staff of 18 full and part-time team members, who combine for a comprehensive 300+ years of right-of-way acquisition and real estate experience.\r\n\r\nSpecializing in every niche of the acquisition process, our staff is able to fulfill requirements of any project from planning and development through construction. Regardless of the size of scope of the project, our staff always emphasizes: the quality of their work, professionalism, the commitment to our clients, as well as the fair and equitable treatment of the public affected by our projects.\r\n\r\nWhen choosing a right-of-way consulting firm to address your needs, you should feel secure about your choice. Our vast experience, capabilities, and exemplary record of past\r\nperformance should make the choice easy. With Keystone, you are ensured of: a job well done; a project completed in compliance with the applicable funding sources’ regulations; and an undertaking that will be well managed\r\nfrom start to finish.\r\n\r\nBy exploring our website, you can learn more about the services we provide, the projects we’ve completed, who provides them for us, and who has benefited (and continues to benefit) as a much valued client of Keystone.','Home','','inherit','closed','closed','','2-revision-v1','','','2015-12-09 17:19:01','2015-12-09 17:19:01','',2,'http://keystoneacquisitions.com/2-revision-v1/',0,'revision','',0),(54,1,'2015-12-09 17:19:24','2015-12-09 17:19:24','','slide_2','','inherit','open','closed','','slide_2','','','2015-12-09 17:19:24','2015-12-09 17:19:24','',2,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/slide_2.jpg',0,'attachment','image/jpeg',0),(55,1,'2015-12-09 17:19:27','2015-12-09 17:19:27','Keystone Acquisition Services Corporation is a full-service right-of-way acquisition firm, which is engaged throughout the Commonwealth of Pennsylvania, providing assistance with projects that result in private property being acquired to facilitate the completion of an improvement that is considered to be for the overall public benefit.\r\n\r\nSince our inception in January 2001, we have served over 55 clients in successfully completing over 200 projects. Assignments we have completed range from damage estimates,\r\nutility line planning, and minor bridge & culvert replacement projects to projects that involved total reconstruction of roadway facilities that impacted over 150 parcels, resulting in not only the displacement of numerous residential occupants but also the displacement of very large industrial and commercial enterprises as well.\r\n\r\nOur staff is strategically located throughout the Commonwealth to best serve the state. We employ a staff of 18 full and part-time team members, who combine for a comprehensive 300+ years of right-of-way acquisition and real estate experience.\r\n\r\nSpecializing in every niche of the acquisition process, our staff is able to fulfill requirements of any project from planning and development through construction. Regardless of the size of scope of the project, our staff always emphasizes: the quality of their work, professionalism, the commitment to our clients, as well as the fair and equitable treatment of the public affected by our projects.\r\n\r\nWhen choosing a right-of-way consulting firm to address your needs, you should feel secure about your choice. Our vast experience, capabilities, and exemplary record of past\r\nperformance should make the choice easy. With Keystone, you are ensured of: a job well done; a project completed in compliance with the applicable funding sources’ regulations; and an undertaking that will be well managed\r\nfrom start to finish.\r\n\r\nBy exploring our website, you can learn more about the services we provide, the projects we’ve completed, who provides them for us, and who has benefited (and continues to benefit) as a much valued client of Keystone.','Home','','inherit','closed','closed','','2-revision-v1','','','2015-12-09 17:19:27','2015-12-09 17:19:27','',2,'http://keystoneacquisitions.com/2-revision-v1/',0,'revision','',0),(56,1,'2015-12-09 17:19:33','2015-12-09 17:19:33','','slide_3','','inherit','open','closed','','slide_3','','','2015-12-09 17:19:33','2015-12-09 17:19:33','',2,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/slide_3.jpg',0,'attachment','image/jpeg',0),(57,1,'2015-12-09 17:19:40','2015-12-09 17:19:40','','slide_4','','inherit','open','closed','','slide_4','','','2015-12-09 17:19:40','2015-12-09 17:19:40','',2,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/slide_4.jpg',0,'attachment','image/jpeg',0),(58,1,'2015-12-09 17:19:48','2015-12-09 17:19:48','','slide_5','','inherit','open','closed','','slide_5','','','2015-12-09 17:19:48','2015-12-09 17:19:48','',2,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/slide_5.jpg',0,'attachment','image/jpeg',0),(59,1,'2015-12-09 17:19:51','2015-12-09 17:19:51','Keystone Acquisition Services Corporation is a full-service right-of-way acquisition firm, which is engaged throughout the Commonwealth of Pennsylvania, providing assistance with projects that result in private property being acquired to facilitate the completion of an improvement that is considered to be for the overall public benefit.\r\n\r\nSince our inception in January 2001, we have served over 55 clients in successfully completing over 200 projects. Assignments we have completed range from damage estimates,\r\nutility line planning, and minor bridge & culvert replacement projects to projects that involved total reconstruction of roadway facilities that impacted over 150 parcels, resulting in not only the displacement of numerous residential occupants but also the displacement of very large industrial and commercial enterprises as well.\r\n\r\nOur staff is strategically located throughout the Commonwealth to best serve the state. We employ a staff of 18 full and part-time team members, who combine for a comprehensive 300+ years of right-of-way acquisition and real estate experience.\r\n\r\nSpecializing in every niche of the acquisition process, our staff is able to fulfill requirements of any project from planning and development through construction. Regardless of the size of scope of the project, our staff always emphasizes: the quality of their work, professionalism, the commitment to our clients, as well as the fair and equitable treatment of the public affected by our projects.\r\n\r\nWhen choosing a right-of-way consulting firm to address your needs, you should feel secure about your choice. Our vast experience, capabilities, and exemplary record of past\r\nperformance should make the choice easy. With Keystone, you are ensured of: a job well done; a project completed in compliance with the applicable funding sources’ regulations; and an undertaking that will be well managed\r\nfrom start to finish.\r\n\r\nBy exploring our website, you can learn more about the services we provide, the projects we’ve completed, who provides them for us, and who has benefited (and continues to benefit) as a much valued client of Keystone.','Home','','inherit','closed','closed','','2-revision-v1','','','2015-12-09 17:19:51','2015-12-09 17:19:51','',2,'http://keystoneacquisitions.com/2-revision-v1/',0,'revision','',0),(60,1,'2015-12-09 18:50:08','2015-12-09 18:50:08','Keystone Acquisition Services Corporation is a full-service right-of-way acquisition firm, which is engaged throughout the Commonwealth of Pennsylvania, providing assistance with projects that result in private property being acquired to facilitate the completion of an improvement that is considered to be for the overall public benefit.\r\n\r\nSince our inception in January 2001, we have served over 55 clients in successfully completing over 200 projects. Assignments we have completed range from damage estimates,\r\nutility line planning, and minor bridge & culvert replacement projects to projects that involved total reconstruction of roadway facilities that impacted over 150 parcels, resulting in not only the displacement of numerous residential occupants but also the displacement of very large industrial and commercial enterprises as well.\r\n\r\nOur staff is strategically located throughout the Commonwealth to best serve the state. We employ a staff of 18 full and part-time team members, who combine for a comprehensive 300+ years of right-of-way acquisition and real estate experience.\r\n\r\nSpecializing in every niche of the acquisition process, our staff is able to fulfill requirements of any project from planning and development through construction. Regardless of the size of scope of the project, our staff always emphasizes: the quality of their work, professionalism, the commitment to our clients, as well as the fair and equitable treatment of the public affected by our projects.\r\n\r\nWhen choosing a right-of-way consulting firm to address your needs, you should feel secure about your choice. Our vast experience, capabilities, and exemplary record of past\r\nperformance should make the choice easy. With Keystone, you are ensured of: a job well done; a project completed in compliance with the applicable funding sources’ regulations; and an undertaking that will be well managed\r\nfrom start to finish.\r\n\r\nBy exploring our website, you can learn more about the services we provide, the projects we’ve completed, who provides them for us, and who has benefited (and continues to benefit) as a much valued client of Keystone.','Home','','inherit','closed','closed','','2-revision-v1','','','2015-12-09 18:50:08','2015-12-09 18:50:08','',2,'http://keystoneacquisitions.com/2-revision-v1/',0,'revision','',0),(61,1,'2015-12-09 21:03:53','2015-12-09 21:03:53','<strong>Keystone Acquisition Services Corporation</strong> is a full-service right-of-way acquisition firm, which is engaged throughout the Commonwealth of Pennsylvania, providing assistance with projects that result in private property being acquired to facilitate the completion of an improvement that is considered to be for the overall public benefit.\r\n\r\nSince our inception in January 2001, we have served over 55 clients in successfully completing over 200 projects. Assignments we have completed range from damage estimates,\r\nutility line planning, and minor bridge & culvert replacement projects to projects that involved total reconstruction of roadway facilities that impacted over 150 parcels, resulting in not only the displacement of numerous residential occupants but also the displacement of very large industrial and commercial enterprises as well.\r\n\r\nOur staff is strategically located throughout the Commonwealth to best serve the state. We employ a staff of 18 full and part-time team members, who combine for a comprehensive 300+ years of right-of-way acquisition and real estate experience.\r\n\r\nSpecializing in every niche of the acquisition process, our staff is able to fulfill requirements of any project from planning and development through construction. Regardless of the size of scope of the project, our staff always emphasizes: the quality of their work, professionalism, the commitment to our clients, as well as the fair and equitable treatment of the public affected by our projects.\r\n\r\nWhen choosing a right-of-way consulting firm to address your needs, you should feel secure about your choice. Our vast experience, capabilities, and exemplary record of past\r\nperformance should make the choice easy. With Keystone, you are ensured of: a job well done; a project completed in compliance with the applicable funding sources’ regulations; and an undertaking that will be well managed\r\nfrom start to finish.\r\n\r\nBy exploring our website, you can learn more about the services we provide, the projects we’ve completed, who provides them for us, and who has benefited (and continues to benefit) as a much valued client of Keystone.','Home','','inherit','closed','closed','','2-revision-v1','','','2015-12-09 21:03:53','2015-12-09 21:03:53','',2,'http://keystoneacquisitions.com/2-revision-v1/',0,'revision','',0),(62,1,'2015-12-10 19:03:56','2015-12-10 19:03:56','<strong>Keystone Acquisition Services Corporation</strong> is a full-service right-of-way acquisition firm, which is engaged throughout the Commonwealth of Pennsylvania, providing assistance with projects that result in private property being acquired to facilitate the completion of an improvement that is considered to be for the overall public benefit.\r\n\r\nSince our inception in January 2001, we have served over 55 clients in successfully completing over 200 projects. Assignments we have completed range from damage estimates, utility line planning, and minor bridge & culvert replacement projects to projects that involved total reconstruction of roadway facilities that impacted over 150 parcels, resulting in not only the displacement of numerous residential occupants but also the displacement of very large industrial and commercial enterprises as well.\r\n\r\nOur staff is strategically located throughout the Commonwealth to best serve the state. We employ a staff of 18 full and part-time team members, who combine for a comprehensive 300+ years of right-of-way acquisition and real estate experience.\r\n\r\nSpecializing in every niche of the acquisition process, our staff is able to fulfill requirements of any project from planning and development through construction. Regardless of the size of scope of the project, our staff always emphasizes: the quality of their work, professionalism, the commitment to our clients, as well as the fair and equitable treatment of the public affected by our projects.\r\n\r\nWhen choosing a right-of-way consulting firm to address your needs, you should feel secure about your choice. Our vast experience, capabilities, and exemplary record of past performance should make the choice easy. With Keystone, you are ensured of: a job well done; a project completed in compliance with the applicable funding sources’ regulations; and an undertaking that will be well managed from start to finish.\r\n\r\nBy exploring our website, you can learn more about the services we provide, the projects we’ve completed, who provides them for us, and who has benefited (and continues to benefit) as a much valued client of Keystone.','Home','','inherit','closed','closed','','2-revision-v1','','','2015-12-10 19:03:56','2015-12-10 19:03:56','',2,'http://keystoneacquisitions.com/2-revision-v1/',0,'revision','',0),(65,1,'2015-12-10 21:34:08','2015-12-10 21:34:08','Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.\r\n\r\nIn enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\r\n\r\nPhasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus. Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna. Sed consequat, leo eget bibendum sodales, augue velit cursus nunc,','Who We Are','','inherit','closed','closed','','7-revision-v1','','','2015-12-10 21:34:08','2015-12-10 21:34:08','',7,'http://keystoneacquisitions.com/7-revision-v1/',0,'revision','',0),(66,1,'2015-12-10 21:57:10','2015-12-10 21:57:10','<strong>Keystone Acquisition Services Corporation</strong> is a full-service right-of-way acquisition firm, which is engaged throughout the Commonwealth of Pennsylvania, providing assistance with projects that result in private property being acquired to facilitate the completion of an improvement that is considered to be for the overall public benefit.\r\n\r\nSince our inception in January 2001, we have served over 55 clients in successfully completing over 200 projects. Assignments we have completed range from damage estimates, utility line planning, and minor bridge & culvert replacement projects to projects that involved total reconstruction of roadway facilities that impacted over 150 parcels, resulting in not only the displacement of numerous residential occupants but also the displacement of very large industrial and commercial enterprises as well.\r\n\r\nOur staff is strategically located throughout the Commonwealth to best serve the state. We employ a staff of 18 full and part-time team members, who combine for a comprehensive 300+ years of right-of-way acquisition and real estate experience.\r\n\r\nSpecializing in every niche of the acquisition process, our staff is able to fulfill requirements of any project from planning and development through construction. Regardless of the size of scope of the project, our staff always emphasizes: the quality of their work, professionalism, the commitment to our clients, as well as the fair and equitable treatment of the public affected by our projects.\r\n\r\nWhen choosing a right-of-way consulting firm to address your needs, you should feel secure about your choice. Our vast experience, capabilities, and exemplary record of past performance should make the choice easy. With Keystone, you are ensured of: a job well done; a project completed in compliance with the applicable funding sources’ regulations; and an undertaking that will be well managed from start to finish.\r\n\r\nBy exploring our website, you can learn more about the services we provide, the projects we’ve completed, who provides them for us, and who has benefited (and continues to benefit) as a much valued client of Keystone.','Home','','inherit','closed','closed','','2-revision-v1','','','2015-12-10 21:57:10','2015-12-10 21:57:10','',2,'http://keystoneacquisitions.com/2-revision-v1/',0,'revision','',0),(67,1,'2015-12-10 21:57:26','2015-12-10 21:57:26','<strong>Keystone Acquisition Services Corporation</strong> is a full-service right-of-way acquisition firm, which is engaged throughout the Commonwealth of Pennsylvania, providing assistance with projects that result in private property being acquired to facilitate the completion of an improvement that is considered to be for the overall public benefit.\r\n\r\nSince our inception in January 2001, we have served over 55 clients in successfully completing over 200 projects. Assignments we have completed range from damage estimates, utility line planning, and minor bridge & culvert replacement projects to projects that involved total reconstruction of roadway facilities that impacted over 150 parcels, resulting in not only the displacement of numerous residential occupants but also the displacement of very large industrial and commercial enterprises as well.\r\n\r\nOur staff is strategically located throughout the Commonwealth to best serve the state. We employ a staff of 18 full and part-time team members, who combine for a comprehensive 300+ years of right-of-way acquisition and real estate experience.\r\n\r\nSpecializing in every niche of the acquisition process, our staff is able to fulfill requirements of any project from planning and development through construction. Regardless of the size of scope of the project, our staff always emphasizes: the quality of their work, professionalism, the commitment to our clients, as well as the fair and equitable treatment of the public affected by our projects.\r\n\r\nWhen choosing a right-of-way consulting firm to address your needs, you should feel secure about your choice. Our vast experience, capabilities, and exemplary record of past performance should make the choice easy. With Keystone, you are ensured of: a job well done; a project completed in compliance with the applicable funding sources’ regulations; and an undertaking that will be well managed from start to finish.\r\n\r\nBy exploring our website, you can learn more about the services we provide, the projects we’ve completed, who provides them for us, and who has benefited (and continues to benefit) as a much valued client of Keystone.','Home','','inherit','closed','closed','','2-revision-v1','','','2015-12-10 21:57:26','2015-12-10 21:57:26','',2,'http://keystoneacquisitions.com/2-revision-v1/',0,'revision','',0),(69,1,'2015-12-15 14:02:39','2015-12-15 14:02:39','<h1>PROJECT Management</h1>\r\n \r\nWe staff eight highly qualified Project Managers throughout the \r\nCommonwealth. Each has an innate ability to establish a workable project schedule and ensure that tasks are properly and effectively directed through our proper channels to maximize the value inherent in securing us to provide your service. Schedule compliance is a primary focal point of ours as we proceed with each project we work. \r\n\r\nOur Project Managers are in regular contact with each other and provide bi-weekly updates to upper management. This helps to properly allocate all of our human resources and re-allocate them for when a project of greater priority becomes evident. The regular interaction between the management \r\nteam also helps to solve individual project problems through team interaction and input from other decision makers in parallel positions.\r\n\r\nRegardless of whether we begin a project from the initial phase of final design or are approached midway through a project, we’re able to identify the needs, allocate the proper resources, achieve the goals and advance a project to construction as quickly as possible, while remaining efficient with the taxpayer dollars funding our projects. ','Project Management','','inherit','closed','closed','','13-revision-v1','','','2015-12-15 14:02:39','2015-12-15 14:02:39','',13,'http://keystoneacquisitions.com/13-revision-v1/',0,'revision','',0),(70,1,'2015-12-15 14:24:10','2015-12-15 14:24:10','','project_mgmt_featured_image','','inherit','open','closed','','project_mgmt_featured_image','','','2015-12-15 14:24:10','2015-12-15 14:24:10','',13,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/project_mgmt_featured_image.jpg',0,'attachment','image/jpeg',0),(71,1,'2015-12-15 16:12:01','2015-12-15 16:12:01','We staff eight highly qualified Project Managers throughout the Commonwealth. Each has an innate ability to establish a workable project schedule and ensure that tasks are properly and effectively directed through our proper channels to maximize the value inherent in securing us to provide your service. Schedule compliance is a primary focal point of ours as we proceed with each project we work. \r\n\r\nOur Project Managers are in regular contact with each other and provide bi-weekly updates to upper management. This helps to properly allocate all of our human resources and re-allocate them for when a project of greater priority becomes evident. The regular interaction between the management \r\nteam also helps to solve individual project problems through team interaction and input from other decision makers in parallel positions.\r\n\r\nRegardless of whether we begin a project from the initial phase of final design or are approached midway through a project, we’re able to identify the needs, allocate the proper resources, achieve the goals and advance a project to construction as quickly as possible, while remaining efficient with the taxpayer dollars funding our projects. ','Project Management','','inherit','closed','closed','','13-revision-v1','','','2015-12-15 16:12:01','2015-12-15 16:12:01','',13,'http://keystoneacquisitions.com/13-revision-v1/',0,'revision','',0),(72,1,'2015-12-15 16:45:23','2015-12-15 16:45:23','We staff eight highly qualified Project Managers throughout the Commonwealth. Each has an innate ability to establish a workable project schedule and ensure that tasks are properly and effectively directed through our proper channels to maximize the value inherent in securing us to provide your service. Schedule compliance is a primary focal point of ours as we proceed with each project we work. \n\nOur Project Managers are in regular contact with each other and provide bi-weekly updates to upper management. This helps to properly allocate all of our human resources and re-allocate them for when a project of greater priority becomes evident. The regular interaction between the management team also helps to solve individual project problems through team interaction and input from other decision makers in parallel positions.\n\nRegardless of whether we begin a project from the initial phase of final design or are approached midway through a project, we’re able to identify the needs, allocate the proper resources, achieve the goals and advance a project to construction as quickly as possible, while remaining efficient with the taxpayer dollars funding our projects. ','Project Management','','inherit','closed','closed','','13-autosave-v1','','','2015-12-15 16:45:23','2015-12-15 16:45:23','',13,'http://keystoneacquisitions.com/13-autosave-v1/',0,'revision','',0),(73,1,'2015-12-15 16:45:26','2015-12-15 16:45:26','We staff eight highly qualified Project Managers throughout the Commonwealth. Each has an innate ability to establish a workable project schedule and ensure that tasks are properly and effectively directed through our proper channels to maximize the value inherent in securing us to provide your service. Schedule compliance is a primary focal point of ours as we proceed with each project we work. \r\n\r\nOur Project Managers are in regular contact with each other and provide bi-weekly updates to upper management. This helps to properly allocate all of our human resources and re-allocate them for when a project of greater priority becomes evident. The regular interaction between the management team also helps to solve individual project problems through team interaction and input from other decision makers in parallel positions.\r\n\r\nRegardless of whether we begin a project from the initial phase of final design or are approached midway through a project, we’re able to identify the needs, allocate the proper resources, achieve the goals and advance a project to construction as quickly as possible, while remaining efficient with the taxpayer dollars funding our projects. ','Project Management','','inherit','closed','closed','','13-revision-v1','','','2015-12-15 16:45:26','2015-12-15 16:45:26','',13,'http://keystoneacquisitions.com/13-revision-v1/',0,'revision','',0),(75,1,'2015-12-16 19:21:47','2015-12-16 19:21:47','With over 300 combined years of experience, Keystone Acquisition Services employs some of the most well rounded right-of-way professionals in Pennsylvania. Our team consists of project managers, negotiators, appraisers, and relocation specialists working together to provide the full spectrum of right-of-way services.','Our Staff','','publish','closed','closed','','our-staff','','','2016-01-19 19:03:25','2016-01-19 19:03:25','',7,'http://keystoneacquisitions.com/?page_id=75',0,'page','',0),(76,1,'2015-12-16 19:21:47','2015-12-16 19:21:47','With over 300 combined years of experience, Keystone Acquisition Services employs some of the most well rounded right-of-way professionals in Pennsylvania. Our team consists of project managers, negotiators, appraisers, and relocation specialists working together to provide the full spectrum of right-of-way services. To learn more about our employees - choose a picture below to read a short bio for each individual.','Our Staff','','inherit','closed','closed','','75-revision-v1','','','2015-12-16 19:21:47','2015-12-16 19:21:47','',75,'http://keystoneacquisitions.com/75-revision-v1/',0,'revision','',0),(77,1,'2015-12-16 19:22:39','2015-12-16 19:22:39',' ','','','publish','closed','closed','','77','','','2016-01-22 15:53:12','2016-01-22 15:53:12','',7,'http://keystoneacquisitions.com/?p=77',4,'nav_menu_item','',0),(78,1,'2015-12-16 19:23:49','2015-12-16 19:23:49','<h3>Home Office</h3>\r\n3200 McKnight\r\nSuite 3204\r\nPittsburgh, PA 15237\r\nEmail: <a href=\"mailto:homeoffice@keystoneacquisitions.com\">homeoffice@keystoneacquisitions.com</a>\r\nToll-Free Phone: (888) 628-7861\r\nPhone: (412) 364-8612\r\nFax: (412) 364-8613\r\n\r\n<iframe class=\"map\" style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3032.22757509939!2d-80.00923004912546!3d40.53656105616558!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88348ca7c3f837a7%3A0xa093882fa54bf6be!2s3200+McKnight+E+Dr+%233204%2C+Pittsburgh%2C+PA+15237!5e0!3m2!1sen!2sus!4v1451421246247\" width=\"100%\" height=\"350\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h3>PTC Southern Beltway Field Office</h3>\r\n3878 Morganza Road\r\nBridgeville, PA 15017\r\nPhone: (724) 514-6128\r\n\r\n<iframe class=\"map\" style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2996.5267060043043!2d-75.79522012023799!3d41.31915880828659!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c51f25b994e755%3A0xdf6bd9ff50344dcb!2s126+S+Main+St%2C+Pittston%2C+PA+18640!5e0!3m2!1sen!2sus!4v1451421968060\" width=\"100%\" height=\"350\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h3>Eastern Regional Office</h3>\r\n418 Stump Road\r\nSuite 102\r\nMontgomeryville, PA 18936\r\nPhone: (267) 838-9600\r\n\r\n<iframe class=\"map\" style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3046.2100022637997!2d-75.23289892026757!3d40.22663277520389!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c6a46c83cfa4fb%3A0x9bd1e93adf804113!2s418+Stump+Rd%2C+Montgomeryville%2C+PA+18936!5e0!3m2!1sen!2sus!4v1451422109971\" width=\"100%\" height=\"350\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h3>Bedford Field Office</h3>\r\nOsterburg, PA 16667\r\n\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d24445.84186031251!2d-78.51891455049442!3d40.01447300082678!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89ca525c4633bb23%3A0xecc6177784f5df0c!2sBedford%2C+PA+15522!5e0!3m2!1sen!2sus!4v1453408855795\" width=\"100%\" height=\"350\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\r\n<h3>Reading Field Office</h3>\r\nP.0. Box 3700\r\nReading, PA 19606\r\n\r\n<iframe class=\"map\" style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d97324.21515460816!2d-75.99516885390754!3d40.3338773410851!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c670ca5086a8b9%3A0xe2eea549f5bf19f0!2sReading%2C+PA!5e0!3m2!1sen!2sus!4v1451422363043\" width=\"100%\" height=\"350\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>','Our Locations','','publish','closed','closed','','our-locations','','','2016-01-21 21:38:56','2016-01-21 21:38:56','',7,'http://keystoneacquisitions.com/?page_id=78',0,'page','',0),(79,1,'2015-12-16 19:23:49','2015-12-16 19:23:49','','Our Locations','','inherit','closed','closed','','78-revision-v1','','','2015-12-16 19:23:49','2015-12-16 19:23:49','',78,'http://keystoneacquisitions.com/78-revision-v1/',0,'revision','',0),(80,1,'2015-12-16 19:24:11','2015-12-16 19:24:11',' ','','','publish','closed','closed','','80','','','2016-01-22 15:53:12','2016-01-22 15:53:12','',7,'http://keystoneacquisitions.com/?p=80',3,'nav_menu_item','',0),(81,1,'2015-12-16 19:30:37','2015-12-16 19:30:37','At any given time, Keystone employees are actively working on a number of different right-of-way jobs throughout Pennsylvania. Since the company’s inception in 2001, Keystone Acquisition Services, Corporation has successfully completed over 200 projects. For more information regarding projects that are currently in progress, or jobs that we have successfully completed, please click on the map:','Projects','','inherit','closed','closed','','9-revision-v1','','','2015-12-16 19:30:37','2015-12-16 19:30:37','',9,'http://keystoneacquisitions.com/9-revision-v1/',0,'revision','',0),(82,1,'2015-12-16 19:31:33','2015-12-16 19:31:33','<p class=\"normal-p\" style=\"margin: 0in; margin-bottom: .0001pt; text-align: justify;\"><span class=\"normal-c\"><span style=\"font-family: \'Lucida Bright\'; color: black;\">We staff several highly qualified Project Managers throughout the Commonwealth. Each has an innate ability to establish a workable project schedule and ensure that tasks are properly and effectively directed through our proper channels to maximize the value inherent in securing us to provide your service. Schedule compliance is a primary focal point of ours as we proceed with each project we work. </span></span></p>\r\n<p class=\"normal-p\" style=\"margin: 0in; margin-bottom: .0001pt; text-align: justify;\"><span style=\"font-size: 13.5pt; color: black;\"> </span></p>\r\n<p class=\"normal-p\" style=\"margin: 0in; margin-bottom: .0001pt; text-align: justify;\"><span class=\"normal-c\"><span style=\"font-family: \'Lucida Bright\'; color: black;\">Regardless of whether we begin a project from the initial phase of final design or are approached midway through a project, we’re able to identify the needs, allocate the proper resources, achieve the goals and advance a project to construction as quickly as possible, while remaining efficient with the taxpayer dollars funding our projects.</span></span></p>','Our Services','','inherit','closed','closed','','11-revision-v1','','','2015-12-16 19:31:33','2015-12-16 19:31:33','',11,'http://keystoneacquisitions.com/11-revision-v1/',0,'revision','',0),(83,1,'2015-12-16 19:32:34','2015-12-16 19:32:34','<p class=\"normal-p\" style=\"margin: 0in; margin-bottom: .0001pt; text-align: justify;\"><span class=\"normal-c\"><span style=\"font-family: \'Lucida Bright\'; color: black;\">We staff several highly qualified Project Managers throughout the Commonwealth. Each has an innate ability to establish a workable project schedule and ensure that tasks are properly and effectively directed through our proper channels to maximize the value inherent in securing us to provide your service. Schedule compliance is a primary focal point of ours as we proceed with each project we work. </span></span></p>\n<p class=\"normal-p\" style=\"margin: 0in; margin-bottom: .0001pt; text-align: justify;\"></p>\n<p class=\"normal-p\" style=\"margin: 0in; margin-bottom: .0001pt; text-align: justify;\"><span class=\"normal-c\"><span style=\"font-family: \'Lucida Bright\'; color: black;\">Regardless of whether we begin a project from the initial phase of final design or are approached midway through a project, we’re able to identify the needs, allocate the proper resources, achieve the goals and advance a project to construction as quickly as possible, while remaining efficient with the taxpayer dollars funding our projects.</span></span></p>','Our Services','','inherit','closed','closed','','11-autosave-v1','','','2015-12-16 19:32:34','2015-12-16 19:32:34','',11,'http://keystoneacquisitions.com/11-autosave-v1/',0,'revision','',0),(84,1,'2015-12-16 19:33:41','2015-12-16 19:33:41','We staff several highly qualified Project Managers throughout the Commonwealth. Each has an innate ability to establish a workable project schedule and ensure that tasks are properly and effectively directed through our proper channels to maximize the value inherent in securing us to provide your service. Schedule compliance is a primary focal point of ours as we proceed with each project we work.\r\n\r\nRegardless of whether we begin a project from the initial phase of final design or are approached midway through a project, we’re able to identify the needs, allocate the proper resources, achieve the goals and advance a project to construction as quickly as possible, while remaining efficient with the taxpayer dollars funding our projects.','Our Services','','inherit','closed','closed','','11-revision-v1','','','2015-12-16 19:33:41','2015-12-16 19:33:41','',11,'http://keystoneacquisitions.com/11-revision-v1/',0,'revision','',0),(85,1,'2015-12-16 19:40:17','2015-12-16 19:40:17','Completing projects in over half of the Commonwealth of Pennsylvania’s 67 counties has enabled our staff to experience a wide variety of recordation mechanisms and different systems that prevail, while verifying title and searching liens, judgments and other encumbrances that may need to be satisfied as part of our transaction with a property owner.\r\n\r\nThe majority of our staff members are very familiar with hands-on courthouse research required to ensure proper title is identified and ultimately transferred to our clients. In unusual circumstances, it may become necessary to seek expert opinions on title issues and we rely on a bank of abstractors and attorneys to clarify certain issues to help us support findings and provide research on very complex properties.\r\n\r\nIn any instance, our ability to determine the needs of our clients and address them properly ensures that obstacles can be overcome and our staff will work closely with them to ensure proper title is passed so that projects can be built.','Title Research','','inherit','closed','closed','','15-revision-v1','','','2015-12-16 19:40:17','2015-12-16 19:40:17','',15,'http://keystoneacquisitions.com/15-revision-v1/',0,'revision','',0),(86,1,'2015-12-16 19:41:31','2015-12-16 19:41:31','Keystone employs three generally certified appraisers and has access to another three if additional efforts are required of our projects. Each appraiser is experienced with the pre-appraisal functions applicable to state and federally funded projects. We are fully capable of providing comparable data research, preparing quality appraisal problem analyses (APA), evaluating claims considered as candidates for Waiver Valuation Worksheets (WVW) and preparing the same.\r\n\r\nOur appraisers have extensive experience in preparing and reviewing residential, commercial, agricultural and industrial appraisals. This gives our clients the security that all properties can be appraised equitably and will be evaluated and reviewed by competent appraisers, familiar with any type of valuation problem.\r\n\r\nOur appraisal resources boast over 150 years of combined experience in appraisal and about 60 years of this is directly attributable to services provided while employed by the public sector. The diverse experiences from both the private and public sectors, enables us to provide the best service to our clients through comprehensive skills and application.','Appraisal Services','','inherit','closed','closed','','17-revision-v1','','','2015-12-16 19:41:31','2015-12-16 19:41:31','',17,'http://keystoneacquisitions.com/17-revision-v1/',0,'revision','',0),(87,1,'2015-12-16 19:42:12','2015-12-16 19:42:12','Our relocation assistance efforts have resulted in the successful displacement of over 1,000 residential occupants and well over 200 businesses. Our staff members’ innate sense of empathy, coupled with their knowledge of proper procedures and how to apply them to the applicable guidelines, have enabled the relocation processes for our projects to proceed very smoothly and thus not causing delays to ambitious schedules.\r\n\r\nBy being able to effectively analyze options and communicate them to the families, individuals and businesses being relocated, we are providing the best service possible and are able to help those parties make the best and most informed decisions to minimize hardships that relocation can cause, both financially and interpersonally.\r\n\r\nWe have been responsible for relocating some of the largest and most unique businesses in Pennsylvania. Those which were more complex include: a school district’s storage facility and bus garage, junk yards, a video game distributor, and an industrial park that contained 16 separate types of businesses, including two renowned artists, one of whose inventory was liquidated at auction for business discontinuance. Our ability to get involved with relocation efforts during our initial involvement with each project, to address potential concerns and situations we feel may potentially become problematic, enable us to effectively plan and facilitate a cohesive relocation effort for all claims.','Relocation Services','','inherit','closed','closed','','19-revision-v1','','','2015-12-16 19:42:12','2015-12-16 19:42:12','',19,'http://keystoneacquisitions.com/19-revision-v1/',0,'revision','',0),(88,1,'2015-12-16 19:43:25','2015-12-16 19:43:25','Since 2001, when we began operations, Keystone has been involved with resolving over 2,000 claims in Pennsylvania for public improvement projects. We do not hire people that are not inherently empathetic to work on our projects. We understand the hardships property owners experience, when their land needs to be acquired for a project they may or may not support.\r\n\r\nTo be able to overcome objections more readily, while ensuring that the property owners, who are the tax payers that fund our projects, are treated fairly and equitably, we are constantly manipulating what we do to be able to provide an unsurpassable amount of information to the property owners in order for them to make the best and most informed decisions relative to their claims.\r\n\r\nOur ability and practice of discussing claims internally with all staff, helps us to resolve the majority of our difficult claims through team efforts as each staff member, working together provides great insight to creatively resolving most matters. When we do identify situations, where the outcomes are indeterminable as to the exact impacts of a property, we protect the property owners’ interests and give them options and never force them into decisions. Sometimes, we recommend that a property owner allows us to acquire the needed property through condemnation so that they can exercise the option to leave their claim open until construction has been completed to make a better informed decision regarding the monetary offer we presented. This strengthens our relationships with the public and further supports our empathy to their plight.','Negotiations','','inherit','closed','closed','','21-revision-v1','','','2015-12-16 19:43:25','2015-12-16 19:43:25','',21,'http://keystoneacquisitions.com/21-revision-v1/',0,'revision','',0),(89,1,'2015-12-16 19:44:31','2015-12-16 19:44:31','Through negotiating claims for projects that may not always have strong public support, at times it becomes evident that we have to exercise the power of eminent domain and acquire certain properties through condemnation. When this is necessary, Keystone has always been able to provide relevant and necessary support to our clients in being able to not only file the required documents with the applicable counties, but to remain available to further negotiation efforts throughout the six year statute of limitations.\r\n\r\nOftentimes, when we’re engaged in a project for a local public agency or other client that does not frequently have to acquire constituents’ properties through eminent domain, our insight becomes invaluable as we work with local solicitors to ensure they are meeting obligations to the Eminent Domain Code.\r\n\r\nWe’ve participated extensively in board of view hearings for numerous clients and have provided expert testimony at many of those hearings. Our ability to work with acquiring agencies’ legal counsel and help support them in cases we’ve been involved with has led to our clients being the prevailing party in several instances.','Condemnation Support','','inherit','closed','closed','','23-revision-v1','','','2015-12-16 19:44:31','2015-12-16 19:44:31','',23,'http://keystoneacquisitions.com/23-revision-v1/',0,'revision','',0),(90,1,'2015-12-16 19:45:44','2015-12-16 19:45:44','When our projects’ construction schedules do not coincide with the acquisition phase of a project, it may become necessary for us to ensure that the property that we’ve purchased, on the behalf of an acquiring agency, does not present an eyesore or disruption to the locality from which it was acquired. At times, it becomes necessary for us to maintain certain characteristics of a property to ensure the safety of the community and allow neighboring property owners to continue their enjoyment of their own property.\r\n\r\nOur staff is familiar with securing the services of contractors that can guarantee the safety, security and maintenance of such properties. We work closely with contractors who board and seal the structures, demolition contractors, storage facilities, snow removal companies, landscapers who provide lawn care and utility companies, who ensure that all utilities are disconnected. Our adherence to the applicable procedures in procuring these services may further provide assurances to our clients that funding sources aren’t jeopardized and proper protocols are being followed.\r\n\r\nIn addition to properly maintaining property we acquire, we have also been involved with projects where total facility management was required, where we were responsible for rent collection, leasing, property maintenance, security, and disbursement of security deposits. We are constantly looking for ways to diversify the services we provide and by introducing new elements, we are better suited to serve our clients.','Property Management','','inherit','closed','closed','','25-revision-v1','','','2015-12-16 19:45:44','2015-12-16 19:45:44','',25,'http://keystoneacquisitions.com/25-revision-v1/',0,'revision','',0),(91,1,'2015-12-16 19:46:19','2015-12-16 19:46:19','Keystone has recently expanded the services we provide to include the valuation of machinery and equipment.\r\n\r\nWhen displacing a business, it is essential that accurate values for all of these items are determined in order to provide the highest level of assistance possible to those being displaced.\r\n\r\nWe’ve been largely involved with applying the contents of these reports to individual relocation claims that having the ability to determine values, reaches across company lines to help us better serve our clients, the public and especially those that are being relocated as a result of a public improvement project.\r\n\r\nHaving a Machinery and Equipment Appraiser on staff also helps our individuals providing relocation to commercial and industrial occupants.. By having the ability to further educate the agents and relocation specialists with their knowledge of M&E, we are preparing our agents better to speak intelligently with the property owners being displaced.','Machinery & Equipment Appraisal','','inherit','closed','closed','','27-revision-v1','','','2015-12-16 19:46:19','2015-12-16 19:46:19','',27,'http://keystoneacquisitions.com/27-revision-v1/',0,'revision','',0),(92,1,'2015-12-16 19:58:54','2015-12-16 19:58:54','Often times, the acquisition phase of a project is put onto the fast track to meet a predetermined construction schedule. The need to do this can be caused by a longer than anticipated preliminary or final design phase. By focusing our keen eyes and attention to your projects during development, we can help reduce errors and omissions, avoid unwarranted delays and keep your projects to schedule. We know what to look for, from a right-of-way impact perspective and can further help engineering firms designing projects in Pennsylvania avoid being cited for design errors.','Plan Review Services','','publish','closed','closed','','plan-review-services','','','2016-01-25 19:45:27','2016-01-25 19:45:27','',11,'http://keystoneacquisitions.com/?page_id=92',0,'page','',0),(93,1,'2015-12-16 19:58:54','2015-12-16 19:58:54','Often times, the acquisition phase of a project is put onto the fast track to meet a predetermined construction schedule. The need to do this can be caused by a longer than anticipated preliminary or final design phase. By focusing our keen eyes and attention to your projects during development, we can help reduce errors, avoid unwarranted delays and keep your projects to schedule. We know what to look for, from a right-of-way impact perspective and can further help engineering firms designing projects in Pennsylvania avoid being cited for design errors.','Plan Reading Services','','inherit','closed','closed','','92-revision-v1','','','2015-12-16 19:58:54','2015-12-16 19:58:54','',92,'http://keystoneacquisitions.com/92-revision-v1/',0,'revision','',0),(94,1,'2015-12-16 19:59:18','2015-12-16 19:59:18',' ','','','publish','closed','closed','','94','','','2016-01-22 15:53:12','2016-01-22 15:53:12','',11,'http://keystoneacquisitions.com/?p=94',15,'nav_menu_item','',0),(95,1,'2015-12-16 20:01:01','2015-12-16 20:01:01','Keystone Acquisition Services has established numerous working relationships with public agencies and authorities, while helping to advance their projects throughout Pennsylvania. Often-<wbr />times, those entities choose to include the acquisition phase of their projects as part of design. We’ve cultivated, developed and maintained numerous relationships with engineering companies, in pursuing the same goals of client satisfaction in Pennsylvania. More recently, as a result of the poor rating of Pennsylvania’s roads and bridges, more projects are being completed as design/build, which has allowed us to expand our clientele and cultivate some very strong relationships with contractors engaged in the transportation industry.','Business Partners','','inherit','closed','closed','','29-revision-v1','','','2015-12-16 20:01:01','2015-12-16 20:01:01','',29,'http://keystoneacquisitions.com/29-revision-v1/',0,'revision','',0),(96,1,'2015-12-16 20:20:28','2015-12-16 20:20:28','Keystone Acquisition Services has established numerous working relationships with public agencies and authorities, while helping to advance their projects throughout Pennsylvania. Often-<wbr />times, those entities choose to include the acquisition phase of their projects as part of design. We’ve cultivated, developed and maintained numerous relationships with engineering companies, in pursuing the same goals of client satisfaction in Pennsylvania. More recently, as a result of the poor rating of Pennsylvania’s roads and bridges, more projects are being completed as design/build, which has allowed us to expand our clientele and cultivate some very strong relationships with contractors engaged in the transportation industry.\n\nTo view a complete list of Keystone\'s trusted business partners in each category, select from the following:\n\n<a href=\"http://keystoneacquisitions.com/business-partners/acquiring-agencies/\">Acquiring Agencies</a>\n<a href=\"http://keystoneacquisitions.com/business-partners/engineering-companies/\">Engineering Partners</a>\n<a href=\"http://keystoneacquisitions.com/business-partners/construction-contractors/\">Construction Con</a>tractors','Business Partners','','inherit','closed','closed','','29-autosave-v1','','','2015-12-16 20:20:28','2015-12-16 20:20:28','',29,'http://keystoneacquisitions.com/29-autosave-v1/',0,'revision','',0),(97,1,'2015-12-16 20:12:16','2015-12-16 20:12:16','Keystone Acquisition Services has established numerous working relationships with public agencies and authorities, while helping to advance their projects throughout Pennsylvania. Often-<wbr />times, those entities choose to include the acquisition phase of their projects as part of design. We’ve cultivated, developed and maintained numerous relationships with engineering companies, in pursuing the same goals of client satisfaction in Pennsylvania. More recently, as a result of the poor rating of Pennsylvania’s roads and bridges, more projects are being completed as design/build, which has allowed us to expand our clientele and cultivate some very strong relationships with contractors engaged in the transportation industry.\r\n\r\nTo view a complete list of Keystone\'s trusted business partners in each category, select from the following:\r\n\r\nAcquiring Agencies\r\nEngineering Companies\r\nConstruction Companies','Business Partners','','inherit','closed','closed','','29-revision-v1','','','2015-12-16 20:12:16','2015-12-16 20:12:16','',29,'http://keystoneacquisitions.com/29-revision-v1/',0,'revision','',0),(99,1,'2015-12-16 20:14:19','2015-12-16 20:14:19','Town of McCandless, Hampton Township, Luzerne County, Montgomery County Transit Authority, Greene Township, Jackson Township','Acquiring Agencies','','publish','closed','closed','','acquiring-agencies','','','2016-01-25 16:48:40','2016-01-25 16:48:40','',29,'http://keystoneacquisitions.com/?page_id=99',0,'page','',0),(100,1,'2015-12-16 20:14:19','2015-12-16 20:14:19','To Do - Pick up logos/links and add:\r\n\r\nTown of McCandless, Hampton Township, Luzerne County, Montgomery County Transit Authority, Greene Township, Jackson Township\r\n\r\n \r\n\r\n ','Acquiring Agencies','','inherit','closed','closed','','99-revision-v1','','','2015-12-16 20:14:19','2015-12-16 20:14:19','',99,'http://keystoneacquisitions.com/99-revision-v1/',0,'revision','',0),(101,1,'2015-12-16 20:15:27','2015-12-16 20:15:27','','Engineering Partners','','publish','closed','closed','','engineering-partners','','','2016-01-19 19:11:50','2016-01-19 19:11:50','',29,'http://keystoneacquisitions.com/?page_id=101',0,'page','',0),(102,1,'2015-12-16 20:15:27','2015-12-16 20:15:27','To Do - Pick up logos and links','Engineering Companies','','inherit','closed','closed','','101-revision-v1','','','2015-12-16 20:15:27','2015-12-16 20:15:27','',101,'http://keystoneacquisitions.com/101-revision-v1/',0,'revision','',0),(103,1,'2015-12-16 20:16:19','2015-12-16 20:16:19','','Construction Contractors','','publish','closed','closed','','construction-contractors','','','2016-01-25 14:26:39','2016-01-25 14:26:39','',29,'http://keystoneacquisitions.com/?page_id=103',0,'page','',0),(104,1,'2015-12-16 20:16:19','2015-12-16 20:16:19','To Do - Pick up logos and links','Construction Contractors','','inherit','closed','closed','','103-revision-v1','','','2015-12-16 20:16:19','2015-12-16 20:16:19','',103,'http://keystoneacquisitions.com/103-revision-v1/',0,'revision','',0),(105,1,'2015-12-16 20:17:10','2015-12-16 20:17:10',' ','','','publish','closed','closed','','105','','','2016-01-22 15:53:12','2016-01-22 15:53:12','',29,'http://keystoneacquisitions.com/?p=105',19,'nav_menu_item','',0),(106,1,'2015-12-16 20:17:10','2015-12-16 20:17:10',' ','','','publish','closed','closed','','106','','','2016-01-22 15:53:12','2016-01-22 15:53:12','',29,'http://keystoneacquisitions.com/?p=106',18,'nav_menu_item','',0),(107,1,'2015-12-16 20:17:10','2015-12-16 20:17:10',' ','','','publish','closed','closed','','107','','','2016-01-22 15:53:12','2016-01-22 15:53:12','',29,'http://keystoneacquisitions.com/?p=107',17,'nav_menu_item','',0),(108,1,'2015-12-16 20:18:55','2015-12-16 20:18:55','To Do - Pick up logos and links','Engineering Partners','','inherit','closed','closed','','101-revision-v1','','','2015-12-16 20:18:55','2015-12-16 20:18:55','',101,'http://keystoneacquisitions.com/101-revision-v1/',0,'revision','',0),(109,1,'2015-12-16 20:20:45','2015-12-16 20:20:45','Keystone Acquisition Services has established numerous working relationships with public agencies and authorities, while helping to advance their projects throughout Pennsylvania. Often-<wbr />times, those entities choose to include the acquisition phase of their projects as part of design. We’ve cultivated, developed and maintained numerous relationships with engineering companies, in pursuing the same goals of client satisfaction in Pennsylvania. More recently, as a result of the poor rating of Pennsylvania’s roads and bridges, more projects are being completed as design/build, which has allowed us to expand our clientele and cultivate some very strong relationships with contractors engaged in the transportation industry.\r\n\r\nTo view a complete list of Keystone\'s trusted business partners in each category, select from the following:\r\n\r\n<a href=\"http://keystoneacquisitions.com/business-partners/acquiring-agencies/\">Acquiring Agencies</a>\r\n<a href=\"http://keystoneacquisitions.com/business-partners/engineering-companies/\">Engineering Partners</a>\r\n<a href=\"http://keystoneacquisitions.com/business-partners/construction-contractors/\">Construction Contractors</a>','Business Partners','','inherit','closed','closed','','29-revision-v1','','','2015-12-16 20:20:45','2015-12-16 20:20:45','',29,'http://keystoneacquisitions.com/29-revision-v1/',0,'revision','',0),(110,1,'2016-01-22 15:50:53','2016-01-22 15:50:53','Are you interested in working in the right-of-way industry? Do you want a truly interesting & rewarding career that will allow you to learn and develop each and every day?\n\nKeystone Acquisition Services, Corp. is actively seeking qualified applicants to accentuate our existing staff of right-of-way professionals! If you’re interested in becoming a team member with us, please send your resume & cover letter to:\n\nKeystone Acquisition Services, Corp.\nC/O Jay Broadbent\n3200 McKnight East Drive\nPittsburgh, PA 15237\n\nInformation may also be faxed or emailed to:\nFax: <span style=\"font-family:arial;\">(412) 364-8613</span>\nEmail: <a href=\"mailto:jay@keystoneacquisitions.com\">jay@keystoneacquisitions.com</a>','Employment','','inherit','closed','closed','','31-autosave-v1','','','2016-01-22 15:50:53','2016-01-22 15:50:53','',31,'http://keystoneacquisitions.com/31-autosave-v1/',0,'revision','',0),(111,1,'2015-12-16 20:28:21','2015-12-16 20:28:21','Are you interested in working in the right-of-way industry? Do you want a truly interesting & rewarding career that will allow you to learn and develop each and every day?\r\n\r\nKeystone Acquisition Services, Corp. is actively seeking qualified applicants to accentuate our existing staff of right-of-way professionals! If you’re interested in becoming a team member with us, please send your resume & cover letter to:\r\n\r\nKeystone Acquisition Services, Corp.\r\nC/O Jay Broadbent\r\n3200 McKnight East Drive\r\nPittsburgh, PA 15237\r\n\r\nInformation may also be faxed or emailed to:\r\nFax: (412) 364-8613\r\nEmail: Jay@Keystoneacquisitions.com','Employment','','inherit','closed','closed','','31-revision-v1','','','2015-12-16 20:28:21','2015-12-16 20:28:21','',31,'http://keystoneacquisitions.com/31-revision-v1/',0,'revision','',0),(112,1,'2015-12-16 20:28:40','2015-12-16 20:28:40','Are you interested in working in the right-of-way industry? Do you want a truly interesting & rewarding career that will allow you to learn and develop each and every day?\r\n\r\nKeystone Acquisition Services, Corp. is actively seeking qualified applicants to accentuate our existing staff of right-of-way professionals! If you’re interested in becoming a team member with us, please send your resume & cover letter to:\r\n\r\nKeystone Acquisition Services, Corp.\r\nC/O Jay Broadbent\r\n3200 McKnight East Drive\r\nPittsburgh, PA 15237\r\n\r\nInformation may also be faxed or emailed to:\r\nFax: (412) 364-8613\r\nEmail: <a href=\"mailto:Jay@Keystoneacquisitions.com\">Jay@Keystoneacquisitions.com</a>','Employment','','inherit','closed','closed','','31-revision-v1','','','2015-12-16 20:28:40','2015-12-16 20:28:40','',31,'http://keystoneacquisitions.com/31-revision-v1/',0,'revision','',0),(113,1,'2016-01-21 14:24:28','2016-01-21 14:24:28','<h1>Pennsylvania Acquiring Agencies</h1>\n<a href=\"http://www.dot.state.pa.us/\" target=\"_blank\">Pennsylvania Department of Transportation (PennDOT)</a>\n<a href=\"http://www.paturnpike.com/\" target=\"_blank\">Pennsylvania Turnpike Commission</a>\n<a href=\"http://www.portauthority.org/paac/default.aspx\" target=\"_blank\">Port Authority of Allegheny County</a>\n<a href=\"http://www.septa.org/\" target=\"_blank\">Southeastern Pennsylvania Transportation Authority</a>\n<h1>Federal Agencies</h1>\n<a href=\"http://www.dot.gov/\" target=\"_blank\">United States Department of Transportation</a>\n<a href=\"http://www.fhwa.dot.gov/\" target=\"_blank\">Federal Highway Administration</a>\n<a href=\"http://www.faa.gov/\" target=\"_blank\">Federal Aviation Administration</a>\n<a href=\"http://www.fta.dot.gov/\" target=\"_blank\">Federal Transit Administration\n</a><a href=\"http://www.usace.army.mil/\" target=\"_blank\">US Army Corps of Engineers</a>\n<a href=\"http://www.gsa.gov/portal/category/100000\" target=\"_blank\">US General Services Administration</a>\n<a href=\"http://www.nhi.fhwa.dot.gov/default.aspx\" target=\"_blank\">National Highway Institute</a>\n<h1>Organizations</h1>\n<a href=\"https://www.irwaonline.org/eweb/StartPage.aspx\" target=\"_blank\">International Right-<wbr />of-<wbr />Way Association</a>\n<a href=\"http://www.transportation.org/\" target=\"_blank\">American Association of State Highway & Transportation Officials</a>\n<a href=\"http://www.highwayengineers.org/\" target=\"_blank\">American Society of Highway Engineers</a>\n<a href=\"http://www.asce.org/\">American Society of Civil Engineers</a>\n<a href=\"http://www.appraisers.org/ASAHome.aspx\">American Society of Appraisers</a>\n<a href=\"http://www.appraisalinstitute.org/\">The Appraisal Institute</a>\n<a href=\"http://www.notary.org/\" target=\"_blank\">Pennsylvania Association of </a><a href=\"http://www.notary.org/\" target=\"_blank\">Notaries</a>\n<a href=\"http://www.cawp.org/index.aspx\" target=\"_blank\">Constructors Association of Western Pennsylvania</a>\n<a href=\"http://www.caoepa.com/\" target=\"_blank\">Contractors Association of Eastern Pennsylvani</a><a href=\"http://www.caoepa.com/\" target=\"_blank\">a</a>\n<a href=\"http://engrclub.org/\">Engineers’</a><a href=\"http://engrclub.org/\"> Club of Philadelphia</a>','Links','','inherit','closed','closed','','33-autosave-v1','','','2016-01-21 14:24:28','2016-01-21 14:24:28','',33,'http://keystoneacquisitions.com/33-autosave-v1/',0,'revision','',0),(114,1,'2015-12-16 20:31:02','2015-12-16 20:31:02','<h2>Pennsylvania Acquiring Agencies</h2>\r\nPennsylvania Department of Transportation (PennDOT)\r\nPennsylvania Turnpike Commission\r\nPort Authority of Allegheny County\r\nSoutheastern Pennsylvania Transportation Authority','Links','','inherit','closed','closed','','33-revision-v1','','','2015-12-16 20:31:02','2015-12-16 20:31:02','',33,'http://keystoneacquisitions.com/33-revision-v1/',0,'revision','',0),(115,1,'2015-12-16 20:31:19','2015-12-16 20:31:19','<h1>Pennsylvania Acquiring Agencies</h1>\r\nPennsylvania Department of Transportation (PennDOT)\r\nPennsylvania Turnpike Commission\r\nPort Authority of Allegheny County\r\nSoutheastern Pennsylvania Transportation Authority','Links','','inherit','closed','closed','','33-revision-v1','','','2015-12-16 20:31:19','2015-12-16 20:31:19','',33,'http://keystoneacquisitions.com/33-revision-v1/',0,'revision','',0),(116,1,'2015-12-16 20:32:29','2015-12-16 20:32:29','<h1>Pennsylvania Acquiring Agencies</h1>\r\nPennsylvania Department of Transportation (PennDOT)\r\nPennsylvania Turnpike Commission\r\nPort Authority of Allegheny County\r\nSoutheastern Pennsylvania Transportation Authority\r\n\r\nFederal Agencies\r\n\r\n<a href=\"http://www.dot.gov/\" target=\"_blank\">United States Department of Transportation</a>\r\n<a href=\"http://www.fhwa.dot.gov/\" target=\"_blank\">Federal Highway Administration</a>\r\n<a href=\"http://www.faa.gov/\">Federal Aviation Administration</a>\r\n<a href=\"http://www.fta.dot.gov/\" target=\"_blank\">Federal Transit Administration\r\n</a><a href=\"http://www.usace.army.mil/\" target=\"_blank\">US Army Corps of Engineers</a>\r\n<a href=\"http://www.gsa.gov/portal/category/100000\" target=\"_blank\">US General Services Administration</a>\r\n<a href=\"http://www.nhi.fhwa.dot.gov/default.aspx\" target=\"_blank\">National Highway Institute</a>','Links','','inherit','closed','closed','','33-revision-v1','','','2015-12-16 20:32:29','2015-12-16 20:32:29','',33,'http://keystoneacquisitions.com/33-revision-v1/',0,'revision','',0),(117,1,'2015-12-16 20:32:53','2015-12-16 20:32:53','<h1>Pennsylvania Acquiring Agencies</h1>\r\nPennsylvania Department of Transportation (PennDOT)\r\nPennsylvania Turnpike Commission\r\nPort Authority of Allegheny County\r\nSoutheastern Pennsylvania Transportation Authority\r\n<h1>Federal Agencies</h1>\r\n<a href=\"http://www.dot.gov/\" target=\"_blank\">United States Department of Transportation</a>\r\n<a href=\"http://www.fhwa.dot.gov/\" target=\"_blank\">Federal Highway Administration</a>\r\n<a href=\"http://www.faa.gov/\">Federal Aviation Administration</a>\r\n<a href=\"http://www.fta.dot.gov/\" target=\"_blank\">Federal Transit Administration\r\n</a><a href=\"http://www.usace.army.mil/\" target=\"_blank\">US Army Corps of Engineers</a>\r\n<a href=\"http://www.gsa.gov/portal/category/100000\" target=\"_blank\">US General Services Administration</a>\r\n<a href=\"http://www.nhi.fhwa.dot.gov/default.aspx\" target=\"_blank\">National Highway Institute</a>','Links','','inherit','closed','closed','','33-revision-v1','','','2015-12-16 20:32:53','2015-12-16 20:32:53','',33,'http://keystoneacquisitions.com/33-revision-v1/',0,'revision','',0),(118,1,'2015-12-16 20:33:37','2015-12-16 20:33:37','<h1>Pennsylvania Acquiring Agencies</h1>\r\n<a href=\"http://www.dot.state.pa.us/\" target=\"_blank\">Pennsylvania Department of Transportation (PennDOT)</a>\r\n<a href=\"http://www.paturnpike.com/\" target=\"_blank\">Pennsylvania Turnpike Commission</a>\r\n<a href=\"http://www.portauthority.org/paac/default.aspx\" target=\"_blank\">Port Authority of Allegheny County</a>\r\n<a href=\"http://www.septa.org/\" target=\"_blank\">Southeastern Pennsylvania Transportation Authority</a>\r\n<h1>Federal Agencies</h1>\r\n<a href=\"http://www.dot.gov/\" target=\"_blank\">United States Department of Transportation</a>\r\n<a href=\"http://www.fhwa.dot.gov/\" target=\"_blank\">Federal Highway Administration</a>\r\n<a href=\"http://www.faa.gov/\">Federal Aviation Administration</a>\r\n<a href=\"http://www.fta.dot.gov/\" target=\"_blank\">Federal Transit Administration\r\n</a><a href=\"http://www.usace.army.mil/\" target=\"_blank\">US Army Corps of Engineers</a>\r\n<a href=\"http://www.gsa.gov/portal/category/100000\" target=\"_blank\">US General Services Administration</a>\r\n<a href=\"http://www.nhi.fhwa.dot.gov/default.aspx\" target=\"_blank\">National Highway Institute</a>','Links','','inherit','closed','closed','','33-revision-v1','','','2015-12-16 20:33:37','2015-12-16 20:33:37','',33,'http://keystoneacquisitions.com/33-revision-v1/',0,'revision','',0),(119,1,'2015-12-16 20:34:44','2015-12-16 20:34:44','<h1>Pennsylvania Acquiring Agencies</h1>\r\n<a href=\"http://www.dot.state.pa.us/\" target=\"_blank\">Pennsylvania Department of Transportation (PennDOT)</a>\r\n<a href=\"http://www.paturnpike.com/\" target=\"_blank\">Pennsylvania Turnpike Commission</a>\r\n<a href=\"http://www.portauthority.org/paac/default.aspx\" target=\"_blank\">Port Authority of Allegheny County</a>\r\n<a href=\"http://www.septa.org/\" target=\"_blank\">Southeastern Pennsylvania Transportation Authority</a>\r\n<h1>Federal Agencies</h1>\r\n<a href=\"http://www.dot.gov/\" target=\"_blank\">United States Department of Transportation</a>\r\n<a href=\"http://www.fhwa.dot.gov/\" target=\"_blank\">Federal Highway Administration</a>\r\n<a href=\"http://www.faa.gov/\">Federal Aviation Administration</a>\r\n<a href=\"http://www.fta.dot.gov/\" target=\"_blank\">Federal Transit Administration\r\n</a><a href=\"http://www.usace.army.mil/\" target=\"_blank\">US Army Corps of Engineers</a>\r\n<a href=\"http://www.gsa.gov/portal/category/100000\" target=\"_blank\">US General Services Administration</a>\r\n<a href=\"http://www.nhi.fhwa.dot.gov/default.aspx\" target=\"_blank\">National Highway Institute</a>\r\n<h1>Organizations</h1>\r\n<a href=\"https://www.irwaonline.org/eweb/StartPage.aspx\" target=\"_blank\">International Right-<wbr />of-<wbr />Way Association</a>\r\n<a href=\"http://www.transportation.org/\" target=\"_blank\">American Association of State Highway & Transportation Officials</a>\r\n<a href=\"http://www.highwayengineers.org/\" target=\"_blank\">American Society of Highway Engineers</a>\r\n<a href=\"http://www.asce.org/\">American Society of Civil Engineers</a>\r\n<a href=\"http://www.appraisers.org/ASAHome.aspx\">American Society of Appraisers</a>\r\n<a href=\"http://www.appraisalinstitute.org/\">The Appraisal Institute</a>\r\n<a href=\"http://www.notary.org/\" target=\"_blank\">Pennsylvania Association of </a><a href=\"http://www.notary.org/\" target=\"_blank\">Notaries</a>\r\n<a href=\"http://www.cawp.org/index.aspx\" target=\"_blank\">Constructors Association of Western Pennsylvania</a>\r\n<a href=\"http://www.caoepa.com/\" target=\"_blank\">Contractors Association of Eastern Pennsylvani</a><a href=\"http://www.caoepa.com/\" target=\"_blank\">a</a>\r\n<a href=\"http://engrclub.org/\">Engineers’</a><a href=\"http://engrclub.org/\"> Club of Philadelphia</a>','Links','','inherit','closed','closed','','33-revision-v1','','','2015-12-16 20:34:44','2015-12-16 20:34:44','',33,'http://keystoneacquisitions.com/33-revision-v1/',0,'revision','',0),(120,1,'2015-12-16 20:39:02','2015-12-16 20:39:02','If you’re interested in learning more about the right-of-way industry, James Broadbent’s book “<em>Right-of-Way Man</em>” gives an extremely personal look into the acquisition process. James shares stories of his years spent with the State Highway Department’s Right-of-Way unit, and details all of the weird, wild, and wonderful projects he has worked on throughout the years. Personally involved in projects totaling more than $40 million worth of taxpayer’s money, <strong><em>Broadbent has seen it all.</em></strong>\r\n<blockquote><strong>\"Jim Broadbent has bought 1,500 houses, 150 businesses & a $5million amusement park - and he\'s not even in the real estate business.\"</strong></blockquote>\r\n<p class=\"author\"><em>Jerry Sharpe</em>\r\nPittsburgh Press</p>\r\n\r\n<h3>Order Right-of-Way Man for just $11.95 + $3.00 shipping through PayPal:</h3>\r\n<div class=\"paypalContainer\"><form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\" target=\"_top\"><input name=\"cmd\" type=\"hidden\" value=\"_s-xclick\" /><input name=\"hosted_button_id\" type=\"hidden\" value=\"U4979DGFCMD3J\" /><input alt=\"PayPal - The safer, easier way to pay online!\" name=\"submit\" src=\"https://www.paypalobjects.com/en_US/i/btn/btn_buynowCC_LG.gif\" type=\"image\" />\r\n<img src=\"https://www.paypalobjects.com/en_US/i/scr/pixel.gif\" alt=\"\" width=\"1\" height=\"1\" border=\"0\" />\r\n\r\n</form></div>\r\n<!-- end paypalContainer -->','Order \"Right of Way Man\"','','publish','closed','closed','','order-right-of-way-man','','','2016-01-19 19:10:55','2016-01-19 19:10:55','',33,'http://keystoneacquisitions.com/?page_id=120',0,'page','',0),(121,1,'2015-12-16 20:39:02','2015-12-16 20:39:02','If you’re interested in learning more about the right-of-way industry, James Broadbent’s book “Right-of-Way Man” gives an extremely personal look into the acquisition process. James shares stories of his years spent with the State Highway Department’s Right-of-Way unit, and details all of the weird, wild, and wonderful projects he has worked on throughout the years. Personally involved in projects totaling more than $40 million worth of taxpayer’s money,\r\n<h2><strong><em>Broadbent has seen it all.</em></strong></h2>','Order \"Right of Way Man\"','','inherit','closed','closed','','120-revision-v1','','','2015-12-16 20:39:02','2015-12-16 20:39:02','',120,'http://keystoneacquisitions.com/120-revision-v1/',0,'revision','',0),(122,1,'2015-12-16 20:39:30','2015-12-16 20:39:30','','Order \"Right of Way Man\"','','publish','closed','closed','','order-right-of-way-man','','','2016-01-22 15:53:12','2016-01-22 15:53:12','',33,'http://keystoneacquisitions.com/?p=122',22,'nav_menu_item','',0),(125,1,'2015-12-16 20:57:04','2015-12-16 20:57:04','','Keystone Acquisitions | Order Right of Way Man','','inherit','open','closed','','right-of-way-man-book-cover','','','2016-01-19 19:10:54','2016-01-19 19:10:54','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/Right-of-Way-Man-Book-Cover.jpg',0,'attachment','image/jpeg',0),(126,1,'2016-01-11 18:53:05','2016-01-11 18:53:05','If you’re interested in learning more about the right-of-way industry, James Broadbent’s book “<em>Right-of-Way Man</em>” gives an extremely personal look into the acquisition process. James shares stories of his years spent with the State Highway Department’s Right-of-Way unit, and details all of the weird, wild, and wonderful projects he has worked on throughout the years. Personally involved in projects totaling more than $40 million worth of taxpayer’s money, <strong><em>Broadbent has seen it all.</em></strong>\n<p style=\"padding-left: 30px;\"><strong>\"Jim Broadbent has bought 1,500 houses, 150 businesses & a $5million amusement park - and he\'s not even in the real estate business.\"</strong></p>\n<p style=\"padding-left: 60px;\"><em>Jerry Sharpe</em>\nPittsburgh Press</p>\n\n<h3>Order Right-of-Way Man for just through PayPal:</h3>\n\n<div class=\"paypalContainer\">\n\n <form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\" target=\"_top\">\n \n <input type=\"hidden\" name=\"cmd\" value=\"_s-xclick\">\n \n <input type=\"hidden\" name=\"hosted_button_id\" value=\"U4979DGFCMD3J\">\n \n <input type=\"image\" src=\"https://www.paypalobjects.com/en_US/i/btn/btn_buynowCC_LG.gif\" border=\"0\" name=\"submit\" alt=\"PayPal - The safer, easier way to pay online!\">\n \n <img alt=\"\" border=\"0\" src=\"https://www.paypalobjects.com/en_US/i/scr/pixel.gif\" width=\"1\" height=\"1\">\n \n </form>\n \n</div><!-- end paypalContainer -->','Order \"Right of Way Man\"','','inherit','closed','closed','','120-autosave-v1','','','2016-01-11 18:53:05','2016-01-11 18:53:05','',120,'http://keystoneacquisitions.com/120-autosave-v1/',0,'revision','',0),(127,1,'2015-12-16 21:00:25','2015-12-16 21:00:25','If you’re interested in learning more about the right-of-way industry, James Broadbent’s book “Right-of-Way Man” gives an extremely personal look into the acquisition process. James shares stories of his years spent with the State Highway Department’s Right-of-Way unit, and details all of the weird, wild, and wonderful projects he has worked on throughout the years. Personally involved in projects totaling more than $40 million worth of taxpayer’s money,\r\n<h2><strong><em>Broadbent has seen it all.</em></strong></h2>\r\n \r\n<blockquote><strong>\"Jim Broadbent has bought 1,500 houses, 150 businesses & a $5million amusement park - and he\'s not even in the real estate business.\"</strong>\r\n<em>Jerry Sharpe</em>\r\nPittsburgh Press</blockquote>','Order \"Right of Way Man\"','','inherit','closed','closed','','120-revision-v1','','','2015-12-16 21:00:25','2015-12-16 21:00:25','',120,'http://keystoneacquisitions.com/120-revision-v1/',0,'revision','',0),(128,1,'2015-12-16 21:01:29','2015-12-16 21:01:29','If you’re interested in learning more about the right-of-way industry, James Broadbent’s book “Right-of-Way Man” gives an extremely personal look into the acquisition process. James shares stories of his years spent with the State Highway Department’s Right-of-Way unit, and details all of the weird, wild, and wonderful projects he has worked on throughout the years. Personally involved in projects totaling more than $40 million worth of taxpayer’s money,\r\n<h2><strong><em>Broadbent has seen it all.</em></strong></h2>\r\n \r\n<p style=\"padding-left: 30px;\"><strong>\"Jim Broadbent has bought 1,500 houses, 150 businesses & a $5million amusement park - and he\'s not even in the real estate business.\"</strong></p>\r\n<p style=\"padding-left: 60px;\"><em>Jerry Sharpe</em>\r\nPittsburgh Press</p>','Order \"Right of Way Man\"','','inherit','closed','closed','','120-revision-v1','','','2015-12-16 21:01:29','2015-12-16 21:01:29','',120,'http://keystoneacquisitions.com/120-revision-v1/',0,'revision','',0),(129,1,'2015-12-16 21:02:35','2015-12-16 21:02:35','If you’re interested in learning more about the right-of-way industry, James Broadbent’s book “<em>Right-of-Way Man</em>” gives an extremely personal look into the acquisition process. James shares stories of his years spent with the State Highway Department’s Right-of-Way unit, and details all of the weird, wild, and wonderful projects he has worked on throughout the years. Personally involved in projects totaling more than $40 million worth of taxpayer’s money, <strong><em>Broadbent has seen it all.</em></strong>\r\n<p style=\"padding-left: 30px;\"><strong>\"Jim Broadbent has bought 1,500 houses, 150 businesses & a $5million amusement park - and he\'s not even in the real estate business.\"</strong></p>\r\n<p style=\"padding-left: 60px;\"><em>Jerry Sharpe</em>\r\nPittsburgh Press</p>','Order \"Right of Way Man\"','','inherit','closed','closed','','120-revision-v1','','','2015-12-16 21:02:35','2015-12-16 21:02:35','',120,'http://keystoneacquisitions.com/120-revision-v1/',0,'revision','',0),(133,1,'2015-12-16 21:18:29','2015-12-16 21:18:29','','Vendors Fagan Supply','','inherit','open','closed','','vendors-fagan-supply','','','2015-12-16 21:18:29','2015-12-16 21:18:29','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/Vendors-Fagan-Supply.png',0,'attachment','image/png',0),(135,1,'2015-12-18 20:11:16','2015-12-18 20:11:16','','Keystone Acquisitions | Projects','','inherit','open','closed','','28-under-construction','','','2016-01-19 19:05:04','2016-01-19 19:05:04','',9,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/28-under-construction.jpg',0,'attachment','image/jpeg',0),(137,1,'2015-12-18 20:16:47','2015-12-18 20:16:47','','Keystone Acquisitions | Our Services','','inherit','open','closed','','seneca-ramps-79-320crp','','','2016-01-19 19:09:55','2016-01-19 19:09:55','',11,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/seneca-ramps-79-320crp.jpg',0,'attachment','image/jpeg',0),(138,1,'2015-12-18 20:19:16','2015-12-18 20:19:16','','Keystone Acquisitions | Business Partners','','inherit','open','closed','','state-route-43-51gj','','','2016-01-19 19:13:20','2016-01-19 19:13:20','',29,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/State-Route-43-51GJ.jpg',0,'attachment','image/jpeg',0),(139,1,'2015-12-18 20:22:10','2015-12-18 20:22:10','','Keystone Acquisitions | Employment','','inherit','open','closed','','turtle-creek-bridge','','','2016-01-19 19:11:17','2016-01-19 19:11:17','',31,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/turtle-creek-bridge.jpg',0,'attachment','image/jpeg',0),(141,1,'2015-12-21 21:12:44','2015-12-21 21:12:44','','Keystone Acquisitions | Who We Are','','inherit','open','closed','','jacks-run-bridge-no-1-do','','','2016-01-19 19:04:35','2016-01-19 19:04:35','',7,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/Jacks-Run-Bridge-no-1-do.jpg',0,'attachment','image/jpeg',0),(142,1,'2015-12-21 21:20:32','2015-12-21 21:20:32','','Keystone Acquisitions | Links','','inherit','open','closed','','4021-b00-do','','','2016-01-19 19:10:16','2016-01-19 19:10:16','',33,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/4021-B00-do.jpg',0,'attachment','image/jpeg',0),(143,1,'2015-12-22 13:48:49','2015-12-22 13:48:49','Town of McCandless, Hampton Township, Luzerne County, Montgomery County Transit Authority, Greene Township, Jackson Township\r\n\r\n \r\n\r\n ','Acquiring Agencies','','inherit','closed','closed','','99-revision-v1','','','2015-12-22 13:48:49','2015-12-22 13:48:49','',99,'http://keystoneacquisitions.com/99-revision-v1/',0,'revision','',0),(166,1,'2015-12-22 13:51:41','2015-12-22 13:51:41','Town of McCandless, Hampton Township, Luzerne County, Montgomery County Transit Authority, Greene Township, Jackson Township\n\n \n\n \n\n ','Acquiring Agencies','','inherit','closed','closed','','99-autosave-v1','','','2015-12-22 13:51:41','2015-12-22 13:51:41','',99,'http://keystoneacquisitions.com/99-autosave-v1/',0,'revision','',0),(167,1,'2015-12-22 13:50:39','2015-12-22 13:50:39','Town of McCandless, Hampton Township, Luzerne County, Montgomery County Transit Authority, Greene Township, Jackson Township\r\n\r\n[gallery link=\"none\" size=\"full\" ids=\"144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165\"]\r\n\r\n \r\n\r\n ','Acquiring Agencies','','inherit','closed','closed','','99-revision-v1','','','2015-12-22 13:50:39','2015-12-22 13:50:39','',99,'http://keystoneacquisitions.com/99-revision-v1/',0,'revision','',0),(168,1,'2015-12-22 14:15:16','2015-12-22 14:15:16','','susquehanna-valley','','inherit','open','closed','','susquehanna-valley','','','2015-12-22 14:15:16','2015-12-22 14:15:16','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/susquehanna-valley.jpg',0,'attachment','image/jpeg',0),(169,1,'2015-12-22 14:15:16','2015-12-22 14:15:16','','woodcock-township','','inherit','open','closed','','woodcock-township','','','2015-12-22 14:15:16','2015-12-22 14:15:16','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/woodcock-township.jpg',0,'attachment','image/jpeg',0),(170,1,'2015-12-22 14:15:17','2015-12-22 14:15:17','','alcosan','','inherit','open','closed','','alcosan','','','2015-12-22 14:15:17','2015-12-22 14:15:17','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/alcosan.jpg',0,'attachment','image/jpeg',0),(171,1,'2015-12-22 14:15:17','2015-12-22 14:15:17','','allegheny-county','','inherit','open','closed','','allegheny-county','','','2015-12-22 14:15:17','2015-12-22 14:15:17','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/allegheny-county.jpg',0,'attachment','image/jpeg',0),(172,1,'2015-12-22 14:15:17','2015-12-22 14:15:17','','allegheny-county-airport','','inherit','open','closed','','allegheny-county-airport','','','2015-12-22 14:15:17','2015-12-22 14:15:17','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/allegheny-county-airport.jpg',0,'attachment','image/jpeg',0),(173,1,'2015-12-22 14:15:18','2015-12-22 14:15:18','','antrim-township','','inherit','open','closed','','antrim-township','','','2015-12-22 14:15:18','2015-12-22 14:15:18','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/antrim-township.jpg',0,'attachment','image/jpeg',0),(174,1,'2015-12-22 14:15:18','2015-12-22 14:15:18','','borough-of-landsdale','','inherit','open','closed','','borough-of-landsdale','','','2015-12-22 14:15:18','2015-12-22 14:15:18','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/borough-of-landsdale.jpg',0,'attachment','image/jpeg',0),(175,1,'2015-12-22 14:15:19','2015-12-22 14:15:19','','california-university','','inherit','open','closed','','california-university','','','2015-12-22 14:15:19','2015-12-22 14:15:19','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/california-university.jpg',0,'attachment','image/jpeg',0),(176,1,'2015-12-22 14:15:19','2015-12-22 14:15:19','','carbon-county','','inherit','open','closed','','carbon-county','','','2015-12-22 14:15:19','2015-12-22 14:15:19','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/carbon-county.jpg',0,'attachment','image/jpeg',0),(177,1,'2015-12-22 14:15:20','2015-12-22 14:15:20','','city-of-new-castle','','inherit','open','closed','','city-of-new-castle','','','2015-12-22 14:15:20','2015-12-22 14:15:20','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/city-of-new-castle.jpg',0,'attachment','image/jpeg',0),(178,1,'2015-12-22 14:15:21','2015-12-22 14:15:21','','city-of-pittsburgh','','inherit','open','closed','','city-of-pittsburgh','','','2015-12-22 14:15:21','2015-12-22 14:15:21','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/city-of-pittsburgh.jpg',0,'attachment','image/jpeg',0),(179,1,'2015-12-22 14:15:22','2015-12-22 14:15:22','','findlay-township','','inherit','open','closed','','findlay-township','','','2015-12-22 14:15:22','2015-12-22 14:15:22','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/findlay-township.jpg',0,'attachment','image/jpeg',0),(180,1,'2015-12-22 14:15:23','2015-12-22 14:15:23','','green-gas','','inherit','open','closed','','green-gas','','','2015-12-22 14:15:23','2015-12-22 14:15:23','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/green-gas.jpg',0,'attachment','image/jpeg',0),(181,1,'2015-12-22 14:15:24','2015-12-22 14:15:24','','hamilton-township','','inherit','open','closed','','hamilton-township','','','2015-12-22 14:15:24','2015-12-22 14:15:24','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/hamilton-township.jpg',0,'attachment','image/jpeg',0),(182,1,'2015-12-22 14:15:25','2015-12-22 14:15:25','','harborcreek-township','','inherit','open','closed','','harborcreek-township','','','2015-12-22 14:15:25','2015-12-22 14:15:25','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/harborcreek-township.jpg',0,'attachment','image/jpeg',0),(183,1,'2015-12-22 14:15:26','2015-12-22 14:15:26','','lehigh-county','','inherit','open','closed','','lehigh-county','','','2015-12-22 14:15:26','2015-12-22 14:15:26','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/lehigh-county.jpg',0,'attachment','image/jpeg',0),(184,1,'2015-12-22 14:15:27','2015-12-22 14:15:27','','new-castle-school-district','','inherit','open','closed','','new-castle-school-district','','','2015-12-22 14:15:27','2015-12-22 14:15:27','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/new-castle-school-district.jpg',0,'attachment','image/jpeg',0),(185,1,'2015-12-22 14:15:28','2015-12-22 14:15:28','','pa-turnpike','','inherit','open','closed','','pa-turnpike','','','2015-12-22 14:15:28','2015-12-22 14:15:28','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/pa-turnpike.jpg',0,'attachment','image/jpeg',0),(186,1,'2015-12-22 14:15:29','2015-12-22 14:15:29','','Pennsylvania Dept. Of Transportation','','inherit','open','closed','','penndot','','','2016-01-25 16:48:38','2016-01-25 16:48:38','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/penndot.jpg',0,'attachment','image/jpeg',0),(187,1,'2015-12-22 14:15:30','2015-12-22 14:15:30','','port-authority-allegheny-county','','inherit','open','closed','','port-authority-allegheny-county','','','2015-12-22 14:15:30','2015-12-22 14:15:30','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/port-authority-allegheny-county.jpg',0,'attachment','image/jpeg',0),(188,1,'2015-12-22 14:15:31','2015-12-22 14:15:31','','richland-township','','inherit','open','closed','','richland-township','','','2015-12-22 14:15:31','2015-12-22 14:15:31','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/richland-township.jpg',0,'attachment','image/jpeg',0),(189,1,'2015-12-22 14:15:32','2015-12-22 14:15:32','','septa','','inherit','open','closed','','septa','','','2015-12-22 14:15:32','2015-12-22 14:15:32','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/septa.jpg',0,'attachment','image/jpeg',0),(191,1,'2015-12-22 14:17:39','2015-12-22 14:17:39','At any given time, Keystone employees are actively working on a number of different right-of-way jobs throughout Pennsylvania. Since the company’s inception in 2001, Keystone Acquisition Services, Corporation has successfully completed over 200 projects. For more information regarding projects that are currently in progress, or jobs that we have successfully completed, please click on the map:\r\n\r\n<img class=\"alignnone size-medium wp-image-190\" src=\"http://keystoneacquisitions.com/wp-content/uploads/2015/12/PennsylvaniaMap-300x174.png\" alt=\"PennsylvaniaMap\" width=\"300\" height=\"174\" />','Projects','','inherit','closed','closed','','9-revision-v1','','','2015-12-22 14:17:39','2015-12-22 14:17:39','',9,'http://keystoneacquisitions.com/9-revision-v1/',0,'revision','',0),(192,1,'2015-12-22 14:18:29','2015-12-22 14:18:29','At any given time, Keystone employees are actively working on a number of different right-of-way jobs throughout Pennsylvania. Since the company’s inception in 2001, Keystone Acquisition Services, Corporation has successfully completed over 200 projects. For more information regarding projects that are currently in progress, or jobs that we have successfully completed, please click on the map:\r\n\r\n<img class=\"alignnone wp-image-190 size-large\" src=\"http://keystoneacquisitions.com/wp-content/uploads/2015/12/PennsylvaniaMap-1024x594.png\" alt=\"PennsylvaniaMap\" width=\"1024\" height=\"594\" />','Projects','','inherit','closed','closed','','9-revision-v1','','','2015-12-22 14:18:29','2015-12-22 14:18:29','',9,'http://keystoneacquisitions.com/9-revision-v1/',0,'revision','',0),(193,1,'2015-12-22 14:22:43','2015-12-22 14:22:43','Town of McCandless, Hampton Township, Luzerne County, Montgomery County Transit Authority, Greene Township, Jackson Township\r\n\r\n<div class=\"row\">\r\n <div class=\"col-xs-12 col-sm-4 col-md-4 col-lg-4\">\r\n <a href=\"\" target=\"_blank\"><img src=\"http://keystoneacquisitions.com/wp-content/uploads/2015/12/penndot.jpg\" class=\"img-responsive logos\" /></a>\r\n </div>\r\n <div class=\"col-xs-12 col-sm-4 col-md-4 col-lg-4\">\r\n <a href=\"\" target=\"_blank\"><img src=\"http://keystoneacquisitions.com/wp-content/uploads/2015/12/pa-turnpike.jpg\" class=\"img-responsive logos\" /></a>\r\n </div>\r\n <div class=\"col-xs-12 col-sm-4 col-md-4 col-lg-4\">\r\n <a href=\"\" target=\"_blank\"><img src=\"http://keystoneacquisitions.com/wp-content/uploads/2015/12/allegheny-county.jpg\" class=\"img-responsive logos\" /></a>\r\n </div>\r\n</div><!-- end row -->','Acquiring Agencies','','inherit','closed','closed','','99-revision-v1','','','2015-12-22 14:22:43','2015-12-22 14:22:43','',99,'http://keystoneacquisitions.com/99-revision-v1/',0,'revision','',0),(194,1,'2015-12-22 14:27:10','2015-12-22 14:27:10','Town of McCandless, Hampton Township, Luzerne County, Montgomery County Transit Authority, Greene Township, Jackson Township','Acquiring Agencies','','inherit','closed','closed','','99-revision-v1','','','2015-12-22 14:27:10','2015-12-22 14:27:10','',99,'http://keystoneacquisitions.com/99-revision-v1/',0,'revision','',0),(197,1,'2015-12-22 14:44:56','2015-12-22 14:44:56','','Acquiring Agencies Gallery','','publish','closed','closed','','acf_acquiring-agencies-gallery','','','2016-01-25 14:48:12','2016-01-25 14:48:12','',0,'http://keystoneacquisitions.com/?post_type=acf&p=197',0,'acf','',0),(198,1,'2015-12-22 14:47:11','2015-12-22 14:47:11','At any given time, Keystone employees are actively working on a number of different right-of-way jobs throughout Pennsylvania. Since the company’s inception in 2001, Keystone Acquisition Services, Corporation has successfully completed over 200 projects. For more information regarding projects that are currently in progress, or jobs that we have successfully completed, please click on the map:\r\n\r\n ','Projects','','inherit','closed','closed','','9-revision-v1','','','2015-12-22 14:47:11','2015-12-22 14:47:11','',9,'http://keystoneacquisitions.com/9-revision-v1/',0,'revision','',0),(199,1,'2015-12-22 14:58:16','2015-12-22 14:58:16','Town of McCandless, Hampton Township, Luzerne County, Montgomery County Transit Authority, Greene Township, Jackson Township','Acquiring Agencies','','inherit','closed','closed','','99-revision-v1','','','2015-12-22 14:58:16','2015-12-22 14:58:16','',99,'http://keystoneacquisitions.com/99-revision-v1/',0,'revision','',0),(200,1,'2015-12-22 14:59:37','2015-12-22 14:59:37','Town of McCandless, Hampton Township, Luzerne County, Montgomery County Transit Authority, Greene Township, Jackson Township','Acquiring Agencies','','inherit','closed','closed','','99-revision-v1','','','2015-12-22 14:59:37','2015-12-22 14:59:37','',99,'http://keystoneacquisitions.com/99-revision-v1/',0,'revision','',0),(201,1,'2015-12-22 15:01:52','2015-12-22 15:01:52','Town of McCandless, Hampton Township, Luzerne County, Montgomery County Transit Authority, Greene Township, Jackson Township','Acquiring Agencies','','inherit','closed','closed','','99-revision-v1','','','2015-12-22 15:01:52','2015-12-22 15:01:52','',99,'http://keystoneacquisitions.com/99-revision-v1/',0,'revision','',0),(202,1,'2015-12-22 15:19:23','2015-12-22 15:19:23','Town of McCandless, Hampton Township, Luzerne County, Montgomery County Transit Authority, Greene Township, Jackson Township','Acquiring Agencies','','inherit','closed','closed','','99-revision-v1','','','2015-12-22 15:19:23','2015-12-22 15:19:23','',99,'http://keystoneacquisitions.com/99-revision-v1/',0,'revision','',0),(203,1,'2015-12-22 15:20:09','2015-12-22 15:20:09','Town of McCandless, Hampton Township, Luzerne County, Montgomery County Transit Authority, Greene Township, Jackson Township','Acquiring Agencies','','inherit','closed','closed','','99-revision-v1','','','2015-12-22 15:20:09','2015-12-22 15:20:09','',99,'http://keystoneacquisitions.com/99-revision-v1/',0,'revision','',0),(204,1,'2015-12-22 15:22:07','2015-12-22 15:22:07','Town of McCandless, Hampton Township, Luzerne County, Montgomery County Transit Authority, Greene Township, Jackson Township','Acquiring Agencies','','inherit','closed','closed','','99-revision-v1','','','2015-12-22 15:22:07','2015-12-22 15:22:07','',99,'http://keystoneacquisitions.com/99-revision-v1/',0,'revision','',0),(205,1,'2015-12-22 15:23:43','2015-12-22 15:23:43','Town of McCandless, Hampton Township, Luzerne County, Montgomery County Transit Authority, Greene Township, Jackson Township','Acquiring Agencies','','inherit','closed','closed','','99-revision-v1','','','2015-12-22 15:23:43','2015-12-22 15:23:43','',99,'http://keystoneacquisitions.com/99-revision-v1/',0,'revision','',0),(206,1,'2015-12-22 15:26:15','2015-12-22 15:26:15','Town of McCandless, Hampton Township, Luzerne County, Montgomery County Transit Authority, Greene Township, Jackson Township','Acquiring Agencies','','inherit','closed','closed','','99-revision-v1','','','2015-12-22 15:26:15','2015-12-22 15:26:15','',99,'http://keystoneacquisitions.com/99-revision-v1/',0,'revision','',0),(207,1,'2015-12-22 15:27:21','2015-12-22 15:27:21','Town of McCandless, Hampton Township, Luzerne County, Montgomery County Transit Authority, Greene Township, Jackson Township','Acquiring Agencies','','inherit','closed','closed','','99-revision-v1','','','2015-12-22 15:27:21','2015-12-22 15:27:21','',99,'http://keystoneacquisitions.com/99-revision-v1/',0,'revision','',0),(208,1,'2015-12-22 15:31:47','2015-12-22 15:31:47','Town of McCandless, Hampton Township, Luzerne County, Montgomery County Transit Authority, Greene Township, Jackson Township','Acquiring Agencies','','inherit','closed','closed','','99-revision-v1','','','2015-12-22 15:31:47','2015-12-22 15:31:47','',99,'http://keystoneacquisitions.com/99-revision-v1/',0,'revision','',0),(209,1,'2015-12-22 15:56:35','2015-12-22 15:56:35','','Engineering Partners Gallery','','publish','closed','closed','','acf_engineering-partners-gallery','','','2016-01-25 14:48:35','2016-01-25 14:48:35','',0,'http://keystoneacquisitions.com/?post_type=acf&p=209',0,'acf','',0),(210,1,'2015-12-22 15:57:06','2015-12-22 15:57:06','','Construction Contractors Gallery','','publish','closed','closed','','acf_construction-contractors-gallery','','','2016-01-25 14:48:50','2016-01-25 14:48:50','',0,'http://keystoneacquisitions.com/?post_type=acf&p=210',0,'acf','',0),(211,1,'2015-12-22 16:00:36','2015-12-22 16:00:36','To Do - Pick up logos and links','Construction Contractors','','inherit','closed','closed','','103-revision-v1','','','2015-12-22 16:00:36','2015-12-22 16:00:36','',103,'http://keystoneacquisitions.com/103-revision-v1/',0,'revision','',0),(212,1,'2015-12-22 16:08:09','2015-12-22 16:08:09','','kuharchik','','inherit','open','closed','','kuharchik','','','2015-12-22 16:08:09','2015-12-22 16:08:09','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/kuharchik.jpg',0,'attachment','image/jpeg',0),(213,1,'2015-12-22 16:08:09','2015-12-22 16:08:09','','lobar','','inherit','open','closed','','lobar','','','2015-12-22 16:08:09','2015-12-22 16:08:09','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/lobar.jpg',0,'attachment','image/jpeg',0),(214,1,'2015-12-22 16:08:10','2015-12-22 16:08:10','','marino','','inherit','open','closed','','marino','','','2015-12-22 16:08:10','2015-12-22 16:08:10','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/marino.jpg',0,'attachment','image/jpeg',0),(215,1,'2015-12-22 16:08:10','2015-12-22 16:08:10','','minichi','','inherit','open','closed','','minichi','','','2015-12-22 16:08:10','2015-12-22 16:08:10','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/minichi.jpg',0,'attachment','image/jpeg',0),(216,1,'2015-12-22 16:08:10','2015-12-22 16:08:10','','pioneer','','inherit','open','closed','','pioneer','','','2015-12-22 16:08:10','2015-12-22 16:08:10','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/pioneer.jpg',0,'attachment','image/jpeg',0),(217,1,'2015-12-22 16:08:11','2015-12-22 16:08:11','','plum','','inherit','open','closed','','plum','','','2015-12-22 16:08:11','2015-12-22 16:08:11','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/plum.jpg',0,'attachment','image/jpeg',0),(218,1,'2015-12-22 16:08:11','2015-12-22 16:08:11','','quality-engineering-solutions','','inherit','open','closed','','quality-engineering-solutions','','','2015-12-22 16:08:11','2015-12-22 16:08:11','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/quality-engineering-solutions.jpg',0,'attachment','image/jpeg',0),(219,1,'2015-12-22 16:08:12','2015-12-22 16:08:12','','russel-standard','','inherit','open','closed','','russel-standard','','','2015-12-22 16:08:12','2015-12-22 16:08:12','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/russel-standard.jpg',0,'attachment','image/jpeg',0),(220,1,'2015-12-22 16:08:12','2015-12-22 16:08:12','','s-e-t','','inherit','open','closed','','s-e-t','','','2015-12-22 16:08:12','2015-12-22 16:08:12','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/s-e-t.jpg',0,'attachment','image/jpeg',0),(221,1,'2015-12-22 16:08:12','2015-12-22 16:08:12','','shingledeckers','','inherit','open','closed','','shingledeckers','','','2015-12-22 16:08:12','2015-12-22 16:08:12','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/shingledeckers.jpg',0,'attachment','image/jpeg',0),(222,1,'2015-12-22 16:08:13','2015-12-22 16:08:13','','susquehanna-valley','','inherit','open','closed','','susquehanna-valley-2','','','2015-12-22 16:08:13','2015-12-22 16:08:13','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/susquehanna-valley-1.jpg',0,'attachment','image/jpeg',0),(223,1,'2015-12-22 16:08:13','2015-12-22 16:08:13','','aameyers','','inherit','open','closed','','aameyers','','','2015-12-22 16:08:13','2015-12-22 16:08:13','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/aameyers.jpg',0,'attachment','image/jpeg',0),(224,1,'2015-12-22 16:08:14','2015-12-22 16:08:14','','a-folino','','inherit','open','closed','','a-folino','','','2015-12-22 16:08:14','2015-12-22 16:08:14','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/a-folino.jpg',0,'attachment','image/jpeg',0),(225,1,'2015-12-22 16:08:14','2015-12-22 16:08:14','','clearwater','','inherit','open','closed','','clearwater','','','2015-12-22 16:08:14','2015-12-22 16:08:14','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/clearwater.jpg',0,'attachment','image/jpeg',0),(226,1,'2015-12-22 16:08:14','2015-12-22 16:08:14','','fabcor','','inherit','open','closed','','fabcor','','','2015-12-22 16:08:14','2015-12-22 16:08:14','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/fabcor.jpg',0,'attachment','image/jpeg',0),(227,1,'2015-12-22 16:08:15','2015-12-22 16:08:15','','grace-industries','','inherit','open','closed','','grace-industries','','','2015-12-22 16:08:15','2015-12-22 16:08:15','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/grace-industries.jpg',0,'attachment','image/jpeg',0),(228,1,'2015-12-22 16:08:16','2015-12-22 16:08:16','','james-d-morrisey','','inherit','open','closed','','james-d-morrisey','','','2015-12-22 16:08:16','2015-12-22 16:08:16','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/james-d-morrisey.jpg',0,'attachment','image/jpeg',0),(229,1,'2015-12-22 16:08:17','2015-12-22 16:08:17','','jay-fulkroad','','inherit','open','closed','','jay-fulkroad','','','2015-12-22 16:08:17','2015-12-22 16:08:17','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/jay-fulkroad.jpg',0,'attachment','image/jpeg',0),(230,1,'2015-12-22 16:08:18','2015-12-22 16:08:18','','jdeckman','','inherit','open','closed','','jdeckman','','','2015-12-22 16:08:18','2015-12-22 16:08:18','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/jdeckman.jpg',0,'attachment','image/jpeg',0),(231,1,'2015-12-22 16:08:19','2015-12-22 16:08:19','','joeseph-b-fay','','inherit','open','closed','','joeseph-b-fay','','','2015-12-22 16:08:19','2015-12-22 16:08:19','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/joeseph-b-fay.jpg',0,'attachment','image/jpeg',0),(232,1,'2015-12-22 16:08:20','2015-12-22 16:08:20','','kci-technologies','','inherit','open','closed','','kci-technologies','','','2015-12-22 16:08:20','2015-12-22 16:08:20','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/kci-technologies.jpg',0,'attachment','image/jpeg',0),(233,1,'2015-12-22 16:08:21','2015-12-22 16:08:21','','kinsley','','inherit','open','closed','','kinsley','','','2015-12-22 16:08:21','2015-12-22 16:08:21','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/kinsley.jpg',0,'attachment','image/jpeg',0),(234,1,'2015-12-22 16:09:23','2015-12-22 16:09:23','','Construction Contractors','','inherit','closed','closed','','103-revision-v1','','','2015-12-22 16:09:23','2015-12-22 16:09:23','',103,'http://keystoneacquisitions.com/103-revision-v1/',0,'revision','',0),(235,1,'2015-12-22 16:10:58','2015-12-22 16:10:58','','Construction Contractors','','inherit','closed','closed','','103-revision-v1','','','2015-12-22 16:10:58','2015-12-22 16:10:58','',103,'http://keystoneacquisitions.com/103-revision-v1/',0,'revision','',0),(236,1,'2015-12-22 16:14:12','2015-12-22 16:14:12','','Construction Contractors','','inherit','closed','closed','','103-revision-v1','','','2015-12-22 16:14:12','2015-12-22 16:14:12','',103,'http://keystoneacquisitions.com/103-revision-v1/',0,'revision','',0),(237,1,'2015-12-22 16:23:15','2015-12-22 16:23:15','','Construction Contractors','','inherit','closed','closed','','103-revision-v1','','','2015-12-22 16:23:15','2015-12-22 16:23:15','',103,'http://keystoneacquisitions.com/103-revision-v1/',0,'revision','',0),(238,1,'2015-12-22 16:31:28','2015-12-22 16:31:28','','Construction Contractors','','inherit','closed','closed','','103-revision-v1','','','2015-12-22 16:31:28','2015-12-22 16:31:28','',103,'http://keystoneacquisitions.com/103-revision-v1/',0,'revision','',0),(239,1,'2015-12-22 16:33:42','2015-12-22 16:33:42','','Engineering Partners','','inherit','closed','closed','','101-revision-v1','','','2015-12-22 16:33:42','2015-12-22 16:33:42','',101,'http://keystoneacquisitions.com/101-revision-v1/',0,'revision','',0),(240,1,'2015-12-22 16:37:23','2015-12-22 16:37:23','','cherry-weber','','inherit','open','closed','','cherry-weber','','','2015-12-22 16:37:23','2015-12-22 16:37:23','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/cherry-weber.jpg',0,'attachment','image/jpeg',0),(241,1,'2015-12-22 16:37:23','2015-12-22 16:37:23','','cs-davidson','','inherit','open','closed','','cs-davidson','','','2015-12-22 16:37:23','2015-12-22 16:37:23','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/cs-davidson.jpg',0,'attachment','image/jpeg',0),(242,1,'2015-12-22 16:37:23','2015-12-22 16:37:23','','czop-specter','','inherit','open','closed','','czop-specter','','','2015-12-22 16:37:23','2015-12-22 16:37:23','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/czop-specter.jpg',0,'attachment','image/jpeg',0),(243,1,'2015-12-22 16:37:24','2015-12-22 16:37:24','','dewberry','','inherit','open','closed','','dewberry','','','2015-12-22 16:37:24','2015-12-22 16:37:24','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/dewberry.jpg',0,'attachment','image/jpeg',0),(244,1,'2015-12-22 16:37:24','2015-12-22 16:37:24','','gai-consultants','','inherit','open','closed','','gai-consultants','','','2015-12-22 16:37:24','2015-12-22 16:37:24','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/gai-consultants.jpg',0,'attachment','image/jpeg',0),(245,1,'2015-12-22 16:37:25','2015-12-22 16:37:25','','gannet-flemming','','inherit','open','closed','','gannet-flemming','','','2015-12-22 16:37:25','2015-12-22 16:37:25','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/gannet-flemming.jpg',0,'attachment','image/jpeg',0),(246,1,'2015-12-22 16:37:25','2015-12-22 16:37:25','','gibson-thomas','','inherit','open','closed','','gibson-thomas','','','2015-12-22 16:37:25','2015-12-22 16:37:25','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/gibson-thomas.jpg',0,'attachment','image/jpeg',0),(247,1,'2015-12-22 16:37:26','2015-12-22 16:37:26','','haks','','inherit','open','closed','','haks','','','2015-12-22 16:37:26','2015-12-22 16:37:26','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/haks.jpg',0,'attachment','image/jpeg',0),(248,1,'2015-12-22 16:37:26','2015-12-22 16:37:26','','hdr','','inherit','open','closed','','hdr','','','2015-12-22 16:37:26','2015-12-22 16:37:26','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/hdr.jpg',0,'attachment','image/jpeg',0),(249,1,'2015-12-22 16:37:26','2015-12-22 16:37:26','','larson-design','','inherit','open','closed','','larson-design','','','2015-12-22 16:37:26','2015-12-22 16:37:26','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/larson-design.jpg',0,'attachment','image/jpeg',0),(250,1,'2015-12-22 16:37:27','2015-12-22 16:37:27','','mackin-engineering','','inherit','open','closed','','mackin-engineering','','','2015-12-22 16:37:27','2015-12-22 16:37:27','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/mackin-engineering.jpg',0,'attachment','image/jpeg',0),(251,1,'2015-12-22 16:37:27','2015-12-22 16:37:27','','maguire-group','','inherit','open','closed','','maguire-group','','','2015-12-22 16:37:27','2015-12-22 16:37:27','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/maguire-group.jpg',0,'attachment','image/jpeg',0),(252,1,'2015-12-22 16:37:28','2015-12-22 16:37:28','','mccormik-taylor','','inherit','open','closed','','mccormik-taylor','','','2015-12-22 16:37:28','2015-12-22 16:37:28','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/mccormik-taylor.jpg',0,'attachment','image/jpeg',0),(253,1,'2015-12-22 16:37:28','2015-12-22 16:37:28','','mcmahon-transportation','','inherit','open','closed','','mcmahon-transportation','','','2015-12-22 16:37:28','2015-12-22 16:37:28','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/mcmahon-transportation.jpg',0,'attachment','image/jpeg',0),(254,1,'2015-12-22 16:37:28','2015-12-22 16:37:28','','mctish-kunkel','','inherit','open','closed','','mctish-kunkel','','','2015-12-22 16:37:28','2015-12-22 16:37:28','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/mctish-kunkel.jpg',0,'attachment','image/jpeg',0),(255,1,'2015-12-22 16:37:29','2015-12-22 16:37:29','','michael-baker','','inherit','open','closed','','michael-baker','','','2015-12-22 16:37:29','2015-12-22 16:37:29','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/michael-baker.jpg',0,'attachment','image/jpeg',0),(256,1,'2015-12-22 16:37:29','2015-12-22 16:37:29','','modjeski-masters','','inherit','open','closed','','modjeski-masters','','','2015-12-22 16:37:29','2015-12-22 16:37:29','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/modjeski-masters.jpg',0,'attachment','image/jpeg',0),(257,1,'2015-12-22 16:37:30','2015-12-22 16:37:30','','pb-americas','','inherit','open','closed','','pb-americas','','','2015-12-22 16:37:30','2015-12-22 16:37:30','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/pb-americas.jpg',0,'attachment','image/jpeg',0),(258,1,'2015-12-22 16:37:30','2015-12-22 16:37:30','','pennoni','','inherit','open','closed','','pennoni','','','2015-12-22 16:37:30','2015-12-22 16:37:30','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/pennoni.jpg',0,'attachment','image/jpeg',0),(259,1,'2015-12-22 16:37:30','2015-12-22 16:37:30','','pickering-corts-summerson','','inherit','open','closed','','pickering-corts-summerson','','','2015-12-22 16:37:30','2015-12-22 16:37:30','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/pickering-corts-summerson.jpg',0,'attachment','image/jpeg',0),(260,1,'2015-12-22 16:37:31','2015-12-22 16:37:31','','quad-3','','inherit','open','closed','','quad-3','','','2015-12-22 16:37:31','2015-12-22 16:37:31','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/quad-3.jpg',0,'attachment','image/jpeg',0),(261,1,'2015-12-22 16:37:31','2015-12-22 16:37:31','','quality-engineering','','inherit','open','closed','','quality-engineering','','','2015-12-22 16:37:31','2015-12-22 16:37:31','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/quality-engineering.jpg',0,'attachment','image/jpeg',0),(262,1,'2015-12-22 16:37:32','2015-12-22 16:37:32','','raudenbush','','inherit','open','closed','','raudenbush','','','2015-12-22 16:37:32','2015-12-22 16:37:32','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/raudenbush.jpg',0,'attachment','image/jpeg',0),(263,1,'2015-12-22 16:37:32','2015-12-22 16:37:32','','spk-engineering','','inherit','open','closed','','spk-engineering','','','2015-12-22 16:37:32','2015-12-22 16:37:32','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/spk-engineering.jpg',0,'attachment','image/jpeg',0),(264,1,'2015-12-22 16:37:32','2015-12-22 16:37:32','','stv-inc','','inherit','open','closed','','stv-inc','','','2015-12-22 16:37:32','2015-12-22 16:37:32','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/stv-inc.jpg',0,'attachment','image/jpeg',0),(265,1,'2015-12-22 16:37:33','2015-12-22 16:37:33','','traffic-planning','','inherit','open','closed','','traffic-planning','','','2015-12-22 16:37:33','2015-12-22 16:37:33','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/traffic-planning.jpg',0,'attachment','image/jpeg',0),(266,1,'2015-12-22 16:37:33','2015-12-22 16:37:33','','trans-associates','','inherit','open','closed','','trans-associates','','','2015-12-22 16:37:33','2015-12-22 16:37:33','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/trans-associates.jpg',0,'attachment','image/jpeg',0),(267,1,'2015-12-22 16:37:34','2015-12-22 16:37:34','','tristate-design','','inherit','open','closed','','tristate-design','','','2015-12-22 16:37:34','2015-12-22 16:37:34','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/tristate-design.jpg',0,'attachment','image/jpeg',0),(268,1,'2015-12-22 16:37:34','2015-12-22 16:37:34','','tw-consultants','','inherit','open','closed','','tw-consultants','','','2015-12-22 16:37:34','2015-12-22 16:37:34','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/tw-consultants.jpg',0,'attachment','image/jpeg',0),(269,1,'2015-12-22 16:37:35','2015-12-22 16:37:35','','urban-engineering','','inherit','open','closed','','urban-engineering','','','2015-12-22 16:37:35','2015-12-22 16:37:35','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/urban-engineering.jpg',0,'attachment','image/jpeg',0),(270,1,'2015-12-22 16:37:35','2015-12-22 16:37:35','','urs-corp','','inherit','open','closed','','urs-corp','','','2015-12-22 16:37:35','2015-12-22 16:37:35','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/urs-corp.jpg',0,'attachment','image/jpeg',0),(271,1,'2015-12-22 16:37:35','2015-12-22 16:37:35','','wbcm','','inherit','open','closed','','wbcm','','','2015-12-22 16:37:35','2015-12-22 16:37:35','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wbcm.jpg',0,'attachment','image/jpeg',0),(272,1,'2015-12-22 16:37:36','2015-12-22 16:37:36','','wec-consulting','','inherit','open','closed','','wec-consulting','','','2015-12-22 16:37:36','2015-12-22 16:37:36','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wec-consulting.jpg',0,'attachment','image/jpeg',0),(273,1,'2015-12-22 16:37:36','2015-12-22 16:37:36','','widmer-engineering','','inherit','open','closed','','widmer-engineering','','','2015-12-22 16:37:36','2015-12-22 16:37:36','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/widmer-engineering.jpg',0,'attachment','image/jpeg',0),(274,1,'2015-12-22 16:37:37','2015-12-22 16:37:37','','wilson-consulting','','inherit','open','closed','','wilson-consulting','','','2015-12-22 16:37:37','2015-12-22 16:37:37','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wilson-consulting.jpg',0,'attachment','image/jpeg',0),(275,1,'2015-12-22 16:37:37','2015-12-22 16:37:37','','witman-engineers','','inherit','open','closed','','witman-engineers','','','2015-12-22 16:37:37','2015-12-22 16:37:37','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/witman-engineers.jpg',0,'attachment','image/jpeg',0),(276,1,'2015-12-22 16:37:37','2015-12-22 16:37:37','','ad-marble','','inherit','open','closed','','ad-marble','','','2015-12-22 16:37:37','2015-12-22 16:37:37','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/ad-marble.jpg',0,'attachment','image/jpeg',0),(277,1,'2015-12-22 16:37:38','2015-12-22 16:37:38','','aecom','','inherit','open','closed','','aecom','','','2015-12-22 16:37:38','2015-12-22 16:37:38','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/aecom.jpg',0,'attachment','image/jpeg',0),(278,1,'2015-12-22 16:37:39','2015-12-22 16:37:39','','alfred-benesch','','inherit','open','closed','','alfred-benesch','','','2015-12-22 16:37:39','2015-12-22 16:37:39','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/alfred-benesch.jpg',0,'attachment','image/jpeg',0),(279,1,'2015-12-22 16:37:40','2015-12-22 16:37:40','','american-engineers','','inherit','open','closed','','american-engineers','','','2015-12-22 16:37:40','2015-12-22 16:37:40','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/american-engineers.jpg',0,'attachment','image/jpeg',0),(280,1,'2015-12-22 16:37:41','2015-12-22 16:37:41','','amman-whitney','','inherit','open','closed','','amman-whitney','','','2015-12-22 16:37:41','2015-12-22 16:37:41','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/amman-whitney.jpg',0,'attachment','image/jpeg',0),(281,1,'2015-12-22 16:37:42','2015-12-22 16:37:42','','buchart-horn','','inherit','open','closed','','buchart-horn','','','2015-12-22 16:37:42','2015-12-22 16:37:42','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/buchart-horn.jpg',0,'attachment','image/jpeg',0),(282,1,'2015-12-22 16:37:43','2015-12-22 16:37:43','','burish','','inherit','open','closed','','burish','','','2015-12-22 16:37:43','2015-12-22 16:37:43','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/burish.jpg',0,'attachment','image/jpeg',0),(283,1,'2015-12-22 16:37:44','2015-12-22 16:37:44','','carbon-engineering','','inherit','open','closed','','carbon-engineering','','','2015-12-22 16:37:44','2015-12-22 16:37:44','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/carbon-engineering.jpg',0,'attachment','image/jpeg',0),(284,1,'2015-12-22 16:37:45','2015-12-22 16:37:45','','cdm-smith','','inherit','open','closed','','cdm-smith','','','2015-12-22 16:37:45','2015-12-22 16:37:45','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/cdm-smith.jpg',0,'attachment','image/jpeg',0),(285,1,'2015-12-22 16:37:46','2015-12-22 16:37:46','','ceco','','inherit','open','closed','','ceco','','','2015-12-22 16:37:46','2015-12-22 16:37:46','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/ceco.jpg',0,'attachment','image/jpeg',0),(286,1,'2015-12-22 16:37:47','2015-12-22 16:37:47','','century-engineering','','inherit','open','closed','','century-engineering','','','2015-12-22 16:37:47','2015-12-22 16:37:47','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/century-engineering.jpg',0,'attachment','image/jpeg',0),(287,1,'2015-12-22 16:40:02','2015-12-22 16:40:02','','Engineering Partners','','inherit','closed','closed','','101-revision-v1','','','2015-12-22 16:40:02','2015-12-22 16:40:02','',101,'http://keystoneacquisitions.com/101-revision-v1/',0,'revision','',0),(288,1,'2015-12-22 16:43:58','2015-12-22 16:43:58','','Engineering Partners','','inherit','closed','closed','','101-revision-v1','','','2015-12-22 16:43:58','2015-12-22 16:43:58','',101,'http://keystoneacquisitions.com/101-revision-v1/',0,'revision','',0),(289,1,'2015-12-22 17:03:37','2015-12-22 17:03:37','','Engineering Partners','','inherit','closed','closed','','101-revision-v1','','','2015-12-22 17:03:37','2015-12-22 17:03:37','',101,'http://keystoneacquisitions.com/101-revision-v1/',0,'revision','',0),(290,1,'2015-12-22 17:05:48','2015-12-22 17:05:48','','Engineering Partners','','inherit','closed','closed','','101-revision-v1','','','2015-12-22 17:05:48','2015-12-22 17:05:48','',101,'http://keystoneacquisitions.com/101-revision-v1/',0,'revision','',0),(291,1,'2015-12-22 17:06:21','2015-12-22 17:06:21','Town of McCandless, Hampton Township, Luzerne County, Montgomery County Transit Authority, Greene Township, Jackson Township','Acquiring Agencies','','inherit','closed','closed','','99-revision-v1','','','2015-12-22 17:06:21','2015-12-22 17:06:21','',99,'http://keystoneacquisitions.com/99-revision-v1/',0,'revision','',0),(292,1,'2015-12-22 17:06:52','2015-12-22 17:06:52','Town of McCandless, Hampton Township, Luzerne County, Montgomery County Transit Authority, Greene Township, Jackson Township','Acquiring Agencies','','inherit','closed','closed','','99-revision-v1','','','2015-12-22 17:06:52','2015-12-22 17:06:52','',99,'http://keystoneacquisitions.com/99-revision-v1/',0,'revision','',0),(293,1,'2015-12-22 17:07:02','2015-12-22 17:07:02','Town of McCandless, Hampton Township, Luzerne County, Montgomery County Transit Authority, Greene Township, Jackson Township','Acquiring Agencies','','inherit','closed','closed','','99-revision-v1','','','2015-12-22 17:07:02','2015-12-22 17:07:02','',99,'http://keystoneacquisitions.com/99-revision-v1/',0,'revision','',0),(294,1,'2015-12-22 17:07:34','2015-12-22 17:07:34','Town of McCandless, Hampton Township, Luzerne County, Montgomery County Transit Authority, Greene Township, Jackson Township','Acquiring Agencies','','inherit','closed','closed','','99-revision-v1','','','2015-12-22 17:07:34','2015-12-22 17:07:34','',99,'http://keystoneacquisitions.com/99-revision-v1/',0,'revision','',0),(295,1,'2015-12-22 21:02:02','2015-12-22 21:02:02','At any given time, Keystone employees are actively working on a number of different right-of-way jobs throughout Pennsylvania. Since the company’s inception in 2001, Keystone Acquisition Services, Corporation has successfully completed over 200 projects. For more information regarding projects that are currently in progress, or jobs that we have successfully completed, please click on the map:\r\n\r\n','Projects','','inherit','closed','closed','','9-revision-v1','','','2015-12-22 21:02:02','2015-12-22 21:02:02','',9,'http://keystoneacquisitions.com/9-revision-v1/',0,'revision','',0),(297,1,'2015-12-22 21:02:26','2015-12-22 21:02:26','At any given time, Keystone employees are actively working on a number of different right-of-way jobs throughout Pennsylvania. Since the company’s inception in 2001, Keystone Acquisition Services, Corporation has successfully completed over 200 projects. For more information regarding projects that are currently in progress, or jobs that we have successfully completed, please click on the map:\r\n\r\n<img src=\"http://keystoneacquisitions.com/wp-content/uploads/2015/12/PennsylvaniaMap.png\" alt=\"PennsylvaniaMap\" width=\"724\" height=\"617\" class=\"alignnone size-full wp-image-296\" />\r\n','Projects','','inherit','closed','closed','','9-revision-v1','','','2015-12-22 21:02:26','2015-12-22 21:02:26','',9,'http://keystoneacquisitions.com/9-revision-v1/',0,'revision','',0),(298,1,'2015-12-22 21:03:12','2015-12-22 21:03:12','At any given time, Keystone employees are actively working on a number of different right-of-way jobs throughout Pennsylvania. Since the company’s inception in 2001, Keystone Acquisition Services, Corporation has successfully completed over 200 projects. For more information regarding projects that are currently in progress, or jobs that we have successfully completed, please click on the map:','Projects','','inherit','closed','closed','','9-revision-v1','','','2015-12-22 21:03:12','2015-12-22 21:03:12','',9,'http://keystoneacquisitions.com/9-revision-v1/',0,'revision','',0),(300,1,'2015-12-22 21:04:51','2015-12-22 21:04:51','At any given time, Keystone employees are actively working on a number of different right-of-way jobs throughout Pennsylvania. Since the company’s inception in 2001, Keystone Acquisition Services, Corporation has successfully completed over 200 projects. For more information regarding projects that are currently in progress, or jobs that we have successfully completed, please click on the map:\r\n\r\n<img src=\"http://keystoneacquisitions.com/wp-content/uploads/2015/12/PennsylvaniaMap-1.png\" alt=\"PennsylvaniaMap\" width=\"426\" height=\"363\" class=\"alignnone size-full wp-image-299\" />','Projects','','inherit','closed','closed','','9-revision-v1','','','2015-12-22 21:04:51','2015-12-22 21:04:51','',9,'http://keystoneacquisitions.com/9-revision-v1/',0,'revision','',0),(301,1,'2015-12-30 13:45:34','2015-12-30 13:45:34','At any given time, Keystone employees are actively working on a number of different right-of-way jobs throughout Pennsylvania. Since the company’s inception in 2001, Keystone Acquisition Services, Corporation has successfully completed over 200 projects. For more information regarding projects that are currently in progress, or jobs that we have successfully completed, please click on the map:\n\n<img class=\"alignnone size-full wp-image-306\" src=\"http://keystoneacquisitions.com/wp-content/uploads/2015/12/PennsylvaniaMap426.png\" alt=\"PennsylvaniaMap426\" width=\"426\" height=\"261\" />\n\n<span class=\"district-1-0\"></span>','Projects','','inherit','closed','closed','','9-autosave-v1','','','2015-12-30 13:45:34','2015-12-30 13:45:34','',9,'http://keystoneacquisitions.com/9-autosave-v1/',0,'revision','',0),(303,1,'2015-12-22 21:06:02','2015-12-22 21:06:02','At any given time, Keystone employees are actively working on a number of different right-of-way jobs throughout Pennsylvania. Since the company’s inception in 2001, Keystone Acquisition Services, Corporation has successfully completed over 200 projects. For more information regarding projects that are currently in progress, or jobs that we have successfully completed, please click on the map:\r\n\r\n<img src=\"http://keystoneacquisitions.com/wp-content/uploads/2015/12/PennsylvaniaMap.png\" alt=\"PennsylvaniaMap\" width=\"426\" height=\"248\" class=\"alignnone size-full wp-image-302\" />','Projects','','inherit','closed','closed','','9-revision-v1','','','2015-12-22 21:06:02','2015-12-22 21:06:02','',9,'http://keystoneacquisitions.com/9-revision-v1/',0,'revision','',0),(304,1,'2015-12-22 21:06:41','2015-12-22 21:06:41','At any given time, Keystone employees are actively working on a number of different right-of-way jobs throughout Pennsylvania. Since the company’s inception in 2001, Keystone Acquisition Services, Corporation has successfully completed over 200 projects. For more information regarding projects that are currently in progress, or jobs that we have successfully completed, please click on the map:\r\n\r\n<img class=\"alignnone size-full wp-image-302\" src=\"http://keystoneacquisitions.com/wp-content/uploads/2015/12/PennsylvaniaMap.png\" alt=\"PennsylvaniaMap\" width=\"426\" height=\"248\" />','Projects','','inherit','closed','closed','','9-revision-v1','','','2015-12-22 21:06:41','2015-12-22 21:06:41','',9,'http://keystoneacquisitions.com/9-revision-v1/',0,'revision','',0),(306,1,'2015-12-22 21:58:43','2015-12-22 21:58:43','','PennsylvaniaMap426','','inherit','open','closed','','pennsylvaniamap426','','','2015-12-28 20:28:34','2015-12-28 20:28:34','',9,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/PennsylvaniaMap426.png',0,'attachment','image/png',0),(307,1,'2015-12-23 17:34:01','2015-12-23 17:34:01','','LocationsPennsylvaniaMap','','inherit','open','closed','','locationspennsylvaniamap','','','2015-12-23 17:34:01','2015-12-23 17:34:01','',78,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/LocationsPennsylvaniaMap.jpg',0,'attachment','image/jpeg',0),(308,1,'2015-12-23 17:42:19','2015-12-23 17:42:19','','LocationsPennsylvaniaMapCityOnly','','inherit','open','closed','','locationspennsylvaniamapcityonly','','','2015-12-23 17:42:19','2015-12-23 17:42:19','',78,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/LocationsPennsylvaniaMapCityOnly.jpg',0,'attachment','image/jpeg',0),(311,1,'2015-12-23 17:51:46','2015-12-23 17:51:46','','Keystone Acquisitions | Our Locations','','inherit','open','closed','','locationspennsylvaniamapcityonly374','','','2016-01-19 19:04:11','2016-01-19 19:04:11','',78,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/LocationsPennsylvaniaMapCityOnly374.jpg',0,'attachment','image/jpeg',0),(312,1,'2015-12-28 15:46:36','2015-12-28 15:46:36','With over 300 combined years of experience, Keystone Acquisition Services employs some of the most well rounded right-of-way professionals in Pennsylvania. Our team consists of project managers, negotiators, appraisers, and relocation specialists working together to provide the full spectrum of right-of-way services.','Our Staff','','inherit','closed','closed','','75-revision-v1','','','2015-12-28 15:46:36','2015-12-28 15:46:36','',75,'http://keystoneacquisitions.com/75-revision-v1/',0,'revision','',0),(313,1,'2015-12-28 16:37:46','2015-12-28 16:37:46','','appraisal_services','','inherit','open','closed','','appraisal_services','','','2015-12-28 16:37:46','2015-12-28 16:37:46','',75,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/appraisal_services.jpg',0,'attachment','image/jpeg',0),(314,1,'2015-12-28 16:51:50','2015-12-28 16:51:50','','appraisal_services','','inherit','open','closed','','appraisal_services-2','','','2015-12-28 16:51:50','2015-12-28 16:51:50','',17,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/appraisal_services.png',0,'attachment','image/png',0),(315,1,'2015-12-28 17:12:32','2015-12-28 17:12:32','','negotiations','','inherit','open','closed','','negotiations-2','','','2015-12-28 17:12:32','2015-12-28 17:12:32','',21,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/negotiations.png',0,'attachment','image/png',0),(316,1,'2015-12-28 20:28:37','2015-12-28 20:28:37','At any given time, Keystone employees are actively working on a number of different right-of-way jobs throughout Pennsylvania. Since the company’s inception in 2001, Keystone Acquisition Services, Corporation has successfully completed over 200 projects. For more information regarding projects that are currently in progress, or jobs that we have successfully completed, please click on the map:\r\n\r\n<img class=\"alignnone size-full wp-image-306\" src=\"http://keystoneacquisitions.com/wp-content/uploads/2015/12/PennsylvaniaMap426.png\" alt=\"PennsylvaniaMap426\" width=\"426\" height=\"261\" />','Projects','','inherit','closed','closed','','9-revision-v1','','','2015-12-28 20:28:37','2015-12-28 20:28:37','',9,'http://keystoneacquisitions.com/9-revision-v1/',0,'revision','',0),(318,1,'2015-12-28 21:54:20','2015-12-28 21:54:20','','Keystone Acquisitions | Engineering Partners','','inherit','open','closed','','state-route-28','','','2016-01-19 19:11:48','2016-01-19 19:11:48','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/State-Route-28.jpg',0,'attachment','image/jpeg',0),(319,1,'2015-12-28 21:54:20','2015-12-28 21:54:20','','Keystone Acquisitions | Construction Contractors','','inherit','open','closed','','seneca-ramps','','','2016-01-19 19:12:18','2016-01-19 19:12:18','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/seneca-ramps.jpg',0,'attachment','image/jpeg',0),(320,1,'2015-12-28 21:54:21','2015-12-28 21:54:21','','Keystone Acquisitions | Acquiring Agencies','','inherit','open','closed','','boggs-run-bridge-1','','','2016-01-19 19:12:54','2016-01-19 19:12:54','',0,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/boggs-run-bridge-1.jpg',0,'attachment','image/jpeg',0),(322,1,'2015-12-29 20:34:30','2015-12-29 20:34:30','<h3>Main Office</h3>\r\n<p>3200 McKnight<br />\r\nSuite 3204<br />\r\nPittsburgh, PA 15237<br />\r\nPhone: (412) 364-8612<br />\r\nFax: (412) 364-8613</p>\r\n\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3032.22757509939!2d-80.00923004912546!3d40.53656105616558!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88348ca7c3f837a7%3A0xa093882fa54bf6be!2s3200+McKnight+E+Dr+%233204%2C+Pittsburgh%2C+PA+15237!5e0!3m2!1sen!2sus!4v1451421246247\" width=\"100%\" height=\"350\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>','Our Locations','','inherit','closed','closed','','78-revision-v1','','','2015-12-29 20:34:30','2015-12-29 20:34:30','',78,'http://keystoneacquisitions.com/78-revision-v1/',0,'revision','',0),(323,1,'2015-12-29 20:43:13','2015-12-29 20:43:13','<h3>Main Office</h3>\r\n<p>3200 McKnight<br />\r\nSuite 3204<br />\r\nPittsburgh, PA 15237<br />\r\nPhone: (412) 364-8612<br />\r\nFax: (412) 364-8613</p>\r\n\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3032.22757509939!2d-80.00923004912546!3d40.53656105616558!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88348ca7c3f837a7%3A0xa093882fa54bf6be!2s3200+McKnight+E+Dr+%233204%2C+Pittsburgh%2C+PA+15237!5e0!3m2!1sen!2sus!4v1451421246247\" width=\"100%\" height=\"350\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\r\n\r\n<h3>PTC Southern Beltway Field Office</h3>\r\n<p>3878 Morganza Road<br />\r\nBridgeville, PA 15017<br />\r\nPhone: (724) 514-6128</p>\r\n\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3042.2118206686764!2d-80.14811842026525!3d40.3154562698176!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88345683066a15c3%3A0xfef9f6ca49d0354c!2sMorganza+Rd%2C+Bridgeville%2C+PA+15017!5e0!3m2!1sen!2sus!4v1451421765433\" width=\"100%\" height=\"350\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>','Our Locations','','inherit','closed','closed','','78-revision-v1','','','2015-12-29 20:43:13','2015-12-29 20:43:13','',78,'http://keystoneacquisitions.com/78-revision-v1/',0,'revision','',0),(324,1,'2015-12-29 20:46:30','2015-12-29 20:46:30','<h3>Main Office</h3>\r\n<p>3200 McKnight<br />\r\nSuite 3204<br />\r\nPittsburgh, PA 15237<br />\r\nPhone: (412) 364-8612<br />\r\nFax: (412) 364-8613</p>\r\n\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3032.22757509939!2d-80.00923004912546!3d40.53656105616558!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88348ca7c3f837a7%3A0xa093882fa54bf6be!2s3200+McKnight+E+Dr+%233204%2C+Pittsburgh%2C+PA+15237!5e0!3m2!1sen!2sus!4v1451421246247\" width=\"100%\" height=\"350\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\r\n\r\n<h3>PTC Southern Beltway Field Office</h3>\r\n<p>3878 Morganza Road<br />\r\nBridgeville, PA 15017<br />\r\nPhone: (724) 514-6128</p>\r\n\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3042.2118206686764!2d-80.14811842026525!3d40.3154562698176!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88345683066a15c3%3A0xfef9f6ca49d0354c!2sMorganza+Rd%2C+Bridgeville%2C+PA+15017!5e0!3m2!1sen!2sus!4v1451421765433\" width=\"100%\" height=\"350\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\r\n\r\n<h3>Pittston Field Office</h3>\r\n<p>126 South Main Street<br />\r\n2<sup>nd</sup> Floor<br />\r\nPittston, PA 18640<br />\r\nPhone: (570) 299-5130</p>\r\n\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2996.5267060043043!2d-75.79522012023799!3d41.31915880828659!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c51f25b994e755%3A0xdf6bd9ff50344dcb!2s126+S+Main+St%2C+Pittston%2C+PA+18640!5e0!3m2!1sen!2sus!4v1451421968060\" width=\"100%\" height=\"350\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>','Our Locations','','inherit','closed','closed','','78-revision-v1','','','2015-12-29 20:46:30','2015-12-29 20:46:30','',78,'http://keystoneacquisitions.com/78-revision-v1/',0,'revision','',0),(325,1,'2015-12-29 20:53:00','2015-12-29 20:53:00','<h3>Main Office</h3>\r\n<p>3200 McKnight<br />\r\nSuite 3204<br />\r\nPittsburgh, PA 15237<br />\r\nPhone: (412) 364-8612<br />\r\nFax: (412) 364-8613</p>\r\n\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3032.22757509939!2d-80.00923004912546!3d40.53656105616558!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88348ca7c3f837a7%3A0xa093882fa54bf6be!2s3200+McKnight+E+Dr+%233204%2C+Pittsburgh%2C+PA+15237!5e0!3m2!1sen!2sus!4v1451421246247\" width=\"100%\" height=\"350\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\r\n\r\n<h3>PTC Southern Beltway Field Office</h3>\r\n<p>3878 Morganza Road<br />\r\nBridgeville, PA 15017<br />\r\nPhone: (724) 514-6128</p>\r\n\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3042.2118206686764!2d-80.14811842026525!3d40.3154562698176!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88345683066a15c3%3A0xfef9f6ca49d0354c!2sMorganza+Rd%2C+Bridgeville%2C+PA+15017!5e0!3m2!1sen!2sus!4v1451421765433\" width=\"100%\" height=\"350\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\r\n\r\n<h3>Pittston Field Office</h3>\r\n<p>126 South Main Street<br />\r\n2nd Floor<br />\r\nPittston, PA 18640<br />\r\nPhone: (570) 299-5130</p>\r\n\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2996.5267060043043!2d-75.79522012023799!3d41.31915880828659!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c51f25b994e755%3A0xdf6bd9ff50344dcb!2s126+S+Main+St%2C+Pittston%2C+PA+18640!5e0!3m2!1sen!2sus!4v1451421968060\" width=\"100%\" height=\"350\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\r\n\r\n<h3>Eastern Regional Office</h3>\r\n<p>418 Stump Road<br />\r\nSuite 102<br />\r\nMontgomeryville, PA 18936<br />\r\nPhone: (267) 838-9600</p>\r\n\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3046.2100022637997!2d-75.23289892026757!3d40.22663277520389!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c6a46c83cfa4fb%3A0x9bd1e93adf804113!2s418+Stump+Rd%2C+Montgomeryville%2C+PA+18936!5e0!3m2!1sen!2sus!4v1451422109971\" width=\"100%\" height=\"350\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\r\n\r\n<h3>Bedford Field Office</h3>\r\n<p>1498 Heritage Road<br />\r\nOsterburg, PA 16667</p>\r\n\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3047.7094911475224!2d-78.55150402026852!3d40.19327817722398!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89cbaf2409047847%3A0x47c33cbf23351838!2s1498+Heritage+Rd%2C+Osterburg%2C+PA+16667!5e0!3m2!1sen!2sus!4v1451422194513\" width=\"100%\" height=\"350\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\r\n\r\n<h3>Reading Field Office</h3>\r\n<p>P.0. Box 3700<br />\r\nReading, PA 19606</p>\r\n\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d97324.21515460816!2d-75.99516885390754!3d40.3338773410851!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c670ca5086a8b9%3A0xe2eea549f5bf19f0!2sReading%2C+PA!5e0!3m2!1sen!2sus!4v1451422363043\" width=\"100%\" height=\"350\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\r\n','Our Locations','','inherit','closed','closed','','78-revision-v1','','','2015-12-29 20:53:00','2015-12-29 20:53:00','',78,'http://keystoneacquisitions.com/78-revision-v1/',0,'revision','',0),(326,1,'2015-12-29 21:02:16','2015-12-29 21:02:16','<h3>Main Office</h3>\r\n<p>3200 McKnight<br />\r\nSuite 3204<br />\r\nPittsburgh, PA 15237<br />\r\nPhone: (412) 364-8612<br />\r\nFax: (412) 364-8613</p>\r\n\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3032.22757509939!2d-80.00923004912546!3d40.53656105616558!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88348ca7c3f837a7%3A0xa093882fa54bf6be!2s3200+McKnight+E+Dr+%233204%2C+Pittsburgh%2C+PA+15237!5e0!3m2!1sen!2sus!4v1451421246247\" width=\"100%\" height=\"350\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\r\n\r\n<h3>PTC Southern Beltway Field Office</h3>\r\n<p>3878 Morganza Road<br />\r\nBridgeville, PA 15017<br />\r\nPhone: (724) 514-6128</p>\r\n\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3042.2118206686764!2d-80.14811842026525!3d40.3154562698176!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88345683066a15c3%3A0xfef9f6ca49d0354c!2sMorganza+Rd%2C+Bridgeville%2C+PA+15017!5e0!3m2!1sen!2sus!4v1451421765433\" width=\"100%\" height=\"350\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\r\n\r\n<h3>Pittston Field Office</h3>\r\n<p>126 South Main Street<br />\r\n2nd Floor<br />\r\nPittston, PA 18640<br />\r\nPhone: (570) 299-5130</p>\r\n\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2996.5267060043043!2d-75.79522012023799!3d41.31915880828659!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c51f25b994e755%3A0xdf6bd9ff50344dcb!2s126+S+Main+St%2C+Pittston%2C+PA+18640!5e0!3m2!1sen!2sus!4v1451421968060\" width=\"100%\" height=\"350\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\r\n\r\n<h3>Eastern Regional Office</h3>\r\n<p>418 Stump Road<br />\r\nSuite 102<br />\r\nMontgomeryville, PA 18936<br />\r\nPhone: (267) 838-9600</p>\r\n\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3046.2100022637997!2d-75.23289892026757!3d40.22663277520389!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c6a46c83cfa4fb%3A0x9bd1e93adf804113!2s418+Stump+Rd%2C+Montgomeryville%2C+PA+18936!5e0!3m2!1sen!2sus!4v1451422109971\" width=\"100%\" height=\"350\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\r\n\r\n<h3>Bedford Field Office</h3>\r\n<p>1498 Heritage Road<br />\r\nOsterburg, PA 16667</p>\r\n\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3047.7094911475224!2d-78.55150402026852!3d40.19327817722398!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89cbaf2409047847%3A0x47c33cbf23351838!2s1498+Heritage+Rd%2C+Osterburg%2C+PA+16667!5e0!3m2!1sen!2sus!4v1451422194513\" width=\"100%\" height=\"350\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\r\n\r\n<h3>Reading Field Office</h3>\r\n<p>P.0. Box 3700<br />\r\nReading, PA 19606</p>\r\n\r\n<iframe style=\"pointer-events: none;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d97324.21515460816!2d-75.99516885390754!3d40.3338773410851!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c670ca5086a8b9%3A0xe2eea549f5bf19f0!2sReading%2C+PA!5e0!3m2!1sen!2sus!4v1451422363043\" width=\"100%\" height=\"350\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\r\n','Our Locations','','inherit','closed','closed','','78-revision-v1','','','2015-12-29 21:02:16','2015-12-29 21:02:16','',78,'http://keystoneacquisitions.com/78-revision-v1/',0,'revision','',0),(327,1,'2015-12-29 21:02:57','2015-12-29 21:02:57','<h3>Main Office</h3>\r\n<p>3200 McKnight<br />\r\nSuite 3204<br />\r\nPittsburgh, PA 15237<br />\r\nPhone: (412) 364-8612<br />\r\nFax: (412) 364-8613</p>\r\n\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3032.22757509939!2d-80.00923004912546!3d40.53656105616558!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88348ca7c3f837a7%3A0xa093882fa54bf6be!2s3200+McKnight+E+Dr+%233204%2C+Pittsburgh%2C+PA+15237!5e0!3m2!1sen!2sus!4v1451421246247\" width=\"100%\" height=\"350\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\r\n\r\n<h3>PTC Southern Beltway Field Office</h3>\r\n<p>3878 Morganza Road<br />\r\nBridgeville, PA 15017<br />\r\nPhone: (724) 514-6128</p>\r\n\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3042.2118206686764!2d-80.14811842026525!3d40.3154562698176!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88345683066a15c3%3A0xfef9f6ca49d0354c!2sMorganza+Rd%2C+Bridgeville%2C+PA+15017!5e0!3m2!1sen!2sus!4v1451421765433\" width=\"100%\" height=\"350\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\r\n\r\n<h3>Pittston Field Office</h3>\r\n<p>126 South Main Street<br />\r\n2nd Floor<br />\r\nPittston, PA 18640<br />\r\nPhone: (570) 299-5130</p>\r\n\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2996.5267060043043!2d-75.79522012023799!3d41.31915880828659!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c51f25b994e755%3A0xdf6bd9ff50344dcb!2s126+S+Main+St%2C+Pittston%2C+PA+18640!5e0!3m2!1sen!2sus!4v1451421968060\" width=\"100%\" height=\"350\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\r\n\r\n<h3>Eastern Regional Office</h3>\r\n<p>418 Stump Road<br />\r\nSuite 102<br />\r\nMontgomeryville, PA 18936<br />\r\nPhone: (267) 838-9600</p>\r\n\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3046.2100022637997!2d-75.23289892026757!3d40.22663277520389!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c6a46c83cfa4fb%3A0x9bd1e93adf804113!2s418+Stump+Rd%2C+Montgomeryville%2C+PA+18936!5e0!3m2!1sen!2sus!4v1451422109971\" width=\"100%\" height=\"350\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\r\n\r\n<h3>Bedford Field Office</h3>\r\n<p>1498 Heritage Road<br />\r\nOsterburg, PA 16667</p>\r\n\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3047.7094911475224!2d-78.55150402026852!3d40.19327817722398!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89cbaf2409047847%3A0x47c33cbf23351838!2s1498+Heritage+Rd%2C+Osterburg%2C+PA+16667!5e0!3m2!1sen!2sus!4v1451422194513\" width=\"100%\" height=\"350\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\r\n\r\n<h3>Reading Field Office</h3>\r\n<p>P.0. Box 3700<br />\r\nReading, PA 19606</p>\r\n\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d97324.21515460816!2d-75.99516885390754!3d40.3338773410851!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c670ca5086a8b9%3A0xe2eea549f5bf19f0!2sReading%2C+PA!5e0!3m2!1sen!2sus!4v1451422363043\" width=\"100%\" height=\"350\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\r\n','Our Locations','','inherit','closed','closed','','78-revision-v1','','','2015-12-29 21:02:57','2015-12-29 21:02:57','',78,'http://keystoneacquisitions.com/78-revision-v1/',0,'revision','',0),(328,1,'2015-12-29 21:04:08','2015-12-29 21:04:08','<h3>Main Office</h3>\r\n<p>3200 McKnight<br />\r\nSuite 3204<br />\r\nPittsburgh, PA 15237<br />\r\nPhone: (412) 364-8612<br />\r\nFax: (412) 364-8613</p>\r\n\r\n<iframe class=\"map\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3032.22757509939!2d-80.00923004912546!3d40.53656105616558!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88348ca7c3f837a7%3A0xa093882fa54bf6be!2s3200+McKnight+E+Dr+%233204%2C+Pittsburgh%2C+PA+15237!5e0!3m2!1sen!2sus!4v1451421246247\" width=\"100%\" height=\"350\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\r\n\r\n<h3>PTC Southern Beltway Field Office</h3>\r\n<p>3878 Morganza Road<br />\r\nBridgeville, PA 15017<br />\r\nPhone: (724) 514-6128</p>\r\n\r\n<iframe class=\"map\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3042.2118206686764!2d-80.14811842026525!3d40.3154562698176!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88345683066a15c3%3A0xfef9f6ca49d0354c!2sMorganza+Rd%2C+Bridgeville%2C+PA+15017!5e0!3m2!1sen!2sus!4v1451421765433\" width=\"100%\" height=\"350\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\r\n\r\n<h3>Pittston Field Office</h3>\r\n<p>126 South Main Street<br />\r\n2nd Floor<br />\r\nPittston, PA 18640<br />\r\nPhone: (570) 299-5130</p>\r\n\r\n<iframe class=\"map\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2996.5267060043043!2d-75.79522012023799!3d41.31915880828659!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c51f25b994e755%3A0xdf6bd9ff50344dcb!2s126+S+Main+St%2C+Pittston%2C+PA+18640!5e0!3m2!1sen!2sus!4v1451421968060\" width=\"100%\" height=\"350\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\r\n\r\n<h3>Eastern Regional Office</h3>\r\n<p>418 Stump Road<br />\r\nSuite 102<br />\r\nMontgomeryville, PA 18936<br />\r\nPhone: (267) 838-9600</p>\r\n\r\n<iframe class=\"map\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3046.2100022637997!2d-75.23289892026757!3d40.22663277520389!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c6a46c83cfa4fb%3A0x9bd1e93adf804113!2s418+Stump+Rd%2C+Montgomeryville%2C+PA+18936!5e0!3m2!1sen!2sus!4v1451422109971\" width=\"100%\" height=\"350\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\r\n\r\n<h3>Bedford Field Office</h3>\r\n<p>1498 Heritage Road<br />\r\nOsterburg, PA 16667</p>\r\n\r\n<iframe class=\"map\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3047.7094911475224!2d-78.55150402026852!3d40.19327817722398!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89cbaf2409047847%3A0x47c33cbf23351838!2s1498+Heritage+Rd%2C+Osterburg%2C+PA+16667!5e0!3m2!1sen!2sus!4v1451422194513\" width=\"100%\" height=\"350\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\r\n\r\n<h3>Reading Field Office</h3>\r\n<p>P.0. Box 3700<br />\r\nReading, PA 19606</p>\r\n\r\n<iframe class=\"map\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d97324.21515460816!2d-75.99516885390754!3d40.3338773410851!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c670ca5086a8b9%3A0xe2eea549f5bf19f0!2sReading%2C+PA!5e0!3m2!1sen!2sus!4v1451422363043\" width=\"100%\" height=\"350\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\r\n','Our Locations','','inherit','closed','closed','','78-revision-v1','','','2015-12-29 21:04:08','2015-12-29 21:04:08','',78,'http://keystoneacquisitions.com/78-revision-v1/',0,'revision','',0),(329,1,'2015-12-30 13:40:41','2015-12-30 13:40:41','<a href=\"http://keystoneacquisitions.com/projects/\">Back to Pennsylvania Districts Map</a>','District 1-0','','publish','closed','closed','','district-1-0','','','2016-01-12 21:55:40','2016-01-12 21:55:40','',9,'http://keystoneacquisitions.com/?page_id=329',0,'page','',0),(330,1,'2015-12-30 13:40:41','2015-12-30 13:40:41','','District 1-0','','inherit','closed','closed','','329-revision-v1','','','2015-12-30 13:40:41','2015-12-30 13:40:41','',329,'http://keystoneacquisitions.com/329-revision-v1/',0,'revision','',0),(331,1,'2015-12-30 13:41:26','2015-12-30 13:41:26','<a href=\"http://keystoneacquisitions.com/projects/\">Back to Pennsylvania Districts Map</a>','District 2-0','','publish','closed','closed','','district-2-0','','','2016-01-11 13:44:16','2016-01-11 13:44:16','',9,'http://keystoneacquisitions.com/?page_id=331',1,'page','',0),(332,1,'2015-12-30 13:41:26','2015-12-30 13:41:26','','District 2-0','','inherit','closed','closed','','331-revision-v1','','','2015-12-30 13:41:26','2015-12-30 13:41:26','',331,'http://keystoneacquisitions.com/331-revision-v1/',0,'revision','',0),(333,1,'2015-12-30 13:41:53','2015-12-30 13:41:53','<a href=\"http://keystoneacquisitions.com/projects/\">Back to Pennsylvania Districts Map</a>','District 3-0','','publish','closed','closed','','district-3-0','','','2016-01-11 13:44:21','2016-01-11 13:44:21','',9,'http://keystoneacquisitions.com/?page_id=333',2,'page','',0),(334,1,'2015-12-30 13:41:53','2015-12-30 13:41:53','','District 3-0','','inherit','closed','closed','','333-revision-v1','','','2015-12-30 13:41:53','2015-12-30 13:41:53','',333,'http://keystoneacquisitions.com/333-revision-v1/',0,'revision','',0),(335,1,'2015-12-30 13:42:10','2015-12-30 13:42:10','<a href=\"http://keystoneacquisitions.com/projects/\">Back to Pennsylvania Districts Map</a>','District 4-0','','publish','closed','closed','','district-4-0','','','2016-01-11 13:44:26','2016-01-11 13:44:26','',9,'http://keystoneacquisitions.com/?page_id=335',3,'page','',0),(336,1,'2015-12-30 13:42:10','2015-12-30 13:42:10','','District 4-0','','inherit','closed','closed','','335-revision-v1','','','2015-12-30 13:42:10','2015-12-30 13:42:10','',335,'http://keystoneacquisitions.com/335-revision-v1/',0,'revision','',0),(337,1,'2015-12-30 13:42:51','2015-12-30 13:42:51','<a href=\"http://keystoneacquisitions.com/projects/\">Back to Pennsylvania Districts Map</a>','District 5-0','','publish','closed','closed','','district-5-0','','','2016-01-11 13:44:31','2016-01-11 13:44:31','',9,'http://keystoneacquisitions.com/?page_id=337',4,'page','',0),(338,1,'2015-12-30 13:42:51','2015-12-30 13:42:51','','District 5-0','','inherit','closed','closed','','337-revision-v1','','','2015-12-30 13:42:51','2015-12-30 13:42:51','',337,'http://keystoneacquisitions.com/337-revision-v1/',0,'revision','',0),(339,1,'2015-12-30 13:43:17','2015-12-30 13:43:17','<a href=\"http://keystoneacquisitions.com/projects/\">Back to Pennsylvania Districts Map</a>','District 6-0','','publish','closed','closed','','district-6-0','','','2016-01-11 13:44:36','2016-01-11 13:44:36','',9,'http://keystoneacquisitions.com/?page_id=339',5,'page','',0),(340,1,'2015-12-30 13:43:17','2015-12-30 13:43:17','','District 6-0','','inherit','closed','closed','','339-revision-v1','','','2015-12-30 13:43:17','2015-12-30 13:43:17','',339,'http://keystoneacquisitions.com/339-revision-v1/',0,'revision','',0),(341,1,'2015-12-30 13:43:39','2015-12-30 13:43:39','<a href=\"http://keystoneacquisitions.com/projects/\">Back to Pennsylvania Districts Map</a>','District 8-0','','publish','closed','closed','','district-8-0','','','2016-01-11 13:44:41','2016-01-11 13:44:41','',9,'http://keystoneacquisitions.com/?page_id=341',6,'page','',0),(342,1,'2015-12-30 13:43:39','2015-12-30 13:43:39','','District 8-0','','inherit','closed','closed','','341-revision-v1','','','2015-12-30 13:43:39','2015-12-30 13:43:39','',341,'http://keystoneacquisitions.com/341-revision-v1/',0,'revision','',0),(343,1,'2015-12-30 13:43:54','2015-12-30 13:43:54','<a href=\"http://keystoneacquisitions.com/projects/\">Back to Pennsylvania Districts Map</a>','District 9-0','','publish','closed','closed','','district-9-0','','','2016-01-11 13:44:47','2016-01-11 13:44:47','',9,'http://keystoneacquisitions.com/?page_id=343',7,'page','',0),(344,1,'2015-12-30 13:43:54','2015-12-30 13:43:54','','District 9-0','','inherit','closed','closed','','343-revision-v1','','','2015-12-30 13:43:54','2015-12-30 13:43:54','',343,'http://keystoneacquisitions.com/343-revision-v1/',0,'revision','',0),(345,1,'2015-12-30 13:44:16','2015-12-30 13:44:16','<a href=\"http://keystoneacquisitions.com/projects/\">Back to Pennsylvania Districts Map</a>','District 10-0','','publish','closed','closed','','district-10-0','','','2016-01-11 13:44:52','2016-01-11 13:44:52','',9,'http://keystoneacquisitions.com/?page_id=345',8,'page','',0),(346,1,'2015-12-30 13:44:16','2015-12-30 13:44:16','','District 10-0','','inherit','closed','closed','','345-revision-v1','','','2015-12-30 13:44:16','2015-12-30 13:44:16','',345,'http://keystoneacquisitions.com/345-revision-v1/',0,'revision','',0),(347,1,'2015-12-30 13:44:32','2015-12-30 13:44:32','<a href=\"http://keystoneacquisitions.com/projects/\">Back to Pennsylvania Districts Map</a>','District 11-0','','publish','closed','closed','','district-11-0','','','2016-01-25 19:49:00','2016-01-25 19:49:00','',9,'http://keystoneacquisitions.com/?page_id=347',9,'page','',0),(348,1,'2015-12-30 13:44:32','2015-12-30 13:44:32','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2015-12-30 13:44:32','2015-12-30 13:44:32','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(349,1,'2015-12-30 13:44:46','2015-12-30 13:44:46','<a href=\"http://keystoneacquisitions.com/projects/\">Back to Pennsylvania Districts Map</a>','District 12-0','','publish','closed','closed','','district-12-0','','','2016-01-11 13:45:04','2016-01-11 13:45:04','',9,'http://keystoneacquisitions.com/?page_id=349',10,'page','',0),(350,1,'2015-12-30 13:44:46','2015-12-30 13:44:46','','District 12-0','','inherit','closed','closed','','349-revision-v1','','','2015-12-30 13:44:46','2015-12-30 13:44:46','',349,'http://keystoneacquisitions.com/349-revision-v1/',0,'revision','',0),(351,1,'2015-12-30 13:46:18','2015-12-30 13:46:18','At any given time, Keystone employees are actively working on a number of different right-of-way jobs throughout Pennsylvania. Since the company’s inception in 2001, Keystone Acquisition Services, Corporation has successfully completed over 200 projects. For more information regarding projects that are currently in progress, or jobs that we have successfully completed, please click on the map:\r\n\r\n<img class=\"alignnone size-full wp-image-306\" src=\"http://keystoneacquisitions.com/wp-content/uploads/2015/12/PennsylvaniaMap426.png\" alt=\"PennsylvaniaMap426\" width=\"426\" height=\"261\" />\r\n\r\n<a href=\"http://keystoneacquisitions.com/projects/district-0-1\"> class=\"district-1-0\"></a>','Projects','','inherit','closed','closed','','9-revision-v1','','','2015-12-30 13:46:18','2015-12-30 13:46:18','',9,'http://keystoneacquisitions.com/9-revision-v1/',0,'revision','',0),(352,1,'2015-12-30 13:48:08','2015-12-30 13:48:08','At any given time, Keystone employees are actively working on a number of different right-of-way jobs throughout Pennsylvania. Since the company’s inception in 2001, Keystone Acquisition Services, Corporation has successfully completed over 200 projects. For more information regarding projects that are currently in progress, or jobs that we have successfully completed, please click on the map:\r\n\r\n<img class=\"alignnone size-full wp-image-306\" src=\"http://keystoneacquisitions.com/wp-content/uploads/2015/12/PennsylvaniaMap426.png\" alt=\"PennsylvaniaMap426\" width=\"426\" height=\"261\" />\r\n\r\n<a href=\"http://keystoneacquisitions.com/projects/district-0-1\" class=\"district-1-0\"></a>','Projects','','inherit','closed','closed','','9-revision-v1','','','2015-12-30 13:48:08','2015-12-30 13:48:08','',9,'http://keystoneacquisitions.com/9-revision-v1/',0,'revision','',0),(353,1,'2015-12-30 13:49:58','2015-12-30 13:49:58','At any given time, Keystone employees are actively working on a number of different right-of-way jobs throughout Pennsylvania. Since the company’s inception in 2001, Keystone Acquisition Services, Corporation has successfully completed over 200 projects. For more information regarding projects that are currently in progress, or jobs that we have successfully completed, please click on the map:\r\n\r\n<img class=\"alignnone size-full wp-image-306\" src=\"http://keystoneacquisitions.com/wp-content/uploads/2015/12/PennsylvaniaMap426.png\" alt=\"PennsylvaniaMap426\" width=\"426\" height=\"261\" />\r\n\r\n<a href=\"http://keystoneacquisitions.com/projects/district-1-0\" class=\"district-1-0\"></a>','Projects','','inherit','closed','closed','','9-revision-v1','','','2015-12-30 13:49:58','2015-12-30 13:49:58','',9,'http://keystoneacquisitions.com/9-revision-v1/',0,'revision','',0),(354,1,'2015-12-30 13:55:27','2015-12-30 13:55:27','At any given time, Keystone employees are actively working on a number of different right-of-way jobs throughout Pennsylvania. Since the company’s inception in 2001, Keystone Acquisition Services, Corporation has successfully completed over 200 projects. For more information regarding projects that are currently in progress, or jobs that we have successfully completed, please click on the map:\r\n\r\n<div class=\"mapAndAnchorContainer\">\r\n \r\n<img class=\"alignnone size-full wp-image-306\" src=\"http://keystoneacquisitions.com/wp-content/uploads/2015/12/PennsylvaniaMap426.png\" alt=\"PennsylvaniaMap426\" width=\"426\" height=\"261\" />\r\n\r\n<a href=\"http://keystoneacquisitions.com/projects/district-1-0\" class=\"district-1-0\"></a>\r\n\r\n</div>','Projects','','inherit','closed','closed','','9-revision-v1','','','2015-12-30 13:55:27','2015-12-30 13:55:27','',9,'http://keystoneacquisitions.com/9-revision-v1/',0,'revision','',0),(355,1,'2015-12-30 14:18:43','2015-12-30 14:18:43','At any given time, Keystone employees are actively working on a number of different right-of-way jobs throughout Pennsylvania. Since the company’s inception in 2001, Keystone Acquisition Services, Corporation has successfully completed over 200 projects. For more information regarding projects that are currently in progress, or jobs that we have successfully completed, please click on the map:\r\n\r\n<img src=\"http://keystoneacquisitions.com/wp-content/uploads/2015/12/PennsylvaniaMap426.png\" alt=\"\" usemap=\"#Map\" />\r\n<map name=\"Map\" id=\"Map\">\r\n <area alt=\"\" title=\"\" href=\"#\" shape=\"poly\" coords=\"6,115,20,117,32,122,39,111,61,113,75,90,93,86,94,96,102,91,113,82,118,32,60,32,58,3,1,31,0,110,2,172,6,177,17,182,26,193,42,200,50,206,55,202,55,190,59,183,60,176,55,168,62,164,62,160,29,160,28,131,29,124,29,119,2,112\" />\r\n <area alt=\"\" title=\"\" href=\"#\" shape=\"poly\" coords=\"121,32,212,31,213,85,219,97,248,123,234,142,231,153,238,157,252,157,260,164,241,172,224,182,207,198,195,190,195,177,196,166,206,160,200,153,192,158,179,158,142,156,128,155,127,123,126,113,132,106,128,102,121,92,116,91,114,91,111,91\" />\r\n <area alt=\"\" title=\"\" href=\"#\" shape=\"poly\" coords=\"214,32,215,78,221,99,244,118,250,124,239,136,234,145,234,153,246,155,256,159,265,164,293,152,310,147,313,129,312,115,311,94,316,68,319,62,319,31\" />\r\n <area alt=\"\" title=\"\" href=\"#\" shape=\"poly\" coords=\"320,27,320,56,313,90,314,119,316,133,325,138,345,128,363,111,373,104,386,103,396,113,406,119,415,106,424,97,424,87,407,82,402,75,400,57,394,49,385,45,380,36,374,33,372,29,322,30,320,33\" />\r\n <area alt=\"\" title=\"\" href=\"#\" shape=\"poly\" coords=\"341,211,318,194,277,158,308,146,359,118,373,106,383,102,404,119,395,128,395,150,393,160\" />\r\n <area alt=\"\" title=\"\" href=\"#\" shape=\"poly\" coords=\"338,213,388,164,398,172,402,185,420,202,424,210,404,226,394,235,374,243,361,243,351,250,321,251\" />\r\n <area alt=\"\" title=\"\" href=\"#\" shape=\"poly\" coords=\"176,250,185,238,192,223,204,198,278,160,338,211,319,253\" />\r\n <area alt=\"\" title=\"\" href=\"#\" shape=\"poly\" coords=\"83,250,173,248,187,231,201,198,192,187,194,168,203,160,200,155,191,159,126,154,112,187,91,221,84,235,86,242\" />\r\n <area alt=\"\" title=\"\" href=\"#\" shape=\"poly\" coords=\"30,158,28,126,32,122,42,110,63,114,74,88,94,85,98,95,110,88,124,96,130,106,127,114,126,152,112,183,107,187,85,176,74,170,70,162,62,157\" />\r\n <area alt=\"\" title=\"\" href=\"#\" shape=\"rect\" coords=\"0,110\" />\r\n <area alt=\"\" title=\"\" href=\"#\" shape=\"poly\" coords=\"0,174,2,250,81,250,84,242,84,238,109,189,76,171,68,162,64,160,56,170,62,176,62,183,56,192,57,197,52,204,46,203,32,194,24,188,15,178\" />\r\n [...]\r\n</map>','Projects','','inherit','closed','closed','','9-revision-v1','','','2015-12-30 14:18:43','2015-12-30 14:18:43','',9,'http://keystoneacquisitions.com/9-revision-v1/',0,'revision','',0),(356,1,'2015-12-30 14:19:32','2015-12-30 14:19:32','At any given time, Keystone employees are actively working on a number of different right-of-way jobs throughout Pennsylvania. Since the company’s inception in 2001, Keystone Acquisition Services, Corporation has successfully completed over 200 projects. For more information regarding projects that are currently in progress, or jobs that we have successfully completed, please click on the map:\r\n\r\n<img src=\"http://keystoneacquisitions.com/wp-content/uploads/2015/12/PennsylvaniaMap426.png\" alt=\"\" usemap=\"#Map\" class=\"img-responsive\" />\r\n<map name=\"Map\" id=\"Map\">\r\n <area alt=\"\" title=\"\" href=\"#\" shape=\"poly\" coords=\"6,115,20,117,32,122,39,111,61,113,75,90,93,86,94,96,102,91,113,82,118,32,60,32,58,3,1,31,0,110,2,172,6,177,17,182,26,193,42,200,50,206,55,202,55,190,59,183,60,176,55,168,62,164,62,160,29,160,28,131,29,124,29,119,2,112\" />\r\n <area alt=\"\" title=\"\" href=\"#\" shape=\"poly\" coords=\"121,32,212,31,213,85,219,97,248,123,234,142,231,153,238,157,252,157,260,164,241,172,224,182,207,198,195,190,195,177,196,166,206,160,200,153,192,158,179,158,142,156,128,155,127,123,126,113,132,106,128,102,121,92,116,91,114,91,111,91\" />\r\n <area alt=\"\" title=\"\" href=\"#\" shape=\"poly\" coords=\"214,32,215,78,221,99,244,118,250,124,239,136,234,145,234,153,246,155,256,159,265,164,293,152,310,147,313,129,312,115,311,94,316,68,319,62,319,31\" />\r\n <area alt=\"\" title=\"\" href=\"#\" shape=\"poly\" coords=\"320,27,320,56,313,90,314,119,316,133,325,138,345,128,363,111,373,104,386,103,396,113,406,119,415,106,424,97,424,87,407,82,402,75,400,57,394,49,385,45,380,36,374,33,372,29,322,30,320,33\" />\r\n <area alt=\"\" title=\"\" href=\"#\" shape=\"poly\" coords=\"341,211,318,194,277,158,308,146,359,118,373,106,383,102,404,119,395,128,395,150,393,160\" />\r\n <area alt=\"\" title=\"\" href=\"#\" shape=\"poly\" coords=\"338,213,388,164,398,172,402,185,420,202,424,210,404,226,394,235,374,243,361,243,351,250,321,251\" />\r\n <area alt=\"\" title=\"\" href=\"#\" shape=\"poly\" coords=\"176,250,185,238,192,223,204,198,278,160,338,211,319,253\" />\r\n <area alt=\"\" title=\"\" href=\"#\" shape=\"poly\" coords=\"83,250,173,248,187,231,201,198,192,187,194,168,203,160,200,155,191,159,126,154,112,187,91,221,84,235,86,242\" />\r\n <area alt=\"\" title=\"\" href=\"#\" shape=\"poly\" coords=\"30,158,28,126,32,122,42,110,63,114,74,88,94,85,98,95,110,88,124,96,130,106,127,114,126,152,112,183,107,187,85,176,74,170,70,162,62,157\" />\r\n <area alt=\"\" title=\"\" href=\"#\" shape=\"rect\" coords=\"0,110\" />\r\n <area alt=\"\" title=\"\" href=\"#\" shape=\"poly\" coords=\"0,174,2,250,81,250,84,242,84,238,109,189,76,171,68,162,64,160,56,170,62,176,62,183,56,192,57,197,52,204,46,203,32,194,24,188,15,178\" />\r\n [...]\r\n</map>','Projects','','inherit','closed','closed','','9-revision-v1','','','2015-12-30 14:19:32','2015-12-30 14:19:32','',9,'http://keystoneacquisitions.com/9-revision-v1/',0,'revision','',0),(357,1,'2015-12-30 14:23:37','2015-12-30 14:23:37','At any given time, Keystone employees are actively working on a number of different right-of-way jobs throughout Pennsylvania. Since the company’s inception in 2001, Keystone Acquisition Services, Corporation has successfully completed over 200 projects. For more information regarding projects that are currently in progress, or jobs that we have successfully completed, please click on the map:\r\n\r\n<img src=\"http://keystoneacquisitions.com/wp-content/uploads/2015/12/PennsylvaniaMap426.png\" alt=\"\" usemap=\"#Map\" class=\"img-responsive\" />\r\n<map name=\"Map\" id=\"Map\">\r\n <area alt=\"\" title=\"\" href=\"http://keystoneacquisitions.com/projects/district-1-0/\" shape=\"poly\" coords=\"6,115,20,117,32,122,39,111,61,113,75,90,93,86,94,96,102,91,113,82,118,32,60,32,58,3,1,31,0,110,2,172,6,177,17,182,26,193,42,200,50,206,55,202,55,190,59,183,60,176,55,168,62,164,62,160,29,160,28,131,29,124,29,119,2,112\" />\r\n <area alt=\"\" title=\"\" href=\"http://keystoneacquisitions.com/projects/district-2-0/\" shape=\"poly\" coords=\"121,32,212,31,213,85,219,97,248,123,234,142,231,153,238,157,252,157,260,164,241,172,224,182,207,198,195,190,195,177,196,166,206,160,200,153,192,158,179,158,142,156,128,155,127,123,126,113,132,106,128,102,121,92,116,91,114,91,111,91\" />\r\n <area alt=\"\" title=\"\" href=\"http://keystoneacquisitions.com/projects/district-3-0/\" shape=\"poly\" coords=\"214,32,215,78,221,99,244,118,250,124,239,136,234,145,234,153,246,155,256,159,265,164,293,152,310,147,313,129,312,115,311,94,316,68,319,62,319,31\" />\r\n <area alt=\"\" title=\"\" href=\"http://keystoneacquisitions.com/projects/district-4-0/\" shape=\"poly\" coords=\"320,27,320,56,313,90,314,119,316,133,325,138,345,128,363,111,373,104,386,103,396,113,406,119,415,106,424,97,424,87,407,82,402,75,400,57,394,49,385,45,380,36,374,33,372,29,322,30,320,33\" />\r\n <area alt=\"\" title=\"\" href=\"http://keystoneacquisitions.com/projects/district-5-0/\" shape=\"poly\" coords=\"341,211,318,194,277,158,308,146,359,118,373,106,383,102,404,119,395,128,395,150,393,160\" />\r\n <area alt=\"\" title=\"\" href=\"http://keystoneacquisitions.com/projects/district-6-0/\" shape=\"poly\" coords=\"338,213,388,164,398,172,402,185,420,202,424,210,404,226,394,235,374,243,361,243,351,250,321,251\" />\r\n <area alt=\"\" title=\"\" href=\"http://keystoneacquisitions.com/projects/district-8-0/\" shape=\"poly\" coords=\"176,250,185,238,192,223,204,198,278,160,338,211,319,253\" />\r\n <area alt=\"\" title=\"\" href=\"http://keystoneacquisitions.com/projects/district-9-0/\" shape=\"poly\" coords=\"83,250,173,248,187,231,201,198,192,187,194,168,203,160,200,155,191,159,126,154,112,187,91,221,84,235,86,242\" />\r\n <area alt=\"\" title=\"\" href=\"http://keystoneacquisitions.com/projects/district-10-0/\" shape=\"poly\" coords=\"30,158,28,126,32,122,42,110,63,114,74,88,94,85,98,95,110,88,124,96,130,106,127,114,126,152,112,183,107,187,85,176,74,170,70,162,62,157\" />\r\n <area alt=\"\" title=\"\" href=\"http://keystoneacquisitions.com/projects/district-11-0/\" shape=\"rect\" coords=\"0,110\" />\r\n <area alt=\"\" title=\"\" href=\"http://keystoneacquisitions.com/projects/district-12-0/\" shape=\"poly\" coords=\"0,174,2,250,81,250,84,242,84,238,109,189,76,171,68,162,64,160,56,170,62,176,62,183,56,192,57,197,52,204,46,203,32,194,24,188,15,178\" />\r\n [...]\r\n</map>','Projects','','inherit','closed','closed','','9-revision-v1','','','2015-12-30 14:23:37','2015-12-30 14:23:37','',9,'http://keystoneacquisitions.com/9-revision-v1/',0,'revision','',0),(358,1,'2015-12-30 14:25:04','2015-12-30 14:25:04','At any given time, Keystone employees are actively working on a number of different right-of-way jobs throughout Pennsylvania. Since the company’s inception in 2001, Keystone Acquisition Services, Corporation has successfully completed over 200 projects. For more information regarding projects that are currently in progress, or jobs that we have successfully completed, please click on the map:\r\n\r\n<img src=\"http://keystoneacquisitions.com/wp-content/uploads/2015/12/PennsylvaniaMap426.png\" alt=\"\" usemap=\"#Map\" class=\"img-responsive\" />\r\n<map name=\"Map\" id=\"Map\">\r\n <!--<area alt=\"\" title=\"\" href=\"http://keystoneacquisitions.com/projects/district-1-0/\" shape=\"poly\" coords=\"6,115,20,117,32,122,39,111,61,113,75,90,93,86,94,96,102,91,113,82,118,32,60,32,58,3,1,31,0,110,2,172,6,177,17,182,26,193,42,200,50,206,55,202,55,190,59,183,60,176,55,168,62,164,62,160,29,160,28,131,29,124,29,119,2,112\" />-->\r\n <area alt=\"\" title=\"\" href=\"http://keystoneacquisitions.com/projects/district-2-0/\" shape=\"poly\" coords=\"121,32,212,31,213,85,219,97,248,123,234,142,231,153,238,157,252,157,260,164,241,172,224,182,207,198,195,190,195,177,196,166,206,160,200,153,192,158,179,158,142,156,128,155,127,123,126,113,132,106,128,102,121,92,116,91,114,91,111,91\" />\r\n <area alt=\"\" title=\"\" href=\"http://keystoneacquisitions.com/projects/district-3-0/\" shape=\"poly\" coords=\"214,32,215,78,221,99,244,118,250,124,239,136,234,145,234,153,246,155,256,159,265,164,293,152,310,147,313,129,312,115,311,94,316,68,319,62,319,31\" />\r\n <area alt=\"\" title=\"\" href=\"http://keystoneacquisitions.com/projects/district-4-0/\" shape=\"poly\" coords=\"320,27,320,56,313,90,314,119,316,133,325,138,345,128,363,111,373,104,386,103,396,113,406,119,415,106,424,97,424,87,407,82,402,75,400,57,394,49,385,45,380,36,374,33,372,29,322,30,320,33\" />\r\n <area alt=\"\" title=\"\" href=\"http://keystoneacquisitions.com/projects/district-5-0/\" shape=\"poly\" coords=\"341,211,318,194,277,158,308,146,359,118,373,106,383,102,404,119,395,128,395,150,393,160\" />\r\n <area alt=\"\" title=\"\" href=\"http://keystoneacquisitions.com/projects/district-6-0/\" shape=\"poly\" coords=\"338,213,388,164,398,172,402,185,420,202,424,210,404,226,394,235,374,243,361,243,351,250,321,251\" />\r\n <area alt=\"\" title=\"\" href=\"http://keystoneacquisitions.com/projects/district-8-0/\" shape=\"poly\" coords=\"176,250,185,238,192,223,204,198,278,160,338,211,319,253\" />\r\n <area alt=\"\" title=\"\" href=\"http://keystoneacquisitions.com/projects/district-9-0/\" shape=\"poly\" coords=\"83,250,173,248,187,231,201,198,192,187,194,168,203,160,200,155,191,159,126,154,112,187,91,221,84,235,86,242\" />\r\n <area alt=\"\" title=\"\" href=\"http://keystoneacquisitions.com/projects/district-10-0/\" shape=\"poly\" coords=\"30,158,28,126,32,122,42,110,63,114,74,88,94,85,98,95,110,88,124,96,130,106,127,114,126,152,112,183,107,187,85,176,74,170,70,162,62,157\" />\r\n <area alt=\"\" title=\"\" href=\"http://keystoneacquisitions.com/projects/district-11-0/\" shape=\"rect\" coords=\"0,110\" />\r\n <area alt=\"\" title=\"\" href=\"http://keystoneacquisitions.com/projects/district-12-0/\" shape=\"poly\" coords=\"0,174,2,250,81,250,84,242,84,238,109,189,76,171,68,162,64,160,56,170,62,176,62,183,56,192,57,197,52,204,46,203,32,194,24,188,15,178\" />\r\n [...]\r\n</map>','Projects','','inherit','closed','closed','','9-revision-v1','','','2015-12-30 14:25:04','2015-12-30 14:25:04','',9,'http://keystoneacquisitions.com/9-revision-v1/',0,'revision','',0),(359,1,'2015-12-30 14:27:31','2015-12-30 14:27:31','At any given time, Keystone employees are actively working on a number of different right-of-way jobs throughout Pennsylvania. Since the company’s inception in 2001, Keystone Acquisition Services, Corporation has successfully completed over 200 projects. For more information regarding projects that are currently in progress, or jobs that we have successfully completed, please click on the map:\r\n\r\n<img src=\"http://keystoneacquisitions.com/wp-content/uploads/2015/12/PennsylvaniaMap426.png\" alt=\"\" usemap=\"#Map\" class=\"img-responsive\" />\r\n<map name=\"Map\" id=\"Map\">\r\n <area alt=\"\" title=\"\" href=\"http://keystoneacquisitions.com/projects/district-1-0/\" shape=\"poly\" coords=\"0,34,60,4,60,32,116,32,115,67,113,82,104,97,94,88,91,88,76,97,63,115,41,113,36,117,0,114\" />\r\n <!--<area alt=\"\" title=\"\" href=\"http://keystoneacquisitions.com/projects/district-1-0/\" shape=\"poly\" coords=\"6,115,20,117,32,122,39,111,61,113,75,90,93,86,94,96,102,91,113,82,118,32,60,32,58,3,1,31,0,110,2,172,6,177,17,182,26,193,42,200,50,206,55,202,55,190,59,183,60,176,55,168,62,164,62,160,29,160,28,131,29,124,29,119,2,112\" />-->\r\n <area alt=\"\" title=\"\" href=\"http://keystoneacquisitions.com/projects/district-2-0/\" shape=\"poly\" coords=\"121,32,212,31,213,85,219,97,248,123,234,142,231,153,238,157,252,157,260,164,241,172,224,182,207,198,195,190,195,177,196,166,206,160,200,153,192,158,179,158,142,156,128,155,127,123,126,113,132,106,128,102,121,92,116,91,114,91,111,91\" />\r\n <area alt=\"\" title=\"\" href=\"http://keystoneacquisitions.com/projects/district-3-0/\" shape=\"poly\" coords=\"214,32,215,78,221,99,244,118,250,124,239,136,234,145,234,153,246,155,256,159,265,164,293,152,310,147,313,129,312,115,311,94,316,68,319,62,319,31\" />\r\n <area alt=\"\" title=\"\" href=\"http://keystoneacquisitions.com/projects/district-4-0/\" shape=\"poly\" coords=\"320,27,320,56,313,90,314,119,316,133,325,138,345,128,363,111,373,104,386,103,396,113,406,119,415,106,424,97,424,87,407,82,402,75,400,57,394,49,385,45,380,36,374,33,372,29,322,30,320,33\" />\r\n <area alt=\"\" title=\"\" href=\"http://keystoneacquisitions.com/projects/district-5-0/\" shape=\"poly\" coords=\"341,211,318,194,277,158,308,146,359,118,373,106,383,102,404,119,395,128,395,150,393,160\" />\r\n <area alt=\"\" title=\"\" href=\"http://keystoneacquisitions.com/projects/district-6-0/\" shape=\"poly\" coords=\"338,213,388,164,398,172,402,185,420,202,424,210,404,226,394,235,374,243,361,243,351,250,321,251\" />\r\n <area alt=\"\" title=\"\" href=\"http://keystoneacquisitions.com/projects/district-8-0/\" shape=\"poly\" coords=\"176,250,185,238,192,223,204,198,278,160,338,211,319,253\" />\r\n <area alt=\"\" title=\"\" href=\"http://keystoneacquisitions.com/projects/district-9-0/\" shape=\"poly\" coords=\"83,250,173,248,187,231,201,198,192,187,194,168,203,160,200,155,191,159,126,154,112,187,91,221,84,235,86,242\" />\r\n <area alt=\"\" title=\"\" href=\"http://keystoneacquisitions.com/projects/district-10-0/\" shape=\"poly\" coords=\"30,158,28,126,32,122,42,110,63,114,74,88,94,85,98,95,110,88,124,96,130,106,127,114,126,152,112,183,107,187,85,176,74,170,70,162,62,157\" />\r\n <area alt=\"\" title=\"\" href=\"http://keystoneacquisitions.com/projects/district-11-0/\" shape=\"poly\" coords=\"1,118,32,119,28,137,29,157,44,161,60,162,59,169,59,175,57,188,52,203,45,203,33,194,17,179,2,173\" />\r\n <area alt=\"\" title=\"\" href=\"http://keystoneacquisitions.com/projects/district-12-0/\" shape=\"poly\" coords=\"0,174,2,250,81,250,84,242,84,238,109,189,76,171,68,162,64,160,56,170,62,176,62,183,56,192,57,197,52,204,46,203,32,194,24,188,15,178\" />\r\n [...]\r\n</map>','Projects','','inherit','closed','closed','','9-revision-v1','','','2015-12-30 14:27:31','2015-12-30 14:27:31','',9,'http://keystoneacquisitions.com/9-revision-v1/',0,'revision','',0),(360,1,'2015-12-30 14:32:18','2015-12-30 14:32:18','At any given time, Keystone employees are actively working on a number of different right-of-way jobs throughout Pennsylvania. Since the company’s inception in 2001, Keystone Acquisition Services, Corporation has successfully completed over 200 projects. For more information regarding projects that are currently in progress, or jobs that we have successfully completed, please click on the map:\r\n\r\n<img src=\"http://keystoneacquisitions.com/wp-content/uploads/2015/12/PennsylvaniaMap426.png\" alt=\"\" usemap=\"#Map\" class=\"img-responsive\" />\r\n<map name=\"Map\" id=\"Map\">\r\n <area alt=\"\" title=\"\" href=\"http://keystoneacquisitions.com/projects/district-1-0/\" shape=\"poly\" coords=\"0,34,60,4,60,32,116,32,115,67,113,82,104,97,94,88,91,88,76,97,63,115,41,113,36,117,0,114\" />\r\n <!--<area alt=\"\" title=\"\" href=\"http://keystoneacquisitions.com/projects/district-1-0/\" shape=\"poly\" coords=\"6,115,20,117,32,122,39,111,61,113,75,90,93,86,94,96,102,91,113,82,118,32,60,32,58,3,1,31,0,110,2,172,6,177,17,182,26,193,42,200,50,206,55,202,55,190,59,183,60,176,55,168,62,164,62,160,29,160,28,131,29,124,29,119,2,112\" />-->\r\n <area alt=\"\" title=\"\" href=\"http://keystoneacquisitions.com/projects/district-2-0/\" shape=\"poly\" coords=\"121,32,212,31,213,85,219,97,248,123,234,142,231,153,238,157,252,157,260,164,241,172,224,182,207,198,195,190,195,177,196,166,206,160,200,153,192,158,179,158,142,156,128,155,127,123,126,113,132,106,128,102,121,92,116,91,114,91,111,91\" />\r\n <area alt=\"\" title=\"\" href=\"http://keystoneacquisitions.com/projects/district-3-0/\" shape=\"poly\" coords=\"214,32,215,78,221,99,244,118,250,124,239,136,234,145,234,153,246,155,256,159,265,164,293,152,310,147,313,129,312,115,311,94,316,68,319,62,319,31\" />\r\n <area alt=\"\" title=\"\" href=\"http://keystoneacquisitions.com/projects/district-4-0/\" shape=\"poly\" coords=\"320,27,320,56,313,90,314,119,316,133,325,138,345,128,363,111,373,104,386,103,396,113,406,119,415,106,424,97,424,87,407,82,402,75,400,57,394,49,385,45,380,36,374,33,372,29,322,30,320,33\" />\r\n <area alt=\"\" title=\"\" href=\"http://keystoneacquisitions.com/projects/district-5-0/\" shape=\"poly\" coords=\"341,211,318,194,277,158,308,146,359,118,373,106,383,102,404,119,395,128,395,150,393,160\" />\r\n <area alt=\"\" title=\"\" href=\"http://keystoneacquisitions.com/projects/district-6-0/\" shape=\"poly\" coords=\"338,213,388,164,398,172,402,185,420,202,424,210,404,226,394,235,374,243,361,243,351,250,321,251\" />\r\n <area alt=\"\" title=\"\" href=\"http://keystoneacquisitions.com/projects/district-8-0/\" shape=\"poly\" coords=\"176,250,185,238,192,223,204,198,278,160,338,211,319,253\" />\r\n <area alt=\"\" title=\"\" href=\"http://keystoneacquisitions.com/projects/district-9-0/\" shape=\"poly\" coords=\"83,250,173,248,187,231,201,198,192,187,194,168,203,160,200,155,191,159,126,154,112,187,91,221,84,235,86,242\" />\r\n <area alt=\"\" title=\"\" href=\"http://keystoneacquisitions.com/projects/district-10-0/\" shape=\"poly\" coords=\"30,158,28,126,32,122,42,110,63,114,74,88,94,85,98,95,110,88,124,96,130,106,127,114,126,152,112,183,107,187,85,176,74,170,70,162,62,157\" />\r\n <area alt=\"\" title=\"\" href=\"http://keystoneacquisitions.com/projects/district-11-0/\" shape=\"poly\" coords=\"1,118,32,119,28,137,29,157,44,161,60,162,59,169,59,175,57,188,52,203,45,203,33,194,17,179,2,173\" />\r\n <area alt=\"\" title=\"\" href=\"http://keystoneacquisitions.com/projects/district-12-0/\" shape=\"poly\" coords=\"0,174,2,250,81,250,84,242,84,238,109,189,76,171,68,162,64,160,56,170,62,176,62,183,56,192,57,197,52,204,46,203,32,194,24,188,15,178\" />\r\n</map>','Projects','','inherit','closed','closed','','9-revision-v1','','','2015-12-30 14:32:18','2015-12-30 14:32:18','',9,'http://keystoneacquisitions.com/9-revision-v1/',0,'revision','',0),(361,1,'2015-12-30 15:03:41','2015-12-30 15:03:41','','Map Location','','publish','closed','closed','','acf_map-location','','','2016-01-12 19:55:44','2016-01-12 19:55:44','',0,'http://keystoneacquisitions.com/?post_type=acf&p=361',0,'acf','',0),(362,1,'2015-12-30 15:06:45','2015-12-30 15:06:45','','District 1-0','','inherit','closed','closed','','329-revision-v1','','','2015-12-30 15:06:45','2015-12-30 15:06:45','',329,'http://keystoneacquisitions.com/329-revision-v1/',0,'revision','',0),(363,1,'2015-12-30 15:08:38','2015-12-30 15:08:38','','District 1-0','','inherit','closed','closed','','329-revision-v1','','','2015-12-30 15:08:38','2015-12-30 15:08:38','',329,'http://keystoneacquisitions.com/329-revision-v1/',0,'revision','',0),(364,1,'2015-12-30 15:30:02','2015-12-30 15:30:02','','District 1-0','','inherit','closed','closed','','329-revision-v1','','','2015-12-30 15:30:02','2015-12-30 15:30:02','',329,'http://keystoneacquisitions.com/329-revision-v1/',0,'revision','',0),(365,1,'2015-12-30 15:37:00','2015-12-30 15:37:00','','District 2-0','','inherit','closed','closed','','331-revision-v1','','','2015-12-30 15:37:00','2015-12-30 15:37:00','',331,'http://keystoneacquisitions.com/331-revision-v1/',0,'revision','',0),(366,1,'2015-12-30 15:37:40','2015-12-30 15:37:40','','District 1-0','','inherit','closed','closed','','329-revision-v1','','','2015-12-30 15:37:40','2015-12-30 15:37:40','',329,'http://keystoneacquisitions.com/329-revision-v1/',0,'revision','',0),(367,1,'2015-12-30 15:40:26','2015-12-30 15:40:26','','District 1-0','','inherit','closed','closed','','329-revision-v1','','','2015-12-30 15:40:26','2015-12-30 15:40:26','',329,'http://keystoneacquisitions.com/329-revision-v1/',0,'revision','',0),(368,1,'2015-12-30 15:41:15','2015-12-30 15:41:15','','District 1-0','','inherit','closed','closed','','329-revision-v1','','','2015-12-30 15:41:15','2015-12-30 15:41:15','',329,'http://keystoneacquisitions.com/329-revision-v1/',0,'revision','',0),(369,1,'2015-12-30 16:06:53','2015-12-30 16:06:53','','District 3-0','','inherit','closed','closed','','333-revision-v1','','','2015-12-30 16:06:53','2015-12-30 16:06:53','',333,'http://keystoneacquisitions.com/333-revision-v1/',0,'revision','',0),(370,1,'2015-12-30 16:26:21','2015-12-30 16:26:21','','District 4-0','','inherit','closed','closed','','335-revision-v1','','','2015-12-30 16:26:21','2015-12-30 16:26:21','',335,'http://keystoneacquisitions.com/335-revision-v1/',0,'revision','',0),(371,1,'2015-12-30 16:38:11','2015-12-30 16:38:11','','District 5-0','','inherit','closed','closed','','337-revision-v1','','','2015-12-30 16:38:11','2015-12-30 16:38:11','',337,'http://keystoneacquisitions.com/337-revision-v1/',0,'revision','',0),(372,1,'2015-12-30 16:43:14','2015-12-30 16:43:14','','District 6-0','','inherit','closed','closed','','339-revision-v1','','','2015-12-30 16:43:14','2015-12-30 16:43:14','',339,'http://keystoneacquisitions.com/339-revision-v1/',0,'revision','',0),(373,1,'2015-12-30 16:47:52','2015-12-30 16:47:52','','District 8-0','','inherit','closed','closed','','341-revision-v1','','','2015-12-30 16:47:52','2015-12-30 16:47:52','',341,'http://keystoneacquisitions.com/341-revision-v1/',0,'revision','',0),(374,1,'2015-12-30 17:54:02','2015-12-30 17:54:02','','District 9-0','','inherit','closed','closed','','343-revision-v1','','','2015-12-30 17:54:02','2015-12-30 17:54:02','',343,'http://keystoneacquisitions.com/343-revision-v1/',0,'revision','',0),(375,1,'2015-12-30 17:58:21','2015-12-30 17:58:21','','District 10-0','','inherit','closed','closed','','345-revision-v1','','','2015-12-30 17:58:21','2015-12-30 17:58:21','',345,'http://keystoneacquisitions.com/345-revision-v1/',0,'revision','',0),(376,1,'2015-12-30 18:01:51','2015-12-30 18:01:51','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2015-12-30 18:01:51','2015-12-30 18:01:51','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(377,1,'2015-12-30 18:04:51','2015-12-30 18:04:51','','District 12-0','','inherit','closed','closed','','349-revision-v1','','','2015-12-30 18:04:51','2015-12-30 18:04:51','',349,'http://keystoneacquisitions.com/349-revision-v1/',0,'revision','',0),(378,1,'2016-01-21 21:38:40','2016-01-21 21:38:40','<h3>Home Office</h3>\n3200 McKnight\nSuite 3204\nPittsburgh, PA 15237\nEmail: <a href=\"mailto:homeoffice@keystoneacquisitions.com\">homeoffice@keystoneacquisitions.com</a>\nToll-Free Phone: (888) 628-7861\nPhone: (412) 364-8612\nFax: (412) 364-8613\n\n<iframe class=\"map\" style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3032.22757509939!2d-80.00923004912546!3d40.53656105616558!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88348ca7c3f837a7%3A0xa093882fa54bf6be!2s3200+McKnight+E+Dr+%233204%2C+Pittsburgh%2C+PA+15237!5e0!3m2!1sen!2sus!4v1451421246247\" width=\"100%\" height=\"350\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\n<h3>PTC Southern Beltway Field Office</h3>\n3878 Morganza Road\nBridgeville, PA 15017\nPhone: (724) 514-6128\n\n<iframe class=\"map\" style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2996.5267060043043!2d-75.79522012023799!3d41.31915880828659!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c51f25b994e755%3A0xdf6bd9ff50344dcb!2s126+S+Main+St%2C+Pittston%2C+PA+18640!5e0!3m2!1sen!2sus!4v1451421968060\" width=\"100%\" height=\"350\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\n<h3>Eastern Regional Office</h3>\n418 Stump Road\nSuite 102\nMontgomeryville, PA 18936\nPhone: (267) 838-9600\n\n<iframe class=\"map\" style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3046.2100022637997!2d-75.23289892026757!3d40.22663277520389!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c6a46c83cfa4fb%3A0x9bd1e93adf804113!2s418+Stump+Rd%2C+Montgomeryville%2C+PA+18936!5e0!3m2!1sen!2sus!4v1451422109971\" width=\"100%\" height=\"350\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\n<h3>Bedford Field Office</h3>\n1498 Heritage Road\nOsterburg, PA 16667\n\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d24445.84186031251!2d-78.51891455049442!3d40.01447300082678!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89ca525c4633bb23%3A0xecc6177784f5df0c!2sBedford%2C+PA+15522!5e0!3m2!1sen!2sus!4v1453408855795\" width=\"100%\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\n<h3>Reading Field Office</h3>\nP.0. Box 3700\nReading, PA 19606\n\n<iframe class=\"map\" style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d97324.21515460816!2d-75.99516885390754!3d40.3338773410851!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c670ca5086a8b9%3A0xe2eea549f5bf19f0!2sReading%2C+PA!5e0!3m2!1sen!2sus!4v1451422363043\" width=\"100%\" height=\"350\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>','Our Locations','','inherit','closed','closed','','78-autosave-v1','','','2016-01-21 21:38:40','2016-01-21 21:38:40','',78,'http://keystoneacquisitions.com/78-autosave-v1/',0,'revision','',0),(379,1,'2015-12-30 19:16:55','2015-12-30 19:16:55','<h3>Main Office</h3>\r\n3200 McKnight\r\nSuite 3204\r\nPittsburgh, PA 15237\r\nEmail Us: <a href=\"mailto:Jay@Keystoneacquisitions.com\">Jay@Keystoneacquisitions.com</a>\r\nPhone: (412) 364-8612\r\nFax: (412) 364-8613\r\n\r\n<iframe class=\"map\" style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3032.22757509939!2d-80.00923004912546!3d40.53656105616558!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88348ca7c3f837a7%3A0xa093882fa54bf6be!2s3200+McKnight+E+Dr+%233204%2C+Pittsburgh%2C+PA+15237!5e0!3m2!1sen!2sus!4v1451421246247\" width=\"100%\" height=\"350\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h3>PTC Southern Beltway Field Office</h3>\r\n3878 Morganza Road\r\nBridgeville, PA 15017\r\nPhone: (724) 514-6128\r\n\r\n<iframe class=\"map\" style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3042.2118206686764!2d-80.14811842026525!3d40.3154562698176!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88345683066a15c3%3A0xfef9f6ca49d0354c!2sMorganza+Rd%2C+Bridgeville%2C+PA+15017!5e0!3m2!1sen!2sus!4v1451421765433\" width=\"100%\" height=\"350\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h3>Pittston Field Office</h3>\r\n126 South Main Street\r\n2nd Floor\r\nPittston, PA 18640\r\nPhone: (570) 299-5130\r\n\r\n<iframe class=\"map\" style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2996.5267060043043!2d-75.79522012023799!3d41.31915880828659!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c51f25b994e755%3A0xdf6bd9ff50344dcb!2s126+S+Main+St%2C+Pittston%2C+PA+18640!5e0!3m2!1sen!2sus!4v1451421968060\" width=\"100%\" height=\"350\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h3>Eastern Regional Office</h3>\r\n418 Stump Road\r\nSuite 102\r\nMontgomeryville, PA 18936\r\nPhone: (267) 838-9600\r\n\r\n<iframe class=\"map\" style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3046.2100022637997!2d-75.23289892026757!3d40.22663277520389!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c6a46c83cfa4fb%3A0x9bd1e93adf804113!2s418+Stump+Rd%2C+Montgomeryville%2C+PA+18936!5e0!3m2!1sen!2sus!4v1451422109971\" width=\"100%\" height=\"350\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h3>Bedford Field Office</h3>\r\n1498 Heritage Road\r\nOsterburg, PA 16667\r\n\r\n<iframe class=\"map\" style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3047.7094911475224!2d-78.55150402026852!3d40.19327817722398!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89cbaf2409047847%3A0x47c33cbf23351838!2s1498+Heritage+Rd%2C+Osterburg%2C+PA+16667!5e0!3m2!1sen!2sus!4v1451422194513\" width=\"100%\" height=\"350\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h3>Reading Field Office</h3>\r\nP.0. Box 3700\r\nReading, PA 19606\r\n\r\n<iframe class=\"map\" style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d97324.21515460816!2d-75.99516885390754!3d40.3338773410851!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c670ca5086a8b9%3A0xe2eea549f5bf19f0!2sReading%2C+PA!5e0!3m2!1sen!2sus!4v1451422363043\" width=\"100%\" height=\"350\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>','Our Locations','','inherit','closed','closed','','78-revision-v1','','','2015-12-30 19:16:55','2015-12-30 19:16:55','',78,'http://keystoneacquisitions.com/78-revision-v1/',0,'revision','',0),(380,1,'2015-12-30 19:18:25','2015-12-30 19:18:25','<h3>Main Office</h3>\r\n3200 McKnight\r\nSuite 3204\r\nPittsburgh, PA 15237\r\nEmail Us: <a href=\"mailto:homeoffice@Keystoneacquisitions.com\">homeoffice@KeystoneAcquisitions.com</a>\r\nPhone: (412) 364-8612\r\nFax: (412) 364-8613\r\n\r\n<iframe class=\"map\" style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3032.22757509939!2d-80.00923004912546!3d40.53656105616558!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88348ca7c3f837a7%3A0xa093882fa54bf6be!2s3200+McKnight+E+Dr+%233204%2C+Pittsburgh%2C+PA+15237!5e0!3m2!1sen!2sus!4v1451421246247\" width=\"100%\" height=\"350\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h3>PTC Southern Beltway Field Office</h3>\r\n3878 Morganza Road\r\nBridgeville, PA 15017\r\nPhone: (724) 514-6128\r\n\r\n<iframe class=\"map\" style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3042.2118206686764!2d-80.14811842026525!3d40.3154562698176!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88345683066a15c3%3A0xfef9f6ca49d0354c!2sMorganza+Rd%2C+Bridgeville%2C+PA+15017!5e0!3m2!1sen!2sus!4v1451421765433\" width=\"100%\" height=\"350\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h3>Pittston Field Office</h3>\r\n126 South Main Street\r\n2nd Floor\r\nPittston, PA 18640\r\nPhone: (570) 299-5130\r\n\r\n<iframe class=\"map\" style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2996.5267060043043!2d-75.79522012023799!3d41.31915880828659!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c51f25b994e755%3A0xdf6bd9ff50344dcb!2s126+S+Main+St%2C+Pittston%2C+PA+18640!5e0!3m2!1sen!2sus!4v1451421968060\" width=\"100%\" height=\"350\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h3>Eastern Regional Office</h3>\r\n418 Stump Road\r\nSuite 102\r\nMontgomeryville, PA 18936\r\nPhone: (267) 838-9600\r\n\r\n<iframe class=\"map\" style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3046.2100022637997!2d-75.23289892026757!3d40.22663277520389!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c6a46c83cfa4fb%3A0x9bd1e93adf804113!2s418+Stump+Rd%2C+Montgomeryville%2C+PA+18936!5e0!3m2!1sen!2sus!4v1451422109971\" width=\"100%\" height=\"350\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h3>Bedford Field Office</h3>\r\n1498 Heritage Road\r\nOsterburg, PA 16667\r\n\r\n<iframe class=\"map\" style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3047.7094911475224!2d-78.55150402026852!3d40.19327817722398!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89cbaf2409047847%3A0x47c33cbf23351838!2s1498+Heritage+Rd%2C+Osterburg%2C+PA+16667!5e0!3m2!1sen!2sus!4v1451422194513\" width=\"100%\" height=\"350\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h3>Reading Field Office</h3>\r\nP.0. Box 3700\r\nReading, PA 19606\r\n\r\n<iframe class=\"map\" style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d97324.21515460816!2d-75.99516885390754!3d40.3338773410851!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c670ca5086a8b9%3A0xe2eea549f5bf19f0!2sReading%2C+PA!5e0!3m2!1sen!2sus!4v1451422363043\" width=\"100%\" height=\"350\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>','Our Locations','','inherit','closed','closed','','78-revision-v1','','','2015-12-30 19:18:25','2015-12-30 19:18:25','',78,'http://keystoneacquisitions.com/78-revision-v1/',0,'revision','',0),(381,1,'2015-12-30 19:21:45','2015-12-30 19:21:45','<h3>Main Office</h3>\r\n3200 McKnight\r\nSuite 3204\r\nPittsburgh, PA 15237\r\nEmail: <a href=\"mailto:homeoffice@Keystoneacquisitions.com\">homeoffice@KeystoneAcquisitions.com</a>\r\nPhone: (412) 364-8612\r\nFax: (412) 364-8613\r\n\r\n<iframe class=\"map\" style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3032.22757509939!2d-80.00923004912546!3d40.53656105616558!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88348ca7c3f837a7%3A0xa093882fa54bf6be!2s3200+McKnight+E+Dr+%233204%2C+Pittsburgh%2C+PA+15237!5e0!3m2!1sen!2sus!4v1451421246247\" width=\"100%\" height=\"350\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h3>PTC Southern Beltway Field Office</h3>\r\n3878 Morganza Road\r\nBridgeville, PA 15017\r\nPhone: (724) 514-6128\r\n\r\n<iframe class=\"map\" style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3042.2118206686764!2d-80.14811842026525!3d40.3154562698176!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88345683066a15c3%3A0xfef9f6ca49d0354c!2sMorganza+Rd%2C+Bridgeville%2C+PA+15017!5e0!3m2!1sen!2sus!4v1451421765433\" width=\"100%\" height=\"350\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h3>Pittston Field Office</h3>\r\n126 South Main Street\r\n2nd Floor\r\nPittston, PA 18640\r\nPhone: (570) 299-5130\r\n\r\n<iframe class=\"map\" style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2996.5267060043043!2d-75.79522012023799!3d41.31915880828659!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c51f25b994e755%3A0xdf6bd9ff50344dcb!2s126+S+Main+St%2C+Pittston%2C+PA+18640!5e0!3m2!1sen!2sus!4v1451421968060\" width=\"100%\" height=\"350\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h3>Eastern Regional Office</h3>\r\n418 Stump Road\r\nSuite 102\r\nMontgomeryville, PA 18936\r\nPhone: (267) 838-9600\r\n\r\n<iframe class=\"map\" style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3046.2100022637997!2d-75.23289892026757!3d40.22663277520389!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c6a46c83cfa4fb%3A0x9bd1e93adf804113!2s418+Stump+Rd%2C+Montgomeryville%2C+PA+18936!5e0!3m2!1sen!2sus!4v1451422109971\" width=\"100%\" height=\"350\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h3>Bedford Field Office</h3>\r\n1498 Heritage Road\r\nOsterburg, PA 16667\r\n\r\n<iframe class=\"map\" style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3047.7094911475224!2d-78.55150402026852!3d40.19327817722398!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89cbaf2409047847%3A0x47c33cbf23351838!2s1498+Heritage+Rd%2C+Osterburg%2C+PA+16667!5e0!3m2!1sen!2sus!4v1451422194513\" width=\"100%\" height=\"350\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h3>Reading Field Office</h3>\r\nP.0. Box 3700\r\nReading, PA 19606\r\n\r\n<iframe class=\"map\" style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d97324.21515460816!2d-75.99516885390754!3d40.3338773410851!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c670ca5086a8b9%3A0xe2eea549f5bf19f0!2sReading%2C+PA!5e0!3m2!1sen!2sus!4v1451422363043\" width=\"100%\" height=\"350\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>','Our Locations','','inherit','closed','closed','','78-revision-v1','','','2015-12-30 19:21:45','2015-12-30 19:21:45','',78,'http://keystoneacquisitions.com/78-revision-v1/',0,'revision','',0),(382,1,'2015-12-30 20:06:21','2015-12-30 20:06:21','','District 12-0','','inherit','closed','closed','','349-revision-v1','','','2015-12-30 20:06:21','2015-12-30 20:06:21','',349,'http://keystoneacquisitions.com/349-revision-v1/',0,'revision','',0),(383,1,'2015-12-30 20:09:50','2015-12-30 20:09:50','','wp83923d15_06','','inherit','open','closed','','wp83923d15_06','','','2015-12-30 20:09:50','2015-12-30 20:09:50','',349,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wp83923d15_06.jpg',0,'attachment','image/jpeg',0),(384,1,'2015-12-30 20:09:53','2015-12-30 20:09:53','','District 12-0','','inherit','closed','closed','','349-revision-v1','','','2015-12-30 20:09:53','2015-12-30 20:09:53','',349,'http://keystoneacquisitions.com/349-revision-v1/',0,'revision','',0),(385,1,'2016-01-04 19:03:53','2016-01-04 19:03:53','','appraisal-services-2','','inherit','open','closed','','appraisal-services-2','','','2016-01-04 19:03:53','2016-01-04 19:03:53','',17,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/appraisal-services-2.png',0,'attachment','image/png',0),(386,1,'2016-01-04 21:55:38','2016-01-04 21:55:38','','Keystone Acquisitions | Appraisal Services','','inherit','open','closed','','appraisal-services-3','','','2016-01-19 19:08:06','2016-01-19 19:08:06','',17,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/appraisal-services-3.png',0,'attachment','image/png',0),(387,1,'2016-01-04 21:56:11','2016-01-04 21:56:11','','Keystone Acquisitions | Negotiations','','inherit','open','closed','','negotiations-2-2','','','2016-01-19 19:07:11','2016-01-19 19:07:11','',21,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/negotiations-2.png',0,'attachment','image/png',0),(388,1,'2016-01-04 22:22:15','2016-01-04 22:22:15','','Keystone Acquisitions | Project Management','','inherit','open','closed','','project-management-2','','','2016-01-19 19:09:02','2016-01-19 19:09:02','',13,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/project-management.png',0,'attachment','image/png',0),(389,1,'2016-01-04 22:47:06','2016-01-04 22:47:06','','property-management','','inherit','open','closed','','property-management-2','','','2016-01-04 22:47:06','2016-01-04 22:47:06','',25,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/property-management.png',0,'attachment','image/png',0),(390,1,'2016-01-04 22:50:40','2016-01-04 22:50:40','','Keystone Acquisitions | Property Management','','inherit','open','closed','','property-management-2-2','','','2016-01-19 19:06:14','2016-01-19 19:06:14','',25,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/property-management-2.png',0,'attachment','image/png',0),(391,1,'2016-01-04 23:20:11','2016-01-04 23:20:11','','Keystone Acquisitions | Plan Reading Services','','inherit','open','closed','','plan-reading','','','2016-01-19 19:09:34','2016-01-19 19:09:34','',92,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/plan-reading.png',0,'attachment','image/png',0),(392,1,'2016-01-05 00:00:02','2016-01-05 00:00:02','','Keystone Acquisitions | Title Research','','inherit','open','closed','','title-settlement-services','','','2016-01-19 19:08:33','2016-01-19 19:08:33','',15,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/title-settlement-services.png',0,'attachment','image/png',0),(393,1,'2016-01-05 01:16:05','2016-01-05 01:16:05','','relocation_services','','inherit','open','closed','','relocation_services','','','2016-01-05 01:16:05','2016-01-05 01:16:05','',19,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/relocation_services.png',0,'attachment','image/png',0),(394,1,'2016-01-05 01:43:14','2016-01-05 01:43:14','','Keystone Acquisitions | Condemnation Support','','inherit','open','closed','','condemnation-and-litigation-support','','','2016-01-19 19:06:46','2016-01-19 19:06:46','',23,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/condemnation-and-litigation-support.png',0,'attachment','image/png',0),(395,1,'2016-01-05 01:43:49','2016-01-05 01:43:49','','Keystone Acquisitions | Relocation Services','','inherit','open','closed','','relocation-services-2','','','2016-01-19 19:07:38','2016-01-19 19:07:38','',19,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/relocation-services-2.png',0,'attachment','image/png',0),(396,1,'2016-01-05 15:10:20','2016-01-05 15:10:20','','District 1-0','','inherit','closed','closed','','329-revision-v1','','','2016-01-05 15:10:20','2016-01-05 15:10:20','',329,'http://keystoneacquisitions.com/329-revision-v1/',0,'revision','',0),(397,1,'2016-01-05 15:20:49','2016-01-05 15:20:49','','no_photo_available','','inherit','open','closed','','no_photo_available','','','2016-01-05 15:20:49','2016-01-05 15:20:49','',329,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/no_photo_available.jpg',0,'attachment','image/jpeg',0),(398,1,'2016-01-05 15:20:54','2016-01-05 15:20:54','','District 1-0','','inherit','closed','closed','','329-revision-v1','','','2016-01-05 15:20:54','2016-01-05 15:20:54','',329,'http://keystoneacquisitions.com/329-revision-v1/',0,'revision','',0),(399,1,'2016-01-05 15:22:10','2016-01-05 15:22:10','','District 1-0','','inherit','closed','closed','','329-revision-v1','','','2016-01-05 15:22:10','2016-01-05 15:22:10','',329,'http://keystoneacquisitions.com/329-revision-v1/',0,'revision','',0),(400,1,'2016-01-05 15:25:23','2016-01-05 15:25:23','','wpfe04f31e_06','','inherit','open','closed','','wpfe04f31e_06','','','2016-01-05 15:25:23','2016-01-05 15:25:23','',329,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wpfe04f31e_06.png',0,'attachment','image/png',0),(401,1,'2016-01-05 15:25:28','2016-01-05 15:25:28','','District 1-0','','inherit','closed','closed','','329-revision-v1','','','2016-01-05 15:25:28','2016-01-05 15:25:28','',329,'http://keystoneacquisitions.com/329-revision-v1/',0,'revision','',0),(402,1,'2016-01-05 15:26:49','2016-01-05 15:26:49','','District 1-0','','inherit','closed','closed','','329-revision-v1','','','2016-01-05 15:26:49','2016-01-05 15:26:49','',329,'http://keystoneacquisitions.com/329-revision-v1/',0,'revision','',0),(403,1,'2016-01-05 15:30:03','2016-01-05 15:30:03','','District 1-0','','inherit','closed','closed','','329-revision-v1','','','2016-01-05 15:30:03','2016-01-05 15:30:03','',329,'http://keystoneacquisitions.com/329-revision-v1/',0,'revision','',0),(404,1,'2016-01-05 15:33:19','2016-01-05 15:33:19','','District 1-0','','inherit','closed','closed','','329-revision-v1','','','2016-01-05 15:33:19','2016-01-05 15:33:19','',329,'http://keystoneacquisitions.com/329-revision-v1/',0,'revision','',0),(405,1,'2016-01-05 15:41:42','2016-01-05 15:41:42','','District 1-0','','inherit','closed','closed','','329-revision-v1','','','2016-01-05 15:41:42','2016-01-05 15:41:42','',329,'http://keystoneacquisitions.com/329-revision-v1/',0,'revision','',0),(406,1,'2016-01-05 15:44:04','2016-01-05 15:44:04','','District 1-0','','inherit','closed','closed','','329-revision-v1','','','2016-01-05 15:44:04','2016-01-05 15:44:04','',329,'http://keystoneacquisitions.com/329-revision-v1/',0,'revision','',0),(407,1,'2016-01-05 15:47:41','2016-01-05 15:47:41','','District 1-0','','inherit','closed','closed','','329-revision-v1','','','2016-01-05 15:47:41','2016-01-05 15:47:41','',329,'http://keystoneacquisitions.com/329-revision-v1/',0,'revision','',0),(408,1,'2016-01-05 15:48:58','2016-01-05 15:48:58','','District 1-0','','inherit','closed','closed','','329-revision-v1','','','2016-01-05 15:48:58','2016-01-05 15:48:58','',329,'http://keystoneacquisitions.com/329-revision-v1/',0,'revision','',0),(409,1,'2016-01-05 15:52:25','2016-01-05 15:52:25','','District 1-0','','inherit','closed','closed','','329-revision-v1','','','2016-01-05 15:52:25','2016-01-05 15:52:25','',329,'http://keystoneacquisitions.com/329-revision-v1/',0,'revision','',0),(410,1,'2016-01-05 15:53:06','2016-01-05 15:53:06','','District 1-0','','inherit','closed','closed','','329-revision-v1','','','2016-01-05 15:53:06','2016-01-05 15:53:06','',329,'http://keystoneacquisitions.com/329-revision-v1/',0,'revision','',0),(411,1,'2016-01-05 15:55:34','2016-01-05 15:55:34','','District 1-0','','inherit','closed','closed','','329-revision-v1','','','2016-01-05 15:55:34','2016-01-05 15:55:34','',329,'http://keystoneacquisitions.com/329-revision-v1/',0,'revision','',0),(412,1,'2016-01-05 15:56:18','2016-01-05 15:56:18','','District 1-0','','inherit','closed','closed','','329-revision-v1','','','2016-01-05 15:56:18','2016-01-05 15:56:18','',329,'http://keystoneacquisitions.com/329-revision-v1/',0,'revision','',0),(413,1,'2016-01-05 15:56:54','2016-01-05 15:56:54','','District 1-0','','inherit','closed','closed','','329-revision-v1','','','2016-01-05 15:56:54','2016-01-05 15:56:54','',329,'http://keystoneacquisitions.com/329-revision-v1/',0,'revision','',0),(414,1,'2016-01-05 15:58:07','2016-01-05 15:58:07','','District 1-0','','inherit','closed','closed','','329-revision-v1','','','2016-01-05 15:58:07','2016-01-05 15:58:07','',329,'http://keystoneacquisitions.com/329-revision-v1/',0,'revision','',0),(415,1,'2016-01-05 15:59:01','2016-01-05 15:59:01','','District 1-0','','inherit','closed','closed','','329-revision-v1','','','2016-01-05 15:59:01','2016-01-05 15:59:01','',329,'http://keystoneacquisitions.com/329-revision-v1/',0,'revision','',0),(416,1,'2016-01-05 16:02:47','2016-01-05 16:02:47','','District 1-0','','inherit','closed','closed','','329-revision-v1','','','2016-01-05 16:02:47','2016-01-05 16:02:47','',329,'http://keystoneacquisitions.com/329-revision-v1/',0,'revision','',0),(417,1,'2016-01-05 16:05:50','2016-01-05 16:05:50','','District 1-0','','inherit','closed','closed','','329-revision-v1','','','2016-01-05 16:05:50','2016-01-05 16:05:50','',329,'http://keystoneacquisitions.com/329-revision-v1/',0,'revision','',0),(418,1,'2016-01-05 16:09:41','2016-01-05 16:09:41','','District 1-0','','inherit','closed','closed','','329-revision-v1','','','2016-01-05 16:09:41','2016-01-05 16:09:41','',329,'http://keystoneacquisitions.com/329-revision-v1/',0,'revision','',0),(419,1,'2016-01-05 16:13:20','2016-01-05 16:13:20','','District 1-0','','inherit','closed','closed','','329-revision-v1','','','2016-01-05 16:13:20','2016-01-05 16:13:20','',329,'http://keystoneacquisitions.com/329-revision-v1/',0,'revision','',0),(420,1,'2016-01-05 16:25:24','2016-01-05 16:25:24','','District 1-0','','inherit','closed','closed','','329-revision-v1','','','2016-01-05 16:25:24','2016-01-05 16:25:24','',329,'http://keystoneacquisitions.com/329-revision-v1/',0,'revision','',0),(421,1,'2016-01-05 16:30:25','2016-01-05 16:30:25','','District 1-0','','inherit','closed','closed','','329-revision-v1','','','2016-01-05 16:30:25','2016-01-05 16:30:25','',329,'http://keystoneacquisitions.com/329-revision-v1/',0,'revision','',0),(422,1,'2016-01-05 16:33:26','2016-01-05 16:33:26','','District 1-0','','inherit','closed','closed','','329-revision-v1','','','2016-01-05 16:33:26','2016-01-05 16:33:26','',329,'http://keystoneacquisitions.com/329-revision-v1/',0,'revision','',0),(423,1,'2016-01-05 17:28:20','2016-01-05 17:28:20','','District 1-0','','inherit','closed','closed','','329-revision-v1','','','2016-01-05 17:28:20','2016-01-05 17:28:20','',329,'http://keystoneacquisitions.com/329-revision-v1/',0,'revision','',0),(424,1,'2016-01-05 17:30:54','2016-01-05 17:30:54','','District 1-0','','inherit','closed','closed','','329-revision-v1','','','2016-01-05 17:30:54','2016-01-05 17:30:54','',329,'http://keystoneacquisitions.com/329-revision-v1/',0,'revision','',0),(425,1,'2016-01-05 17:31:14','2016-01-05 17:31:14','','wpb7ff5d0b_06','','inherit','open','closed','','wpb7ff5d0b_06','','','2016-01-05 17:31:14','2016-01-05 17:31:14','',329,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wpb7ff5d0b_06.png',0,'attachment','image/png',0),(426,1,'2016-01-05 17:31:21','2016-01-05 17:31:21','','District 1-0','','inherit','closed','closed','','329-revision-v1','','','2016-01-05 17:31:21','2016-01-05 17:31:21','',329,'http://keystoneacquisitions.com/329-revision-v1/',0,'revision','',0),(427,1,'2016-01-05 17:34:17','2016-01-05 17:34:17','','wpa4d4aa5f_06','','inherit','open','closed','','wpa4d4aa5f_06','','','2016-01-05 17:34:17','2016-01-05 17:34:17','',329,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wpa4d4aa5f_06.png',0,'attachment','image/png',0),(428,1,'2016-01-05 17:34:29','2016-01-05 17:34:29','','District 1-0','','inherit','closed','closed','','329-revision-v1','','','2016-01-05 17:34:29','2016-01-05 17:34:29','',329,'http://keystoneacquisitions.com/329-revision-v1/',0,'revision','',0),(429,1,'2016-01-05 17:37:10','2016-01-05 17:37:10','','District 1-0','','inherit','closed','closed','','329-revision-v1','','','2016-01-05 17:37:10','2016-01-05 17:37:10','',329,'http://keystoneacquisitions.com/329-revision-v1/',0,'revision','',0),(430,1,'2016-01-05 17:39:13','2016-01-05 17:39:13','','wp7a982553_06','','inherit','open','closed','','wp7a982553_06','','','2016-01-05 17:39:13','2016-01-05 17:39:13','',329,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wp7a982553_06.png',0,'attachment','image/png',0),(431,1,'2016-01-05 17:39:24','2016-01-05 17:39:24','','District 1-0','','inherit','closed','closed','','329-revision-v1','','','2016-01-05 17:39:24','2016-01-05 17:39:24','',329,'http://keystoneacquisitions.com/329-revision-v1/',0,'revision','',0),(432,1,'2016-01-05 17:41:46','2016-01-05 17:41:46','','District 1-0','','inherit','closed','closed','','329-revision-v1','','','2016-01-05 17:41:46','2016-01-05 17:41:46','',329,'http://keystoneacquisitions.com/329-revision-v1/',0,'revision','',0),(433,1,'2016-01-05 17:45:43','2016-01-05 17:45:43','','District 1-0','','inherit','closed','closed','','329-revision-v1','','','2016-01-05 17:45:43','2016-01-05 17:45:43','',329,'http://keystoneacquisitions.com/329-revision-v1/',0,'revision','',0),(434,1,'2016-01-05 18:03:11','2016-01-05 18:03:11','','wpd5b6e30d_06','','inherit','open','closed','','wpd5b6e30d_06','','','2016-01-05 18:03:11','2016-01-05 18:03:11','',331,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wpd5b6e30d_06.png',0,'attachment','image/png',0),(435,1,'2016-01-05 18:03:19','2016-01-05 18:03:19','','District 2-0','','inherit','closed','closed','','331-revision-v1','','','2016-01-05 18:03:19','2016-01-05 18:03:19','',331,'http://keystoneacquisitions.com/331-revision-v1/',0,'revision','',0),(436,1,'2016-01-05 18:06:27','2016-01-05 18:06:27','','District 2-0','','inherit','closed','closed','','331-revision-v1','','','2016-01-05 18:06:27','2016-01-05 18:06:27','',331,'http://keystoneacquisitions.com/331-revision-v1/',0,'revision','',0),(437,1,'2016-01-05 18:06:38','2016-01-05 18:06:38','','wp94422064_06','','inherit','open','closed','','wp94422064_06','','','2016-01-05 18:06:38','2016-01-05 18:06:38','',331,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wp94422064_06.png',0,'attachment','image/png',0),(438,1,'2016-01-05 18:14:33','2016-01-05 18:14:33','','District 2-0','','inherit','closed','closed','','331-revision-v1','','','2016-01-05 18:14:33','2016-01-05 18:14:33','',331,'http://keystoneacquisitions.com/331-revision-v1/',0,'revision','',0),(439,1,'2016-01-05 18:18:21','2016-01-05 18:18:21','','wpe09a6209_06','','inherit','open','closed','','wpe09a6209_06','','','2016-01-05 18:18:21','2016-01-05 18:18:21','',331,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wpe09a6209_06.png',0,'attachment','image/png',0),(440,1,'2016-01-05 18:19:03','2016-01-05 18:19:03','','District 2-0','','inherit','closed','closed','','331-revision-v1','','','2016-01-05 18:19:03','2016-01-05 18:19:03','',331,'http://keystoneacquisitions.com/331-revision-v1/',0,'revision','',0),(441,1,'2016-01-05 18:20:05','2016-01-05 18:20:05','','wp9a96f3d3_06','','inherit','open','closed','','wp9a96f3d3_06','','','2016-01-05 18:20:05','2016-01-05 18:20:05','',331,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wp9a96f3d3_06.png',0,'attachment','image/png',0),(442,1,'2016-01-05 18:21:20','2016-01-05 18:21:20','','District 2-0','','inherit','closed','closed','','331-revision-v1','','','2016-01-05 18:21:20','2016-01-05 18:21:20','',331,'http://keystoneacquisitions.com/331-revision-v1/',0,'revision','',0),(443,1,'2016-01-05 18:28:42','2016-01-05 18:28:42','','wpdc08ad97_06','','inherit','open','closed','','wpdc08ad97_06','','','2016-01-05 18:28:42','2016-01-05 18:28:42','',329,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wpdc08ad97_06.png',0,'attachment','image/png',0),(444,1,'2016-01-05 18:28:48','2016-01-05 18:28:48','','District 1-0','','inherit','closed','closed','','329-revision-v1','','','2016-01-05 18:28:48','2016-01-05 18:28:48','',329,'http://keystoneacquisitions.com/329-revision-v1/',0,'revision','',0),(445,1,'2016-01-05 18:30:17','2016-01-05 18:30:17','','wpfe04f31e_06','','inherit','open','closed','','wpfe04f31e_06-2','','','2016-01-05 18:30:17','2016-01-05 18:30:17','',329,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wpfe04f31e_06-1.png',0,'attachment','image/png',0),(446,1,'2016-01-05 18:30:23','2016-01-05 18:30:23','','District 1-0','','inherit','closed','closed','','329-revision-v1','','','2016-01-05 18:30:23','2016-01-05 18:30:23','',329,'http://keystoneacquisitions.com/329-revision-v1/',0,'revision','',0),(447,1,'2016-01-05 18:30:31','2016-01-05 18:30:31','','District 1-0','','inherit','closed','closed','','329-revision-v1','','','2016-01-05 18:30:31','2016-01-05 18:30:31','',329,'http://keystoneacquisitions.com/329-revision-v1/',0,'revision','',0),(448,1,'2016-01-05 18:31:09','2016-01-05 18:31:09','','wp83923d15_06','','inherit','open','closed','','wp83923d15_06-2','','','2016-01-05 18:31:09','2016-01-05 18:31:09','',329,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wp83923d15_06.png',0,'attachment','image/png',0),(449,1,'2016-01-05 18:31:17','2016-01-05 18:31:17','','District 1-0','','inherit','closed','closed','','329-revision-v1','','','2016-01-05 18:31:17','2016-01-05 18:31:17','',329,'http://keystoneacquisitions.com/329-revision-v1/',0,'revision','',0),(450,1,'2016-01-05 18:32:34','2016-01-05 18:32:34','','wpb46acc0d_06','','inherit','open','closed','','wpb46acc0d_06','','','2016-01-05 18:32:34','2016-01-05 18:32:34','',329,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wpb46acc0d_06.png',0,'attachment','image/png',0),(451,1,'2016-01-05 18:32:42','2016-01-05 18:32:42','','District 1-0','','inherit','closed','closed','','329-revision-v1','','','2016-01-05 18:32:42','2016-01-05 18:32:42','',329,'http://keystoneacquisitions.com/329-revision-v1/',0,'revision','',0),(452,1,'2016-01-05 18:35:02','2016-01-05 18:35:02','','wp6fe04d49_06','','inherit','open','closed','','wp6fe04d49_06','','','2016-01-05 18:35:02','2016-01-05 18:35:02','',329,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wp6fe04d49_06.png',0,'attachment','image/png',0),(453,1,'2016-01-05 18:35:24','2016-01-05 18:35:24','','wp4245f5b7_06','','inherit','open','closed','','wp4245f5b7_06','','','2016-01-05 18:35:24','2016-01-05 18:35:24','',329,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wp4245f5b7_06.png',0,'attachment','image/png',0),(454,1,'2016-01-05 18:35:30','2016-01-05 18:35:30','','District 1-0','','inherit','closed','closed','','329-revision-v1','','','2016-01-05 18:35:30','2016-01-05 18:35:30','',329,'http://keystoneacquisitions.com/329-revision-v1/',0,'revision','',0),(455,1,'2016-01-05 18:36:36','2016-01-05 18:36:36','','wpf2c102b8_06','','inherit','open','closed','','wpf2c102b8_06','','','2016-01-05 18:36:36','2016-01-05 18:36:36','',329,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wpf2c102b8_06.png',0,'attachment','image/png',0),(456,1,'2016-01-05 18:36:46','2016-01-05 18:36:46','','District 1-0','','inherit','closed','closed','','329-revision-v1','','','2016-01-05 18:36:46','2016-01-05 18:36:46','',329,'http://keystoneacquisitions.com/329-revision-v1/',0,'revision','',0),(457,1,'2016-01-05 18:41:37','2016-01-05 18:41:37','','wpe12b54fa_06','','inherit','open','closed','','wpe12b54fa_06','','','2016-01-05 18:41:37','2016-01-05 18:41:37','',329,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wpe12b54fa_06.png',0,'attachment','image/png',0),(458,1,'2016-01-05 18:41:46','2016-01-05 18:41:46','','District 1-0','','inherit','closed','closed','','329-revision-v1','','','2016-01-05 18:41:46','2016-01-05 18:41:46','',329,'http://keystoneacquisitions.com/329-revision-v1/',0,'revision','',0),(459,1,'2016-01-05 18:44:58','2016-01-05 18:44:58','','wp933e9772_06','','inherit','open','closed','','wp933e9772_06','','','2016-01-05 18:44:58','2016-01-05 18:44:58','',329,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wp933e9772_06.png',0,'attachment','image/png',0),(460,1,'2016-01-05 18:45:21','2016-01-05 18:45:21','','District 1-0','','inherit','closed','closed','','329-revision-v1','','','2016-01-05 18:45:21','2016-01-05 18:45:21','',329,'http://keystoneacquisitions.com/329-revision-v1/',0,'revision','',0),(461,1,'2016-01-05 18:47:08','2016-01-05 18:47:08','','wp13da8a0a_06','','inherit','open','closed','','wp13da8a0a_06','','','2016-01-05 18:47:08','2016-01-05 18:47:08','',329,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wp13da8a0a_06.png',0,'attachment','image/png',0),(462,1,'2016-01-05 18:47:18','2016-01-05 18:47:18','','District 1-0','','inherit','closed','closed','','329-revision-v1','','','2016-01-05 18:47:18','2016-01-05 18:47:18','',329,'http://keystoneacquisitions.com/329-revision-v1/',0,'revision','',0),(463,1,'2016-01-05 20:55:32','2016-01-05 20:55:32','','wpc28477ed_06','','inherit','open','closed','','wpc28477ed_06','','','2016-01-05 20:55:32','2016-01-05 20:55:32','',335,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wpc28477ed_06.png',0,'attachment','image/png',0),(464,1,'2016-01-05 20:56:37','2016-01-05 20:56:37','','District 4-0','','inherit','closed','closed','','335-revision-v1','','','2016-01-05 20:56:37','2016-01-05 20:56:37','',335,'http://keystoneacquisitions.com/335-revision-v1/',0,'revision','',0),(465,1,'2016-01-05 21:00:34','2016-01-05 21:00:34','','wpb3805985_06','','inherit','open','closed','','wpb3805985_06','','','2016-01-05 21:00:34','2016-01-05 21:00:34','',335,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wpb3805985_06.png',0,'attachment','image/png',0),(466,1,'2016-01-05 21:02:06','2016-01-05 21:02:06','','District 4-0','','inherit','closed','closed','','335-revision-v1','','','2016-01-05 21:02:06','2016-01-05 21:02:06','',335,'http://keystoneacquisitions.com/335-revision-v1/',0,'revision','',0),(467,1,'2016-01-05 21:02:45','2016-01-05 21:02:45','','District 4-0','','inherit','closed','closed','','335-revision-v1','','','2016-01-05 21:02:45','2016-01-05 21:02:45','',335,'http://keystoneacquisitions.com/335-revision-v1/',0,'revision','',0),(468,1,'2016-01-05 21:03:43','2016-01-05 21:03:43','','District 4-0','','inherit','closed','closed','','335-revision-v1','','','2016-01-05 21:03:43','2016-01-05 21:03:43','',335,'http://keystoneacquisitions.com/335-revision-v1/',0,'revision','',0),(469,1,'2016-01-05 21:04:22','2016-01-05 21:04:22','','District 4-0','','inherit','closed','closed','','335-revision-v1','','','2016-01-05 21:04:22','2016-01-05 21:04:22','',335,'http://keystoneacquisitions.com/335-revision-v1/',0,'revision','',0),(470,1,'2016-01-05 21:05:32','2016-01-05 21:05:32','','District 4-0','','inherit','closed','closed','','335-revision-v1','','','2016-01-05 21:05:32','2016-01-05 21:05:32','',335,'http://keystoneacquisitions.com/335-revision-v1/',0,'revision','',0),(471,1,'2016-01-05 21:06:47','2016-01-05 21:06:47','','District 4-0','','inherit','closed','closed','','335-revision-v1','','','2016-01-05 21:06:47','2016-01-05 21:06:47','',335,'http://keystoneacquisitions.com/335-revision-v1/',0,'revision','',0),(472,1,'2016-01-06 13:46:49','2016-01-06 13:46:49','','District 1-0','','inherit','closed','closed','','329-revision-v1','','','2016-01-06 13:46:49','2016-01-06 13:46:49','',329,'http://keystoneacquisitions.com/329-revision-v1/',0,'revision','',0),(473,1,'2016-01-06 13:47:11','2016-01-06 13:47:11','','District 2-0','','inherit','closed','closed','','331-revision-v1','','','2016-01-06 13:47:11','2016-01-06 13:47:11','',331,'http://keystoneacquisitions.com/331-revision-v1/',0,'revision','',0),(474,1,'2016-01-06 13:47:15','2016-01-06 13:47:15','','District 3-0','','inherit','closed','closed','','333-revision-v1','','','2016-01-06 13:47:15','2016-01-06 13:47:15','',333,'http://keystoneacquisitions.com/333-revision-v1/',0,'revision','',0),(475,1,'2016-01-06 13:47:23','2016-01-06 13:47:23','','District 5-0','','inherit','closed','closed','','337-revision-v1','','','2016-01-06 13:47:23','2016-01-06 13:47:23','',337,'http://keystoneacquisitions.com/337-revision-v1/',0,'revision','',0),(476,1,'2016-01-06 13:47:28','2016-01-06 13:47:28','','District 6-0','','inherit','closed','closed','','339-revision-v1','','','2016-01-06 13:47:28','2016-01-06 13:47:28','',339,'http://keystoneacquisitions.com/339-revision-v1/',0,'revision','',0),(477,1,'2016-01-06 13:47:32','2016-01-06 13:47:32','','District 8-0','','inherit','closed','closed','','341-revision-v1','','','2016-01-06 13:47:32','2016-01-06 13:47:32','',341,'http://keystoneacquisitions.com/341-revision-v1/',0,'revision','',0),(478,1,'2016-01-06 13:47:35','2016-01-06 13:47:35','','District 9-0','','inherit','closed','closed','','343-revision-v1','','','2016-01-06 13:47:35','2016-01-06 13:47:35','',343,'http://keystoneacquisitions.com/343-revision-v1/',0,'revision','',0),(479,1,'2016-01-06 13:47:39','2016-01-06 13:47:39','','District 10-0','','inherit','closed','closed','','345-revision-v1','','','2016-01-06 13:47:39','2016-01-06 13:47:39','',345,'http://keystoneacquisitions.com/345-revision-v1/',0,'revision','',0),(480,1,'2016-01-06 13:47:43','2016-01-06 13:47:43','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-06 13:47:43','2016-01-06 13:47:43','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(481,1,'2016-01-06 15:38:11','2016-01-06 15:38:11','','District 1-0','','inherit','closed','closed','','329-revision-v1','','','2016-01-06 15:38:11','2016-01-06 15:38:11','',329,'http://keystoneacquisitions.com/329-revision-v1/',0,'revision','',0),(482,1,'2016-01-06 16:39:49','2016-01-06 16:39:49','','District 4-0','','inherit','closed','closed','','335-revision-v1','','','2016-01-06 16:39:49','2016-01-06 16:39:49','',335,'http://keystoneacquisitions.com/335-revision-v1/',0,'revision','',0),(483,1,'2016-01-06 17:10:21','2016-01-06 17:10:21','','District 4-0','','inherit','closed','closed','','335-revision-v1','','','2016-01-06 17:10:21','2016-01-06 17:10:21','',335,'http://keystoneacquisitions.com/335-revision-v1/',0,'revision','',0),(484,1,'2016-01-06 17:10:36','2016-01-06 17:10:36','','District 4-0','','inherit','closed','closed','','335-revision-v1','','','2016-01-06 17:10:36','2016-01-06 17:10:36','',335,'http://keystoneacquisitions.com/335-revision-v1/',0,'revision','',0),(485,1,'2016-01-06 18:09:37','2016-01-06 18:09:37','','District 4-0','','inherit','closed','closed','','335-revision-v1','','','2016-01-06 18:09:37','2016-01-06 18:09:37','',335,'http://keystoneacquisitions.com/335-revision-v1/',0,'revision','',0),(486,1,'2016-01-06 18:10:41','2016-01-06 18:10:41','','District 4-0','','inherit','closed','closed','','335-revision-v1','','','2016-01-06 18:10:41','2016-01-06 18:10:41','',335,'http://keystoneacquisitions.com/335-revision-v1/',0,'revision','',0),(487,1,'2016-01-06 18:11:11','2016-01-06 18:11:11','','District 4-0','','inherit','closed','closed','','335-revision-v1','','','2016-01-06 18:11:11','2016-01-06 18:11:11','',335,'http://keystoneacquisitions.com/335-revision-v1/',0,'revision','',0),(488,1,'2016-01-06 18:17:00','2016-01-06 18:17:00','','District 4-0','','inherit','closed','closed','','335-revision-v1','','','2016-01-06 18:17:00','2016-01-06 18:17:00','',335,'http://keystoneacquisitions.com/335-revision-v1/',0,'revision','',0),(489,1,'2016-01-06 18:19:35','2016-01-06 18:19:35','','District 4-0','','inherit','closed','closed','','335-revision-v1','','','2016-01-06 18:19:35','2016-01-06 18:19:35','',335,'http://keystoneacquisitions.com/335-revision-v1/',0,'revision','',0),(490,1,'2016-01-06 18:21:29','2016-01-06 18:21:29','','District 4-0','','inherit','closed','closed','','335-revision-v1','','','2016-01-06 18:21:29','2016-01-06 18:21:29','',335,'http://keystoneacquisitions.com/335-revision-v1/',0,'revision','',0),(491,1,'2016-01-06 18:22:13','2016-01-06 18:22:13','','District 4-0','','inherit','closed','closed','','335-revision-v1','','','2016-01-06 18:22:13','2016-01-06 18:22:13','',335,'http://keystoneacquisitions.com/335-revision-v1/',0,'revision','',0),(492,1,'2016-01-06 18:22:59','2016-01-06 18:22:59','','District 1-0','','inherit','closed','closed','','329-revision-v1','','','2016-01-06 18:22:59','2016-01-06 18:22:59','',329,'http://keystoneacquisitions.com/329-revision-v1/',0,'revision','',0),(493,1,'2016-01-06 18:23:37','2016-01-06 18:23:37','','District 1-0','','inherit','closed','closed','','329-revision-v1','','','2016-01-06 18:23:37','2016-01-06 18:23:37','',329,'http://keystoneacquisitions.com/329-revision-v1/',0,'revision','',0),(494,1,'2016-01-06 18:24:33','2016-01-06 18:24:33','','District 1-0','','inherit','closed','closed','','329-revision-v1','','','2016-01-06 18:24:33','2016-01-06 18:24:33','',329,'http://keystoneacquisitions.com/329-revision-v1/',0,'revision','',0),(495,1,'2016-01-06 18:25:14','2016-01-06 18:25:14','','District 1-0','','inherit','closed','closed','','329-revision-v1','','','2016-01-06 18:25:14','2016-01-06 18:25:14','',329,'http://keystoneacquisitions.com/329-revision-v1/',0,'revision','',0),(496,1,'2016-01-06 18:25:54','2016-01-06 18:25:54','','District 1-0','','inherit','closed','closed','','329-revision-v1','','','2016-01-06 18:25:54','2016-01-06 18:25:54','',329,'http://keystoneacquisitions.com/329-revision-v1/',0,'revision','',0),(497,1,'2016-01-06 18:26:18','2016-01-06 18:26:18','','District 1-0','','inherit','closed','closed','','329-revision-v1','','','2016-01-06 18:26:18','2016-01-06 18:26:18','',329,'http://keystoneacquisitions.com/329-revision-v1/',0,'revision','',0),(498,1,'2016-01-06 18:26:54','2016-01-06 18:26:54','','District 1-0','','inherit','closed','closed','','329-revision-v1','','','2016-01-06 18:26:54','2016-01-06 18:26:54','',329,'http://keystoneacquisitions.com/329-revision-v1/',0,'revision','',0),(499,1,'2016-01-06 18:29:09','2016-01-06 18:29:09','','District 4-0','','inherit','closed','closed','','335-revision-v1','','','2016-01-06 18:29:09','2016-01-06 18:29:09','',335,'http://keystoneacquisitions.com/335-revision-v1/',0,'revision','',0),(500,1,'2016-01-06 18:29:17','2016-01-06 18:29:17','','District 4-0','','inherit','closed','closed','','335-revision-v1','','','2016-01-06 18:29:17','2016-01-06 18:29:17','',335,'http://keystoneacquisitions.com/335-revision-v1/',0,'revision','',0),(501,1,'2016-01-06 18:32:36','2016-01-06 18:32:36','','District 4-0','','inherit','closed','closed','','335-revision-v1','','','2016-01-06 18:32:36','2016-01-06 18:32:36','',335,'http://keystoneacquisitions.com/335-revision-v1/',0,'revision','',0),(502,1,'2016-01-06 18:34:23','2016-01-06 18:34:23','','District 4-0','','inherit','closed','closed','','335-revision-v1','','','2016-01-06 18:34:23','2016-01-06 18:34:23','',335,'http://keystoneacquisitions.com/335-revision-v1/',0,'revision','',0),(503,1,'2016-01-06 18:38:16','2016-01-06 18:38:16','','District 4-0','','inherit','closed','closed','','335-revision-v1','','','2016-01-06 18:38:16','2016-01-06 18:38:16','',335,'http://keystoneacquisitions.com/335-revision-v1/',0,'revision','',0),(504,1,'2016-01-06 18:39:53','2016-01-06 18:39:53','','District 4-0','','inherit','closed','closed','','335-revision-v1','','','2016-01-06 18:39:53','2016-01-06 18:39:53','',335,'http://keystoneacquisitions.com/335-revision-v1/',0,'revision','',0),(505,1,'2016-01-06 18:42:39','2016-01-06 18:42:39','','District 4-0','','inherit','closed','closed','','335-revision-v1','','','2016-01-06 18:42:39','2016-01-06 18:42:39','',335,'http://keystoneacquisitions.com/335-revision-v1/',0,'revision','',0),(506,1,'2016-01-06 18:46:28','2016-01-06 18:46:28','','District 4-0','','inherit','closed','closed','','335-revision-v1','','','2016-01-06 18:46:28','2016-01-06 18:46:28','',335,'http://keystoneacquisitions.com/335-revision-v1/',0,'revision','',0),(507,1,'2016-01-06 18:48:28','2016-01-06 18:48:28','','District 4-0','','inherit','closed','closed','','335-revision-v1','','','2016-01-06 18:48:28','2016-01-06 18:48:28','',335,'http://keystoneacquisitions.com/335-revision-v1/',0,'revision','',0),(508,1,'2016-01-06 18:51:39','2016-01-06 18:51:39','','District 4-0','','inherit','closed','closed','','335-revision-v1','','','2016-01-06 18:51:39','2016-01-06 18:51:39','',335,'http://keystoneacquisitions.com/335-revision-v1/',0,'revision','',0),(509,1,'2016-01-06 18:54:40','2016-01-06 18:54:40','','District 4-0','','inherit','closed','closed','','335-revision-v1','','','2016-01-06 18:54:40','2016-01-06 18:54:40','',335,'http://keystoneacquisitions.com/335-revision-v1/',0,'revision','',0),(510,1,'2016-01-06 18:55:41','2016-01-06 18:55:41','','District 4-0','','inherit','closed','closed','','335-revision-v1','','','2016-01-06 18:55:41','2016-01-06 18:55:41','',335,'http://keystoneacquisitions.com/335-revision-v1/',0,'revision','',0),(511,1,'2016-01-06 18:59:13','2016-01-06 18:59:13','','wpea0a5f48_06','','inherit','open','closed','','wpea0a5f48_06','','','2016-01-06 18:59:13','2016-01-06 18:59:13','',335,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wpea0a5f48_06.png',0,'attachment','image/png',0),(512,1,'2016-01-06 18:59:19','2016-01-06 18:59:19','','District 4-0','','inherit','closed','closed','','335-revision-v1','','','2016-01-06 18:59:19','2016-01-06 18:59:19','',335,'http://keystoneacquisitions.com/335-revision-v1/',0,'revision','',0),(513,1,'2016-01-06 19:00:03','2016-01-06 19:00:03','','District 4-0','','inherit','closed','closed','','335-revision-v1','','','2016-01-06 19:00:03','2016-01-06 19:00:03','',335,'http://keystoneacquisitions.com/335-revision-v1/',0,'revision','',0),(514,1,'2016-01-06 19:04:25','2016-01-06 19:04:25','','District 4-0','','inherit','closed','closed','','335-revision-v1','','','2016-01-06 19:04:25','2016-01-06 19:04:25','',335,'http://keystoneacquisitions.com/335-revision-v1/',0,'revision','',0),(515,1,'2016-01-06 19:09:09','2016-01-06 19:09:09','','wp0f6f15ed_06','','inherit','open','closed','','wp0f6f15ed_06','','','2016-01-06 19:09:09','2016-01-06 19:09:09','',335,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wp0f6f15ed_06.png',0,'attachment','image/png',0),(516,1,'2016-01-06 19:09:16','2016-01-06 19:09:16','','District 4-0','','inherit','closed','closed','','335-revision-v1','','','2016-01-06 19:09:16','2016-01-06 19:09:16','',335,'http://keystoneacquisitions.com/335-revision-v1/',0,'revision','',0),(517,1,'2016-01-06 19:09:55','2016-01-06 19:09:55','','District 4-0','','inherit','closed','closed','','335-revision-v1','','','2016-01-06 19:09:55','2016-01-06 19:09:55','',335,'http://keystoneacquisitions.com/335-revision-v1/',0,'revision','',0),(518,1,'2016-01-06 19:13:29','2016-01-06 19:13:29','','wp9cc4b58b_06','','inherit','open','closed','','wp9cc4b58b_06','','','2016-01-06 19:13:29','2016-01-06 19:13:29','',335,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wp9cc4b58b_06.png',0,'attachment','image/png',0),(519,1,'2016-01-06 19:14:06','2016-01-06 19:14:06','','District 4-0','','inherit','closed','closed','','335-revision-v1','','','2016-01-06 19:14:06','2016-01-06 19:14:06','',335,'http://keystoneacquisitions.com/335-revision-v1/',0,'revision','',0),(520,1,'2016-01-06 19:17:30','2016-01-06 19:17:30','','District 4-0','','inherit','closed','closed','','335-revision-v1','','','2016-01-06 19:17:30','2016-01-06 19:17:30','',335,'http://keystoneacquisitions.com/335-revision-v1/',0,'revision','',0),(521,1,'2016-01-06 19:20:42','2016-01-06 19:20:42','','wpd73924c4_06','','inherit','open','closed','','wpd73924c4_06','','','2016-01-06 19:20:42','2016-01-06 19:20:42','',335,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wpd73924c4_06.png',0,'attachment','image/png',0),(522,1,'2016-01-06 19:21:29','2016-01-06 19:21:29','','District 4-0','','inherit','closed','closed','','335-revision-v1','','','2016-01-06 19:21:29','2016-01-06 19:21:29','',335,'http://keystoneacquisitions.com/335-revision-v1/',0,'revision','',0),(523,1,'2016-01-06 19:23:49','2016-01-06 19:23:49','','District 4-0','','inherit','closed','closed','','335-revision-v1','','','2016-01-06 19:23:49','2016-01-06 19:23:49','',335,'http://keystoneacquisitions.com/335-revision-v1/',0,'revision','',0),(524,1,'2016-01-06 19:26:26','2016-01-06 19:26:26','','wpe62a1973_06','','inherit','open','closed','','wpe62a1973_06','','','2016-01-06 19:26:26','2016-01-06 19:26:26','',335,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wpe62a1973_06.png',0,'attachment','image/png',0),(525,1,'2016-01-06 19:26:59','2016-01-06 19:26:59','','District 4-0','','inherit','closed','closed','','335-revision-v1','','','2016-01-06 19:26:59','2016-01-06 19:26:59','',335,'http://keystoneacquisitions.com/335-revision-v1/',0,'revision','',0),(526,1,'2016-01-06 19:31:14','2016-01-06 19:31:14','','District 4-0','','inherit','closed','closed','','335-revision-v1','','','2016-01-06 19:31:14','2016-01-06 19:31:14','',335,'http://keystoneacquisitions.com/335-revision-v1/',0,'revision','',0),(527,1,'2016-01-06 19:33:16','2016-01-06 19:33:16','','District 4-0','','inherit','closed','closed','','335-revision-v1','','','2016-01-06 19:33:16','2016-01-06 19:33:16','',335,'http://keystoneacquisitions.com/335-revision-v1/',0,'revision','',0),(528,1,'2016-01-06 19:36:16','2016-01-06 19:36:16','','District 4-0','','inherit','closed','closed','','335-revision-v1','','','2016-01-06 19:36:16','2016-01-06 19:36:16','',335,'http://keystoneacquisitions.com/335-revision-v1/',0,'revision','',0),(529,1,'2016-01-06 19:39:18','2016-01-06 19:39:18','','District 4-0','','inherit','closed','closed','','335-revision-v1','','','2016-01-06 19:39:18','2016-01-06 19:39:18','',335,'http://keystoneacquisitions.com/335-revision-v1/',0,'revision','',0),(530,1,'2016-01-06 19:43:10','2016-01-06 19:43:10','','District 4-0','','inherit','closed','closed','','335-revision-v1','','','2016-01-06 19:43:10','2016-01-06 19:43:10','',335,'http://keystoneacquisitions.com/335-revision-v1/',0,'revision','',0),(531,1,'2016-01-06 19:45:47','2016-01-06 19:45:47','','District 4-0','','inherit','closed','closed','','335-revision-v1','','','2016-01-06 19:45:47','2016-01-06 19:45:47','',335,'http://keystoneacquisitions.com/335-revision-v1/',0,'revision','',0),(532,1,'2016-01-06 19:50:07','2016-01-06 19:50:07','','District 4-0','','inherit','closed','closed','','335-revision-v1','','','2016-01-06 19:50:07','2016-01-06 19:50:07','',335,'http://keystoneacquisitions.com/335-revision-v1/',0,'revision','',0),(533,1,'2016-01-06 19:53:14','2016-01-06 19:53:14','','District 4-0','','inherit','closed','closed','','335-revision-v1','','','2016-01-06 19:53:14','2016-01-06 19:53:14','',335,'http://keystoneacquisitions.com/335-revision-v1/',0,'revision','',0),(534,1,'2016-01-06 19:54:27','2016-01-06 19:54:27','','District 4-0','','inherit','closed','closed','','335-revision-v1','','','2016-01-06 19:54:27','2016-01-06 19:54:27','',335,'http://keystoneacquisitions.com/335-revision-v1/',0,'revision','',0),(535,1,'2016-01-06 19:57:55','2016-01-06 19:57:55','','District 4-0','','inherit','closed','closed','','335-revision-v1','','','2016-01-06 19:57:55','2016-01-06 19:57:55','',335,'http://keystoneacquisitions.com/335-revision-v1/',0,'revision','',0),(536,1,'2016-01-06 20:00:21','2016-01-06 20:00:21','','District 4-0','','inherit','closed','closed','','335-revision-v1','','','2016-01-06 20:00:21','2016-01-06 20:00:21','',335,'http://keystoneacquisitions.com/335-revision-v1/',0,'revision','',0),(537,1,'2016-01-06 20:02:53','2016-01-06 20:02:53','','District 4-0','','inherit','closed','closed','','335-revision-v1','','','2016-01-06 20:02:53','2016-01-06 20:02:53','',335,'http://keystoneacquisitions.com/335-revision-v1/',0,'revision','',0),(538,1,'2016-01-06 20:04:06','2016-01-06 20:04:06','','District 3-0','','inherit','closed','closed','','333-revision-v1','','','2016-01-06 20:04:06','2016-01-06 20:04:06','',333,'http://keystoneacquisitions.com/333-revision-v1/',0,'revision','',0),(539,1,'2016-01-06 20:04:49','2016-01-06 20:04:49','','District 4-0','','inherit','closed','closed','','335-revision-v1','','','2016-01-06 20:04:49','2016-01-06 20:04:49','',335,'http://keystoneacquisitions.com/335-revision-v1/',0,'revision','',0),(540,1,'2016-01-06 20:07:30','2016-01-06 20:07:30','','District 5-0','','inherit','closed','closed','','337-revision-v1','','','2016-01-06 20:07:30','2016-01-06 20:07:30','',337,'http://keystoneacquisitions.com/337-revision-v1/',0,'revision','',0),(541,1,'2016-01-06 20:10:10','2016-01-06 20:10:10','','District 5-0','','inherit','closed','closed','','337-revision-v1','','','2016-01-06 20:10:10','2016-01-06 20:10:10','',337,'http://keystoneacquisitions.com/337-revision-v1/',0,'revision','',0),(542,1,'2016-01-06 20:10:24','2016-01-06 20:10:24','','District 5-0','','inherit','closed','closed','','337-revision-v1','','','2016-01-06 20:10:24','2016-01-06 20:10:24','',337,'http://keystoneacquisitions.com/337-revision-v1/',0,'revision','',0),(543,1,'2016-01-06 20:14:01','2016-01-06 20:14:01','','District 5-0','','inherit','closed','closed','','337-revision-v1','','','2016-01-06 20:14:01','2016-01-06 20:14:01','',337,'http://keystoneacquisitions.com/337-revision-v1/',0,'revision','',0),(544,1,'2016-01-06 20:16:37','2016-01-06 20:16:37','','District 5-0','','inherit','closed','closed','','337-revision-v1','','','2016-01-06 20:16:37','2016-01-06 20:16:37','',337,'http://keystoneacquisitions.com/337-revision-v1/',0,'revision','',0),(545,1,'2016-01-06 20:20:16','2016-01-06 20:20:16','','District 5-0','','inherit','closed','closed','','337-revision-v1','','','2016-01-06 20:20:16','2016-01-06 20:20:16','',337,'http://keystoneacquisitions.com/337-revision-v1/',0,'revision','',0),(546,1,'2016-01-06 20:20:35','2016-01-06 20:20:35','','District 5-0','','inherit','closed','closed','','337-revision-v1','','','2016-01-06 20:20:35','2016-01-06 20:20:35','',337,'http://keystoneacquisitions.com/337-revision-v1/',0,'revision','',0),(547,1,'2016-01-06 20:23:12','2016-01-06 20:23:12','','District 5-0','','inherit','closed','closed','','337-revision-v1','','','2016-01-06 20:23:12','2016-01-06 20:23:12','',337,'http://keystoneacquisitions.com/337-revision-v1/',0,'revision','',0),(548,1,'2016-01-06 20:25:44','2016-01-06 20:25:44','','wp962676db_06','','inherit','open','closed','','wp962676db_06','','','2016-01-06 20:25:44','2016-01-06 20:25:44','',337,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wp962676db_06.png',0,'attachment','image/png',0),(549,1,'2016-01-06 20:26:18','2016-01-06 20:26:18','','District 5-0','','inherit','closed','closed','','337-revision-v1','','','2016-01-06 20:26:18','2016-01-06 20:26:18','',337,'http://keystoneacquisitions.com/337-revision-v1/',0,'revision','',0),(550,1,'2016-01-06 20:29:01','2016-01-06 20:29:01','','District 5-0','','inherit','closed','closed','','337-revision-v1','','','2016-01-06 20:29:01','2016-01-06 20:29:01','',337,'http://keystoneacquisitions.com/337-revision-v1/',0,'revision','',0),(551,1,'2016-01-06 20:32:08','2016-01-06 20:32:08','','wp2dd8734f_06','','inherit','open','closed','','wp2dd8734f_06','','','2016-01-06 20:32:08','2016-01-06 20:32:08','',337,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wp2dd8734f_06.png',0,'attachment','image/png',0),(552,1,'2016-01-06 20:32:40','2016-01-06 20:32:40','','District 5-0','','inherit','closed','closed','','337-revision-v1','','','2016-01-06 20:32:40','2016-01-06 20:32:40','',337,'http://keystoneacquisitions.com/337-revision-v1/',0,'revision','',0),(553,1,'2016-01-06 20:34:58','2016-01-06 20:34:58','','District 5-0','','inherit','closed','closed','','337-revision-v1','','','2016-01-06 20:34:58','2016-01-06 20:34:58','',337,'http://keystoneacquisitions.com/337-revision-v1/',0,'revision','',0),(554,1,'2016-01-06 20:38:41','2016-01-06 20:38:41','','wp4dea49b8_06','','inherit','open','closed','','wp4dea49b8_06','','','2016-01-06 20:38:41','2016-01-06 20:38:41','',337,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wp4dea49b8_06.png',0,'attachment','image/png',0),(555,1,'2016-01-06 20:39:14','2016-01-06 20:39:14','','District 5-0','','inherit','closed','closed','','337-revision-v1','','','2016-01-06 20:39:14','2016-01-06 20:39:14','',337,'http://keystoneacquisitions.com/337-revision-v1/',0,'revision','',0),(556,1,'2016-01-06 20:52:14','2016-01-06 20:52:14','','wpc7688f9f_06','','inherit','open','closed','','wpc7688f9f_06','','','2016-01-06 20:52:14','2016-01-06 20:52:14','',337,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wpc7688f9f_06.png',0,'attachment','image/png',0),(557,1,'2016-01-06 20:52:56','2016-01-06 20:52:56','','District 5-0','','inherit','closed','closed','','337-revision-v1','','','2016-01-06 20:52:56','2016-01-06 20:52:56','',337,'http://keystoneacquisitions.com/337-revision-v1/',0,'revision','',0),(558,1,'2016-01-06 20:56:19','2016-01-06 20:56:19','','wpb6ad321a_06','','inherit','open','closed','','wpb6ad321a_06','','','2016-01-06 20:56:19','2016-01-06 20:56:19','',337,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wpb6ad321a_06.png',0,'attachment','image/png',0),(559,1,'2016-01-06 20:56:50','2016-01-06 20:56:50','','District 5-0','','inherit','closed','closed','','337-revision-v1','','','2016-01-06 20:56:50','2016-01-06 20:56:50','',337,'http://keystoneacquisitions.com/337-revision-v1/',0,'revision','',0),(560,1,'2016-01-06 20:59:17','2016-01-06 20:59:17','','District 5-0','','inherit','closed','closed','','337-revision-v1','','','2016-01-06 20:59:17','2016-01-06 20:59:17','',337,'http://keystoneacquisitions.com/337-revision-v1/',0,'revision','',0),(561,1,'2016-01-06 21:01:50','2016-01-06 21:01:50','','wpd6efab3b_06','','inherit','open','closed','','wpd6efab3b_06','','','2016-01-06 21:01:50','2016-01-06 21:01:50','',337,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wpd6efab3b_06.png',0,'attachment','image/png',0),(562,1,'2016-01-06 21:02:23','2016-01-06 21:02:23','','District 5-0','','inherit','closed','closed','','337-revision-v1','','','2016-01-06 21:02:23','2016-01-06 21:02:23','',337,'http://keystoneacquisitions.com/337-revision-v1/',0,'revision','',0),(563,1,'2016-01-06 21:05:14','2016-01-06 21:05:14','','District 5-0','','inherit','closed','closed','','337-revision-v1','','','2016-01-06 21:05:14','2016-01-06 21:05:14','',337,'http://keystoneacquisitions.com/337-revision-v1/',0,'revision','',0),(564,1,'2016-01-06 21:07:59','2016-01-06 21:07:59','','District 5-0','','inherit','closed','closed','','337-revision-v1','','','2016-01-06 21:07:59','2016-01-06 21:07:59','',337,'http://keystoneacquisitions.com/337-revision-v1/',0,'revision','',0),(565,1,'2016-01-06 21:11:10','2016-01-06 21:11:10','','wpa1312f29_06','','inherit','open','closed','','wpa1312f29_06','','','2016-01-06 21:11:10','2016-01-06 21:11:10','',337,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wpa1312f29_06.png',0,'attachment','image/png',0),(566,1,'2016-01-06 21:11:37','2016-01-06 21:11:37','','District 5-0','','inherit','closed','closed','','337-revision-v1','','','2016-01-06 21:11:37','2016-01-06 21:11:37','',337,'http://keystoneacquisitions.com/337-revision-v1/',0,'revision','',0),(567,1,'2016-01-06 21:17:54','2016-01-06 21:17:54','','District 5-0','','inherit','closed','closed','','337-revision-v1','','','2016-01-06 21:17:54','2016-01-06 21:17:54','',337,'http://keystoneacquisitions.com/337-revision-v1/',0,'revision','',0),(568,1,'2016-01-06 21:20:34','2016-01-06 21:20:34','','District 5-0','','inherit','closed','closed','','337-revision-v1','','','2016-01-06 21:20:34','2016-01-06 21:20:34','',337,'http://keystoneacquisitions.com/337-revision-v1/',0,'revision','',0),(569,1,'2016-01-06 21:24:04','2016-01-06 21:24:04','','District 5-0','','inherit','closed','closed','','337-revision-v1','','','2016-01-06 21:24:04','2016-01-06 21:24:04','',337,'http://keystoneacquisitions.com/337-revision-v1/',0,'revision','',0),(570,1,'2016-01-06 21:26:14','2016-01-06 21:26:14','','District 5-0','','inherit','closed','closed','','337-revision-v1','','','2016-01-06 21:26:14','2016-01-06 21:26:14','',337,'http://keystoneacquisitions.com/337-revision-v1/',0,'revision','',0),(571,1,'2016-01-06 21:28:38','2016-01-06 21:28:38','','District 5-0','','inherit','closed','closed','','337-revision-v1','','','2016-01-06 21:28:38','2016-01-06 21:28:38','',337,'http://keystoneacquisitions.com/337-revision-v1/',0,'revision','',0),(572,1,'2016-01-06 21:33:03','2016-01-06 21:33:03','','wpea421a60_06','','inherit','open','closed','','wpea421a60_06','','','2016-01-06 21:33:03','2016-01-06 21:33:03','',339,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wpea421a60_06.png',0,'attachment','image/png',0),(573,1,'2016-01-06 21:33:35','2016-01-06 21:33:35','','District 6-0','','inherit','closed','closed','','339-revision-v1','','','2016-01-06 21:33:35','2016-01-06 21:33:35','',339,'http://keystoneacquisitions.com/339-revision-v1/',0,'revision','',0),(574,1,'2016-01-06 21:36:40','2016-01-06 21:36:40','','wpfdf95d70_06','','inherit','open','closed','','wpfdf95d70_06','','','2016-01-06 21:36:40','2016-01-06 21:36:40','',339,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wpfdf95d70_06.png',0,'attachment','image/png',0),(575,1,'2016-01-06 21:37:19','2016-01-06 21:37:19','','District 6-0','','inherit','closed','closed','','339-revision-v1','','','2016-01-06 21:37:19','2016-01-06 21:37:19','',339,'http://keystoneacquisitions.com/339-revision-v1/',0,'revision','',0),(576,1,'2016-01-06 21:37:51','2016-01-06 21:37:51','','District 6-0','','inherit','closed','closed','','339-revision-v1','','','2016-01-06 21:37:51','2016-01-06 21:37:51','',339,'http://keystoneacquisitions.com/339-revision-v1/',0,'revision','',0),(577,1,'2016-01-06 21:40:19','2016-01-06 21:40:19','','District 6-0','','inherit','closed','closed','','339-revision-v1','','','2016-01-06 21:40:19','2016-01-06 21:40:19','',339,'http://keystoneacquisitions.com/339-revision-v1/',0,'revision','',0),(578,1,'2016-01-06 21:42:46','2016-01-06 21:42:46','','District 6-0','','inherit','closed','closed','','339-revision-v1','','','2016-01-06 21:42:46','2016-01-06 21:42:46','',339,'http://keystoneacquisitions.com/339-revision-v1/',0,'revision','',0),(579,1,'2016-01-06 21:45:09','2016-01-06 21:45:09','','District 6-0','','inherit','closed','closed','','339-revision-v1','','','2016-01-06 21:45:09','2016-01-06 21:45:09','',339,'http://keystoneacquisitions.com/339-revision-v1/',0,'revision','',0),(580,1,'2016-01-06 21:47:14','2016-01-06 21:47:14','','District 6-0','','inherit','closed','closed','','339-revision-v1','','','2016-01-06 21:47:14','2016-01-06 21:47:14','',339,'http://keystoneacquisitions.com/339-revision-v1/',0,'revision','',0),(581,1,'2016-01-06 21:51:44','2016-01-06 21:51:44','','District 6-0','','inherit','closed','closed','','339-revision-v1','','','2016-01-06 21:51:44','2016-01-06 21:51:44','',339,'http://keystoneacquisitions.com/339-revision-v1/',0,'revision','',0),(583,1,'2016-01-07 13:48:07','2016-01-07 13:48:07','','wpcefbf75f_06','','inherit','open','closed','','wpcefbf75f_06','','','2016-01-07 13:48:07','2016-01-07 13:48:07','',341,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wpcefbf75f_06.png',0,'attachment','image/png',0),(584,1,'2016-01-07 13:48:48','2016-01-07 13:48:48','','wpcefbf75f_06','','inherit','open','closed','','wpcefbf75f_06-2','','','2016-01-07 13:48:48','2016-01-07 13:48:48','',341,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wpcefbf75f_06-1.png',0,'attachment','image/png',0),(585,1,'2016-01-07 13:48:53','2016-01-07 13:48:53','','District 8-0','','inherit','closed','closed','','341-revision-v1','','','2016-01-07 13:48:53','2016-01-07 13:48:53','',341,'http://keystoneacquisitions.com/341-revision-v1/',0,'revision','',0),(586,1,'2016-01-07 13:50:17','2016-01-07 13:50:17','','wpcefbf75f_06','','inherit','open','closed','','wpcefbf75f_06-3','','','2016-01-07 13:50:17','2016-01-07 13:50:17','',341,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wpcefbf75f_06-2.png',0,'attachment','image/png',0),(587,1,'2016-01-07 13:50:21','2016-01-07 13:50:21','','District 8-0','','inherit','closed','closed','','341-revision-v1','','','2016-01-07 13:50:21','2016-01-07 13:50:21','',341,'http://keystoneacquisitions.com/341-revision-v1/',0,'revision','',0),(588,1,'2016-01-07 13:50:31','2016-01-07 13:50:31','','District 8-0','','inherit','closed','closed','','341-revision-v1','','','2016-01-07 13:50:31','2016-01-07 13:50:31','',341,'http://keystoneacquisitions.com/341-revision-v1/',0,'revision','',0),(589,1,'2016-01-07 13:55:03','2016-01-07 13:55:03','','wpa5ab695f_06','','inherit','open','closed','','wpa5ab695f_06','','','2016-01-07 13:55:03','2016-01-07 13:55:03','',341,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wpa5ab695f_06.png',0,'attachment','image/png',0),(590,1,'2016-01-07 13:55:10','2016-01-07 13:55:10','','District 8-0','','inherit','closed','closed','','341-revision-v1','','','2016-01-07 13:55:10','2016-01-07 13:55:10','',341,'http://keystoneacquisitions.com/341-revision-v1/',0,'revision','',0),(591,1,'2016-01-07 13:55:39','2016-01-07 13:55:39','','District 8-0','','inherit','closed','closed','','341-revision-v1','','','2016-01-07 13:55:39','2016-01-07 13:55:39','',341,'http://keystoneacquisitions.com/341-revision-v1/',0,'revision','',0),(592,1,'2016-01-07 13:56:38','2016-01-07 13:56:38','','District 8-0','','inherit','closed','closed','','341-revision-v1','','','2016-01-07 13:56:38','2016-01-07 13:56:38','',341,'http://keystoneacquisitions.com/341-revision-v1/',0,'revision','',0),(593,1,'2016-01-07 13:57:34','2016-01-07 13:57:34','','District 8-0','','inherit','closed','closed','','341-revision-v1','','','2016-01-07 13:57:34','2016-01-07 13:57:34','',341,'http://keystoneacquisitions.com/341-revision-v1/',0,'revision','',0),(594,1,'2016-01-07 13:58:05','2016-01-07 13:58:05','','District 8-0','','inherit','closed','closed','','341-revision-v1','','','2016-01-07 13:58:05','2016-01-07 13:58:05','',341,'http://keystoneacquisitions.com/341-revision-v1/',0,'revision','',0),(595,1,'2016-01-07 13:59:39','2016-01-07 13:59:39','','District 8-0','','inherit','closed','closed','','341-revision-v1','','','2016-01-07 13:59:39','2016-01-07 13:59:39','',341,'http://keystoneacquisitions.com/341-revision-v1/',0,'revision','',0),(596,1,'2016-01-07 14:01:21','2016-01-07 14:01:21','','District 8-0','','inherit','closed','closed','','341-revision-v1','','','2016-01-07 14:01:21','2016-01-07 14:01:21','',341,'http://keystoneacquisitions.com/341-revision-v1/',0,'revision','',0),(597,1,'2016-01-07 14:05:54','2016-01-07 14:05:54','','wp3d8e1d79_06','','inherit','open','closed','','wp3d8e1d79_06','','','2016-01-07 14:05:54','2016-01-07 14:05:54','',341,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wp3d8e1d79_06.png',0,'attachment','image/png',0),(598,1,'2016-01-07 14:05:59','2016-01-07 14:05:59','','District 8-0','','inherit','closed','closed','','341-revision-v1','','','2016-01-07 14:05:59','2016-01-07 14:05:59','',341,'http://keystoneacquisitions.com/341-revision-v1/',0,'revision','',0),(599,1,'2016-01-07 14:10:51','2016-01-07 14:10:51','','District 8-0','','inherit','closed','closed','','341-revision-v1','','','2016-01-07 14:10:51','2016-01-07 14:10:51','',341,'http://keystoneacquisitions.com/341-revision-v1/',0,'revision','',0),(600,1,'2016-01-07 14:12:09','2016-01-07 14:12:09','','wp005872d0_06','','inherit','open','closed','','wp005872d0_06','','','2016-01-07 14:12:09','2016-01-07 14:12:09','',341,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wp005872d0_06.png',0,'attachment','image/png',0),(601,1,'2016-01-07 14:12:32','2016-01-07 14:12:32','','District 8-0','','inherit','closed','closed','','341-revision-v1','','','2016-01-07 14:12:32','2016-01-07 14:12:32','',341,'http://keystoneacquisitions.com/341-revision-v1/',0,'revision','',0),(602,1,'2016-01-07 14:17:26','2016-01-07 14:17:26','','District 8-0','','inherit','closed','closed','','341-revision-v1','','','2016-01-07 14:17:26','2016-01-07 14:17:26','',341,'http://keystoneacquisitions.com/341-revision-v1/',0,'revision','',0),(603,1,'2016-01-07 14:20:36','2016-01-07 14:20:36','','District 8-0','','inherit','closed','closed','','341-revision-v1','','','2016-01-07 14:20:36','2016-01-07 14:20:36','',341,'http://keystoneacquisitions.com/341-revision-v1/',0,'revision','',0),(604,1,'2016-01-07 14:25:57','2016-01-07 14:25:57','','District 8-0','','inherit','closed','closed','','341-revision-v1','','','2016-01-07 14:25:57','2016-01-07 14:25:57','',341,'http://keystoneacquisitions.com/341-revision-v1/',0,'revision','',0),(605,1,'2016-01-07 14:28:18','2016-01-07 14:28:18','','District 8-0','','inherit','closed','closed','','341-revision-v1','','','2016-01-07 14:28:18','2016-01-07 14:28:18','',341,'http://keystoneacquisitions.com/341-revision-v1/',0,'revision','',0),(606,1,'2016-01-07 14:30:30','2016-01-07 14:30:30','','District 8-0','','inherit','closed','closed','','341-revision-v1','','','2016-01-07 14:30:30','2016-01-07 14:30:30','',341,'http://keystoneacquisitions.com/341-revision-v1/',0,'revision','',0),(607,1,'2016-01-07 14:40:44','2016-01-07 14:40:44','','wp3838c2e9_06','','inherit','open','closed','','wp3838c2e9_06','','','2016-01-07 14:40:44','2016-01-07 14:40:44','',341,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wp3838c2e9_06.png',0,'attachment','image/png',0),(608,1,'2016-01-07 14:40:52','2016-01-07 14:40:52','','District 8-0','','inherit','closed','closed','','341-revision-v1','','','2016-01-07 14:40:52','2016-01-07 14:40:52','',341,'http://keystoneacquisitions.com/341-revision-v1/',0,'revision','',0),(609,1,'2016-01-07 14:41:23','2016-01-07 14:41:23','','District 8-0','','inherit','closed','closed','','341-revision-v1','','','2016-01-07 14:41:23','2016-01-07 14:41:23','',341,'http://keystoneacquisitions.com/341-revision-v1/',0,'revision','',0),(610,1,'2016-01-07 14:43:06','2016-01-07 14:43:06','','District 8-0','','inherit','closed','closed','','341-revision-v1','','','2016-01-07 14:43:06','2016-01-07 14:43:06','',341,'http://keystoneacquisitions.com/341-revision-v1/',0,'revision','',0),(611,1,'2016-01-07 14:47:49','2016-01-07 14:47:49','','District 8-0','','inherit','closed','closed','','341-revision-v1','','','2016-01-07 14:47:49','2016-01-07 14:47:49','',341,'http://keystoneacquisitions.com/341-revision-v1/',0,'revision','',0),(612,1,'2016-01-07 14:52:03','2016-01-07 14:52:03','','wpbcbeab65_06','','inherit','open','closed','','wpbcbeab65_06','','','2016-01-07 14:52:03','2016-01-07 14:52:03','',341,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wpbcbeab65_06.png',0,'attachment','image/png',0),(613,1,'2016-01-07 14:52:09','2016-01-07 14:52:09','','District 8-0','','inherit','closed','closed','','341-revision-v1','','','2016-01-07 14:52:09','2016-01-07 14:52:09','',341,'http://keystoneacquisitions.com/341-revision-v1/',0,'revision','',0),(614,1,'2016-01-07 14:56:45','2016-01-07 14:56:45','','wpd3715f2b_06','','inherit','open','closed','','wpd3715f2b_06','','','2016-01-07 14:56:45','2016-01-07 14:56:45','',341,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wpd3715f2b_06.png',0,'attachment','image/png',0),(615,1,'2016-01-07 14:56:54','2016-01-07 14:56:54','','District 8-0','','inherit','closed','closed','','341-revision-v1','','','2016-01-07 14:56:54','2016-01-07 14:56:54','',341,'http://keystoneacquisitions.com/341-revision-v1/',0,'revision','',0),(616,1,'2016-01-07 14:59:38','2016-01-07 14:59:38','','wp9d8c5795_06','','inherit','open','closed','','wp9d8c5795_06','','','2016-01-07 14:59:38','2016-01-07 14:59:38','',341,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wp9d8c5795_06.png',0,'attachment','image/png',0),(617,1,'2016-01-07 14:59:44','2016-01-07 14:59:44','','District 8-0','','inherit','closed','closed','','341-revision-v1','','','2016-01-07 14:59:44','2016-01-07 14:59:44','',341,'http://keystoneacquisitions.com/341-revision-v1/',0,'revision','',0),(618,1,'2016-01-07 15:02:50','2016-01-07 15:02:50','','wp0b25be3e_06','','inherit','open','closed','','wp0b25be3e_06','','','2016-01-07 15:02:50','2016-01-07 15:02:50','',341,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wp0b25be3e_06.png',0,'attachment','image/png',0),(619,1,'2016-01-07 15:02:57','2016-01-07 15:02:57','','District 8-0','','inherit','closed','closed','','341-revision-v1','','','2016-01-07 15:02:57','2016-01-07 15:02:57','',341,'http://keystoneacquisitions.com/341-revision-v1/',0,'revision','',0),(620,1,'2016-01-07 15:07:15','2016-01-07 15:07:15','','wp005872d0_06','','inherit','open','closed','','wp005872d0_06-2','','','2016-01-07 15:07:15','2016-01-07 15:07:15','',341,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wp005872d0_06-1.png',0,'attachment','image/png',0),(621,1,'2016-01-07 15:07:22','2016-01-07 15:07:22','','District 8-0','','inherit','closed','closed','','341-revision-v1','','','2016-01-07 15:07:22','2016-01-07 15:07:22','',341,'http://keystoneacquisitions.com/341-revision-v1/',0,'revision','',0),(622,1,'2016-01-07 15:10:58','2016-01-07 15:10:58','','District 8-0','','inherit','closed','closed','','341-revision-v1','','','2016-01-07 15:10:58','2016-01-07 15:10:58','',341,'http://keystoneacquisitions.com/341-revision-v1/',0,'revision','',0),(623,1,'2016-01-07 15:15:42','2016-01-07 15:15:42','','District 8-0','','inherit','closed','closed','','341-revision-v1','','','2016-01-07 15:15:42','2016-01-07 15:15:42','',341,'http://keystoneacquisitions.com/341-revision-v1/',0,'revision','',0),(624,1,'2016-01-07 15:18:17','2016-01-07 15:18:17','','District 8-0','','inherit','closed','closed','','341-revision-v1','','','2016-01-07 15:18:17','2016-01-07 15:18:17','',341,'http://keystoneacquisitions.com/341-revision-v1/',0,'revision','',0),(625,1,'2016-01-07 15:20:23','2016-01-07 15:20:23','','District 8-0','','inherit','closed','closed','','341-revision-v1','','','2016-01-07 15:20:23','2016-01-07 15:20:23','',341,'http://keystoneacquisitions.com/341-revision-v1/',0,'revision','',0),(626,1,'2016-01-07 15:22:11','2016-01-07 15:22:11','','District 8-0','','inherit','closed','closed','','341-revision-v1','','','2016-01-07 15:22:11','2016-01-07 15:22:11','',341,'http://keystoneacquisitions.com/341-revision-v1/',0,'revision','',0),(627,1,'2016-01-07 15:24:11','2016-01-07 15:24:11','','District 8-0','','inherit','closed','closed','','341-revision-v1','','','2016-01-07 15:24:11','2016-01-07 15:24:11','',341,'http://keystoneacquisitions.com/341-revision-v1/',0,'revision','',0),(628,1,'2016-01-07 15:25:57','2016-01-07 15:25:57','','District 8-0','','inherit','closed','closed','','341-revision-v1','','','2016-01-07 15:25:57','2016-01-07 15:25:57','',341,'http://keystoneacquisitions.com/341-revision-v1/',0,'revision','',0),(629,1,'2016-01-07 15:32:31','2016-01-07 15:32:31','','wp475d9588_06','','inherit','open','closed','','wp475d9588_06','','','2016-01-07 15:32:31','2016-01-07 15:32:31','',345,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wp475d9588_06.png',0,'attachment','image/png',0),(630,1,'2016-01-07 15:32:35','2016-01-07 15:32:35','','District 10-0','','inherit','closed','closed','','345-revision-v1','','','2016-01-07 15:32:35','2016-01-07 15:32:35','',345,'http://keystoneacquisitions.com/345-revision-v1/',0,'revision','',0),(631,1,'2016-01-07 15:36:40','2016-01-07 15:36:40','','wpa07098cc_06','','inherit','open','closed','','wpa07098cc_06','','','2016-01-07 15:36:40','2016-01-07 15:36:40','',345,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wpa07098cc_06.png',0,'attachment','image/png',0),(632,1,'2016-01-07 15:36:48','2016-01-07 15:36:48','','District 10-0','','inherit','closed','closed','','345-revision-v1','','','2016-01-07 15:36:48','2016-01-07 15:36:48','',345,'http://keystoneacquisitions.com/345-revision-v1/',0,'revision','',0),(633,1,'2016-01-07 15:40:55','2016-01-07 15:40:55','','wp553d0eb8_06','','inherit','open','closed','','wp553d0eb8_06','','','2016-01-07 15:40:55','2016-01-07 15:40:55','',345,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wp553d0eb8_06.png',0,'attachment','image/png',0),(634,1,'2016-01-07 15:41:02','2016-01-07 15:41:02','','District 10-0','','inherit','closed','closed','','345-revision-v1','','','2016-01-07 15:41:02','2016-01-07 15:41:02','',345,'http://keystoneacquisitions.com/345-revision-v1/',0,'revision','',0),(635,1,'2016-01-07 15:43:33','2016-01-07 15:43:33','','District 10-0','','inherit','closed','closed','','345-revision-v1','','','2016-01-07 15:43:33','2016-01-07 15:43:33','',345,'http://keystoneacquisitions.com/345-revision-v1/',0,'revision','',0),(636,1,'2016-01-07 15:46:50','2016-01-07 15:46:50','','wp3a04b4f0_06','','inherit','open','closed','','wp3a04b4f0_06','','','2016-01-07 15:46:50','2016-01-07 15:46:50','',345,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wp3a04b4f0_06.png',0,'attachment','image/png',0),(637,1,'2016-01-07 15:46:57','2016-01-07 15:46:57','','District 10-0','','inherit','closed','closed','','345-revision-v1','','','2016-01-07 15:46:57','2016-01-07 15:46:57','',345,'http://keystoneacquisitions.com/345-revision-v1/',0,'revision','',0),(638,1,'2016-01-07 15:49:15','2016-01-07 15:49:15','','District 10-0','','inherit','closed','closed','','345-revision-v1','','','2016-01-07 15:49:15','2016-01-07 15:49:15','',345,'http://keystoneacquisitions.com/345-revision-v1/',0,'revision','',0),(639,1,'2016-01-07 15:51:14','2016-01-07 15:51:14','','District 10-0','','inherit','closed','closed','','345-revision-v1','','','2016-01-07 15:51:14','2016-01-07 15:51:14','',345,'http://keystoneacquisitions.com/345-revision-v1/',0,'revision','',0),(640,1,'2016-01-07 15:53:07','2016-01-07 15:53:07','','District 10-0','','inherit','closed','closed','','345-revision-v1','','','2016-01-07 15:53:07','2016-01-07 15:53:07','',345,'http://keystoneacquisitions.com/345-revision-v1/',0,'revision','',0),(641,1,'2016-01-07 15:55:03','2016-01-07 15:55:03','','District 10-0','','inherit','closed','closed','','345-revision-v1','','','2016-01-07 15:55:03','2016-01-07 15:55:03','',345,'http://keystoneacquisitions.com/345-revision-v1/',0,'revision','',0),(642,1,'2016-01-07 15:56:51','2016-01-07 15:56:51','','District 10-0','','inherit','closed','closed','','345-revision-v1','','','2016-01-07 15:56:51','2016-01-07 15:56:51','',345,'http://keystoneacquisitions.com/345-revision-v1/',0,'revision','',0),(643,1,'2016-01-07 15:58:31','2016-01-07 15:58:31','','District 10-0','','inherit','closed','closed','','345-revision-v1','','','2016-01-07 15:58:31','2016-01-07 15:58:31','',345,'http://keystoneacquisitions.com/345-revision-v1/',0,'revision','',0),(644,1,'2016-01-07 16:01:17','2016-01-07 16:01:17','','wpac862335_06','','inherit','open','closed','','wpac862335_06','','','2016-01-07 16:01:17','2016-01-07 16:01:17','',345,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wpac862335_06.png',0,'attachment','image/png',0),(645,1,'2016-01-07 16:01:24','2016-01-07 16:01:24','','District 10-0','','inherit','closed','closed','','345-revision-v1','','','2016-01-07 16:01:24','2016-01-07 16:01:24','',345,'http://keystoneacquisitions.com/345-revision-v1/',0,'revision','',0),(646,1,'2016-01-07 16:03:45','2016-01-07 16:03:45','','District 10-0','','inherit','closed','closed','','345-revision-v1','','','2016-01-07 16:03:45','2016-01-07 16:03:45','',345,'http://keystoneacquisitions.com/345-revision-v1/',0,'revision','',0),(647,1,'2016-01-07 16:04:40','2016-01-07 16:04:40','','District 10-0','','inherit','closed','closed','','345-revision-v1','','','2016-01-07 16:04:40','2016-01-07 16:04:40','',345,'http://keystoneacquisitions.com/345-revision-v1/',0,'revision','',0),(648,1,'2016-01-07 16:06:48','2016-01-07 16:06:48','','District 10-0','','inherit','closed','closed','','345-revision-v1','','','2016-01-07 16:06:48','2016-01-07 16:06:48','',345,'http://keystoneacquisitions.com/345-revision-v1/',0,'revision','',0),(649,1,'2016-01-07 16:09:57','2016-01-07 16:09:57','','District 10-0','','inherit','closed','closed','','345-revision-v1','','','2016-01-07 16:09:57','2016-01-07 16:09:57','',345,'http://keystoneacquisitions.com/345-revision-v1/',0,'revision','',0),(650,1,'2016-01-07 16:12:43','2016-01-07 16:12:43','','District 10-0','','inherit','closed','closed','','345-revision-v1','','','2016-01-07 16:12:43','2016-01-07 16:12:43','',345,'http://keystoneacquisitions.com/345-revision-v1/',0,'revision','',0),(651,1,'2016-01-07 16:14:24','2016-01-07 16:14:24','','District 10-0','','inherit','closed','closed','','345-revision-v1','','','2016-01-07 16:14:24','2016-01-07 16:14:24','',345,'http://keystoneacquisitions.com/345-revision-v1/',0,'revision','',0),(652,1,'2016-01-07 16:26:28','2016-01-07 16:26:28','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-07 16:26:28','2016-01-07 16:26:28','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(653,1,'2016-01-07 16:47:09','2016-01-07 16:47:09','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-07 16:47:09','2016-01-07 16:47:09','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(654,1,'2016-01-07 16:50:33','2016-01-07 16:50:33','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-07 16:50:33','2016-01-07 16:50:33','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(655,1,'2016-01-07 16:53:37','2016-01-07 16:53:37','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-07 16:53:37','2016-01-07 16:53:37','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(656,1,'2016-01-07 16:55:48','2016-01-07 16:55:48','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-07 16:55:48','2016-01-07 16:55:48','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(657,1,'2016-01-07 16:57:30','2016-01-07 16:57:30','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-07 16:57:30','2016-01-07 16:57:30','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(658,1,'2016-01-07 17:02:40','2016-01-07 17:02:40','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-07 17:02:40','2016-01-07 17:02:40','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(659,1,'2016-01-07 17:06:58','2016-01-07 17:06:58','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-07 17:06:58','2016-01-07 17:06:58','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(660,1,'2016-01-07 17:09:45','2016-01-07 17:09:45','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-07 17:09:45','2016-01-07 17:09:45','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(661,1,'2016-01-07 18:24:36','2016-01-07 18:24:36','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-07 18:24:36','2016-01-07 18:24:36','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(662,1,'2016-01-07 18:26:27','2016-01-07 18:26:27','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-07 18:26:27','2016-01-07 18:26:27','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(663,1,'2016-01-07 18:29:40','2016-01-07 18:29:40','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-07 18:29:40','2016-01-07 18:29:40','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(664,1,'2016-01-07 18:32:19','2016-01-07 18:32:19','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-07 18:32:19','2016-01-07 18:32:19','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(665,1,'2016-01-07 18:34:20','2016-01-07 18:34:20','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-07 18:34:20','2016-01-07 18:34:20','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(666,1,'2016-01-07 18:36:07','2016-01-07 18:36:07','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-07 18:36:07','2016-01-07 18:36:07','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(667,1,'2016-01-07 18:42:53','2016-01-07 18:42:53','','wp670005a9_06','','inherit','open','closed','','wp670005a9_06','','','2016-01-07 18:42:53','2016-01-07 18:42:53','',349,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wp670005a9_06.png',0,'attachment','image/png',0),(668,1,'2016-01-07 18:42:58','2016-01-07 18:42:58','','District 12-0','','inherit','closed','closed','','349-revision-v1','','','2016-01-07 18:42:58','2016-01-07 18:42:58','',349,'http://keystoneacquisitions.com/349-revision-v1/',0,'revision','',0),(669,1,'2016-01-07 18:43:18','2016-01-07 18:43:18','','District 12-0','','inherit','closed','closed','','349-revision-v1','','','2016-01-07 18:43:18','2016-01-07 18:43:18','',349,'http://keystoneacquisitions.com/349-revision-v1/',0,'revision','',0),(670,1,'2016-01-07 18:43:38','2016-01-07 18:43:38','','District 12-0','','inherit','closed','closed','','349-revision-v1','','','2016-01-07 18:43:38','2016-01-07 18:43:38','',349,'http://keystoneacquisitions.com/349-revision-v1/',0,'revision','',0),(671,1,'2016-01-07 18:47:04','2016-01-07 18:47:04','','wpb48999a8_06','','inherit','open','closed','','wpb48999a8_06','','','2016-01-07 18:47:04','2016-01-07 18:47:04','',349,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wpb48999a8_06.png',0,'attachment','image/png',0),(672,1,'2016-01-07 18:47:10','2016-01-07 18:47:10','','District 12-0','','inherit','closed','closed','','349-revision-v1','','','2016-01-07 18:47:10','2016-01-07 18:47:10','',349,'http://keystoneacquisitions.com/349-revision-v1/',0,'revision','',0),(673,1,'2016-01-07 18:50:56','2016-01-07 18:50:56','','District 12-0','','inherit','closed','closed','','349-revision-v1','','','2016-01-07 18:50:56','2016-01-07 18:50:56','',349,'http://keystoneacquisitions.com/349-revision-v1/',0,'revision','',0),(674,1,'2016-01-07 18:52:36','2016-01-07 18:52:36','','District 12-0','','inherit','closed','closed','','349-revision-v1','','','2016-01-07 18:52:36','2016-01-07 18:52:36','',349,'http://keystoneacquisitions.com/349-revision-v1/',0,'revision','',0),(675,1,'2016-01-07 18:56:36','2016-01-07 18:56:36','','District 12-0','','inherit','closed','closed','','349-revision-v1','','','2016-01-07 18:56:36','2016-01-07 18:56:36','',349,'http://keystoneacquisitions.com/349-revision-v1/',0,'revision','',0),(676,1,'2016-01-07 18:57:28','2016-01-07 18:57:28','','District 12-0','','inherit','closed','closed','','349-revision-v1','','','2016-01-07 18:57:28','2016-01-07 18:57:28','',349,'http://keystoneacquisitions.com/349-revision-v1/',0,'revision','',0),(677,1,'2016-01-07 18:57:39','2016-01-07 18:57:39','','District 12-0','','inherit','closed','closed','','349-revision-v1','','','2016-01-07 18:57:39','2016-01-07 18:57:39','',349,'http://keystoneacquisitions.com/349-revision-v1/',0,'revision','',0),(678,1,'2016-01-07 19:01:33','2016-01-07 19:01:33','','wp3cb665f3_06','','inherit','open','closed','','wp3cb665f3_06','','','2016-01-07 19:01:33','2016-01-07 19:01:33','',349,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wp3cb665f3_06.png',0,'attachment','image/png',0),(679,1,'2016-01-07 19:01:42','2016-01-07 19:01:42','','District 12-0','','inherit','closed','closed','','349-revision-v1','','','2016-01-07 19:01:42','2016-01-07 19:01:42','',349,'http://keystoneacquisitions.com/349-revision-v1/',0,'revision','',0),(680,1,'2016-01-07 19:03:55','2016-01-07 19:03:55','','District 12-0','','inherit','closed','closed','','349-revision-v1','','','2016-01-07 19:03:55','2016-01-07 19:03:55','',349,'http://keystoneacquisitions.com/349-revision-v1/',0,'revision','',0),(681,1,'2016-01-07 19:13:32','2016-01-07 19:13:32','','District 12-0','','inherit','closed','closed','','349-revision-v1','','','2016-01-07 19:13:32','2016-01-07 19:13:32','',349,'http://keystoneacquisitions.com/349-revision-v1/',0,'revision','',0),(682,1,'2016-01-07 19:14:08','2016-01-07 19:14:08','','District 12-0','','inherit','closed','closed','','349-revision-v1','','','2016-01-07 19:14:08','2016-01-07 19:14:08','',349,'http://keystoneacquisitions.com/349-revision-v1/',0,'revision','',0),(683,1,'2016-01-07 19:16:56','2016-01-07 19:16:56','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-07 19:16:56','2016-01-07 19:16:56','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(684,1,'2016-01-07 19:19:16','2016-01-07 19:19:16','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-07 19:19:16','2016-01-07 19:19:16','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(685,1,'2016-01-07 19:25:26','2016-01-07 19:25:26','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-07 19:25:26','2016-01-07 19:25:26','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(686,1,'2016-01-07 19:26:39','2016-01-07 19:26:39','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-07 19:26:39','2016-01-07 19:26:39','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(687,1,'2016-01-07 19:29:38','2016-01-07 19:29:38','','District 12-0','','inherit','closed','closed','','349-revision-v1','','','2016-01-07 19:29:38','2016-01-07 19:29:38','',349,'http://keystoneacquisitions.com/349-revision-v1/',0,'revision','',0),(688,1,'2016-01-07 19:30:56','2016-01-07 19:30:56','','District 12-0','','inherit','closed','closed','','349-revision-v1','','','2016-01-07 19:30:56','2016-01-07 19:30:56','',349,'http://keystoneacquisitions.com/349-revision-v1/',0,'revision','',0),(689,1,'2016-01-07 19:34:46','2016-01-07 19:34:46','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-07 19:34:46','2016-01-07 19:34:46','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(690,1,'2016-01-07 19:35:38','2016-01-07 19:35:38','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-07 19:35:38','2016-01-07 19:35:38','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(691,1,'2016-01-07 19:40:42','2016-01-07 19:40:42','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-07 19:40:42','2016-01-07 19:40:42','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(692,1,'2016-01-07 19:41:54','2016-01-07 19:41:54','','District 12-0','','inherit','closed','closed','','349-revision-v1','','','2016-01-07 19:41:54','2016-01-07 19:41:54','',349,'http://keystoneacquisitions.com/349-revision-v1/',0,'revision','',0),(693,1,'2016-01-07 19:42:00','2016-01-07 19:42:00','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-07 19:42:00','2016-01-07 19:42:00','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(694,1,'2016-01-07 19:45:19','2016-01-07 19:45:19','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-07 19:45:19','2016-01-07 19:45:19','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(695,1,'2016-01-07 19:46:45','2016-01-07 19:46:45','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-07 19:46:45','2016-01-07 19:46:45','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(696,1,'2016-01-07 19:48:52','2016-01-07 19:48:52','','District 5-0','','inherit','closed','closed','','337-revision-v1','','','2016-01-07 19:48:52','2016-01-07 19:48:52','',337,'http://keystoneacquisitions.com/337-revision-v1/',0,'revision','',0),(697,1,'2016-01-07 19:50:04','2016-01-07 19:50:04','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-07 19:50:04','2016-01-07 19:50:04','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(698,1,'2016-01-07 19:51:59','2016-01-07 19:51:59','','District 5-0','','inherit','closed','closed','','337-revision-v1','','','2016-01-07 19:51:59','2016-01-07 19:51:59','',337,'http://keystoneacquisitions.com/337-revision-v1/',0,'revision','',0),(699,1,'2016-01-07 19:53:36','2016-01-07 19:53:36','','wp629dda43_06','','inherit','open','closed','','wp629dda43_06','','','2016-01-07 19:53:36','2016-01-07 19:53:36','',337,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wp629dda43_06.png',0,'attachment','image/png',0),(700,1,'2016-01-07 19:53:44','2016-01-07 19:53:44','','District 5-0','','inherit','closed','closed','','337-revision-v1','','','2016-01-07 19:53:44','2016-01-07 19:53:44','',337,'http://keystoneacquisitions.com/337-revision-v1/',0,'revision','',0),(701,1,'2016-01-07 19:57:47','2016-01-07 19:57:47','','District 8-0','','inherit','closed','closed','','341-revision-v1','','','2016-01-07 19:57:47','2016-01-07 19:57:47','',341,'http://keystoneacquisitions.com/341-revision-v1/',0,'revision','',0),(702,1,'2016-01-07 20:00:48','2016-01-07 20:00:48','','District 8-0','','inherit','closed','closed','','341-revision-v1','','','2016-01-07 20:00:48','2016-01-07 20:00:48','',341,'http://keystoneacquisitions.com/341-revision-v1/',0,'revision','',0),(703,1,'2016-01-07 20:01:35','2016-01-07 20:01:35','','District 8-0','','inherit','closed','closed','','341-revision-v1','','','2016-01-07 20:01:35','2016-01-07 20:01:35','',341,'http://keystoneacquisitions.com/341-revision-v1/',0,'revision','',0),(704,1,'2016-01-07 20:02:07','2016-01-07 20:02:07','','District 9-0','','inherit','closed','closed','','343-revision-v1','','','2016-01-07 20:02:07','2016-01-07 20:02:07','',343,'http://keystoneacquisitions.com/343-revision-v1/',0,'revision','',0),(705,1,'2016-01-07 20:02:25','2016-01-07 20:02:25','','District 9-0','','inherit','closed','closed','','343-revision-v1','','','2016-01-07 20:02:25','2016-01-07 20:02:25','',343,'http://keystoneacquisitions.com/343-revision-v1/',0,'revision','',0),(706,1,'2016-01-07 20:05:04','2016-01-07 20:05:04','','District 9-0','','inherit','closed','closed','','343-revision-v1','','','2016-01-07 20:05:04','2016-01-07 20:05:04','',343,'http://keystoneacquisitions.com/343-revision-v1/',0,'revision','',0),(708,1,'2016-01-07 20:11:43','2016-01-07 20:11:43','','District 10-0','','inherit','closed','closed','','345-revision-v1','','','2016-01-07 20:11:43','2016-01-07 20:11:43','',345,'http://keystoneacquisitions.com/345-revision-v1/',0,'revision','',0),(709,1,'2016-01-07 20:13:07','2016-01-07 20:13:07','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-07 20:13:07','2016-01-07 20:13:07','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(710,1,'2016-01-07 20:13:23','2016-01-07 20:13:23','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-07 20:13:23','2016-01-07 20:13:23','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(711,1,'2016-01-07 20:14:23','2016-01-07 20:14:23','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-07 20:14:23','2016-01-07 20:14:23','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(712,1,'2016-01-07 20:16:05','2016-01-07 20:16:05','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-07 20:16:05','2016-01-07 20:16:05','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(713,1,'2016-01-07 20:17:46','2016-01-07 20:17:46','','District 10-0','','inherit','closed','closed','','345-revision-v1','','','2016-01-07 20:17:46','2016-01-07 20:17:46','',345,'http://keystoneacquisitions.com/345-revision-v1/',0,'revision','',0),(714,1,'2016-01-07 20:21:35','2016-01-07 20:21:35','','District 5-0','','inherit','closed','closed','','337-revision-v1','','','2016-01-07 20:21:35','2016-01-07 20:21:35','',337,'http://keystoneacquisitions.com/337-revision-v1/',0,'revision','',0),(715,1,'2016-01-07 20:22:06','2016-01-07 20:22:06','','District 5-0','','inherit','closed','closed','','337-revision-v1','','','2016-01-07 20:22:06','2016-01-07 20:22:06','',337,'http://keystoneacquisitions.com/337-revision-v1/',0,'revision','',0),(716,1,'2016-01-07 20:24:06','2016-01-07 20:24:06','','District 6-0','','inherit','closed','closed','','339-revision-v1','','','2016-01-07 20:24:06','2016-01-07 20:24:06','',339,'http://keystoneacquisitions.com/339-revision-v1/',0,'revision','',0),(717,1,'2016-01-07 20:26:09','2016-01-07 20:26:09','','District 6-0','','inherit','closed','closed','','339-revision-v1','','','2016-01-07 20:26:09','2016-01-07 20:26:09','',339,'http://keystoneacquisitions.com/339-revision-v1/',0,'revision','',0),(718,1,'2016-01-07 20:27:50','2016-01-07 20:27:50','','District 6-0','','inherit','closed','closed','','339-revision-v1','','','2016-01-07 20:27:50','2016-01-07 20:27:50','',339,'http://keystoneacquisitions.com/339-revision-v1/',0,'revision','',0),(719,1,'2016-01-07 20:29:01','2016-01-07 20:29:01','','District 6-0','','inherit','closed','closed','','339-revision-v1','','','2016-01-07 20:29:01','2016-01-07 20:29:01','',339,'http://keystoneacquisitions.com/339-revision-v1/',0,'revision','',0),(720,1,'2016-01-07 20:30:38','2016-01-07 20:30:38','','District 6-0','','inherit','closed','closed','','339-revision-v1','','','2016-01-07 20:30:38','2016-01-07 20:30:38','',339,'http://keystoneacquisitions.com/339-revision-v1/',0,'revision','',0),(721,1,'2016-01-07 20:31:59','2016-01-07 20:31:59','','District 6-0','','inherit','closed','closed','','339-revision-v1','','','2016-01-07 20:31:59','2016-01-07 20:31:59','',339,'http://keystoneacquisitions.com/339-revision-v1/',0,'revision','',0),(722,1,'2016-01-07 20:46:31','2016-01-07 20:46:31','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-07 20:46:31','2016-01-07 20:46:31','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(723,1,'2016-01-07 20:48:14','2016-01-07 20:48:14','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-07 20:48:14','2016-01-07 20:48:14','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(724,1,'2016-01-07 20:49:08','2016-01-07 20:49:08','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-07 20:49:08','2016-01-07 20:49:08','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(725,1,'2016-01-07 20:51:35','2016-01-07 20:51:35','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-07 20:51:35','2016-01-07 20:51:35','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(726,1,'2016-01-07 20:54:53','2016-01-07 20:54:53','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-07 20:54:53','2016-01-07 20:54:53','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(727,1,'2016-01-07 20:56:11','2016-01-07 20:56:11','','wp3ef964dc_06','','inherit','open','closed','','wp3ef964dc_06','','','2016-01-07 20:56:11','2016-01-07 20:56:11','',347,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wp3ef964dc_06.png',0,'attachment','image/png',0),(728,1,'2016-01-07 20:56:20','2016-01-07 20:56:20','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-07 20:56:20','2016-01-07 20:56:20','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(729,1,'2016-01-07 20:58:19','2016-01-07 20:58:19','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-07 20:58:19','2016-01-07 20:58:19','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(730,1,'2016-01-07 21:01:30','2016-01-07 21:01:30','','wpe938a70c_06','','inherit','open','closed','','wpe938a70c_06','','','2016-01-07 21:01:30','2016-01-07 21:01:30','',347,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wpe938a70c_06.png',0,'attachment','image/png',0),(731,1,'2016-01-07 21:01:36','2016-01-07 21:01:36','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-07 21:01:36','2016-01-07 21:01:36','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(732,1,'2016-01-07 21:03:41','2016-01-07 21:03:41','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-07 21:03:41','2016-01-07 21:03:41','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(733,1,'2016-01-07 21:07:33','2016-01-07 21:07:33','','wp8a3aa2ed_06','','inherit','open','closed','','wp8a3aa2ed_06','','','2016-01-07 21:07:33','2016-01-07 21:07:33','',347,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wp8a3aa2ed_06.png',0,'attachment','image/png',0),(734,1,'2016-01-07 21:07:52','2016-01-07 21:07:52','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-07 21:07:52','2016-01-07 21:07:52','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(735,1,'2016-01-07 21:13:29','2016-01-07 21:13:29','','wp65d11ade_06','','inherit','open','closed','','wp65d11ade_06','','','2016-01-07 21:13:29','2016-01-07 21:13:29','',347,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wp65d11ade_06.png',0,'attachment','image/png',0),(736,1,'2016-01-07 21:13:40','2016-01-07 21:13:40','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-07 21:13:40','2016-01-07 21:13:40','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(737,1,'2016-01-07 21:19:29','2016-01-07 21:19:29','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-07 21:19:29','2016-01-07 21:19:29','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(738,1,'2016-01-07 21:22:41','2016-01-07 21:22:41','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-07 21:22:41','2016-01-07 21:22:41','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(739,1,'2016-01-07 21:24:20','2016-01-07 21:24:20','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-07 21:24:20','2016-01-07 21:24:20','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(740,1,'2016-01-07 21:28:14','2016-01-07 21:28:14','','wp5864d764_06','','inherit','open','closed','','wp5864d764_06','','','2016-01-07 21:28:14','2016-01-07 21:28:14','',347,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wp5864d764_06.png',0,'attachment','image/png',0),(741,1,'2016-01-07 21:28:23','2016-01-07 21:28:23','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-07 21:28:23','2016-01-07 21:28:23','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(742,1,'2016-01-07 21:32:14','2016-01-07 21:32:14','','wp220f903b_06','','inherit','open','closed','','wp220f903b_06','','','2016-01-07 21:32:14','2016-01-07 21:32:14','',347,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wp220f903b_06.png',0,'attachment','image/png',0),(743,1,'2016-01-07 21:32:25','2016-01-07 21:32:25','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-07 21:32:25','2016-01-07 21:32:25','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(744,1,'2016-01-07 21:36:36','2016-01-07 21:36:36','','wp65d11ade_06','','inherit','open','closed','','wp65d11ade_06-2','','','2016-01-07 21:36:36','2016-01-07 21:36:36','',347,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wp65d11ade_06-1.png',0,'attachment','image/png',0),(745,1,'2016-01-07 21:37:23','2016-01-07 21:37:23','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-07 21:37:23','2016-01-07 21:37:23','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(746,1,'2016-01-07 21:41:44','2016-01-07 21:41:44','','wp6596b920_06','','inherit','open','closed','','wp6596b920_06','','','2016-01-07 21:41:44','2016-01-07 21:41:44','',347,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wp6596b920_06.png',0,'attachment','image/png',0),(747,1,'2016-01-07 21:41:55','2016-01-07 21:41:55','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-07 21:41:55','2016-01-07 21:41:55','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(748,1,'2016-01-08 13:37:58','2016-01-08 13:37:58','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-08 13:37:58','2016-01-08 13:37:58','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(749,1,'2016-01-08 13:43:17','2016-01-08 13:43:17','','wp4fbd574d_06','','inherit','open','closed','','wp4fbd574d_06','','','2016-01-08 13:43:17','2016-01-08 13:43:17','',347,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wp4fbd574d_06.png',0,'attachment','image/png',0),(750,1,'2016-01-08 13:43:25','2016-01-08 13:43:25','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-08 13:43:25','2016-01-08 13:43:25','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(751,1,'2016-01-08 13:45:26','2016-01-08 13:45:26','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-08 13:45:26','2016-01-08 13:45:26','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(752,1,'2016-01-08 13:54:18','2016-01-08 13:54:18','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-08 13:54:18','2016-01-08 13:54:18','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(753,1,'2016-01-08 13:54:48','2016-01-08 13:54:48','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-08 13:54:48','2016-01-08 13:54:48','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(754,1,'2016-01-08 13:58:27','2016-01-08 13:58:27','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-08 13:58:27','2016-01-08 13:58:27','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(755,1,'2016-01-08 14:00:29','2016-01-08 14:00:29','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-08 14:00:29','2016-01-08 14:00:29','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(756,1,'2016-01-08 14:02:36','2016-01-08 14:02:36','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-08 14:02:36','2016-01-08 14:02:36','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(757,1,'2016-01-08 14:03:44','2016-01-08 14:03:44','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-08 14:03:44','2016-01-08 14:03:44','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(758,1,'2016-01-08 14:04:45','2016-01-08 14:04:45','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-08 14:04:45','2016-01-08 14:04:45','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(759,1,'2016-01-08 14:05:44','2016-01-08 14:05:44','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-08 14:05:44','2016-01-08 14:05:44','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(760,1,'2016-01-08 14:09:57','2016-01-08 14:09:57','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-08 14:09:57','2016-01-08 14:09:57','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(761,1,'2016-01-08 14:14:19','2016-01-08 14:14:19','','wp65d11ade_06','','inherit','open','closed','','wp65d11ade_06-3','','','2016-01-08 14:14:19','2016-01-08 14:14:19','',347,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wp65d11ade_06-2.png',0,'attachment','image/png',0),(762,1,'2016-01-08 14:14:24','2016-01-08 14:14:24','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-08 14:14:24','2016-01-08 14:14:24','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(763,1,'2016-01-08 14:29:10','2016-01-08 14:29:10','','wp2b8a84bf_05_06','','inherit','open','closed','','wp2b8a84bf_05_06','','','2016-01-08 14:29:10','2016-01-08 14:29:10','',347,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wp2b8a84bf_05_06.jpg',0,'attachment','image/jpeg',0),(764,1,'2016-01-08 14:29:18','2016-01-08 14:29:18','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-08 14:29:18','2016-01-08 14:29:18','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(765,1,'2016-01-08 14:29:40','2016-01-08 14:29:40','','wp6596b920_06','','inherit','open','closed','','wp6596b920_06-2','','','2016-01-08 14:29:40','2016-01-08 14:29:40','',347,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wp6596b920_06-1.png',0,'attachment','image/png',0),(766,1,'2016-01-08 14:29:46','2016-01-08 14:29:46','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-08 14:29:46','2016-01-08 14:29:46','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(767,1,'2016-01-08 14:31:45','2016-01-08 14:31:45','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-08 14:31:45','2016-01-08 14:31:45','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(768,1,'2016-01-08 14:34:13','2016-01-08 14:34:13','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-08 14:34:13','2016-01-08 14:34:13','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(769,1,'2016-01-08 14:37:21','2016-01-08 14:37:21','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-08 14:37:21','2016-01-08 14:37:21','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(770,1,'2016-01-08 14:40:01','2016-01-08 14:40:01','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-08 14:40:01','2016-01-08 14:40:01','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(771,1,'2016-01-08 14:50:30','2016-01-08 14:50:30','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-08 14:50:30','2016-01-08 14:50:30','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(772,1,'2016-01-08 14:52:59','2016-01-08 14:52:59','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-08 14:52:59','2016-01-08 14:52:59','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(773,1,'2016-01-08 14:55:04','2016-01-08 14:55:04','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-08 14:55:04','2016-01-08 14:55:04','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(774,1,'2016-01-08 14:55:55','2016-01-08 14:55:55','','District 10-0','','inherit','closed','closed','','345-revision-v1','','','2016-01-08 14:55:55','2016-01-08 14:55:55','',345,'http://keystoneacquisitions.com/345-revision-v1/',0,'revision','',0),(775,1,'2016-01-08 14:57:03','2016-01-08 14:57:03','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-08 14:57:03','2016-01-08 14:57:03','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(776,1,'2016-01-08 15:00:28','2016-01-08 15:00:28','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-08 15:00:28','2016-01-08 15:00:28','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(777,1,'2016-01-08 15:02:37','2016-01-08 15:02:37','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-08 15:02:37','2016-01-08 15:02:37','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(779,1,'2016-01-08 15:07:35','2016-01-08 15:07:35','','District 1-0','','inherit','closed','closed','','329-revision-v1','','','2016-01-08 15:07:35','2016-01-08 15:07:35','',329,'http://keystoneacquisitions.com/329-revision-v1/',0,'revision','',0),(780,1,'2016-01-08 15:10:13','2016-01-08 15:10:13','','wp1f07b384_06','','inherit','open','closed','','wp1f07b384_06','','','2016-01-08 15:10:13','2016-01-08 15:10:13','',329,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/wp1f07b384_06.png',0,'attachment','image/png',0),(781,1,'2016-01-08 15:10:20','2016-01-08 15:10:20','','District 1-0','','inherit','closed','closed','','329-revision-v1','','','2016-01-08 15:10:20','2016-01-08 15:10:20','',329,'http://keystoneacquisitions.com/329-revision-v1/',0,'revision','',0),(782,1,'2016-01-08 15:12:04','2016-01-08 15:12:04','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-08 15:12:04','2016-01-08 15:12:04','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(783,1,'2016-01-08 15:14:19','2016-01-08 15:14:19','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-08 15:14:19','2016-01-08 15:14:19','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(784,1,'2016-01-08 15:15:53','2016-01-08 15:15:53','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-08 15:15:53','2016-01-08 15:15:53','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(785,1,'2016-01-08 18:13:20','2016-01-08 18:13:20','','District 4-0','','inherit','closed','closed','','335-revision-v1','','','2016-01-08 18:13:20','2016-01-08 18:13:20','',335,'http://keystoneacquisitions.com/335-revision-v1/',0,'revision','',0),(786,1,'2016-01-08 18:18:14','2016-01-08 18:18:14','','District 4-0','','inherit','closed','closed','','335-revision-v1','','','2016-01-08 18:18:14','2016-01-08 18:18:14','',335,'http://keystoneacquisitions.com/335-revision-v1/',0,'revision','',0),(787,1,'2016-01-08 19:55:43','2016-01-08 19:55:43','','District 6-0','','inherit','closed','closed','','339-revision-v1','','','2016-01-08 19:55:43','2016-01-08 19:55:43','',339,'http://keystoneacquisitions.com/339-revision-v1/',0,'revision','',0),(788,1,'2016-01-08 20:02:01','2016-01-08 20:02:01','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-08 20:02:01','2016-01-08 20:02:01','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(789,1,'2016-01-08 20:06:30','2016-01-08 20:06:30','','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-08 20:06:30','2016-01-08 20:06:30','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(790,1,'2016-01-11 13:37:49','2016-01-11 13:37:49','<a href=\"http://keystoneacquisitions.com/projects/\">Back to Pennsylvania Districts Map</a>','District 1-0','','inherit','closed','closed','','329-autosave-v1','','','2016-01-11 13:37:49','2016-01-11 13:37:49','',329,'http://keystoneacquisitions.com/329-autosave-v1/',0,'revision','',0),(791,1,'2016-01-11 13:37:56','2016-01-11 13:37:56','<a href=\"http://keystoneacquisitions.com/projects/\">Back to Pennsylvania Districts Map</a>','District 1-0','','inherit','closed','closed','','329-revision-v1','','','2016-01-11 13:37:56','2016-01-11 13:37:56','',329,'http://keystoneacquisitions.com/329-revision-v1/',0,'revision','',0),(792,1,'2016-01-11 13:38:13','2016-01-11 13:38:13','<a href=\"http://keystoneacquisitions.com/projects/\">Back to Pennsylvania Districts Map</a>','District 1-0','','inherit','closed','closed','','329-revision-v1','','','2016-01-11 13:38:13','2016-01-11 13:38:13','',329,'http://keystoneacquisitions.com/329-revision-v1/',0,'revision','',0),(793,1,'2016-01-11 13:41:21','2016-01-11 13:41:21','<p><a href=\"http://keystoneacquisitions.com/projects/\">Back to Pennsylvania Districts Map</a></p>','District 1-0','','inherit','closed','closed','','329-revision-v1','','','2016-01-11 13:41:21','2016-01-11 13:41:21','',329,'http://keystoneacquisitions.com/329-revision-v1/',0,'revision','',0),(794,1,'2016-01-11 13:42:49','2016-01-11 13:42:49','<p><a href=\"http://keystoneacquisitions.com/projects/\">Back to Pennsylvania Districts Map</a></p>','District 1-0','','inherit','closed','closed','','329-revision-v1','','','2016-01-11 13:42:49','2016-01-11 13:42:49','',329,'http://keystoneacquisitions.com/329-revision-v1/',0,'revision','',0),(795,1,'2016-01-11 13:43:58','2016-01-11 13:43:58','<a href=\"http://keystoneacquisitions.com/projects/\">Back to Pennsylvania Districts Map</a>','District 1-0','','inherit','closed','closed','','329-revision-v1','','','2016-01-11 13:43:58','2016-01-11 13:43:58','',329,'http://keystoneacquisitions.com/329-revision-v1/',0,'revision','',0),(796,1,'2016-01-11 13:44:16','2016-01-11 13:44:16','<a href=\"http://keystoneacquisitions.com/projects/\">Back to Pennsylvania Districts Map</a>','District 2-0','','inherit','closed','closed','','331-revision-v1','','','2016-01-11 13:44:16','2016-01-11 13:44:16','',331,'http://keystoneacquisitions.com/331-revision-v1/',0,'revision','',0),(797,1,'2016-01-11 13:44:21','2016-01-11 13:44:21','<a href=\"http://keystoneacquisitions.com/projects/\">Back to Pennsylvania Districts Map</a>','District 3-0','','inherit','closed','closed','','333-revision-v1','','','2016-01-11 13:44:21','2016-01-11 13:44:21','',333,'http://keystoneacquisitions.com/333-revision-v1/',0,'revision','',0),(798,1,'2016-01-11 13:44:26','2016-01-11 13:44:26','<a href=\"http://keystoneacquisitions.com/projects/\">Back to Pennsylvania Districts Map</a>','District 4-0','','inherit','closed','closed','','335-revision-v1','','','2016-01-11 13:44:26','2016-01-11 13:44:26','',335,'http://keystoneacquisitions.com/335-revision-v1/',0,'revision','',0),(799,1,'2016-01-11 13:44:31','2016-01-11 13:44:31','<a href=\"http://keystoneacquisitions.com/projects/\">Back to Pennsylvania Districts Map</a>','District 5-0','','inherit','closed','closed','','337-revision-v1','','','2016-01-11 13:44:31','2016-01-11 13:44:31','',337,'http://keystoneacquisitions.com/337-revision-v1/',0,'revision','',0),(800,1,'2016-01-11 13:44:36','2016-01-11 13:44:36','<a href=\"http://keystoneacquisitions.com/projects/\">Back to Pennsylvania Districts Map</a>','District 6-0','','inherit','closed','closed','','339-revision-v1','','','2016-01-11 13:44:36','2016-01-11 13:44:36','',339,'http://keystoneacquisitions.com/339-revision-v1/',0,'revision','',0),(801,1,'2016-01-11 13:44:41','2016-01-11 13:44:41','<a href=\"http://keystoneacquisitions.com/projects/\">Back to Pennsylvania Districts Map</a>','District 8-0','','inherit','closed','closed','','341-revision-v1','','','2016-01-11 13:44:41','2016-01-11 13:44:41','',341,'http://keystoneacquisitions.com/341-revision-v1/',0,'revision','',0),(802,1,'2016-01-11 13:44:47','2016-01-11 13:44:47','<a href=\"http://keystoneacquisitions.com/projects/\">Back to Pennsylvania Districts Map</a>','District 9-0','','inherit','closed','closed','','343-revision-v1','','','2016-01-11 13:44:47','2016-01-11 13:44:47','',343,'http://keystoneacquisitions.com/343-revision-v1/',0,'revision','',0),(803,1,'2016-01-11 13:44:52','2016-01-11 13:44:52','<a href=\"http://keystoneacquisitions.com/projects/\">Back to Pennsylvania Districts Map</a>','District 10-0','','inherit','closed','closed','','345-revision-v1','','','2016-01-11 13:44:52','2016-01-11 13:44:52','',345,'http://keystoneacquisitions.com/345-revision-v1/',0,'revision','',0),(804,1,'2016-01-11 13:44:58','2016-01-11 13:44:58','<a href=\"http://keystoneacquisitions.com/projects/\">Back to Pennsylvania Districts Map</a>','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-11 13:44:58','2016-01-11 13:44:58','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(805,1,'2016-01-11 13:45:04','2016-01-11 13:45:04','<a href=\"http://keystoneacquisitions.com/projects/\">Back to Pennsylvania Districts Map</a>','District 12-0','','inherit','closed','closed','','349-revision-v1','','','2016-01-11 13:45:04','2016-01-11 13:45:04','',349,'http://keystoneacquisitions.com/349-revision-v1/',0,'revision','',0),(806,1,'2016-01-11 13:47:50','2016-01-11 13:47:50','<a href=\"http://keystoneacquisitions.com/projects/\">Back to Pennsylvania Districts Map</a>\r\n\r\n \r\n<h1>Test</h1>','District 1-0','','inherit','closed','closed','','329-revision-v1','','','2016-01-11 13:47:50','2016-01-11 13:47:50','',329,'http://keystoneacquisitions.com/329-revision-v1/',0,'revision','',0),(807,1,'2016-01-11 13:48:06','2016-01-11 13:48:06','<a href=\"http://keystoneacquisitions.com/projects/\">Back to Pennsylvania Districts Map</a>\r\n\r\n ','District 1-0','','inherit','closed','closed','','329-revision-v1','','','2016-01-11 13:48:06','2016-01-11 13:48:06','',329,'http://keystoneacquisitions.com/329-revision-v1/',0,'revision','',0),(808,1,'2016-01-11 13:49:42','2016-01-11 13:49:42','<a href=\"http://keystoneacquisitions.com/projects/\">Back to Pennsylvania Districts Map</a>','District 1-0','','inherit','closed','closed','','329-revision-v1','','','2016-01-11 13:49:42','2016-01-11 13:49:42','',329,'http://keystoneacquisitions.com/329-revision-v1/',0,'revision','',0),(809,1,'2016-01-11 14:51:56','2016-01-11 14:51:56','','Keystone Acquisitions | Our Staff','','inherit','open','closed','','staff','','','2016-01-19 19:03:24','2016-01-19 19:03:24','',75,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/staff.png',0,'attachment','image/png',0),(810,1,'2016-01-11 18:50:21','2016-01-11 18:50:21','If you’re interested in learning more about the right-of-way industry, James Broadbent’s book “<em>Right-of-Way Man</em>” gives an extremely personal look into the acquisition process. James shares stories of his years spent with the State Highway Department’s Right-of-Way unit, and details all of the weird, wild, and wonderful projects he has worked on throughout the years. Personally involved in projects totaling more than $40 million worth of taxpayer’s money, <strong><em>Broadbent has seen it all.</em></strong>\r\n<p style=\"padding-left: 30px;\"><strong>\"Jim Broadbent has bought 1,500 houses, 150 businesses & a $5million amusement park - and he\'s not even in the real estate business.\"</strong></p>\r\n<p style=\"padding-left: 60px;\"><em>Jerry Sharpe</em>\r\nPittsburgh Press</p>\r\n\r\n<form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\" target=\"_top\">\r\n \r\n <input type=\"hidden\" name=\"cmd\" value=\"_s-xclick\">\r\n \r\n <input type=\"hidden\" name=\"hosted_button_id\" value=\"U4979DGFCMD3J\">\r\n \r\n <input type=\"image\" src=\"https://www.paypalobjects.com/en_US/i/btn/btn_buynowCC_LG.gif\" border=\"0\" name=\"submit\" alt=\"PayPal - The safer, easier way to pay online!\">\r\n \r\n <img alt=\"\" border=\"0\" src=\"https://www.paypalobjects.com/en_US/i/scr/pixel.gif\" width=\"1\" height=\"1\">\r\n \r\n </form>','Order \"Right of Way Man\"','','inherit','closed','closed','','120-revision-v1','','','2016-01-11 18:50:21','2016-01-11 18:50:21','',120,'http://keystoneacquisitions.com/120-revision-v1/',0,'revision','',0),(811,1,'2016-01-11 18:51:04','2016-01-11 18:51:04','If you’re interested in learning more about the right-of-way industry, James Broadbent’s book “<em>Right-of-Way Man</em>” gives an extremely personal look into the acquisition process. James shares stories of his years spent with the State Highway Department’s Right-of-Way unit, and details all of the weird, wild, and wonderful projects he has worked on throughout the years. Personally involved in projects totaling more than $40 million worth of taxpayer’s money, <strong><em>Broadbent has seen it all.</em></strong>\r\n<p style=\"padding-left: 30px;\"><strong>\"Jim Broadbent has bought 1,500 houses, 150 businesses & a $5million amusement park - and he\'s not even in the real estate business.\"</strong></p>\r\n<p style=\"padding-left: 60px;\"><em>Jerry Sharpe</em>\r\nPittsburgh Press</p>\r\n\r\n<div class=\"Body-P-P0\">\r\n <span class=\"Body-C-C4\">Order Right-<wbr>of-<wbr>Way Man for just </span><span class=\"Body-C-C5\">$11.95 + $3.00 shipping</span><span class=\"Body-C-C4\"> through PayPal:</span></div>\r\n\r\n<form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\" target=\"_top\">\r\n \r\n <input type=\"hidden\" name=\"cmd\" value=\"_s-xclick\">\r\n \r\n <input type=\"hidden\" name=\"hosted_button_id\" value=\"U4979DGFCMD3J\">\r\n \r\n <input type=\"image\" src=\"https://www.paypalobjects.com/en_US/i/btn/btn_buynowCC_LG.gif\" border=\"0\" name=\"submit\" alt=\"PayPal - The safer, easier way to pay online!\">\r\n \r\n <img alt=\"\" border=\"0\" src=\"https://www.paypalobjects.com/en_US/i/scr/pixel.gif\" width=\"1\" height=\"1\">\r\n \r\n </form>','Order \"Right of Way Man\"','','inherit','closed','closed','','120-revision-v1','','','2016-01-11 18:51:04','2016-01-11 18:51:04','',120,'http://keystoneacquisitions.com/120-revision-v1/',0,'revision','',0),(812,1,'2016-01-11 18:53:08','2016-01-11 18:53:08','If you’re interested in learning more about the right-of-way industry, James Broadbent’s book “<em>Right-of-Way Man</em>” gives an extremely personal look into the acquisition process. James shares stories of his years spent with the State Highway Department’s Right-of-Way unit, and details all of the weird, wild, and wonderful projects he has worked on throughout the years. Personally involved in projects totaling more than $40 million worth of taxpayer’s money, <strong><em>Broadbent has seen it all.</em></strong>\r\n<p style=\"padding-left: 30px;\"><strong>\"Jim Broadbent has bought 1,500 houses, 150 businesses & a $5million amusement park - and he\'s not even in the real estate business.\"</strong></p>\r\n<p style=\"padding-left: 60px;\"><em>Jerry Sharpe</em>\r\nPittsburgh Press</p>\r\n\r\n<h3>Order Right-of-Way Man for just through PayPal:</h3>\r\n\r\n<div class=\"paypalContainer\">\r\n\r\n <form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\" target=\"_top\">\r\n \r\n <input type=\"hidden\" name=\"cmd\" value=\"_s-xclick\">\r\n \r\n <input type=\"hidden\" name=\"hosted_button_id\" value=\"U4979DGFCMD3J\">\r\n \r\n <input type=\"image\" src=\"https://www.paypalobjects.com/en_US/i/btn/btn_buynowCC_LG.gif\" border=\"0\" name=\"submit\" alt=\"PayPal - The safer, easier way to pay online!\">\r\n \r\n <img alt=\"\" border=\"0\" src=\"https://www.paypalobjects.com/en_US/i/scr/pixel.gif\" width=\"1\" height=\"1\">\r\n \r\n </form>\r\n \r\n</div><!-- end paypalContainer -->','Order \"Right of Way Man\"','','inherit','closed','closed','','120-revision-v1','','','2016-01-11 18:53:08','2016-01-11 18:53:08','',120,'http://keystoneacquisitions.com/120-revision-v1/',0,'revision','',0),(813,1,'2016-01-11 18:54:07','2016-01-11 18:54:07','If you’re interested in learning more about the right-of-way industry, James Broadbent’s book “<em>Right-of-Way Man</em>” gives an extremely personal look into the acquisition process. James shares stories of his years spent with the State Highway Department’s Right-of-Way unit, and details all of the weird, wild, and wonderful projects he has worked on throughout the years. Personally involved in projects totaling more than $40 million worth of taxpayer’s money, <strong><em>Broadbent has seen it all.</em></strong>\r\n<p style=\"padding-left: 30px;\"><strong>\"Jim Broadbent has bought 1,500 houses, 150 businesses & a $5million amusement park - and he\'s not even in the real estate business.\"</strong></p>\r\n<p style=\"padding-left: 60px;\"><em>Jerry Sharpe</em>\r\nPittsburgh Press</p>\r\n\r\n<h3>Order Right-of-Way Man for just through PayPal:</h3>\r\n\r\n<div class=\"paypalContainer\">\r\n\r\n <form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\" target=\"_top\">\r\n \r\n <input type=\"hidden\" name=\"cmd\" value=\"_s-xclick\"><input type=\"hidden\" name=\"hosted_button_id\" value=\"U4979DGFCMD3J\"><input type=\"image\" src=\"https://www.paypalobjects.com/en_US/i/btn/btn_buynowCC_LG.gif\" border=\"0\" name=\"submit\" alt=\"PayPal - The safer, easier way to pay online!\"> \r\n <img alt=\"\" border=\"0\" src=\"https://www.paypalobjects.com/en_US/i/scr/pixel.gif\" width=\"1\" height=\"1\">\r\n \r\n </form>\r\n \r\n</div><!-- end paypalContainer -->','Order \"Right of Way Man\"','','inherit','closed','closed','','120-revision-v1','','','2016-01-11 18:54:07','2016-01-11 18:54:07','',120,'http://keystoneacquisitions.com/120-revision-v1/',0,'revision','',0),(814,1,'2016-01-11 18:57:05','2016-01-11 18:57:05','If you’re interested in learning more about the right-of-way industry, James Broadbent’s book “<em>Right-of-Way Man</em>” gives an extremely personal look into the acquisition process. James shares stories of his years spent with the State Highway Department’s Right-of-Way unit, and details all of the weird, wild, and wonderful projects he has worked on throughout the years. Personally involved in projects totaling more than $40 million worth of taxpayer’s money, <strong><em>Broadbent has seen it all.</em></strong>\r\n<p style=\"padding-left: 30px;\"><strong>\"Jim Broadbent has bought 1,500 houses, 150 businesses & a $5million amusement park - and he\'s not even in the real estate business.\"</strong></p>\r\n<p style=\"padding-left: 60px;\"><em>Jerry Sharpe</em>\r\nPittsburgh Press</p>\r\n\r\n<h3>Order Right-of-Way Man for just $11.95 + $3.00 shipping through PayPal:</h3>\r\n\r\n<div class=\"paypalContainer\">\r\n\r\n <form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\" target=\"_top\">\r\n \r\n <input type=\"hidden\" name=\"cmd\" value=\"_s-xclick\"><input type=\"hidden\" name=\"hosted_button_id\" value=\"U4979DGFCMD3J\"><input type=\"image\" src=\"https://www.paypalobjects.com/en_US/i/btn/btn_buynowCC_LG.gif\" border=\"0\" name=\"submit\" alt=\"PayPal - The safer, easier way to pay online!\"> \r\n <img alt=\"\" border=\"0\" src=\"https://www.paypalobjects.com/en_US/i/scr/pixel.gif\" width=\"1\" height=\"1\">\r\n \r\n </form>\r\n \r\n</div><!-- end paypalContainer -->','Order \"Right of Way Man\"','','inherit','closed','closed','','120-revision-v1','','','2016-01-11 18:57:05','2016-01-11 18:57:05','',120,'http://keystoneacquisitions.com/120-revision-v1/',0,'revision','',0),(815,1,'2016-01-11 19:02:19','2016-01-11 19:02:19','If you’re interested in learning more about the right-of-way industry, James Broadbent’s book “<em>Right-of-Way Man</em>” gives an extremely personal look into the acquisition process. James shares stories of his years spent with the State Highway Department’s Right-of-Way unit, and details all of the weird, wild, and wonderful projects he has worked on throughout the years. Personally involved in projects totaling more than $40 million worth of taxpayer’s money, <strong><em>Broadbent has seen it all.</em></strong>\r\n<blockquote><strong>\"Jim Broadbent has bought 1,500 houses, 150 businesses & a $5million amusement park - and he\'s not even in the real estate business.\"</strong></blockquote>\r\n<p class=\"author\"><em>Jerry Sharpe</em>\r\nPittsburgh Press</p>\r\n\r\n<h3>Order Right-of-Way Man for just through PayPal:</h3>\r\n\r\n<div class=\"paypalContainer\">\r\n\r\n <form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\" target=\"_top\">\r\n \r\n <input type=\"hidden\" name=\"cmd\" value=\"_s-xclick\"><input type=\"hidden\" name=\"hosted_button_id\" value=\"U4979DGFCMD3J\"><input type=\"image\" src=\"https://www.paypalobjects.com/en_US/i/btn/btn_buynowCC_LG.gif\" border=\"0\" name=\"submit\" alt=\"PayPal - The safer, easier way to pay online!\"> \r\n <img alt=\"\" border=\"0\" src=\"https://www.paypalobjects.com/en_US/i/scr/pixel.gif\" width=\"1\" height=\"1\">\r\n \r\n </form>\r\n \r\n</div><!-- end paypalContainer -->','Order \"Right of Way Man\"','','inherit','closed','closed','','120-revision-v1','','','2016-01-11 19:02:19','2016-01-11 19:02:19','',120,'http://keystoneacquisitions.com/120-revision-v1/',0,'revision','',0),(816,1,'2016-01-11 19:09:38','2016-01-11 19:09:38','If you’re interested in learning more about the right-of-way industry, James Broadbent’s book “<em>Right-of-Way Man</em>” gives an extremely personal look into the acquisition process. James shares stories of his years spent with the State Highway Department’s Right-of-Way unit, and details all of the weird, wild, and wonderful projects he has worked on throughout the years. Personally involved in projects totaling more than $40 million worth of taxpayer’s money, <strong><em>Broadbent has seen it all.</em></strong>\r\n<blockquote><strong>\"Jim Broadbent has bought 1,500 houses, 150 businesses & a $5million amusement park - and he\'s not even in the real estate business.\"</strong></blockquote>\r\n<p class=\"author\"><em>Jerry Sharpe</em>\r\nPittsburgh Press</p>\r\n\r\n<h3>Order Right-of-Way Man for just $11.95 + $3.00 shipping through PayPal:</h3>\r\n\r\n<div class=\"paypalContainer\">\r\n\r\n <form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\" target=\"_top\">\r\n \r\n <input type=\"hidden\" name=\"cmd\" value=\"_s-xclick\"><input type=\"hidden\" name=\"hosted_button_id\" value=\"U4979DGFCMD3J\"><input type=\"image\" src=\"https://www.paypalobjects.com/en_US/i/btn/btn_buynowCC_LG.gif\" border=\"0\" name=\"submit\" alt=\"PayPal - The safer, easier way to pay online!\"> \r\n <img alt=\"\" border=\"0\" src=\"https://www.paypalobjects.com/en_US/i/scr/pixel.gif\" width=\"1\" height=\"1\">\r\n \r\n </form>\r\n \r\n</div><!-- end paypalContainer -->','Order \"Right of Way Man\"','','inherit','closed','closed','','120-revision-v1','','','2016-01-11 19:09:38','2016-01-11 19:09:38','',120,'http://keystoneacquisitions.com/120-revision-v1/',0,'revision','',0),(817,1,'2016-01-11 20:34:37','2016-01-11 20:34:37','','Untitled-1','','inherit','open','closed','','untitled-1','','','2016-01-11 20:34:37','2016-01-11 20:34:37','',99,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/Untitled-1.jpg',0,'attachment','image/jpeg',0),(818,1,'2016-01-11 20:34:40','2016-01-11 20:34:40','Town of McCandless, Hampton Township, Luzerne County, Montgomery County Transit Authority, Greene Township, Jackson Township','Acquiring Agencies','','inherit','closed','closed','','99-revision-v1','','','2016-01-11 20:34:40','2016-01-11 20:34:40','',99,'http://keystoneacquisitions.com/99-revision-v1/',0,'revision','',0),(819,1,'2016-01-12 21:47:44','2016-01-12 21:47:44','We are not an engineering company that provides diverse services, but a firm that specializes in and focuses on one niche’ of public improvement projects to best serve our clients and the public alike. With years of experience in cooperative efforts with our project teams and clients, we’ve become a leader in the right- of- way acquisition industry in Pennsylvania.\r\n\r\nThe right- of- way acquisition process can often seem overwhelming to those who are not familiar with the processes and procedures that need to be adhered to, while successfully completing a project. By placing these responsibilities into capable hands of Keystone, you can be assured that all phases of your project will be undertaken professionally, efficiently and in the most cost effective manner possible.\r\n\r\nWhile our firm currently provides services within the state of Pennsylvania, as a company, we are also approved to work in West Virginia and employ individuals, who are approved to complete work in Ohio. We always look forward to future expansions into surrounding areas, but wanted to explore those opportunities through controlled growth, so not to jeopardize the quality of our work. We’re there now…','Who We Are','','inherit','closed','closed','','7-revision-v1','','','2016-01-12 21:47:44','2016-01-12 21:47:44','',7,'http://keystoneacquisitions.com/7-revision-v1/',0,'revision','',0),(820,1,'2016-01-12 21:49:39','2016-01-12 21:49:39','We are not an engineering company that provides diverse services, but a firm that specializes in and focuses on one niche’ of public improvement projects to best serve our clients and the public alike. With years of experience in cooperative efforts with our project teams and clients, we’ve become a leader in the right- of- way acquisition industry in Pennsylvania.\r\n\r\nThe right- of- way acquisition process can often seem overwhelming to those who are not familiar with the processes and procedures that need to be adhered to, while successfully completing a project. By placing these responsibilities into capable hands of Keystone, you can be assured that all phases of your project will be undertaken professionally, efficiently and in the most cost effective manner possible.\r\n\r\nWhile our firm currently provides services within the state of Pennsylvania, as a company, we are also approved to work in West Virginia and employ individuals, who are approved to complete work in Ohio. We always look forward to future expansions into surrounding areas, but wanted to explore those opportunities through controlled growth, so not to jeopardize the quality of our work. We’re there now…\r\n\r\n<a href=\"http://keystoneacquisitions.com/who-we-are/our-locations/\">OUR LOCATIONS</a>','Who We Are','','inherit','closed','closed','','7-revision-v1','','','2016-01-12 21:49:39','2016-01-12 21:49:39','',7,'http://keystoneacquisitions.com/7-revision-v1/',0,'revision','',0),(821,1,'2016-01-12 21:50:00','2016-01-12 21:50:00','We are not an engineering company that provides diverse services, but a firm that specializes in and focuses on one niche’ of public improvement projects to best serve our clients and the public alike. With years of experience in cooperative efforts with our project teams and clients, we’ve become a leader in the right- of- way acquisition industry in Pennsylvania.\r\n\r\nThe right- of- way acquisition process can often seem overwhelming to those who are not familiar with the processes and procedures that need to be adhered to, while successfully completing a project. By placing these responsibilities into capable hands of Keystone, you can be assured that all phases of your project will be undertaken professionally, efficiently and in the most cost effective manner possible.\r\n\r\nWhile our firm currently provides services within the state of Pennsylvania, as a company, we are also approved to work in West Virginia and employ individuals, who are approved to complete work in Ohio. We always look forward to future expansions into surrounding areas, but wanted to explore those opportunities through controlled growth, so not to jeopardize the quality of our work. We’re there now…\r\n\r\nVisit <a href=\"http://keystoneacquisitions.com/who-we-are/our-locations/\">OUR LOCATIONS</a>','Who We Are','','inherit','closed','closed','','7-revision-v1','','','2016-01-12 21:50:00','2016-01-12 21:50:00','',7,'http://keystoneacquisitions.com/7-revision-v1/',0,'revision','',0),(822,1,'2016-01-12 21:51:32','2016-01-12 21:51:32','Since 2001, when we began operations, Keystone has been involved with resolving over 2,000 claims in Pennsylvania for public improvement projects. We do not employ people that are not inherently empathetic to work on our projects. We understand the hardships property owners experience, when their land needs to be acquired for a project they may or may not support.\r\n\r\nTo be able to overcome objections more readily, while ensuring that the property owners, who are the tax payers that fund our projects, are treated fairly and equitably, we are constantly manipulating what we do to be able to provide an unsurpassable amount of information to the property owners in order for them to make the best and most informed decisions relative to their claims.\r\n\r\nOur ability and practice of discussing claims internally with all staff, helps us to resolve the majority of our difficult claims through team efforts as each staff member, working together provides great insight to creatively resolving most matters. When we do identify situations, where the outcomes are indeterminable as to the exact impacts of a property, we protect the property owners’ interests and give them options and never force them into decisions. Sometimes, we recommend that a property owner allows us to acquire the needed property through condemnation so that they can exercise the option to leave their claim open until construction has been completed to make a better informed decision regarding the monetary offer we presented. This strengthens our relationships with the public and further supports our empathy to their plight.','Negotiations','','inherit','closed','closed','','21-revision-v1','','','2016-01-12 21:51:32','2016-01-12 21:51:32','',21,'http://keystoneacquisitions.com/21-revision-v1/',0,'revision','',0),(823,1,'2016-01-12 21:54:58','2016-01-12 21:54:58','<a href=\"http://keystoneacquisitions.com/projects/\">Back to Pennsylvania Districts Map</a>','District 1-0','','inherit','closed','closed','','329-revision-v1','','','2016-01-12 21:54:58','2016-01-12 21:54:58','',329,'http://keystoneacquisitions.com/329-revision-v1/',0,'revision','',0),(824,1,'2016-01-12 21:55:40','2016-01-12 21:55:40','<a href=\"http://keystoneacquisitions.com/projects/\">Back to Pennsylvania Districts Map</a>','District 1-0','','inherit','closed','closed','','329-revision-v1','','','2016-01-12 21:55:40','2016-01-12 21:55:40','',329,'http://keystoneacquisitions.com/329-revision-v1/',0,'revision','',0),(826,1,'2016-01-19 19:05:06','2016-01-19 19:05:06','At any given time, Keystone employees are actively working on a number of different right-of-way jobs throughout Pennsylvania. Since the company’s inception in 2001, Keystone Acquisition Services, Corporation has successfully completed over 200 projects. For more information regarding projects that are currently in progress, or jobs that we have successfully completed, please click on the map:\r\n\r\n<img class=\"img-responsive\" src=\"http://keystoneacquisitions.com/wp-content/uploads/2015/12/PennsylvaniaMap426.png\" alt=\"\" usemap=\"#Map\" />\r\n\r\n<map id=\"Map\" name=\"Map\"> <area title=\"\" alt=\"\" coords=\"0,34,60,4,60,32,116,32,115,67,113,82,104,97,94,88,91,88,76,97,63,115,41,113,36,117,0,114\" shape=\"poly\" href=\"http://keystoneacquisitions.com/projects/district-1-0/\" /> <!--\r\n<area alt=\"\" title=\"\" href=\"http://keystoneacquisitions.com/projects/district-1-0/\" shape=\"poly\" coords=\"6,115,20,117,32,122,39,111,61,113,75,90,93,86,94,96,102,91,113,82,118,32,60,32,58,3,1,31,0,110,2,172,6,177,17,182,26,193,42,200,50,206,55,202,55,190,59,183,60,176,55,168,62,164,62,160,29,160,28,131,29,124,29,119,2,112\" />--> <area title=\"\" alt=\"\" coords=\"121,32,212,31,213,85,219,97,248,123,234,142,231,153,238,157,252,157,260,164,241,172,224,182,207,198,195,190,195,177,196,166,206,160,200,153,192,158,179,158,142,156,128,155,127,123,126,113,132,106,128,102,121,92,116,91,114,91,111,91\" shape=\"poly\" href=\"http://keystoneacquisitions.com/projects/district-2-0/\" /> <area title=\"\" alt=\"\" coords=\"214,32,215,78,221,99,244,118,250,124,239,136,234,145,234,153,246,155,256,159,265,164,293,152,310,147,313,129,312,115,311,94,316,68,319,62,319,31\" shape=\"poly\" href=\"http://keystoneacquisitions.com/projects/district-3-0/\" /> <area title=\"\" alt=\"\" coords=\"320,27,320,56,313,90,314,119,316,133,325,138,345,128,363,111,373,104,386,103,396,113,406,119,415,106,424,97,424,87,407,82,402,75,400,57,394,49,385,45,380,36,374,33,372,29,322,30,320,33\" shape=\"poly\" href=\"http://keystoneacquisitions.com/projects/district-4-0/\" /> <area title=\"\" alt=\"\" coords=\"341,211,318,194,277,158,308,146,359,118,373,106,383,102,404,119,395,128,395,150,393,160\" shape=\"poly\" href=\"http://keystoneacquisitions.com/projects/district-5-0/\" /> <area title=\"\" alt=\"\" coords=\"338,213,388,164,398,172,402,185,420,202,424,210,404,226,394,235,374,243,361,243,351,250,321,251\" shape=\"poly\" href=\"http://keystoneacquisitions.com/projects/district-6-0/\" /> <area title=\"\" alt=\"\" coords=\"176,250,185,238,192,223,204,198,278,160,338,211,319,253\" shape=\"poly\" href=\"http://keystoneacquisitions.com/projects/district-8-0/\" /> <area title=\"\" alt=\"\" coords=\"83,250,173,248,187,231,201,198,192,187,194,168,203,160,200,155,191,159,126,154,112,187,91,221,84,235,86,242\" shape=\"poly\" href=\"http://keystoneacquisitions.com/projects/district-9-0/\" /> <area title=\"\" alt=\"\" coords=\"30,158,28,126,32,122,42,110,63,114,74,88,94,85,98,95,110,88,124,96,130,106,127,114,126,152,112,183,107,187,85,176,74,170,70,162,62,157\" shape=\"poly\" href=\"http://keystoneacquisitions.com/projects/district-10-0/\" /> <area title=\"\" alt=\"\" coords=\"1,118,32,119,28,137,29,157,44,161,60,162,59,169,59,175,57,188,52,203,45,203,33,194,17,179,2,173\" shape=\"poly\" href=\"http://keystoneacquisitions.com/projects/district-11-0/\" /> <area title=\"\" alt=\"\" coords=\"0,174,2,250,81,250,84,242,84,238,109,189,76,171,68,162,64,160,56,170,62,176,62,183,56,192,57,197,52,204,46,203,32,194,24,188,15,178\" shape=\"poly\" href=\"http://keystoneacquisitions.com/projects/district-12-0/\" /> </map>','Projects','','inherit','closed','closed','','9-revision-v1','','','2016-01-19 19:05:06','2016-01-19 19:05:06','',9,'http://keystoneacquisitions.com/9-revision-v1/',0,'revision','',0),(827,1,'2016-01-19 19:09:04','2016-01-19 19:09:04','We staff eight highly qualified Project Managers throughout the Commonwealth. Each has an innate ability to establish a workable project schedule and ensure that tasks are properly and effectively directed through our proper channels to maximize the value inherent in securing us to provide your service. Schedule compliance is a primary focal point of ours as we proceed with each project we work.\r\n\r\nOur Project Managers are in regular contact with each other and provide bi-weekly updates to upper management. This helps to properly allocate all of our human resources and re-allocate them for when a project of greater priority becomes evident. The regular interaction between the management team also helps to solve individual project problems through team interaction and input from other decision makers in parallel positions.\r\n\r\nRegardless of whether we begin a project from the initial phase of final design or are approached midway through a project, we’re able to identify the needs, allocate the proper resources, achieve the goals and advance a project to construction as quickly as possible, while remaining efficient with the taxpayer dollars funding our projects.','Project Management','','inherit','closed','closed','','13-revision-v1','','','2016-01-19 19:09:04','2016-01-19 19:09:04','',13,'http://keystoneacquisitions.com/13-revision-v1/',0,'revision','',0),(828,1,'2016-01-19 19:10:55','2016-01-19 19:10:55','If you’re interested in learning more about the right-of-way industry, James Broadbent’s book “<em>Right-of-Way Man</em>” gives an extremely personal look into the acquisition process. James shares stories of his years spent with the State Highway Department’s Right-of-Way unit, and details all of the weird, wild, and wonderful projects he has worked on throughout the years. Personally involved in projects totaling more than $40 million worth of taxpayer’s money, <strong><em>Broadbent has seen it all.</em></strong>\r\n<blockquote><strong>\"Jim Broadbent has bought 1,500 houses, 150 businesses & a $5million amusement park - and he\'s not even in the real estate business.\"</strong></blockquote>\r\n<p class=\"author\"><em>Jerry Sharpe</em>\r\nPittsburgh Press</p>\r\n\r\n<h3>Order Right-of-Way Man for just $11.95 + $3.00 shipping through PayPal:</h3>\r\n<div class=\"paypalContainer\"><form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\" target=\"_top\"><input name=\"cmd\" type=\"hidden\" value=\"_s-xclick\" /><input name=\"hosted_button_id\" type=\"hidden\" value=\"U4979DGFCMD3J\" /><input alt=\"PayPal - The safer, easier way to pay online!\" name=\"submit\" src=\"https://www.paypalobjects.com/en_US/i/btn/btn_buynowCC_LG.gif\" type=\"image\" />\r\n<img src=\"https://www.paypalobjects.com/en_US/i/scr/pixel.gif\" alt=\"\" width=\"1\" height=\"1\" border=\"0\" />\r\n\r\n</form></div>\r\n<!-- end paypalContainer -->','Order \"Right of Way Man\"','','inherit','closed','closed','','120-revision-v1','','','2016-01-19 19:10:55','2016-01-19 19:10:55','',120,'http://keystoneacquisitions.com/120-revision-v1/',0,'revision','',0),(829,1,'2016-01-21 14:25:02','2016-01-21 14:25:02','<h1>Pennsylvania Acquiring Agencies</h1>\r\n<a href=\"http://www.dot.state.pa.us/\" target=\"_blank\">Pennsylvania Department of Transportation (PennDOT)</a>\r\n<a href=\"http://www.paturnpike.com/\" target=\"_blank\">Pennsylvania Turnpike Commission</a>\r\n<a href=\"http://www.portauthority.org/paac/default.aspx\" target=\"_blank\">Port Authority of Allegheny County</a>\r\n<a href=\"http://www.septa.org/\" target=\"_blank\">Southeastern Pennsylvania Transportation Authority</a>\r\n<h1>Federal Agencies</h1>\r\n<a href=\"http://www.dot.gov/\" target=\"_blank\">United States Department of Transportation</a>\r\n<a href=\"http://www.fhwa.dot.gov/\" target=\"_blank\">Federal Highway Administration</a>\r\n<a href=\"http://www.faa.gov/\" target=\"_blank\">Federal Aviation Administration</a>\r\n<a href=\"http://www.fta.dot.gov/\" target=\"_blank\">Federal Transit Administration\r\n</a><a href=\"http://www.usace.army.mil/\" target=\"_blank\">US Army Corps of Engineers</a>\r\n<a href=\"http://www.gsa.gov/portal/category/100000\" target=\"_blank\">US General Services Administration</a>\r\n<a href=\"http://www.nhi.fhwa.dot.gov/default.aspx\" target=\"_blank\">National Highway Institute</a>\r\n<h1>Organizations</h1>\r\n<a href=\"https://www.irwaonline.org/eweb/StartPage.aspx\" target=\"_blank\">International Right-<wbr />of-<wbr />Way Association</a>\r\n<a href=\"http://www.transportation.org/\" target=\"_blank\">American Association of State Highway & Transportation Officials</a>\r\n<a href=\"http://www.highwayengineers.org/\" target=\"_blank\">American Society of Highway Engineers</a>\r\n<a href=\"http://www.asce.org/\">American Society of Civil Engineers</a>\r\n<a href=\"http://www.appraisers.org/ASAHome.aspx\" target=\"_blank\">American Society of Appraisers</a>\r\n<a href=\"http://www.appraisalinstitute.org/\">The Appraisal Institute</a>\r\n<a href=\"http://www.notary.org/\" target=\"_blank\">Pennsylvania Association of </a><a href=\"http://www.notary.org/\" target=\"_blank\">Notaries</a>\r\n<a href=\"http://www.cawp.org/index.aspx\" target=\"_blank\">Constructors Association of Western Pennsylvania</a>\r\n<a href=\"http://www.caoepa.com/\" target=\"_blank\">Contractors Association of Eastern Pennsylvani</a><a href=\"http://www.caoepa.com/\" target=\"_blank\">a</a>\r\n<a href=\"http://engrclub.org/\" target=\"_blank\">Engineers’</a><a href=\"http://engrclub.org/\"> Club of Philadelphia</a>','Links','','inherit','closed','closed','','33-revision-v1','','','2016-01-21 14:25:02','2016-01-21 14:25:02','',33,'http://keystoneacquisitions.com/33-revision-v1/',0,'revision','',0),(830,1,'2016-01-21 14:25:41','2016-01-21 14:25:41','<h1>Pennsylvania Acquiring Agencies</h1>\r\n<a href=\"http://www.dot.state.pa.us/\" target=\"_blank\">Pennsylvania Department of Transportation (PennDOT)</a>\r\n<a href=\"http://www.paturnpike.com/\" target=\"_blank\">Pennsylvania Turnpike Commission</a>\r\n<a href=\"http://www.portauthority.org/paac/default.aspx\" target=\"_blank\">Port Authority of Allegheny County</a>\r\n<a href=\"http://www.septa.org/\" target=\"_blank\">Southeastern Pennsylvania Transportation Authority</a>\r\n<h1>Federal Agencies</h1>\r\n<a href=\"http://www.dot.gov/\" target=\"_blank\">United States Department of Transportation</a>\r\n<a href=\"http://www.fhwa.dot.gov/\" target=\"_blank\">Federal Highway Administration</a>\r\n<a href=\"http://www.faa.gov/\" target=\"_blank\">Federal Aviation Administration</a>\r\n<a href=\"http://www.fta.dot.gov/\" target=\"_blank\">Federal Transit Administration\r\n</a><a href=\"http://www.usace.army.mil/\" target=\"_blank\">US Army Corps of Engineers</a>\r\n<a href=\"http://www.gsa.gov/portal/category/100000\" target=\"_blank\">US General Services Administration</a>\r\n<a href=\"http://www.nhi.fhwa.dot.gov/default.aspx\" target=\"_blank\">National Highway Institute</a>\r\n<h1>Organizations</h1>\r\n<a href=\"https://www.irwaonline.org/eweb/StartPage.aspx\" target=\"_blank\">International Right-<wbr />of-<wbr />Way Association</a>\r\n<a href=\"http://www.transportation.org/\" target=\"_blank\">American Association of State Highway & Transportation Officials</a>\r\n<a href=\"http://www.highwayengineers.org/\" target=\"_blank\">American Society of Highway Engineers</a>\r\n<a href=\"http://www.asce.org/\">American Society of Civil Engineers</a>\r\n<a href=\"http://www.appraisers.org/ASAHome.aspx\" target=\"_blank\">American Society of Appraisers</a>\r\n<a href=\"http://www.appraisalinstitute.org/\" target=\"_blank\">The Appraisal Institute</a>\r\n<a href=\"http://www.notary.org/\" target=\"_blank\">Pennsylvania Association of </a><a href=\"http://www.notary.org/\" target=\"_blank\">Notaries</a>\r\n<a href=\"http://www.cawp.org/index.aspx\" target=\"_blank\">Constructors Association of Western Pennsylvania</a>\r\n<a href=\"http://www.caoepa.com/\" target=\"_blank\">Contractors Association of Eastern Pennsylvani</a><a href=\"http://www.caoepa.com/\" target=\"_blank\">a</a>\r\n<a href=\"http://engrclub.org/\" target=\"_blank\">Engineers’</a><a href=\"http://engrclub.org/\"> Club of Philadelphia</a>','Links','','inherit','closed','closed','','33-revision-v1','','','2016-01-21 14:25:41','2016-01-21 14:25:41','',33,'http://keystoneacquisitions.com/33-revision-v1/',0,'revision','',0),(831,1,'2016-01-21 14:26:03','2016-01-21 14:26:03','<h1>Pennsylvania Acquiring Agencies</h1>\r\n<a href=\"http://www.dot.state.pa.us/\" target=\"_blank\">Pennsylvania Department of Transportation (PennDOT)</a>\r\n<a href=\"http://www.paturnpike.com/\" target=\"_blank\">Pennsylvania Turnpike Commission</a>\r\n<a href=\"http://www.portauthority.org/paac/default.aspx\" target=\"_blank\">Port Authority of Allegheny County</a>\r\n<a href=\"http://www.septa.org/\" target=\"_blank\">Southeastern Pennsylvania Transportation Authority</a>\r\n<h1>Federal Agencies</h1>\r\n<a href=\"http://www.dot.gov/\" target=\"_blank\">United States Department of Transportation</a>\r\n<a href=\"http://www.fhwa.dot.gov/\" target=\"_blank\">Federal Highway Administration</a>\r\n<a href=\"http://www.faa.gov/\" target=\"_blank\">Federal Aviation Administration</a>\r\n<a href=\"http://www.fta.dot.gov/\" target=\"_blank\">Federal Transit Administration\r\n</a><a href=\"http://www.usace.army.mil/\" target=\"_blank\">US Army Corps of Engineers</a>\r\n<a href=\"http://www.gsa.gov/portal/category/100000\" target=\"_blank\">US General Services Administration</a>\r\n<a href=\"http://www.nhi.fhwa.dot.gov/default.aspx\" target=\"_blank\">National Highway Institute</a>\r\n<h1>Organizations</h1>\r\n<a href=\"https://www.irwaonline.org/eweb/StartPage.aspx\" target=\"_blank\">International Right-<wbr />of-<wbr />Way Association</a>\r\n<a href=\"http://www.transportation.org/\" target=\"_blank\">American Association of State Highway & Transportation Officials</a>\r\n<a href=\"http://www.highwayengineers.org/\" target=\"_blank\">American Society of Highway Engineers</a>\r\n<a href=\"http://www.asce.org/\" target=\"_blank\">American Society of Civil Engineers</a>\r\n<a href=\"http://www.appraisers.org/ASAHome.aspx\" target=\"_blank\">American Society of Appraisers</a>\r\n<a href=\"http://www.appraisalinstitute.org/\" target=\"_blank\">The Appraisal Institute</a>\r\n<a href=\"http://www.notary.org/\" target=\"_blank\">Pennsylvania Association of </a><a href=\"http://www.notary.org/\" target=\"_blank\">Notaries</a>\r\n<a href=\"http://www.cawp.org/index.aspx\" target=\"_blank\">Constructors Association of Western Pennsylvania</a>\r\n<a href=\"http://www.caoepa.com/\" target=\"_blank\">Contractors Association of Eastern Pennsylvani</a><a href=\"http://www.caoepa.com/\" target=\"_blank\">a</a>\r\n<a href=\"http://engrclub.org/\" target=\"_blank\">Engineers’</a><a href=\"http://engrclub.org/\"> Club of Philadelphia</a>','Links','','inherit','closed','closed','','33-revision-v1','','','2016-01-21 14:26:03','2016-01-21 14:26:03','',33,'http://keystoneacquisitions.com/33-revision-v1/',0,'revision','',0),(832,1,'2016-01-21 14:28:29','2016-01-21 14:28:29','Keystone Acquisition Services has established numerous working relationships with public agencies and authorities, while helping to advance their projects throughout Pennsylvania. Often-<wbr />times, those entities choose to include the acquisition phase of their projects as part of design. We’ve cultivated, developed and maintained numerous relationships with engineering companies, in pursuing the same goals of client satisfaction in Pennsylvania. More recently, as a result of the poor rating of Pennsylvania’s roads and bridges, more projects are being completed as design/build, which has allowed us to expand our clientele and cultivate some very strong relationships with contractors engaged in the transportation industry.\r\n\r\nTo view a complete list of Keystone\'s trusted business partners in each category, select from the following:\r\n\r\n<a href=\"http://keystoneacquisitions.com/business-partners/acquiring-agencies/\">Acquiring Agencies</a>\r\n<a href=\"http://keystoneacquisitions.com/business-partners/engineering-partners/\">Engineering Partners</a>\r\n<a href=\"http://keystoneacquisitions.com/business-partners/construction-contractors/\">Construction Contractors</a>','Business Partners','','inherit','closed','closed','','29-revision-v1','','','2016-01-21 14:28:29','2016-01-21 14:28:29','',29,'http://keystoneacquisitions.com/29-revision-v1/',0,'revision','',0),(833,1,'2016-01-21 16:54:37','2016-01-21 16:54:37','','slide_1','','inherit','open','closed','','slide_1-2','','','2016-01-21 16:54:37','2016-01-21 16:54:37','',2,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/slide_1-1.jpg',0,'attachment','image/jpeg',0),(834,1,'2016-01-21 16:54:48','2016-01-21 16:54:48','','slide_2','','inherit','open','closed','','slide_2-2','','','2016-01-21 16:54:48','2016-01-21 16:54:48','',2,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/slide_2-1.jpg',0,'attachment','image/jpeg',0),(835,1,'2016-01-21 16:55:10','2016-01-21 16:55:10','','slide_3','','inherit','open','closed','','slide_3-2','','','2016-01-21 16:55:10','2016-01-21 16:55:10','',2,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/slide_3-1.jpg',0,'attachment','image/jpeg',0),(836,1,'2016-01-21 16:55:23','2016-01-21 16:55:23','','slide_4','','inherit','open','closed','','slide_4-2','','','2016-01-21 16:55:23','2016-01-21 16:55:23','',2,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/slide_4-1.jpg',0,'attachment','image/jpeg',0),(837,1,'2016-01-21 16:55:34','2016-01-21 16:55:34','','slide_5','','inherit','open','closed','','slide_5-2','','','2016-01-21 16:55:34','2016-01-21 16:55:34','',2,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/slide_5-1.jpg',0,'attachment','image/jpeg',0),(838,1,'2016-01-21 16:55:39','2016-01-21 16:55:39','<strong>Keystone Acquisition Services Corporation</strong> is a full-service right-of-way acquisition firm, which is engaged throughout the Commonwealth of Pennsylvania, providing assistance with projects that result in private property being acquired to facilitate the completion of an improvement that is considered to be for the overall public benefit.\r\n\r\nSince our inception in January 2001, we have served over 55 clients in successfully completing over 200 projects. Assignments we have completed range from damage estimates, utility line planning, and minor bridge & culvert replacement projects to projects that involved total reconstruction of roadway facilities that impacted over 150 parcels, resulting in not only the displacement of numerous residential occupants but also the displacement of very large industrial and commercial enterprises as well.\r\n\r\nOur staff is strategically located throughout the Commonwealth to best serve the state. We employ a staff of 18 full and part-time team members, who combine for a comprehensive 300+ years of right-of-way acquisition and real estate experience.\r\n\r\nSpecializing in every niche of the acquisition process, our staff is able to fulfill requirements of any project from planning and development through construction. Regardless of the size of scope of the project, our staff always emphasizes: the quality of their work, professionalism, the commitment to our clients, as well as the fair and equitable treatment of the public affected by our projects.\r\n\r\nWhen choosing a right-of-way consulting firm to address your needs, you should feel secure about your choice. Our vast experience, capabilities, and exemplary record of past performance should make the choice easy. With Keystone, you are ensured of: a job well done; a project completed in compliance with the applicable funding sources’ regulations; and an undertaking that will be well managed from start to finish.\r\n\r\nBy exploring our website, you can learn more about the services we provide, the projects we’ve completed, who provides them for us, and who has benefited (and continues to benefit) as a much valued client of Keystone.','Home','','inherit','closed','closed','','2-revision-v1','','','2016-01-21 16:55:39','2016-01-21 16:55:39','',2,'http://keystoneacquisitions.com/2-revision-v1/',0,'revision','',0),(839,1,'2016-01-21 21:23:00','2016-01-21 21:23:00','<strong>Keystone Acquisition Services, Corporation</strong> is a full-service right-of-way acquisition firm, which is steadily engaged throughout the Commonwealth of Pennsylvania, providing assistance with projects that result in private property being acquired to facilitate the completion of an improvement that is considered to be for the overall public benefit.\r\n\r\nSince our inception in January 2001, we have served over 55 clients in successfully completing over 200 projects. Assignments we have completed range from damage estimates, utility line planning, and minor bridge & culvert replacement projects to projects that involved total reconstruction of roadway facilities that impacted over 150 parcels, resulting in not only the displacement of numerous residential occupants but also the displacement of very large industrial and commercial enterprises as well.\r\n\r\nOur staff is strategically located throughout the Commonwealth to best serve the state. We employ a staff of 18 full and part-time team members, who combine for a comprehensive 300+ years of right-of-way acquisition and real estate experience.\r\n\r\nSpecializing in every niche of the acquisition process, our staff is able to fulfill requirements of any project from planning and development through construction. Regardless of the size of scope of the project, our staff always emphasizes: the quality of their work, professionalism, the commitment to our clients, as well as the fair and equitable treatment of the public affected by our projects.\r\n\r\nWhen choosing a right-of-way consulting firm to address your needs, you should feel secure about your choice. Our vast experience, capabilities, and exemplary record of past performance should make the choice easy. With Keystone, you are ensured of: a job well done; a project completed in compliance with the applicable funding sources’ regulations; and an undertaking that will be well managed from start to finish.\r\n\r\nBy exploring our website, you can learn more about the services we provide, the projects we’ve completed, who provides them for us, and who has benefited (and continues to benefit) as a much valued client of Keystone.','Home','','inherit','closed','closed','','2-revision-v1','','','2016-01-21 21:23:00','2016-01-21 21:23:00','',2,'http://keystoneacquisitions.com/2-revision-v1/',0,'revision','',0),(840,1,'2016-01-21 21:24:02','2016-01-21 21:24:02','<strong>Keystone Acquisition Services, Corporation</strong> is a full-service right-of-way acquisition firm, which is steadily engaged throughout the Commonwealth of Pennsylvania, providing assistance with projects that result in private property being acquired to facilitate the completion of an improvement that is considered to be for the overall public benefit.\n\nSince our inception in January 2001, we have served over 55 clients in successfully completing over 200 projects. Assignments we have completed range from damage estimates, utility line planning, and minor bridge & culvert replacement projects to projects that involved total reconstruction of roadway facilities that impacted over 150 parcels, resulting in not only the displacement of numerous residential occupants but also the displacement of very large industrial and commercial enterprises as well.\n\nOur staff is strategically located throughout the Commonwealth to best serve the state. We employ a staff of 18 full and part-time team members, who combine for a comprehensive 300+ years of right-of-way acquisition and real estate experience.\n\nSpecializing in every niche of the acquisition process, our staff is able to fulfill requirements of any project from planning and development through construction. Regardless of the size of scope of the project, our staff always emphasizes: the quality of their work, professionalism, the commitment to our clients, as well as the fair and equitable treatment of the public affected by our projects. As we continue experiencing controlled growth and through broadening our reach, expansion into other states is expected within the next couple years.\n\nWhen choosing a right-of-way consulting firm to address your needs, you should feel secure about your choice. Our vast experience, capabilities, and exemplary record of past performance should make the choice easy. With Keystone, you are ensured of: a job well done; a project completed in compliance with the applicable funding sources’ regulations; and an undertaking that will be well managed from start to finish.\n\nBy exploring our website, you can learn more about the services we provide, the projects we’ve completed, who provides them for us, and who has benefited (and continues to benefit) as a much valued client of Keystone.','Home','','inherit','closed','closed','','2-autosave-v1','','','2016-01-21 21:24:02','2016-01-21 21:24:02','',2,'http://keystoneacquisitions.com/2-autosave-v1/',0,'revision','',0),(841,1,'2016-01-21 21:24:06','2016-01-21 21:24:06','<strong>Keystone Acquisition Services, Corporation</strong> is a full-service right-of-way acquisition firm, which is steadily engaged throughout the Commonwealth of Pennsylvania, providing assistance with projects that result in private property being acquired to facilitate the completion of an improvement that is considered to be for the overall public benefit.\r\n\r\nSince our inception in January 2001, we have served over 55 clients in successfully completing over 200 projects. Assignments we have completed range from damage estimates, utility line planning, and minor bridge & culvert replacement projects to projects that involved total reconstruction of roadway facilities that impacted over 150 parcels, resulting in not only the displacement of numerous residential occupants but also the displacement of very large industrial and commercial enterprises as well.\r\n\r\nOur staff is strategically located throughout the Commonwealth to best serve the state. We employ a staff of 18 full and part-time team members, who combine for a comprehensive 300+ years of right-of-way acquisition and real estate experience.\r\n\r\nSpecializing in every niche of the acquisition process, our staff is able to fulfill requirements of any project from planning and development through construction. Regardless of the size of scope of the project, our staff always emphasizes: the quality of their work, professionalism, the commitment to our clients, as well as the fair and equitable treatment of the public affected by our projects. As we continue experiencing controlled growth and through broadening our reach, expansion into other states is expected within the next couple years.\r\n\r\nWhen choosing a right-of-way consulting firm to address your needs, you should feel secure about your choice. Our vast experience, capabilities, and exemplary record of past performance should make the choice easy. With Keystone, you are ensured of: a job well done; a project completed in compliance with the applicable funding sources’ regulations; and an undertaking that will be well managed from start to finish.\r\n\r\nBy exploring our website, you can learn more about the services we provide, the projects we’ve completed, who provides them for us, and who has benefited (and continues to benefit) as a much valued client of Keystone.','Home','','inherit','closed','closed','','2-revision-v1','','','2016-01-21 21:24:06','2016-01-21 21:24:06','',2,'http://keystoneacquisitions.com/2-revision-v1/',0,'revision','',0),(842,1,'2016-01-21 21:24:48','2016-01-21 21:24:48','<strong>Keystone Acquisition Services, Corporation</strong> is a full-service right-of-way acquisition firm, which is steadily engaged throughout the Commonwealth of Pennsylvania, providing assistance with projects that result in private property being acquired to facilitate the completion of an improvement that is considered to be for the overall public benefit.\r\n\r\nSince our inception in January 2001, we have served over 55 clients in successfully completing over 200 projects. Assignments we have completed range from damage estimates, utility line planning, and minor bridge & culvert replacement projects to projects that involved total reconstruction of roadway facilities that impacted over 150 parcels, resulting in not only the displacement of numerous residential occupants but also the displacement of very large industrial and commercial enterprises as well.\r\n\r\nOur staff is strategically located throughout the Commonwealth to best serve the state. We employ a staff of 18 full and part-time team members, who combine for a comprehensive 300+ years of right-of-way acquisition and real estate experience. As we continue experiencing controlled growth and through broadening our reach, expansion into other states is expected within the next couple years.\r\n\r\nSpecializing in every niche of the acquisition process, our staff is able to fulfill requirements of any project from planning and development through construction. Regardless of the size of scope of the project, our staff always emphasizes: the quality of their work, professionalism, the commitment to our clients, as well as the fair and equitable treatment of the public affected by our projects.\r\n\r\nWhen choosing a right-of-way consulting firm to address your needs, you should feel secure about your choice. Our vast experience, capabilities, and exemplary record of past performance should make the choice easy. With Keystone, you are ensured of: a job well done; a project completed in compliance with the applicable funding sources’ regulations; and an undertaking that will be well managed from start to finish.\r\n\r\nBy exploring our website, you can learn more about the services we provide, the projects we’ve completed, who provides them for us, and who has benefited (and continues to benefit) as a much valued client of Keystone.','Home','','inherit','closed','closed','','2-revision-v1','','','2016-01-21 21:24:48','2016-01-21 21:24:48','',2,'http://keystoneacquisitions.com/2-revision-v1/',0,'revision','',0),(843,1,'2016-01-21 21:26:45','2016-01-21 21:26:45','<strong>Keystone Acquisition Services, Corporation</strong> is a full-service right-of-way acquisition firm, which is steadily engaged throughout the Commonwealth of Pennsylvania, providing assistance with projects that result in private property being acquired to facilitate the completion of an improvement that is considered to be for the overall public benefit.\r\n\r\nSince our inception in January 2001, we have served over 55 clients in successfully completing over 200 projects. Assignments we have completed range from damage estimates, utility line planning, and minor bridge & culvert replacement projects to projects that involved total reconstruction of roadway facilities that impacted over 150 parcels, resulting in not only the displacement of numerous residential occupants but also the displacement of very large industrial and commercial enterprises as well.\r\n\r\nOur staff is strategically located throughout the Commonwealth to best serve the state. We employ a staff of 18 full and part-time team members, who combine for a comprehensive 300+ years of right-of-way acquisition and real estate experience. As we continue experiencing controlled growth and through broadening our reach, expansion into other states is expected within the next couple years.\r\n\r\nSpecializing in every niche of the acquisition process, our staff is able to fulfill requirements of any project from planning and development through construction. Regardless of the size of scope of the project, our staff always emphasizes: the quality of their work, professionalism, the commitment to our clients, as well as the fair and equitable treatment of the public affected by our projects.\r\n\r\nWhen choosing a right-of-way consulting firm to address your needs, you should feel secure about your choice. Our vast experience, capabilities, and exemplary record of past performance should make the choice easy. With Keystone, you are ensured of: a job well done; a project completed in compliance with the applicable funding sources’ regulations; and an undertaking that will be well managed from start to finish.\r\n\r\nBy exploring our website, you can learn more about the services we provide, the projects we’ve completed and who has benefited (and continues to benefit) as a much valued client of Keystone.','Home','','inherit','closed','closed','','2-revision-v1','','','2016-01-21 21:26:45','2016-01-21 21:26:45','',2,'http://keystoneacquisitions.com/2-revision-v1/',0,'revision','',0),(844,1,'2016-01-21 21:30:29','2016-01-21 21:30:29','We are not an engineering company that provides diverse services, but a firm that specializes in and focuses on one niche’ of public improvement projects to best serve our clients and the public alike. With years of experience in cooperative efforts with our project teams and clients, we’ve become a leader in the right- of- way acquisition industry in Pennsylvania.\r\n\r\nThe right- of- way acquisition process can often seem overwhelming to those who are not familiar with the processes and procedures that need to be adhered to, while successfully completing a project. By placing these responsibilities into capable hands of Keystone, you can be assured that all phases of your project will be undertaken professionally, efficiently and in the most cost effective manner possible.\r\n\r\nWhile our firm currently provides services within the state of Pennsylvania, as a company, we are also approved to work in West Virginia and employ individuals, who are approved to complete work in Ohio. We always look forward to future expansions into surrounding areas, but wanted to explore those opportunities through controlled growth, so not to jeopardize the quality of our work. We’re there now…\r\n\r\nVisit <a href=\"http://keystoneacquisitions.com/who-we-are/our-staff/\">OUR STAFF</a>\r\n\r\nVisit <a href=\"http://keystoneacquisitions.com/who-we-are/our-locations/\">OUR LOCATIONS</a>','Who We Are','','inherit','closed','closed','','7-revision-v1','','','2016-01-21 21:30:29','2016-01-21 21:30:29','',7,'http://keystoneacquisitions.com/7-revision-v1/',0,'revision','',0),(845,1,'2016-01-21 21:31:42','2016-01-21 21:31:42','<h3>Home Office</h3>\r\n3200 McKnight\r\nSuite 3204\r\nPittsburgh, PA 15237\r\nEmail: <a href=\"mailto:homeoffice@Keystoneacquisitions.com\">homeoffice@KeystoneAcquisitions.com</a>\r\nPhone: (412) 364-8612\r\nFax: (412) 364-8613\r\n\r\n<iframe class=\"map\" style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3032.22757509939!2d-80.00923004912546!3d40.53656105616558!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88348ca7c3f837a7%3A0xa093882fa54bf6be!2s3200+McKnight+E+Dr+%233204%2C+Pittsburgh%2C+PA+15237!5e0!3m2!1sen!2sus!4v1451421246247\" width=\"100%\" height=\"350\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h3>PTC Southern Beltway Field Office</h3>\r\n3878 Morganza Road\r\nBridgeville, PA 15017\r\nPhone: (724) 514-6128\r\n\r\n<iframe class=\"map\" style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3042.2118206686764!2d-80.14811842026525!3d40.3154562698176!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88345683066a15c3%3A0xfef9f6ca49d0354c!2sMorganza+Rd%2C+Bridgeville%2C+PA+15017!5e0!3m2!1sen!2sus!4v1451421765433\" width=\"100%\" height=\"350\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h3>Pittston Field Office</h3>\r\n126 South Main Street\r\n2nd Floor\r\nPittston, PA 18640\r\nPhone: (570) 299-5130\r\n\r\n<iframe class=\"map\" style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2996.5267060043043!2d-75.79522012023799!3d41.31915880828659!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c51f25b994e755%3A0xdf6bd9ff50344dcb!2s126+S+Main+St%2C+Pittston%2C+PA+18640!5e0!3m2!1sen!2sus!4v1451421968060\" width=\"100%\" height=\"350\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h3>Eastern Regional Office</h3>\r\n418 Stump Road\r\nSuite 102\r\nMontgomeryville, PA 18936\r\nPhone: (267) 838-9600\r\n\r\n<iframe class=\"map\" style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3046.2100022637997!2d-75.23289892026757!3d40.22663277520389!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c6a46c83cfa4fb%3A0x9bd1e93adf804113!2s418+Stump+Rd%2C+Montgomeryville%2C+PA+18936!5e0!3m2!1sen!2sus!4v1451422109971\" width=\"100%\" height=\"350\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h3>Bedford Field Office</h3>\r\n1498 Heritage Road\r\nOsterburg, PA 16667\r\n\r\n<iframe class=\"map\" style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3047.7094911475224!2d-78.55150402026852!3d40.19327817722398!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89cbaf2409047847%3A0x47c33cbf23351838!2s1498+Heritage+Rd%2C+Osterburg%2C+PA+16667!5e0!3m2!1sen!2sus!4v1451422194513\" width=\"100%\" height=\"350\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h3>Reading Field Office</h3>\r\nP.0. Box 3700\r\nReading, PA 19606\r\n\r\n<iframe class=\"map\" style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d97324.21515460816!2d-75.99516885390754!3d40.3338773410851!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c670ca5086a8b9%3A0xe2eea549f5bf19f0!2sReading%2C+PA!5e0!3m2!1sen!2sus!4v1451422363043\" width=\"100%\" height=\"350\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>','Our Locations','','inherit','closed','closed','','78-revision-v1','','','2016-01-21 21:31:42','2016-01-21 21:31:42','',78,'http://keystoneacquisitions.com/78-revision-v1/',0,'revision','',0),(846,1,'2016-01-21 21:33:25','2016-01-21 21:33:25','<h3>Home Office</h3>\r\n3200 McKnight\r\nSuite 3204\r\nPittsburgh, PA 15237\r\nEmail: <a href=\"mailto:homeoffice@keystoneacquisitions.com\">homeoffice@keystoneacquisitions.com</a>\r\nPhone: (412) 364-8612\r\nFax: (412) 364-8613\r\n\r\n<iframe class=\"map\" style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3032.22757509939!2d-80.00923004912546!3d40.53656105616558!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88348ca7c3f837a7%3A0xa093882fa54bf6be!2s3200+McKnight+E+Dr+%233204%2C+Pittsburgh%2C+PA+15237!5e0!3m2!1sen!2sus!4v1451421246247\" width=\"100%\" height=\"350\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h3>PTC Southern Beltway Field Office</h3>\r\n3878 Morganza Road\r\nBridgeville, PA 15017\r\nPhone: (724) 514-6128\r\n\r\n<iframe class=\"map\" style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3042.2118206686764!2d-80.14811842026525!3d40.3154562698176!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88345683066a15c3%3A0xfef9f6ca49d0354c!2sMorganza+Rd%2C+Bridgeville%2C+PA+15017!5e0!3m2!1sen!2sus!4v1451421765433\" width=\"100%\" height=\"350\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h3>Pittston Field Office</h3>\r\n126 South Main Street\r\n2nd Floor\r\nPittston, PA 18640\r\nPhone: (570) 299-5130\r\n\r\n<iframe class=\"map\" style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2996.5267060043043!2d-75.79522012023799!3d41.31915880828659!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c51f25b994e755%3A0xdf6bd9ff50344dcb!2s126+S+Main+St%2C+Pittston%2C+PA+18640!5e0!3m2!1sen!2sus!4v1451421968060\" width=\"100%\" height=\"350\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h3>Eastern Regional Office</h3>\r\n418 Stump Road\r\nSuite 102\r\nMontgomeryville, PA 18936\r\nPhone: (267) 838-9600\r\n\r\n<iframe class=\"map\" style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3046.2100022637997!2d-75.23289892026757!3d40.22663277520389!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c6a46c83cfa4fb%3A0x9bd1e93adf804113!2s418+Stump+Rd%2C+Montgomeryville%2C+PA+18936!5e0!3m2!1sen!2sus!4v1451422109971\" width=\"100%\" height=\"350\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h3>Bedford Field Office</h3>\r\n1498 Heritage Road\r\nOsterburg, PA 16667\r\n\r\n<iframe class=\"map\" style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3047.7094911475224!2d-78.55150402026852!3d40.19327817722398!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89cbaf2409047847%3A0x47c33cbf23351838!2s1498+Heritage+Rd%2C+Osterburg%2C+PA+16667!5e0!3m2!1sen!2sus!4v1451422194513\" width=\"100%\" height=\"350\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h3>Reading Field Office</h3>\r\nP.0. Box 3700\r\nReading, PA 19606\r\n\r\n<iframe class=\"map\" style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d97324.21515460816!2d-75.99516885390754!3d40.3338773410851!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c670ca5086a8b9%3A0xe2eea549f5bf19f0!2sReading%2C+PA!5e0!3m2!1sen!2sus!4v1451422363043\" width=\"100%\" height=\"350\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>','Our Locations','','inherit','closed','closed','','78-revision-v1','','','2016-01-21 21:33:25','2016-01-21 21:33:25','',78,'http://keystoneacquisitions.com/78-revision-v1/',0,'revision','',0),(847,1,'2016-01-21 21:35:26','2016-01-21 21:35:26','<h3>Home Office</h3>\r\n3200 McKnight\r\nSuite 3204\r\nPittsburgh, PA 15237\r\nEmail: <a href=\"mailto:homeoffice@keystoneacquisitions.com\">homeoffice@keystoneacquisitions.com</a>\r\nToll-Free Phone: (888) 628-7861\r\nPhone: (412) 364-8612\r\nFax: (412) 364-8613\r\n\r\n<iframe class=\"map\" style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3032.22757509939!2d-80.00923004912546!3d40.53656105616558!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88348ca7c3f837a7%3A0xa093882fa54bf6be!2s3200+McKnight+E+Dr+%233204%2C+Pittsburgh%2C+PA+15237!5e0!3m2!1sen!2sus!4v1451421246247\" width=\"100%\" height=\"350\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h3>PTC Southern Beltway Field Office</h3>\r\n3878 Morganza Road\r\nBridgeville, PA 15017\r\nPhone: (724) 514-6128\r\n\r\n<iframe class=\"map\" style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3042.2118206686764!2d-80.14811842026525!3d40.3154562698176!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88345683066a15c3%3A0xfef9f6ca49d0354c!2sMorganza+Rd%2C+Bridgeville%2C+PA+15017!5e0!3m2!1sen!2sus!4v1451421765433\" width=\"100%\" height=\"350\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h3>Pittston Field Office</h3>\r\n126 South Main Street\r\n2nd Floor\r\nPittston, PA 18640\r\nPhone: (570) 299-5130\r\n\r\n<iframe class=\"map\" style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2996.5267060043043!2d-75.79522012023799!3d41.31915880828659!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c51f25b994e755%3A0xdf6bd9ff50344dcb!2s126+S+Main+St%2C+Pittston%2C+PA+18640!5e0!3m2!1sen!2sus!4v1451421968060\" width=\"100%\" height=\"350\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h3>Eastern Regional Office</h3>\r\n418 Stump Road\r\nSuite 102\r\nMontgomeryville, PA 18936\r\nPhone: (267) 838-9600\r\n\r\n<iframe class=\"map\" style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3046.2100022637997!2d-75.23289892026757!3d40.22663277520389!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c6a46c83cfa4fb%3A0x9bd1e93adf804113!2s418+Stump+Rd%2C+Montgomeryville%2C+PA+18936!5e0!3m2!1sen!2sus!4v1451422109971\" width=\"100%\" height=\"350\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h3>Bedford Field Office</h3>\r\n1498 Heritage Road\r\nOsterburg, PA 16667\r\n\r\n<iframe class=\"map\" style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3047.7094911475224!2d-78.55150402026852!3d40.19327817722398!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89cbaf2409047847%3A0x47c33cbf23351838!2s1498+Heritage+Rd%2C+Osterburg%2C+PA+16667!5e0!3m2!1sen!2sus!4v1451422194513\" width=\"100%\" height=\"350\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h3>Reading Field Office</h3>\r\nP.0. Box 3700\r\nReading, PA 19606\r\n\r\n<iframe class=\"map\" style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d97324.21515460816!2d-75.99516885390754!3d40.3338773410851!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c670ca5086a8b9%3A0xe2eea549f5bf19f0!2sReading%2C+PA!5e0!3m2!1sen!2sus!4v1451422363043\" width=\"100%\" height=\"350\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>','Our Locations','','inherit','closed','closed','','78-revision-v1','','','2016-01-21 21:35:26','2016-01-21 21:35:26','',78,'http://keystoneacquisitions.com/78-revision-v1/',0,'revision','',0),(848,1,'2016-01-21 21:36:29','2016-01-21 21:36:29','<h3>Home Office</h3>\r\n3200 McKnight\r\nSuite 3204\r\nPittsburgh, PA 15237\r\nEmail: <a href=\"mailto:homeoffice@keystoneacquisitions.com\">homeoffice@keystoneacquisitions.com</a>\r\nToll-Free Phone: (888) 628-7861\r\nPhone: (412) 364-8612\r\nFax: (412) 364-8613\r\n\r\n<iframe class=\"map\" style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3032.22757509939!2d-80.00923004912546!3d40.53656105616558!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88348ca7c3f837a7%3A0xa093882fa54bf6be!2s3200+McKnight+E+Dr+%233204%2C+Pittsburgh%2C+PA+15237!5e0!3m2!1sen!2sus!4v1451421246247\" width=\"100%\" height=\"350\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h3>PTC Southern Beltway Field Office</h3>\r\n3878 Morganza Road\r\nBridgeville, PA 15017\r\nPhone: (724) 514-6128\r\n\r\n<iframe class=\"map\" style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2996.5267060043043!2d-75.79522012023799!3d41.31915880828659!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c51f25b994e755%3A0xdf6bd9ff50344dcb!2s126+S+Main+St%2C+Pittston%2C+PA+18640!5e0!3m2!1sen!2sus!4v1451421968060\" width=\"100%\" height=\"350\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h3>Eastern Regional Office</h3>\r\n418 Stump Road\r\nSuite 102\r\nMontgomeryville, PA 18936\r\nPhone: (267) 838-9600\r\n\r\n<iframe class=\"map\" style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3046.2100022637997!2d-75.23289892026757!3d40.22663277520389!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c6a46c83cfa4fb%3A0x9bd1e93adf804113!2s418+Stump+Rd%2C+Montgomeryville%2C+PA+18936!5e0!3m2!1sen!2sus!4v1451422109971\" width=\"100%\" height=\"350\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h3>Bedford Field Office</h3>\r\n1498 Heritage Road\r\nOsterburg, PA 16667\r\n\r\n<iframe class=\"map\" style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3047.7094911475224!2d-78.55150402026852!3d40.19327817722398!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89cbaf2409047847%3A0x47c33cbf23351838!2s1498+Heritage+Rd%2C+Osterburg%2C+PA+16667!5e0!3m2!1sen!2sus!4v1451422194513\" width=\"100%\" height=\"350\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h3>Reading Field Office</h3>\r\nP.0. Box 3700\r\nReading, PA 19606\r\n\r\n<iframe class=\"map\" style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d97324.21515460816!2d-75.99516885390754!3d40.3338773410851!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c670ca5086a8b9%3A0xe2eea549f5bf19f0!2sReading%2C+PA!5e0!3m2!1sen!2sus!4v1451422363043\" width=\"100%\" height=\"350\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>','Our Locations','','inherit','closed','closed','','78-revision-v1','','','2016-01-21 21:36:29','2016-01-21 21:36:29','',78,'http://keystoneacquisitions.com/78-revision-v1/',0,'revision','',0),(849,1,'2016-01-21 21:38:56','2016-01-21 21:38:56','<h3>Home Office</h3>\r\n3200 McKnight\r\nSuite 3204\r\nPittsburgh, PA 15237\r\nEmail: <a href=\"mailto:homeoffice@keystoneacquisitions.com\">homeoffice@keystoneacquisitions.com</a>\r\nToll-Free Phone: (888) 628-7861\r\nPhone: (412) 364-8612\r\nFax: (412) 364-8613\r\n\r\n<iframe class=\"map\" style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3032.22757509939!2d-80.00923004912546!3d40.53656105616558!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88348ca7c3f837a7%3A0xa093882fa54bf6be!2s3200+McKnight+E+Dr+%233204%2C+Pittsburgh%2C+PA+15237!5e0!3m2!1sen!2sus!4v1451421246247\" width=\"100%\" height=\"350\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h3>PTC Southern Beltway Field Office</h3>\r\n3878 Morganza Road\r\nBridgeville, PA 15017\r\nPhone: (724) 514-6128\r\n\r\n<iframe class=\"map\" style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2996.5267060043043!2d-75.79522012023799!3d41.31915880828659!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c51f25b994e755%3A0xdf6bd9ff50344dcb!2s126+S+Main+St%2C+Pittston%2C+PA+18640!5e0!3m2!1sen!2sus!4v1451421968060\" width=\"100%\" height=\"350\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h3>Eastern Regional Office</h3>\r\n418 Stump Road\r\nSuite 102\r\nMontgomeryville, PA 18936\r\nPhone: (267) 838-9600\r\n\r\n<iframe class=\"map\" style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3046.2100022637997!2d-75.23289892026757!3d40.22663277520389!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c6a46c83cfa4fb%3A0x9bd1e93adf804113!2s418+Stump+Rd%2C+Montgomeryville%2C+PA+18936!5e0!3m2!1sen!2sus!4v1451422109971\" width=\"100%\" height=\"350\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>\r\n<h3>Bedford Field Office</h3>\r\nOsterburg, PA 16667\r\n\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d24445.84186031251!2d-78.51891455049442!3d40.01447300082678!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89ca525c4633bb23%3A0xecc6177784f5df0c!2sBedford%2C+PA+15522!5e0!3m2!1sen!2sus!4v1453408855795\" width=\"100%\" height=\"350\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\r\n<h3>Reading Field Office</h3>\r\nP.0. Box 3700\r\nReading, PA 19606\r\n\r\n<iframe class=\"map\" style=\"border: 0;\" src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d97324.21515460816!2d-75.99516885390754!3d40.3338773410851!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c670ca5086a8b9%3A0xe2eea549f5bf19f0!2sReading%2C+PA!5e0!3m2!1sen!2sus!4v1451422363043\" width=\"100%\" height=\"350\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>','Our Locations','','inherit','closed','closed','','78-revision-v1','','','2016-01-21 21:38:56','2016-01-21 21:38:56','',78,'http://keystoneacquisitions.com/78-revision-v1/',0,'revision','',0),(850,1,'2016-01-21 21:40:51','2016-01-21 21:40:51','At any given time, Keystone is actively working on a number of different right-of-way projects. Since the company’s inception in 2001, Keystone Acquisition Services, Corporation has successfully completed over 200 projects. For more information regarding projects that are currently in progress, or jobs that we have successfully completed, please click on the map:\r\n\r\n<img class=\"img-responsive\" src=\"http://keystoneacquisitions.com/wp-content/uploads/2015/12/PennsylvaniaMap426.png\" alt=\"\" usemap=\"#Map\" />\r\n\r\n<map id=\"Map\" name=\"Map\"> <area title=\"\" alt=\"\" coords=\"0,34,60,4,60,32,116,32,115,67,113,82,104,97,94,88,91,88,76,97,63,115,41,113,36,117,0,114\" shape=\"poly\" href=\"http://keystoneacquisitions.com/projects/district-1-0/\" /> <!--\r\n<area alt=\"\" title=\"\" href=\"http://keystoneacquisitions.com/projects/district-1-0/\" shape=\"poly\" coords=\"6,115,20,117,32,122,39,111,61,113,75,90,93,86,94,96,102,91,113,82,118,32,60,32,58,3,1,31,0,110,2,172,6,177,17,182,26,193,42,200,50,206,55,202,55,190,59,183,60,176,55,168,62,164,62,160,29,160,28,131,29,124,29,119,2,112\" />--> <area title=\"\" alt=\"\" coords=\"121,32,212,31,213,85,219,97,248,123,234,142,231,153,238,157,252,157,260,164,241,172,224,182,207,198,195,190,195,177,196,166,206,160,200,153,192,158,179,158,142,156,128,155,127,123,126,113,132,106,128,102,121,92,116,91,114,91,111,91\" shape=\"poly\" href=\"http://keystoneacquisitions.com/projects/district-2-0/\" /> <area title=\"\" alt=\"\" coords=\"214,32,215,78,221,99,244,118,250,124,239,136,234,145,234,153,246,155,256,159,265,164,293,152,310,147,313,129,312,115,311,94,316,68,319,62,319,31\" shape=\"poly\" href=\"http://keystoneacquisitions.com/projects/district-3-0/\" /> <area title=\"\" alt=\"\" coords=\"320,27,320,56,313,90,314,119,316,133,325,138,345,128,363,111,373,104,386,103,396,113,406,119,415,106,424,97,424,87,407,82,402,75,400,57,394,49,385,45,380,36,374,33,372,29,322,30,320,33\" shape=\"poly\" href=\"http://keystoneacquisitions.com/projects/district-4-0/\" /> <area title=\"\" alt=\"\" coords=\"341,211,318,194,277,158,308,146,359,118,373,106,383,102,404,119,395,128,395,150,393,160\" shape=\"poly\" href=\"http://keystoneacquisitions.com/projects/district-5-0/\" /> <area title=\"\" alt=\"\" coords=\"338,213,388,164,398,172,402,185,420,202,424,210,404,226,394,235,374,243,361,243,351,250,321,251\" shape=\"poly\" href=\"http://keystoneacquisitions.com/projects/district-6-0/\" /> <area title=\"\" alt=\"\" coords=\"176,250,185,238,192,223,204,198,278,160,338,211,319,253\" shape=\"poly\" href=\"http://keystoneacquisitions.com/projects/district-8-0/\" /> <area title=\"\" alt=\"\" coords=\"83,250,173,248,187,231,201,198,192,187,194,168,203,160,200,155,191,159,126,154,112,187,91,221,84,235,86,242\" shape=\"poly\" href=\"http://keystoneacquisitions.com/projects/district-9-0/\" /> <area title=\"\" alt=\"\" coords=\"30,158,28,126,32,122,42,110,63,114,74,88,94,85,98,95,110,88,124,96,130,106,127,114,126,152,112,183,107,187,85,176,74,170,70,162,62,157\" shape=\"poly\" href=\"http://keystoneacquisitions.com/projects/district-10-0/\" /> <area title=\"\" alt=\"\" coords=\"1,118,32,119,28,137,29,157,44,161,60,162,59,169,59,175,57,188,52,203,45,203,33,194,17,179,2,173\" shape=\"poly\" href=\"http://keystoneacquisitions.com/projects/district-11-0/\" /> <area title=\"\" alt=\"\" coords=\"0,174,2,250,81,250,84,242,84,238,109,189,76,171,68,162,64,160,56,170,62,176,62,183,56,192,57,197,52,204,46,203,32,194,24,188,15,178\" shape=\"poly\" href=\"http://keystoneacquisitions.com/projects/district-12-0/\" /> </map>','Projects','','inherit','closed','closed','','9-revision-v1','','','2016-01-21 21:40:51','2016-01-21 21:40:51','',9,'http://keystoneacquisitions.com/9-revision-v1/',0,'revision','',0),(851,1,'2016-01-21 21:41:16','2016-01-21 21:41:16','At any given time, Keystone is actively working on a number of different right-of-way projects. Since the company’s inception in 2001, Keystone Acquisition Services, Corporation has successfully completed over 200 projects. For more information about our projects and their locations, click the map below to get started.\r\n\r\n<img class=\"img-responsive\" src=\"http://keystoneacquisitions.com/wp-content/uploads/2015/12/PennsylvaniaMap426.png\" alt=\"\" usemap=\"#Map\" />\r\n\r\n<map id=\"Map\" name=\"Map\"> <area title=\"\" alt=\"\" coords=\"0,34,60,4,60,32,116,32,115,67,113,82,104,97,94,88,91,88,76,97,63,115,41,113,36,117,0,114\" shape=\"poly\" href=\"http://keystoneacquisitions.com/projects/district-1-0/\" /> <!--\r\n<area alt=\"\" title=\"\" href=\"http://keystoneacquisitions.com/projects/district-1-0/\" shape=\"poly\" coords=\"6,115,20,117,32,122,39,111,61,113,75,90,93,86,94,96,102,91,113,82,118,32,60,32,58,3,1,31,0,110,2,172,6,177,17,182,26,193,42,200,50,206,55,202,55,190,59,183,60,176,55,168,62,164,62,160,29,160,28,131,29,124,29,119,2,112\" />--> <area title=\"\" alt=\"\" coords=\"121,32,212,31,213,85,219,97,248,123,234,142,231,153,238,157,252,157,260,164,241,172,224,182,207,198,195,190,195,177,196,166,206,160,200,153,192,158,179,158,142,156,128,155,127,123,126,113,132,106,128,102,121,92,116,91,114,91,111,91\" shape=\"poly\" href=\"http://keystoneacquisitions.com/projects/district-2-0/\" /> <area title=\"\" alt=\"\" coords=\"214,32,215,78,221,99,244,118,250,124,239,136,234,145,234,153,246,155,256,159,265,164,293,152,310,147,313,129,312,115,311,94,316,68,319,62,319,31\" shape=\"poly\" href=\"http://keystoneacquisitions.com/projects/district-3-0/\" /> <area title=\"\" alt=\"\" coords=\"320,27,320,56,313,90,314,119,316,133,325,138,345,128,363,111,373,104,386,103,396,113,406,119,415,106,424,97,424,87,407,82,402,75,400,57,394,49,385,45,380,36,374,33,372,29,322,30,320,33\" shape=\"poly\" href=\"http://keystoneacquisitions.com/projects/district-4-0/\" /> <area title=\"\" alt=\"\" coords=\"341,211,318,194,277,158,308,146,359,118,373,106,383,102,404,119,395,128,395,150,393,160\" shape=\"poly\" href=\"http://keystoneacquisitions.com/projects/district-5-0/\" /> <area title=\"\" alt=\"\" coords=\"338,213,388,164,398,172,402,185,420,202,424,210,404,226,394,235,374,243,361,243,351,250,321,251\" shape=\"poly\" href=\"http://keystoneacquisitions.com/projects/district-6-0/\" /> <area title=\"\" alt=\"\" coords=\"176,250,185,238,192,223,204,198,278,160,338,211,319,253\" shape=\"poly\" href=\"http://keystoneacquisitions.com/projects/district-8-0/\" /> <area title=\"\" alt=\"\" coords=\"83,250,173,248,187,231,201,198,192,187,194,168,203,160,200,155,191,159,126,154,112,187,91,221,84,235,86,242\" shape=\"poly\" href=\"http://keystoneacquisitions.com/projects/district-9-0/\" /> <area title=\"\" alt=\"\" coords=\"30,158,28,126,32,122,42,110,63,114,74,88,94,85,98,95,110,88,124,96,130,106,127,114,126,152,112,183,107,187,85,176,74,170,70,162,62,157\" shape=\"poly\" href=\"http://keystoneacquisitions.com/projects/district-10-0/\" /> <area title=\"\" alt=\"\" coords=\"1,118,32,119,28,137,29,157,44,161,60,162,59,169,59,175,57,188,52,203,45,203,33,194,17,179,2,173\" shape=\"poly\" href=\"http://keystoneacquisitions.com/projects/district-11-0/\" /> <area title=\"\" alt=\"\" coords=\"0,174,2,250,81,250,84,242,84,238,109,189,76,171,68,162,64,160,56,170,62,176,62,183,56,192,57,197,52,204,46,203,32,194,24,188,15,178\" shape=\"poly\" href=\"http://keystoneacquisitions.com/projects/district-12-0/\" /> </map>','Projects','','inherit','closed','closed','','9-revision-v1','','','2016-01-21 21:41:16','2016-01-21 21:41:16','',9,'http://keystoneacquisitions.com/9-revision-v1/',0,'revision','',0),(852,1,'2016-01-21 21:43:37','2016-01-21 21:43:37','We staff eight highly qualified Project Managers throughout the Commonwealth. Each has an innate ability to establish a workable project schedule and ensure that tasks are properly and effectively directed through proper channels to maximize the value inherent in securing us to provide the service you require. Schedule compliance is a primary focal point of ours as we proceed with each of our projects. This detail drives our management processes from initiation to finalization.\r\n\r\nOur Project Managers are in regular contact with each other through open forums. The regular interaction between the management team helps to solve individual project problems through team interaction and input from other decision makers in parallel positions. These meetings also help to properly allocate our human resources in the most efficient manner across all of our projects.\r\n\r\nRegardless of whether we begin a project from the initial phase of final design or are approached midway through a project, we’re able to identify the needs, allocate the proper resources, achieve the goals and advance a project to construction as quickly as possible, while remaining efficient with the taxpayer dollars funding our projects.','Project Management','','inherit','closed','closed','','13-revision-v1','','','2016-01-21 21:43:37','2016-01-21 21:43:37','',13,'http://keystoneacquisitions.com/13-revision-v1/',0,'revision','',0),(853,1,'2016-01-21 21:44:52','2016-01-21 21:44:52','Since 2001, when we began operations, Keystone has been involved with resolving thousands of claims in Pennsylvania for public improvement projects. We do not employ people that are not inherently empathetic to work on our projects. We understand the hardships property owners experience, when their land needs to be acquired for a project they may or may not support.\n\nTo be able to overcome objections more readily, while ensuring that the property owners, who are the tax payers that fund our projects, are treated fairly and equitably, we are constantly manipulating what we do to be able to provide an unsurpassable amount of information to the property owners in order for them to make the best and most informed decisions relative to their claims.\n\nOur ability and practice of discussing claims internally helps us to resolve the majority of our difficult claims through team efforts as each staff member, working together provides great insight to creatively resolving most matters. When we do identify situations, where the outcomes are indeterminable as to the exact impacts of a property, we protect the property owners’ interests and give them options and never force them into decisions. Sometimes, we recommend that a property owner allows us to acquire the needed property through condemnation so that they can exercise the option to leave their claim open until construction has been completed to make a better informed decision regarding the monetary offer we presented. This strengthens our relationships with the public and further supports our empathy to their plight.','Negotiations','','inherit','closed','closed','','21-autosave-v1','','','2016-01-21 21:44:52','2016-01-21 21:44:52','',21,'http://keystoneacquisitions.com/21-autosave-v1/',0,'revision','',0),(854,1,'2016-01-21 21:45:23','2016-01-21 21:45:23','Since 2001, when we began operations, Keystone has been involved with resolving thousands of claims in Pennsylvania for public improvement projects. We do not employ people that are not inherently empathetic to work on our projects. We understand the hardships property owners experience, when their land needs to be acquired for a project they may or may not support.\r\n\r\nTo be able to overcome objections more readily, while ensuring that the property owners, who are the tax payers that fund our projects, are treated fairly and equitably, we are constantly manipulating what we do to be able to provide an unsurpassable amount of information to the property owners in order for them to make the best and most informed decisions relative to their claims.\r\n\r\nOur ability and practice of discussing claims internally helps us to resolve the majority of our difficult claims through team efforts as each staff member, working together provides great insight to creatively resolving most matters. When we do identify situations, where the outcomes are indeterminable as to the exact impacts of a property, we protect the property owners’ interests and give them options and never force them into decisions.','Negotiations','','inherit','closed','closed','','21-revision-v1','','','2016-01-21 21:45:23','2016-01-21 21:45:23','',21,'http://keystoneacquisitions.com/21-revision-v1/',0,'revision','',0),(855,1,'2016-01-22 15:29:05','2016-01-22 15:29:05','When our projects’ construction schedules do not coincide with the acquisition phase of a project, it may become necessary for us to ensure that the property that we’ve purchased, on the behalf of an acquiring agency, does not present an eyesore or disruption to the locality from which it was acquired. At times, it becomes necessary for us to maintain certain characteristics of a property to ensure the safety of the community and allow neighboring property owners to continue the enjoyment of their own property.\r\n\r\nOur staff is familiar with securing the services of contractors that can guarantee the safety, security and maintenance of such properties. We work closely with contractors who board and seal the structures, demolition contractors, storage facilities, snow removal companies, landscapers who provide lawn care and utility companies, who ensure that all utilities are disconnected. Our adherence to the applicable procedures in procuring these services may further provide assurances to our clients that funding sources aren’t jeopardized and proper protocols are being followed.\r\n\r\nIn addition to properly maintaining property we acquire, we have also been involved with projects where total facility management was required, where we were responsible for rent collection, leasing, property maintenance, security, and disbursement of security deposits. We are constantly looking for ways to diversify the services we provide and by introducing new elements, we are better suited to serve our clients.','Property Management','','inherit','closed','closed','','25-revision-v1','','','2016-01-22 15:29:05','2016-01-22 15:29:05','',25,'http://keystoneacquisitions.com/25-revision-v1/',0,'revision','',0),(856,1,'2016-01-22 15:32:08','2016-01-22 15:32:08','Often times, the acquisition phase of a project is put onto the fast track to meet a predetermined construction schedule. The need to do this can be caused by a longer than anticipated preliminary or final design phase. By focusing our keen eyes and attention to your projects during development, we can help reduce errors and omissions, avoid unwarranted delays and keep your projects to schedule. We know what to look for, from a right-of-way impact perspective and can further help engineering firms designing projects in Pennsylvania avoid being cited for design errors.','Plan Reading Services','','inherit','closed','closed','','92-revision-v1','','','2016-01-22 15:32:08','2016-01-22 15:32:08','',92,'http://keystoneacquisitions.com/92-revision-v1/',0,'revision','',0),(857,1,'2016-01-22 15:33:01','2016-01-22 15:33:01','Completing projects in over half of the Commonwealth of Pennsylvania’s 67 counties has enabled our staff to experience a wide variety of recordation mechanisms and different systems that prevail, while verifying title and searching liens, judgments and other encumbrances that may need to be satisfied as part of our transaction with a property owner.\r\n\r\nThe majority of our staff members are very familiar with hands-on courthouse research required to ensure that proper title is identified and ultimately transferred to our clients. In unusual circumstances, it may become necessary to seek expert opinions on title issues and we rely on a bank of abstractors and attorneys to clarify certain issues to help us support findings and provide research on very complex properties.\r\n\r\nIn any instance, our ability to determine the needs of our clients and address them properly ensures that obstacles can be overcome and our staff will work closely with them to ensure proper title is passed so that projects can be built.','Title Research','','inherit','closed','closed','','15-revision-v1','','','2016-01-22 15:33:01','2016-01-22 15:33:01','',15,'http://keystoneacquisitions.com/15-revision-v1/',0,'revision','',0),(858,1,'2016-01-22 15:35:42','2016-01-22 15:35:42','Our relocation assistance efforts have resulted in the successful displacement of over 1,000 residential occupants and well over 200 businesses. Our staff members’ innate sense of empathy, coupled with their knowledge of proper procedures and how to apply them to the applicable guidelines, have enabled the relocation processes for our projects to proceed very smoothly and thus not causing delays to ambitious schedules.\r\n\r\nBy being able to effectively analyze options and communicate them to the families, individuals and businesses being relocated, we are providing the best service possible and are able to help those parties make the best and most informed decisions to minimize hardships that relocation can cause, both financially and interpersonally.\r\n\r\nWe have been responsible for relocating some of the largest and most unique businesses in Pennsylvania. Those which were more complex include: a school district’s storage facility and bus garage, junk yards, a video game distributor, and an industrial park that contained 16 separate types of businesses, including two renowned artists, one of whose inventory was liquidated at auction for business discontinuance. Our ability to get involved with relocation efforts during the initiation phase and throughout the entire course of our projects to continuously address potential concerns and situations, enable us to effectively plan and facilitate a cohesive relocation effort for all claims.','Relocation Services','','inherit','closed','closed','','19-revision-v1','','','2016-01-22 15:35:42','2016-01-22 15:35:42','',19,'http://keystoneacquisitions.com/19-revision-v1/',0,'revision','',0),(859,1,'2016-01-22 15:46:47','2016-01-22 15:46:47','Are you interested in working in the right-of-way industry? Do you want a truly interesting & rewarding career that will allow you to learn and develop each and every day?\r\n\r\nKeystone Acquisition Services, Corp. is actively seeking qualified applicants to accentuate our existing staff of right-of-way professionals! If you’re interested in becoming a team member with us, please send your resume & cover letter to:\r\n\r\nKeystone Acquisition Services, Corp.\r\nC/O Jay Broadbent\r\n3200 McKnight East Drive\r\nPittsburgh, PA 15237\r\n\r\nInformation may also be faxed or emailed to:\r\nFax: (412) 364-8613\r\nEmail: <a href=\"mailto:jay@Keystoneacquisitions.com\">Jay@keystoneacquisitions.com</a>','Employment','','inherit','closed','closed','','31-revision-v1','','','2016-01-22 15:46:47','2016-01-22 15:46:47','',31,'http://keystoneacquisitions.com/31-revision-v1/',0,'revision','',0),(860,1,'2016-01-22 15:48:51','2016-01-22 15:48:51','Are you interested in working in the right-of-way industry? Do you want a truly interesting & rewarding career that will allow you to learn and develop each and every day?\r\n\r\nKeystone Acquisition Services, Corp. is actively seeking qualified applicants to accentuate our existing staff of right-of-way professionals! If you’re interested in becoming a team member with us, please send your resume & cover letter to:\r\n\r\nKeystone Acquisition Services, Corp.\r\nC/O Jay Broadbent\r\n3200 McKnight East Drive\r\nPittsburgh, PA 15237\r\n\r\nInformation may also be faxed or emailed to:\r\nFax: <span style=\"font-family:arial;\">(412) 364-8613</span>\r\nEmail: <a href=\"mailto:jay@Keystoneacquisitions.com\">Jay@keystoneacquisitions.com</a>','Employment','','inherit','closed','closed','','31-revision-v1','','','2016-01-22 15:48:51','2016-01-22 15:48:51','',31,'http://keystoneacquisitions.com/31-revision-v1/',0,'revision','',0),(861,1,'2016-01-22 15:50:59','2016-01-22 15:50:59','Are you interested in working in the right-of-way industry? Do you want a truly interesting & rewarding career that will allow you to learn and develop each and every day?\r\n\r\nKeystone Acquisition Services, Corp. is actively seeking qualified applicants to accentuate our existing staff of right-of-way professionals! If you’re interested in becoming a team member with us, please send your resume & cover letter to:\r\n\r\nKeystone Acquisition Services, Corp.\r\nC/O Jay Broadbent\r\n3200 McKnight East Drive\r\nPittsburgh, PA 15237\r\n\r\nInformation may also be faxed or emailed to:\r\nFax: <span style=\"font-family:arial;\">(412) 364-8613</span>\r\nEmail: <a href=\"mailto:jay@keystoneacquisitions.com\">jay@keystoneacquisitions.com</a>','Employment','','inherit','closed','closed','','31-revision-v1','','','2016-01-22 15:50:59','2016-01-22 15:50:59','',31,'http://keystoneacquisitions.com/31-revision-v1/',0,'revision','',0),(862,1,'2016-01-22 20:55:14','2016-01-22 20:55:14','','negotiations-3','','inherit','open','closed','','negotiations-3','','','2016-01-22 20:55:14','2016-01-22 20:55:14','',21,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/negotiations-3.png',0,'attachment','image/png',0),(863,1,'2016-01-22 20:56:03','2016-01-22 20:56:03','','plan-reading-2','','inherit','open','closed','','plan-reading-2','','','2016-01-22 20:56:03','2016-01-22 20:56:03','',92,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/plan-reading-2.png',0,'attachment','image/png',0),(864,1,'2016-01-22 21:16:01','2016-01-22 21:16:01','','machinery-equipment-appraisals','','inherit','open','closed','','machinery-equipment-appraisals','','','2016-01-22 21:16:01','2016-01-22 21:16:01','',27,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/machinery-equipment-appraisals.png',0,'attachment','image/png',0),(866,1,'2016-01-25 14:04:51','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2016-01-25 14:04:51','0000-00-00 00:00:00','',0,'http://keystoneacquisitions.com/?page_id=866',0,'page','',0),(867,1,'2016-01-25 14:06:03','2016-01-25 14:06:03','','Construction Contractors','','inherit','closed','closed','','103-revision-v1','','','2016-01-25 14:06:03','2016-01-25 14:06:03','',103,'http://keystoneacquisitions.com/103-revision-v1/',0,'revision','',0),(868,1,'2016-01-25 14:08:03','2016-01-25 14:08:03','','image001','','inherit','open','closed','','image001','','','2016-01-25 14:11:35','2016-01-25 14:11:35','',103,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/image001.png',0,'attachment','image/png',0),(869,1,'2016-01-25 14:08:12','2016-01-25 14:08:12','','Construction Contractors','','inherit','closed','closed','','103-revision-v1','','','2016-01-25 14:08:12','2016-01-25 14:08:12','',103,'http://keystoneacquisitions.com/103-revision-v1/',0,'revision','',0),(871,1,'2016-01-25 14:14:31','2016-01-25 14:14:31','','Construction Contractors','','inherit','closed','closed','','103-revision-v1','','','2016-01-25 14:14:31','2016-01-25 14:14:31','',103,'http://keystoneacquisitions.com/103-revision-v1/',0,'revision','',0),(875,1,'2016-01-25 14:17:46','2016-01-25 14:17:46','','trumb','','inherit','open','closed','','trumb','','','2016-01-25 14:17:46','2016-01-25 14:17:46','',103,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/trumb.jpg',0,'attachment','image/jpeg',0),(876,1,'2016-01-25 14:18:26','2016-01-25 14:18:26','','Construction Contractors','','inherit','closed','closed','','103-revision-v1','','','2016-01-25 14:18:26','2016-01-25 14:18:26','',103,'http://keystoneacquisitions.com/103-revision-v1/',0,'revision','',0),(877,1,'2016-01-25 14:19:02','2016-01-25 14:19:02','','Construction Contractors','','inherit','closed','closed','','103-revision-v1','','','2016-01-25 14:19:02','2016-01-25 14:19:02','',103,'http://keystoneacquisitions.com/103-revision-v1/',0,'revision','',0),(879,1,'2016-01-25 14:21:09','2016-01-25 14:21:09','','lane','','inherit','open','closed','','lane','','','2016-01-25 14:21:09','2016-01-25 14:21:09','',103,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/lane.jpg',0,'attachment','image/jpeg',0),(880,1,'2016-01-25 14:21:51','2016-01-25 14:21:51','','image002','','inherit','open','closed','','image002','','','2016-01-25 14:22:40','2016-01-25 14:22:40','',103,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/image002.png',0,'attachment','image/png',0),(881,1,'2016-01-25 14:23:33','2016-01-25 14:23:33','','Construction Contractors','','inherit','closed','closed','','103-revision-v1','','','2016-01-25 14:23:33','2016-01-25 14:23:33','',103,'http://keystoneacquisitions.com/103-revision-v1/',0,'revision','',0),(882,1,'2016-01-25 14:26:33','2016-01-25 14:26:33','','new-enterprise','','inherit','open','closed','','new-enterprise','','','2016-01-25 14:26:33','2016-01-25 14:26:33','',103,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/new-enterprise.jpg',0,'attachment','image/jpeg',0),(883,1,'2016-01-25 14:26:39','2016-01-25 14:26:39','','Construction Contractors','','inherit','closed','closed','','103-revision-v1','','','2016-01-25 14:26:39','2016-01-25 14:26:39','',103,'http://keystoneacquisitions.com/103-revision-v1/',0,'revision','',0),(884,1,'2016-01-25 14:32:32','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2016-01-25 14:32:32','0000-00-00 00:00:00','',0,'http://keystoneacquisitions.com/?page_id=884',0,'page','',0),(887,1,'2016-01-25 14:35:29','2016-01-25 14:35:29','Town of McCandless, Hampton Township, Luzerne County, Montgomery County Transit Authority, Greene Township, Jackson Township','Acquiring Agencies','','inherit','closed','closed','','99-revision-v1','','','2016-01-25 14:35:29','2016-01-25 14:35:29','',99,'http://keystoneacquisitions.com/99-revision-v1/',0,'revision','',0),(889,1,'2016-01-25 14:36:50','2016-01-25 14:36:50','Town of McCandless, Hampton Township, Luzerne County, Montgomery County Transit Authority, Greene Township, Jackson Township','Acquiring Agencies','','inherit','closed','closed','','99-revision-v1','','','2016-01-25 14:36:50','2016-01-25 14:36:50','',99,'http://keystoneacquisitions.com/99-revision-v1/',0,'revision','',0),(891,1,'2016-01-25 14:37:50','2016-01-25 14:37:50','Town of McCandless, Hampton Township, Luzerne County, Montgomery County Transit Authority, Greene Township, Jackson Township','Acquiring Agencies','','inherit','closed','closed','','99-revision-v1','','','2016-01-25 14:37:50','2016-01-25 14:37:50','',99,'http://keystoneacquisitions.com/99-revision-v1/',0,'revision','',0),(893,1,'2016-01-25 14:46:01','2016-01-25 14:46:01','Town of McCandless, Hampton Township, Luzerne County, Montgomery County Transit Authority, Greene Township, Jackson Township','Acquiring Agencies','','inherit','closed','closed','','99-revision-v1','','','2016-01-25 14:46:01','2016-01-25 14:46:01','',99,'http://keystoneacquisitions.com/99-revision-v1/',0,'revision','',0),(894,1,'2016-01-25 14:47:35','2016-01-25 14:47:35','Town of McCandless, Hampton Township, Luzerne County, Montgomery County Transit Authority, Greene Township, Jackson Township','Acquiring Agencies','','inherit','closed','closed','','99-revision-v1','','','2016-01-25 14:47:35','2016-01-25 14:47:35','',99,'http://keystoneacquisitions.com/99-revision-v1/',0,'revision','',0),(895,1,'2016-01-25 14:50:55','2016-01-25 14:50:55','','test','','trash','closed','closed','','test','','','2016-01-25 14:51:19','2016-01-25 14:51:19','',0,'http://keystoneacquisitions.com/?page_id=895',0,'page','',0),(897,1,'2016-01-25 14:50:53','2016-01-25 14:50:53','','test','','inherit','closed','closed','','895-revision-v1','','','2016-01-25 14:50:53','2016-01-25 14:50:53','',895,'http://keystoneacquisitions.com/895-revision-v1/',0,'revision','',0),(898,1,'2016-01-25 19:40:07','2016-01-25 19:40:07','We are not an engineering company that provides diverse services, but a firm that specializes in and focuses on one niche’ of public improvement projects to best serve our clients and the public alike. With years of experience in cooperative efforts with our project teams and clients, we’ve become a leader in the right- of- way acquisition industry in Pennsylvania.\r\n\r\nThe right- of- way acquisition process can often seem overwhelming to those who are not familiar with the processes and procedures that need to be adhered to, while successfully completing a project. By placing these responsibilities into capable hands of Keystone, you can be assured that all phases of your project will be undertaken professionally, efficiently and in the most cost effective manner possible.\r\n\r\nWhile our firm currently provides services within the state of Pennsylvania, as a company, we are also approved to work in West Virginia and employ individuals, who are approved to complete work in Ohio. We always look forward to future expansions into surrounding areas, but wanted to explore those opportunities through controlled growth, so not to jeopardize the quality of our work. We’re there now…\r\n\r\nVisit <a href=\"http://keystoneacquisitions.com/who-we-are/our-locations/\">OUR LOCATIONS</a>\r\nVisit <a href=\"http://keystoneacquisitions.com/who-we-are/our-staff/\">OUR STAFF</a>','Who We Are','','inherit','closed','closed','','7-revision-v1','','','2016-01-25 19:40:07','2016-01-25 19:40:07','',7,'http://keystoneacquisitions.com/7-revision-v1/',0,'revision','',0),(899,1,'2016-01-25 19:41:06','2016-01-25 19:41:06','Often times, the acquisition phase of a project is put onto the fast track to meet a predetermined construction schedule. The need to do this can be caused by a longer than anticipated preliminary or final design phase. By focusing our keen eyes and attention to your projects during development, we can help reduce errors and omissions, avoid unwarranted delays and keep your projects to schedule. We know what to look for, from a right-of-way impact perspective and can further help engineering firms designing projects in Pennsylvania avoid being cited for design errors.','Plan Review Services','','inherit','closed','closed','','92-revision-v1','','','2016-01-25 19:41:06','2016-01-25 19:41:06','',92,'http://keystoneacquisitions.com/92-revision-v1/',0,'revision','',0),(900,1,'2016-01-25 19:42:08','2016-01-25 19:42:08','Keystone Acquisitions | Plan Review Services','Jacks-Run-Bridge-1','','inherit','open','closed','','jacks-run-bridge-1','','','2016-01-25 19:47:48','2016-01-25 19:47:48','',92,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/Jacks-Run-Bridge-1.jpg',0,'attachment','image/jpeg',0),(901,1,'2016-01-25 19:43:32','2016-01-25 19:43:32','Through negotiating claims for projects that may not always have strong public support, at times it becomes evident that we have to exercise the power of eminent domain and acquire certain properties through condemnation. When this is necessary, Keystone has always been able to provide relevant and necessary support to our clients in being able to not only file the required documents with the applicable counties, but to remain available to further negotiation efforts.\r\n\r\nOftentimes, when we’re engaged in a project for a local public agency or other client that does not frequently have to acquire constituents’ properties through eminent domain, our insight becomes invaluable as we work with local solicitors to ensure they are meeting obligations to the Eminent Domain Code.\r\n\r\nWe’ve participated extensively in board of view hearings for numerous clients and have provided expert testimony at many of those hearings. Our ability to work with acquiring agencies’ legal counsel and help support them in cases we’ve been involved with has led to our clients being the prevailing party in several instances.','Condemnation Support','','inherit','closed','closed','','23-revision-v1','','','2016-01-25 19:43:32','2016-01-25 19:43:32','',23,'http://keystoneacquisitions.com/23-revision-v1/',0,'revision','',0),(902,1,'2016-01-25 19:44:18','2016-01-25 19:44:18','','condemnation-and-litigation-support-2','','inherit','open','closed','','condemnation-and-litigation-support-2','','','2016-01-25 19:44:18','2016-01-25 19:44:18','',23,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/condemnation-and-litigation-support-2.png',0,'attachment','image/png',0),(903,1,'2016-01-25 19:45:07','2016-01-25 19:45:07','','Plan Review Services','','inherit','open','closed','','plan-review','','','2016-01-25 19:45:22','2016-01-25 19:45:22','',92,'http://keystoneacquisitions.com/wp-content/uploads/2015/12/plan-review.png',0,'attachment','image/png',0),(904,1,'2016-01-25 19:47:57','2016-01-25 19:47:57','<a href=\"http://keystoneacquisitions.com/projects/\">Back to Pennsylvania Districts Map</a>','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-25 19:47:57','2016-01-25 19:47:57','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0),(905,1,'2016-01-25 19:49:00','2016-01-25 19:49:00','<a href=\"http://keystoneacquisitions.com/projects/\">Back to Pennsylvania Districts Map</a>','District 11-0','','inherit','closed','closed','','347-revision-v1','','','2016-01-25 19:49:00','2016-01-25 19:49:00','',347,'http://keystoneacquisitions.com/347-revision-v1/',0,'revision','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_order` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (4,2,0),(35,2,0),(36,2,0),(37,2,0),(39,2,0),(40,2,0),(41,2,0),(42,2,0),(43,2,0),(44,2,0),(45,2,0),(46,2,0),(47,2,0),(48,2,0),(49,2,0),(77,2,0),(80,2,0),(94,2,0),(105,2,0),(106,2,0),(107,2,0),(122,2,0); /*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_taxonomy` -- DROP TABLE IF EXISTS `wp_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT '0', `count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_taxonomy` -- LOCK TABLES `wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,0),(2,2,'nav_menu','',0,22); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_termmeta` -- DROP TABLE IF EXISTS `wp_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_termmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_termmeta` -- LOCK TABLES `wp_termmeta` WRITE; /*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_terms` -- LOCK TABLES `wp_terms` WRITE; /*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */; INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Main','main',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=24 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_usermeta` -- LOCK TABLES `wp_usermeta` WRITE; /*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */; INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','admin'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','false'),(10,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'wp_user_level','10'),(12,1,'dismissed_wp_pointers',''),(13,1,'show_welcome_panel','1'),(15,1,'wp_dashboard_quick_press_last_post_id','825'),(16,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(17,1,'metaboxhidden_nav-menus','a:2:{i:0;s:12:\"add-post_tag\";i:1;s:15:\"add-post_format\";}'),(18,1,'wp_user-settings','editor=html&libraryContent=browse&post_dfw=off&hidetb=1&wplink=1&imgsize=full'),(19,1,'wp_user-settings-time','1453476938'),(20,1,'nav_menu_recently_edited','2'),(21,1,'session_tokens','a:3:{s:64:\"9c545c639f1ea99a4c78fee1ab779d2e175e707607ae34f3012f59eb03dbce4f\";a:4:{s:10:\"expiration\";i:1453838073;s:2:\"ip\";s:12:\"72.77.17.121\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36\";s:5:\"login\";i:1452628473;}s:64:\"d1e838fccf0d06ed53da1f0a2641a5f32b3c2157995c93665b208e8d5f84d9e2\";a:4:{s:10:\"expiration\";i:1453844827;s:2:\"ip\";s:12:\"72.77.17.121\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36\";s:5:\"login\";i:1452635227;}s:64:\"8cf3efba14cb75b2d15a280df084bef404576960ed050e8ac528ecdd7792b95b\";a:4:{s:10:\"expiration\";i:1454700491;s:2:\"ip\";s:13:\"72.65.228.147\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36\";s:5:\"login\";i:1453490891;}}'),(22,1,'closedpostboxes_page','a:0:{}'),(23,1,'metaboxhidden_page','a:8:{i:0;s:6:\"acf_51\";i:1;s:7:\"acf_197\";i:2;s:7:\"acf_210\";i:3;s:7:\"acf_209\";i:4;s:10:\"postcustom\";i:5;s:16:\"commentstatusdiv\";i:6;s:7:\"slugdiv\";i:7;s:9:\"authordiv\";}'); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT '0', `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_users` -- LOCK TABLES `wp_users` WRITE; /*!40000 ALTER TABLE `wp_users` DISABLE KEYS */; INSERT INTO `wp_users` VALUES (1,'admin','$P$BMcPtZaPFBWtxY9Jdv8tVVZCNe4mtl.','admin','james@direct-axis.net','','2015-12-09 13:40:23','',0,'admin'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database '1_03330fa_0' -- /*!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 2016-01-26 14:34:25