There is some way to check the zip code from the user's location provided by the browser. Type given latitude and longitude to return the zip code of past coordinates.
It would be something like:
function getCEP(lantitude, longitute) {
// retorna o cep associado as coordenadas passadas
}