for( y in address[ x ] ) {
            if( address[ x ][ y ] !== '' ) {
              street[street.length] = address[ x ][ y ];
            }
          }