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": "Marco Mahling", "description": "Finanzdienstleistungen Marco Mahling GmbH & Co.KG", "image":"https://www.whofinance.de/static/data/pics/719/100719/m/marco-mahling-muenchen-1656059318.jpg", "logo": "https://www.whofinance.de/static/data/logo/100719/m/1512050535.jpg", "address":{ "@type":"PostalAddress", "streetAddress":"Olgastr. 9", "postalCode":"80636", "addressLocality":"München" }, "geo": { "@type": "GeoCoordinates", "latitude": "48.1521", "longitude": "11.5401" }, "telephone":"089/379107-11", "aggregateRating": { "@type": "AggregateRating", "worstRating": "1", "bestRating": "5", "ratingCount": "1081", "ratingValue": "4.9" } , "url": "http://www.marco-mahling.de" }';
document.getElementsByTagName("head")[0].appendChild(scriptElement);