Broker Check

Global Portfolio Strategy | January 2026

'); }); //add phone number to Beverly Hills section in footer const beverlyHillsPhone = document.querySelector('footer .contact .moonlight-contact-information .moonlight-phone a').cloneNode(true); const beverlyHillsPhoneWrapper = document.createElement('p'); beverlyHillsPhoneWrapper.append(beverlyHillsPhone); document.querySelector('footer .moonlight-address_block').append(beverlyHillsPhoneWrapper); //add title to beverly hills office in footer const title = document.createElement('p'); title.classList.add('address-title'); title.innerText = "Beverly Hills"; document.querySelector('footer .moonlight-address_block').prepend(title); //add link to address in footer document.querySelector('footer .moonlight-address_block').addEventListener('click', function(){ window.open('https://www.kevins7.com/contact', '_blank') // window.open('https://www.google.com/maps/place/9440%20S.%20Santa%20Monica%20Blvd%20Suite%20301%20Beverly%20Hills%2C%20CA%2090210', '_blank') }) //add address to the footer let addressFooter = document.querySelector('footer .moonlight-address_block').cloneNode(true); // console.log(addressFooter) addressFooter.querySelector('a').innerText = '(858) 295-1122'; addressFooter.querySelector('a').href = 'tel:8582951122'; addressFooter.querySelector('.moonlight-address1').innerText = "11622 El Camino Real"; // addressFooter.querySelector('.moonlight-address2').innerText = "Suite 100"; addressFooter.querySelector('.moonlight-city').innerText = "San Diego,"; addressFooter.querySelector('.moonlight-postalcode').innerText = "92130"; addressFooter.querySelector('p:nth-of-type(1)').innerText = "San Diego"; addressFooter.addEventListener('click', function(){ window.open('https://www.kevins7.com/contact', '_blank') // window.open('https://www.google.com/maps/place/11622%20El%20Camino%20Real%20Ste%20100%20San%20Diego%2C%20CA%2092130', '_blank') }) document.querySelector('footer .moonlight-contact-information').insertBefore(addressFooter, document.querySelector('footer .moonlight-contact-information').children[2]); //add address to the footer let addressFooter2 = document.querySelector('footer .moonlight-address_block').cloneNode(true); addressFooter2.querySelector('a').innerText = '877-KEVINS-7'; addressFooter2.querySelector('a').href = 'tel:877538467'; addressFooter2.querySelector('.moonlight-address1').innerText = "3333 Lake St #22K"; // addressFooter2.querySelector('.moonlight-address2').innerText = "Suite 1000"; addressFooter2.querySelector('.moonlight-city').innerText = "Houston,"; addressFooter2.querySelector('.moonlight-region').innerText = "TX"; addressFooter2.querySelector('.moonlight-postalcode').innerText = "77098"; addressFooter2.querySelector('p:nth-of-type(1)').innerText = "Houston"; addressFooter2.addEventListener('click', function(){ window.open('https://www.kevins7.com/contact', '_blank') }) document.querySelector('footer .moonlight-contact-information').insertBefore(addressFooter2, document.querySelector('footer .moonlight-contact-information').children[3]); //add address to the footer // let addressFooter3 = document.querySelector('footer .moonlight-address_block').cloneNode(true); // addressFooter3.querySelector('a').innerText = '(702) 935-5869'; // addressFooter3.querySelector('a').href = 'tel:7029355869'; // addressFooter3.querySelector('.moonlight-address1').innerText = ""; // addressFooter3.querySelector('.moonlight-address2').innerText = ""; // addressFooter3.querySelector('.moonlight-city').innerText = ""; // addressFooter3.querySelector('.moonlight-region').innerText = ""; // addressFooter3.querySelector('.moonlight-postalcode').innerText = ""; // addressFooter3.querySelector('p:nth-of-type(1)').innerText = "Las Vegas"; // addressFooter3.addEventListener('click', function(){ // window.open('https://goo.gl/maps/v39dBymMY67qp63f8', '_blank') //}) //document.querySelector('footer .moonlight-contact-information').insertBefore(addressFooter3, document.querySelector('footer .moonlight-contact-information').children[4]); //modify existing phone number in topbar document.querySelector('header .c-topbar-phone .c-topbar-phone--link').lastChild.nodeValue = "877-KEVINS-7 (877-538-4677)" $('.c-topbar-phone--link').attr("href", "tel:8775384677"); $('.moonlight-contact-information .moonlight-address_block').find('.moonlight-address1').next().hide()