111a112,117 > $q = _google_geocode_flatten($location); > > if(empty($q)) { > $q = $location['country']; > } > 119c125 < 'q' => _google_geocode_flatten($location), --- > 'q' => $q,