The maxxer locations in the sanitised dump have faulty lat/lon values.
This would fix it if you want to fix it:
mysql> update maxxer_locations set x = ((RAND() * (70 + 70 )) - 70);
mysql> update maxxer_locations set y = ((RAND() * (180 + 180 )) - 180);