/*include_once 'api.php';
include_once 'we_rent_marin_agents.php';
if ( !isset($unitId ) ) Header("Location: rentals.php?msg=" . urlencode("Oops. That unit has been rented, but we have many available!") );
else $display = UnitManager::GetDisplayDataMarin($unitId);
$rndindex = rand(0, count($werentmarinagents) - 1);
$marina = $werentmarinagents[$rndindex];
$display[contactName] = $marina["name"] . "(" . $marina["rel"] . ")";
$display[contactPhone] = $marina["tel"];
$display[contactEmail] = $marina["email"];*/
?>
Thank you! we will respond to your inquiry shortly
An error happened sending the form, please try again