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": "Marie Christina Schröders", "description": "SaFiVe - Finanz- und Versicherungsmakler Aschaffenburg GmbH & Co. KG", "image":"https://www.whofinance.de/static/data/pics/307/106307/m/marie-christina-schroeders-aschaffenburg-1627477351.jpg", "logo": "https://www.whofinance.de/static/data/logo/106307/m/1523546269.jpg", "address":{ "@type":"PostalAddress", "streetAddress":"Medicusstr. 10k", "postalCode":"63743", "addressLocality":"Aschaffenburg" }, "geo": { "@type": "GeoCoordinates", "latitude": "49.9693", "longitude": "9.16127" }, "telephone":"06021 4388580", "aggregateRating": { "@type": "AggregateRating", "worstRating": "1", "bestRating": "5", "ratingCount": "200", "ratingValue": "4.9" } , "url": "www.safive.de" }';
document.getElementsByTagName("head")[0].appendChild(scriptElement);