0
Good evening, I have a map obtained through the Google Maps Javascript API, and I’m inserting a searchBox. So far so good, the search box has been inserted and the autocomplete is working. The problem is that when the "upload" of the field is done, or selected some location by autocomplete, nothing happens on the map (does not return the searched result) as you can see here http://suconago.com.br/maps/.
What do I have to insert to the JS to get the search results back? If possible, without the points that are marked disappear, just take the map focus to the selected place, marking it.
Thank you.