Good night, I have a map obtained through the Google Maps JavaScript API, and I'm doing the insertion of a searchBox. So far so good, the search box has been inserted and the autocomplete is working. The problem is that when the field is "sent", or selected somewhere by autocomplete, nothing happens on the map (it does not return the searched result) as you can see here link .
What do I have to enter into JS so that the search results are returned? If possible, without the marked points disappearing, just move the map focus to the selected place by marking it.
Thank you.