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": "Jörg Dietzel", "description": "FORMAXX AG", "image":"https://www.whofinance.de/static/data/pics/413/148413/m/joerg-dietzel-glashuetten-1694509466.jpg", "logo": "https://www.whofinance.de/static/data/logo/148413/m/1461767839.jpg", "address":{ "@type":"PostalAddress", "streetAddress":"Schöne Aussicht 8 A", "postalCode":"61348", "addressLocality":"Bad Homburg vor der Höhe" }, "geo": { "@type": "GeoCoordinates", "latitude": "50.2251", "longitude": "8.61835" }, "telephone":"06172-92145-0", "aggregateRating": { "@type": "AggregateRating", "worstRating": "1", "bestRating": "5", "ratingCount": "219", "ratingValue": "5.0" } , "url": "https://www.whofinance.de/berater/joerg-dietzel/" }';
document.getElementsByTagName("head")[0].appendChild(scriptElement);