Thank you for contacting Hotel Bennett. Kindly allow up to 24 hours for our representatives to respond to your request. For arrivals within 24 hours, please contact 843.203.0922.
Thank you,
Hotel Bennett").show();
try {
HDMdataLayer.push({
'event': 'custom',
'category': 'Form',
'action': document.location.pathname,
'label': 'Contact Us'
});
} catch (e) { }
}
submit.prop('disabled', false).val("Submit");
},
error: function (xhr, ajaxOptions, thrownError) {
console.log(xhr.status);
console.log(thrownError);
alert("There was an error with your request. Please try again later.");
submit.prop('disabled', false).val("Submit");
}
});
});
});
});
});