Hi,
If you have Latitude and Longitude values, you can use Latitude/Longitude to Coordinate nodes with Geo Distance nodes to calculate the Haversine distance and use Column Distance to get the distance values. You can get the Latitude and Longitude values from Google Places API.
You can see an example here (check danielesser’s solution);
Cheers!
Nezir