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": "Axel Helm", "description": "FORMAXX AG", "image":"https://www.whofinance.de/static/data/pics/445/148445/m/axel-helm-buedingen-1583414111.jpg", "logo": "https://www.whofinance.de/static/data/logo/148445/m/1461768840.jpg", "address":{ "@type":"PostalAddress", "streetAddress":"Industriestr. 35", "postalCode":"63654", "addressLocality":"Büdingen" }, "geo": { "@type": "GeoCoordinates", "latitude": "50.2712", "longitude": "9.10982" }, "telephone":"06042-978150", "aggregateRating": { "@type": "AggregateRating", "worstRating": "1", "bestRating": "5", "ratingCount": "252", "ratingValue": "5.0" } , "url": "www.formaxx.de/berater/axel-helm" }';
document.getElementsByTagName("head")[0].appendChild(scriptElement);