I am currently utilizing the Google Local Search API along with the Google Maps API. Take a look at it here:
After performing a search, the javascript populates both the map and the results adjacent to it.
The function responsible for populating the results next to the map is as follows:
function OnLocalSearch()
My inquiry pertains to modifying the displayed results. At present, the default display includes the business name and address. How can I eliminate the link to the business while also adding more text to each search result?