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": "Elke Pirke", "description": "FORMAXX AG", "image":"https://www.whofinance.de/static/data/pics/450/148450/m/elke-pirke-beeskow-1583414117.jpg", "logo": "https://www.whofinance.de/media/cache/office_logo/uploads/institute/114/114/profile/formaxx-logo.png", "address":{ "@type":"PostalAddress", "streetAddress":"Frankfurter Str. 4", "postalCode":"15848", "addressLocality":"Beeskow" }, "geo": { "@type": "GeoCoordinates", "latitude": "52.1711", "longitude": "14.2499" }, "telephone":"03366 153413", "aggregateRating": { "@type": "AggregateRating", "worstRating": "1", "bestRating": "5", "ratingCount": "408", "ratingValue": "4.7" } , "url": "https://www.whofinance.de/berater/elke-pirke/" }';
document.getElementsByTagName("head")[0].appendChild(scriptElement);