Dental Implants
<script>
fetch("https://api.localo.com/api/structured_data/YnSrySVeOQoisk38r8VmhO00hkuj-ueN8aZllOoL0bk/local_business")
.then(response => response.json())
.then(data => {
const script = document.createElement("script");
script.type = "application/ld+json";
script.textContent = JSON.stringify(data);
document.head.appendChild(script);
});
</script>