Broker Check

Tactical Asset Allocation Guide | April 2026

' }] }]; contactPageModify(contactEdits); //Add Contact Buttons to Contact Page if(document.querySelector('.page-contact')){ let contactLinks = [{ text: 'Schedule A Call', url: 'https://go.oncehub.com/pointsur-0-30-Phone', target: '_blank' }, { text: 'Schedule A Web Meeting', url: 'https://go.oncehub.com/pointsur-0-30-WebMeeting', target: '_blank' }] const buttonWrapper = document.createElement('section'); buttonWrapper.className = 'contactButtons'; document.querySelector('.page-contact .c-contacts').insertAdjacentElement('afterend', buttonWrapper); contactLinks.forEach(function(link){ const linkHTML = document.createElement('a'); linkHTML.className = 'c-btn'; linkHTML.href = link.url; linkHTML.target = link?.target || '_self'; linkHTML.tabIndex = '0'; linkHTML.rel = 'noopener noreferrer'; linkHTML.textContent = link.text; buttonWrapper.appendChild(linkHTML); }) } //Footer Changes const footerLogo = document.createElement('img'); footerLogo.src = '//static.fmgsuite.com/media/InlineContent/originalSize/7119a10c-1095-4294-bf88-3baca4a265c8.png'; footerLogo.alt = 'PointSur Advisors'; footerLogo.className = 'footerLogo'; document.querySelector('footer .c-footer__contact .contact h4').remove(); document.querySelector('footer .c-footer__contact .contact').insertAdjacentElement('afterbegin', footerLogo); const BBB = document.createElement('a'); BBB.href = 'https://www.bbb.org/us/ca/arroyo-grande/profile/financial-planning-consultants/point-sur-advisors-llc-1236-92028299/#sealclick'; BBB.target = '_blank'; BBB.rel = "noopener noreferrer"; BBB.innerHTML = ''; document.querySelector('footer .c-footer__contact .contact').insertAdjacentElement('beforeend', BBB);