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": "Mario Rothe", "description": "FORMAXX AG", "image":"https://www.whofinance.de/static/data/pics/425/148425/m/mario-rothe-lutherstadt-eisleben-1583414101.jpg", "logo": "https://www.whofinance.de/media/cache/office_logo/uploads/institute/114/114/profile/formaxx-logo.png", "address":{ "@type":"PostalAddress", "streetAddress":"Hallesche Str. 74", "postalCode":"06295", "addressLocality":"Lutherstadt Eisleben" }, "geo": { "@type": "GeoCoordinates", "latitude": "51.523", "longitude": "11.5562" }, "telephone":"03475 6143854", "aggregateRating": { "@type": "AggregateRating", "worstRating": "1", "bestRating": "5", "ratingCount": "328", "ratingValue": "4.9" } , "url": "www.eisleben.formaxx.de" }';
document.getElementsByTagName("head")[0].appendChild(scriptElement);