Contact Us Form Opened
Contact Us
Newton Nissan South 35.5583985,
-86.4485863.
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');
}
})