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": "Nino Ferder", "description": "FORMAXX AG", "image":"https://www.whofinance.de/static/data/pics/412/148412/m/nino-ferder-wuerzburg-1748342169.jpg", "logo": "https://www.whofinance.de/static/data/logo/148412/m/1694446100.jpg", "address":{ "@type":"PostalAddress", "streetAddress":"Gneisenaustr. 10/11", "postalCode":"97074", "addressLocality":"Würzburg" }, "geo": { "@type": "GeoCoordinates", "latitude": "49.7966", "longitude": "9.9543" }, "telephone":"0931 79040", "aggregateRating": { "@type": "AggregateRating", "worstRating": "1", "bestRating": "5", "ratingCount": "182", "ratingValue": "5.0" } , "url": "http://www.formaxx.de/berater/nino-ferder" }';
document.getElementsByTagName("head")[0].appendChild(scriptElement);