Financing For Oral Surgery in Medford & Grants Pass OR
/* Resizes iframe to match content height */
(function() {
window.addEventListener('message', function(e) {
if (e.origin !== 'https://www.proceedfinance.com') return;
if (!e.data || e.data.type !== 'pf-resize') return;
var pfFrame = document.getElementById('pf-embed-77ac06c9-full');
if (pfFrame) pfFrame.style.height = e.data.height + 'px';
});
})();


