OpenStreetMap contributors' }).addTo(map); L.marker([lat, lng]) .addTo(map) .bindPopup('EUeVOCE CORRETORA DE SEGUROS') .openPopup(); }); function reportarConteudo() { const toast = document.createElement('div'); toast.className = 'toast show position-fixed bottom-0 end-0 m-3'; toast.setAttribute('role', 'alert'); toast.innerHTML = `
Denúncia Enviada
Sua denúncia foi registrada e será analisada em breve.
`; document.body.appendChild(toast); setTimeout(() => toast.remove(), 5000); } function solicitarRemocao() { const toast = document.createElement('div'); toast.className = 'toast show position-fixed bottom-0 end-0 m-3'; toast.setAttribute('role', 'alert'); toast.innerHTML = `
Solicitação Enviada
Sua solicitação de remoção foi registrada e será analisada em breve.
`; document.body.appendChild(toast); setTimeout(() => toast.remove(), 5000); }