About AMG Family Dentistry
Dentists play a vital role in maintaining community oral health, offering routine care and specialized treatments. Within this essential field, AMG Family Dentistry serves the Parlin area from its location on Ernston Road. The practice represents a local option for families and individuals seeking professional dental services in a straightforward clinical setting.
The practice currently maintains a perfect Google rating of 5.0 based on 23 reviews, indicating recent patient satisfaction. For those considering a visit, direct contact is available by calling (732) 721-3311 to inquire about appointments and available care. Directions to the office can be easily found through the online map listing at 0) {
var day = item.substring(0, idx).trim();
var hrs = item.substring(idx + 1).trim();
hoursObj[day] = hrs;
}
});
} else if (typeof rawData.hours === 'object') {
hoursObj = rawData.hours;
}
}
var dayOrder = ['Monday','Tuesday','Wednesday','Thursday','Friday','Saturday','Sunday'];
var html = '';
dayOrder.forEach(function(day) {
var hours = '';
Object.keys(hoursObj).forEach(function(k) {
if (k.toLowerCase() === day.toLowerCase()) hours = hoursObj[k];
});
if (!hours) return;
// Clean up unicode characters
hours = hours.replace(/\u202f/g,' ').replace(/\u2009/g,' ');
var isClosed = hours.toLowerCase().indexOf('closed') !== -1;
html += '