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": "Olivia Reeh", "description": "FORMAXX AG", "image":"https://www.whofinance.de/static/data/pics/473/152473/m/olivia-reeh-wetzlar-1645658771.jpg", "logo": "https://www.whofinance.de/static/data/logo/152473/m/1552318709.jpg", "address":{ "@type":"PostalAddress", "streetAddress":"Christian-Kremp-Str. 12b", "postalCode":"35578", "addressLocality":"Wetzlar" }, "geo": { "@type": "GeoCoordinates", "latitude": "50.5336", "longitude": "8.53301" }, "telephone":"0641 9790560", "aggregateRating": { "@type": "AggregateRating", "worstRating": "1", "bestRating": "5", "ratingCount": "207", "ratingValue": "5.0" } , "url": "Www.formaxxag.de" }';
document.getElementsByTagName("head")[0].appendChild(scriptElement);