Stolen from Dwees in this comment:
$city = $node->location['city']; $province = $node->location['province']; $country = $node->location['country']; $address = str_replace(" ", "+", $city .",". $province .",". $country); $google_key = variable_get('googlemap_api_key', '');
$city = $node->location['city']; $province = $node->location['province']; $country = $node->location['country'];
$address = str_replace(" ", "+", $city .",". $province .",". $country); $google_key = variable_get('googlemap_api_key', '');