document.getElementById("WhoFinance_FooterWidget_container").innerHTML = "";
var styleElement = document.createElement('link');
styleElement.rel = 'stylesheet';
styleElement.href = 'https://www.whofinance.de/wfwidget/css/wfwidget.css';
document.getElementsByTagName("head")[0].appendChild(styleElement);
var scriptElement = document.createElement('script');
scriptElement.type = 'application/ld+json';
scriptElement.text = '{ "@context": "http://schema.org", "@type": "LocalBusiness", "name": "Felix Kroll", "description": "Finanz- und Anlageberatung Felix Kroll", "image":"https://www.whofinance.de/static/data/pics/072/232072/m/felix-kroll-bad-neuenahr-ahrweiler-1749651802.jpeg", "logo": "https://www.whofinance.de/static/data/logo/232072/m/1749647246.png", "address":{ "@type":"PostalAddress", "streetAddress":"Am Johannisberg 16", "postalCode":"53474", "addressLocality":"Bad Neuenahr-Ahrweiler" }, "geo": { "@type": "GeoCoordinates", "latitude": "50.5383", "longitude": "7.14524" }, "telephone":"02641 3963174", "aggregateRating": { "@type": "AggregateRating", "worstRating": "1", "bestRating": "5", "ratingCount": "97", "ratingValue": "4.9" } , "url": "https://finanzberatung-felixkroll.de/" }';
document.getElementsByTagName("head")[0].appendChild(scriptElement);