if key in neighborhoods:
        print key, 'is a neighborhood'
        if key not in areas:
            areas[key] = neighborhoods[key]