Create a formula field on any object that will produce a link to a Google search containing the contact person's name.
Example formula:
Running a Google search of the property owner contact plus their company on the Property object would look like this:
HYPERLINK("http://www.google.com/search?en&q="& TTL_Core__Property_Owner_Contact__r.FirstName &" "& TTL_Core__Property_Owner_Contact__r.LastName &" "& TTL_Core__Property_Owner_Contact__r.Account.Name ,"Google" )