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": "Dennis Zerbe", "description": "Bausparkasse Mainz AG", "image":"https://www.whofinance.de/static/data/pics/827/152827/m/dennis-zerbe-bad-oeynhausen-1583415307.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":"Kirchbreite 30", "postalCode":"32549", "addressLocality":"Bad Oeynhausen" }, "geo": { "@type": "GeoCoordinates", "latitude": "52.2204", "longitude": "8.79195" }, "telephone":"0162 2436948", "aggregateRating": { "@type": "AggregateRating", "worstRating": "1", "bestRating": "5", "ratingCount": "9", "ratingValue": "4.9" } , "url": "https://www.whofinance.de/berater/dennis-zerbe/" }';
document.getElementsByTagName("head")[0].appendChild(scriptElement);