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": "Manuela Meuter", "description": "FORMAXX AG", "image":"https://www.whofinance.de/static/data/pics/439/148439/m/manuela-meuter-bad-homburg-vor-der-hoehe-1742813425.jpg", "logo": "https://www.whofinance.de/media/cache/office_logo/uploads/institute/114/114/profile/formaxx-logo.png", "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 921450", "aggregateRating": { "@type": "AggregateRating", "worstRating": "1", "bestRating": "5", "ratingCount": "168", "ratingValue": "4.9" } , "url": "www.formaxx.de" }';
document.getElementsByTagName("head")[0].appendChild(scriptElement);