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": "Matthias Will", "description": "FORMAXX AG", "image":"https://www.whofinance.de/static/data/pics/421/148421/m/matthias-will-weilmuenster-1583414100.jpg", "logo": "https://www.whofinance.de/media/cache/office_logo/uploads/institute/114/114/profile/formaxx-logo.png", "address":{ "@type":"PostalAddress", "streetAddress":"Gartenstr. 8", "postalCode":"35789", "addressLocality":"Weilmünster" }, "geo": { "@type": "GeoCoordinates", "latitude": "50.3979", "longitude": "8.33409" }, "telephone":"06172 921450", "aggregateRating": { "@type": "AggregateRating", "worstRating": "1", "bestRating": "5", "ratingCount": "134", "ratingValue": "5.0" } , "url": "https://www.whofinance.de/berater/matthias-will/" }';
document.getElementsByTagName("head")[0].appendChild(scriptElement);