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": "Andreas Bernhardt", "description": "Bausparkasse Mainz AG", "image":"https://www.whofinance.de/static/data/pics/597/211597/m/andreas-bernhardt-stutensee-1745814958.jpg", "logo": "https://www.whofinance.de/media/cache/office_logo/uploads/institute/225/1225/profile/bkm-logo-2022-uz-72d.jpeg", "address":{ "@type":"PostalAddress", "streetAddress":"Silcherstr. 21", "postalCode":"76297", "addressLocality":"Stutensee" }, "geo": { "@type": "GeoCoordinates", "latitude": "49.1029", "longitude": "8.47181" }, "telephone":"0163 1750110", "aggregateRating": { "@type": "AggregateRating", "worstRating": "1", "bestRating": "5", "ratingCount": "66", "ratingValue": "4.9" } , "url": "https://www.whofinance.de/berater/andreas-bernhardt/" }';
document.getElementsByTagName("head")[0].appendChild(scriptElement);