Nick C.

“Sutton Park Center for Nursing and Rehab is an amazing facility! The staff is incredible, consisting of some of the nicest and kindest professionals I have ever met.”

document.addEventListener('pumAfterOpen', function (event) { const popup = event.detail.popup; if (!popup) return; const iframe = popup.querySelector('iframe'); if (!iframe) return; // Save original src const src = iframe.getAttribute('src'); // Temporarily remove src to stop early initialization iframe.setAttribute('data-src', src); iframe.removeAttribute('src'); // Force browser to settle layout setTimeout(function () { iframe.setAttribute('src', iframe.getAttribute('data-src')); }, 400); });