we have a list of addresses of hotels geocoded in our database. when a user enters his address and looks for the ones closest to him, I display the results as a list along with a map. I display 5 hotels in one page
In the map I only show the use'rs address as a marker, because when a user does a search I'm geocoding ONLY his address and then getting the results. . Should I display all the results as well which is the list of hotels?
What should I do here to meet Google's Terms of Use.
Please advise. Thanks!