1 || strpos($result,'Did you mean:') !== false) { return false; } preg_match('!center:\s*{lat:\s*(-?\d+\.\d+),lng:\s*(-?\d+\.\d+)}!U', $result, $matches); $coords['lat'] = $matches[1]; $coords['long'] = $matches[2]; } echo ' '; } ?>