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": "Dieter Zercher", "description": "Bausparkasse Mainz AG", "image":"https://www.whofinance.de/static/data/pics/820/152820/m/dieter-zercher-hassloch-1583415306.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":"Ahornweg 12 B", "postalCode":"67454", "addressLocality":"Haßloch" }, "geo": { "@type": "GeoCoordinates", "latitude": "49.355", "longitude": "8.26163" }, "telephone":"06324 989410", "aggregateRating": { "@type": "AggregateRating", "worstRating": "1", "bestRating": "5", "ratingCount": "33", "ratingValue": "5.0" } , "url": "https://www.bkm.de/berater/dieter-zercher" }';
document.getElementsByTagName("head")[0].appendChild(scriptElement);