Use the Option 3 when embedding the store locator and add an event listener like this:

<script>
document.addEventListener('storerocket-storelocator-load', (e) => {
// your code here
})
</script>
Did this answer your question?