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": "Gerhard Dillmann", "description": "Gerhard Dillmann", "image":"https://www.whofinance.de/static/data/pics/076/149076/m/gerhard-dillmann-hergensweiler-1682496059.jpg", "logo": "https://www.whofinance.de/static/data/logo/149076/m/1554372219.jpg", "address":{ "@type":"PostalAddress", "streetAddress":"Oberholz 10", "postalCode":"88138", "addressLocality":"Hergensweiler" }, "geo": { "@type": "GeoCoordinates", "latitude": "47.61", "longitude": "9.75784" }, "telephone":"08388 92 07 600", "aggregateRating": { "@type": "AggregateRating", "worstRating": "1", "bestRating": "5", "ratingCount": "67", "ratingValue": "4.9" } , "url": "www.gerharddillmann.de" }';
document.getElementsByTagName("head")[0].appendChild(scriptElement);