I think I will just break it up into 4 different arrays, one for North, South, East, and West cities, like this. The finished project will end up having hundreds of cities:
$northCities = array("Aldenville", "Analomink", "Archbald");
$arrlength = count($northCities);
for($i = 0; $i <...