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": "Manuel Klemm", "description": "FORMAXX AG", "image":"https://www.whofinance.de/static/data/pics/409/148409/m/manuel-klemm-koeln-1583414093.jpg", "logo": "https://www.whofinance.de/static/data/logo/148409/m/1586425826.jpg", "address":{ "@type":"PostalAddress", "streetAddress":"Zülpicher Platz 9", "postalCode":"50674", "addressLocality":"Köln" }, "geo": { "@type": "GeoCoordinates", "latitude": "50.9297", "longitude": "6.93969" }, "telephone":"01520 7220000", "aggregateRating": { "@type": "AggregateRating", "worstRating": "1", "bestRating": "5", "ratingCount": "53", "ratingValue": "4.8" } , "url": "www.formaxx.de/berater/manuel-klemm" }';
document.getElementsByTagName("head")[0].appendChild(scriptElement);