Any way to condense this code?

There is more than 1 way to do it, but why don´t you try putting all the bad zipcodes into 1 string, separated by comma´s. Then, with indexOf (JavaScript String indexOf() Method) you check if this is a bad zipcode (=if indexOff is not -1) and then only do the show/hide once, instead of doing it for every zipcode individually?