country_code == 'US')) { $location['state'] = $record->region; $location['postal_code'] = $record->postal_code; $location['latitude'] = $record->latitude; $location['longitude'] = $record->longitude; } else { $location['state'] = 'CA'; $location['postal_code'] = ''; $location['latitude'] = ''; $location['longitude'] = ''; } return $location; } ?>