Landowners – Site Assessment
For a limited time, we are offering Landowners who may have sand and gravel pits on their land a Free Site Assessment and step by step action plan. We’ll have an aggregate expert review your property and prepare a custom, step by step action plan for you to maximize the value of your land.
To receive this, fill out the form below:
Free Site Assessment
To find out if your property is a potential candidate…check off all of the following criteria that apply, fill out the form below and click “Submit”.
var icpForm384 = document.getElementById('icpsignup384');
if (document.location.protocol === "https:")
icpForm384.action = "https://app.icontact.com/icp/signup.php";
function verifyRequired384() { if (icpForm384["fields_fname"].value == "") { icpForm384["fields_fname"].focus(); alert("The First Name field is required."); return false; }
if (icpForm384["fields_fname"].value && icpForm384["fields_fname"].value !== "") { icpForm384["fields_fname"].value = icpForm384["fields_fname"].value.trim(); }
if (icpForm384["fields_lname"].value == "") { icpForm384["fields_lname"].focus(); alert("The Last Name field is required."); return false; }
if (icpForm384["fields_lname"].value && icpForm384["fields_lname"].value !== "") { icpForm384["fields_lname"].value = icpForm384["fields_lname"].value.trim(); }
if (icpForm384["fields_phone"].value == "") { icpForm384["fields_phone"].focus(); alert("The Phone field is required."); return false; }
if (icpForm384["fields_phone"].value && icpForm384["fields_phone"].value !== "") { icpForm384["fields_phone"].value = icpForm384["fields_phone"].value.trim(); }
if (icpForm384["fields_email"].value == "") { icpForm384["fields_email"].focus(); alert("The Email field is required."); return false; }
if (icpForm384["fields_email"].value && icpForm384["fields_email"].value !== "") { icpForm384["fields_email"].value = icpForm384["fields_email"].value.trim(); } return true; }
function validDate384(value) {
if (value == "") { return true; }
var dateSections = value.split('/'); if (dateSections.length != 3) { return false; }
var month = dateSections[0]; if (month && (month.length > 2 || month < 1 || month > 12)) { return false; }
var day = dateSections[1]; if (day && (day.length > 2 || day < 1 || day > 31)) { return false; }
var year = dateSections[2]; if (!year || (year && year.length != 4)) { return false; }
var dateValue = new Date(value); if (month != (dateValue.getMonth()+1) || day != dateValue.getDate() || year != dateValue.getFullYear()) { return false; }
return true; }