I have fixed the issue with the search. Go into define.php and comment out the following lines of code.
//if (isset($FSREPSearch[‘glong’])) { $GMapSLong = $FSREPSearch[‘glong’]; }
//if (isset($FSREPSearch[‘glat’])) { $GMapSLat = $FSREPSearch[‘glat’]; }
//if (isset($FSREPSearch[‘gzoom’])) { $GMapSZoom = $FSREPSearch[‘gzoom’]; }
//if (isset($FSREPSearch[‘query’])) { $FSREPSearch = $FSREPSearch[‘query_value’]; }