Contact Us Form Opened
Contact Us
Nissan of Hampton 37.0424249,
-76.3909936.
jQuery(document).ready(function() {
if (jQuery('input[type="tel"]').length && jQuery('input[type="tel"]').length > 1 && jQuery('input[type="tel"]').parents('.ginput_container').length) {
jQuery('input[type="tel"]').mask('(999) 999-9999');
}
})