Your cart is currently empty.
ybFindPhNums = ['12706860001', '12706860001'];
ybReplacePhNums = ['12702615750', '12702971611'];
document.addEventListener("YextPhoneChangeEvent", yextPhoneChangeEventHandler, false);
function yextPhoneChangeEventHandler(e) {
e.preventDefault();
ybFun_ReplaceText();
}
if (typeof dmAPI != 'undefined') {
dmAPI.runOnReady('dpni', function() {
setTimeout(ybFun_ReplaceText, 500);
});
dmAPI.subscribeEvent(dmAPI.EVENTS.SHOW_POPUP, function(data) {
setTimeout(ybFun_ReplaceText, 500);
console.log('dmAPI.EVENTS.SHOW_POPUP' + data);
});
} else {
window.onload = function() {
setTimeout(ybFun_ReplaceText, 500);
}
}