Would you like to schedule a time to stop by and visit our facilities? Simply give us a call at 610-687-7777 or complete the email contact form and we will follow up with you directly. Be sure to ask about our special offer! 10% off the first month’s rent or fee as stated in the agreement.
*required
function cp_contactformpp_cerror(id){$dexQuery = jQuery.noConflict();$dexQuery("#hdcaptcha_error"+id).css('top',$dexQuery("#hdcaptcha"+id).outerHeight());$dexQuery("#hdcaptcha_error"+id).css("display","inline");}
function doValidate_1(form)
{
$dexQuery = jQuery.noConflict();
document.cp_contactformpp_pform_1.cp_ref_page.value = document.location;
if ($dexQuery("#hdcaptcha_cp_contact_form_paypal_post_1").val() == '')
{
setTimeout( "cp_contactformpp_cerror('_1')", 100);
return false;
}
var result = $dexQuery.ajax({
type: "GET",
url: "?ps=_1"+String.fromCharCode(38)+"inAdmin=1"+String.fromCharCode(38)+"cp_contactformpp_id=1"+String.fromCharCode(38)+"hdcaptcha_cp_contact_form_paypal_post="+$dexQuery("#hdcaptcha_cp_contact_form_paypal_post_1").val(),
async: false
}).responseText;
if (result.indexOf("captchafailed") != -1)
{
$dexQuery("#captchaimg_1").attr('src', $dexQuery("#captchaimg_1").attr('src')+'&r='+Math.floor((Math.random() * 100) + 1));
setTimeout( "cp_contactformpp_cerror('_1')", 100);
return false;
}
else {
var cpefb_error = 0;
$dexQuery("#cp_contactformpp_pform_1").find(".cpefb_error").each(function(index){
if ($dexQuery(this).css("display")!="none")
cpefb_error++;
});
if (cpefb_error==0)
{
$dexQuery("#cp_contactformpp_pform_1").find("select").children().each(function(){
$dexQuery(this).val($dexQuery(this).attr("vt"));
});
$dexQuery("#cp_contactformpp_pform_1").find("input:checkbox,input:radio").each(function(){
$dexQuery(this).val($dexQuery(this).attr("vt"));
});
$dexQuery("#cp_contactformpp_pform_1").find( '.ignore' ).parents( '.fields' ).remove();
}
document.getElementById("form_structure_1").value = '';
return true;
}
}