<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Connections &#187; Development Update</title>
	<atom:link href="http://connections-pro.com/category/development-update/feed/" rel="self" type="application/rss+xml" />
	<link>http://connections-pro.com</link>
	<description>WordPress Plug-in</description>
	<lastBuildDate>Thu, 17 May 2012 17:11:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Pro Module Preview: Locate</title>
		<link>http://connections-pro.com/2012/04/12/pro-module-preview-locate/</link>
		<comments>http://connections-pro.com/2012/04/12/pro-module-preview-locate/#comments</comments>
		<pubDate>Thu, 12 Apr 2012 20:48:33 +0000</pubDate>
		<dc:creator>Steven Zahm</dc:creator>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[Connections]]></category>
		<category><![CDATA[Development Update]]></category>
		<category><![CDATA[Pro]]></category>

		<guid isPermaLink="false">http://connections-pro.com/?p=1975</guid>
		<description><![CDATA[One of the new features I&#8217;m working on for the next version of Connections is geocoding of the addresses, a natural feature to add. With some rudimentary geocoding support completed I was excited to hack something together to show all the addresses clustered on a Google Map. I used the cMap template as a base ...]]></description>
			<content:encoded><![CDATA[<p>One of the new features I&#8217;m working on for the next version of Connections is geocoding of the addresses, a natural feature to add. With some rudimentary geocoding support completed I was excited to hack something together to show all the addresses clustered on a Google Map. I used the cMap template as a base which gave me great foundation to try this out. The entry cards are actually below the map, they&#8217;re just hidden. I left the category select enabled so you can actually filter the map based the category so you can see the potential. Imagine a radius search based on city/state or zipcode and being able to click on a map point to bring up the entry&#8217;s details. This effectively turns Connections into a store locator. The basis of this this will be new pro add on I&#8217;m naming Locate. I think this will be a big hit and make a quite a few people very happy. I don&#8217;t have an ETA yet but I&#8217;ll put up preview blog posts as I have significant updates to share.</p>

<style type="text/css" scoped>
div.cn-clear { clear: both; }
div#cn-locate { clear: both; }

div#cn-locate div.cn-alphaindex { text-align: right; }
div#cn-locate div#cn-list-head div.cn-alphaindex { position: relative; margin: 12px 0 0; text-align: right; }

#cn-page-nav { clear: both; display: block; font-size: 12px; margin: 10px 0; text-align: center; }
#cn-page-nav a {
	color: #AAAAAA;
	text-decoration: none;
	background-color: #EEEEEE;
	border: none;
	padding: 3px 6px;
	border-style: solid;
	border-radius: 3px;
	border-width: 1px;
	font-size: 12px;
	font-weight: bold;
	margin: 0 1px 0 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#cn-page-nav a:active, #cn-page-nav a:visited { color: #AAAAAA; }
#cn-page-nav a.disabled {
	color: #CCCCCC;
}
#cn-page-nav input {
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #DFDFDF;
	border-radius: 3px;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 15px;
	margin: 1px;
	padding: 3px;
	text-align: center;
	vertical-align: baseline;
	width: 30px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

div#cn-list { margin-left: 4px; }
div#cn-locate div.cn-search { float: right; }
div#cn-locate div.cn-search p { padding: 0; margin: 0; }
div#cn-locate div.cn-search input#entry-search-input { background: #FFFFFF url('http://connections-pro.com/wp-content/connections_templates/locate/search.png') no-repeat right center; border: 1px solid #CCCCCC; padding: 5px; outline: none; width: 140px }
div#cn-locate div.cn-search input#search-submit { border: 0 none; height: 0; width: 0; padding: 0; margin: 0; overflow: hidden; position: absolute; }
div#cn-locate label.screen-reader-text { position: absolute; left: -1000em; height: 1px; width: 1px; overflow: hidden; }

div#cn-locate span#cn-select-label { display:block; font-size: 14px; margin: 10px 0 6px; text-align: left; }
div#cn-locate form.cn-form { clear: both; margin: 0 0 10px; text-align: left; }
div#cn-locate form.cn-form select.cn-cat-select { min-width: 250px; }

div#cn-locate div.cn-entry {
	display: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 3px 4px 2px rgba(100, 100, 100, .4);
	-moz-box-shadow: 0px 3px 4px 2px rgba(100, 100, 100, .4);
	box-shadow: 0px 3px 4px 2px rgba(100, 100, 100, .4);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#CCC')"; /* For IE 8 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=180, Color='#000000'); /* For IE 5.5 - 7 */
	background: #e3e3e3; /* Old browsers */
	background: -moz-linear-gradient(top, #e3e3e3 1%, #f1f1f1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#e3e3e3), color-stop(100%,#f1f1f1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e3e3e3 1%,#f1f1f1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e3e3e3 1%,#f1f1f1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e3e3e3 1%,#f1f1f1 100%); /* IE10+ */
	background: linear-gradient(top, #e3e3e3 1%,#f1f1f1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
	border:1px solid #D3D3D3;
	font-size: 12px;
	margin:10px 0px;
	padding: 12px;
	position: relative;
}

div#cn-locate table { border: none !important; float: none !important; margin: 0 !important; width: 100%; }
div#cn-locate table tr td { background: transparent !important; border: none !important; margin: 0 !important; padding: 0 !important; }
div#cn-locate table, div.cn-entry th, div.cn-entry td { vertical-align: top; }
div#cn-locate table p { margin: 0 0 4px; }
div#cn-locate span.cn-label { font-weight: bold; }
div#cn-locate span.fn { display: block; font-size: 16px; font-variant: small-caps; font-weight: bolder; }

div#cn-locate span.link-block { display: inline; margin-bottom: 0; }
div#cn-locate span.link { display: inline; }

div#cn-locate span.cn-image-style {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #f1f1f1; /* Old browsers */
	background: -moz-linear-gradient(top, #f1f1f1 0%, #e3e3e3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#e3e3e3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f1f1f1 0%,#e3e3e3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f1f1f1 0%,#e3e3e3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f1f1f1 0%,#e3e3e3 100%); /* IE10+ */
	background: linear-gradient(top, #f1f1f1 0%,#e3e3e3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#e3e3e3',GradientType=0 ); /* IE6-9 */
	border: 1px solid #E3E3E3;
	margin-left: 6px;
	padding: 5px;
}
div#cn-locate span.cn-image-style p {
	color: #AAAAAA;
	font-weight: bold;
	margin: 4px;
	text-align: center;
	text-shadow: 0px 1px 0px #E1E1E8;
}
div#cn-locate span.cn-return-to-top img {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #FFFFFF;
	border: 1px solid #E3E3E3;
	margin: 0 0 -6px;
	padding: 5px;
}
div#cn-locate div.cn-bio, div#cn-locate div.cn-notes {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #f1f1f1;
	border:1px solid #D3D3D3;
	margin: 10px 0 6px;
	padding: 6px;
}
div#cn-locate div.cn-bio h4, div#cn-locate div.cn-notes h4 { font-size: 16px; font-weight: bold; margin: 0 0 6px; }
div#cn-locate div.cn-bio span.cn-image-style { float: right; }
div#cn-locate div.bio, div#cn-locate div.note { background: transparent none; border: none; box-shadow: none; margin: 0; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }
</style>
<div id="cn-top" style="position: absolute; top: 0; right: 0;"></div><div class="cn-list" id="cn-list" data-connections-version="0.7.2.6-0.1.8" style="width: 590px;">

<div class="cn-template cn-locate" id="cn-locate" data-template-version=".1">

<div class="cn-list-head cn-clear" id="cn-list-head">
<form class="cn-form" action="/category/development-update/feed/" method="get">
<select class="cn-cat-select" name="cn-cat" onchange="this.form.submit()" data-placeholder="Select Category">
<option value=""></option>
<option value="">Show All Categories</option><option style="margin-left: 0em;" value="2">Business</option>
<option style="margin-left: 1em;" value="3">Agriculture</option>
<option style="margin-left: 1em;" value="4">Apartments</option>
<option style="margin-left: 1em;" value="5">Auto Body Repair</option>
<option style="margin-left: 1em;" value="6">Automobile Dealers</option>
<option style="margin-left: 1em;" value="7">Banquet Facilities</option>
<option style="margin-left: 1em;" value="8">Beauty Salons</option>
<option style="margin-left: 1em;" value="9">Bookkeeping Services</option>
<option style="margin-left: 1em;" value="10">Building Materials</option>
<option style="margin-left: 1em;" value="11">Candy &amp; Confectionery</option>
<option style="margin-left: 1em;" value="12">Carpet Cleaners</option>
<option style="margin-left: 1em;" value="13">Caterers</option>
<option style="margin-left: 1em;" value="14">Chemicals - Mfrs</option>
<option style="margin-left: 1em;" value="15">Chiropractors</option>
<option style="margin-left: 1em;" value="16">Churches</option>
<option style="margin-left: 1em;" value="17">Cleaning Services</option>
<option style="margin-left: 1em;" value="18">Collection Agencies</option>
<option style="margin-left: 1em;" value="19">Computer Services</option>
<option style="margin-left: 1em;" value="20">Computers - Consultants</option>
<option style="margin-left: 1em;" value="21">Construction</option>
<option style="margin-left: 1em;" value="22">Consultants</option>
<option style="margin-left: 1em;" value="23">Consultants - Business</option>
<option style="margin-left: 1em;" value="24">Consultants - Computers</option>
<option style="margin-left: 1em;" value="25">Consultants - Engineers</option>
<option style="margin-left: 1em;" value="26">Consultants - Mgmt</option>
<option style="margin-left: 1em;" value="27">Contractors - General</option>
<option style="margin-left: 1em;" value="28">Counseling</option>
<option style="margin-left: 1em;" value="29">Credit Unions</option>
<option style="margin-left: 1em;" value="30">Dentists</option>
<option style="margin-left: 1em;" value="35">Educational Services</option>
<option style="margin-left: 1em;" value="36">Electric Contractors</option>
<option style="margin-left: 1em;" value="37">Employee Counseling</option>
<option style="margin-left: 1em;" value="38">Employment Services</option>
<option style="margin-left: 1em;" value="39">Energy Services</option>
<option style="margin-left: 1em;" value="40">Engineers</option>
<option style="margin-left: 1em;" value="41">Engineers - Civil</option>
<option style="margin-left: 1em;" value="42">Entertainment</option>
<option style="margin-left: 1em;" value="43">Food Distributors</option>
<option style="margin-left: 1em;" value="44">Greenhouse / Nursery</option>
<option style="margin-left: 1em;" value="45">Health &amp; Nutrition</option>
<option style="margin-left: 1em;" value="46">Internet Services</option>
<option style="margin-left: 1em;" value="47">Jewelers - Retail</option>
<option style="margin-left: 1em;" value="48">Karate Instruction</option>
<option style="margin-left: 1em;" value="49">Libraries - Public</option>
<option style="margin-left: 1em;" value="50">Musical Instruments</option>
<option style="margin-left: 1em;" value="51">Non-profit</option>
<option style="margin-left: 1em;" value="52">Outlet Centers</option>
<option style="margin-left: 1em;" value="53">Parks &amp; Recreation</option>
<option style="margin-left: 1em;" value="54">Quarry - Sand &amp; Stone</option>
<option style="margin-left: 1em;" value="55">Recycling Centers</option>
<option style="margin-left: 1em;" value="56">Sewing Machines</option>
<option style="margin-left: 1em;" value="57">Taverns</option>
<option style="margin-left: 1em;" value="58">Uniform Rental Service</option>
<option style="margin-left: 1em;" value="59">Veterinarians</option>
<option style="margin-left: 1em;" value="60">Wineries &amp; Vineyards</option>
<option style="margin-left: 0em;" value="31">Demo</option>
<option style="margin-left: 1em;" value="32">Category One</option>
<option style="margin-left: 1em;" value="33">Category Two</option>
<option style="margin-left: 0em;" value="34">Show</option>
<option style="margin-left: 0em;" value="1">Uncategorized</option>
</select>
</form><div id="gomap" style="width: 600px; height: 600px;"></div><script type="text/javascript">/* <![CDATA[ */
var cnLocateMarkers = new Array();
cnLocateMarkers.push( { "name" : "AHEDD" , "group" : "cLocate" , "latitude" : 40.34235 , "longitude" : -75.976088 } );
cnLocateMarkers.push( { "name" : "Synergy-Tech Computing &amp; Consulting" , "group" : "cLocate" , "latitude" : 40.299253 , "longitude" : -75.975961 } );
cnLocateMarkers.push( { "name" : "Barry Isett &amp; Associates, Inc." , "group" : "cLocate" , "latitude" : 40.547224 , "longitude" : -75.6018947 } );
cnLocateMarkers.push( { "name" : "Bellco Federal Credit Union / Sinking Spring Branch" , "group" : "cLocate" , "latitude" : 40.318947 , "longitude" : -76.028657 } );
cnLocateMarkers.push( { "name" : "Crossroads Technologies, Inc." , "group" : "cLocate" , "latitude" : 40.3457128 , "longitude" : -75.959424 } );
cnLocateMarkers.push( { "name" : "Melaleuca-Jeremy Alspaugh" , "group" : "cLocate" , "latitude" : 40.412849 , "longitude" : -76.316873 } );
cnLocateMarkers.push( { "name" : "Diakon Inroads EAP" , "group" : "cLocate" , "latitude" : 40.3385109 , "longitude" : -75.961743 } );
cnLocateMarkers.push( { "name" : "A. W. Golden&#039;s Fastrack Complete Car Care Center" , "group" : "cLocate" , "latitude" : 40.3709182 , "longitude" : -75.9329707 } );
cnLocateMarkers.push( { "name" : "ABS Construction, LLC" , "group" : "cLocate" , "latitude" : 40.369652 , "longitude" : -75.927534 } );
cnLocateMarkers.push( { "name" : "Larson Design Group" , "group" : "cLocate" , "latitude" : 41.244998 , "longitude" : -76.985364 } );
cnLocateMarkers.push( { "name" : "Buck&#039;s Cleaning Services" , "group" : "cLocate" , "latitude" : 40.3894499 , "longitude" : -75.897667 } );
cnLocateMarkers.push( { "name" : "Apostle Building Services" , "group" : "cLocate" , "latitude" : 40.3397437 , "longitude" : -76.0075582 } );
cnLocateMarkers.push( { "name" : "Richards Energy Group, Inc." , "group" : "cLocate" , "latitude" : 40.1100272 , "longitude" : -76.4448089 } );
cnLocateMarkers.push( { "name" : "CTCE Federal Credit Union (Shillington)" , "group" : "cLocate" , "latitude" : 40.3078702 , "longitude" : -75.9654896 } );
cnLocateMarkers.push( { "name" : "Tweed-Weber, Inc." , "group" : "cLocate" , "latitude" : 40.34 , "longitude" : -75.93 } );
cnLocateMarkers.push( { "name" : "David&#039;s Cleaning Service" , "group" : "cLocate" , "latitude" : 40.290192 , "longitude" : -75.8507149 } );
cnLocateMarkers.push( { "name" : "Dynamic Net Inc." , "group" : "cLocate" , "latitude" : 40.2356229 , "longitude" : -76.084121 } );
cnLocateMarkers.push( { "name" : "Freedom Toyota" , "group" : "cLocate" , "latitude" : 40.5556484 , "longitude" : -75.9818772 } );
cnLocateMarkers.push( { "name" : "Bob Fisher Chevrolet, Inc." , "group" : "cLocate" , "latitude" : 40.403733 , "longitude" : -75.9405178 } );
cnLocateMarkers.push( { "name" : "Bruni Development Group Inc." , "group" : "cLocate" , "latitude" : 40.33623 , "longitude" : -75.9268664 } );
cnLocateMarkers.push( { "name" : "Entech Engineering, Inc." , "group" : "cLocate" , "latitude" : 40.34 , "longitude" : -75.93 } );
cnLocateMarkers.push( { "name" : "MACK Employment Services Inc." , "group" : "cLocate" , "latitude" : 40.319335 , "longitude" : -76.007531 } );
cnLocateMarkers.push( { "name" : "Christ Presbyterian Church" , "group" : "cLocate" , "latitude" : 40.3347623 , "longitude" : -75.9418041 } );
cnLocateMarkers.push( { "name" : "Traffic Planning and Design, Inc. (TPD)" , "group" : "cLocate" , "latitude" : 40.244673 , "longitude" : -75.590669 } );
cnLocateMarkers.push( { "name" : "Silver Maple Vet Clinic, Inc." , "group" : "cLocate" , "latitude" : 40.500289 , "longitude" : -75.799776 } );
cnLocateMarkers.push( { "name" : "Emmaus Constructors, Inc." , "group" : "cLocate" , "latitude" : 40.525112 , "longitude" : -75.513522 } );
cnLocateMarkers.push( { "name" : "Adecco Employment Services" , "group" : "cLocate" , "latitude" : 40.3408754 , "longitude" : -75.9882185 } );
cnLocateMarkers.push( { "name" : "Gourmet Corner" , "group" : "cLocate" , "latitude" : 40.3772361 , "longitude" : -75.927034 } );
cnLocateMarkers.push( { "name" : "Ludgate Engineering Corporation" , "group" : "cLocate" , "latitude" : 40.283476 , "longitude" : -75.840676 } );
cnLocateMarkers.push( { "name" : "Continental Tide Defense Systems, Inc." , "group" : "cLocate" , "latitude" : 40.347566 , "longitude" : -75.990199 } );
cnLocateMarkers.push( { "name" : "Stackhouse Bensinger, Inc." , "group" : "cLocate" , "latitude" : 40.310654 , "longitude" : -75.990151 } );
cnLocateMarkers.push( { "name" : "Family Guidance Center" , "group" : "cLocate" , "latitude" : 40.334036 , "longitude" : -75.965065 } );
cnLocateMarkers.push( { "name" : "J. Stephen Hottenstein, D.D.S., Ltd." , "group" : "cLocate" , "latitude" : 40.4470377 , "longitude" : -75.9663221 } );
cnLocateMarkers.push( { "name" : "Berkshire Dental Associates, Ltd." , "group" : "cLocate" , "latitude" : 40.349671 , "longitude" : -75.9855539 } );
cnLocateMarkers.push( { "name" : "East Coast Recovery Services" , "group" : "cLocate" , "latitude" : 40.334026 , "longitude" : -75.963645 } );
cnLocateMarkers.push( { "name" : "Salon Desiree" , "group" : "cLocate" , "latitude" : 40.327854 , "longitude" : -75.988668 } );
cnLocateMarkers.push( { "name" : "The Hitchcock Group Cleaning &amp; Restoration" , "group" : "cLocate" , "latitude" : 40.4152993 , "longitude" : -75.857477 } );
cnLocateMarkers.push( { "name" : "Systems Design Engineering, Inc." , "group" : "cLocate" , "latitude" : 40.391808 , "longitude" : -75.998146 } );
cnLocateMarkers.push( { "name" : "Wynnewood at Wyomissing Apartments/NPI Management Corp." , "group" : "cLocate" , "latitude" : 40.348171 , "longitude" : -75.956206 } );
cnLocateMarkers.push( { "name" : "Hamburg Bible Church" , "group" : "cLocate" , "latitude" : 40.567707 , "longitude" : -75.992509 } );
cnLocateMarkers.push( { "name" : "E. T. M. Associates, Inc." , "group" : "cLocate" , "latitude" : 40.2581117 , "longitude" : -75.7262916 } );
cnLocateMarkers.push( { "name" : "Don Kauffman&#039;s Sewing Machines" , "group" : "cLocate" , "latitude" : 40.409811 , "longitude" : -75.91996 } );
cnLocateMarkers.push( { "name" : "Lexus of Chester Springs" , "group" : "cLocate" , "latitude" : 40.0914622 , "longitude" : -75.6929083 } );
cnLocateMarkers.push( { "name" : "Stubbs, Inc." , "group" : "cLocate" , "latitude" : 40.345121 , "longitude" : -75.931177 } );
cnLocateMarkers.push( { "name" : "Cinergi Salon-Spa" , "group" : "cLocate" , "latitude" : 40.339446 , "longitude" : -75.958577 } );
cnLocateMarkers.push( { "name" : "All Phase LLC" , "group" : "cLocate" , "latitude" : 40.3327955 , "longitude" : -75.9065035 } );
cnLocateMarkers.push( { "name" : "Natural Cleaning Solutions, LLC" , "group" : "cLocate" , "latitude" : 40.428559 , "longitude" : -75.928926 } );
cnLocateMarkers.push( { "name" : "Advance Personnel Staffing, Inc." , "group" : "cLocate" , "latitude" : 40.339776 , "longitude" : -75.926945 } );
cnLocateMarkers.push( { "name" : "ACR Metal Roofing &amp; Siding Distributors, LLC" , "group" : "cLocate" , "latitude" : 40.293361 , "longitude" : -76.0561029 } );
cnLocateMarkers.push( { "name" : "New Story" , "group" : "cLocate" , "latitude" : 41.3009002 , "longitude" : -75.8542987 } );
cnLocateMarkers.push( { "name" : "Uptime NetManagement, Inc." , "group" : "cLocate" , "latitude" : 40.207227 , "longitude" : -75.891649 } );
cnLocateMarkers.push( { "name" : "Berks County Farm Bureau" , "group" : "cLocate" , "latitude" : 40.274397 , "longitude" : -75.7999619 } );
cnLocateMarkers.push( { "name" : "Accounts Management Services, Inc." , "group" : "cLocate" , "latitude" : 40.349928 , "longitude" : -75.920606 } );
cnLocateMarkers.push( { "name" : "Delaware Valley Contractors" , "group" : "cLocate" , "latitude" : 40.3536353 , "longitude" : -75.9534421 } );
cnLocateMarkers.push( { "name" : "Action Coach of Central Pennsylvania" , "group" : "cLocate" , "latitude" : 40.2938683 , "longitude" : -76.0008306 } );
cnLocateMarkers.push( { "name" : "Shear Envy Beauty Salon, LLP" , "group" : "cLocate" , "latitude" : 40.327512 , "longitude" : -75.99284 } );
cnLocateMarkers.push( { "name" : "Toscani Events by VIVA&#039;" , "group" : "cLocate" , "latitude" : 40.342641 , "longitude" : -76.001352 } );
cnLocateMarkers.push( { "name" : "Performance Motors, Inc." , "group" : "cLocate" , "latitude" : 40.3273146 , "longitude" : -76.0110489 } );
cnLocateMarkers.push( { "name" : "Hawk Mountain Sanctuary Association" , "group" : "cLocate" , "latitude" : 40.635198 , "longitude" : -75.987625 } );
cnLocateMarkers.push( { "name" : "Perrotto Builders, Ltd." , "group" : "cLocate" , "latitude" : 40.355406 , "longitude" : -75.949237 } );
cnLocateMarkers.push( { "name" : "The Hitchcock Group Cleaning &amp; Restoration" , "group" : "cLocate" , "latitude" : 40.4152993 , "longitude" : -75.857477 } );
cnLocateMarkers.push( { "name" : "ESPI" , "group" : "cLocate" , "latitude" : 40.6217748 , "longitude" : -75.3802735 } );
cnLocateMarkers.push( { "name" : "Weidenhammer" , "group" : "cLocate" , "latitude" : 40.349039 , "longitude" : -75.970517 } );
cnLocateMarkers.push( { "name" : "Riverfront Federal Credit Union" , "group" : "cLocate" , "latitude" : 40.328157 , "longitude" : -75.930648 } );
cnLocateMarkers.push( { "name" : "GWR Personnel Resources, Inc." , "group" : "cLocate" , "latitude" : 40.3423469 , "longitude" : -76.036721 } );
cnLocateMarkers.push( { "name" : "East Coast Karate" , "group" : "cLocate" , "latitude" : 40.3268173 , "longitude" : -75.9960756 } );
cnLocateMarkers.push( { "name" : "RPA Engineering" , "group" : "cLocate" , "latitude" : 40.3457128 , "longitude" : -75.959424 } );
cnLocateMarkers.push( { "name" : "Laughing Rock Technology" , "group" : "cLocate" , "latitude" : 40.3082939 , "longitude" : -76.0061939 } );
cnLocateMarkers.push( { "name" : "Governor Mifflin Apartments" , "group" : "cLocate" , "latitude" : 40.2975272 , "longitude" : -75.9555663 } );
cnLocateMarkers.push( { "name" : "Brenntag North America, Inc." , "group" : "cLocate" , "latitude" : 40.4181569 , "longitude" : -75.9387133 } );
cnLocateMarkers.push( { "name" : "Celebrated Occasions Div. of Penn Square Caterers" , "group" : "cLocate" , "latitude" : 40.2909859 , "longitude" : -76.000309 } );
cnLocateMarkers.push( { "name" : "Kissinger Associates, Inc." , "group" : "cLocate" , "latitude" : 40.4864949 , "longitude" : -76.0068057 } );
cnLocateMarkers.push( { "name" : "FOCUSED, LLC" , "group" : "cLocate" , "latitude" : 40.322958 , "longitude" : -75.9605 } );
cnLocateMarkers.push( { "name" : "Glad Tidings Assembly of God" , "group" : "cLocate" , "latitude" : 40.339446 , "longitude" : -76.004732 } );
cnLocateMarkers.push( { "name" : "Reading Family Dental Center" , "group" : "cLocate" , "latitude" : 40.33079 , "longitude" : -75.9711584 } );
cnLocateMarkers.push( { "name" : "Clarence Sasso Consulting" , "group" : "cLocate" , "latitude" : 40.371421 , "longitude" : -76.017526 } );
cnLocateMarkers.push( { "name" : "Wyomissing Data Systems, Inc." , "group" : "cLocate" , "latitude" : 40.3408129 , "longitude" : -75.9617592 } );
cnLocateMarkers.push( { "name" : "TS TECH Enterprises, Inc." , "group" : "cLocate" , "latitude" : 40.3457128 , "longitude" : -75.959424 } );
cnLocateMarkers.push( { "name" : "Bogia Engineering Inc." , "group" : "cLocate" , "latitude" : 40.3449765 , "longitude" : -75.9739883 } );
cnLocateMarkers.push( { "name" : "Kissinger Associates, Inc." , "group" : "cLocate" , "latitude" : 40.4864949 , "longitude" : -76.0068057 } );
cnLocateMarkers.push( { "name" : "Cloud Nine Cafe" , "group" : "cLocate" , "latitude" : 40.3459518 , "longitude" : -75.9907087 } );
cnLocateMarkers.push( { "name" : "Ozzy&#039;s Family Fun Center" , "group" : "cLocate" , "latitude" : 40.44129 , "longitude" : -75.946639 } );
cnLocateMarkers.push( { "name" : "CTCE Federal Credit Union (West Lawn)" , "group" : "cLocate" , "latitude" : 40.3298147 , "longitude" : -75.994381 } );
cnLocateMarkers.push( { "name" : "Burkey Construction Co., Inc." , "group" : "cLocate" , "latitude" : 40.316586 , "longitude" : -75.925844 } );
cnLocateMarkers.push( { "name" : "Kriegman &amp; Smith, Inc." , "group" : "cLocate" , "latitude" : 40.6137335 , "longitude" : -75.5085709 } );
cnLocateMarkers.push( { "name" : "Aperion Information Technologies" , "group" : "cLocate" , "latitude" : 40.376469 , "longitude" : -75.927469 } );
cnLocateMarkers.push( { "name" : "BECONCO/Becker Consulting Company" , "group" : "cLocate" , "latitude" : 40.324286 , "longitude" : -75.95787 } );
cnLocateMarkers.push( { "name" : "Brewer&#039;s Bar &amp; Grill" , "group" : "cLocate" , "latitude" : 40.3345945 , "longitude" : -75.9438221 } );
cnLocateMarkers.push( { "name" : "Hadley Associates" , "group" : "cLocate" , "latitude" : 40.304549 , "longitude" : -75.834894 } );
cnLocateMarkers.push( { "name" : "Flying Hills Apartment Co." , "group" : "cLocate" , "latitude" : 40.280673 , "longitude" : -75.922594 } );
cnLocateMarkers.push( { "name" : "Directlink Technologies Corp." , "group" : "cLocate" , "latitude" : 40.382644 , "longitude" : -75.982389 } );
cnLocateMarkers.push( { "name" : "Will Business Applications" , "group" : "cLocate" , "latitude" : 40.393163 , "longitude" : -75.794517 } );
cnLocateMarkers.push( { "name" : "Berks Hypnosis and Counseling Services" , "group" : "cLocate" , "latitude" : 40.4489061 , "longitude" : -75.9637948 } );
cnLocateMarkers.push( { "name" : "Bertolet Construction Corporation" , "group" : "cLocate" , "latitude" : 40.326355 , "longitude" : -76.075339 } );
cnLocateMarkers.push( { "name" : "The Steps of PA, LLC" , "group" : "cLocate" , "latitude" : 40.288401 , "longitude" : -75.979474 } );
cnLocateMarkers.push( { "name" : "Timber Tech Engineering, Inc." , "group" : "cLocate" , "latitude" : 40.221015 , "longitude" : -76.102122 } );
cnLocateMarkers.push( { "name" : "Stubbs, Inc." , "group" : "cLocate" , "latitude" : 40.345121 , "longitude" : -75.931177 } );
cnLocateMarkers.push( { "name" : "Herbert, Rowland &amp; Grubic, Inc." , "group" : "cLocate" , "latitude" : 40.05 , "longitude" : -76.25 } );
cnLocateMarkers.push( { "name" : "Konopelski Katering" , "group" : "cLocate" , "latitude" : 40.3257844 , "longitude" : -76.0348254 } );
cnLocateMarkers.push( { "name" : "Ruhl &amp; Associates, LLC" , "group" : "cLocate" , "latitude" : 40.315655 , "longitude" : -75.950081 } );
cnLocateMarkers.push( { "name" : "Spring Garden Farms, Inc." , "group" : "cLocate" , "latitude" : 40.272964 , "longitude" : -75.834376 } );
cnLocateMarkers.push( { "name" : "Servicemaster Assured Cleaning" , "group" : "cLocate" , "latitude" : 40.345576 , "longitude" : -75.9433367 } );
cnLocateMarkers.push( { "name" : "Keystone Software Solutions, Inc." , "group" : "cLocate" , "latitude" : 40.348826 , "longitude" : -75.9320989 } );
cnLocateMarkers.push( { "name" : "All Stars Hair Studio and Day Spa" , "group" : "cLocate" , "latitude" : 40.3172034 , "longitude" : -75.9378958 } );
cnLocateMarkers.push( { "name" : "iCepts Technology Group, Inc." , "group" : "cLocate" , "latitude" : 40.226767 , "longitude" : -76.764386 } );
cnLocateMarkers.push( { "name" : "Kinsley Construction, Inc." , "group" : "cLocate" , "latitude" : 40.3385109 , "longitude" : -75.961743 } );
cnLocateMarkers.push( { "name" : "Rhein&#039;s Classic Catering, LLC" , "group" : "cLocate" , "latitude" : 40.327207 , "longitude" : -75.995931 } );
cnLocateMarkers.push( { "name" : "Avion Energy Group" , "group" : "cLocate" , "latitude" : 40.276074 , "longitude" : -75.9194179 } );
cnLocateMarkers.push( { "name" : "CTCE Federal Credit Union (Exeter Commons)" , "group" : "cLocate" , "latitude" : 40.3356483 , "longitude" : -75.9268747 } );
cnLocateMarkers.push( { "name" : "Trinity Lutheran Church" , "group" : "cLocate" , "latitude" : 40.337201 , "longitude" : -75.926681 } );
cnLocateMarkers.push( { "name" : "Reality Photography/QCD Technology" , "group" : "cLocate" , "latitude" : 40.231304 , "longitude" : -76.1413759 } );
cnLocateMarkers.push( { "name" : "M.L. Construction" , "group" : "cLocate" , "latitude" : 40.381405 , "longitude" : -75.939018 } );
cnLocateMarkers.push( { "name" : "Huntington Learning Center" , "group" : "cLocate" , "latitude" : 40.349128 , "longitude" : -75.985801 } );
cnLocateMarkers.push( { "name" : "Goodwill Keystone Area" , "group" : "cLocate" , "latitude" : 40.269195 , "longitude" : -76.8751284 } );
cnLocateMarkers.push( { "name" : "Foods with Flair" , "group" : "cLocate" , "latitude" : 40.444243 , "longitude" : -75.865881 } );
cnLocateMarkers.push( { "name" : "Highway Materials Inc." , "group" : "cLocate" , "latitude" : 40.4018063 , "longitude" : -75.8577389 } );
cnLocateMarkers.push( { "name" : "Moyer-Drabick &amp; Associates, Ltd." , "group" : "cLocate" , "latitude" : 40.373947 , "longitude" : -75.600225 } );
cnLocateMarkers.push( { "name" : "Eastern Technologies Inc." , "group" : "cLocate" , "latitude" : 40.165463 , "longitude" : -75.873223 } );
cnLocateMarkers.push( { "name" : "Brenntag Northeast, Inc." , "group" : "cLocate" , "latitude" : 40.418483 , "longitude" : -75.934922 } );
cnLocateMarkers.push( { "name" : "Eisenhauer Nissan Inc" , "group" : "cLocate" , "latitude" : 40.3300924 , "longitude" : -76.0804972 } );
cnLocateMarkers.push( { "name" : "Holt&#039;s Remodeling" , "group" : "cLocate" , "latitude" : 40.3505309 , "longitude" : -76.142094 } );
cnLocateMarkers.push( { "name" : "Piazza Honda &amp; Acura of Reading" , "group" : "cLocate" , "latitude" : 40.3356483 , "longitude" : -75.9268747 } );
cnLocateMarkers.push( { "name" : "Strands Hair Salon" , "group" : "cLocate" , "latitude" : 40.325985 , "longitude" : -76.005435 } );
cnLocateMarkers.push( { "name" : "CTCE Federal Credit Union (Shelbourne Ctr.)" , "group" : "cLocate" , "latitude" : 40.3356483 , "longitude" : -75.9268747 } );
cnLocateMarkers.push( { "name" : "Interflex, Inc." , "group" : "cLocate" , "latitude" : 40.3369537 , "longitude" : -75.9514377 } );
cnLocateMarkers.push( { "name" : "Pagoda Federal Credit Union" , "group" : "cLocate" , "latitude" : 40.33709 , "longitude" : -75.920862 } );
cnLocateMarkers.push( { "name" : "H. W. Nauman &amp; Sons Inc." , "group" : "cLocate" , "latitude" : 39.9715401 , "longitude" : -76.3056803 } );
cnLocateMarkers.push( { "name" : "Cougle&#039;s Recycling, Inc." , "group" : "cLocate" , "latitude" : 40.5432429 , "longitude" : -75.9798409 } );
cnLocateMarkers.push( { "name" : "Ehret&#039;s Regulatory Services, LLC" , "group" : "cLocate" , "latitude" : 40.34049 , "longitude" : -76.04214 } );
cnLocateMarkers.push( { "name" : "SSM Group, Inc." , "group" : "cLocate" , "latitude" : 40.3380072 , "longitude" : -75.9753516 } );
cnLocateMarkers.push( { "name" : "Go West Engineering, LLC" , "group" : "cLocate" , "latitude" : 40.3724803 , "longitude" : -75.3070151 } );
cnLocateMarkers.push( { "name" : "L &amp; L Services and Rentals, LLC" , "group" : "cLocate" , "latitude" : 40.4127541 , "longitude" : -76.3892742 } );
cnLocateMarkers.push( { "name" : "Aerotek" , "group" : "cLocate" , "latitude" : 40.349373 , "longitude" : -75.972476 } );
cnLocateMarkers.push( { "name" : "R C Berriker Consulting" , "group" : "cLocate" , "latitude" : 40.253667 , "longitude" : -75.792031 } );
cnLocateMarkers.push( { "name" : "Distributed Systems Services, Inc. (DSS)" , "group" : "cLocate" , "latitude" : 40.3542377 , "longitude" : -75.9844017 } );
cnLocateMarkers.push( { "name" : "Commercial Credit Management" , "group" : "cLocate" , "latitude" : 40.3356483 , "longitude" : -75.9268747 } );
cnLocateMarkers.push( { "name" : "Arbor Career Center" , "group" : "cLocate" , "latitude" : 40.3674554 , "longitude" : -75.9266008 } );
cnLocateMarkers.push( { "name" : "MBR Construction Services, Inc." , "group" : "cLocate" , "latitude" : 40.4392041 , "longitude" : -75.8945685 } );
cnLocateMarkers.push( { "name" : "The Quandel Group, Inc." , "group" : "cLocate" , "latitude" : 40.347906 , "longitude" : -75.987692 } );
cnLocateMarkers.push( { "name" : "Reading Public Library" , "group" : "cLocate" , "latitude" : 40.3335954 , "longitude" : -75.9279482 } );
cnLocateMarkers.push( { "name" : "The Growth Coach" , "group" : "cLocate" , "latitude" : 40.540104 , "longitude" : -75.988887 } );
cnLocateMarkers.push( { "name" : "Berks Personnel Network" , "group" : "cLocate" , "latitude" : 40.365612 , "longitude" : -75.916119 } );
cnLocateMarkers.push( { "name" : "Sandy&#039;s Hairstyling" , "group" : "cLocate" , "latitude" : 40.3861402 , "longitude" : -75.7874039 } );
cnLocateMarkers.push( { "name" : "Rhino Cleaning Company" , "group" : "cLocate" , "latitude" : 40.3053392 , "longitude" : -75.8592129 } );
cnLocateMarkers.push( { "name" : "SSM Group, Inc." , "group" : "cLocate" , "latitude" : 40.3380072 , "longitude" : -75.9753516 } );
cnLocateMarkers.push( { "name" : "SMDELL, Inc." , "group" : "cLocate" , "latitude" : 40.016087 , "longitude" : -76.336969 } );
cnLocateMarkers.push( { "name" : "Tom Masano Inc." , "group" : "cLocate" , "latitude" : 40.3356483 , "longitude" : -75.9268747 } );
cnLocateMarkers.push( { "name" : "VF Outlet Center" , "group" : "cLocate" , "latitude" : 40.33854 , "longitude" : -75.955556 } );
cnLocateMarkers.push( { "name" : "Sunrise Restorations, Inc." , "group" : "cLocate" , "latitude" : 40.559031 , "longitude" : -75.981055 } );
cnLocateMarkers.push( { "name" : "Greenlee Procurement LLC" , "group" : "cLocate" , "latitude" : 40.264047 , "longitude" : -76.8856799 } );
/* ]]&gt; */</script>
</div>
<div class="connections-list cn-clear" id="cn-list-body">

<div class="cn-list-section-head cn-clear" id="A">

</div>

<div class="cn-list-row-alternate vcard organization employment-services" id="ahedd">
<div id="entry-id-2114fb5a00b72785" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">AHEDD</span>
												
<span class="org"><span class="organization-name" style="display: none;">AHEDD</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Amy</span> <span class="contact-family-name">Mayer-Ames</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">1150 Berkshire Blvd</span> <span class="street-address">Ste 160</span>  <span class="locality">Wyomissing</span>, <span class="region">PA</span>  <span class="postal-code">19610</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.375.7692</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.375.1502</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.ahedd.org" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-2114fb5a00b72785" href="#" data-uuid="2114fb5a00b72785" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-2114fb5a00b72785" style="display: none;">
<div id="map-2114fb5a00b72785" data-address="1150 Berkshire Blvd, Ste 160, Wyomissing, PA, 19610" data-latitude="40.34235" data-longitude="-75.976088" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="S">

</div>

<div class="cn-list-row vcard organization computer-services" id="synergy-tech-computing-consulting">
<div id="entry-id-904fb5a00b745dd" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Synergy-Tech Computing &amp; Consulting</span>
												
<span class="org"><span class="organization-name" style="display: none;">Synergy-Tech Computing &amp; Consulting</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Nathan</span> <span class="contact-family-name">Seidel</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">347 S. Wyomissing Avenue</span>   <span class="locality">Shillington</span>, <span class="region">PA</span>  <span class="postal-code">19607</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">484.706.6179</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.568.2957</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.406.5074</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="cn-map-anchor toggle-map" id="map-anchor-904fb5a00b745dd" href="#" data-uuid="904fb5a00b745dd" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-904fb5a00b745dd" style="display: none;">
<div id="map-904fb5a00b745dd" data-address="347 S. Wyomissing Avenue, Shillington, PA, 19607" data-latitude="40.299253" data-longitude="-75.975961" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="B">

</div>

<div class="cn-list-row-alternate vcard organization engineers" id="barry-isett-associates-inc">
<div id="entry-id-2404fb5a00b760a9" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Barry Isett &amp; Associates, Inc.</span>
												
<span class="org"><span class="organization-name" style="display: none;">Barry Isett &amp; Associates, Inc.</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Joseph</span> <span class="contact-family-name">Hoffman</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">85 S Route 100 &amp; Kressler Lane</span> <span class="street-address">PO Box 147</span>  <span class="locality">Trexlertown</span>, <span class="region">PA</span>  <span class="postal-code">18087-0147</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.398.0904</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.481.9098</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.barryisett.com" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-2404fb5a00b760a9" href="#" data-uuid="2404fb5a00b760a9" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-2404fb5a00b760a9" style="display: none;">
<div id="map-2404fb5a00b760a9" data-address="85 S Route 100 &amp; Kressler Lane, PO Box 147, Trexlertown, PA, 18087-0147" data-latitude="40.547224" data-longitude="-75.6018947" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-row vcard organization credit-unions" id="bellco-federal-credit-union-sinking-spring-branch">
<div id="entry-id-1774fb5a00b7810e" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Bellco Federal Credit Union / Sinking Spring Branch</span>
												
<span class="org"><span class="organization-name" style="display: none;">Bellco Federal Credit Union / Sinking Spring Branch</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Lori</span> <span class="contact-family-name">Anderson</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">806 Mountain Home Rd</span>   <span class="locality">Sinking Spring</span>, <span class="region">PA</span>  <span class="postal-code">19608</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.373.5192</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.678.8947</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.bellcocu.org/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-1774fb5a00b7810e" href="#" data-uuid="1774fb5a00b7810e" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-1774fb5a00b7810e" style="display: none;">
<div id="map-1774fb5a00b7810e" data-address="806 Mountain Home Rd, Sinking Spring, PA, 19608" data-latitude="40.318947" data-longitude="-76.028657" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="C">

</div>

<div class="cn-list-row-alternate vcard organization computer-services" id="crossroads-technologies-inc">
<div id="entry-id-874fb5a00b79e7b" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Crossroads Technologies, Inc.</span>
												
<span class="org"><span class="organization-name" style="display: none;">Crossroads Technologies, Inc.</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Anthony</span> <span class="contact-family-name">Castorani</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">3 Park Plaza, Ste 305</span>   <span class="locality">Wyomissing</span>, <span class="region">PA</span>  <span class="postal-code">19610</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.736.0270</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.736.0272</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.crossroadstech.net/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-874fb5a00b79e7b" href="#" data-uuid="874fb5a00b79e7b" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-874fb5a00b79e7b" style="display: none;">
<div id="map-874fb5a00b79e7b" data-address="3 Park Plaza, Ste 305, Wyomissing, PA, 19610" data-latitude="40.3457128" data-longitude="-75.959424" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="M">

</div>

<div class="cn-list-row vcard organization consultants" id="melaleuca-jeremy-alspaugh">
<div id="entry-id-1154fb5a00b7bc74" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Melaleuca-Jeremy Alspaugh</span>
												
<span class="org"><span class="organization-name" style="display: none;">Melaleuca-Jeremy Alspaugh</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Jeremy</span> <span class="contact-family-name">Alspaugh</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">1268 Hilltop Road</span>   <span class="locality">Myerstown</span>, <span class="region">PA</span>  <span class="postal-code">17067</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">717.644.5222</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">717.933.8647</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="cn-map-anchor toggle-map" id="map-anchor-1154fb5a00b7bc74" href="#" data-uuid="1154fb5a00b7bc74" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-1154fb5a00b7bc74" style="display: none;">
<div id="map-1154fb5a00b7bc74" data-address="1268 Hilltop Road, Myerstown, PA, 17067" data-latitude="40.412849" data-longitude="-76.316873" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="D">

</div>

<div class="cn-list-row-alternate vcard organization counseling" id="diakon-inroads-eap">
<div id="entry-id-1704fb5a00b7d7f7" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Diakon Inroads EAP</span>
												
<span class="org"><span class="organization-name" style="display: none;">Diakon Inroads EAP</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">William</span> <span class="contact-family-name">Killgore</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">1030 Reed Ave, Ste 102</span>   <span class="locality">Wyomissing</span>, <span class="region">PA</span>  <span class="postal-code">19610</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.378.1191</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.378.0437</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.diakon.org/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-1704fb5a00b7d7f7" href="#" data-uuid="1704fb5a00b7d7f7" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-1704fb5a00b7d7f7" style="display: none;">
<div id="map-1704fb5a00b7d7f7" data-address="1030 Reed Ave, Ste 102, Wyomissing, PA, 19610" data-latitude="40.3385109" data-longitude="-75.961743" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="A">

</div>

<div class="cn-list-row vcard organization auto-body-repair" id="a-w-goldens-fastrack-complete-car-care-center">
<div id="entry-id-174fb5a00b7f99b" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">A. W. Golden&#039;s Fastrack Complete Car Care Center</span>
												
<span class="org"><span class="organization-name" style="display: none;">A. W. Golden&#039;s Fastrack Complete Car Care Center</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Kate</span> <span class="contact-family-name">Goodman</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">2625 Centre Avenue</span>   <span class="locality">Reading</span>, <span class="region">PA</span>  <span class="postal-code">19605</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.921.9121</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.685.2621</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.fastrackccc.com/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-174fb5a00b7f99b" href="#" data-uuid="174fb5a00b7f99b" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-174fb5a00b7f99b" style="display: none;">
<div id="map-174fb5a00b7f99b" data-address="2625 Centre Avenue, Reading, PA, 19605" data-latitude="40.3709182" data-longitude="-75.9329707" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-row-alternate vcard organization contractors-general" id="abs-construction-llc">
<div id="entry-id-1504fb5a00b823e8" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">ABS Construction, LLC</span>
												
<span class="org"><span class="organization-name" style="display: none;">ABS Construction, LLC</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">John</span> <span class="contact-family-name">Thorsen</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">2300-B N 5th St Hwy</span>   <span class="locality">Reading</span>, <span class="region">PA</span>  <span class="postal-code">19605</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.921.1635</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.921.2359</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.abs-gc.com/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-1504fb5a00b823e8" href="#" data-uuid="1504fb5a00b823e8" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-1504fb5a00b823e8" style="display: none;">
<div id="map-1504fb5a00b823e8" data-address="2300-B N 5th St Hwy, Reading, PA, 19605" data-latitude="40.369652" data-longitude="-75.927534" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="L">

</div>

<div class="cn-list-row vcard organization engineers" id="larson-design-group-2">
<div id="entry-id-2414fb5a00b84356" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Larson Design Group</span>
												
<span class="org"><span class="organization-name" style="display: none;">Larson Design Group</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Marty</span> <span class="contact-family-name">Muggleton</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">1000 Commerce Park Drive</span>   <span class="locality">Williamsport</span>, <span class="region">PA</span>  <span class="postal-code">17701</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">717.824.4618</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">877.323.6603</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">717.945.7574</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.larsondesigngroup.com/lititz" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-2414fb5a00b84356" href="#" data-uuid="2414fb5a00b84356" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-2414fb5a00b84356" style="display: none;">
<div id="map-2414fb5a00b84356" data-address="1000 Commerce Park Drive, Williamsport, PA, 17701" data-latitude="41.244998" data-longitude="-76.985364" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="B">

</div>

<div class="cn-list-row-alternate vcard organization cleaning-services" id="bucks-cleaning-services">
<div id="entry-id-744fb5a00b861c5" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Buck&#039;s Cleaning Services</span>
												
<span class="org"><span class="organization-name" style="display: none;">Buck&#039;s Cleaning Services</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Michael</span> <span class="contact-family-name">Buck</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">2215 Herb Rd</span>   <span class="locality">Temple</span>, <span class="region">PA</span>  <span class="postal-code">19560</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Home Phone</span>: <span class="value">610.929.1920</span><span class="type" style="display: none;">home</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="cn-map-anchor toggle-map" id="map-anchor-744fb5a00b861c5" href="#" data-uuid="744fb5a00b861c5" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-744fb5a00b861c5" style="display: none;">
<div id="map-744fb5a00b861c5" data-address="2215 Herb Rd, Temple, PA, 19560" data-latitude="40.3894499" data-longitude="-75.897667" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="A">

</div>

<div class="cn-list-row vcard organization cleaning-services" id="apostle-building-services">
<div id="entry-id-734fb5a00b87fc7" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Apostle Building Services</span>
												
<span class="org"><span class="organization-name" style="display: none;">Apostle Building Services</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Donna</span> <span class="contact-family-name">Guzman</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">1164 Yerger Boulevard</span>   <span class="locality">West Lawn</span>, <span class="region">PA</span>  <span class="postal-code">19609</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.207.7562</span><span class="type" style="display: none;">work</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.apostlebuildingservices.com/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-734fb5a00b87fc7" href="#" data-uuid="734fb5a00b87fc7" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-734fb5a00b87fc7" style="display: none;">
<div id="map-734fb5a00b87fc7" data-address="1164 Yerger Boulevard, West Lawn, PA, 19609" data-latitude="40.3397437" data-longitude="-76.0075582" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="R">

</div>

<div class="cn-list-row-alternate vcard organization energy-services" id="richards-energy-group-inc">
<div id="entry-id-2324fb5a00b8a129" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Richards Energy Group, Inc.</span>
												
<span class="org"><span class="organization-name" style="display: none;">Richards Energy Group, Inc.</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Tina</span> <span class="contact-family-name">Warner</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">781 S. Chiques Road</span>   <span class="locality">Manheim</span>, <span class="region">PA</span>  <span class="postal-code">17545</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">717.898.6330</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">717.898.6331</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.richardsenergy.com" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-2324fb5a00b8a129" href="#" data-uuid="2324fb5a00b8a129" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-2324fb5a00b8a129" style="display: none;">
<div id="map-2324fb5a00b8a129" data-address="781 S. Chiques Road, Manheim, PA, 17545" data-latitude="40.1100272" data-longitude="-76.4448089" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="C">

</div>

<div class="cn-list-row vcard organization credit-unions" id="ctce-federal-credit-union-shillington">
<div id="entry-id-1814fb5a00b8c166" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">CTCE Federal Credit Union (Shillington)</span>
												
<span class="org"><span class="organization-name" style="display: none;">CTCE Federal Credit Union (Shillington)</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Glenn</span> <span class="contact-family-name">Potteiger</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Work</span> <span class="street-address">600 E Lancaster Ave (inside Giant Food Store)</span>   <span class="locality">Shillington</span>, <span class="region">PA</span>  <span class="postal-code">19607</span> <span class="type" style="display: none;">work</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.376.6639</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.373.5045</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://https://www.ctce.org/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-1814fb5a00b8c166" href="#" data-uuid="1814fb5a00b8c166" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-1814fb5a00b8c166" style="display: none;">
<div id="map-1814fb5a00b8c166" data-address="600 E Lancaster Ave (inside Giant Food Store), Shillington, PA, 19607" data-latitude="40.3078702" data-longitude="-75.9654896" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="T">

</div>

<div class="cn-list-row-alternate vcard organization consultants-business" id="tweed-weber-inc">
<div id="entry-id-1234fb5a00b8e129" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Tweed-Weber, Inc.</span>
												
<span class="org"><span class="organization-name" style="display: none;">Tweed-Weber, Inc.</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Alfred</span> <span class="contact-family-name">Weber</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">PO Box 112</span>   <span class="locality">Reading</span>, <span class="region">PA</span>  <span class="postal-code">19603</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.376.6615</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">800.999.6615</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.376.9161</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.tweedweber.com/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-1234fb5a00b8e129" href="#" data-uuid="1234fb5a00b8e129" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-1234fb5a00b8e129" style="display: none;">
<div id="map-1234fb5a00b8e129" data-address="PO Box 112, Reading, PA, 19603" data-latitude="40.34" data-longitude="-75.93" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="D">

</div>

<div class="cn-list-row vcard organization cleaning-services" id="davids-cleaning-service">
<div id="entry-id-754fb5a00b90676" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">David&#039;s Cleaning Service</span>
												
<span class="org"><span class="organization-name" style="display: none;">David&#039;s Cleaning Service</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">David</span> <span class="contact-family-name">Lomnychuk</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">300 Fairview Road</span>   <span class="locality">Reading</span>, <span class="region">PA</span>  <span class="postal-code">19606</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">484.706.2425</span><span class="type" style="display: none;">work</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.davidscleaning.com/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-754fb5a00b90676" href="#" data-uuid="754fb5a00b90676" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-754fb5a00b90676" style="display: none;">
<div id="map-754fb5a00b90676" data-address="300 Fairview Road, Reading, PA, 19606" data-latitude="40.290192" data-longitude="-75.8507149" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-row-alternate vcard organization internet-services" id="dynamic-net-inc">
<div id="entry-id-2524fb5a00b928f0" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Dynamic Net Inc.</span>
												
<span class="org"><span class="organization-name" style="display: none;">Dynamic Net Inc.</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Laura</span> <span class="contact-family-name">Abraham</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">13 Cowpath</span>   <span class="locality">Denver</span>, <span class="region">PA</span>  <span class="postal-code">17517</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">717.484.1062</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">888.887.6727</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">717.484.1162</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
				<a class="cn-bio-anchor toggle-div" id="bio-anchor-2524fb5a00b928f0" href="#" data-uuid="2524fb5a00b928f0" data-div-id="bio-block-2524fb5a00b928f0" data-str-show="Show Bio" data-str-hide="Close Bio">Show Bio</a>				
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.dynamicnet.net/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-2524fb5a00b928f0" href="#" data-uuid="2524fb5a00b928f0" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
				<div class="cn-bio" id="bio-block-2524fb5a00b928f0" style="display: none;"><h4>Biography</h4>


<div class="bio"><p>Dynamic Net, Inc. is a web host/server administration firm (since 1995). We pride ourselves in providing secure servers for web sites and virus/spam protected email as well as knowledgeable technical support via phone or email.</p>
</div>
<div class="cn-clear"></div></div>			</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-2524fb5a00b928f0" style="display: none;">
<div id="map-2524fb5a00b928f0" data-address="13 Cowpath, Denver, PA, 17517" data-latitude="40.2356229" data-longitude="-76.084121" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="F">

</div>

<div class="cn-list-row vcard organization automobile-dealers" id="freedom-toyota">
<div id="entry-id-214fb5a00b95348" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Freedom Toyota</span>
												
<span class="org"><span class="organization-name" style="display: none;">Freedom Toyota</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Eric</span> <span class="contact-family-name">Savage</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">41 Industrial Drive</span> <span class="street-address">PO Box 444</span>  <span class="locality">Hamburg</span>, <span class="region">PA</span>  <span class="postal-code">19526</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">484.665.0130</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">484.665.0138</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.freedomtoyota.com" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-214fb5a00b95348" href="#" data-uuid="214fb5a00b95348" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-214fb5a00b95348" style="display: none;">
<div id="map-214fb5a00b95348" data-address="41 Industrial Drive, PO Box 444, Hamburg, PA, 19526" data-latitude="40.5556484" data-longitude="-75.9818772" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="B">

</div>

<div class="cn-list-row-alternate vcard organization automobile-dealers" id="bob-fisher-chevrolet-inc-2">
<div id="entry-id-204fb5a00b9730f" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Bob Fisher Chevrolet, Inc.</span>
												
<span class="org"><span class="organization-name" style="display: none;">Bob Fisher Chevrolet, Inc.</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Ralph</span> <span class="contact-family-name">Delillo</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">4111 Pottsville Pk</span>   <span class="locality">Reading</span>, <span class="region">PA</span>  <span class="postal-code">19605</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.921.0261</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.921.2202</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.bobfisherchev.com/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-204fb5a00b9730f" href="#" data-uuid="204fb5a00b9730f" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-204fb5a00b9730f" style="display: none;">
<div id="map-204fb5a00b9730f" data-address="4111 Pottsville Pk, Reading, PA, 19605" data-latitude="40.403733" data-longitude="-75.9405178" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-row vcard organization contractors-general" id="bruni-development-group-inc">
<div id="entry-id-1534fb5a00b99291" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Bruni Development Group Inc.</span>
												
<span class="org"><span class="organization-name" style="display: none;">Bruni Development Group Inc.</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Peter</span> <span class="contact-family-name">Bruni</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">527 Court St</span>   <span class="locality">Reading</span>, <span class="region">PA</span>  <span class="postal-code">19601-3411</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.960.6808</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.482.9425</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="cn-map-anchor toggle-map" id="map-anchor-1534fb5a00b99291" href="#" data-uuid="1534fb5a00b99291" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-1534fb5a00b99291" style="display: none;">
<div id="map-1534fb5a00b99291" data-address="527 Court St, Reading, PA, 19601-3411" data-latitude="40.33623" data-longitude="-75.9268664" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="E">

</div>

<div class="cn-list-row-alternate vcard organization consultants-engineers" id="entech-engineering-inc">
<div id="entry-id-1344fb5a00b9addd" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Entech Engineering, Inc.</span>
												
<span class="org"><span class="organization-name" style="display: none;">Entech Engineering, Inc.</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Stacey</span> <span class="contact-family-name">Gunning</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">4 S 4th St</span> <span class="street-address">PO Box 32</span>  <span class="locality">Reading</span>, <span class="region">PA</span>  <span class="postal-code">19603</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.373.6667</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">800.825.1372</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.373.7537</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.entecheng.com/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-1344fb5a00b9addd" href="#" data-uuid="1344fb5a00b9addd" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-1344fb5a00b9addd" style="display: none;">
<div id="map-1344fb5a00b9addd" data-address="4 S 4th St, PO Box 32, Reading, PA, 19603" data-latitude="40.34" data-longitude="-75.93" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="M">

</div>

<div class="cn-list-row vcard organization employment-services" id="mack-employment-services-inc">
<div id="entry-id-2174fb5a00b9d386" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">MACK Employment Services Inc.</span>
												
<span class="org"><span class="organization-name" style="display: none;">MACK Employment Services Inc.</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Steve</span> <span class="contact-family-name">Pradon</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">2834 Shillington Road</span>   <span class="locality">Sinking Spring</span>, <span class="region">PA</span>  <span class="postal-code">19608</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.670.2464</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.670.5542</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.mackemployment.com" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-2174fb5a00b9d386" href="#" data-uuid="2174fb5a00b9d386" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-2174fb5a00b9d386" style="display: none;">
<div id="map-2174fb5a00b9d386" data-address="2834 Shillington Road, Sinking Spring, PA, 19608" data-latitude="40.319335" data-longitude="-76.007531" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="C">

</div>

<div class="cn-list-row-alternate vcard organization churches" id="christ-presbyterian-church">
<div id="entry-id-674fb5a00b9f0ec" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Christ Presbyterian Church</span>
												
<span class="org"><span class="organization-name" style="display: none;">Christ Presbyterian Church</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Mel</span> <span class="contact-family-name">Sensenig</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">158 Penn Ave</span>   <span class="locality">Reading</span>, <span class="region">PA</span>  <span class="postal-code">19611</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.376.0390</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.376.0392</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.christpresreading.org/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-674fb5a00b9f0ec" href="#" data-uuid="674fb5a00b9f0ec" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-674fb5a00b9f0ec" style="display: none;">
<div id="map-674fb5a00b9f0ec" data-address="158 Penn Ave, Reading, PA, 19611" data-latitude="40.3347623" data-longitude="-75.9418041" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="T">

</div>

<div class="cn-list-row vcard organization consultants-engineers" id="traffic-planning-and-design-inc-tpd">
<div id="entry-id-1414fb5a00ba0ddc" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Traffic Planning and Design, Inc. (TPD)</span>
												
<span class="org"><span class="organization-name" style="display: none;">Traffic Planning and Design, Inc. (TPD)</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Matthew</span> <span class="contact-family-name">Hammond</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">2500 E High St</span> <span class="street-address">Ste 650</span>  <span class="locality">Pottstown</span>, <span class="region">PA</span>  <span class="postal-code">19464</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.326.3100</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.326.9410</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.trafficpd.com/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-1414fb5a00ba0ddc" href="#" data-uuid="1414fb5a00ba0ddc" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-1414fb5a00ba0ddc" style="display: none;">
<div id="map-1414fb5a00ba0ddc" data-address="2500 E High St, Ste 650, Pottstown, PA, 19464" data-latitude="40.244673" data-longitude="-75.590669" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="S">

</div>

<div class="cn-list-row-alternate vcard organization veterinarians" id="silver-maple-vet-clinic-inc">
<div id="entry-id-2664fb5a00ba2aa0" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Silver Maple Vet Clinic, Inc.</span>
												
<span class="org"><span class="organization-name" style="display: none;">Silver Maple Vet Clinic, Inc.</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Roslyn</span> <span class="contact-family-name">Fenerty</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">14993 Kutztown Rd</span>   <span class="locality">Kutztown</span>, <span class="region">PA</span>  <span class="postal-code">19530</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.683.7988</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.683.5294</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.silvermaplevet.com/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-2664fb5a00ba2aa0" href="#" data-uuid="2664fb5a00ba2aa0" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-2664fb5a00ba2aa0" style="display: none;">
<div id="map-2664fb5a00ba2aa0" data-address="14993 Kutztown Rd, Kutztown, PA, 19530" data-latitude="40.500289" data-longitude="-75.799776" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="E">

</div>

<div class="cn-list-row vcard organization contractors-general" id="emmaus-constructors-inc">
<div id="entry-id-1574fb5a00ba4741" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Emmaus Constructors, Inc.</span>
												
<span class="org"><span class="organization-name" style="display: none;">Emmaus Constructors, Inc.</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Harold</span> <span class="contact-family-name">Harr</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">1540 Chestnut St</span>   <span class="locality">Emmaus</span>, <span class="region">PA</span>  <span class="postal-code">18049</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.967.5470</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.966.0263</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="cn-map-anchor toggle-map" id="map-anchor-1574fb5a00ba4741" href="#" data-uuid="1574fb5a00ba4741" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-1574fb5a00ba4741" style="display: none;">
<div id="map-1574fb5a00ba4741" data-address="1540 Chestnut St, Emmaus, PA, 18049" data-latitude="40.525112" data-longitude="-75.513522" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="A">

</div>

<div class="cn-list-row-alternate vcard organization employment-services" id="adecco-employment-services">
<div id="entry-id-2084fb5a00ba60c6" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Adecco Employment Services</span>
												
<span class="org"><span class="organization-name" style="display: none;">Adecco Employment Services</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Jennifer</span> <span class="contact-family-name">Myers</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">320 Abington Dr</span>   <span class="locality">Wyomissing</span>, <span class="region">PA</span>  <span class="postal-code">19610</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.796.2490</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">888.682.3322</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.796.2496</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>

<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">631.844.7400</span><span class="type" style="display: none;">work</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.adecco.com" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-2084fb5a00ba60c6" href="#" data-uuid="2084fb5a00ba60c6" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-2084fb5a00ba60c6" style="display: none;">
<div id="map-2084fb5a00ba60c6" data-address="320 Abington Dr, Wyomissing, PA, 19610" data-latitude="40.3408754" data-longitude="-75.9882185" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="G">

</div>

<div class="cn-list-row vcard organization caterers" id="gourmet-corner">
<div id="entry-id-554fb5a00ba7e75" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Gourmet Corner</span>
												
<span class="org"><span class="organization-name" style="display: none;">Gourmet Corner</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Deborah</span> <span class="contact-family-name">Fuoti</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">5th St Hwy</span>   <span class="locality">Reading</span>, <span class="region">PA</span>  <span class="postal-code">19605</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.929.6131</span><span class="type" style="display: none;">work</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="cn-map-anchor toggle-map" id="map-anchor-554fb5a00ba7e75" href="#" data-uuid="554fb5a00ba7e75" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-554fb5a00ba7e75" style="display: none;">
<div id="map-554fb5a00ba7e75" data-address="5th St Hwy, Reading, PA, 19605" data-latitude="40.3772361" data-longitude="-75.927034" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="L">

</div>

<div class="cn-list-row-alternate vcard organization engineers" id="ludgate-engineering-corporation">
<div id="entry-id-2424fb5a00ba9829" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Ludgate Engineering Corporation</span>
												
<span class="org"><span class="organization-name" style="display: none;">Ludgate Engineering Corporation</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Robert</span> <span class="contact-family-name">Ludgate</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">10 Vanguard Dr</span> <span class="street-address">Ste 90</span>  <span class="locality">Reading</span>, <span class="region">PA</span>  <span class="postal-code">19606</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.404.7330</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.404.7371</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.ludgate-eng.com" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-2424fb5a00ba9829" href="#" data-uuid="2424fb5a00ba9829" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-2424fb5a00ba9829" style="display: none;">
<div id="map-2424fb5a00ba9829" data-address="10 Vanguard Dr, Ste 90, Reading, PA, 19606" data-latitude="40.283476" data-longitude="-75.840676" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="C">

</div>

<div class="cn-list-row vcard organization engineers" id="continental-tide-defense-systems-inc">
<div id="entry-id-2354fb5a00bab59d" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Continental Tide Defense Systems, Inc.</span>
												
<span class="org"><span class="organization-name" style="display: none;">Continental Tide Defense Systems, Inc.</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Keith</span> <span class="contact-family-name">Reidinger</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">49 Commerce Drive</span>   <span class="locality">Wyomissing</span>, <span class="region">PA</span>  <span class="postal-code">19610</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.620.4368</span><span class="type" style="display: none;">work</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.continentaltide.com" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-2354fb5a00bab59d" href="#" data-uuid="2354fb5a00bab59d" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-2354fb5a00bab59d" style="display: none;">
<div id="map-2354fb5a00bab59d" data-address="49 Commerce Drive, Wyomissing, PA, 19610" data-latitude="40.347566" data-longitude="-75.990199" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="S">

</div>

<div class="cn-list-row-alternate vcard organization engineers" id="stackhouse-bensinger-inc">
<div id="entry-id-2444fb5a00bad6f9" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Stackhouse Bensinger, Inc.</span>
												
<span class="org"><span class="organization-name" style="display: none;">Stackhouse Bensinger, Inc.</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Robert</span> <span class="contact-family-name">Stackhouse</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">330 Revere Blvd</span>   <span class="locality">Sinking Spring</span>, <span class="region">PA</span>  <span class="postal-code">19608</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.777.8000</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.796.2983</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.stseinc.com" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-2444fb5a00bad6f9" href="#" data-uuid="2444fb5a00bad6f9" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-2444fb5a00bad6f9" style="display: none;">
<div id="map-2444fb5a00bad6f9" data-address="330 Revere Blvd, Sinking Spring, PA, 19608" data-latitude="40.310654" data-longitude="-75.990151" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="F">

</div>

<div class="cn-list-row vcard organization employee-counseling" id="family-guidance-center-2">
<div id="entry-id-2064fb5a00baf4e4" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Family Guidance Center</span>
												
<span class="org"><span class="organization-name" style="display: none;">Family Guidance Center</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Kimberly</span> <span class="contact-family-name">McConnell</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">1235 Penn Ave</span> <span class="street-address">Ste 205</span>  , <span class="region">PA</span>  <span class="postal-code">19610</span> <span class="country-name">Wyomissing</span><span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.374.4963</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.378.5403</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.familyguidancecenter.com" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-2064fb5a00baf4e4" href="#" data-uuid="2064fb5a00baf4e4" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-2064fb5a00baf4e4" style="display: none;">
<div id="map-2064fb5a00baf4e4" data-address="1235 Penn Ave, Ste 205, PA, 19610" data-latitude="40.334036" data-longitude="-75.965065" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="J">

</div>

<div class="cn-list-row-alternate vcard organization dentists" id="j-stephen-hottenstein-d-d-s-ltd">
<div id="entry-id-1914fb5a00bb1337" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">J. Stephen Hottenstein, D.D.S., Ltd.</span>
												
<span class="org"><span class="organization-name" style="display: none;">J. Stephen Hottenstein, D.D.S., Ltd.</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Stephen</span> <span class="contact-family-name">Hottenstein</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Work</span> <span class="street-address">First &amp; Peach Sts</span> <span class="street-address">PO Box 724</span>  <span class="locality">Leesport</span>, <span class="region">PA</span>  <span class="postal-code">19533</span> <span class="type" style="display: none;">work</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.926.5705</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.926.6446</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="cn-map-anchor toggle-map" id="map-anchor-1914fb5a00bb1337" href="#" data-uuid="1914fb5a00bb1337" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-1914fb5a00bb1337" style="display: none;">
<div id="map-1914fb5a00bb1337" data-address="First &amp; Peach Sts, PO Box 724, Leesport, PA, 19533" data-latitude="40.4470377" data-longitude="-75.9663221" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="B">

</div>

<div class="cn-list-row vcard organization dentists" id="berkshire-dental-associates-ltd">
<div id="entry-id-1894fb5a00bb2e42" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Berkshire Dental Associates, Ltd.</span>
												
<span class="org"><span class="organization-name" style="display: none;">Berkshire Dental Associates, Ltd.</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Robert</span> <span class="contact-family-name">Shuttlesworth</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Work</span> <span class="street-address">1260 Broadcasting Rd, Ste 100</span>   <span class="locality">Wyomissing</span>, <span class="region">PA</span>  <span class="postal-code">19610</span> <span class="type" style="display: none;">work</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.376.3210</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.376.2140</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="cn-map-anchor toggle-map" id="map-anchor-1894fb5a00bb2e42" href="#" data-uuid="1894fb5a00bb2e42" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-1894fb5a00bb2e42" style="display: none;">
<div id="map-1894fb5a00bb2e42" data-address="1260 Broadcasting Rd, Ste 100, Wyomissing, PA, 19610" data-latitude="40.349671" data-longitude="-75.9855539" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="E">

</div>

<div class="cn-list-row-alternate vcard organization counseling" id="east-coast-recovery-services">
<div id="entry-id-1714fb5a00bb4822" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">East Coast Recovery Services</span>
												
<span class="org"><span class="organization-name" style="display: none;">East Coast Recovery Services</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Brian</span> <span class="contact-family-name">Halstead</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">1155 Penn Avenue</span>   <span class="locality">Wyomissing</span>, <span class="region">PA</span>  <span class="postal-code">19610</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.621.5223</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.621.2570</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="cn-map-anchor toggle-map" id="map-anchor-1714fb5a00bb4822" href="#" data-uuid="1714fb5a00bb4822" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-1714fb5a00bb4822" style="display: none;">
<div id="map-1714fb5a00bb4822" data-address="1155 Penn Avenue, Wyomissing, PA, 19610" data-latitude="40.334026" data-longitude="-75.963645" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="S">

</div>

<div class="cn-list-row vcard organization beauty-salons" id="salon-desiree">
<div id="entry-id-334fb5a00bb60dc" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Salon Desiree</span>
												
<span class="org"><span class="organization-name" style="display: none;">Salon Desiree</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Desiree</span> <span class="contact-family-name">Heinz</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">2023 Penn Ave</span>   <span class="locality">West Lawn</span>, <span class="region">PA</span>  <span class="postal-code">19609</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.678.7678</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.678.7425</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.salondesiree.com/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-334fb5a00bb60dc" href="#" data-uuid="334fb5a00bb60dc" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-334fb5a00bb60dc" style="display: none;">
<div id="map-334fb5a00bb60dc" data-address="2023 Penn Ave, West Lawn, PA, 19609" data-latitude="40.327854" data-longitude="-75.988668" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="T">

</div>

<div class="cn-list-row-alternate vcard organization carpet-cleaners" id="the-hitchcock-group-cleaning-restoration">
<div id="entry-id-474fb5a00bb7d4f" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">The Hitchcock Group Cleaning &amp; Restoration</span>
												
<span class="org"><span class="organization-name" style="display: none;">The Hitchcock Group Cleaning &amp; Restoration</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">LuAnn</span> <span class="contact-family-name">Seyler</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">536 Blandon Road</span>   <span class="locality">Fleetwood</span>, <span class="region">PA</span>  <span class="postal-code">19522</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.944.0433</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">800.698.0433</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.944.0434</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.teamhitchcock.com/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-474fb5a00bb7d4f" href="#" data-uuid="474fb5a00bb7d4f" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-474fb5a00bb7d4f" style="display: none;">
<div id="map-474fb5a00bb7d4f" data-address="536 Blandon Road, Fleetwood, PA, 19522" data-latitude="40.4152993" data-longitude="-75.857477" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="S">

</div>

<div class="cn-list-row vcard organization engineers" id="systems-design-engineering-inc">
<div id="entry-id-2454fb5a00bb9bd2" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Systems Design Engineering, Inc.</span>
												
<span class="org"><span class="organization-name" style="display: none;">Systems Design Engineering, Inc.</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Thomas</span> <span class="contact-family-name">Unger</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">1032 James Dr</span>   <span class="locality">Leesport</span>, <span class="region">PA</span>  <span class="postal-code">19533</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.916.8500</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.916.8501</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.sdei.net" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-2454fb5a00bb9bd2" href="#" data-uuid="2454fb5a00bb9bd2" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-2454fb5a00bb9bd2" style="display: none;">
<div id="map-2454fb5a00bb9bd2" data-address="1032 James Dr, Leesport, PA, 19533" data-latitude="40.391808" data-longitude="-75.998146" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="W">

</div>

<div class="cn-list-row-alternate vcard organization apartments" id="wynnewood-at-wyomissing-apartmentsnpi-management-corp">
<div id="entry-id-164fb5a00bbb8eb" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Wynnewood at Wyomissing Apartments/NPI Management Corp.</span>
												
<span class="org"><span class="organization-name" style="display: none;">Wynnewood at Wyomissing Apartments/NPI Management Corp.</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Eric</span> <span class="contact-family-name">Gronwaldt</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">855 N Park Rd</span>   <span class="locality">Wyomissing</span>, <span class="region">PA</span>  <span class="postal-code">19610</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.376.4116</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.376.4118</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="cn-map-anchor toggle-map" id="map-anchor-164fb5a00bbb8eb" href="#" data-uuid="164fb5a00bbb8eb" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-164fb5a00bbb8eb" style="display: none;">
<div id="map-164fb5a00bbb8eb" data-address="855 N Park Rd, Wyomissing, PA, 19610" data-latitude="40.348171" data-longitude="-75.956206" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="H">

</div>

<div class="cn-list-row vcard organization churches" id="hamburg-bible-church">
<div id="entry-id-704fb5a00bbd2f5" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Hamburg Bible Church</span>
												
<span class="org"><span class="organization-name" style="display: none;">Hamburg Bible Church</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Isaac</span> <span class="contact-family-name">Crockett</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">731 Port Clinton Avenue</span>   <span class="locality">Hamburg</span>, <span class="region">PA</span>  <span class="postal-code">19526</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.562.0747</span><span class="type" style="display: none;">work</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.hamburgbiblechurch.org/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-704fb5a00bbd2f5" href="#" data-uuid="704fb5a00bbd2f5" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-704fb5a00bbd2f5" style="display: none;">
<div id="map-704fb5a00bbd2f5" data-address="731 Port Clinton Avenue, Hamburg, PA, 19526" data-latitude="40.567707" data-longitude="-75.992509" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="E">

</div>

<div class="cn-list-row-alternate vcard organization consultants-mgmt" id="e-t-m-associates-inc">
<div id="entry-id-1444fb5a00bbef38" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">E. T. M. Associates, Inc.</span>
												
<span class="org"><span class="organization-name" style="display: none;">E. T. M. Associates, Inc.</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Stella</span> <span class="contact-family-name">Deeble</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">PO Box 564</span>   <span class="locality">Douglassville</span>, <span class="region">PA</span>  <span class="postal-code">19518-0564</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">484.332.3331</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.689.0572</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.etmassociates.com/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-1444fb5a00bbef38" href="#" data-uuid="1444fb5a00bbef38" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-1444fb5a00bbef38" style="display: none;">
<div id="map-1444fb5a00bbef38" data-address="PO Box 564, Douglassville, PA, 19518-0564" data-latitude="40.2581117" data-longitude="-75.7262916" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="D">

</div>

<div class="cn-list-row vcard organization sewing-machines" id="don-kauffmans-sewing-machines">
<div id="entry-id-2624fb5a00bc0d1d" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Don Kauffman&#039;s Sewing Machines</span>
												
<span class="org"><span class="organization-name" style="display: none;">Don Kauffman&#039;s Sewing Machines</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Terry</span> <span class="contact-family-name">Dillman</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">4933 Kutztown Rd</span>   <span class="locality">Temple</span>, <span class="region">PA</span>  <span class="postal-code">19560</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.929.1788</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">888.243.3622</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.929.5337</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.donkauffmansewing.com/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-2624fb5a00bc0d1d" href="#" data-uuid="2624fb5a00bc0d1d" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-2624fb5a00bc0d1d" style="display: none;">
<div id="map-2624fb5a00bc0d1d" data-address="4933 Kutztown Rd, Temple, PA, 19560" data-latitude="40.409811" data-longitude="-75.91996" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="L">

</div>

<div class="cn-list-row-alternate vcard organization automobile-dealers" id="lexus-of-chester-springs">
<div id="entry-id-224fb5a00bc2bc7" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Lexus of Chester Springs</span>
												
<span class="org"><span class="organization-name" style="display: none;">Lexus of Chester Springs</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Tom</span> <span class="contact-family-name">Martellacci</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">400 Pottstown Pike</span>   <span class="locality">Chester Springs</span>, <span class="region">PA</span>  <span class="postal-code">19425</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.321.8024</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.321.8181</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.lexusofchestersprings.com" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-224fb5a00bc2bc7" href="#" data-uuid="224fb5a00bc2bc7" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-224fb5a00bc2bc7" style="display: none;">
<div id="map-224fb5a00bc2bc7" data-address="400 Pottstown Pike, Chester Springs, PA, 19425" data-latitude="40.0914622" data-longitude="-75.6929083" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="S">

</div>

<div class="cn-list-row vcard organization cleaning-services" id="stubbs-inc-2">
<div id="entry-id-814fb5a00bc4983" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Stubbs, Inc.</span>
												
<span class="org"><span class="organization-name" style="display: none;">Stubbs, Inc.</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Nelson</span> <span class="contact-family-name">Stubbs</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">613 North Third Street</span>   <span class="locality">Reading</span>, <span class="region">PA</span>  <span class="postal-code">19601</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.375.0274</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.375.8274</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://stubbscleaning.com/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-814fb5a00bc4983" href="#" data-uuid="814fb5a00bc4983" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-814fb5a00bc4983" style="display: none;">
<div id="map-814fb5a00bc4983" data-address="613 North Third Street, Reading, PA, 19601" data-latitude="40.345121" data-longitude="-75.931177" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="C">

</div>

<div class="cn-list-row-alternate vcard organization beauty-salons" id="cinergi-salon-spa">
<div id="entry-id-314fb5a00bc6673" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Cinergi Salon-Spa</span>
												
<span class="org"><span class="organization-name" style="display: none;">Cinergi Salon-Spa</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Georgene</span> <span class="contact-family-name">Marmarou</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">220 N Park Rd</span>   <span class="locality">Wyomissing</span>, <span class="region">PA</span>  <span class="postal-code">19610</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.478.8775</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.288.2406</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.cinergi.org/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-314fb5a00bc6673" href="#" data-uuid="314fb5a00bc6673" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-314fb5a00bc6673" style="display: none;">
<div id="map-314fb5a00bc6673" data-address="220 N Park Rd, Wyomissing, PA, 19610" data-latitude="40.339446" data-longitude="-75.958577" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="A">

</div>

<div class="cn-list-row vcard organization contractors-general" id="all-phase-llc">
<div id="entry-id-1514fb5a00bc845c" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">All Phase LLC</span>
												
<span class="org"><span class="organization-name" style="display: none;">All Phase LLC</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Andres</span> <span class="contact-family-name">Acuna</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">1712 Eckert Ave</span>   <span class="locality">Reading</span>, <span class="region">PA</span>  <span class="postal-code">19602</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">484.794.1508</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.898.4491</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.allphasellc.com/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-1514fb5a00bc845c" href="#" data-uuid="1514fb5a00bc845c" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-1514fb5a00bc845c" style="display: none;">
<div id="map-1514fb5a00bc845c" data-address="1712 Eckert Ave, Reading, PA, 19602" data-latitude="40.3327955" data-longitude="-75.9065035" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="N">

</div>

<div class="cn-list-row-alternate vcard organization cleaning-services" id="natural-cleaning-solutions-llc">
<div id="entry-id-794fb5a00bde9fa" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Natural Cleaning Solutions, LLC</span>
												
<span class="org"><span class="organization-name" style="display: none;">Natural Cleaning Solutions, LLC</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Diane</span> <span class="contact-family-name">Johnson</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">42 N. Calais Drive</span>   <span class="locality">Reading</span>, <span class="region">PA</span>  <span class="postal-code">19605</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Home Phone</span>: <span class="value">267.261.2098</span><span class="type" style="display: none;">home</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.naturalcleaningsolutions.org/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-794fb5a00bde9fa" href="#" data-uuid="794fb5a00bde9fa" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-794fb5a00bde9fa" style="display: none;">
<div id="map-794fb5a00bde9fa" data-address="42 N. Calais Drive, Reading, PA, 19605" data-latitude="40.428559" data-longitude="-75.928926" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="A">

</div>

<div class="cn-list-row vcard organization employment-services" id="advance-personnel-staffing-inc">
<div id="entry-id-2094fb5a00be0b57" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Advance Personnel Staffing, Inc.</span>
												
<span class="org"><span class="organization-name" style="display: none;">Advance Personnel Staffing, Inc.</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Rosemarie</span> <span class="contact-family-name">LaManna</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">518 Elm Street</span>   <span class="locality">Reading</span>, <span class="region">PA</span>  <span class="postal-code">19601</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.372.2727</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.374.4065</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://apsreading.com" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-2094fb5a00be0b57" href="#" data-uuid="2094fb5a00be0b57" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-2094fb5a00be0b57" style="display: none;">
<div id="map-2094fb5a00be0b57" data-address="518 Elm Street, Reading, PA, 19601" data-latitude="40.339776" data-longitude="-75.926945" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-row-alternate vcard organization bookkeeping-services" id="acr-metal-roofing-siding-distributors-llc">
<div id="entry-id-404fb5a00be3259" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">ACR Metal Roofing &amp; Siding Distributors, LLC</span>
												
<span class="org"><span class="organization-name" style="display: none;">ACR Metal Roofing &amp; Siding Distributors, LLC</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Lisa</span> <span class="contact-family-name">Drebushenko</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">130 Bran Rd</span>   <span class="locality">Sinking Spring</span>, <span class="region">PA</span>  <span class="postal-code">19608</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.670.6523</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">800.325.1247</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.670.6530</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.acrmetal.com/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-404fb5a00be3259" href="#" data-uuid="404fb5a00be3259" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-404fb5a00be3259" style="display: none;">
<div id="map-404fb5a00be3259" data-address="130 Bran Rd, Sinking Spring, PA, 19608" data-latitude="40.293361" data-longitude="-76.0561029" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="N">

</div>

<div class="cn-list-row vcard organization educational-services" id="new-story">
<div id="entry-id-2004fb5a00c0992f" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">New Story</span>
												
<span class="org"><span class="organization-name" style="display: none;">New Story</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Tara</span> <span class="contact-family-name">Koretz</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">1150 Wyoming Ave</span>   <span class="locality">Wyoming</span>, <span class="region">PA</span>  <span class="postal-code">18644</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.396.3672</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.396.3679</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.newstory.com" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-2004fb5a00c0992f" href="#" data-uuid="2004fb5a00c0992f" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-2004fb5a00c0992f" style="display: none;">
<div id="map-2004fb5a00c0992f" data-address="1150 Wyoming Ave, Wyoming, PA, 18644" data-latitude="41.3009002" data-longitude="-75.8542987" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="U">

</div>

<div class="cn-list-row-alternate vcard organization computers-consultants" id="uptime-netmanagement-inc">
<div id="entry-id-1014fb5a00c0f9d9" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Uptime NetManagement, Inc.</span>
												
<span class="org"><span class="organization-name" style="display: none;">Uptime NetManagement, Inc.</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Donna</span> <span class="contact-family-name">Moyer</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">609 Weaver Rd</span>   <span class="locality">Morgantown</span>, <span class="region">PA</span>  <span class="postal-code">19543</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.621.1244</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.621.1730</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.uptimenmi.com/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-1014fb5a00c0f9d9" href="#" data-uuid="1014fb5a00c0f9d9" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-1014fb5a00c0f9d9" style="display: none;">
<div id="map-1014fb5a00c0f9d9" data-address="609 Weaver Rd, Morgantown, PA, 19543" data-latitude="40.207227" data-longitude="-75.891649" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="B">

</div>

<div class="cn-list-row vcard organization agriculture" id="berks-county-farm-bureau">
<div id="entry-id-74fb5a00c1277f" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Berks County Farm Bureau</span>
												
<span class="org"><span class="organization-name" style="display: none;">Berks County Farm Bureau</span></span>
											</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">315 S Baumstown Rd</span>   <span class="locality">Birdsboro</span>, <span class="region">PA</span>  <span class="postal-code">19508</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.582.7443</span><span class="type" style="display: none;">work</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="cn-map-anchor toggle-map" id="map-anchor-74fb5a00c1277f" href="#" data-uuid="74fb5a00c1277f" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-74fb5a00c1277f" style="display: none;">
<div id="map-74fb5a00c1277f" data-address="315 S Baumstown Rd, Birdsboro, PA, 19508" data-latitude="40.274397" data-longitude="-75.7999619" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="A">

</div>

<div class="cn-list-row-alternate vcard organization collection-agencies" id="accounts-management-services-inc">
<div id="entry-id-824fb5a00c14846" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Accounts Management Services, Inc.</span>
												
<span class="org"><span class="organization-name" style="display: none;">Accounts Management Services, Inc.</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Jeffrey</span> <span class="contact-family-name">Xavios</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">938 N 8th St</span>   <span class="locality">Reading</span>, <span class="region">PA</span>  <span class="postal-code">19604</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.375.0213</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">800.845.7941</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.375.6285</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.amscollectionsinc.com/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-824fb5a00c14846" href="#" data-uuid="824fb5a00c14846" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-824fb5a00c14846" style="display: none;">
<div id="map-824fb5a00c14846" data-address="938 N 8th St, Reading, PA, 19604" data-latitude="40.349928" data-longitude="-75.920606" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="D">

</div>

<div class="cn-list-row vcard organization contractors-general" id="delaware-valley-contractors">
<div id="entry-id-1554fb5a00c16e89" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Delaware Valley Contractors</span>
												
<span class="org"><span class="organization-name" style="display: none;">Delaware Valley Contractors</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Russ</span> <span class="contact-family-name">Oswalt</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">225 Warren St</span>   <span class="locality">Reading</span>, <span class="region">PA</span>  <span class="postal-code">19601-1723</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.372.6511</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.372.3402</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="cn-map-anchor toggle-map" id="map-anchor-1554fb5a00c16e89" href="#" data-uuid="1554fb5a00c16e89" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-1554fb5a00c16e89" style="display: none;">
<div id="map-1554fb5a00c16e89" data-address="225 Warren St, Reading, PA, 19601-1723" data-latitude="40.3536353" data-longitude="-75.9534421" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="A">

</div>

<div class="cn-list-row-alternate vcard organization consultants-business" id="action-coach-of-central-pennsylvania">
<div id="entry-id-1174fb5a00c18df4" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Action Coach of Central Pennsylvania</span>
												
<span class="org"><span class="organization-name" style="display: none;">Action Coach of Central Pennsylvania</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">David</span> <span class="contact-family-name">Johnson</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">21 Josephs Way</span>   <span class="locality">Reading</span>, <span class="region">PA</span>  <span class="postal-code">19607</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">717.271.4323</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">717.271.4323</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.796.2469</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.coachmybiz.com/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-1174fb5a00c18df4" href="#" data-uuid="1174fb5a00c18df4" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-1174fb5a00c18df4" style="display: none;">
<div id="map-1174fb5a00c18df4" data-address="21 Josephs Way, Reading, PA, 19607" data-latitude="40.2938683" data-longitude="-76.0008306" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="S">

</div>

<div class="cn-list-row vcard organization beauty-salons" id="shear-envy-beauty-salon-llp">
<div id="entry-id-354fb5a00c1ade1" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Shear Envy Beauty Salon, LLP</span>
												
<span class="org"><span class="organization-name" style="display: none;">Shear Envy Beauty Salon, LLP</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Jennifer</span> <span class="contact-family-name">Scolastico</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">2221 Penn Avenue</span>   <span class="locality">West Lawn</span>, <span class="region">PA</span>  <span class="postal-code">19609</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.670.5099</span><span class="type" style="display: none;">work</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="cn-map-anchor toggle-map" id="map-anchor-354fb5a00c1ade1" href="#" data-uuid="354fb5a00c1ade1" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-354fb5a00c1ade1" style="display: none;">
<div id="map-354fb5a00c1ade1" data-address="2221 Penn Avenue, West Lawn, PA, 19609" data-latitude="40.327512" data-longitude="-75.99284" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="T">

</div>

<div class="cn-list-row-alternate vcard organization banquet-facilities" id="toscani-events-by-viva">
<div id="entry-id-294fb5a00c1c7a0" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Toscani Events by VIVA&#039;</span>
												
<span class="org"><span class="organization-name" style="display: none;">Toscani Events by VIVA&#039;</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Jeffrey</span> <span class="contact-family-name">Hettinger</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">1101 Rocky Drive</span>   <span class="locality">West Lawn</span>, <span class="region">PA</span>  <span class="postal-code">19609</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.685.3990 Ext.400</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.376.1608</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.vivagoodlife.com/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-294fb5a00c1c7a0" href="#" data-uuid="294fb5a00c1c7a0" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-294fb5a00c1c7a0" style="display: none;">
<div id="map-294fb5a00c1c7a0" data-address="1101 Rocky Drive, West Lawn, PA, 19609" data-latitude="40.342641" data-longitude="-76.001352" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="P">

</div>

<div class="cn-list-row vcard organization automobile-dealers" id="performance-motors-inc">
<div id="entry-id-244fb5a00c1e629" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Performance Motors, Inc.</span>
												
<span class="org"><span class="organization-name" style="display: none;">Performance Motors, Inc.</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Jim</span> <span class="contact-family-name">Blickle</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">Rt 422 West</span> <span class="street-address">Box 2198</span>  <span class="locality">Sinking Spring</span>, <span class="region">PA</span>  <span class="postal-code">19608</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.678.3425</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.678.8020</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.performancetoyotavolvo.com/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-244fb5a00c1e629" href="#" data-uuid="244fb5a00c1e629" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-244fb5a00c1e629" style="display: none;">
<div id="map-244fb5a00c1e629" data-address="Rt 422 West, Box 2198, Sinking Spring, PA, 19608" data-latitude="40.3273146" data-longitude="-76.0110489" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="H">

</div>

<div class="cn-list-row-alternate vcard organization parks-recreation" id="hawk-mountain-sanctuary-association">
<div id="entry-id-2594fb5a00c20725" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Hawk Mountain Sanctuary Association</span>
												
<span class="org"><span class="organization-name" style="display: none;">Hawk Mountain Sanctuary Association</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Mary</span> <span class="contact-family-name">Linkevich</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">1700 Hawk Mountain Rd</span>   <span class="locality">Kempton</span>, <span class="region">PA</span>  <span class="postal-code">19529-9379</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.756.6961</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.756.4468</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.hawkmountain.org/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-2594fb5a00c20725" href="#" data-uuid="2594fb5a00c20725" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-2594fb5a00c20725" style="display: none;">
<div id="map-2594fb5a00c20725" data-address="1700 Hawk Mountain Rd, Kempton, PA, 19529-9379" data-latitude="40.635198" data-longitude="-75.987625" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="P">

</div>

<div class="cn-list-row vcard organization contractors-general" id="perrotto-builders-ltd">
<div id="entry-id-1644fb5a00c2274d" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Perrotto Builders, Ltd.</span>
												
<span class="org"><span class="organization-name" style="display: none;">Perrotto Builders, Ltd.</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">James</span> <span class="contact-family-name">Radwanski</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">426 Warren St</span>   <span class="locality">Reading</span>, <span class="region">PA</span>  <span class="postal-code">19601</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.375.3220</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.372.3603</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.perrottobuilders.com/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-1644fb5a00c2274d" href="#" data-uuid="1644fb5a00c2274d" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-1644fb5a00c2274d" style="display: none;">
<div id="map-1644fb5a00c2274d" data-address="426 Warren St, Reading, PA, 19601" data-latitude="40.355406" data-longitude="-75.949237" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="T">

</div>

<div class="cn-list-row-alternate vcard organization cleaning-services" id="the-hitchcock-group-cleaning-restoration-2">
<div id="entry-id-764fb5a00c24770" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">The Hitchcock Group Cleaning &amp; Restoration</span>
												
<span class="org"><span class="organization-name" style="display: none;">The Hitchcock Group Cleaning &amp; Restoration</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">LuAnn</span> <span class="contact-family-name">Seyler</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">536 Blandon Road</span>   <span class="locality">Fleetwood</span>, <span class="region">PA</span>  <span class="postal-code">19522</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.944.0433</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">800.698.0433</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.944.0434</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.teamhitchcock.com/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-764fb5a00c24770" href="#" data-uuid="764fb5a00c24770" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-764fb5a00c24770" style="display: none;">
<div id="map-764fb5a00c24770" data-address="536 Blandon Road, Fleetwood, PA, 19522" data-latitude="40.4152993" data-longitude="-75.857477" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="E">

</div>

<div class="cn-list-row vcard organization consultants-engineers" id="espi">
<div id="entry-id-1354fb5a00c26956" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">ESPI</span>
												
<span class="org"><span class="organization-name" style="display: none;">ESPI</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Mark</span> <span class="contact-family-name">Napierkowski</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">44 West Walnut Street</span>   <span class="locality">Bethlehem</span>, <span class="region">PA</span>  <span class="postal-code">18018</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.867.4340</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.867.4163</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.ent-sys.com/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-1354fb5a00c26956" href="#" data-uuid="1354fb5a00c26956" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-1354fb5a00c26956" style="display: none;">
<div id="map-1354fb5a00c26956" data-address="44 West Walnut Street, Bethlehem, PA, 18018" data-latitude="40.6217748" data-longitude="-75.3802735" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="W">

</div>

<div class="cn-list-row-alternate vcard organization computers-consultants" id="weidenhammer">
<div id="entry-id-1024fb5a00c28af1" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Weidenhammer</span>
												
<span class="org"><span class="organization-name" style="display: none;">Weidenhammer</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">John</span> <span class="contact-family-name">Weidenhammer</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">935 Berkshire Blvd</span>   <span class="locality">Wyomissing</span>, <span class="region">PA</span>  <span class="postal-code">19610-0218</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.378.8600</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.378.9409</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.hammer.net/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-1024fb5a00c28af1" href="#" data-uuid="1024fb5a00c28af1" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-1024fb5a00c28af1" style="display: none;">
<div id="map-1024fb5a00c28af1" data-address="935 Berkshire Blvd, Wyomissing, PA, 19610-0218" data-latitude="40.349039" data-longitude="-75.970517" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="R">

</div>

<div class="cn-list-row vcard organization credit-unions" id="riverfront-federal-credit-union">
<div id="entry-id-1864fb5a00c2aa08" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Riverfront Federal Credit Union</span>
												
<span class="org"><span class="organization-name" style="display: none;">Riverfront Federal Credit Union</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Vincent</span> <span class="contact-family-name">Paolini</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Work</span> <span class="street-address">430 South 4th St</span>   <span class="locality">Reading</span>, <span class="region">PA</span>  <span class="postal-code">19602</span> <span class="type" style="display: none;">work</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.374.8351</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">800.451.3477</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.374.0539</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.riverfrontfcu.org/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-1864fb5a00c2aa08" href="#" data-uuid="1864fb5a00c2aa08" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-1864fb5a00c2aa08" style="display: none;">
<div id="map-1864fb5a00c2aa08" data-address="430 South 4th St, Reading, PA, 19602" data-latitude="40.328157" data-longitude="-75.930648" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="G">

</div>

<div class="cn-list-row-alternate vcard organization employment-services" id="gwr-personnel-resources-inc">
<div id="entry-id-2154fb5a00c2ca19" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">GWR Personnel Resources, Inc.</span>
												
<span class="org"><span class="organization-name" style="display: none;">GWR Personnel Resources, Inc.</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Gary</span> <span class="contact-family-name">Rogers</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">240 Atlantic Ave</span>   <span class="locality">Reading</span>, <span class="region">PA</span>  <span class="postal-code">19608-9542</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.373.4343</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.373.8926</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="cn-map-anchor toggle-map" id="map-anchor-2154fb5a00c2ca19" href="#" data-uuid="2154fb5a00c2ca19" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-2154fb5a00c2ca19" style="display: none;">
<div id="map-2154fb5a00c2ca19" data-address="240 Atlantic Ave, Reading, PA, 19608-9542" data-latitude="40.3423469" data-longitude="-76.036721" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="E">

</div>

<div class="cn-list-row vcard organization karate-instruction" id="east-coast-karate">
<div id="entry-id-2544fb5a00c2e42b" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">East Coast Karate</span>
												
<span class="org"><span class="organization-name" style="display: none;">East Coast Karate</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Jerry</span> <span class="contact-family-name">Buffa</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">3026 Penn Ave</span>   <span class="locality">West Lawn</span>, <span class="region">PA</span>  <span class="postal-code">19609</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.670.5300</span><span class="type" style="display: none;">work</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.eckpa.com/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-2544fb5a00c2e42b" href="#" data-uuid="2544fb5a00c2e42b" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-2544fb5a00c2e42b" style="display: none;">
<div id="map-2544fb5a00c2e42b" data-address="3026 Penn Ave, West Lawn, PA, 19609" data-latitude="40.3268173" data-longitude="-75.9960756" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="R">

</div>

<div class="cn-list-row-alternate vcard organization consultants-engineers" id="rpa-engineering">
<div id="entry-id-1384fb5a00c3010b" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">RPA Engineering</span>
												
<span class="org"><span class="organization-name" style="display: none;">RPA Engineering</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Richard</span> <span class="contact-family-name">Aulenbach</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">3 Park Plaza</span>   <span class="locality">Wyomissing</span>, <span class="region">PA</span>  <span class="postal-code">19610-1399</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.374.6144</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">888.772.6053</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.374.6599</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.rpaengr.com/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-1384fb5a00c3010b" href="#" data-uuid="1384fb5a00c3010b" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-1384fb5a00c3010b" style="display: none;">
<div id="map-1384fb5a00c3010b" data-address="3 Park Plaza, Wyomissing, PA, 19610-1399" data-latitude="40.3457128" data-longitude="-75.959424" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="L">

</div>

<div class="cn-list-row vcard organization consultants-computers" id="laughing-rock-technology">
<div id="entry-id-1274fb5a00c31d0c" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Laughing Rock Technology</span>
												
<span class="org"><span class="organization-name" style="display: none;">Laughing Rock Technology</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Craig</span> <span class="contact-family-name">Stonaha</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">2400 Goddard Ave</span>   <span class="locality">Reading</span>, <span class="region">PA</span>  <span class="postal-code">19608</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.678.1978</span><span class="type" style="display: none;">work</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://laughingrock.com/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-1274fb5a00c31d0c" href="#" data-uuid="1274fb5a00c31d0c" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-1274fb5a00c31d0c" style="display: none;">
<div id="map-1274fb5a00c31d0c" data-address="2400 Goddard Ave, Reading, PA, 19608" data-latitude="40.3082939" data-longitude="-76.0061939" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="G">

</div>

<div class="cn-list-row-alternate vcard organization apartments" id="governor-mifflin-apartments">
<div id="entry-id-104fb5a00c33bb5" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Governor Mifflin Apartments</span>
												
<span class="org"><span class="organization-name" style="display: none;">Governor Mifflin Apartments</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Kelly Jo</span> <span class="contact-family-name">Lanza</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">100 Colonial Dr</span>   <span class="locality">Shillington</span>, <span class="region">PA</span>  <span class="postal-code">19607</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.775.0301</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">800.442.7368 Ext 43155</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.775.3976</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.thewestovercompanies.com" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-104fb5a00c33bb5" href="#" data-uuid="104fb5a00c33bb5" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-104fb5a00c33bb5" style="display: none;">
<div id="map-104fb5a00c33bb5" data-address="100 Colonial Dr, Shillington, PA, 19607" data-latitude="40.2975272" data-longitude="-75.9555663" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="B">

</div>

<div class="cn-list-row vcard organization chemicals-mfrs" id="brenntag-north-america-inc">
<div id="entry-id-614fb5a00c35a9b" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Brenntag North America, Inc.</span>
												
<span class="org"><span class="organization-name" style="display: none;">Brenntag North America, Inc.</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Stephen</span> <span class="contact-family-name">Clark</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">5083 Pottsville Pike</span>   <span class="locality">Reading</span>, <span class="region">PA</span>  <span class="postal-code">19605</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.926.6100</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Home Phone</span>: <span class="value">610.926.0420</span><span class="type" style="display: none;">home</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.brenntagnorthamerica.com/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-614fb5a00c35a9b" href="#" data-uuid="614fb5a00c35a9b" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-614fb5a00c35a9b" style="display: none;">
<div id="map-614fb5a00c35a9b" data-address="5083 Pottsville Pike, Reading, PA, 19605" data-latitude="40.4181569" data-longitude="-75.9387133" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="C">

</div>

<div class="cn-list-row-alternate vcard organization caterers" id="celebrated-occasions-div-of-penn-square-caterers">
<div id="entry-id-514fb5a00c3787e" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Celebrated Occasions Div. of Penn Square Caterers</span>
												
<span class="org"><span class="organization-name" style="display: none;">Celebrated Occasions Div. of Penn Square Caterers</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Maria</span> <span class="contact-family-name">Dicecco</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">4 Alpine Dr</span>   <span class="locality">Mohnton</span>, <span class="region">PA</span>  <span class="postal-code">19540</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.775.5749</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.775.0218</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="cn-map-anchor toggle-map" id="map-anchor-514fb5a00c3787e" href="#" data-uuid="514fb5a00c3787e" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-514fb5a00c3787e" style="display: none;">
<div id="map-514fb5a00c3787e" data-address="4 Alpine Dr, Mohnton, PA, 19540" data-latitude="40.2909859" data-longitude="-76.000309" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="K">

</div>

<div class="cn-list-row vcard organization computers-consultants" id="kissinger-associates-inc">
<div id="entry-id-984fb5a00c393ce" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Kissinger Associates, Inc.</span>
												
<span class="org"><span class="organization-name" style="display: none;">Kissinger Associates, Inc.</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Cherie</span> <span class="contact-family-name">Powell, MBA</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">2117 Main St</span> <span class="street-address">PO Box 220</span>  <span class="locality">Centerport</span>, <span class="region">PA</span>  <span class="postal-code">19516</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.926.7450</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">800.562.5456</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.926.8344</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
				<a class="cn-bio-anchor toggle-div" id="bio-anchor-984fb5a00c393ce" href="#" data-uuid="984fb5a00c393ce" data-div-id="bio-block-984fb5a00c393ce" data-str-show="Show Bio" data-str-hide="Close Bio">Show Bio</a>				
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.kissingerassoc.com/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-984fb5a00c393ce" href="#" data-uuid="984fb5a00c393ce" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
				<div class="cn-bio" id="bio-block-984fb5a00c393ce" style="display: none;"><h4>Biography</h4>


<div class="bio"><p>Solutions include: business improvement, management consulting, controller services, accounting software, financial software, manufacturing software, distribution software, human resource management systems (HRMS), customer relationship management (CRM) software, software training, consulting and support, customization and programming, hardware and networking.</p>
</div>
<div class="cn-clear"></div></div>			</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-984fb5a00c393ce" style="display: none;">
<div id="map-984fb5a00c393ce" data-address="2117 Main St, PO Box 220, Centerport, PA, 19516" data-latitude="40.4864949" data-longitude="-76.0068057" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="F">

</div>

<div class="cn-list-row-alternate vcard organization consultants-business" id="focused-llc">
<div id="entry-id-1184fb5a00c3bf16" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">FOCUSED, LLC</span>
												
<span class="org"><span class="organization-name" style="display: none;">FOCUSED, LLC</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Joni</span> <span class="contact-family-name">Naugle</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">1045 Robin Rd</span>   <span class="locality">Wyomissing</span>, <span class="region">PA</span>  <span class="postal-code">19610</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.780.5068</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.301.2194</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.370.4341</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.focusedllc.net/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-1184fb5a00c3bf16" href="#" data-uuid="1184fb5a00c3bf16" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-1184fb5a00c3bf16" style="display: none;">
<div id="map-1184fb5a00c3bf16" data-address="1045 Robin Rd, Wyomissing, PA, 19610" data-latitude="40.322958" data-longitude="-75.9605" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="G">

</div>

<div class="cn-list-row vcard organization churches" id="glad-tidings-assembly-of-god">
<div id="entry-id-694fb5a00c3e302" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Glad Tidings Assembly of God</span>
												
<span class="org"><span class="organization-name" style="display: none;">Glad Tidings Assembly of God</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Bryan</span> <span class="contact-family-name">Koch</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">1110 Snyder Rd</span>   <span class="locality">West Lawn</span>, <span class="region">PA</span>  <span class="postal-code">19609</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.678.0266</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.678.3698</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.gtaog.org/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-694fb5a00c3e302" href="#" data-uuid="694fb5a00c3e302" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-694fb5a00c3e302" style="display: none;">
<div id="map-694fb5a00c3e302" data-address="1110 Snyder Rd, West Lawn, PA, 19609" data-latitude="40.339446" data-longitude="-76.004732" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="R">

</div>

<div class="cn-list-row-alternate vcard organization dentists" id="reading-family-dental-center">
<div id="entry-id-1924fb5a00c4033d" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Reading Family Dental Center</span>
												
<span class="org"><span class="organization-name" style="display: none;">Reading Family Dental Center</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Robert</span> <span class="contact-family-name">Wunsch DMD</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Work</span> <span class="street-address">1500 Penn Ave</span>   <span class="locality">Wyomissing</span>, <span class="region">PA</span>  <span class="postal-code">19610-2136</span> <span class="type" style="display: none;">work</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.372.6606</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.685.2448</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="cn-map-anchor toggle-map" id="map-anchor-1924fb5a00c4033d" href="#" data-uuid="1924fb5a00c4033d" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-1924fb5a00c4033d" style="display: none;">
<div id="map-1924fb5a00c4033d" data-address="1500 Penn Ave, Wyomissing, PA, 19610-2136" data-latitude="40.33079" data-longitude="-75.9711584" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="C">

</div>

<div class="cn-list-row vcard organization consultants" id="clarence-sasso-consulting">
<div id="entry-id-1164fb5a00c41ddc" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Clarence Sasso Consulting</span>
												
<span class="org"><span class="organization-name" style="display: none;">Clarence Sasso Consulting</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Clarence</span> <span class="contact-family-name">Sasso</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">154 Swiftwater Ln</span>   <span class="locality">Leesport</span>, <span class="region">PA</span>  <span class="postal-code">19533</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.378.9130</span><span class="type" style="display: none;">work</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="cn-map-anchor toggle-map" id="map-anchor-1164fb5a00c41ddc" href="#" data-uuid="1164fb5a00c41ddc" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-1164fb5a00c41ddc" style="display: none;">
<div id="map-1164fb5a00c41ddc" data-address="154 Swiftwater Ln, Leesport, PA, 19533" data-latitude="40.371421" data-longitude="-76.017526" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="W">

</div>

<div class="cn-list-row-alternate vcard organization computer-services" id="wyomissing-data-systems-inc">
<div id="entry-id-934fb5a00c43c30" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Wyomissing Data Systems, Inc.</span>
												
<span class="org"><span class="organization-name" style="display: none;">Wyomissing Data Systems, Inc.</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Jesse</span> <span class="contact-family-name">Jepsen</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">575 Van Reed Rd</span>   <span class="locality">Wyomissing</span>, <span class="region">PA</span>  <span class="postal-code">19610</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.376.7773</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.376.1139</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.wyodata.com/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-934fb5a00c43c30" href="#" data-uuid="934fb5a00c43c30" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-934fb5a00c43c30" style="display: none;">
<div id="map-934fb5a00c43c30" data-address="575 Van Reed Rd, Wyomissing, PA, 19610" data-latitude="40.3408129" data-longitude="-75.9617592" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="T">

</div>

<div class="cn-list-row vcard organization computer-services" id="ts-tech-enterprises-inc">
<div id="entry-id-924fb5a00c46172" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">TS TECH Enterprises, Inc.</span>
												
<span class="org"><span class="organization-name" style="display: none;">TS TECH Enterprises, Inc.</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Todd</span> <span class="contact-family-name">Schorle</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">3 Park Plaza, Ste 306</span>   <span class="locality">Wyomissing</span>, <span class="region">PA</span>  <span class="postal-code">19610</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.288.0780</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">866.789.0780</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.376.5118</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.ts-tech.com/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-924fb5a00c46172" href="#" data-uuid="924fb5a00c46172" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-924fb5a00c46172" style="display: none;">
<div id="map-924fb5a00c46172" data-address="3 Park Plaza, Ste 306, Wyomissing, PA, 19610" data-latitude="40.3457128" data-longitude="-75.959424" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="B">

</div>

<div class="cn-list-row-alternate vcard organization engineers-civil" id="bogia-engineering-inc">
<div id="entry-id-2474fb5a00c48130" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Bogia Engineering Inc.</span>
												
<span class="org"><span class="organization-name" style="display: none;">Bogia Engineering Inc.</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Therese</span> <span class="contact-family-name">Bogia</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">1100 Berkshire Blvd</span> <span class="street-address">Ste 308</span>  <span class="locality">Wyomissing</span>, <span class="region">PA</span>  <span class="postal-code">19610</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.678.3071</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.678.3517</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.bogiaeng.com/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-2474fb5a00c48130" href="#" data-uuid="2474fb5a00c48130" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-2474fb5a00c48130" style="display: none;">
<div id="map-2474fb5a00c48130" data-address="1100 Berkshire Blvd, Ste 308, Wyomissing, PA, 19610" data-latitude="40.3449765" data-longitude="-75.9739883" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="K">

</div>

<div class="cn-list-row vcard organization consultants-computers" id="kissinger-associates-inc-2">
<div id="entry-id-1264fb5a00c4a05e" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Kissinger Associates, Inc.</span>
												
<span class="org"><span class="organization-name" style="display: none;">Kissinger Associates, Inc.</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Cherie</span> <span class="contact-family-name">Powell, MBA</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">2117 Main St</span> <span class="street-address">PO Box 220</span>  <span class="locality">Centerport</span>, <span class="region">PA</span>  <span class="postal-code">19516</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.926.7450</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">800.562.5456</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.926.8344</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
				<a class="cn-bio-anchor toggle-div" id="bio-anchor-1264fb5a00c4a05e" href="#" data-uuid="1264fb5a00c4a05e" data-div-id="bio-block-1264fb5a00c4a05e" data-str-show="Show Bio" data-str-hide="Close Bio">Show Bio</a>				
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.kissingerassoc.com/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-1264fb5a00c4a05e" href="#" data-uuid="1264fb5a00c4a05e" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
				<div class="cn-bio" id="bio-block-1264fb5a00c4a05e" style="display: none;"><h4>Biography</h4>


<div class="bio"><p>Solutions include: business improvement, management consulting, controller services, accounting software, financial software, manufacturing software, distribution software, human resource management systems (HRMS), customer relationship management (CRM) software, software training, consulting and support, customization and programming, hardware and networking.</p>
</div>
<div class="cn-clear"></div></div>			</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-1264fb5a00c4a05e" style="display: none;">
<div id="map-1264fb5a00c4a05e" data-address="2117 Main St, PO Box 220, Centerport, PA, 19516" data-latitude="40.4864949" data-longitude="-76.0068057" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="C">

</div>

<div class="cn-list-row-alternate vcard organization caterers" id="cloud-nine-cafe">
<div id="entry-id-524fb5a00c4cc53" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Cloud Nine Cafe</span>
												
<span class="org"><span class="organization-name" style="display: none;">Cloud Nine Cafe</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Kevin</span> <span class="contact-family-name">Kershner</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">Village Square Ctr</span> <span class="street-address">84 Commerce Dr</span>  <span class="locality">Wyomissing</span>, <span class="region">PA</span>  <span class="postal-code">19610</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.320.9909</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Home Phone</span>: <span class="value">610.320.3069</span><span class="type" style="display: none;">home</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.thecloudninecafe.com/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-524fb5a00c4cc53" href="#" data-uuid="524fb5a00c4cc53" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-524fb5a00c4cc53" style="display: none;">
<div id="map-524fb5a00c4cc53" data-address="Village Square Ctr, 84 Commerce Dr, Wyomissing, PA, 19610" data-latitude="40.3459518" data-longitude="-75.9907087" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="O">

</div>

<div class="cn-list-row vcard organization entertainment" id="ozzys-family-fun-center">
<div id="entry-id-2484fb5a00c4ea2b" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Ozzy&#039;s Family Fun Center</span>
												
<span class="org"><span class="organization-name" style="display: none;">Ozzy&#039;s Family Fun Center</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Gary</span> <span class="contact-family-name">Seibert</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">5411 Pottsville Pike</span>   <span class="locality">Leesport</span>, <span class="region">PA</span>  <span class="postal-code">19533</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.926.6162</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.916.5009</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.ozzysffc.com/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-2484fb5a00c4ea2b" href="#" data-uuid="2484fb5a00c4ea2b" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-2484fb5a00c4ea2b" style="display: none;">
<div id="map-2484fb5a00c4ea2b" data-address="5411 Pottsville Pike, Leesport, PA, 19533" data-latitude="40.44129" data-longitude="-75.946639" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="C">

</div>

<div class="cn-list-row-alternate vcard organization credit-unions" id="ctce-federal-credit-union-west-lawn">
<div id="entry-id-1804fb5a00c50901" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">CTCE Federal Credit Union (West Lawn)</span>
												
<span class="org"><span class="organization-name" style="display: none;">CTCE Federal Credit Union (West Lawn)</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Glenn</span> <span class="contact-family-name">Potteiger</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Work</span> <span class="street-address">2104 Van Reed Rd (inside Giant Food Store)</span>   <span class="locality">West Lawn</span>, <span class="region">PA</span>  <span class="postal-code">19609</span> <span class="type" style="display: none;">work</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.376.6639</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.373.5045</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://https://www.ctce.org/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-1804fb5a00c50901" href="#" data-uuid="1804fb5a00c50901" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-1804fb5a00c50901" style="display: none;">
<div id="map-1804fb5a00c50901" data-address="2104 Van Reed Rd (inside Giant Food Store), West Lawn, PA, 19609" data-latitude="40.3298147" data-longitude="-75.994381" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="B">

</div>

<div class="cn-list-row vcard organization contractors-general" id="burkey-construction-co-inc">
<div id="entry-id-1544fb5a00c527d3" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Burkey Construction Co., Inc.</span>
												
<span class="org"><span class="organization-name" style="display: none;">Burkey Construction Co., Inc.</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Eric</span> <span class="contact-family-name">Burkey</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">506 Morgantown Rd</span>   <span class="locality">Reading</span>, <span class="region">PA</span>  <span class="postal-code">19611</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.375.8591</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.375.0973</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.burkeyconstruction.com/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-1544fb5a00c527d3" href="#" data-uuid="1544fb5a00c527d3" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-1544fb5a00c527d3" style="display: none;">
<div id="map-1544fb5a00c527d3" data-address="506 Morgantown Rd, Reading, PA, 19611" data-latitude="40.316586" data-longitude="-75.925844" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="K">

</div>

<div class="cn-list-row-alternate vcard organization apartments" id="kriegman-smith-inc">
<div id="entry-id-114fb5a00c545d8" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Kriegman &amp; Smith, Inc.</span>
												
<span class="org"><span class="organization-name" style="display: none;">Kriegman &amp; Smith, Inc.</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Jan</span> <span class="contact-family-name">Kistler</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">2020 W Fairmont St</span>   <span class="locality">Allentown</span>, <span class="region">PA</span>  <span class="postal-code">18104</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.434.2811</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.437.7883</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.kriegmanandsmith.com/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-114fb5a00c545d8" href="#" data-uuid="114fb5a00c545d8" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-114fb5a00c545d8" style="display: none;">
<div id="map-114fb5a00c545d8" data-address="2020 W Fairmont St, Allentown, PA, 18104" data-latitude="40.6137335" data-longitude="-75.5085709" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="A">

</div>

<div class="cn-list-row vcard organization computer-services" id="aperion-information-technologies">
<div id="entry-id-854fb5a00c56537" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Aperion Information Technologies</span>
												
<span class="org"><span class="organization-name" style="display: none;">Aperion Information Technologies</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">John</span> <span class="contact-family-name">Zupancic</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">2808 5th Street Hwy</span> <span class="street-address">Suite B</span>  <span class="locality">Reading</span>, <span class="region">PA</span>  <span class="postal-code">19605</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.929.2033</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.929.6836</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.aperion.com/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-854fb5a00c56537" href="#" data-uuid="854fb5a00c56537" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-854fb5a00c56537" style="display: none;">
<div id="map-854fb5a00c56537" data-address="2808 5th Street Hwy, Suite B, Reading, PA, 19605" data-latitude="40.376469" data-longitude="-75.927469" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="B">

</div>

<div class="cn-list-row-alternate vcard organization consultants" id="beconcobecker-consulting-company">
<div id="entry-id-1064fb5a00c5832b" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">BECONCO/Becker Consulting Company</span>
												
<span class="org"><span class="organization-name" style="display: none;">BECONCO/Becker Consulting Company</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Arthur</span> <span class="contact-family-name">Becker</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">1312 Orchard Rd</span>   <span class="locality">Reading</span>, <span class="region">PA</span>  <span class="postal-code">19611-1438</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.375.4114</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.207.2931</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.375.4114</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.beconco.com/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-1064fb5a00c5832b" href="#" data-uuid="1064fb5a00c5832b" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-1064fb5a00c5832b" style="display: none;">
<div id="map-1064fb5a00c5832b" data-address="1312 Orchard Rd, Reading, PA, 19611-1438" data-latitude="40.324286" data-longitude="-75.95787" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-row vcard organization taverns" id="brewers-bar-grill">
<div id="entry-id-2644fb5a00c5a163" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Brewer&#039;s Bar &amp; Grill</span>
												
<span class="org"><span class="organization-name" style="display: none;">Brewer&#039;s Bar &amp; Grill</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Harry</span> <span class="contact-family-name">Bieber</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">101 S 3rd Ave</span>   <span class="locality">West Reading</span>, <span class="region">PA</span>  <span class="postal-code">19611</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.375.8760</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.375.8762</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.brewersbarandgrill.com/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-2644fb5a00c5a163" href="#" data-uuid="2644fb5a00c5a163" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-2644fb5a00c5a163" style="display: none;">
<div id="map-2644fb5a00c5a163" data-address="101 S 3rd Ave, West Reading, PA, 19611" data-latitude="40.3345945" data-longitude="-75.9438221" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="H">

</div>

<div class="cn-list-row-alternate vcard organization consultants-mgmt" id="hadley-associates">
<div id="entry-id-1474fb5a00c5bff3" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Hadley Associates</span>
												
<span class="org"><span class="organization-name" style="display: none;">Hadley Associates</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Drew</span> <span class="contact-family-name">Hill</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">3 Stacey Ct</span>   <span class="locality">Birdsboro</span>, <span class="region">PA</span>  <span class="postal-code">19508</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.370.1991</span><span class="type" style="display: none;">work</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.hadleyassociates.com/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-1474fb5a00c5bff3" href="#" data-uuid="1474fb5a00c5bff3" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-1474fb5a00c5bff3" style="display: none;">
<div id="map-1474fb5a00c5bff3" data-address="3 Stacey Ct, Birdsboro, PA, 19508" data-latitude="40.304549" data-longitude="-75.834894" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="F">

</div>

<div class="cn-list-row vcard organization apartments" id="flying-hills-apartment-co">
<div id="entry-id-94fb5a00c5dd75" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Flying Hills Apartment Co.</span>
												
<span class="org"><span class="organization-name" style="display: none;">Flying Hills Apartment Co.</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Lori</span> <span class="contact-family-name">Sifford</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Work</span> <span class="street-address">10 Village Center Dr</span>   <span class="locality">Reading</span>, <span class="region">PA</span>  <span class="postal-code">19607</span> <span class="type" style="display: none;">work</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.775.3351</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.775.4410</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.flyinghills.com" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-94fb5a00c5dd75" href="#" data-uuid="94fb5a00c5dd75" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-94fb5a00c5dd75" style="display: none;">
<div id="map-94fb5a00c5dd75" data-address="10 Village Center Dr, Reading, PA, 19607" data-latitude="40.280673" data-longitude="-75.922594" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="D">

</div>

<div class="cn-list-row-alternate vcard organization computer-services" id="directlink-technologies-corp">
<div id="entry-id-884fb5a00c5fb59" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Directlink Technologies Corp.</span>
												
<span class="org"><span class="organization-name" style="display: none;">Directlink Technologies Corp.</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Albert</span> <span class="contact-family-name">Boscov</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">2561 Bernville Rd</span>   <span class="locality">Reading</span>, <span class="region">PA</span>  <span class="postal-code">19605</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.898.6100</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.898.6119</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="cn-map-anchor toggle-map" id="map-anchor-884fb5a00c5fb59" href="#" data-uuid="884fb5a00c5fb59" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-884fb5a00c5fb59" style="display: none;">
<div id="map-884fb5a00c5fb59" data-address="2561 Bernville Rd, Reading, PA, 19605" data-latitude="40.382644" data-longitude="-75.982389" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="W">

</div>

<div class="cn-list-row vcard organization consultants-computers" id="will-business-applications">
<div id="entry-id-1314fb5a00c61643" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Will Business Applications</span>
												
<span class="org"><span class="organization-name" style="display: none;">Will Business Applications</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Joby</span> <span class="contact-family-name">Williamson</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">181 Main St</span>   <span class="locality">Oley</span>, <span class="region">PA</span>  <span class="postal-code">19547</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.987.6855</span><span class="type" style="display: none;">work</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="cn-map-anchor toggle-map" id="map-anchor-1314fb5a00c61643" href="#" data-uuid="1314fb5a00c61643" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-1314fb5a00c61643" style="display: none;">
<div id="map-1314fb5a00c61643" data-address="181 Main St, Oley, PA, 19547" data-latitude="40.393163" data-longitude="-75.794517" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="B">

</div>

<div class="cn-list-row-alternate vcard organization counseling" id="berks-hypnosis-and-counseling-services">
<div id="entry-id-1694fb5a00c630aa" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Berks Hypnosis and Counseling Services</span>
												
<span class="org"><span class="organization-name" style="display: none;">Berks Hypnosis and Counseling Services</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">David</span> <span class="contact-family-name">Arena</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">Schoolside Plaza, Suite 204</span> <span class="street-address">5 South Centre Avenue</span>  <span class="locality">Leesport</span>, <span class="region">PA</span>  <span class="postal-code">19533</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">215.939.8429</span><span class="type" style="display: none;">work</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.berkshypnosis.com/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-1694fb5a00c630aa" href="#" data-uuid="1694fb5a00c630aa" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-1694fb5a00c630aa" style="display: none;">
<div id="map-1694fb5a00c630aa" data-address="Schoolside Plaza, Suite 204, 5 South Centre Avenue, Leesport, PA, 19533" data-latitude="40.4489061" data-longitude="-75.9637948" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-row vcard organization construction" id="bertolet-construction-corporation">
<div id="entry-id-1044fb5a00c64dbc" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Bertolet Construction Corporation</span>
												
<span class="org"><span class="organization-name" style="display: none;">Bertolet Construction Corporation</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Thomas</span> <span class="contact-family-name">Bertolet</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">100 S Church Rd</span>   <span class="locality">Wernersville</span>, <span class="region">PA</span>  <span class="postal-code">19565</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.678.3033</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.678.0885</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.bertoletconstruction.com/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-1044fb5a00c64dbc" href="#" data-uuid="1044fb5a00c64dbc" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-1044fb5a00c64dbc" style="display: none;">
<div id="map-1044fb5a00c64dbc" data-address="100 S Church Rd, Wernersville, PA, 19565" data-latitude="40.326355" data-longitude="-76.075339" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="T">

</div>

<div class="cn-list-row-alternate vcard organization counseling" id="the-steps-of-pa-llc">
<div id="entry-id-1744fb5a00c66a88" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">The Steps of PA, LLC</span>
												
<span class="org"><span class="organization-name" style="display: none;">The Steps of PA, LLC</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Stan</span> <span class="contact-family-name">Theodoredis</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">225 E Wyomissing Ave</span>   <span class="locality">Mohnton</span>, <span class="region">PA</span>  <span class="postal-code">19540</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.730.3422</span><span class="type" style="display: none;">work</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.thestepsofpa.com/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-1744fb5a00c66a88" href="#" data-uuid="1744fb5a00c66a88" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-1744fb5a00c66a88" style="display: none;">
<div id="map-1744fb5a00c66a88" data-address="225 E Wyomissing Ave, Mohnton, PA, 19540" data-latitude="40.288401" data-longitude="-75.979474" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-row vcard organization engineers" id="timber-tech-engineering-inc">
<div id="entry-id-2464fb5a00c68686" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Timber Tech Engineering, Inc.</span>
												
<span class="org"><span class="organization-name" style="display: none;">Timber Tech Engineering, Inc.</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Timothy</span> <span class="contact-family-name">Royer</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">22 Denver Rd</span> <span class="street-address">Ste B</span>  <span class="locality">Denver</span>, <span class="region">PA</span>  <span class="postal-code">17517</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">717.335.2750</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">717.335.2753</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.timbertecheng.com" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-2464fb5a00c68686" href="#" data-uuid="2464fb5a00c68686" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-2464fb5a00c68686" style="display: none;">
<div id="map-2464fb5a00c68686" data-address="22 Denver Rd, Ste B, Denver, PA, 17517" data-latitude="40.221015" data-longitude="-76.102122" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="S">

</div>

<div class="cn-list-row-alternate vcard organization carpet-cleaners" id="stubbs-inc">
<div id="entry-id-494fb5a00c6a39d" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Stubbs, Inc.</span>
												
<span class="org"><span class="organization-name" style="display: none;">Stubbs, Inc.</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Nelson</span> <span class="contact-family-name">Stubbs</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">613 North Third Street</span>   <span class="locality">Reading</span>, <span class="region">PA</span>  <span class="postal-code">19601</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.375.0274</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.375.8274</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://stubbscleaning.com/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-494fb5a00c6a39d" href="#" data-uuid="494fb5a00c6a39d" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-494fb5a00c6a39d" style="display: none;">
<div id="map-494fb5a00c6a39d" data-address="613 North Third Street, Reading, PA, 19601" data-latitude="40.345121" data-longitude="-75.931177" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="H">

</div>

<div class="cn-list-row vcard organization engineers" id="herbert-rowland-grubic-inc">
<div id="entry-id-2394fb5a00c6c40e" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Herbert, Rowland &amp; Grubic, Inc.</span>
												
<span class="org"><span class="organization-name" style="display: none;">Herbert, Rowland &amp; Grubic, Inc.</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Donald</span> <span class="contact-family-name">Koser</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">PO Box 10337</span> <span class="street-address">1846 Charter Lane</span>  <span class="locality">Lancaster</span>, <span class="region">PA</span>  <span class="postal-code">17605</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">717.291.1783</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">717.291.2093</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://hrg-inc.com" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-2394fb5a00c6c40e" href="#" data-uuid="2394fb5a00c6c40e" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-2394fb5a00c6c40e" style="display: none;">
<div id="map-2394fb5a00c6c40e" data-address="PO Box 10337, 1846 Charter Lane, Lancaster, PA, 17605" data-latitude="40.05" data-longitude="-76.25" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="K">

</div>

<div class="cn-list-row-alternate vcard organization caterers" id="konopelski-katering">
<div id="entry-id-564fb5a00c6e359" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Konopelski Katering</span>
												
<span class="org"><span class="organization-name" style="display: none;">Konopelski Katering</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Patrick</span> <span class="contact-family-name">Konopelski</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">94 Park Ave</span>   <span class="locality">Sinking Spring</span>, <span class="region">PA</span>  <span class="postal-code">19608</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.777.6388</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.777.2133</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.konopelski.com/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-564fb5a00c6e359" href="#" data-uuid="564fb5a00c6e359" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-564fb5a00c6e359" style="display: none;">
<div id="map-564fb5a00c6e359" data-address="94 Park Ave, Sinking Spring, PA, 19608" data-latitude="40.3257844" data-longitude="-76.0348254" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="R">

</div>

<div class="cn-list-row vcard organization bookkeeping-services" id="ruhl-associates-llc">
<div id="entry-id-394fb5a00c701c5" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Ruhl &amp; Associates, LLC</span>
												
<span class="org"><span class="organization-name" style="display: none;">Ruhl &amp; Associates, LLC</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Richard</span> <span class="contact-family-name">Ruhl</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">222 N Kenhorst Blvd</span>   <span class="locality">Reading</span>, <span class="region">PA</span>  <span class="postal-code">19607</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.685.0791</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.685.0502</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.ruhlassoc.com/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-394fb5a00c701c5" href="#" data-uuid="394fb5a00c701c5" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-394fb5a00c701c5" style="display: none;">
<div id="map-394fb5a00c701c5" data-address="222 N Kenhorst Blvd, Reading, PA, 19607" data-latitude="40.315655" data-longitude="-75.950081" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="S">

</div>

<div class="cn-list-row-alternate vcard organization greenhouse-nursery" id="spring-garden-farms-inc">
<div id="entry-id-2504fb5a00c72299" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Spring Garden Farms, Inc.</span>
												
<span class="org"><span class="organization-name" style="display: none;">Spring Garden Farms, Inc.</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Raymond</span> <span class="contact-family-name">Smith</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">1585 Main St</span>   <span class="locality">Birdsboro</span>, <span class="region">PA</span>  <span class="postal-code">19508-8330</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.582.8703</span><span class="type" style="display: none;">work</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.springgardenfarms.biz/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-2504fb5a00c72299" href="#" data-uuid="2504fb5a00c72299" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-2504fb5a00c72299" style="display: none;">
<div id="map-2504fb5a00c72299" data-address="1585 Main St, Birdsboro, PA, 19508-8330" data-latitude="40.272964" data-longitude="-75.834376" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-row vcard organization carpet-cleaners" id="servicemaster-assured-cleaning">
<div id="entry-id-484fb5a00c740a1" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Servicemaster Assured Cleaning</span>
												
<span class="org"><span class="organization-name" style="display: none;">Servicemaster Assured Cleaning</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Skip</span> <span class="contact-family-name">Bell</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">523 W Oley St</span>   <span class="locality">Reading</span>, <span class="region">PA</span>  <span class="postal-code">19601</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.374.1881</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.374.0879</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="cn-map-anchor toggle-map" id="map-anchor-484fb5a00c740a1" href="#" data-uuid="484fb5a00c740a1" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-484fb5a00c740a1" style="display: none;">
<div id="map-484fb5a00c740a1" data-address="523 W Oley St, Reading, PA, 19601" data-latitude="40.345576" data-longitude="-75.9433367" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="K">

</div>

<div class="cn-list-row-alternate vcard organization consultants-computers" id="keystone-software-solutions-inc">
<div id="entry-id-1254fb5a00c75aec" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Keystone Software Solutions, Inc.</span>
												
<span class="org"><span class="organization-name" style="display: none;">Keystone Software Solutions, Inc.</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">William</span> <span class="contact-family-name">Delgado</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">844 Centre Ave</span>   <span class="locality">Reading</span>, <span class="region">PA</span>  <span class="postal-code">19601</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.685.2111</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">800.289.9109</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.685.2112</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.keystonesoftware.com/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-1254fb5a00c75aec" href="#" data-uuid="1254fb5a00c75aec" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-1254fb5a00c75aec" style="display: none;">
<div id="map-1254fb5a00c75aec" data-address="844 Centre Ave, Reading, PA, 19601" data-latitude="40.348826" data-longitude="-75.9320989" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="A">

</div>

<div class="cn-list-row vcard organization beauty-salons" id="all-stars-hair-studio-and-day-spa">
<div id="entry-id-304fb5a00c7796a" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">All Stars Hair Studio and Day Spa</span>
												
<span class="org"><span class="organization-name" style="display: none;">All Stars Hair Studio and Day Spa</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Roy</span> <span class="contact-family-name">Corcino</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">700 Lancaster Avenue</span>   <span class="locality">Reading</span>, <span class="region">PA</span>  <span class="postal-code">19607</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.468.3473</span><span class="type" style="display: none;">work</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.allstarshair.com/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-304fb5a00c7796a" href="#" data-uuid="304fb5a00c7796a" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-304fb5a00c7796a" style="display: none;">
<div id="map-304fb5a00c7796a" data-address="700 Lancaster Avenue, Reading, PA, 19607" data-latitude="40.3172034" data-longitude="-75.9378958" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="I">

</div>

<div class="cn-list-row-alternate vcard organization computers-consultants" id="icepts-technology-group-inc">
<div id="entry-id-964fb5a00c79795" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">iCepts Technology Group, Inc.</span>
												
<span class="org"><span class="organization-name" style="display: none;">iCepts Technology Group, Inc.</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Greg</span> <span class="contact-family-name">Miles</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">1301 Fulling Mill Road</span>   <span class="locality">Middletown</span>, <span class="region">PA</span>  <span class="postal-code">17057</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.579.9159</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.619.3477</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.icepts.com/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-964fb5a00c79795" href="#" data-uuid="964fb5a00c79795" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-964fb5a00c79795" style="display: none;">
<div id="map-964fb5a00c79795" data-address="1301 Fulling Mill Road, Middletown, PA, 17057" data-latitude="40.226767" data-longitude="-76.764386" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="K">

</div>

<div class="cn-list-row vcard organization contractors-general" id="kinsley-construction-inc">
<div id="entry-id-1604fb5a00c7b66a" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Kinsley Construction, Inc.</span>
												
<span class="org"><span class="organization-name" style="display: none;">Kinsley Construction, Inc.</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Ken</span> <span class="contact-family-name">Stoutzenberger</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">1030 Reed Ave, Suite 104</span>   <span class="locality">Wyomissing</span>, <span class="region">PA</span>  <span class="postal-code">19610</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.378.5380</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.378.5381</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
				<a class="cn-bio-anchor toggle-div" id="bio-anchor-1604fb5a00c7b66a" href="#" data-uuid="1604fb5a00c7b66a" data-div-id="bio-block-1604fb5a00c7b66a" data-str-show="Show Bio" data-str-hide="Close Bio">Show Bio</a>				
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.kinsleyconstruction.com/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-1604fb5a00c7b66a" href="#" data-uuid="1604fb5a00c7b66a" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
				<div class="cn-bio" id="bio-block-1604fb5a00c7b66a" style="display: none;"><h4>Biography</h4>


<div class="bio"><p>Kinsley Construction is one of the largest full-service firms in the nation, specializing in Commercial, Industrial and Institutional building projects.</p>
<p>Our services include</p>
<ul>
<li>Pre-Construction Services</li>
<li>Construction Management</li>
<li>General Contracting</li>
<li>Design-Build</li>
</ul>
</div>
<div class="cn-clear"></div></div>			</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-1604fb5a00c7b66a" style="display: none;">
<div id="map-1604fb5a00c7b66a" data-address="1030 Reed Ave, Suite 104, Wyomissing, PA, 19610" data-latitude="40.3385109" data-longitude="-75.961743" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="R">

</div>

<div class="cn-list-row-alternate vcard organization caterers" id="rheins-classic-catering-llc">
<div id="entry-id-574fb5a00c7ee8c" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Rhein&#039;s Classic Catering, LLC</span>
												
<span class="org"><span class="organization-name" style="display: none;">Rhein&#039;s Classic Catering, LLC</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Charlotte</span> <span class="contact-family-name">Rhein</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">2333 Penn Avenue</span>   <span class="locality">West Lawn</span>, <span class="region">PA</span>  <span class="postal-code">19609</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.775.4165</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.678.4809</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.rheinsclassiccatering.com/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-574fb5a00c7ee8c" href="#" data-uuid="574fb5a00c7ee8c" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-574fb5a00c7ee8c" style="display: none;">
<div id="map-574fb5a00c7ee8c" data-address="2333 Penn Avenue, West Lawn, PA, 19609" data-latitude="40.327207" data-longitude="-75.995931" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="A">

</div>

<div class="cn-list-row vcard organization energy-services" id="avion-energy-group">
<div id="entry-id-2244fb5a00c81053" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Avion Energy Group</span>
												
<span class="org"><span class="organization-name" style="display: none;">Avion Energy Group</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Joseph</span> <span class="contact-family-name">Leone</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">76 Wedge Lane</span>   <span class="locality">Reading</span>, <span class="region">PA</span>  <span class="postal-code">19607</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.551.5830</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">888.202.9366</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.avionenergyconsultant.com" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-2244fb5a00c81053" href="#" data-uuid="2244fb5a00c81053" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-2244fb5a00c81053" style="display: none;">
<div id="map-2244fb5a00c81053" data-address="76 Wedge Lane, Reading, PA, 19607" data-latitude="40.276074" data-longitude="-75.9194179" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="C">

</div>

<div class="cn-list-row-alternate vcard organization credit-unions" id="ctce-federal-credit-union-exeter-commons">
<div id="entry-id-1824fb5a00c83242" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">CTCE Federal Credit Union (Exeter Commons)</span>
												
<span class="org"><span class="organization-name" style="display: none;">CTCE Federal Credit Union (Exeter Commons)</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Glenn</span> <span class="contact-family-name">Potteiger</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Work</span> <span class="street-address">4655 Perkiomen ave</span> <span class="street-address">Inside Giant</span>  <span class="locality">Reading</span>, <span class="region">PA</span>  <span class="postal-code">19606</span> <span class="type" style="display: none;">work</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.376.6639</span><span class="type" style="display: none;">work</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://https://www.ctce.org/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-1824fb5a00c83242" href="#" data-uuid="1824fb5a00c83242" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-1824fb5a00c83242" style="display: none;">
<div id="map-1824fb5a00c83242" data-address="4655 Perkiomen ave, Inside Giant, Reading, PA, 19606" data-latitude="40.3356483" data-longitude="-75.9268747" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="T">

</div>

<div class="cn-list-row vcard organization churches" id="trinity-lutheran-church">
<div id="entry-id-724fb5a00c85183" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Trinity Lutheran Church</span>
												
<span class="org"><span class="organization-name" style="display: none;">Trinity Lutheran Church</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Fred</span> <span class="contact-family-name">Opalinski</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">527 Washington St</span>   <span class="locality">Reading</span>, <span class="region">PA</span>  <span class="postal-code">19601</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.374.4861</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.371.0712</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.oldtrinity.org/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-724fb5a00c85183" href="#" data-uuid="724fb5a00c85183" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-724fb5a00c85183" style="display: none;">
<div id="map-724fb5a00c85183" data-address="527 Washington St, Reading, PA, 19601" data-latitude="40.337201" data-longitude="-75.926681" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="R">

</div>

<div class="cn-list-row-alternate vcard organization consultants-computers" id="reality-photographyqcd-technology">
<div id="entry-id-1294fb5a00c86f7c" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Reality Photography/QCD Technology</span>
												
<span class="org"><span class="organization-name" style="display: none;">Reality Photography/QCD Technology</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Wayne</span> <span class="contact-family-name">Stephany</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">415 Franklin St</span>   <span class="locality">Denver</span>, <span class="region">PA</span>  <span class="postal-code">17517</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.909.8613</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.743.8438</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.qcdtechnology.com/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-1294fb5a00c86f7c" href="#" data-uuid="1294fb5a00c86f7c" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-1294fb5a00c86f7c" style="display: none;">
<div id="map-1294fb5a00c86f7c" data-address="415 Franklin St, Denver, PA, 17517" data-latitude="40.231304" data-longitude="-76.1413759" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="M">

</div>

<div class="cn-list-row vcard organization contractors-general" id="m-l-construction">
<div id="entry-id-1624fb5a00c89b27" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">M.L. Construction</span>
												
<span class="org"><span class="organization-name" style="display: none;">M.L. Construction</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Michael</span> <span class="contact-family-name">Lepera</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">504 Elm Ave</span>   <span class="locality">Reading</span>, <span class="region">PA</span>  <span class="postal-code">19605-2313</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.921.9336</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.921.9336</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="cn-map-anchor toggle-map" id="map-anchor-1624fb5a00c89b27" href="#" data-uuid="1624fb5a00c89b27" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-1624fb5a00c89b27" style="display: none;">
<div id="map-1624fb5a00c89b27" data-address="504 Elm Ave, Reading, PA, 19605-2313" data-latitude="40.381405" data-longitude="-75.939018" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="H">

</div>

<div class="cn-list-row-alternate vcard organization educational-services" id="huntington-learning-center">
<div id="entry-id-1994fb5a00c8bb0c" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Huntington Learning Center</span>
												
<span class="org"><span class="organization-name" style="display: none;">Huntington Learning Center</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Robert</span> <span class="contact-family-name">Plenderleith</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">78-B Commerce Dr</span>   <span class="locality">Wyomissing,</span>, <span class="region">PA</span>  <span class="postal-code">19610</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.373.5821</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.373.5844</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.huntingtonlearning.com" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-1994fb5a00c8bb0c" href="#" data-uuid="1994fb5a00c8bb0c" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-1994fb5a00c8bb0c" style="display: none;">
<div id="map-1994fb5a00c8bb0c" data-address="78-B Commerce Dr, Wyomissing,, PA, 19610" data-latitude="40.349128" data-longitude="-75.985801" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="G">

</div>

<div class="cn-list-row vcard organization employment-services" id="goodwill-keystone-area">
<div id="entry-id-2144fb5a00c8e137" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Goodwill Keystone Area</span>
												
<span class="org"><span class="organization-name" style="display: none;">Goodwill Keystone Area</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Jennifer</span> <span class="contact-family-name">Schley</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">1150 Goodwill Dr</span>   <span class="locality">Harrisburg</span>, <span class="region">PA</span>  <span class="postal-code">17101</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">717.232.1831</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">717.232.0115</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://goodwill-rdg.org" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-2144fb5a00c8e137" href="#" data-uuid="2144fb5a00c8e137" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-2144fb5a00c8e137" style="display: none;">
<div id="map-2144fb5a00c8e137" data-address="1150 Goodwill Dr, Harrisburg, PA, 17101" data-latitude="40.269195" data-longitude="-76.8751284" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="F">

</div>

<div class="cn-list-row-alternate vcard organization caterers" id="foods-with-flair">
<div id="entry-id-544fb5a00c90255" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Foods with Flair</span>
												
<span class="org"><span class="organization-name" style="display: none;">Foods with Flair</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Joseph</span> <span class="contact-family-name">Lynch</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">648 Walnut Tree Dr</span>   <span class="locality">Blandon</span>, <span class="region">PA</span>  <span class="postal-code">19510</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.944.5234</span><span class="type" style="display: none;">work</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.foodswithflair.com/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-544fb5a00c90255" href="#" data-uuid="544fb5a00c90255" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-544fb5a00c90255" style="display: none;">
<div id="map-544fb5a00c90255" data-address="648 Walnut Tree Dr, Blandon, PA, 19510" data-latitude="40.444243" data-longitude="-75.865881" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="H">

</div>

<div class="cn-list-row vcard organization quarry-sand-stone" id="highway-materials-inc">
<div id="entry-id-2604fb5a00c92756" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Highway Materials Inc.</span>
												
<span class="org"><span class="organization-name" style="display: none;">Highway Materials Inc.</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">John</span> <span class="contact-family-name">Friedrich</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">3128 Pricetown Rd</span>   <span class="locality">Fleetwood</span>, <span class="region">PA</span>  <span class="postal-code">19522</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.929.4922</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.929.0352</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.highwaymaterials.com/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-2604fb5a00c92756" href="#" data-uuid="2604fb5a00c92756" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-2604fb5a00c92756" style="display: none;">
<div id="map-2604fb5a00c92756" data-address="3128 Pricetown Rd, Fleetwood, PA, 19522" data-latitude="40.4018063" data-longitude="-75.8577389" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="M">

</div>

<div class="cn-list-row-alternate vcard organization consultants-computers" id="moyer-drabick-associates-ltd">
<div id="entry-id-1284fb5a00c94c91" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Moyer-Drabick &amp; Associates, Ltd.</span>
												
<span class="org"><span class="organization-name" style="display: none;">Moyer-Drabick &amp; Associates, Ltd.</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Wendy</span> <span class="contact-family-name">Moyer-Drabick</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">64 Audrey Dr</span>   <span class="locality">Barto</span>, <span class="region">PA</span>  <span class="postal-code">19504</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.754.1989</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.754.1989</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.mdassociates.net/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-1284fb5a00c94c91" href="#" data-uuid="1284fb5a00c94c91" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-1284fb5a00c94c91" style="display: none;">
<div id="map-1284fb5a00c94c91" data-address="64 Audrey Dr, Barto, PA, 19504" data-latitude="40.373947" data-longitude="-75.600225" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="E">

</div>

<div class="cn-list-row vcard organization chemicals-mfrs" id="eastern-technologies-inc">
<div id="entry-id-644fb5a00c96db7" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Eastern Technologies Inc.</span>
												
<span class="org"><span class="organization-name" style="display: none;">Eastern Technologies Inc.</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Gary</span> <span class="contact-family-name">Reggiani</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">60 Thousand Oaks Blvd</span> <span class="street-address">Suite 105</span>  <span class="locality">Morgantown</span>, <span class="region">PA</span>  <span class="postal-code">19543</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.286.2010</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.286.6400</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.go2eti.com/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-644fb5a00c96db7" href="#" data-uuid="644fb5a00c96db7" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-644fb5a00c96db7" style="display: none;">
<div id="map-644fb5a00c96db7" data-address="60 Thousand Oaks Blvd, Suite 105, Morgantown, PA, 19543" data-latitude="40.165463" data-longitude="-75.873223" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="B">

</div>

<div class="cn-list-row-alternate vcard organization chemicals-mfrs" id="brenntag-northeast-inc">
<div id="entry-id-624fb5a00c991db" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Brenntag Northeast, Inc.</span>
												
<span class="org"><span class="organization-name" style="display: none;">Brenntag Northeast, Inc.</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Victoria</span> <span class="contact-family-name">Kochman</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">81 W Huller Ln</span>   <span class="locality">Reading</span>, <span class="region">PA</span>  <span class="postal-code">19605</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.926.4151</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.926.2809</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.brenntagnortheast.com/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-624fb5a00c991db" href="#" data-uuid="624fb5a00c991db" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-624fb5a00c991db" style="display: none;">
<div id="map-624fb5a00c991db" data-address="81 W Huller Ln, Reading, PA, 19605" data-latitude="40.418483" data-longitude="-75.934922" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="E">

</div>

<div class="cn-list-row vcard organization automobile-dealers" id="eisenhauer-nissan-inc">
<div id="entry-id-194fb5a00c9b381" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Eisenhauer Nissan Inc</span>
												
<span class="org"><span class="organization-name" style="display: none;">Eisenhauer Nissan Inc</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Peter</span> <span class="contact-family-name">Eisenhauer</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">6371 Penn Ave</span> <span class="street-address">PO Box 146</span>  <span class="locality">Wernersville</span>, <span class="region">PA</span>  <span class="postal-code">19565-0148</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.678.8071</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">800.321.2345</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.678.9633</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.eisenhauercars.com/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-194fb5a00c9b381" href="#" data-uuid="194fb5a00c9b381" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-194fb5a00c9b381" style="display: none;">
<div id="map-194fb5a00c9b381" data-address="6371 Penn Ave, PO Box 146, Wernersville, PA, 19565-0148" data-latitude="40.3300924" data-longitude="-76.0804972" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="H">

</div>

<div class="cn-list-row-alternate vcard organization contractors-general" id="holts-remodeling">
<div id="entry-id-1594fb5a00c9d6d0" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Holt&#039;s Remodeling</span>
												
<span class="org"><span class="organization-name" style="display: none;">Holt&#039;s Remodeling</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Robert</span> <span class="contact-family-name">Holt</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">215 Diplomat Dr</span>   <span class="locality">Robesonia</span>, <span class="region">PA</span>  <span class="postal-code">19551</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.693.8260</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.693.8260</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.holtsremodeling.com/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-1594fb5a00c9d6d0" href="#" data-uuid="1594fb5a00c9d6d0" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-1594fb5a00c9d6d0" style="display: none;">
<div id="map-1594fb5a00c9d6d0" data-address="215 Diplomat Dr, Robesonia, PA, 19551" data-latitude="40.3505309" data-longitude="-76.142094" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="P">

</div>

<div class="cn-list-row vcard organization automobile-dealers" id="piazza-honda-acura-of-reading">
<div id="entry-id-254fb5a00c9fb50" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Piazza Honda &amp; Acura of Reading</span>
												
<span class="org"><span class="organization-name" style="display: none;">Piazza Honda &amp; Acura of Reading</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Thomas</span> <span class="contact-family-name">Erickson</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">915 Lancaster Ave</span> <span class="street-address">PO Box 126</span>  <span class="locality">Reading</span>, <span class="region">PA</span>  <span class="postal-code">19607</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.777.7601</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">800.828.2060</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.775.4189</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://readinghonda.com" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-254fb5a00c9fb50" href="#" data-uuid="254fb5a00c9fb50" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-254fb5a00c9fb50" style="display: none;">
<div id="map-254fb5a00c9fb50" data-address="915 Lancaster Ave, PO Box 126, Reading, PA, 19607" data-latitude="40.3356483" data-longitude="-75.9268747" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="S">

</div>

<div class="cn-list-row-alternate vcard organization beauty-salons" id="strands-hair-salon">
<div id="entry-id-364fb5a00ca267d" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Strands Hair Salon</span>
												
<span class="org"><span class="organization-name" style="display: none;">Strands Hair Salon</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Romaldo</span> <span class="contact-family-name">Ranellone</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">3301 Penn Ave</span>   <span class="locality">West Lawn</span>, <span class="region">PA</span>  <span class="postal-code">19609</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.670.0844</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.670.0844</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="cn-map-anchor toggle-map" id="map-anchor-364fb5a00ca267d" href="#" data-uuid="364fb5a00ca267d" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-364fb5a00ca267d" style="display: none;">
<div id="map-364fb5a00ca267d" data-address="3301 Penn Ave, West Lawn, PA, 19609" data-latitude="40.325985" data-longitude="-76.005435" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="C">

</div>

<div class="cn-list-row vcard organization credit-unions" id="ctce-federal-credit-union-shelbourne-ctr">
<div id="entry-id-1794fb5a00ca4352" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">CTCE Federal Credit Union (Shelbourne Ctr.)</span>
												
<span class="org"><span class="organization-name" style="display: none;">CTCE Federal Credit Union (Shelbourne Ctr.)</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Glenn</span> <span class="contact-family-name">Potteiger</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">5462 Perkiomen Ave (inside Redner&#039;s Market)</span>   <span class="locality">Reading</span>, <span class="region">PA</span>  <span class="postal-code">19606</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.376.6639</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.373.5045</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://https://www.ctce.org/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-1794fb5a00ca4352" href="#" data-uuid="1794fb5a00ca4352" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-1794fb5a00ca4352" style="display: none;">
<div id="map-1794fb5a00ca4352" data-address="5462 Perkiomen Ave (inside Redner&#039;s Market), Reading, PA, 19606" data-latitude="40.3356483" data-longitude="-75.9268747" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="I">

</div>

<div class="cn-list-row-alternate vcard organization computers-consultants" id="interflex-inc">
<div id="entry-id-974fb5a00ca6543" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Interflex, Inc.</span>
												
<span class="org"><span class="organization-name" style="display: none;">Interflex, Inc.</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Jonathan</span> <span class="contact-family-name">Fleck</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">694 Reading Avenue</span>   <span class="locality">West Reading</span>, <span class="region">PA</span>  <span class="postal-code">19611</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.736.3728</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.736.3373</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.interflex.net/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-974fb5a00ca6543" href="#" data-uuid="974fb5a00ca6543" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-974fb5a00ca6543" style="display: none;">
<div id="map-974fb5a00ca6543" data-address="694 Reading Avenue, West Reading, PA, 19611" data-latitude="40.3369537" data-longitude="-75.9514377" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="P">

</div>

<div class="cn-list-row vcard organization credit-unions" id="pagoda-federal-credit-union">
<div id="entry-id-1854fb5a00ca83c3" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Pagoda Federal Credit Union</span>
												
<span class="org"><span class="organization-name" style="display: none;">Pagoda Federal Credit Union</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Tonya</span> <span class="contact-family-name">Frederick</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">833 Washington St</span>   <span class="locality">Reading</span>, <span class="region">PA</span>  <span class="postal-code">19601</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.373.3840</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.373.4479</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.pagodafcu.org/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-1854fb5a00ca83c3" href="#" data-uuid="1854fb5a00ca83c3" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-1854fb5a00ca83c3" style="display: none;">
<div id="map-1854fb5a00ca83c3" data-address="833 Washington St, Reading, PA, 19601" data-latitude="40.33709" data-longitude="-75.920862" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="H">

</div>

<div class="cn-list-row-alternate vcard organization contractors-general" id="h-w-nauman-sons-inc">
<div id="entry-id-1634fb5a00caa2cd" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">H. W. Nauman &amp; Sons Inc.</span>
												
<span class="org"><span class="organization-name" style="display: none;">H. W. Nauman &amp; Sons Inc.</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Sean</span> <span class="contact-family-name">Cotter</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">351 Sprecher Rd</span>   <span class="locality">Lancaster</span>, <span class="region">PA</span>  <span class="postal-code">17603</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">717.299.1395</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">717.871.9917</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.hwnauman.com/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-1634fb5a00caa2cd" href="#" data-uuid="1634fb5a00caa2cd" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-1634fb5a00caa2cd" style="display: none;">
<div id="map-1634fb5a00caa2cd" data-address="351 Sprecher Rd, Lancaster, PA, 17603" data-latitude="39.9715401" data-longitude="-76.3056803" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="C">

</div>

<div class="cn-list-row vcard organization recycling-centers" id="cougles-recycling-inc">
<div id="entry-id-2614fb5a00cac8a5" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Cougle&#039;s Recycling, Inc.</span>
												
<span class="org"><span class="organization-name" style="display: none;">Cougle&#039;s Recycling, Inc.</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Robert</span> <span class="contact-family-name">Cougle</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">1000 S 4th St</span>   <span class="locality">Hamburg</span>, <span class="region">PA</span>  <span class="postal-code">19526</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.562.8336</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.562.8381</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.couglesrecycling.com/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-2614fb5a00cac8a5" href="#" data-uuid="2614fb5a00cac8a5" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-2614fb5a00cac8a5" style="display: none;">
<div id="map-2614fb5a00cac8a5" data-address="1000 S 4th St, Hamburg, PA, 19526" data-latitude="40.5432429" data-longitude="-75.9798409" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="E">

</div>

<div class="cn-list-row-alternate vcard organization consultants" id="ehrets-regulatory-services-llc">
<div id="entry-id-1104fb5a00cae93d" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Ehret&#039;s Regulatory Services, LLC</span>
												
<span class="org"><span class="organization-name" style="display: none;">Ehret&#039;s Regulatory Services, LLC</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Chris</span> <span class="contact-family-name">Ehret</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">108 Pennsylvania Ave</span>   <span class="locality">Sinking Spring</span>, <span class="region">PA</span>  <span class="postal-code">19608</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.223.2554</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.670.8825</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.ehrets.com/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-1104fb5a00cae93d" href="#" data-uuid="1104fb5a00cae93d" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-1104fb5a00cae93d" style="display: none;">
<div id="map-1104fb5a00cae93d" data-address="108 Pennsylvania Ave, Sinking Spring, PA, 19608" data-latitude="40.34049" data-longitude="-76.04214" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="S">

</div>

<div class="cn-list-row vcard organization engineers" id="ssm-group-inc-2">
<div id="entry-id-2434fb5a00cb0cc2" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">SSM Group, Inc.</span>
												
<span class="org"><span class="organization-name" style="display: none;">SSM Group, Inc.</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Carl</span> <span class="contact-family-name">Godlove</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">PO Box 6307</span>   <span class="locality">Reading</span>, <span class="region">PA</span>  <span class="postal-code">19610-0307</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.621.2000</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">877.621.2101</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.621.2001</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.ssmgroup.com" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-2434fb5a00cb0cc2" href="#" data-uuid="2434fb5a00cb0cc2" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-2434fb5a00cb0cc2" style="display: none;">
<div id="map-2434fb5a00cb0cc2" data-address="PO Box 6307, Reading, PA, 19610-0307" data-latitude="40.3380072" data-longitude="-75.9753516" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="G">

</div>

<div class="cn-list-row-alternate vcard organization engineers" id="go-west-engineering-llc">
<div id="entry-id-2374fb5a00cb2c35" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Go West Engineering, LLC</span>
												
<span class="org"><span class="organization-name" style="display: none;">Go West Engineering, LLC</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">John</span> <span class="contact-family-name">Westenberger</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">611 South 12th Street</span>   <span class="locality">Sellersville</span>, <span class="region">PA</span>  <span class="postal-code">18960</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">215.868.4977</span><span class="type" style="display: none;">work</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="cn-map-anchor toggle-map" id="map-anchor-2374fb5a00cb2c35" href="#" data-uuid="2374fb5a00cb2c35" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-2374fb5a00cb2c35" style="display: none;">
<div id="map-2374fb5a00cb2c35" data-address="611 South 12th Street, Sellersville, PA, 18960" data-latitude="40.3724803" data-longitude="-75.3070151" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="L">

</div>

<div class="cn-list-row vcard organization contractors-general" id="l-l-services-and-rentals-llc">
<div id="entry-id-1614fb5a00cb4be8" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">L &amp; L Services and Rentals, LLC</span>
												
<span class="org"><span class="organization-name" style="display: none;">L &amp; L Services and Rentals, LLC</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Rick</span> <span class="contact-family-name">Herbert</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">363 Beagle Road</span>   <span class="locality">Lebanon</span>, <span class="region">PA</span>  <span class="postal-code">17046</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">717.222.8586</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">717.861.4534</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="cn-map-anchor toggle-map" id="map-anchor-1614fb5a00cb4be8" href="#" data-uuid="1614fb5a00cb4be8" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-1614fb5a00cb4be8" style="display: none;">
<div id="map-1614fb5a00cb4be8" data-address="363 Beagle Road, Lebanon, PA, 17046" data-latitude="40.4127541" data-longitude="-76.3892742" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="A">

</div>

<div class="cn-list-row-alternate vcard organization employment-services" id="aerotek">
<div id="entry-id-2104fb5a00cb6751" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Aerotek</span>
												
<span class="org"><span class="organization-name" style="display: none;">Aerotek</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Oliver</span> <span class="contact-family-name">Horrigan</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">999 Berkshire Blvd</span> <span class="street-address">Ste 180</span>  <span class="locality">Wyomissing</span>, <span class="region">PA</span>  <span class="postal-code">19610</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.750.8360</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.750.8390</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.aerotek.com" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-2104fb5a00cb6751" href="#" data-uuid="2104fb5a00cb6751" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-2104fb5a00cb6751" style="display: none;">
<div id="map-2104fb5a00cb6751" data-address="999 Berkshire Blvd, Ste 180, Wyomissing, PA, 19610" data-latitude="40.349373" data-longitude="-75.972476" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="R">

</div>

<div class="cn-list-row vcard organization consultants-computers" id="r-c-berriker-consulting">
<div id="entry-id-1244fb5a00cb842f" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">R C Berriker Consulting</span>
												
<span class="org"><span class="organization-name" style="display: none;">R C Berriker Consulting</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Randal</span> <span class="contact-family-name">Berriker</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">338 Garey Rd</span>   <span class="locality">Douglassville</span>, <span class="region">PA</span>  <span class="postal-code">19518</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.582.1885</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.404.4759</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="cn-map-anchor toggle-map" id="map-anchor-1244fb5a00cb842f" href="#" data-uuid="1244fb5a00cb842f" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-1244fb5a00cb842f" style="display: none;">
<div id="map-1244fb5a00cb842f" data-address="338 Garey Rd, Douglassville, PA, 19518" data-latitude="40.253667" data-longitude="-75.792031" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="D">

</div>

<div class="cn-list-row-alternate vcard organization computers-consultants" id="distributed-systems-services-inc-dss-2">
<div id="entry-id-944fb5a00cb9f79" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Distributed Systems Services, Inc. (DSS)</span>
												
<span class="org"><span class="organization-name" style="display: none;">Distributed Systems Services, Inc. (DSS)</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Ann</span> <span class="contact-family-name">Borza</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">One Meridian Blvd, Ste 2D01</span>   <span class="locality">Wyomissing</span>, <span class="region">PA</span>  <span class="postal-code">19610</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.670.7355</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.670.7390</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.dsscorp.com/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-944fb5a00cb9f79" href="#" data-uuid="944fb5a00cb9f79" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-944fb5a00cb9f79" style="display: none;">
<div id="map-944fb5a00cb9f79" data-address="One Meridian Blvd, Ste 2D01, Wyomissing, PA, 19610" data-latitude="40.3542377" data-longitude="-75.9844017" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="C">

</div>

<div class="cn-list-row vcard organization collection-agencies" id="commercial-credit-management">
<div id="entry-id-834fb5a00cbbf9b" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Commercial Credit Management</span>
												
<span class="org"><span class="organization-name" style="display: none;">Commercial Credit Management</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Heather</span> <span class="contact-family-name">Hinnershitz</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">PO Box 4008</span>   <span class="locality">Reading</span>, <span class="region">PA</span>  <span class="postal-code">19606</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.779.2370</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.779.0170</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.ccreditmanagement.com/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-834fb5a00cbbf9b" href="#" data-uuid="834fb5a00cbbf9b" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-834fb5a00cbbf9b" style="display: none;">
<div id="map-834fb5a00cbbf9b" data-address="PO Box 4008, Reading, PA, 19606" data-latitude="40.3356483" data-longitude="-75.9268747" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="A">

</div>

<div class="cn-list-row-alternate vcard organization employee-counseling" id="arbor-career-center">
<div id="entry-id-2054fb5a00cbdeb3" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Arbor Career Center</span>
												
<span class="org"><span class="organization-name" style="display: none;">Arbor Career Center</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Gordon</span> <span class="contact-family-name">McNamara</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">501 Crescent Ave</span>   <span class="locality">Reading</span>, <span class="region">PA</span>  <span class="postal-code">19605</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.988.1374</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.988.1346</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.arborberks.net" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-2054fb5a00cbdeb3" href="#" data-uuid="2054fb5a00cbdeb3" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-2054fb5a00cbdeb3" style="display: none;">
<div id="map-2054fb5a00cbdeb3" data-address="501 Crescent Ave, Reading, PA, 19605" data-latitude="40.3674554" data-longitude="-75.9266008" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="M">

</div>

<div class="cn-list-row vcard organization electric-contractors" id="mbr-construction-services-inc">
<div id="entry-id-2034fb5a00cbfdd9" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">MBR Construction Services, Inc.</span>
												
<span class="org"><span class="organization-name" style="display: none;">MBR Construction Services, Inc.</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Kenneth</span> <span class="contact-family-name">Field</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">307 June Ave</span>   <span class="locality">Blandon</span>, <span class="region">PA</span>  <span class="postal-code">19510</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.926.1490</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.926.1864</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://mbrcsi.com" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-2034fb5a00cbfdd9" href="#" data-uuid="2034fb5a00cbfdd9" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-2034fb5a00cbfdd9" style="display: none;">
<div id="map-2034fb5a00cbfdd9" data-address="307 June Ave, Blandon, PA, 19510" data-latitude="40.4392041" data-longitude="-75.8945685" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="T">

</div>

<div class="cn-list-row-alternate vcard organization contractors-general" id="the-quandel-group-inc">
<div id="entry-id-1664fb5a00cc1b7a" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">The Quandel Group, Inc.</span>
												
<span class="org"><span class="organization-name" style="display: none;">The Quandel Group, Inc.</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Michael</span> <span class="contact-family-name">Hozella</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">14 Commerce Dr</span>   <span class="locality">Wyomissing</span>, <span class="region">PA</span>  <span class="postal-code">19610</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.374.8056</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.374.8058</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.quandel.com/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-1664fb5a00cc1b7a" href="#" data-uuid="1664fb5a00cc1b7a" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-1664fb5a00cc1b7a" style="display: none;">
<div id="map-1664fb5a00cc1b7a" data-address="14 Commerce Dr, Wyomissing, PA, 19610" data-latitude="40.347906" data-longitude="-75.987692" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="R">

</div>

<div class="cn-list-row vcard organization libraries-public" id="reading-public-library">
<div id="entry-id-2554fb5a00cc38a6" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Reading Public Library</span>
												
<span class="org"><span class="organization-name" style="display: none;">Reading Public Library</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Frank</span> <span class="contact-family-name">Kasprowicz</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">100 S 5th St</span>   <span class="locality">Reading</span>, <span class="region">PA</span>  <span class="postal-code">19602</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.655.6365</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.478.9035</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.reading.lib.pa.us/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-2554fb5a00cc38a6" href="#" data-uuid="2554fb5a00cc38a6" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-2554fb5a00cc38a6" style="display: none;">
<div id="map-2554fb5a00cc38a6" data-address="100 S 5th St, Reading, PA, 19602" data-latitude="40.3335954" data-longitude="-75.9279482" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="T">

</div>

<div class="cn-list-row-alternate vcard organization consultants-business" id="the-growth-coach">
<div id="entry-id-1204fb5a00cc5610" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">The Growth Coach</span>
												
<span class="org"><span class="organization-name" style="display: none;">The Growth Coach</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Michelle</span> <span class="contact-family-name">Smith</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">24 Scenic Drive</span>   <span class="locality">Hamburg</span>, <span class="region">PA</span>  <span class="postal-code">19526</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.400.8452</span><span class="type" style="display: none;">work</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.thegrowthcoach.com/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-1204fb5a00cc5610" href="#" data-uuid="1204fb5a00cc5610" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-1204fb5a00cc5610" style="display: none;">
<div id="map-1204fb5a00cc5610" data-address="24 Scenic Drive, Hamburg, PA, 19526" data-latitude="40.540104" data-longitude="-75.988887" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="B">

</div>

<div class="cn-list-row vcard organization employment-services" id="berks-personnel-network">
<div id="entry-id-2124fb5a00cc741b" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Berks Personnel Network</span>
												
<span class="org"><span class="organization-name" style="display: none;">Berks Personnel Network</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Kathy</span> <span class="contact-family-name">Bell</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">1015 Rockland St.</span>   <span class="locality">Reading</span>, <span class="region">PA</span>  <span class="postal-code">19604</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.288.1448</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.374.9920</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.trsinc.org" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-2124fb5a00cc741b" href="#" data-uuid="2124fb5a00cc741b" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-2124fb5a00cc741b" style="display: none;">
<div id="map-2124fb5a00cc741b" data-address="1015 Rockland St., Reading, PA, 19604" data-latitude="40.365612" data-longitude="-75.916119" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="S">

</div>

<div class="cn-list-row-alternate vcard organization beauty-salons" id="sandys-hairstyling">
<div id="entry-id-344fb5a00cc911d" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Sandy&#039;s Hairstyling</span>
												
<span class="org"><span class="organization-name" style="display: none;">Sandy&#039;s Hairstyling</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Sandra</span> <span class="contact-family-name">Funderburk</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">545 Main Street</span>   <span class="locality">Oley</span>, <span class="region">PA</span>  <span class="postal-code">19547</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.987.3122</span><span class="type" style="display: none;">work</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="cn-map-anchor toggle-map" id="map-anchor-344fb5a00cc911d" href="#" data-uuid="344fb5a00cc911d" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-344fb5a00cc911d" style="display: none;">
<div id="map-344fb5a00cc911d" data-address="545 Main Street, Oley, PA, 19547" data-latitude="40.3861402" data-longitude="-75.7874039" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="R">

</div>

<div class="cn-list-row vcard organization cleaning-services" id="rhino-cleaning-company">
<div id="entry-id-804fb5a00ccaa4a" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Rhino Cleaning Company</span>
												
<span class="org"><span class="organization-name" style="display: none;">Rhino Cleaning Company</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Eddie</span> <span class="contact-family-name">Riegel</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">4714 Perkiomen Ave</span>   <span class="locality">Reading</span>, <span class="region">PA</span>  <span class="postal-code">19606</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.779.9212</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.779.1950</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.rhinocleaning.com/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-804fb5a00ccaa4a" href="#" data-uuid="804fb5a00ccaa4a" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-804fb5a00ccaa4a" style="display: none;">
<div id="map-804fb5a00ccaa4a" data-address="4714 Perkiomen Ave, Reading, PA, 19606" data-latitude="40.3053392" data-longitude="-75.8592129" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="S">

</div>

<div class="cn-list-row-alternate vcard organization consultants-engineers" id="ssm-group-inc">
<div id="entry-id-1394fb5a00ccc7ae" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">SSM Group, Inc.</span>
												
<span class="org"><span class="organization-name" style="display: none;">SSM Group, Inc.</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Carl</span> <span class="contact-family-name">Godlove</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">1047 N Park Rd</span> <span class="street-address">PO Box 6307</span>  <span class="locality">Reading</span>, <span class="region">PA</span>  <span class="postal-code">19610-0307</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.621.2000</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">877.621.2101</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.621.2001</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://ssmgroup.com/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-1394fb5a00ccc7ae" href="#" data-uuid="1394fb5a00ccc7ae" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-1394fb5a00ccc7ae" style="display: none;">
<div id="map-1394fb5a00ccc7ae" data-address="1047 N Park Rd, PO Box 6307, Reading, PA, 19610-0307" data-latitude="40.3380072" data-longitude="-75.9753516" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-row vcard organization energy-services" id="smdell-inc">
<div id="entry-id-2334fb5a00cce5dc" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">SMDELL, Inc.</span>
												
<span class="org"><span class="organization-name" style="display: none;">SMDELL, Inc.</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Steve</span> <span class="contact-family-name">Dell</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">1811 Spring Ridge Lane</span>   <span class="locality">Lancaster</span>, <span class="region">PA</span>  <span class="postal-code">17603</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">717.649.4317</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">717.871.6714</span><span class="type" style="display: none;">work</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.smdellinc.com" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-2334fb5a00cce5dc" href="#" data-uuid="2334fb5a00cce5dc" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-2334fb5a00cce5dc" style="display: none;">
<div id="map-2334fb5a00cce5dc" data-address="1811 Spring Ridge Lane, Lancaster, PA, 17603" data-latitude="40.016087" data-longitude="-76.336969" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="T">

</div>

<div class="cn-list-row-alternate vcard organization automobile-dealers" id="tom-masano-inc">
<div id="entry-id-234fb5a00cd02c8" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Tom Masano Inc.</span>
												
<span class="org"><span class="organization-name" style="display: none;">Tom Masano Inc.</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Bruce</span> <span class="contact-family-name">Masano Jr.</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">815 Lancaster Ave</span> <span class="street-address">PO Box 590</span>  <span class="locality">Reading</span>, <span class="region">PA</span>  <span class="postal-code">19607-1636</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.777.6587</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.777.0658</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.mbusa.com/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-234fb5a00cd02c8" href="#" data-uuid="234fb5a00cd02c8" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-234fb5a00cd02c8" style="display: none;">
<div id="map-234fb5a00cd02c8" data-address="815 Lancaster Ave, PO Box 590, Reading, PA, 19607-1636" data-latitude="40.3356483" data-longitude="-75.9268747" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="V">

</div>

<div class="cn-list-row vcard organization outlet-centers" id="vf-outlet-center">
<div id="entry-id-2584fb5a00cd223f" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">VF Outlet Center</span>
												
<span class="org"><span class="organization-name" style="display: none;">VF Outlet Center</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Jeffrey</span> <span class="contact-family-name">Schuchart</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">801 Hill Ave</span>   <span class="locality">Reading</span>, <span class="region">PA</span>  <span class="postal-code">19610</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">610.378.0408</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">800.772.8336</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">610.378.9384</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.vfoutletcenter.com" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-2584fb5a00cd223f" href="#" data-uuid="2584fb5a00cd223f" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-2584fb5a00cd223f" style="display: none;">
<div id="map-2584fb5a00cd223f" data-address="801 Hill Ave, Reading, PA, 19610" data-latitude="40.33854" data-longitude="-75.955556" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="S">

</div>

<div class="cn-list-row-alternate vcard organization energy-services" id="sunrise-restorations-inc">
<div id="entry-id-2344fb5a00cd400a" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Sunrise Restorations, Inc.</span>
												
<span class="org"><span class="organization-name" style="display: none;">Sunrise Restorations, Inc.</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Rick</span> <span class="contact-family-name">Barndt</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">539 Franklin Street</span>   <span class="locality">Hamburg</span>, <span class="region">PA</span>  <span class="postal-code">19526</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">484.955.6236</span><span class="type" style="display: none;">work</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.sunrise-restorations.com" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-2344fb5a00cd400a" href="#" data-uuid="2344fb5a00cd400a" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-2344fb5a00cd400a" style="display: none;">
<div id="map-2344fb5a00cd400a" data-address="539 Franklin Street, Hamburg, PA, 19526" data-latitude="40.559031" data-longitude="-75.981055" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

<div class="cn-list-section-head cn-clear" id="G">

</div>

<div class="cn-list-row vcard organization consultants" id="greenlee-procurement-llc">
<div id="entry-id-1124fb5a00cd5c49" class="cn-entry">
	<table border="0px" bordercolor="#E3E3E3" cellspacing="0px" cellpadding="0px">
	    <tr>
	        <td align="left" width="55%" valign="top">
				
<span class="cn-image-style" style="display: inline-block;"><span class="cn-image-none" style="height: 150px; width: 225px; display: inline-block;"><p>No Logo Available</p></span></span>
	        </td>
	        <td align="right" valign="top" style="text-align: right;">
	        	
				<div style="clear:both; margin: 5px 5px;">
		        	<div style="margin-bottom: 5px;">
						
<span class="org fn">Greenlee Procurement LLC</span>
												
<span class="org"><span class="organization-name" style="display: none;">Greenlee Procurement LLC</span></span>
						
<span class="contact-name"><span class="contact-label">Contact</span>: <span class="contact-given-name">Donetta</span> <span class="contact-family-name">D&#039;Innocenzo</span></span>
					</div>
					
					
<span class="address-block">
<span class="adr"><span class="address-name">Other</span> <span class="street-address">230 State St</span>   <span class="locality">Harrisburg</span>, <span class="region">PA</span>  <span class="postal-code">17101</span> <span class="type" style="display: none;">postal</span></span>
</span>

<span class="phone-number-block">
<span class="tel"><span class="phone-name">Work Phone</span>: <span class="value">717.236.0443</span><span class="type" style="display: none;">work</span></span>

<span class="tel"><span class="phone-name">Work Fax</span>: <span class="value">717.236.8383</span><span class="type" style="display: none;">work</span><span class="type" style="display: none;">fax</span></span>
</span>
					
				</div>
	        </td>
	    </tr>
	    
	    <tr>
	        <td valign="bottom" style="text-align: left;">
				
								
	        </td>
			
			<td align="right" valign="bottom"  style="text-align: right;">
				
				<a class="url" href="http://www.greenleepartners.com/" target="_blank">Visit Website</a>
 | <a class="cn-map-anchor toggle-map" id="map-anchor-1124fb5a00cd5c49" href="#" data-uuid="1124fb5a00cd5c49" data-str-show="Show Map" data-str-hide="Close Map">Show Map</a> | 				
				<span class="cn-return-to-top"><a href="#cn-top" title="Return to top."><img src="http://cdn1.connections-pro.com/wp-content/plugins/connections/images/uparrow.gif" alt="Return to Top"/></a></span>
	        </td>
	    </tr>
		
		<tr>
			<td colspan="2">
							</td>
		</tr>
		
	</table>
	<div class="cn-gmap" id="map-container-1124fb5a00cd5c49" style="display: none;">
<div id="map-1124fb5a00cd5c49" data-address="230 State St, Harrisburg, PA, 17101" data-latitude="40.264047" data-longitude="-76.8856799" style="width: 560px; height: 400px" data-maptype="ROADMAP" data-zoom="13"></div>
</div></div>
</div>

</div>

<div class="cn-clear" id="cn-list-foot">

</div>

</div>

</div>

]]></content:encoded>
			<wfw:commentRss>http://connections-pro.com/2012/04/12/pro-module-preview-locate/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Release Candidate 1</title>
		<link>http://connections-pro.com/2011/12/11/release-candidate-1/</link>
		<comments>http://connections-pro.com/2011/12/11/release-candidate-1/#comments</comments>
		<pubDate>Mon, 12 Dec 2011 02:22:08 +0000</pubDate>
		<dc:creator>Steven Zahm</dc:creator>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[Connections]]></category>
		<category><![CDATA[Development Update]]></category>
		<category><![CDATA[candidate]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://connections-pro.com/?p=1178</guid>
		<description><![CDATA[Here&#8217;s the download link to RC 1: http://downloads.wordpress.org/plugin/connections.zip RC 1 should be fully compatible with WordPress 3.1.x through 3.3. It is strongly advised that you backup the current four Connections tables in the db before the upgrade because the db structure has been changed significantly. After the upgrade is completed, validate the data for as ...]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s the download link to RC 1:</p>
<p><a title="Connections Trunck" href="http://downloads.wordpress.org/plugin/connections.zip">http://downloads.wordpress.org/plugin/connections.zip</a></p>
<p>RC 1 should be fully compatible with WordPress 3.1.x through 3.3.</p>
<p>It is strongly advised that you backup the current four Connections tables in the db before the upgrade because the db structure has been changed significantly.</p>
<p>After the upgrade is completed, validate the data for as many entries as you feel appropriate. The suggested method is, while on the Connections : Manage admin page, click &#8220;Show Details&#8221; for an entry and then click &#8220;Edit&#8221; to make sure that data is exactly as expected on both the &#8220;Show Details&#8221; and the &#8220;Edit&#8221; page. Why? The data on the &#8220;Edit&#8221; page is pulled from the new db tables whereas the data shown on the Manage page and the front end is pulled from a cache which stored with the entry specific details. These two sources are kept in sync when edits are made. The reason for this data structure is so that a large amount of entries can be displayed without bombarding the db with queries.</p>
<p>At this time, there are no known bugs, but if you find one, please submit it here:</p>
<p><a title="Report Bugs" href="http://connections-pro.com/trac/">http://connections-pro.com/trac/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://connections-pro.com/2011/12/11/release-candidate-1/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Feature Preview: cMap</title>
		<link>http://connections-pro.com/2011/12/05/feature-preview-cmap/</link>
		<comments>http://connections-pro.com/2011/12/05/feature-preview-cmap/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 03:11:33 +0000</pubDate>
		<dc:creator>Steven Zahm</dc:creator>
				<category><![CDATA[Connections]]></category>
		<category><![CDATA[Development Update]]></category>
		<category><![CDATA[cmap]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[feature]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[preview]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://connections-pro.com/?p=1145</guid>
		<description><![CDATA[The next release of Connections is packed with new features, many of which can be taken advantage of by templates.  Every template in one way or another will benefit from the next release, but most templates will need to be updated to take advantage of most of the new features. If you&#8217;ve been following along, you already ...]]></description>
			<content:encoded><![CDATA[<p>The next release of Connections is packed with new features, many of which can be taken advantage of by templates.  Every template in one way or another will benefit from the next release, but most templates will need to be updated to take advantage of most of the new features. If you&#8217;ve been following along, you already know that the cMap template will be updated with search. I thought that I would take a moment to share the rest of the great changes that will come with the next version of cMap.</p>
<p><a href="http://cdn1.connections-pro.com/wp-content/uploads/scr-cmap-cate-search.png"><img width="292"  alt="Screen Capture - cMap - Category / Search" src="http://connections-pro.com/wp-content/themes/striking/includes/timthumb.php?src=/wp-content/uploads/scr-cmap-cate-search.png&amp;w=292&amp;zc=1" /></a>Probably the best feature is that all who have already purchased the template, this will be a free upgrade.</p>
<p>Search; pretty self explanatory.</p>
<p>The category drop down has received a major enhancement courtesy of the jQuery plugin <a title="Chosen" href="https://github.com/harvesthq/chosen" target="_blank">Chosen</a>. When the drop down is opened, a user can now search the categories rather than having to scroll through them to find the one they are looking for. It&#8217;s pretty neat, I&#8217;ve already become quite spoiled by this feature.</p>
<p><a href="http://cdn1.connections-pro.com/wp-content/uploads/scr-cmap-page-e1323139775757.png"><img width="220"  alt="Screen Capture - cMap - Pagination" src="http://connections-pro.com/wp-content/themes/striking/includes/timthumb.php?src=/wp-content/uploads/scr-cmap-page-e1323139775757.png&amp;w=220&amp;zc=1" /></a>The pagination has been completely re-worked too. Currently, all the pages list in order, which is fine if you only have a few pages, but when you have 20+ pages, it becomes a mess, visually. The new layout mimics the style and functionality of the pagination used on the WordPress admin posts page. Definitely a lot less cluttered and nicer looking, while providing a familiar user experience.</p>
<p>Lastly, templates now can be programmed so they can hook into the Connections shortcode. Basically, what this means is that it is far easier to configure the template options. Currently, if you want to customize any of the template options, you have to locate and edit the functions.php file. And when you make changes, they are global, meaning every time you used the template, even on different pages, you have to use the same settings. Now, since cMap has been updated to hook into the Connections shortcode, you can set the template options from right within the shortcode. No more having to muck around with FTP and editing PHP code! Another great thing-now you can use cMap on different pages configured completely differently. Here&#8217;s a sample shortcode that can be used for cMap that changes the number of entries displayed per page, sets the pagination to be displayed at the bottom of the list and hides both the anniversary and birthday fields.</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #009900;">&#91;</span>connections template<span style="color: #339933;">=</span><span style="color: #0000ff;">'cmap'</span> cmap_page_limit<span style="color: #339933;">=</span><span style="color: #0000ff;">'32'</span> cmap_pagination_position<span style="color: #339933;">=</span><span style="color: #0000ff;">'after'</span> cmap_show_birthday<span style="color: #339933;">=</span><span style="color: #0000ff;">'FALSE'</span> cmap_show_anniversary<span style="color: #339933;">=</span><span style="color: #0000ff;">'FALSE'</span><span style="color: #009900;">&#93;</span></pre></div></div>

<p>Here&#8217;s a list of options that are currently available with their default settings. This list will actually be expanded when the updated cMap template is released. As you see, templates are almost plugins on their own.</p>
<ul>
<li>cmap_enable_search = TRUE</li>
<li>cmap_enable_pagination = TRUE</li>
<li>cmap_page_limit = 20</li>
<li>cmap_pagination_position = &#8216;before&#8217;</li>
<li>cmap_enable_category_select = TRUE</li>
<li>cmap_show_empty_categories = TRUE</li>
<li>cmap_show_category_count = FALSE</li>
<li>cmap_category_select_position = &#8216;before&#8217;</li>
<li>cmap_enable_category_by_root_parent = FALSE</li>
<li>cmap_enable_map = TRUE</li>
<li>cmap_enable_bio = TRUE</li>
<li>cmap_enable_bio_head = TRUE</li>
<li>cmap_enable_note = TRUE</li>
<li>cmap_enable_note_head = TRUE</li>
<li>cmap_enable_website_link = TRUE</li>
<li>cmap_show_addresses = TRUE</li>
<li>cmap_show_phone_numbers = TRUE</li>
<li>cmap_show_email = TRUE</li>
<li>cmap_show_im = TRUE</li>
<li>cmap_show_social_media = TRUE</li>
<li>cmap_show_birthday = TRUE</li>
<li>cmap_show_anniversary = TRUE</li>
<li>cmap_map_type = &#8216;ROADMAP&#8217;</li>
<li>cmap_map_zoom = 13</li>
<li>cmap_map_frame_height = 400</li>
<li>cmap_str_select = &#8216;Select Category&#8217;</li>
<li>cmap_str_select_all = &#8216;Show All Categories&#8217;</li>
<li>cmap_str_map_show = &#8216;Show Map&#8217;</li>
<li>cmap_str_map_hide = &#8216;Close Map&#8217;</li>
<li>cmap_str_bio_head = &#8216;Biography&#8217;</li>
<li>cmap_str_bio_show = &#8216;Show Bio&#8217;</li>
<li>cmap_str_bio_hide = &#8216;Close Bio&#8217;</li>
<li>cmap_str_note_head = &#8216;Notes&#8217;</li>
<li>cmap_str_note_show = &#8216;Show Notes&#8217;</li>
<li>cmap_str_note_hide = &#8216;Close Notes&#8217;</li>
<li>cmap_str_home_phone = &#8216;Home Phone&#8217;</li>
<li>cmap_str_home_fax = &#8216;Home Fax&#8217;</li>
<li>cmap_str_cell_phone = &#8216;Cell Phone&#8217;</li>
<li>cmap_str_work_phone = &#8216;Work Phone&#8217;</li>
<li>cmap_str_work_fax = &#8216;Work Fax&#8217;</li>
<li>cmap_str_personal_email = &#8216;Personal Email&#8217;</li>
<li>cmap_str_work_email = &#8216;Work Email&#8217;</li>
<li>cmap_str_visit_website = &#8216;Visit Website&#8217;</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://connections-pro.com/2011/12/05/feature-preview-cmap/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Running late&#8230;</title>
		<link>http://connections-pro.com/2011/11/29/running-late/</link>
		<comments>http://connections-pro.com/2011/11/29/running-late/#comments</comments>
		<pubDate>Wed, 30 Nov 2011 04:26:02 +0000</pubDate>
		<dc:creator>Steven Zahm</dc:creator>
				<category><![CDATA[Connections]]></category>
		<category><![CDATA[Development Update]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[late]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://connections-pro.com/?p=1137</guid>
		<description><![CDATA[Like all things in software development, things never go as planned. The next release of Connections was supposed to occur today because a critical fix for WordPress 3.3 is needed for Connections to be compatible, but I still have a decent list of things I&#8217;d really like to finish up for this release. The good news ...]]></description>
			<content:encoded><![CDATA[<p>Like all things in software development, things never go as planned. The next release of Connections was supposed to occur today because a critical fix for WordPress 3.3 is needed for Connections to be compatible, but I still have a decent list of things I&#8217;d really like to finish up for this release. The good news is , since WordPress isn&#8217;t ready yet either, this  gives me more time finish my todo list.</p>
<p>Now, the really good news;  I need beta testers. Even though the version is a small bump in the version number, the changes are very significant. So if you know how to backup tables in your WordPress install and you wish to beta test, let me know in the comments and I&#8217;ll get you hooked up. Oh, this is important, there are no critical bugs that I&#8217;m aware of. The most annoying bug is that pagination in the admin may not always work as expected.</p>
<p>For the curious here&#8217;s just a small list of changes:</p>
<ul>
<li>FEATURE: Search.</li>
<li>FEATURE: Added a Dashboard page in the admin.</li>
<li>FEATURE: Added a Today&#8217;s Birthdays admin dashboard widget.</li>
<li>FEATURE: Added a Upcoming Birthdays admin dashboard widget.</li>
<li>FEATURE: Added a Today&#8217;s Anniversaries admin dashboard widget.</li>
<li>FEATURE: Added a Upcoming Anniversaries admin dashboard widget.</li>
<li>FEATURE: Added a Recently Added dashboard widget.</li>
<li>FEATURE: Added a Recently Modified admin dashboard widget.</li>
<li>FEATURE: Added a Connections News admin dashboard widget.</li>
<li>FEATURE: Added a Template Update News admin dashboard widget.</li>
<li>FEATURE: Added a Pro Module New admin dashboard widget.</li>
<li>FEATURE: Added a System Info / Configuration admin dashboard widget.</li>
<li>FEATURE: New role capabilities that allow add and edit moderation.</li>
<li>FEATURE: Added more actions/filters to hook into.</li>
<li>FEATURE: Added hooks to allow templates o be configured via the shortcode so the template&#8217;s funcions.php file does not need edited.</li>
<li>FEATURE: Collapsible and sortable addresses and ect., when adding or editing an address and ect.</li>
<li>FEATURE: Added ICQ as a messenger type.</li>
<li>FEATURE: Added Google+ to the social networks.</li>
<li>BUG: The view_public capability was being removed when role capabilities were being reset.</li>
<li>BUG: Fix many/most/all warnings and such reported when WP_DEBUG is TRUE.</li>
<li>BUG: Remove the connections_view_entry_list role as it is no longer needed.</li>
<li>BUG: Use gmmktime() instead of mktime() when working with the birthday and anniversary so dates are output showing the current date.</li>
<li>BUG: Fixed a bug with applying the cn_list_before filter causing the template CSS to output twice.</li>
<li>BUG: Fixed an issue with getAddressBlock() showing only the last input address.</li>
<li>BUG: Removed the Screen Options tab from the Connections Manage page unless an action was being performed on an entry such as edit/copy.</li>
<li>BUG: Fixed some minor bugs in the upgrade function.</li>
<li>BUG: Fixed malformed vCard when Department was entered without and organization name.</li>
<li>OTHER: Remove the meta Connections version from the head as it failed HTML5 validation. Added to the connections div as an HTML5 data attribute.</li>
<li>OTHER: Disabled JavaScript compression on the Add/Edit Entry page. When enabled the RTE wouldn&#8217;t load to JS errors.</li>
<li>OTHER: Update Roles and Capabilities page to use the metabox visual styles.</li>
<li>OTHER: Updated the help page. Fixing typos and adding more info.</li>
<li>OTHER: Update the settings page to match the WordPress setting page styles for better integration.</li>
<li>OTHER: Update the categories page style to match the WordPress categories page styles for better integration.</li>
<li>OTHER: Update the role page style to use the post metabox style for better integration.</li>
<li>OTHER: All processes are now handled by a pocess method rather than hooking into the current page for better role capability support.</li>
<li>OTHER: Remove the Donate link from the meta links on the Plugins page.</li>
<li>OTHER: Added a entry meta table for future support for custom entry details.</li>
<li>OTHER: Tweaked the header of the Manage / Copy / Edit screen.</li>
<li>OTHER: Added a cache folder during activation for TimThumb.</li>
<li>OTHER: Removed &#8216;Select&#8217; from the address type select to force user selection.</li>
<li>OTHER: Set the &#8216;Member&#8217; template as a &#8216;family&#8217; template type.</li>
<li>OTHER: Set the &#8216;Single Entry Card&#8217; template as a &#8216;individual&#8217; template type.</li>
<li>OTHER: Greatly improved support for using the shortcode multiple times on the same page.</li>
<li>OTHER: Improved the pagination support on the Manage page. The limit is now user adjustable.</li>
<li>OTHER: Completely revamped the db structure. Using the original table columns for addresses, ect., for an object to keep db queries to a minimum.</li>
<li>OTHER: Added support for WP 3.3.</li>
<li>OTHER: Use wp_editor when user is running WP 3.3+.</li>
<li>OTHER: Moved the filters to be part of the entry retrieve query. Made possible by the new db structure.</li>
<li>OTHER: Moved the order by option to be part of the entry retrieve query. Made possible by the new db structure.</li>
<li>OTHER: Upgrade the class.php.upload class to .31</li>
<li>OTHER: Added debug logging and display for image uploads.</li>
<li>OTHER: Reworked just about every method in the cnOutput() class to remove all inline styles.</li>
<li>OTHER: All styles have been moved to an external CSS file.</li>
<li>OTHER: Completely restructured the Connections shortcode logic.</li>
<li>OTHER: The output of the IM networks now conform to the hCard spec.</li>
<li>OTHER: Added the missing contact first and last name template tag.</li>
<li>OTHER: Enable shortcode use in the bio and notes fields.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://connections-pro.com/2011/11/29/running-late/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>Feature Preview: Search</title>
		<link>http://connections-pro.com/2011/11/02/feature-preview-search/</link>
		<comments>http://connections-pro.com/2011/11/02/feature-preview-search/#comments</comments>
		<pubDate>Thu, 03 Nov 2011 01:36:35 +0000</pubDate>
		<dc:creator>Steven Zahm</dc:creator>
				<category><![CDATA[Connections]]></category>
		<category><![CDATA[Development Update]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://connections-pro.com/?p=1057</guid>
		<description><![CDATA[It probably would be an understatement if I said search was the most often requested feature. Well, it&#8217;s coming. The feature is fully implemented in the admin. There is only some tidying up yet to do. I also updated the cMap template to include search. Market will also get search and so will the &#8216;Plus&#8217; templates. ...]]></description>
			<content:encoded><![CDATA[<p>It probably would be an understatement if I said search was the most often requested feature. Well, it&#8217;s coming. The feature is fully implemented in the admin. There is only some tidying up yet to do. I also updated the <a title="cMap" href="http://connections-pro.com/connections/templates/cmap/">cMap</a> template to include search. <a title="Market" href="http://connections-pro.com/connections/templates/market/">Market</a> will also get search and so will the &#8216;Plus&#8217; templates.</p>
<p><img width="292" alt="Screen Capture – Feature Preview: Search" src="http://connections-pro.com/wp-content/themes/striking/includes/timthumb.php?src=/wp-content/uploads/scr-feature-preview-search.png&amp;w=292&amp;zc=1" />Search is incorporated into the Connections : Manage admin page and it will be available as a standard feature in the admin. However, search on the front end will only be incorporated as a feature in the premium templates.</p>
<p>Here&#8217;s a list of fields that will be searched for matches:</p>
<ul>
<li>family_name</li>
<li>first_name</li>
<li>middle_name</li>
<li>last_name</li>
<li>title</li>
<li>organization</li>
<li>department</li>
<li>contact_first_name</li>
<li>contact_last_name</li>
<li>bio</li>
<li>notes</li>
<li>line_1</li>
<li>line_2</li>
<li>line_3</li>
<li>city</li>
<li>state</li>
<li>zip code</li>
<li>country</li>
</ul>
<p>I decided not to include links, email addresses and social media IDs as the results could get less useful do to partial string matching when the search is being performed.</p>
]]></content:encoded>
			<wfw:commentRss>http://connections-pro.com/2011/11/02/feature-preview-search/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>Feature Preview: Visibility</title>
		<link>http://connections-pro.com/2011/10/17/feature-preview-visibility/</link>
		<comments>http://connections-pro.com/2011/10/17/feature-preview-visibility/#comments</comments>
		<pubDate>Tue, 18 Oct 2011 03:18:53 +0000</pubDate>
		<dc:creator>Steven Zahm</dc:creator>
				<category><![CDATA[Connections]]></category>
		<category><![CDATA[Development Update]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[visibility]]></category>

		<guid isPermaLink="false">http://connections-pro.com/?p=1011</guid>
		<description><![CDATA[Connections has many unique features, one of which is the ability to add as many items to each field type as you need. What do I mean? Well, for example, for the address field type you can add as many addresses as you need for the  entry. The same goes for phone numbers, email addresses ...]]></description>
			<content:encoded><![CDATA[<p><a href="http://cdn2.connections-pro.com/wp-content/uploads/scr-feature-preview-visibility.png"><img width="220"  alt="Screen Capture – Feature Preview: Visibility" src="http://connections-pro.com/wp-content/themes/striking/includes/timthumb.php?src=/wp-content/uploads/scr-feature-preview-visibility.png&amp;w=220&amp;zc=1" /></a>Connections has many unique features, one of which is the ability to add as many items to each field type as you need. What do I mean? Well, for example, for the address field type you can add as many addresses as you need for the  entry. The same goes for phone numbers, email addresses and so on. If you&#8217;ve used Connections, you know that you can set the visibility of an entry to either &#8216;Unlisted&#8217;, &#8216;Private&#8217; or &#8216;Public&#8217;. One common request I get is to extend this to the specific fields, so you can have a public entry with an address set as &#8216;Private&#8217;, which is only viewable to users that are logged in, and a cell number set as unlisted, so only the admins can view it. If you had a sharp eye, you would have noticed that I was working on this very feature by the screen captures I posted. Take a peek at the screen capture and take note of the red circled areas. I&#8217;m happy to say, this is now fully implemented. I just have a little bit more testing to do.</p>
]]></content:encoded>
			<wfw:commentRss>http://connections-pro.com/2011/10/17/feature-preview-visibility/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Feature Preview: Dashboard</title>
		<link>http://connections-pro.com/2011/09/21/feature-preview-dashboard/</link>
		<comments>http://connections-pro.com/2011/09/21/feature-preview-dashboard/#comments</comments>
		<pubDate>Thu, 22 Sep 2011 02:30:24 +0000</pubDate>
		<dc:creator>Steven Zahm</dc:creator>
				<category><![CDATA[Connections]]></category>
		<category><![CDATA[Development Update]]></category>
		<category><![CDATA[dashboard]]></category>
		<category><![CDATA[dashboard widgets]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://connections-pro.com/?p=985</guid>
		<description><![CDATA[ Another week, another feature preview. One of the most visible changes will be the addition of the Connections Dashboard admin page. This page was modeled after the WordPress Dashboard, so what you see in the screen capture are the available widgets and just like the WordPress Dashboard these can be rearranged and even hidden if you ...]]></description>
			<content:encoded><![CDATA[<p><a href="http://cdn1.connections-pro.com/wp-content/uploads/scr-feature-preview-dashboard.png"><img width="292"  alt="Feature Preview: Dashboard" src="http://connections-pro.com/wp-content/themes/striking/includes/timthumb.php?src=/wp-content/uploads/scr-feature-preview-dashboard.png&amp;w=292&amp;zc=1" /></a> Another week, another feature preview. One of the most visible changes will be the addition of the Connections Dashboard admin page. This page was modeled after the WordPress Dashboard, so what you see in the screen capture are the available widgets and just like the WordPress Dashboard these can be rearranged and even hidden if you wish.</p>
<p>Here&#8217;s a quick run down of the available widgets:</p>
<ul>
<li>News: This displays the last few blog posts.</li>
<li>Quick Links: Just a few links to take you to the most popular pages on <a href="http://connections-pro.com/">connections-pro.com</a>.</li>
<li>Pro Module Update Notices and Template Update Notices: These will display all the latest update notices.</li>
<li>Today&#8217;s Anniversaries</li>
<li>Upcoming Anniversaries</li>
<li>Today&#8217;s Birthdays</li>
<li>Upcoming Birthdays</li>
<li>Recently Added: This will display a list of the last dozen added entries.</li>
<li>Recently Updated: This will display a list of the last dozen updated entries.</li>
<li>Awaiting Moderation: Not in the screen capture, bit it&#8217;ll show all the entries waiting to be approved.</li>
<li>System: Shows a bunch of server related info that will be helpful for trouble shooting.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://connections-pro.com/2011/09/21/feature-preview-dashboard/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Feature Preview: Links</title>
		<link>http://connections-pro.com/2011/09/14/feature-preview-links/</link>
		<comments>http://connections-pro.com/2011/09/14/feature-preview-links/#comments</comments>
		<pubDate>Thu, 15 Sep 2011 03:01:10 +0000</pubDate>
		<dc:creator>Steven Zahm</dc:creator>
				<category><![CDATA[Connections]]></category>
		<category><![CDATA[Development Update]]></category>
		<category><![CDATA[Announcement]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://connections-pro.com/?p=962</guid>
		<description><![CDATA[Just like addresses, an entry could be assigned any number of websites. While that was pretty useful, I wanted to improve on it. After taking into consideration how I&#8217;ve been asked to use this feature to customize templates, I decided to re-engineer this feature and rename the section on the entry form to &#8216;Links&#8217;. Take ...]]></description>
			<content:encoded><![CDATA[<p>Just like addresses, an entry could be assigned any number of websites. While that was pretty useful, I wanted to improve on it. After taking into consideration how I&#8217;ve been asked to use this feature to customize templates, I decided to re-engineer this feature and rename the section on the entry form to <em>&#8216;Links&#8217;</em>. Take a second to look at the screen capture below.</p>
<p><a href="http://cdn1.connections-pro.com/wp-content/uploads/scr-feature-preview-links.png"><img width="292"  alt="Links" src="http://connections-pro.com/wp-content/themes/striking/includes/timthumb.php?src=/wp-content/uploads/scr-feature-preview-links.png&amp;w=292&amp;zc=1" /></a> One thing I hope you noticed is that the links can be assigned a type. This is probably the biggest change, which prompted me to renamed the feature. In the screen capture I assigned one link as a website and another as a blog. Now, in templates, one can call the desired link type to be displayed independently from the other link types. That&#8217;s much more useful than the list of websites that Connections currently outputs. Now, I want to put this right out there, this next release of Connections will not include the ability to create custom link types, that&#8217;s slated for the release after this one. So if you&#8217;d like to have a link type considered for inclusion, let me know in the comments.</p>
<p>I also added three other often requested features, the ability to have a link title, whether a link should open in the current window/tab or a new window/tab and whether the link should dofollow or nofollow for search engines. These alone, I know, will make quite a few people happy, but there&#8217;s one more thing. Like addresses, the links can be dropped and dragged so they&#8217;re presented in the order you want them, just like the<a title="Feature Preview: Addresses – Drop &amp; Drag" href="http://connections-pro.com/2011/09/07/upcoming-release-feature-preview/"> addresses</a>,  just in case you want to output a list of links.</p>
]]></content:encoded>
			<wfw:commentRss>http://connections-pro.com/2011/09/14/feature-preview-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Feature Preview: Addresses &#8211; Drop &amp; Drag</title>
		<link>http://connections-pro.com/2011/09/07/upcoming-release-feature-preview/</link>
		<comments>http://connections-pro.com/2011/09/07/upcoming-release-feature-preview/#comments</comments>
		<pubDate>Wed, 07 Sep 2011 20:35:32 +0000</pubDate>
		<dc:creator>Steven Zahm</dc:creator>
				<category><![CDATA[Connections]]></category>
		<category><![CDATA[Development Update]]></category>
		<category><![CDATA[Announcement]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://connections-pro.com/?p=915</guid>
		<description><![CDATA[Due to lack of activity on the site, I&#8217;ve been getting emails asking if Connections is still under development. The answer is, yes. Connections is actually always under constant heavy development. I have been neglecting the site a bit, which I&#8217;m going to remedy. To start, I&#8217;ll give you a little feature preview. One of the ...]]></description>
			<content:encoded><![CDATA[<p>Due to lack of activity on the site, I&#8217;ve been getting emails asking if Connections is still under development. The answer is, yes. Connections is actually always under constant heavy development. I have been neglecting the site a bit, which I&#8217;m going to remedy. To start, I&#8217;ll give you a little feature preview.</p>
<p><a href="http://cdn1.connections-pro.com/wp-content/uploads/2011/09/addresses-20110907.png"><img width="220" height="150" alt="Drop and Drag Addresses" src="http://connections-pro.com/wp-content/themes/striking/includes/timthumb.php?src=/wp-content/uploads/2011/09/addresses-20110907.png&amp;h=150&amp;w=220&amp;zc=1" /></a>One of the unique features in Connections is the ability to add as many addresses as you need to an entry. This was great, but there really wasn&#8217;t much of a way to manage them after they had been entered. Well, I&#8217;ve improved on this a bit. Addresses can now be reordered using drop and drag. They can be set as public, private or unlisted and you can even choose an address as the preferred address. Take a peek at the screen capture.</p>
<p>Now, if you have multiple addresses you can easily rearrange them in the order you want them to be displayed without having to delete them and reenter them. Another benefit is you can now store all the entry&#8217;s associated addresses in Connections while keeping addresses you specify from being displayed publicly.</p>
<p>Stay tuned for more updates. I&#8217;ll be posting more feature previews and how-tos in the near future.</p>
]]></content:encoded>
			<wfw:commentRss>http://connections-pro.com/2011/09/07/upcoming-release-feature-preview/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Next Release</title>
		<link>http://connections-pro.com/2011/01/27/next-release-2/</link>
		<comments>http://connections-pro.com/2011/01/27/next-release-2/#comments</comments>
		<pubDate>Fri, 28 Jan 2011 00:23:35 +0000</pubDate>
		<dc:creator>Steven Zahm</dc:creator>
				<category><![CDATA[Connections]]></category>
		<category><![CDATA[Development Update]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://connections-pro.com/?p=390</guid>
		<description><![CDATA[I&#8217;m already hard at work on the next version of Connections and here&#8217;s the list of features and changes that I hope will be in the next version: Features: Add an Overview page that will display the following widgets: Today&#8217;s Birthday&#8217;s Upcoming Birthday&#8217;s Today&#8217;s Anniversaries Upcoming Anniversaries Recently Added Recently Updated Awaiting Moderation Add &#8216;tabs&#8217; ...]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m already hard at work on the next version of Connections and here&#8217;s the list of features and changes that I hope will be in the next version:</p>
<p>Features:</p>
<ul>
<li>Add an Overview page that will display the following widgets:
<ul>
<li>Today&#8217;s Birthday&#8217;s</li>
<li>Upcoming Birthday&#8217;s</li>
<li>Today&#8217;s Anniversaries</li>
<li>Upcoming Anniversaries</li>
<li>Recently Added</li>
<li>Recently Updated</li>
<li>Awaiting Moderation</li>
</ul>
</li>
<li>Add &#8216;tabs&#8217; to the Manage page for All | Pending (count) | Approved</li>
<li>Add bulk actions to Approve or Unapprove entries.</li>
<li>Add Approve and Unapprove to the entries action links.</li>
<li>Add the category_in shortcode attribute. This will be an operational AND, meaning an entry must be in all the categories in order to be listed.</li>
<li>Add the category_in_name shortcode attribute. This will be an operational AND, meaning an entry must be in all the categories in order to be listed.</li>
<li>Add the exclude_category_name shortcode attribute. Use this to exclude categories based on their name.</li>
</ul>
<p>Other:</p>
<ul>
<li>Add new role capability, add_entry_moderated. When users with this capability set entries will be set with the pending status.</li>
<li>Update all queries to support the pending status.</li>
<li>Remove the use of the download.vcard.php file that is being copied to the WP root during activation.
<ul>
<li>Trigger upgrade to remove this file from previous installs.</li>
</ul>
</li>
<li>Trigger upgrade to toggle the &#8216;Public Entries&#8217; setting so the correct role is assigned.</li>
<li>Document the template tag getNameBlock()</li>
<li>Add a template tag for the Contact Name based of the new template tag getNameBlock()</li>
<li>Update the getImageBlock() methods to model after the getLogoBlock() template tag.
<ul>
<li>Consolidate to a single code base and have the template tags call the corresponding image only.</li>
</ul>
</li>
<li>Fix bug where an ampersand will not let the category_name shortcode attribute function correctly.</li>
<li>Currently when entries are added or updated the timezone offset time set in WP is use. This should actually be set to use time() and only apply the offset when displayed to the end user.</li>
<li>The role settings should not reset during plugin activation.</li>
<li>Template should sort by their name, not the directory name.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://connections-pro.com/2011/01/27/next-release-2/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Content Delivery Network via Rackspace Cloud Files: cdn1.connections-pro.com

Served from: connections-pro.com @ 2012-05-17 21:04:13 -->
